/* FONTS */
/* Stackicons-Social-Minimal (subset)
   Includes codepen, dribbble, email, facebook, flickr,
   github, instagram, linkedin, pinboard, pinterest, 
   rss, tumblr, twitter, vimeo, youtube, menu, search,  
   and triangle-down (along with some variants). 
*/
@font-face {
  font-family: 'Stackicons-Social';
  src: url("http://rainmakerapp.s3.amazonaws.com/aals/css/fonts/Stackicons/Stackicons-Social-Minimal.eot");
  /* IE9 Compat Modes */
  src: url("http://rainmakerapp.s3.amazonaws.com/aals/css/fonts/Stackicons/Stackicons-Social-Minimal.eot#iefix") format("embedded-opentype"), url("http://rainmakerapp.s3.amazonaws.com/aals/css/fonts/Stackicons/Stackicons-Social-Minimal.woff") format("woff"), url("http://rainmakerapp.s3.amazonaws.com/aals/fonts/Stackicons/Stackicons-Social-Minimal.ttf") format("truetype"), url("http://rainmakerapp.s3.amazonaws.com/aals/fonts/Stackicons/Stackicons-Social-Minimal.svg#76cc4077294aa89eeb6c5fa684bb9048") format("svg");
  /* Legacy iOS */
  font-style: normal !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  speak: none;
}

/* =============================================================================
 *     STACKICONS-SOCIAL - BRAND COLOR VARIABLES (2014)  http://stackicons.com
 *     v1.13 - February 3, 2014
 * ============================================================================= 
 */
/* line 131, ../scss/_construction-kit-stackicons-social.scss */
.st-embossed {
  text-shadow: 0 -1px 0 #bbbbbb, 0 1px 0 white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.263), 0 -1px 1px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 141, ../scss/_construction-kit-stackicons-social.scss */
.st-raised {
  text-shadow: 0 1px 0 #bbbbbb, 0 -1px 0 white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.263), 0 1px 1px rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(255, 255, 255, 0.5);
}

/* line 274, ../scss/_construction-kit-stackicons-social.scss */
.st-dropshadow {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
}

/* line 286, ../scss/_construction-kit-stackicons-social.scss */
.st-glow {
  text-shadow: 0 0 1px white;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.67);
}

/* line 298, ../scss/_construction-kit-stackicons-social.scss */
.st-glowshadow {
  text-shadow: 0 0 1px #777777;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.528);
}

/* =================================================================
 *     STACKICONS-SOCIAL - UNICODE CHARACTER MAPPING  
 *     http://stackicons.com/scss/_unicodes-stackicons-social.scss
 * =================================================================
 */
/* line 131, ../scss/_construction-kit-stackicons-social.scss */
.st-embossed {
  text-shadow: 0 -1px 0 #bbbbbb, 0 1px 0 white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.263), 0 -1px 1px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 141, ../scss/_construction-kit-stackicons-social.scss */
.st-raised {
  text-shadow: 0 1px 0 #bbbbbb, 0 -1px 0 white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.263), 0 1px 1px rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(255, 255, 255, 0.5);
}

/* line 274, ../scss/_construction-kit-stackicons-social.scss */
.st-dropshadow {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
}

/* line 286, ../scss/_construction-kit-stackicons-social.scss */
.st-glow {
  text-shadow: 0 0 1px white;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.67);
}

/* line 298, ../scss/_construction-kit-stackicons-social.scss */
.st-glowshadow {
  text-shadow: 0 0 1px #777777;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.528);
}

/* default is a horizontal button row, using 
   inline-block vs float to make positioning 
   to the right easier using text-align */
/* line 28, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon, [class^="st-icon-"] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  /* child elements absolute */
  position: relative;
  /* remove inline-block white-space */
  margin: 0 -.16em 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding isn't used for icons since  
     pseudo elements use position:absolute
     and box-sizing:border-box collapses 
     size, but we need it here for text */
  padding: 0.143em;
  /* icons at 2400 but 2048 = 1em, so ratio = 1.171875 */
  height: 1.45788em;
  width: 1.45788em;
  font-size: 1.815em;
  /* btn or icon only - text hidden */
  text-align: left;
  text-indent: -9999px;
  /* ie7 inline-block hack */
  zoom: 1;
  *display: inline;
}

/* for vertical lists with text */
/* line 58, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.nav-list {
  font-size: 62.5%;
}

/* line 60, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.nav-list .st-icon, .nav-list [class^="st-icon-"] {
  display: block;
  height: auto;
  min-height: 1.45788em;
  line-height: 1.3;
  width: auto;
  margin-left: -0.143em;
  padding-left: 1.61788em;
  text-indent: 0;
}

/* line 75, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-only.nav-list .st-icon, .st-icon-only.nav-list [class^="st-icon-"] {
  padding-left: 1.53788em;
}

/* line 82, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.nav-list-tighter {
  margin-bottom: -.1em;
}

/* line 86, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.nav-list a {
  color: #666;
}
/* line 87, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.nav-list a:hover, .nav-list a:focus {
  color: #333;
}
/* line 89, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.nav-list a:active {
  color: #000;
}

/* Icons use position: absolute to stack.
   Pseudo-elements display icons so they don't 
   render in unstyled html. Extra <span> needed 
   in markup to stack more than two elements.

   <b> and <i> reserved for button styling --  
   bevels, and inline-border. 

   Remember, these are child elements so they 
   will inherit, and cascade em units from 
   span, b, and i.
*/
/* line 119, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon:before,
.st-icon:after,
.st-icon span:before,
.st-icon span:after,
.st-icon b:before,
.st-icon b:after,
.st-icon i:before,
.st-icon i:after,
[class^="st-icon-"]:before,
[class^="st-icon-"]:after,
[class^="st-icon-"] span:before,
[class^="st-icon-"] span:after,
[class^="st-icon-"] b:before,
[class^="st-icon-"] b:after,
[class^="st-icon-"] i:before,
[class^="st-icon-"] i:after {
  /* transition */
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out;
  display: block;
  position: absolute;
  white-space: normal;
  top: 0.113em;
  left: 0.143em;
  text-indent: 0;
  font-size: 1em;
  font-family: "Stackicons-Social";
  font-weight: 400 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  /* screenreaders */
  speak: none;
}

/* line 141, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.nav-left, .nav-center {
  margin-left: -0.143em;
}

/* line 146, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.nav-right {
  margin-right: -0.143em;
}

/* line 151, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.text-left, .nav-left {
  text-align: left;
}

/* line 155, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.text-right, .nav-right {
  text-align: right;
}

/* line 159, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.text-center, .nav-center {
  text-align: center;
}

/* line 163, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.text-justify, .nav-justify {
  text-align: justify;
}

/* line 248, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.raise-on-hover .st-icon:focus,
.raise-on-hover .st-icon:hover,
.raise-on-hover.st-icon:focus,
.raise-on-hover.st-icon:hover,
[class^="st-icon-"].raise-on-hover:focus,
[class^="st-icon-"].raise-on-hover:hover,
[class^="st-icon-"].raise-on-hover:focus,
[class^="st-icon-"].raise-on-hover:hover {
  top: -1px;
}

/* line 266, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.raise-on-hover .st-icon:active,
.raise-on-hover.st-icon:active,
[class^="st-icon-"].raise-on-hover:active,
[class^="st-icon-"].raise-on-hover:active {
  top: 0px;
}

/* line 273, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.raise-on-hover .st-icon:active:before,
.raise-on-hover.st-icon:active:before,
.raise-on-hover [class^="st-icon-"]:active:before,
[class^="st-icon-"].raise-on-hover:active:before {
  text-shadow: none;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-adn:before {
  content: "\e072";
  color: #6a696c;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-adn:hover:before,
.st-icon-adn:focus:before {
  color: #b4b4b6;
  color: #b4b4b6;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-codepen:before {
  content: "\e102";
  color: #1a1a1a;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-codepen:hover:before,
.st-icon-codepen:focus:before {
  color: #989898;
  color: #989898;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-dribbble:before {
  content: "\e122";
  color: #f077a0;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-dribbble:hover:before,
.st-icon-dribbble:focus:before {
  color: #f8bbcf;
  color: #f8bbcf;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-dribbble-alt:before {
  content: "\e122";
  color: #f077a0;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-dribbble-alt:hover:before,
.st-icon-dribbble-alt:focus:before {
  color: #f8bbcf;
  color: #f8bbcf;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-email:before {
  content: "\e04b";
  color: #aeb1b4;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-email:hover:before,
.st-icon-email:focus:before {
  color: #d6d8da;
  color: #d6d8da;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-email2:before {
  content: "\e04b";
  color: #aeb1b4;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-email2:hover:before,
.st-icon-email2:focus:before {
  color: #d6d8da;
  color: #d6d8da;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-facebook:before {
  content: "\e022";
  color: #3b5998;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-facebook:hover:before,
.st-icon-facebook:focus:before {
  color: #91a8d7;
  color: #91a8d7;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-facebook-alt:before {
  content: "\e02b";
  color: #3b5998;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-facebook-alt:hover:before,
.st-icon-facebook-alt:focus:before {
  color: #91a8d7;
  color: #91a8d7;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-flickr:before {
  content: "\e152";
  color: #ff0285;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-flickr:hover:before,
.st-icon-flickr:focus:before {
  color: #ffa7d4;
  color: #ffa7d4;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-github:before {
  content: "\e17b";
  color: #36383a;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-github:hover:before,
.st-icon-github:focus:before {
  color: #a2a5a9;
  color: #a2a5a9;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-github-alt:before {
  content: "\e182";
  color: #36383a;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-github-alt:hover:before,
.st-icon-github-alt:focus:before {
  color: #a2a5a9;
  color: #a2a5a9;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-gmail:before {
  content: "\e192";
  color: #dc0000;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-gmail:hover:before,
.st-icon-gmail:focus:before {
  color: #f1b2b2;
  color: #f1b2b2;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-gmail-alt:before {
  content: "\e192";
  color: #dc0000;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-gmail-alt:hover:before,
.st-icon-gmail-alt:focus:before {
  color: #f1b2b2;
  color: #f1b2b2;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-googleplus:before {
  content: "\e03b";
  color: #f2301c;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-googleplus:hover:before,
.st-icon-googleplus:focus:before {
  color: #f9978d;
  color: #f9978d;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-instagram:before {
  content: "\e222";
  color: #3f729b;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-instagram:hover:before,
.st-icon-instagram:focus:before {
  color: #95bad7;
  color: #95bad7;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-linkedin:before {
  content: "\e25b";
  color: #107eb8;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-linkedin:hover:before,
.st-icon-linkedin:focus:before {
  color: #70c6f3;
  color: #70c6f3;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-pinboard:before {
  content: "\e28b";
  color: #325af6;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-pinboard:hover:before,
.st-icon-pinboard:focus:before {
  color: #98acfb;
  color: #98acfb;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-pinterest:before {
  content: "\e292";
  color: #cc2027;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-pinterest:hover:before,
.st-icon-pinterest:focus:before {
  color: #ed888c;
  color: #ed888c;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-rss:before {
  content: "\e042";
  color: #f68c28;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-rss:hover:before,
.st-icon-rss:focus:before {
  color: #fbc593;
  color: #fbc593;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-tumblr:before {
  content: "\e35b";
  color: #394b62;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-tumblr:hover:before,
.st-icon-tumblr:focus:before {
  color: #8ca3c1;
  color: #8ca3c1;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-twitter:before {
  content: "\e032";
  color: #00bcf6;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-twitter:hover:before,
.st-icon-twitter:focus:before {
  color: #7be0ff;
  color: #7be0ff;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-vimeo:before {
  content: "\e362";
  color: #1ab7ea;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-vimeo:hover:before,
.st-icon-vimeo:focus:before {
  color: #8cdbf5;
  color: #8cdbf5;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-youtube:before {
  content: "\e412";
  color: #d22222;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-youtube:hover:before,
.st-icon-youtube:focus:before {
  color: #ed8c8c;
  color: #ed8c8c;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-youtube2:before {
  content: "\e412";
  color: #d22222;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-youtube2:hover:before,
.st-icon-youtube2:focus:before {
  color: #ed8c8c;
  color: #ed8c8c;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-youtube-alt:before {
  content: "\e422";
  color: #af2b26;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-youtube-alt:hover:before,
.st-icon-youtube-alt:focus:before {
  color: #e68784;
  color: #e68784;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-youtube-alt-sm:before {
  content: "\e422";
  color: #af2b26;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-youtube-alt-sm:hover:before,
.st-icon-youtube-alt-sm:focus:before {
  color: #e68784;
  color: #e68784;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-menu:before {
  content: "\e582";
  color: #999999;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-menu:hover:before,
.st-icon-menu:focus:before {
  color: #cccccc;
  color: #cccccc;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-menu-alt:before {
  content: "\e58b";
  color: #999999;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-menu-alt:hover:before,
.st-icon-menu-alt:focus:before {
  color: #cccccc;
  color: #cccccc;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-menu-alt2:before {
  content: "\e592";
  color: #999999;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-menu-alt2:hover:before,
.st-icon-menu-alt2:focus:before {
  color: #cccccc;
  color: #cccccc;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-search:before {
  content: "\e062";
  color: #555555;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-search:hover:before,
.st-icon-search:focus:before {
  color: #aaaaaa;
  color: #aaaaaa;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-search-alt:before {
  content: "\e062";
  color: #555555;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-search-alt:hover:before,
.st-icon-search-alt:focus:before {
  color: #aaaaaa;
  color: #aaaaaa;
}

/* line 304, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-triangle-down:before {
  content: "\e442";
  color: #999999;
}

/* line 3188, ../scss/stackicons-social-minimal/_css-defaults-stackicons-social-minimal.scss */
.st-icon-triangle-down:hover:before,
.st-icon-triangle-down:focus:before {
  color: #cccccc;
  color: #cccccc;
}

/* There are 5 button-shape classes (on parent or icon)

  - .st-icon-square:      square button shape
  also:   
    .st-icon-sq
    .st-icon-rounded0
    .st-icon-r0

  - .st-icon-rounded1:    slightly rounded button (Android)
  also:
    .st-icon-r1

  - .st-icon-rounded2:    rounded button
  also:
    .st-icon-rounded
    .st-icon-r2

  - .st-icon-rounded3:    more rounded button (iOS 7)
  also:
    .st-icon-r3

  - .st-icon-circle:      circle button
  also:
    .st-icon-cir
    .st-icon-rounded4
    .st-icon-r4

There's also an .st-icon-only class that gets generated by 
a separate _partial file, since you may want that override 
class even if you're happy with the default button shape.

*/
/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-adn:before,
.st-icon-square.st-icon-adn:before,
.st-icon-sq .st-icon-adn:before,
.st-icon-sq.st-icon-adn:before,
.st-icon-rounded0 .st-icon-adn:before,
.st-icon-rounded0.st-icon-adn:before,
.st-icon-r0 .st-icon-adn:before,
.st-icon-r0.st-icon-adn:before {
  content: "\e071";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-adn:before,
.st-icon-rounded1.st-icon-adn:before,
.st-icon-r1 .st-icon-adn:before,
.st-icon-r1.st-icon-adn:before {
  content: "\e072";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-adn:before,
.st-icon-rounded.st-icon-adn:before,
.st-icon-rounded2 .st-icon-adn:before,
.st-icon-rounded2.st-icon-adn:before,
.st-icon-r2 .st-icon-adn:before,
.st-icon-r2.st-icon-adn:before {
  content: "\e073";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-adn:before,
.st-icon-rounded3.st-icon-adn:before,
.st-icon-r3 .st-icon-adn:before,
.st-icon-r3.st-icon-adn:before {
  content: "\e074";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-adn:before,
.st-icon-circle.st-icon-adn:before,
.st-icon-cir .st-icon-adn:before,
.st-icon-cir.st-icon-adn:before,
.st-icon-rounded4 .st-icon-adn:before,
.st-icon-rounded4.st-icon-adn:before,
.st-icon-r4 .st-icon-adn:before,
.st-icon-r4.st-icon-adn:before {
  content: "\e075";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-codepen:before,
.st-icon-square.st-icon-codepen:before,
.st-icon-sq .st-icon-codepen:before,
.st-icon-sq.st-icon-codepen:before,
.st-icon-rounded0 .st-icon-codepen:before,
.st-icon-rounded0.st-icon-codepen:before,
.st-icon-r0 .st-icon-codepen:before,
.st-icon-r0.st-icon-codepen:before {
  content: "\e101";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-codepen:before,
.st-icon-rounded1.st-icon-codepen:before,
.st-icon-r1 .st-icon-codepen:before,
.st-icon-r1.st-icon-codepen:before {
  content: "\e102";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-codepen:before,
.st-icon-rounded.st-icon-codepen:before,
.st-icon-rounded2 .st-icon-codepen:before,
.st-icon-rounded2.st-icon-codepen:before,
.st-icon-r2 .st-icon-codepen:before,
.st-icon-r2.st-icon-codepen:before {
  content: "\e103";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-codepen:before,
.st-icon-rounded3.st-icon-codepen:before,
.st-icon-r3 .st-icon-codepen:before,
.st-icon-r3.st-icon-codepen:before {
  content: "\e104";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-codepen:before,
.st-icon-circle.st-icon-codepen:before,
.st-icon-cir .st-icon-codepen:before,
.st-icon-cir.st-icon-codepen:before,
.st-icon-rounded4 .st-icon-codepen:before,
.st-icon-rounded4.st-icon-codepen:before,
.st-icon-r4 .st-icon-codepen:before,
.st-icon-r4.st-icon-codepen:before {
  content: "\e105";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-dribbble:before,
.st-icon-square.st-icon-dribbble:before,
.st-icon-sq .st-icon-dribbble:before,
.st-icon-sq.st-icon-dribbble:before,
.st-icon-rounded0 .st-icon-dribbble:before,
.st-icon-rounded0.st-icon-dribbble:before,
.st-icon-r0 .st-icon-dribbble:before,
.st-icon-r0.st-icon-dribbble:before {
  content: "\e121";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-dribbble:before,
.st-icon-rounded1.st-icon-dribbble:before,
.st-icon-r1 .st-icon-dribbble:before,
.st-icon-r1.st-icon-dribbble:before {
  content: "\e122";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-dribbble:before,
.st-icon-rounded.st-icon-dribbble:before,
.st-icon-rounded2 .st-icon-dribbble:before,
.st-icon-rounded2.st-icon-dribbble:before,
.st-icon-r2 .st-icon-dribbble:before,
.st-icon-r2.st-icon-dribbble:before {
  content: "\e123";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-dribbble:before,
.st-icon-rounded3.st-icon-dribbble:before,
.st-icon-r3 .st-icon-dribbble:before,
.st-icon-r3.st-icon-dribbble:before {
  content: "\e124";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-dribbble:before,
.st-icon-circle.st-icon-dribbble:before,
.st-icon-cir .st-icon-dribbble:before,
.st-icon-cir.st-icon-dribbble:before,
.st-icon-rounded4 .st-icon-dribbble:before,
.st-icon-rounded4.st-icon-dribbble:before,
.st-icon-r4 .st-icon-dribbble:before,
.st-icon-r4.st-icon-dribbble:before {
  content: "\e125";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-dribbble-alt:before,
.st-icon-square.st-icon-dribbble-alt:before,
.st-icon-sq .st-icon-dribbble-alt:before,
.st-icon-sq.st-icon-dribbble-alt:before,
.st-icon-rounded0 .st-icon-dribbble-alt:before,
.st-icon-rounded0.st-icon-dribbble-alt:before,
.st-icon-r0 .st-icon-dribbble-alt:before,
.st-icon-r0.st-icon-dribbble-alt:before {
  content: "\e121";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-dribbble-alt:before,
.st-icon-rounded1.st-icon-dribbble-alt:before,
.st-icon-r1 .st-icon-dribbble-alt:before,
.st-icon-r1.st-icon-dribbble-alt:before {
  content: "\e122";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-dribbble-alt:before,
.st-icon-rounded.st-icon-dribbble-alt:before,
.st-icon-rounded2 .st-icon-dribbble-alt:before,
.st-icon-rounded2.st-icon-dribbble-alt:before,
.st-icon-r2 .st-icon-dribbble-alt:before,
.st-icon-r2.st-icon-dribbble-alt:before {
  content: "\e123";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-dribbble-alt:before,
.st-icon-rounded3.st-icon-dribbble-alt:before,
.st-icon-r3 .st-icon-dribbble-alt:before,
.st-icon-r3.st-icon-dribbble-alt:before {
  content: "\e124";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-dribbble-alt:before,
.st-icon-circle.st-icon-dribbble-alt:before,
.st-icon-cir .st-icon-dribbble-alt:before,
.st-icon-cir.st-icon-dribbble-alt:before,
.st-icon-rounded4 .st-icon-dribbble-alt:before,
.st-icon-rounded4.st-icon-dribbble-alt:before,
.st-icon-r4 .st-icon-dribbble-alt:before,
.st-icon-r4.st-icon-dribbble-alt:before {
  content: "\e125";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-email:before,
.st-icon-square.st-icon-email:before,
.st-icon-sq .st-icon-email:before,
.st-icon-sq.st-icon-email:before,
.st-icon-rounded0 .st-icon-email:before,
.st-icon-rounded0.st-icon-email:before,
.st-icon-r0 .st-icon-email:before,
.st-icon-r0.st-icon-email:before {
  content: "\e04a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-email:before,
.st-icon-rounded1.st-icon-email:before,
.st-icon-r1 .st-icon-email:before,
.st-icon-r1.st-icon-email:before {
  content: "\e04b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-email:before,
.st-icon-rounded.st-icon-email:before,
.st-icon-rounded2 .st-icon-email:before,
.st-icon-rounded2.st-icon-email:before,
.st-icon-r2 .st-icon-email:before,
.st-icon-r2.st-icon-email:before {
  content: "\e04c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-email:before,
.st-icon-rounded3.st-icon-email:before,
.st-icon-r3 .st-icon-email:before,
.st-icon-r3.st-icon-email:before {
  content: "\e04d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-email:before,
.st-icon-circle.st-icon-email:before,
.st-icon-cir .st-icon-email:before,
.st-icon-cir.st-icon-email:before,
.st-icon-rounded4 .st-icon-email:before,
.st-icon-rounded4.st-icon-email:before,
.st-icon-r4 .st-icon-email:before,
.st-icon-r4.st-icon-email:before {
  content: "\e04e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-email2:before,
.st-icon-square.st-icon-email2:before,
.st-icon-sq .st-icon-email2:before,
.st-icon-sq.st-icon-email2:before,
.st-icon-rounded0 .st-icon-email2:before,
.st-icon-rounded0.st-icon-email2:before,
.st-icon-r0 .st-icon-email2:before,
.st-icon-r0.st-icon-email2:before {
  content: "\e04a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-email2:before,
.st-icon-rounded1.st-icon-email2:before,
.st-icon-r1 .st-icon-email2:before,
.st-icon-r1.st-icon-email2:before {
  content: "\e04b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-email2:before,
.st-icon-rounded.st-icon-email2:before,
.st-icon-rounded2 .st-icon-email2:before,
.st-icon-rounded2.st-icon-email2:before,
.st-icon-r2 .st-icon-email2:before,
.st-icon-r2.st-icon-email2:before {
  content: "\e04c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-email2:before,
.st-icon-rounded3.st-icon-email2:before,
.st-icon-r3 .st-icon-email2:before,
.st-icon-r3.st-icon-email2:before {
  content: "\e04d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-email2:before,
.st-icon-circle.st-icon-email2:before,
.st-icon-cir .st-icon-email2:before,
.st-icon-cir.st-icon-email2:before,
.st-icon-rounded4 .st-icon-email2:before,
.st-icon-rounded4.st-icon-email2:before,
.st-icon-r4 .st-icon-email2:before,
.st-icon-r4.st-icon-email2:before {
  content: "\e04e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-facebook:before,
.st-icon-square.st-icon-facebook:before,
.st-icon-sq .st-icon-facebook:before,
.st-icon-sq.st-icon-facebook:before,
.st-icon-rounded0 .st-icon-facebook:before,
.st-icon-rounded0.st-icon-facebook:before,
.st-icon-r0 .st-icon-facebook:before,
.st-icon-r0.st-icon-facebook:before {
  content: "\e021";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-facebook:before,
.st-icon-rounded1.st-icon-facebook:before,
.st-icon-r1 .st-icon-facebook:before,
.st-icon-r1.st-icon-facebook:before {
  content: "\e022";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-facebook:before,
.st-icon-rounded.st-icon-facebook:before,
.st-icon-rounded2 .st-icon-facebook:before,
.st-icon-rounded2.st-icon-facebook:before,
.st-icon-r2 .st-icon-facebook:before,
.st-icon-r2.st-icon-facebook:before {
  content: "\e023";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-facebook:before,
.st-icon-rounded3.st-icon-facebook:before,
.st-icon-r3 .st-icon-facebook:before,
.st-icon-r3.st-icon-facebook:before {
  content: "\e024";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-facebook:before,
.st-icon-circle.st-icon-facebook:before,
.st-icon-cir .st-icon-facebook:before,
.st-icon-cir.st-icon-facebook:before,
.st-icon-rounded4 .st-icon-facebook:before,
.st-icon-rounded4.st-icon-facebook:before,
.st-icon-r4 .st-icon-facebook:before,
.st-icon-r4.st-icon-facebook:before {
  content: "\e027";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-facebook-alt:before,
.st-icon-square.st-icon-facebook-alt:before,
.st-icon-sq .st-icon-facebook-alt:before,
.st-icon-sq.st-icon-facebook-alt:before,
.st-icon-rounded0 .st-icon-facebook-alt:before,
.st-icon-rounded0.st-icon-facebook-alt:before,
.st-icon-r0 .st-icon-facebook-alt:before,
.st-icon-r0.st-icon-facebook-alt:before {
  content: "\e02a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-facebook-alt:before,
.st-icon-rounded1.st-icon-facebook-alt:before,
.st-icon-r1 .st-icon-facebook-alt:before,
.st-icon-r1.st-icon-facebook-alt:before {
  content: "\e02b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-facebook-alt:before,
.st-icon-rounded.st-icon-facebook-alt:before,
.st-icon-rounded2 .st-icon-facebook-alt:before,
.st-icon-rounded2.st-icon-facebook-alt:before,
.st-icon-r2 .st-icon-facebook-alt:before,
.st-icon-r2.st-icon-facebook-alt:before {
  content: "\e02c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-facebook-alt:before,
.st-icon-rounded3.st-icon-facebook-alt:before,
.st-icon-r3 .st-icon-facebook-alt:before,
.st-icon-r3.st-icon-facebook-alt:before {
  content: "\e02d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-facebook-alt:before,
.st-icon-circle.st-icon-facebook-alt:before,
.st-icon-cir .st-icon-facebook-alt:before,
.st-icon-cir.st-icon-facebook-alt:before,
.st-icon-rounded4 .st-icon-facebook-alt:before,
.st-icon-rounded4.st-icon-facebook-alt:before,
.st-icon-r4 .st-icon-facebook-alt:before,
.st-icon-r4.st-icon-facebook-alt:before {
  content: "\e02e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-flickr:before,
.st-icon-square.st-icon-flickr:before,
.st-icon-sq .st-icon-flickr:before,
.st-icon-sq.st-icon-flickr:before,
.st-icon-rounded0 .st-icon-flickr:before,
.st-icon-rounded0.st-icon-flickr:before,
.st-icon-r0 .st-icon-flickr:before,
.st-icon-r0.st-icon-flickr:before {
  content: "\e151";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-flickr:before,
.st-icon-rounded1.st-icon-flickr:before,
.st-icon-r1 .st-icon-flickr:before,
.st-icon-r1.st-icon-flickr:before {
  content: "\e152";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-flickr:before,
.st-icon-rounded.st-icon-flickr:before,
.st-icon-rounded2 .st-icon-flickr:before,
.st-icon-rounded2.st-icon-flickr:before,
.st-icon-r2 .st-icon-flickr:before,
.st-icon-r2.st-icon-flickr:before {
  content: "\e153";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-flickr:before,
.st-icon-rounded3.st-icon-flickr:before,
.st-icon-r3 .st-icon-flickr:before,
.st-icon-r3.st-icon-flickr:before {
  content: "\e154";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-flickr:before,
.st-icon-circle.st-icon-flickr:before,
.st-icon-cir .st-icon-flickr:before,
.st-icon-cir.st-icon-flickr:before,
.st-icon-rounded4 .st-icon-flickr:before,
.st-icon-rounded4.st-icon-flickr:before,
.st-icon-r4 .st-icon-flickr:before,
.st-icon-r4.st-icon-flickr:before {
  content: "\e155";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-github:before,
.st-icon-square.st-icon-github:before,
.st-icon-sq .st-icon-github:before,
.st-icon-sq.st-icon-github:before,
.st-icon-rounded0 .st-icon-github:before,
.st-icon-rounded0.st-icon-github:before,
.st-icon-r0 .st-icon-github:before,
.st-icon-r0.st-icon-github:before {
  content: "\e17a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-github:before,
.st-icon-rounded1.st-icon-github:before,
.st-icon-r1 .st-icon-github:before,
.st-icon-r1.st-icon-github:before {
  content: "\e17b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-github:before,
.st-icon-rounded.st-icon-github:before,
.st-icon-rounded2 .st-icon-github:before,
.st-icon-rounded2.st-icon-github:before,
.st-icon-r2 .st-icon-github:before,
.st-icon-r2.st-icon-github:before {
  content: "\e17c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-github:before,
.st-icon-rounded3.st-icon-github:before,
.st-icon-r3 .st-icon-github:before,
.st-icon-r3.st-icon-github:before {
  content: "\e17d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-github:before,
.st-icon-circle.st-icon-github:before,
.st-icon-cir .st-icon-github:before,
.st-icon-cir.st-icon-github:before,
.st-icon-rounded4 .st-icon-github:before,
.st-icon-rounded4.st-icon-github:before,
.st-icon-r4 .st-icon-github:before,
.st-icon-r4.st-icon-github:before {
  content: "\e17e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-github-alt:before,
.st-icon-square.st-icon-github-alt:before,
.st-icon-sq .st-icon-github-alt:before,
.st-icon-sq.st-icon-github-alt:before,
.st-icon-rounded0 .st-icon-github-alt:before,
.st-icon-rounded0.st-icon-github-alt:before,
.st-icon-r0 .st-icon-github-alt:before,
.st-icon-r0.st-icon-github-alt:before {
  content: "\e181";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-github-alt:before,
.st-icon-rounded1.st-icon-github-alt:before,
.st-icon-r1 .st-icon-github-alt:before,
.st-icon-r1.st-icon-github-alt:before {
  content: "\e182";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-github-alt:before,
.st-icon-rounded.st-icon-github-alt:before,
.st-icon-rounded2 .st-icon-github-alt:before,
.st-icon-rounded2.st-icon-github-alt:before,
.st-icon-r2 .st-icon-github-alt:before,
.st-icon-r2.st-icon-github-alt:before {
  content: "\e183";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-github-alt:before,
.st-icon-rounded3.st-icon-github-alt:before,
.st-icon-r3 .st-icon-github-alt:before,
.st-icon-r3.st-icon-github-alt:before {
  content: "\e184";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-github-alt:before,
.st-icon-circle.st-icon-github-alt:before,
.st-icon-cir .st-icon-github-alt:before,
.st-icon-cir.st-icon-github-alt:before,
.st-icon-rounded4 .st-icon-github-alt:before,
.st-icon-rounded4.st-icon-github-alt:before,
.st-icon-r4 .st-icon-github-alt:before,
.st-icon-r4.st-icon-github-alt:before {
  content: "\e185";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-gmail:before,
.st-icon-square.st-icon-gmail:before,
.st-icon-sq .st-icon-gmail:before,
.st-icon-sq.st-icon-gmail:before,
.st-icon-rounded0 .st-icon-gmail:before,
.st-icon-rounded0.st-icon-gmail:before,
.st-icon-r0 .st-icon-gmail:before,
.st-icon-r0.st-icon-gmail:before {
  content: "\e191";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-gmail:before,
.st-icon-rounded1.st-icon-gmail:before,
.st-icon-r1 .st-icon-gmail:before,
.st-icon-r1.st-icon-gmail:before {
  content: "\e192";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-gmail:before,
.st-icon-rounded.st-icon-gmail:before,
.st-icon-rounded2 .st-icon-gmail:before,
.st-icon-rounded2.st-icon-gmail:before,
.st-icon-r2 .st-icon-gmail:before,
.st-icon-r2.st-icon-gmail:before {
  content: "\e193";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-gmail:before,
.st-icon-rounded3.st-icon-gmail:before,
.st-icon-r3 .st-icon-gmail:before,
.st-icon-r3.st-icon-gmail:before {
  content: "\e194";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-gmail:before,
.st-icon-circle.st-icon-gmail:before,
.st-icon-cir .st-icon-gmail:before,
.st-icon-cir.st-icon-gmail:before,
.st-icon-rounded4 .st-icon-gmail:before,
.st-icon-rounded4.st-icon-gmail:before,
.st-icon-r4 .st-icon-gmail:before,
.st-icon-r4.st-icon-gmail:before {
  content: "\e195";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-gmail-alt:before,
.st-icon-square.st-icon-gmail-alt:before,
.st-icon-sq .st-icon-gmail-alt:before,
.st-icon-sq.st-icon-gmail-alt:before,
.st-icon-rounded0 .st-icon-gmail-alt:before,
.st-icon-rounded0.st-icon-gmail-alt:before,
.st-icon-r0 .st-icon-gmail-alt:before,
.st-icon-r0.st-icon-gmail-alt:before {
  content: "\e191";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-gmail-alt:before,
.st-icon-rounded1.st-icon-gmail-alt:before,
.st-icon-r1 .st-icon-gmail-alt:before,
.st-icon-r1.st-icon-gmail-alt:before {
  content: "\e192";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-gmail-alt:before,
.st-icon-rounded.st-icon-gmail-alt:before,
.st-icon-rounded2 .st-icon-gmail-alt:before,
.st-icon-rounded2.st-icon-gmail-alt:before,
.st-icon-r2 .st-icon-gmail-alt:before,
.st-icon-r2.st-icon-gmail-alt:before {
  content: "\e193";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-gmail-alt:before,
.st-icon-rounded3.st-icon-gmail-alt:before,
.st-icon-r3 .st-icon-gmail-alt:before,
.st-icon-r3.st-icon-gmail-alt:before {
  content: "\e194";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-gmail-alt:before,
.st-icon-circle.st-icon-gmail-alt:before,
.st-icon-cir .st-icon-gmail-alt:before,
.st-icon-cir.st-icon-gmail-alt:before,
.st-icon-rounded4 .st-icon-gmail-alt:before,
.st-icon-rounded4.st-icon-gmail-alt:before,
.st-icon-r4 .st-icon-gmail-alt:before,
.st-icon-r4.st-icon-gmail-alt:before {
  content: "\e195";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-googleplus:before,
.st-icon-square.st-icon-googleplus:before,
.st-icon-sq .st-icon-googleplus:before,
.st-icon-sq.st-icon-googleplus:before,
.st-icon-rounded0 .st-icon-googleplus:before,
.st-icon-rounded0.st-icon-googleplus:before,
.st-icon-r0 .st-icon-googleplus:before,
.st-icon-r0.st-icon-googleplus:before {
  content: "\e03a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-googleplus:before,
.st-icon-rounded1.st-icon-googleplus:before,
.st-icon-r1 .st-icon-googleplus:before,
.st-icon-r1.st-icon-googleplus:before {
  content: "\e03b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-googleplus:before,
.st-icon-rounded.st-icon-googleplus:before,
.st-icon-rounded2 .st-icon-googleplus:before,
.st-icon-rounded2.st-icon-googleplus:before,
.st-icon-r2 .st-icon-googleplus:before,
.st-icon-r2.st-icon-googleplus:before {
  content: "\e03c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-googleplus:before,
.st-icon-rounded3.st-icon-googleplus:before,
.st-icon-r3 .st-icon-googleplus:before,
.st-icon-r3.st-icon-googleplus:before {
  content: "\e03d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-googleplus:before,
.st-icon-circle.st-icon-googleplus:before,
.st-icon-cir .st-icon-googleplus:before,
.st-icon-cir.st-icon-googleplus:before,
.st-icon-rounded4 .st-icon-googleplus:before,
.st-icon-rounded4.st-icon-googleplus:before,
.st-icon-r4 .st-icon-googleplus:before,
.st-icon-r4.st-icon-googleplus:before {
  content: "\e03e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-instagram:before,
.st-icon-square.st-icon-instagram:before,
.st-icon-sq .st-icon-instagram:before,
.st-icon-sq.st-icon-instagram:before,
.st-icon-rounded0 .st-icon-instagram:before,
.st-icon-rounded0.st-icon-instagram:before,
.st-icon-r0 .st-icon-instagram:before,
.st-icon-r0.st-icon-instagram:before {
  content: "\e221";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-instagram:before,
.st-icon-rounded1.st-icon-instagram:before,
.st-icon-r1 .st-icon-instagram:before,
.st-icon-r1.st-icon-instagram:before {
  content: "\e222";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-instagram:before,
.st-icon-rounded.st-icon-instagram:before,
.st-icon-rounded2 .st-icon-instagram:before,
.st-icon-rounded2.st-icon-instagram:before,
.st-icon-r2 .st-icon-instagram:before,
.st-icon-r2.st-icon-instagram:before {
  content: "\e223";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-instagram:before,
.st-icon-rounded3.st-icon-instagram:before,
.st-icon-r3 .st-icon-instagram:before,
.st-icon-r3.st-icon-instagram:before {
  content: "\e224";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-instagram:before,
.st-icon-circle.st-icon-instagram:before,
.st-icon-cir .st-icon-instagram:before,
.st-icon-cir.st-icon-instagram:before,
.st-icon-rounded4 .st-icon-instagram:before,
.st-icon-rounded4.st-icon-instagram:before,
.st-icon-r4 .st-icon-instagram:before,
.st-icon-r4.st-icon-instagram:before {
  content: "\e225";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-linkedin:before,
.st-icon-square.st-icon-linkedin:before,
.st-icon-sq .st-icon-linkedin:before,
.st-icon-sq.st-icon-linkedin:before,
.st-icon-rounded0 .st-icon-linkedin:before,
.st-icon-rounded0.st-icon-linkedin:before,
.st-icon-r0 .st-icon-linkedin:before,
.st-icon-r0.st-icon-linkedin:before {
  content: "\e25a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-linkedin:before,
.st-icon-rounded1.st-icon-linkedin:before,
.st-icon-r1 .st-icon-linkedin:before,
.st-icon-r1.st-icon-linkedin:before {
  content: "\e25b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-linkedin:before,
.st-icon-rounded.st-icon-linkedin:before,
.st-icon-rounded2 .st-icon-linkedin:before,
.st-icon-rounded2.st-icon-linkedin:before,
.st-icon-r2 .st-icon-linkedin:before,
.st-icon-r2.st-icon-linkedin:before {
  content: "\e25c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-linkedin:before,
.st-icon-rounded3.st-icon-linkedin:before,
.st-icon-r3 .st-icon-linkedin:before,
.st-icon-r3.st-icon-linkedin:before {
  content: "\e25d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-linkedin:before,
.st-icon-circle.st-icon-linkedin:before,
.st-icon-cir .st-icon-linkedin:before,
.st-icon-cir.st-icon-linkedin:before,
.st-icon-rounded4 .st-icon-linkedin:before,
.st-icon-rounded4.st-icon-linkedin:before,
.st-icon-r4 .st-icon-linkedin:before,
.st-icon-r4.st-icon-linkedin:before {
  content: "\e25e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-pinboard:before,
.st-icon-square.st-icon-pinboard:before,
.st-icon-sq .st-icon-pinboard:before,
.st-icon-sq.st-icon-pinboard:before,
.st-icon-rounded0 .st-icon-pinboard:before,
.st-icon-rounded0.st-icon-pinboard:before,
.st-icon-r0 .st-icon-pinboard:before,
.st-icon-r0.st-icon-pinboard:before {
  content: "\e28a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-pinboard:before,
.st-icon-rounded1.st-icon-pinboard:before,
.st-icon-r1 .st-icon-pinboard:before,
.st-icon-r1.st-icon-pinboard:before {
  content: "\e28b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-pinboard:before,
.st-icon-rounded.st-icon-pinboard:before,
.st-icon-rounded2 .st-icon-pinboard:before,
.st-icon-rounded2.st-icon-pinboard:before,
.st-icon-r2 .st-icon-pinboard:before,
.st-icon-r2.st-icon-pinboard:before {
  content: "\e28c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-pinboard:before,
.st-icon-rounded3.st-icon-pinboard:before,
.st-icon-r3 .st-icon-pinboard:before,
.st-icon-r3.st-icon-pinboard:before {
  content: "\e28d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-pinboard:before,
.st-icon-circle.st-icon-pinboard:before,
.st-icon-cir .st-icon-pinboard:before,
.st-icon-cir.st-icon-pinboard:before,
.st-icon-rounded4 .st-icon-pinboard:before,
.st-icon-rounded4.st-icon-pinboard:before,
.st-icon-r4 .st-icon-pinboard:before,
.st-icon-r4.st-icon-pinboard:before {
  content: "\e28e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-pinterest:before,
.st-icon-square.st-icon-pinterest:before,
.st-icon-sq .st-icon-pinterest:before,
.st-icon-sq.st-icon-pinterest:before,
.st-icon-rounded0 .st-icon-pinterest:before,
.st-icon-rounded0.st-icon-pinterest:before,
.st-icon-r0 .st-icon-pinterest:before,
.st-icon-r0.st-icon-pinterest:before {
  content: "\e291";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-pinterest:before,
.st-icon-rounded1.st-icon-pinterest:before,
.st-icon-r1 .st-icon-pinterest:before,
.st-icon-r1.st-icon-pinterest:before {
  content: "\e292";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-pinterest:before,
.st-icon-rounded.st-icon-pinterest:before,
.st-icon-rounded2 .st-icon-pinterest:before,
.st-icon-rounded2.st-icon-pinterest:before,
.st-icon-r2 .st-icon-pinterest:before,
.st-icon-r2.st-icon-pinterest:before {
  content: "\e293";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-pinterest:before,
.st-icon-rounded3.st-icon-pinterest:before,
.st-icon-r3 .st-icon-pinterest:before,
.st-icon-r3.st-icon-pinterest:before {
  content: "\e294";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-pinterest:before,
.st-icon-circle.st-icon-pinterest:before,
.st-icon-cir .st-icon-pinterest:before,
.st-icon-cir.st-icon-pinterest:before,
.st-icon-rounded4 .st-icon-pinterest:before,
.st-icon-rounded4.st-icon-pinterest:before,
.st-icon-r4 .st-icon-pinterest:before,
.st-icon-r4.st-icon-pinterest:before {
  content: "\e295";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-rss:before,
.st-icon-square.st-icon-rss:before,
.st-icon-sq .st-icon-rss:before,
.st-icon-sq.st-icon-rss:before,
.st-icon-rounded0 .st-icon-rss:before,
.st-icon-rounded0.st-icon-rss:before,
.st-icon-r0 .st-icon-rss:before,
.st-icon-r0.st-icon-rss:before {
  content: "\e041";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-rss:before,
.st-icon-rounded1.st-icon-rss:before,
.st-icon-r1 .st-icon-rss:before,
.st-icon-r1.st-icon-rss:before {
  content: "\e042";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-rss:before,
.st-icon-rounded.st-icon-rss:before,
.st-icon-rounded2 .st-icon-rss:before,
.st-icon-rounded2.st-icon-rss:before,
.st-icon-r2 .st-icon-rss:before,
.st-icon-r2.st-icon-rss:before {
  content: "\e043";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-rss:before,
.st-icon-rounded3.st-icon-rss:before,
.st-icon-r3 .st-icon-rss:before,
.st-icon-r3.st-icon-rss:before {
  content: "\e044";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-rss:before,
.st-icon-circle.st-icon-rss:before,
.st-icon-cir .st-icon-rss:before,
.st-icon-cir.st-icon-rss:before,
.st-icon-rounded4 .st-icon-rss:before,
.st-icon-rounded4.st-icon-rss:before,
.st-icon-r4 .st-icon-rss:before,
.st-icon-r4.st-icon-rss:before {
  content: "\e045";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-tumblr:before,
.st-icon-square.st-icon-tumblr:before,
.st-icon-sq .st-icon-tumblr:before,
.st-icon-sq.st-icon-tumblr:before,
.st-icon-rounded0 .st-icon-tumblr:before,
.st-icon-rounded0.st-icon-tumblr:before,
.st-icon-r0 .st-icon-tumblr:before,
.st-icon-r0.st-icon-tumblr:before {
  content: "\e35a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-tumblr:before,
.st-icon-rounded1.st-icon-tumblr:before,
.st-icon-r1 .st-icon-tumblr:before,
.st-icon-r1.st-icon-tumblr:before {
  content: "\e35b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-tumblr:before,
.st-icon-rounded.st-icon-tumblr:before,
.st-icon-rounded2 .st-icon-tumblr:before,
.st-icon-rounded2.st-icon-tumblr:before,
.st-icon-r2 .st-icon-tumblr:before,
.st-icon-r2.st-icon-tumblr:before {
  content: "\e35c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-tumblr:before,
.st-icon-rounded3.st-icon-tumblr:before,
.st-icon-r3 .st-icon-tumblr:before,
.st-icon-r3.st-icon-tumblr:before {
  content: "\e35d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-tumblr:before,
.st-icon-circle.st-icon-tumblr:before,
.st-icon-cir .st-icon-tumblr:before,
.st-icon-cir.st-icon-tumblr:before,
.st-icon-rounded4 .st-icon-tumblr:before,
.st-icon-rounded4.st-icon-tumblr:before,
.st-icon-r4 .st-icon-tumblr:before,
.st-icon-r4.st-icon-tumblr:before {
  content: "\e35e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-twitter:before,
.st-icon-square.st-icon-twitter:before,
.st-icon-sq .st-icon-twitter:before,
.st-icon-sq.st-icon-twitter:before,
.st-icon-rounded0 .st-icon-twitter:before,
.st-icon-rounded0.st-icon-twitter:before,
.st-icon-r0 .st-icon-twitter:before,
.st-icon-r0.st-icon-twitter:before {
  content: "\e031";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-twitter:before,
.st-icon-rounded1.st-icon-twitter:before,
.st-icon-r1 .st-icon-twitter:before,
.st-icon-r1.st-icon-twitter:before {
  content: "\e032";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-twitter:before,
.st-icon-rounded.st-icon-twitter:before,
.st-icon-rounded2 .st-icon-twitter:before,
.st-icon-rounded2.st-icon-twitter:before,
.st-icon-r2 .st-icon-twitter:before,
.st-icon-r2.st-icon-twitter:before {
  content: "\e033";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-twitter:before,
.st-icon-rounded3.st-icon-twitter:before,
.st-icon-r3 .st-icon-twitter:before,
.st-icon-r3.st-icon-twitter:before {
  content: "\e034";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-twitter:before,
.st-icon-circle.st-icon-twitter:before,
.st-icon-cir .st-icon-twitter:before,
.st-icon-cir.st-icon-twitter:before,
.st-icon-rounded4 .st-icon-twitter:before,
.st-icon-rounded4.st-icon-twitter:before,
.st-icon-r4 .st-icon-twitter:before,
.st-icon-r4.st-icon-twitter:before {
  content: "\e035";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-vimeo:before,
.st-icon-square.st-icon-vimeo:before,
.st-icon-sq .st-icon-vimeo:before,
.st-icon-sq.st-icon-vimeo:before,
.st-icon-rounded0 .st-icon-vimeo:before,
.st-icon-rounded0.st-icon-vimeo:before,
.st-icon-r0 .st-icon-vimeo:before,
.st-icon-r0.st-icon-vimeo:before {
  content: "\e361";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-vimeo:before,
.st-icon-rounded1.st-icon-vimeo:before,
.st-icon-r1 .st-icon-vimeo:before,
.st-icon-r1.st-icon-vimeo:before {
  content: "\e362";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-vimeo:before,
.st-icon-rounded.st-icon-vimeo:before,
.st-icon-rounded2 .st-icon-vimeo:before,
.st-icon-rounded2.st-icon-vimeo:before,
.st-icon-r2 .st-icon-vimeo:before,
.st-icon-r2.st-icon-vimeo:before {
  content: "\e363";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-vimeo:before,
.st-icon-rounded3.st-icon-vimeo:before,
.st-icon-r3 .st-icon-vimeo:before,
.st-icon-r3.st-icon-vimeo:before {
  content: "\e364";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-vimeo:before,
.st-icon-circle.st-icon-vimeo:before,
.st-icon-cir .st-icon-vimeo:before,
.st-icon-cir.st-icon-vimeo:before,
.st-icon-rounded4 .st-icon-vimeo:before,
.st-icon-rounded4.st-icon-vimeo:before,
.st-icon-r4 .st-icon-vimeo:before,
.st-icon-r4.st-icon-vimeo:before {
  content: "\e365";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-youtube:before,
.st-icon-square.st-icon-youtube:before,
.st-icon-sq .st-icon-youtube:before,
.st-icon-sq.st-icon-youtube:before,
.st-icon-rounded0 .st-icon-youtube:before,
.st-icon-rounded0.st-icon-youtube:before,
.st-icon-r0 .st-icon-youtube:before,
.st-icon-r0.st-icon-youtube:before {
  content: "\e411";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-youtube:before,
.st-icon-rounded1.st-icon-youtube:before,
.st-icon-r1 .st-icon-youtube:before,
.st-icon-r1.st-icon-youtube:before {
  content: "\e412";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-youtube:before,
.st-icon-rounded.st-icon-youtube:before,
.st-icon-rounded2 .st-icon-youtube:before,
.st-icon-rounded2.st-icon-youtube:before,
.st-icon-r2 .st-icon-youtube:before,
.st-icon-r2.st-icon-youtube:before {
  content: "\e413";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-youtube:before,
.st-icon-rounded3.st-icon-youtube:before,
.st-icon-r3 .st-icon-youtube:before,
.st-icon-r3.st-icon-youtube:before {
  content: "\e414";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-youtube:before,
.st-icon-circle.st-icon-youtube:before,
.st-icon-cir .st-icon-youtube:before,
.st-icon-cir.st-icon-youtube:before,
.st-icon-rounded4 .st-icon-youtube:before,
.st-icon-rounded4.st-icon-youtube:before,
.st-icon-r4 .st-icon-youtube:before,
.st-icon-r4.st-icon-youtube:before {
  content: "\e415";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-youtube2:before,
.st-icon-square.st-icon-youtube2:before,
.st-icon-sq .st-icon-youtube2:before,
.st-icon-sq.st-icon-youtube2:before,
.st-icon-rounded0 .st-icon-youtube2:before,
.st-icon-rounded0.st-icon-youtube2:before,
.st-icon-r0 .st-icon-youtube2:before,
.st-icon-r0.st-icon-youtube2:before {
  content: "\e411";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-youtube2:before,
.st-icon-rounded1.st-icon-youtube2:before,
.st-icon-r1 .st-icon-youtube2:before,
.st-icon-r1.st-icon-youtube2:before {
  content: "\e412";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-youtube2:before,
.st-icon-rounded.st-icon-youtube2:before,
.st-icon-rounded2 .st-icon-youtube2:before,
.st-icon-rounded2.st-icon-youtube2:before,
.st-icon-r2 .st-icon-youtube2:before,
.st-icon-r2.st-icon-youtube2:before {
  content: "\e413";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-youtube2:before,
.st-icon-rounded3.st-icon-youtube2:before,
.st-icon-r3 .st-icon-youtube2:before,
.st-icon-r3.st-icon-youtube2:before {
  content: "\e414";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-youtube2:before,
.st-icon-circle.st-icon-youtube2:before,
.st-icon-cir .st-icon-youtube2:before,
.st-icon-cir.st-icon-youtube2:before,
.st-icon-rounded4 .st-icon-youtube2:before,
.st-icon-rounded4.st-icon-youtube2:before,
.st-icon-r4 .st-icon-youtube2:before,
.st-icon-r4.st-icon-youtube2:before {
  content: "\e415";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-youtube-alt:before,
.st-icon-square.st-icon-youtube-alt:before,
.st-icon-sq .st-icon-youtube-alt:before,
.st-icon-sq.st-icon-youtube-alt:before,
.st-icon-rounded0 .st-icon-youtube-alt:before,
.st-icon-rounded0.st-icon-youtube-alt:before,
.st-icon-r0 .st-icon-youtube-alt:before,
.st-icon-r0.st-icon-youtube-alt:before {
  content: "\e421";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-youtube-alt:before,
.st-icon-rounded1.st-icon-youtube-alt:before,
.st-icon-r1 .st-icon-youtube-alt:before,
.st-icon-r1.st-icon-youtube-alt:before {
  content: "\e422";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-youtube-alt:before,
.st-icon-rounded.st-icon-youtube-alt:before,
.st-icon-rounded2 .st-icon-youtube-alt:before,
.st-icon-rounded2.st-icon-youtube-alt:before,
.st-icon-r2 .st-icon-youtube-alt:before,
.st-icon-r2.st-icon-youtube-alt:before {
  content: "\e423";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-youtube-alt:before,
.st-icon-rounded3.st-icon-youtube-alt:before,
.st-icon-r3 .st-icon-youtube-alt:before,
.st-icon-r3.st-icon-youtube-alt:before {
  content: "\e424";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-youtube-alt:before,
.st-icon-circle.st-icon-youtube-alt:before,
.st-icon-cir .st-icon-youtube-alt:before,
.st-icon-cir.st-icon-youtube-alt:before,
.st-icon-rounded4 .st-icon-youtube-alt:before,
.st-icon-rounded4.st-icon-youtube-alt:before,
.st-icon-r4 .st-icon-youtube-alt:before,
.st-icon-r4.st-icon-youtube-alt:before {
  content: "\e425";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-youtube-alt-sm:before,
.st-icon-square.st-icon-youtube-alt-sm:before,
.st-icon-sq .st-icon-youtube-alt-sm:before,
.st-icon-sq.st-icon-youtube-alt-sm:before,
.st-icon-rounded0 .st-icon-youtube-alt-sm:before,
.st-icon-rounded0.st-icon-youtube-alt-sm:before,
.st-icon-r0 .st-icon-youtube-alt-sm:before,
.st-icon-r0.st-icon-youtube-alt-sm:before {
  content: "\e421";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-youtube-alt-sm:before,
.st-icon-rounded1.st-icon-youtube-alt-sm:before,
.st-icon-r1 .st-icon-youtube-alt-sm:before,
.st-icon-r1.st-icon-youtube-alt-sm:before {
  content: "\e422";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-youtube-alt-sm:before,
.st-icon-rounded.st-icon-youtube-alt-sm:before,
.st-icon-rounded2 .st-icon-youtube-alt-sm:before,
.st-icon-rounded2.st-icon-youtube-alt-sm:before,
.st-icon-r2 .st-icon-youtube-alt-sm:before,
.st-icon-r2.st-icon-youtube-alt-sm:before {
  content: "\e423";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-youtube-alt-sm:before,
.st-icon-rounded3.st-icon-youtube-alt-sm:before,
.st-icon-r3 .st-icon-youtube-alt-sm:before,
.st-icon-r3.st-icon-youtube-alt-sm:before {
  content: "\e424";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-youtube-alt-sm:before,
.st-icon-circle.st-icon-youtube-alt-sm:before,
.st-icon-cir .st-icon-youtube-alt-sm:before,
.st-icon-cir.st-icon-youtube-alt-sm:before,
.st-icon-rounded4 .st-icon-youtube-alt-sm:before,
.st-icon-rounded4.st-icon-youtube-alt-sm:before,
.st-icon-r4 .st-icon-youtube-alt-sm:before,
.st-icon-r4.st-icon-youtube-alt-sm:before {
  content: "\e425";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-menu:before,
.st-icon-square.st-icon-menu:before,
.st-icon-sq .st-icon-menu:before,
.st-icon-sq.st-icon-menu:before,
.st-icon-rounded0 .st-icon-menu:before,
.st-icon-rounded0.st-icon-menu:before,
.st-icon-r0 .st-icon-menu:before,
.st-icon-r0.st-icon-menu:before {
  content: "\e581";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-menu:before,
.st-icon-rounded1.st-icon-menu:before,
.st-icon-r1 .st-icon-menu:before,
.st-icon-r1.st-icon-menu:before {
  content: "\e582";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-menu:before,
.st-icon-rounded.st-icon-menu:before,
.st-icon-rounded2 .st-icon-menu:before,
.st-icon-rounded2.st-icon-menu:before,
.st-icon-r2 .st-icon-menu:before,
.st-icon-r2.st-icon-menu:before {
  content: "\e583";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-menu:before,
.st-icon-rounded3.st-icon-menu:before,
.st-icon-r3 .st-icon-menu:before,
.st-icon-r3.st-icon-menu:before {
  content: "\e584";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-menu:before,
.st-icon-circle.st-icon-menu:before,
.st-icon-cir .st-icon-menu:before,
.st-icon-cir.st-icon-menu:before,
.st-icon-rounded4 .st-icon-menu:before,
.st-icon-rounded4.st-icon-menu:before,
.st-icon-r4 .st-icon-menu:before,
.st-icon-r4.st-icon-menu:before {
  content: "\e585";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-menu-alt:before,
.st-icon-square.st-icon-menu-alt:before,
.st-icon-sq .st-icon-menu-alt:before,
.st-icon-sq.st-icon-menu-alt:before,
.st-icon-rounded0 .st-icon-menu-alt:before,
.st-icon-rounded0.st-icon-menu-alt:before,
.st-icon-r0 .st-icon-menu-alt:before,
.st-icon-r0.st-icon-menu-alt:before {
  content: "\e58a";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-menu-alt:before,
.st-icon-rounded1.st-icon-menu-alt:before,
.st-icon-r1 .st-icon-menu-alt:before,
.st-icon-r1.st-icon-menu-alt:before {
  content: "\e58b";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-menu-alt:before,
.st-icon-rounded.st-icon-menu-alt:before,
.st-icon-rounded2 .st-icon-menu-alt:before,
.st-icon-rounded2.st-icon-menu-alt:before,
.st-icon-r2 .st-icon-menu-alt:before,
.st-icon-r2.st-icon-menu-alt:before {
  content: "\e58c";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-menu-alt:before,
.st-icon-rounded3.st-icon-menu-alt:before,
.st-icon-r3 .st-icon-menu-alt:before,
.st-icon-r3.st-icon-menu-alt:before {
  content: "\e58d";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-menu-alt:before,
.st-icon-circle.st-icon-menu-alt:before,
.st-icon-cir .st-icon-menu-alt:before,
.st-icon-cir.st-icon-menu-alt:before,
.st-icon-rounded4 .st-icon-menu-alt:before,
.st-icon-rounded4.st-icon-menu-alt:before,
.st-icon-r4 .st-icon-menu-alt:before,
.st-icon-r4.st-icon-menu-alt:before {
  content: "\e58e";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-menu-alt2:before,
.st-icon-square.st-icon-menu-alt2:before,
.st-icon-sq .st-icon-menu-alt2:before,
.st-icon-sq.st-icon-menu-alt2:before,
.st-icon-rounded0 .st-icon-menu-alt2:before,
.st-icon-rounded0.st-icon-menu-alt2:before,
.st-icon-r0 .st-icon-menu-alt2:before,
.st-icon-r0.st-icon-menu-alt2:before {
  content: "\e591";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-menu-alt2:before,
.st-icon-rounded1.st-icon-menu-alt2:before,
.st-icon-r1 .st-icon-menu-alt2:before,
.st-icon-r1.st-icon-menu-alt2:before {
  content: "\e592";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-menu-alt2:before,
.st-icon-rounded.st-icon-menu-alt2:before,
.st-icon-rounded2 .st-icon-menu-alt2:before,
.st-icon-rounded2.st-icon-menu-alt2:before,
.st-icon-r2 .st-icon-menu-alt2:before,
.st-icon-r2.st-icon-menu-alt2:before {
  content: "\e593";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-menu-alt2:before,
.st-icon-rounded3.st-icon-menu-alt2:before,
.st-icon-r3 .st-icon-menu-alt2:before,
.st-icon-r3.st-icon-menu-alt2:before {
  content: "\e594";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-menu-alt2:before,
.st-icon-circle.st-icon-menu-alt2:before,
.st-icon-cir .st-icon-menu-alt2:before,
.st-icon-cir.st-icon-menu-alt2:before,
.st-icon-rounded4 .st-icon-menu-alt2:before,
.st-icon-rounded4.st-icon-menu-alt2:before,
.st-icon-r4 .st-icon-menu-alt2:before,
.st-icon-r4.st-icon-menu-alt2:before {
  content: "\e595";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-search:before,
.st-icon-square.st-icon-search:before,
.st-icon-sq .st-icon-search:before,
.st-icon-sq.st-icon-search:before,
.st-icon-rounded0 .st-icon-search:before,
.st-icon-rounded0.st-icon-search:before,
.st-icon-r0 .st-icon-search:before,
.st-icon-r0.st-icon-search:before {
  content: "\e061";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-search:before,
.st-icon-rounded1.st-icon-search:before,
.st-icon-r1 .st-icon-search:before,
.st-icon-r1.st-icon-search:before {
  content: "\e062";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-search:before,
.st-icon-rounded.st-icon-search:before,
.st-icon-rounded2 .st-icon-search:before,
.st-icon-rounded2.st-icon-search:before,
.st-icon-r2 .st-icon-search:before,
.st-icon-r2.st-icon-search:before {
  content: "\e063";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-search:before,
.st-icon-rounded3.st-icon-search:before,
.st-icon-r3 .st-icon-search:before,
.st-icon-r3.st-icon-search:before {
  content: "\e064";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-search:before,
.st-icon-circle.st-icon-search:before,
.st-icon-cir .st-icon-search:before,
.st-icon-cir.st-icon-search:before,
.st-icon-rounded4 .st-icon-search:before,
.st-icon-rounded4.st-icon-search:before,
.st-icon-r4 .st-icon-search:before,
.st-icon-r4.st-icon-search:before {
  content: "\e065";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-search-alt:before,
.st-icon-square.st-icon-search-alt:before,
.st-icon-sq .st-icon-search-alt:before,
.st-icon-sq.st-icon-search-alt:before,
.st-icon-rounded0 .st-icon-search-alt:before,
.st-icon-rounded0.st-icon-search-alt:before,
.st-icon-r0 .st-icon-search-alt:before,
.st-icon-r0.st-icon-search-alt:before {
  content: "\e061";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-search-alt:before,
.st-icon-rounded1.st-icon-search-alt:before,
.st-icon-r1 .st-icon-search-alt:before,
.st-icon-r1.st-icon-search-alt:before {
  content: "\e062";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-search-alt:before,
.st-icon-rounded.st-icon-search-alt:before,
.st-icon-rounded2 .st-icon-search-alt:before,
.st-icon-rounded2.st-icon-search-alt:before,
.st-icon-r2 .st-icon-search-alt:before,
.st-icon-r2.st-icon-search-alt:before {
  content: "\e063";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-search-alt:before,
.st-icon-rounded3.st-icon-search-alt:before,
.st-icon-r3 .st-icon-search-alt:before,
.st-icon-r3.st-icon-search-alt:before {
  content: "\e064";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-search-alt:before,
.st-icon-circle.st-icon-search-alt:before,
.st-icon-cir .st-icon-search-alt:before,
.st-icon-cir.st-icon-search-alt:before,
.st-icon-rounded4 .st-icon-search-alt:before,
.st-icon-rounded4.st-icon-search-alt:before,
.st-icon-r4 .st-icon-search-alt:before,
.st-icon-r4.st-icon-search-alt:before {
  content: "\e065";
}

/* line 76, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-square .st-icon-triangle-down:before,
.st-icon-square.st-icon-triangle-down:before,
.st-icon-sq .st-icon-triangle-down:before,
.st-icon-sq.st-icon-triangle-down:before,
.st-icon-rounded0 .st-icon-triangle-down:before,
.st-icon-rounded0.st-icon-triangle-down:before,
.st-icon-r0 .st-icon-triangle-down:before,
.st-icon-r0.st-icon-triangle-down:before {
  content: "\e441";
}

/* line 351, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1 .st-icon-triangle-down:before,
.st-icon-rounded1.st-icon-triangle-down:before,
.st-icon-r1 .st-icon-triangle-down:before,
.st-icon-r1.st-icon-triangle-down:before {
  content: "\e442";
}

/* line 628, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded .st-icon-triangle-down:before,
.st-icon-rounded.st-icon-triangle-down:before,
.st-icon-rounded2 .st-icon-triangle-down:before,
.st-icon-rounded2.st-icon-triangle-down:before,
.st-icon-r2 .st-icon-triangle-down:before,
.st-icon-r2.st-icon-triangle-down:before {
  content: "\e443";
}

/* line 903, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3 .st-icon-triangle-down:before,
.st-icon-rounded3.st-icon-triangle-down:before,
.st-icon-r3 .st-icon-triangle-down:before,
.st-icon-r3.st-icon-triangle-down:before {
  content: "\e444";
}

/* line 1181, ../scss/stackicons-social-minimal/_override-button-shapes-stackicons-social-minimal.scss */
.st-icon-circle .st-icon-triangle-down:before,
.st-icon-circle.st-icon-triangle-down:before,
.st-icon-cir .st-icon-triangle-down:before,
.st-icon-cir.st-icon-triangle-down:before,
.st-icon-rounded4 .st-icon-triangle-down:before,
.st-icon-rounded4.st-icon-triangle-down:before,
.st-icon-r4 .st-icon-triangle-down:before,
.st-icon-r4.st-icon-triangle-down:before {
  content: "\e445";
}

/* 
  - .st-icon-only:        no button, icon only
  also:
    .st-icon-rounded5 (yes, it's not really rounded)
    .st-icon-r5
*/
/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-adn:before,
.st-icon-only.st-icon-adn:before,
.st-icon-rounded5 .st-icon-adn:before,
.st-icon-rounded5.st-icon-adn:before,
.st-icon-r5 .st-icon-adn:before,
.st-icon-r5.st-icon-adn:before {
  content: "\e076";
  color: #4a484c;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-adn:hover:before,
.st-icon-only.st-icon-adn:hover:before,
.st-icon-rounded5 .st-icon-adn:hover:before,
.st-icon-rounded5.st-icon-adn:hover:before,
.st-icon-r5 .st-icon-adn:hover:before,
.st-icon-r5.st-icon-adn:hover:before,
.st-icon-only .st-icon-adn:focus:before,
.st-icon-only.st-icon-adn:focus:before,
.st-icon-rounded5 .st-icon-adn:focus:before,
.st-icon-rounded5.st-icon-adn:focus:before,
.st-icon-r5 .st-icon-adn:focus:before,
.st-icon-r5.st-icon-adn:focus:before {
  content: "\e076";
  color: #a4a2a7;
  color: #a4a2a7;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-codepen:before,
.st-icon-only.st-icon-codepen:before,
.st-icon-rounded5 .st-icon-codepen:before,
.st-icon-rounded5.st-icon-codepen:before,
.st-icon-r5 .st-icon-codepen:before,
.st-icon-r5.st-icon-codepen:before {
  content: "\e106";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-codepen:hover:before,
.st-icon-only.st-icon-codepen:hover:before,
.st-icon-rounded5 .st-icon-codepen:hover:before,
.st-icon-rounded5.st-icon-codepen:hover:before,
.st-icon-r5 .st-icon-codepen:hover:before,
.st-icon-r5.st-icon-codepen:hover:before,
.st-icon-only .st-icon-codepen:focus:before,
.st-icon-only.st-icon-codepen:focus:before,
.st-icon-rounded5 .st-icon-codepen:focus:before,
.st-icon-rounded5.st-icon-codepen:focus:before,
.st-icon-r5 .st-icon-codepen:focus:before,
.st-icon-r5.st-icon-codepen:focus:before {
  content: "\e106";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-dribbble:before,
.st-icon-only.st-icon-dribbble:before,
.st-icon-rounded5 .st-icon-dribbble:before,
.st-icon-rounded5.st-icon-dribbble:before,
.st-icon-r5 .st-icon-dribbble:before,
.st-icon-r5.st-icon-dribbble:before {
  content: "\e126";
  color: #c5376d;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-dribbble:hover:before,
.st-icon-only.st-icon-dribbble:hover:before,
.st-icon-rounded5 .st-icon-dribbble:hover:before,
.st-icon-rounded5.st-icon-dribbble:hover:before,
.st-icon-r5 .st-icon-dribbble:hover:before,
.st-icon-r5.st-icon-dribbble:hover:before,
.st-icon-only .st-icon-dribbble:focus:before,
.st-icon-only.st-icon-dribbble:focus:before,
.st-icon-rounded5 .st-icon-dribbble:focus:before,
.st-icon-rounded5.st-icon-dribbble:focus:before,
.st-icon-r5 .st-icon-dribbble:focus:before,
.st-icon-r5.st-icon-dribbble:focus:before {
  content: "\e126";
  color: #e499b5;
  color: #e499b5;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-dribbble-alt:before,
.st-icon-only.st-icon-dribbble-alt:before,
.st-icon-rounded5 .st-icon-dribbble-alt:before,
.st-icon-rounded5.st-icon-dribbble-alt:before,
.st-icon-r5 .st-icon-dribbble-alt:before,
.st-icon-r5.st-icon-dribbble-alt:before {
  content: "\e126";
  color: #c5376d;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-dribbble-alt:hover:before,
.st-icon-only.st-icon-dribbble-alt:hover:before,
.st-icon-rounded5 .st-icon-dribbble-alt:hover:before,
.st-icon-rounded5.st-icon-dribbble-alt:hover:before,
.st-icon-r5 .st-icon-dribbble-alt:hover:before,
.st-icon-r5.st-icon-dribbble-alt:hover:before,
.st-icon-only .st-icon-dribbble-alt:focus:before,
.st-icon-only.st-icon-dribbble-alt:focus:before,
.st-icon-rounded5 .st-icon-dribbble-alt:focus:before,
.st-icon-rounded5.st-icon-dribbble-alt:focus:before,
.st-icon-r5 .st-icon-dribbble-alt:focus:before,
.st-icon-r5.st-icon-dribbble-alt:focus:before {
  content: "\e126";
  color: #e499b5;
  color: #e499b5;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-email:before,
.st-icon-only.st-icon-email:before,
.st-icon-rounded5 .st-icon-email:before,
.st-icon-rounded5.st-icon-email:before,
.st-icon-r5 .st-icon-email:before,
.st-icon-r5.st-icon-email:before {
  content: "\e04f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-email:hover:before,
.st-icon-only.st-icon-email:hover:before,
.st-icon-rounded5 .st-icon-email:hover:before,
.st-icon-rounded5.st-icon-email:hover:before,
.st-icon-r5 .st-icon-email:hover:before,
.st-icon-r5.st-icon-email:hover:before,
.st-icon-only .st-icon-email:focus:before,
.st-icon-only.st-icon-email:focus:before,
.st-icon-rounded5 .st-icon-email:focus:before,
.st-icon-rounded5.st-icon-email:focus:before,
.st-icon-r5 .st-icon-email:focus:before,
.st-icon-r5.st-icon-email:focus:before {
  content: "\e04f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-email2:before,
.st-icon-only.st-icon-email2:before,
.st-icon-rounded5 .st-icon-email2:before,
.st-icon-rounded5.st-icon-email2:before,
.st-icon-r5 .st-icon-email2:before,
.st-icon-r5.st-icon-email2:before {
  content: "\e04f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-email2:hover:before,
.st-icon-only.st-icon-email2:hover:before,
.st-icon-rounded5 .st-icon-email2:hover:before,
.st-icon-rounded5.st-icon-email2:hover:before,
.st-icon-r5 .st-icon-email2:hover:before,
.st-icon-r5.st-icon-email2:hover:before,
.st-icon-only .st-icon-email2:focus:before,
.st-icon-only.st-icon-email2:focus:before,
.st-icon-rounded5 .st-icon-email2:focus:before,
.st-icon-rounded5.st-icon-email2:focus:before,
.st-icon-r5 .st-icon-email2:focus:before,
.st-icon-r5.st-icon-email2:focus:before {
  content: "\e04f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-facebook:before,
.st-icon-only.st-icon-facebook:before,
.st-icon-rounded5 .st-icon-facebook:before,
.st-icon-rounded5.st-icon-facebook:before,
.st-icon-r5 .st-icon-facebook:before,
.st-icon-r5.st-icon-facebook:before {
  content: "\e026";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-facebook:hover:before,
.st-icon-only.st-icon-facebook:hover:before,
.st-icon-rounded5 .st-icon-facebook:hover:before,
.st-icon-rounded5.st-icon-facebook:hover:before,
.st-icon-r5 .st-icon-facebook:hover:before,
.st-icon-r5.st-icon-facebook:hover:before,
.st-icon-only .st-icon-facebook:focus:before,
.st-icon-only.st-icon-facebook:focus:before,
.st-icon-rounded5 .st-icon-facebook:focus:before,
.st-icon-rounded5.st-icon-facebook:focus:before,
.st-icon-r5 .st-icon-facebook:focus:before,
.st-icon-r5.st-icon-facebook:focus:before {
  content: "\e026";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-facebook-alt:before,
.st-icon-only.st-icon-facebook-alt:before,
.st-icon-rounded5 .st-icon-facebook-alt:before,
.st-icon-rounded5.st-icon-facebook-alt:before,
.st-icon-r5 .st-icon-facebook-alt:before,
.st-icon-r5.st-icon-facebook-alt:before {
  content: "\e02f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-facebook-alt:hover:before,
.st-icon-only.st-icon-facebook-alt:hover:before,
.st-icon-rounded5 .st-icon-facebook-alt:hover:before,
.st-icon-rounded5.st-icon-facebook-alt:hover:before,
.st-icon-r5 .st-icon-facebook-alt:hover:before,
.st-icon-r5.st-icon-facebook-alt:hover:before,
.st-icon-only .st-icon-facebook-alt:focus:before,
.st-icon-only.st-icon-facebook-alt:focus:before,
.st-icon-rounded5 .st-icon-facebook-alt:focus:before,
.st-icon-rounded5.st-icon-facebook-alt:focus:before,
.st-icon-r5 .st-icon-facebook-alt:focus:before,
.st-icon-r5.st-icon-facebook-alt:focus:before {
  content: "\e02f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-flickr:before,
.st-icon-only.st-icon-flickr:before,
.st-icon-rounded5 .st-icon-flickr:before,
.st-icon-rounded5.st-icon-flickr:before,
.st-icon-r5 .st-icon-flickr:before,
.st-icon-r5.st-icon-flickr:before {
  content: "\e156";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-flickr:hover:before,
.st-icon-only.st-icon-flickr:hover:before,
.st-icon-rounded5 .st-icon-flickr:hover:before,
.st-icon-rounded5.st-icon-flickr:hover:before,
.st-icon-r5 .st-icon-flickr:hover:before,
.st-icon-r5.st-icon-flickr:hover:before,
.st-icon-only .st-icon-flickr:focus:before,
.st-icon-only.st-icon-flickr:focus:before,
.st-icon-rounded5 .st-icon-flickr:focus:before,
.st-icon-rounded5.st-icon-flickr:focus:before,
.st-icon-r5 .st-icon-flickr:focus:before,
.st-icon-r5.st-icon-flickr:focus:before {
  content: "\e156";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-github:before,
.st-icon-only.st-icon-github:before,
.st-icon-rounded5 .st-icon-github:before,
.st-icon-rounded5.st-icon-github:before,
.st-icon-r5 .st-icon-github:before,
.st-icon-r5.st-icon-github:before {
  content: "\e17f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-github:hover:before,
.st-icon-only.st-icon-github:hover:before,
.st-icon-rounded5 .st-icon-github:hover:before,
.st-icon-rounded5.st-icon-github:hover:before,
.st-icon-r5 .st-icon-github:hover:before,
.st-icon-r5.st-icon-github:hover:before,
.st-icon-only .st-icon-github:focus:before,
.st-icon-only.st-icon-github:focus:before,
.st-icon-rounded5 .st-icon-github:focus:before,
.st-icon-rounded5.st-icon-github:focus:before,
.st-icon-r5 .st-icon-github:focus:before,
.st-icon-r5.st-icon-github:focus:before {
  content: "\e17f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-github-alt:before,
.st-icon-only.st-icon-github-alt:before,
.st-icon-rounded5 .st-icon-github-alt:before,
.st-icon-rounded5.st-icon-github-alt:before,
.st-icon-r5 .st-icon-github-alt:before,
.st-icon-r5.st-icon-github-alt:before {
  content: "\e186";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-github-alt:hover:before,
.st-icon-only.st-icon-github-alt:hover:before,
.st-icon-rounded5 .st-icon-github-alt:hover:before,
.st-icon-rounded5.st-icon-github-alt:hover:before,
.st-icon-r5 .st-icon-github-alt:hover:before,
.st-icon-r5.st-icon-github-alt:hover:before,
.st-icon-only .st-icon-github-alt:focus:before,
.st-icon-only.st-icon-github-alt:focus:before,
.st-icon-rounded5 .st-icon-github-alt:focus:before,
.st-icon-rounded5.st-icon-github-alt:focus:before,
.st-icon-r5 .st-icon-github-alt:focus:before,
.st-icon-r5.st-icon-github-alt:focus:before {
  content: "\e186";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-gmail:before,
.st-icon-only.st-icon-gmail:before,
.st-icon-rounded5 .st-icon-gmail:before,
.st-icon-rounded5.st-icon-gmail:before,
.st-icon-r5 .st-icon-gmail:before,
.st-icon-r5.st-icon-gmail:before {
  content: "\e196";
  color: #de483c;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-gmail:hover:before,
.st-icon-only.st-icon-gmail:hover:before,
.st-icon-rounded5 .st-icon-gmail:hover:before,
.st-icon-rounded5.st-icon-gmail:hover:before,
.st-icon-r5 .st-icon-gmail:hover:before,
.st-icon-r5.st-icon-gmail:hover:before,
.st-icon-only .st-icon-gmail:focus:before,
.st-icon-only.st-icon-gmail:focus:before,
.st-icon-rounded5 .st-icon-gmail:focus:before,
.st-icon-rounded5.st-icon-gmail:focus:before,
.st-icon-r5 .st-icon-gmail:focus:before,
.st-icon-r5.st-icon-gmail:focus:before {
  content: "\e196";
  color: #efa39d;
  color: #efa39d;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-gmail-alt:before,
.st-icon-only.st-icon-gmail-alt:before,
.st-icon-rounded5 .st-icon-gmail-alt:before,
.st-icon-rounded5.st-icon-gmail-alt:before,
.st-icon-r5 .st-icon-gmail-alt:before,
.st-icon-r5.st-icon-gmail-alt:before {
  content: "\e196";
  color: #de483c;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-gmail-alt:hover:before,
.st-icon-only.st-icon-gmail-alt:hover:before,
.st-icon-rounded5 .st-icon-gmail-alt:hover:before,
.st-icon-rounded5.st-icon-gmail-alt:hover:before,
.st-icon-r5 .st-icon-gmail-alt:hover:before,
.st-icon-r5.st-icon-gmail-alt:hover:before,
.st-icon-only .st-icon-gmail-alt:focus:before,
.st-icon-only.st-icon-gmail-alt:focus:before,
.st-icon-rounded5 .st-icon-gmail-alt:focus:before,
.st-icon-rounded5.st-icon-gmail-alt:focus:before,
.st-icon-r5 .st-icon-gmail-alt:focus:before,
.st-icon-r5.st-icon-gmail-alt:focus:before {
  content: "\e196";
  color: #efa39d;
  color: #efa39d;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-googleplus:before,
.st-icon-only.st-icon-googleplus:before,
.st-icon-rounded5 .st-icon-googleplus:before,
.st-icon-rounded5.st-icon-googleplus:before,
.st-icon-r5 .st-icon-googleplus:before,
.st-icon-r5.st-icon-googleplus:before {
  content: "\e03f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-googleplus:hover:before,
.st-icon-only.st-icon-googleplus:hover:before,
.st-icon-rounded5 .st-icon-googleplus:hover:before,
.st-icon-rounded5.st-icon-googleplus:hover:before,
.st-icon-r5 .st-icon-googleplus:hover:before,
.st-icon-r5.st-icon-googleplus:hover:before,
.st-icon-only .st-icon-googleplus:focus:before,
.st-icon-only.st-icon-googleplus:focus:before,
.st-icon-rounded5 .st-icon-googleplus:focus:before,
.st-icon-rounded5.st-icon-googleplus:focus:before,
.st-icon-r5 .st-icon-googleplus:focus:before,
.st-icon-r5.st-icon-googleplus:focus:before {
  content: "\e03f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-instagram:before,
.st-icon-only.st-icon-instagram:before,
.st-icon-rounded5 .st-icon-instagram:before,
.st-icon-rounded5.st-icon-instagram:before,
.st-icon-r5 .st-icon-instagram:before,
.st-icon-r5.st-icon-instagram:before {
  content: "\e226";
  color: #8a5747;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-instagram:hover:before,
.st-icon-only.st-icon-instagram:hover:before,
.st-icon-rounded5 .st-icon-instagram:hover:before,
.st-icon-rounded5.st-icon-instagram:hover:before,
.st-icon-r5 .st-icon-instagram:hover:before,
.st-icon-r5.st-icon-instagram:hover:before,
.st-icon-only .st-icon-instagram:focus:before,
.st-icon-only.st-icon-instagram:focus:before,
.st-icon-rounded5 .st-icon-instagram:focus:before,
.st-icon-rounded5.st-icon-instagram:focus:before,
.st-icon-r5 .st-icon-instagram:focus:before,
.st-icon-r5.st-icon-instagram:focus:before {
  content: "\e226";
  color: #cea699;
  color: #cea699;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-linkedin:before,
.st-icon-only.st-icon-linkedin:before,
.st-icon-rounded5 .st-icon-linkedin:before,
.st-icon-rounded5.st-icon-linkedin:before,
.st-icon-r5 .st-icon-linkedin:before,
.st-icon-r5.st-icon-linkedin:before {
  content: "\e25f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-linkedin:hover:before,
.st-icon-only.st-icon-linkedin:hover:before,
.st-icon-rounded5 .st-icon-linkedin:hover:before,
.st-icon-rounded5.st-icon-linkedin:hover:before,
.st-icon-r5 .st-icon-linkedin:hover:before,
.st-icon-r5.st-icon-linkedin:hover:before,
.st-icon-only .st-icon-linkedin:focus:before,
.st-icon-only.st-icon-linkedin:focus:before,
.st-icon-rounded5 .st-icon-linkedin:focus:before,
.st-icon-rounded5.st-icon-linkedin:focus:before,
.st-icon-r5 .st-icon-linkedin:focus:before,
.st-icon-r5.st-icon-linkedin:focus:before {
  content: "\e25f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-pinboard:before,
.st-icon-only.st-icon-pinboard:before,
.st-icon-rounded5 .st-icon-pinboard:before,
.st-icon-rounded5.st-icon-pinboard:before,
.st-icon-r5 .st-icon-pinboard:before,
.st-icon-r5.st-icon-pinboard:before {
  content: "\e28f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-pinboard:hover:before,
.st-icon-only.st-icon-pinboard:hover:before,
.st-icon-rounded5 .st-icon-pinboard:hover:before,
.st-icon-rounded5.st-icon-pinboard:hover:before,
.st-icon-r5 .st-icon-pinboard:hover:before,
.st-icon-r5.st-icon-pinboard:hover:before,
.st-icon-only .st-icon-pinboard:focus:before,
.st-icon-only.st-icon-pinboard:focus:before,
.st-icon-rounded5 .st-icon-pinboard:focus:before,
.st-icon-rounded5.st-icon-pinboard:focus:before,
.st-icon-r5 .st-icon-pinboard:focus:before,
.st-icon-r5.st-icon-pinboard:focus:before {
  content: "\e28f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-pinterest:before,
.st-icon-only.st-icon-pinterest:before,
.st-icon-rounded5 .st-icon-pinterest:before,
.st-icon-rounded5.st-icon-pinterest:before,
.st-icon-r5 .st-icon-pinterest:before,
.st-icon-r5.st-icon-pinterest:before {
  content: "\e29f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-pinterest:hover:before,
.st-icon-only.st-icon-pinterest:hover:before,
.st-icon-rounded5 .st-icon-pinterest:hover:before,
.st-icon-rounded5.st-icon-pinterest:hover:before,
.st-icon-r5 .st-icon-pinterest:hover:before,
.st-icon-r5.st-icon-pinterest:hover:before,
.st-icon-only .st-icon-pinterest:focus:before,
.st-icon-only.st-icon-pinterest:focus:before,
.st-icon-rounded5 .st-icon-pinterest:focus:before,
.st-icon-rounded5.st-icon-pinterest:focus:before,
.st-icon-r5 .st-icon-pinterest:focus:before,
.st-icon-r5.st-icon-pinterest:focus:before {
  content: "\e29f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-rss:before,
.st-icon-only.st-icon-rss:before,
.st-icon-rounded5 .st-icon-rss:before,
.st-icon-rounded5.st-icon-rss:before,
.st-icon-r5 .st-icon-rss:before,
.st-icon-r5.st-icon-rss:before {
  content: "\e046";
  color: #ff7600;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-rss:hover:before,
.st-icon-only.st-icon-rss:hover:before,
.st-icon-rounded5 .st-icon-rss:hover:before,
.st-icon-rounded5.st-icon-rss:hover:before,
.st-icon-r5 .st-icon-rss:hover:before,
.st-icon-r5.st-icon-rss:hover:before,
.st-icon-only .st-icon-rss:focus:before,
.st-icon-only.st-icon-rss:focus:before,
.st-icon-rounded5 .st-icon-rss:focus:before,
.st-icon-rounded5.st-icon-rss:focus:before,
.st-icon-r5 .st-icon-rss:focus:before,
.st-icon-r5.st-icon-rss:focus:before {
  content: "\e046";
  color: #ffbb80;
  color: #ffbb80;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-tumblr:before,
.st-icon-only.st-icon-tumblr:before,
.st-icon-rounded5 .st-icon-tumblr:before,
.st-icon-rounded5.st-icon-tumblr:before,
.st-icon-r5 .st-icon-tumblr:before,
.st-icon-r5.st-icon-tumblr:before {
  content: "\e35f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-tumblr:hover:before,
.st-icon-only.st-icon-tumblr:hover:before,
.st-icon-rounded5 .st-icon-tumblr:hover:before,
.st-icon-rounded5.st-icon-tumblr:hover:before,
.st-icon-r5 .st-icon-tumblr:hover:before,
.st-icon-r5.st-icon-tumblr:hover:before,
.st-icon-only .st-icon-tumblr:focus:before,
.st-icon-only.st-icon-tumblr:focus:before,
.st-icon-rounded5 .st-icon-tumblr:focus:before,
.st-icon-rounded5.st-icon-tumblr:focus:before,
.st-icon-r5 .st-icon-tumblr:focus:before,
.st-icon-r5.st-icon-tumblr:focus:before {
  content: "\e35f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-twitter:before,
.st-icon-only.st-icon-twitter:before,
.st-icon-rounded5 .st-icon-twitter:before,
.st-icon-rounded5.st-icon-twitter:before,
.st-icon-r5 .st-icon-twitter:before,
.st-icon-r5.st-icon-twitter:before {
  content: "\e036";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-twitter:hover:before,
.st-icon-only.st-icon-twitter:hover:before,
.st-icon-rounded5 .st-icon-twitter:hover:before,
.st-icon-rounded5.st-icon-twitter:hover:before,
.st-icon-r5 .st-icon-twitter:hover:before,
.st-icon-r5.st-icon-twitter:hover:before,
.st-icon-only .st-icon-twitter:focus:before,
.st-icon-only.st-icon-twitter:focus:before,
.st-icon-rounded5 .st-icon-twitter:focus:before,
.st-icon-rounded5.st-icon-twitter:focus:before,
.st-icon-r5 .st-icon-twitter:focus:before,
.st-icon-r5.st-icon-twitter:focus:before {
  content: "\e036";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-vimeo:before,
.st-icon-only.st-icon-vimeo:before,
.st-icon-rounded5 .st-icon-vimeo:before,
.st-icon-rounded5.st-icon-vimeo:before,
.st-icon-r5 .st-icon-vimeo:before,
.st-icon-r5.st-icon-vimeo:before {
  content: "\e366";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-vimeo:hover:before,
.st-icon-only.st-icon-vimeo:hover:before,
.st-icon-rounded5 .st-icon-vimeo:hover:before,
.st-icon-rounded5.st-icon-vimeo:hover:before,
.st-icon-r5 .st-icon-vimeo:hover:before,
.st-icon-r5.st-icon-vimeo:hover:before,
.st-icon-only .st-icon-vimeo:focus:before,
.st-icon-only.st-icon-vimeo:focus:before,
.st-icon-rounded5 .st-icon-vimeo:focus:before,
.st-icon-rounded5.st-icon-vimeo:focus:before,
.st-icon-r5 .st-icon-vimeo:focus:before,
.st-icon-r5.st-icon-vimeo:focus:before {
  content: "\e366";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-youtube:before,
.st-icon-only.st-icon-youtube:before,
.st-icon-rounded5 .st-icon-youtube:before,
.st-icon-rounded5.st-icon-youtube:before,
.st-icon-r5 .st-icon-youtube:before,
.st-icon-r5.st-icon-youtube:before {
  content: "\e416";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-youtube:hover:before,
.st-icon-only.st-icon-youtube:hover:before,
.st-icon-rounded5 .st-icon-youtube:hover:before,
.st-icon-rounded5.st-icon-youtube:hover:before,
.st-icon-r5 .st-icon-youtube:hover:before,
.st-icon-r5.st-icon-youtube:hover:before,
.st-icon-only .st-icon-youtube:focus:before,
.st-icon-only.st-icon-youtube:focus:before,
.st-icon-rounded5 .st-icon-youtube:focus:before,
.st-icon-rounded5.st-icon-youtube:focus:before,
.st-icon-r5 .st-icon-youtube:focus:before,
.st-icon-r5.st-icon-youtube:focus:before {
  content: "\e416";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-youtube2:before,
.st-icon-only.st-icon-youtube2:before,
.st-icon-rounded5 .st-icon-youtube2:before,
.st-icon-rounded5.st-icon-youtube2:before,
.st-icon-r5 .st-icon-youtube2:before,
.st-icon-r5.st-icon-youtube2:before {
  content: "\e416";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-youtube2:hover:before,
.st-icon-only.st-icon-youtube2:hover:before,
.st-icon-rounded5 .st-icon-youtube2:hover:before,
.st-icon-rounded5.st-icon-youtube2:hover:before,
.st-icon-r5 .st-icon-youtube2:hover:before,
.st-icon-r5.st-icon-youtube2:hover:before,
.st-icon-only .st-icon-youtube2:focus:before,
.st-icon-only.st-icon-youtube2:focus:before,
.st-icon-rounded5 .st-icon-youtube2:focus:before,
.st-icon-rounded5.st-icon-youtube2:focus:before,
.st-icon-r5 .st-icon-youtube2:focus:before,
.st-icon-r5.st-icon-youtube2:focus:before {
  content: "\e416";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-youtube-alt:before,
.st-icon-only.st-icon-youtube-alt:before,
.st-icon-rounded5 .st-icon-youtube-alt:before,
.st-icon-rounded5.st-icon-youtube-alt:before,
.st-icon-r5 .st-icon-youtube-alt:before,
.st-icon-r5.st-icon-youtube-alt:before {
  content: "\e426";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-youtube-alt:hover:before,
.st-icon-only.st-icon-youtube-alt:hover:before,
.st-icon-rounded5 .st-icon-youtube-alt:hover:before,
.st-icon-rounded5.st-icon-youtube-alt:hover:before,
.st-icon-r5 .st-icon-youtube-alt:hover:before,
.st-icon-r5.st-icon-youtube-alt:hover:before,
.st-icon-only .st-icon-youtube-alt:focus:before,
.st-icon-only.st-icon-youtube-alt:focus:before,
.st-icon-rounded5 .st-icon-youtube-alt:focus:before,
.st-icon-rounded5.st-icon-youtube-alt:focus:before,
.st-icon-r5 .st-icon-youtube-alt:focus:before,
.st-icon-r5.st-icon-youtube-alt:focus:before {
  content: "\e426";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-youtube-alt-sm:before,
.st-icon-only.st-icon-youtube-alt-sm:before,
.st-icon-rounded5 .st-icon-youtube-alt-sm:before,
.st-icon-rounded5.st-icon-youtube-alt-sm:before,
.st-icon-r5 .st-icon-youtube-alt-sm:before,
.st-icon-r5.st-icon-youtube-alt-sm:before {
  content: "\e426";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-youtube-alt-sm:hover:before,
.st-icon-only.st-icon-youtube-alt-sm:hover:before,
.st-icon-rounded5 .st-icon-youtube-alt-sm:hover:before,
.st-icon-rounded5.st-icon-youtube-alt-sm:hover:before,
.st-icon-r5 .st-icon-youtube-alt-sm:hover:before,
.st-icon-r5.st-icon-youtube-alt-sm:hover:before,
.st-icon-only .st-icon-youtube-alt-sm:focus:before,
.st-icon-only.st-icon-youtube-alt-sm:focus:before,
.st-icon-rounded5 .st-icon-youtube-alt-sm:focus:before,
.st-icon-rounded5.st-icon-youtube-alt-sm:focus:before,
.st-icon-r5 .st-icon-youtube-alt-sm:focus:before,
.st-icon-r5.st-icon-youtube-alt-sm:focus:before {
  content: "\e426";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-menu:before,
.st-icon-only.st-icon-menu:before,
.st-icon-rounded5 .st-icon-menu:before,
.st-icon-rounded5.st-icon-menu:before,
.st-icon-r5 .st-icon-menu:before,
.st-icon-r5.st-icon-menu:before {
  content: "\e586";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-menu:hover:before,
.st-icon-only.st-icon-menu:hover:before,
.st-icon-rounded5 .st-icon-menu:hover:before,
.st-icon-rounded5.st-icon-menu:hover:before,
.st-icon-r5 .st-icon-menu:hover:before,
.st-icon-r5.st-icon-menu:hover:before,
.st-icon-only .st-icon-menu:focus:before,
.st-icon-only.st-icon-menu:focus:before,
.st-icon-rounded5 .st-icon-menu:focus:before,
.st-icon-rounded5.st-icon-menu:focus:before,
.st-icon-r5 .st-icon-menu:focus:before,
.st-icon-r5.st-icon-menu:focus:before {
  content: "\e586";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-menu-alt:before,
.st-icon-only.st-icon-menu-alt:before,
.st-icon-rounded5 .st-icon-menu-alt:before,
.st-icon-rounded5.st-icon-menu-alt:before,
.st-icon-r5 .st-icon-menu-alt:before,
.st-icon-r5.st-icon-menu-alt:before {
  content: "\e58f";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-menu-alt:hover:before,
.st-icon-only.st-icon-menu-alt:hover:before,
.st-icon-rounded5 .st-icon-menu-alt:hover:before,
.st-icon-rounded5.st-icon-menu-alt:hover:before,
.st-icon-r5 .st-icon-menu-alt:hover:before,
.st-icon-r5.st-icon-menu-alt:hover:before,
.st-icon-only .st-icon-menu-alt:focus:before,
.st-icon-only.st-icon-menu-alt:focus:before,
.st-icon-rounded5 .st-icon-menu-alt:focus:before,
.st-icon-rounded5.st-icon-menu-alt:focus:before,
.st-icon-r5 .st-icon-menu-alt:focus:before,
.st-icon-r5.st-icon-menu-alt:focus:before {
  content: "\e58f";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-menu-alt2:before,
.st-icon-only.st-icon-menu-alt2:before,
.st-icon-rounded5 .st-icon-menu-alt2:before,
.st-icon-rounded5.st-icon-menu-alt2:before,
.st-icon-r5 .st-icon-menu-alt2:before,
.st-icon-r5.st-icon-menu-alt2:before {
  content: "\e596";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-menu-alt2:hover:before,
.st-icon-only.st-icon-menu-alt2:hover:before,
.st-icon-rounded5 .st-icon-menu-alt2:hover:before,
.st-icon-rounded5.st-icon-menu-alt2:hover:before,
.st-icon-r5 .st-icon-menu-alt2:hover:before,
.st-icon-r5.st-icon-menu-alt2:hover:before,
.st-icon-only .st-icon-menu-alt2:focus:before,
.st-icon-only.st-icon-menu-alt2:focus:before,
.st-icon-rounded5 .st-icon-menu-alt2:focus:before,
.st-icon-rounded5.st-icon-menu-alt2:focus:before,
.st-icon-r5 .st-icon-menu-alt2:focus:before,
.st-icon-r5.st-icon-menu-alt2:focus:before {
  content: "\e596";
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-search:before,
.st-icon-only.st-icon-search:before,
.st-icon-rounded5 .st-icon-search:before,
.st-icon-rounded5.st-icon-search:before,
.st-icon-r5 .st-icon-search:before,
.st-icon-r5.st-icon-search:before {
  content: "\e066";
  color: #222222;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-search:hover:before,
.st-icon-only.st-icon-search:hover:before,
.st-icon-rounded5 .st-icon-search:hover:before,
.st-icon-rounded5.st-icon-search:hover:before,
.st-icon-r5 .st-icon-search:hover:before,
.st-icon-r5.st-icon-search:hover:before,
.st-icon-only .st-icon-search:focus:before,
.st-icon-only.st-icon-search:focus:before,
.st-icon-rounded5 .st-icon-search:focus:before,
.st-icon-rounded5.st-icon-search:focus:before,
.st-icon-r5 .st-icon-search:focus:before,
.st-icon-r5.st-icon-search:focus:before {
  content: "\e066";
  color: #9c9c9c;
  color: #9c9c9c;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-search-alt:before,
.st-icon-only.st-icon-search-alt:before,
.st-icon-rounded5 .st-icon-search-alt:before,
.st-icon-rounded5.st-icon-search-alt:before,
.st-icon-r5 .st-icon-search-alt:before,
.st-icon-r5.st-icon-search-alt:before {
  content: "\e066";
  color: #222222;
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-search-alt:hover:before,
.st-icon-only.st-icon-search-alt:hover:before,
.st-icon-rounded5 .st-icon-search-alt:hover:before,
.st-icon-rounded5.st-icon-search-alt:hover:before,
.st-icon-r5 .st-icon-search-alt:hover:before,
.st-icon-r5.st-icon-search-alt:hover:before,
.st-icon-only .st-icon-search-alt:focus:before,
.st-icon-only.st-icon-search-alt:focus:before,
.st-icon-rounded5 .st-icon-search-alt:focus:before,
.st-icon-rounded5.st-icon-search-alt:focus:before,
.st-icon-r5 .st-icon-search-alt:focus:before,
.st-icon-r5.st-icon-search-alt:focus:before {
  content: "\e066";
  color: #9c9c9c;
  color: #9c9c9c;
}

/* line 51, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-triangle-down:before,
.st-icon-only.st-icon-triangle-down:before,
.st-icon-rounded5 .st-icon-triangle-down:before,
.st-icon-rounded5.st-icon-triangle-down:before,
.st-icon-r5 .st-icon-triangle-down:before,
.st-icon-r5.st-icon-triangle-down:before {
  content: "\e446";
}

/* line 1380, ../scss/stackicons-social-minimal/_override-icon-only-stackicons-social-minimal.scss */
.st-icon-only .st-icon-triangle-down:hover:before,
.st-icon-only.st-icon-triangle-down:hover:before,
.st-icon-rounded5 .st-icon-triangle-down:hover:before,
.st-icon-rounded5.st-icon-triangle-down:hover:before,
.st-icon-r5 .st-icon-triangle-down:hover:before,
.st-icon-r5.st-icon-triangle-down:hover:before,
.st-icon-only .st-icon-triangle-down:focus:before,
.st-icon-only.st-icon-triangle-down:focus:before,
.st-icon-rounded5 .st-icon-triangle-down:focus:before,
.st-icon-rounded5.st-icon-triangle-down:focus:before,
.st-icon-r5 .st-icon-triangle-down:focus:before,
.st-icon-r5.st-icon-triangle-down:focus:before {
  content: "\e446";
}

/* STACKICONS-SOCIAL "MULTI-COLOR" CLASSES

Using absolute positioning, we stack multiple 
font characters to create "multi-color" icons, 
e.g., the blue & pink dots in the Flickr logo. 

Often, the .st-multi-color version is simply 
a solid button b.g. shape with a white icon.
This allows us to use text-shadow effects on 
the button and logo separately (in the single 
color version the logo is "cut out" of b.g.).

There is a default button shape for multi-color 
icons, $btn-shape-c0-default, that is set in 
_unicodes-stackicons-social.scss. It mirrors 
the $btn-shape-default set for single color icons 
in _construction-kit-stackicons-social.scss */
/* line 284, ../scss/_multi-color-kit-stackicons-social.scss */
.st-multi-color .st-icon:hover,
.st-multi-color.st-icon:hover,
.st-multi-color [class^="st-icon-"]:hover,
[class^="st-icon-"].st-multi-color:hover,
.st-multi-color .st-icon:active,
.st-multi-color.st-icon:active,
.st-multi-color [class^="st-icon-"]:active,
[class^="st-icon-"].st-multi-color:active,
.st-multi-color .st-icon:focus,
.st-multi-color.st-icon:focus,
.st-multi-color [class^="st-icon-"]:focus,
[class^="st-icon-"].st-multi-color:focus {
  opacity: 100%;
}

/* STACKICONS-SOCIAL "MULTI-COLOR" CLASSES

Using absolute positioning, we stack multiple 
font characters to create "multi-color" icons, 
e.g., the blue & pink dots in the Flickr logo. 

Often, the .st-multi-color version is simply 
a solid button b.g. shape with a white icon.
This allows us to use text-shadow effects on 
the button and logo separately (in the single 
color version the logo is "cut out" of b.g.).

There is a default button shape for multi-color 
icons, $btn-shape-c0-default, that is set in 
_unicodes-stackicons-social.scss. It mirrors 
the $btn-shape-default set for single color icons 
in _construction-kit-stackicons-social.scss */
/* line 284, ../scss/_multi-color-kit-stackicons-social.scss */
.st-multi-color .st-icon:hover,
.st-multi-color.st-icon:hover,
.st-multi-color [class^="st-icon-"]:hover,
[class^="st-icon-"].st-multi-color:hover,
.st-multi-color .st-icon:active,
.st-multi-color.st-icon:active,
.st-multi-color [class^="st-icon-"]:active,
[class^="st-icon-"].st-multi-color:active,
.st-multi-color .st-icon:focus,
.st-multi-color.st-icon:focus,
.st-multi-color [class^="st-icon-"]:focus,
[class^="st-icon-"].st-multi-color:focus {
  opacity: 100%;
}

/* Stackicons-Social-Minimal Brand List

adn, codepen, dribbble, dribbble-alt, email, email2, facebook, facebook-alt, flickr, github, github-alt, gmail, gmail-alt, googleplus, instagram, linkedin, pinboard, pinterest, rss, tumblr, twitter, vimeo, youtube, youtube2, youtube-alt, youtube-alt-sm

nav elements:
menu, menu-alt, menu-alt2, triangle-down, search, search-alt
*/
/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-adn:before,
.st-multi-color.st-icon-adn:before {
  text-shadow: none;
  content: "\e002";
  color: #6a696c;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-adn:hover:before,
.st-multi-color.st-icon-adn:hover:before,
.st-multi-color .st-icon-adn:focus:before,
.st-multi-color.st-icon-adn:focus:before {
  text-shadow: none;
  color: #9e9da0;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-adn:after,
.st-multi-color.st-icon-adn:after {
  text-shadow: none;
  content: "\e076";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-adn:hover:after,
.st-multi-color.st-icon-adn:hover:after,
.st-multi-color .st-icon-adn:focus:after,
.st-multi-color.st-icon-adn:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-adn:before,
.st-icon-only .st-multi-color.st-icon-adn:before,
.st-icon-only.st-multi-color.st-icon-adn:before,
.st-multi-color .st-icon-only.st-icon-adn:before,
.st-icon-rounded5.st-multi-color .st-icon-adn:before,
.st-icon-rounded5 .st-multi-color.st-icon-adn:before,
.st-icon-rounded5.st-multi-color.st-icon-adn:before,
.st-multi-color .st-icon-rounded5.st-icon-adn:before,
.st-icon-r5.st-multi-color .st-icon-adn:before,
.st-icon-r5 .st-multi-color.st-icon-adn:before,
.st-icon-r5.st-multi-color.st-icon-adn:before,
.st-multi-color .st-icon-r5.st-icon-adn:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-adn:after,
.st-icon-only .st-multi-color.st-icon-adn:after,
.st-icon-only.st-multi-color.st-icon-adn:after,
.st-multi-color .st-icon-only.st-icon-adn:after,
.st-icon-rounded5.st-multi-color .st-icon-adn:after,
.st-icon-rounded5 .st-multi-color.st-icon-adn:after,
.st-icon-rounded5.st-multi-color.st-icon-adn:after,
.st-multi-color .st-icon-rounded5.st-icon-adn:after,
.st-icon-r5.st-multi-color .st-icon-adn:after,
.st-icon-r5 .st-multi-color.st-icon-adn:after,
.st-icon-r5.st-multi-color.st-icon-adn:after,
.st-multi-color .st-icon-r5.st-icon-adn:after {
  text-shadow: none;
  color: #4a484c;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-adn:hover:after,
.st-icon-only .st-multi-color.st-icon-adn:hover:after,
.st-icon-only.st-multi-color.st-icon-adn:hover:after,
.st-multi-color .st-icon-only.st-icon-adn:hover:after,
.st-icon-only.st-multi-color .st-icon-adn:focus:after,
.st-icon-only .st-multi-color.st-icon-adn:focus:after,
.st-icon-only.st-multi-color.st-icon-adn:focus:after,
.st-multi-color .st-icon-only.st-icon-adn:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-adn:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-adn:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-adn:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-adn:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-adn:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-adn:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-adn:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-adn:focus:after,
.st-icon-r5.st-multi-color .st-icon-adn:hover:after,
.st-icon-r5 .st-multi-color.st-icon-adn:hover:after,
.st-icon-r5.st-multi-color.st-icon-adn:hover:after,
.st-multi-color .st-icon-r5.st-icon-adn:hover:after,
.st-icon-r5.st-multi-color .st-icon-adn:focus:after,
.st-icon-r5 .st-multi-color.st-icon-adn:focus:after,
.st-icon-r5.st-multi-color.st-icon-adn:focus:after,
.st-multi-color .st-icon-r5.st-icon-adn:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #89868d;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-codepen:before,
.st-multi-color.st-icon-codepen:before {
  text-shadow: none;
  content: "\e002";
  color: #1a1a1a;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-codepen:hover:before,
.st-multi-color.st-icon-codepen:hover:before,
.st-multi-color .st-icon-codepen:focus:before,
.st-multi-color.st-icon-codepen:focus:before {
  text-shadow: none;
  color: #727272;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-codepen:after,
.st-multi-color.st-icon-codepen:after {
  text-shadow: none;
  content: "\e106";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-codepen:hover:after,
.st-multi-color.st-icon-codepen:hover:after,
.st-multi-color .st-icon-codepen:focus:after,
.st-multi-color.st-icon-codepen:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-codepen:before,
.st-icon-only .st-multi-color.st-icon-codepen:before,
.st-icon-only.st-multi-color.st-icon-codepen:before,
.st-multi-color .st-icon-only.st-icon-codepen:before,
.st-icon-rounded5.st-multi-color .st-icon-codepen:before,
.st-icon-rounded5 .st-multi-color.st-icon-codepen:before,
.st-icon-rounded5.st-multi-color.st-icon-codepen:before,
.st-multi-color .st-icon-rounded5.st-icon-codepen:before,
.st-icon-r5.st-multi-color .st-icon-codepen:before,
.st-icon-r5 .st-multi-color.st-icon-codepen:before,
.st-icon-r5.st-multi-color.st-icon-codepen:before,
.st-multi-color .st-icon-r5.st-icon-codepen:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-codepen:after,
.st-icon-only .st-multi-color.st-icon-codepen:after,
.st-icon-only.st-multi-color.st-icon-codepen:after,
.st-multi-color .st-icon-only.st-icon-codepen:after,
.st-icon-rounded5.st-multi-color .st-icon-codepen:after,
.st-icon-rounded5 .st-multi-color.st-icon-codepen:after,
.st-icon-rounded5.st-multi-color.st-icon-codepen:after,
.st-multi-color .st-icon-rounded5.st-icon-codepen:after,
.st-icon-r5.st-multi-color .st-icon-codepen:after,
.st-icon-r5 .st-multi-color.st-icon-codepen:after,
.st-icon-r5.st-multi-color.st-icon-codepen:after,
.st-multi-color .st-icon-r5.st-icon-codepen:after {
  text-shadow: none;
  color: #1a1a1a;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-codepen:hover:after,
.st-icon-only .st-multi-color.st-icon-codepen:hover:after,
.st-icon-only.st-multi-color.st-icon-codepen:hover:after,
.st-multi-color .st-icon-only.st-icon-codepen:hover:after,
.st-icon-only.st-multi-color .st-icon-codepen:focus:after,
.st-icon-only .st-multi-color.st-icon-codepen:focus:after,
.st-icon-only.st-multi-color.st-icon-codepen:focus:after,
.st-multi-color .st-icon-only.st-icon-codepen:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-codepen:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-codepen:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-codepen:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-codepen:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-codepen:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-codepen:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-codepen:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-codepen:focus:after,
.st-icon-r5.st-multi-color .st-icon-codepen:hover:after,
.st-icon-r5 .st-multi-color.st-icon-codepen:hover:after,
.st-icon-r5.st-multi-color.st-icon-codepen:hover:after,
.st-multi-color .st-icon-r5.st-icon-codepen:hover:after,
.st-icon-r5.st-multi-color .st-icon-codepen:focus:after,
.st-icon-r5 .st-multi-color.st-icon-codepen:focus:after,
.st-icon-r5.st-multi-color.st-icon-codepen:focus:after,
.st-multi-color .st-icon-r5.st-icon-codepen:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #727272;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email2:before,
.st-multi-color.st-icon-email2:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email2:hover:before,
.st-multi-color.st-icon-email2:hover:before,
.st-multi-color .st-icon-email2:focus:before,
.st-multi-color.st-icon-email2:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email2:after,
.st-multi-color.st-icon-email2:after {
  text-shadow: none;
  content: "\e04f";
  color: #aeb1b4;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email2:hover:after,
.st-multi-color.st-icon-email2:hover:after,
.st-multi-color .st-icon-email2:focus:after,
.st-multi-color.st-icon-email2:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #caccce;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email2:before,
.st-icon-only .st-multi-color.st-icon-email2:before,
.st-icon-only.st-multi-color.st-icon-email2:before,
.st-multi-color .st-icon-only.st-icon-email2:before,
.st-icon-rounded5.st-multi-color .st-icon-email2:before,
.st-icon-rounded5 .st-multi-color.st-icon-email2:before,
.st-icon-rounded5.st-multi-color.st-icon-email2:before,
.st-multi-color .st-icon-rounded5.st-icon-email2:before,
.st-icon-r5.st-multi-color .st-icon-email2:before,
.st-icon-r5 .st-multi-color.st-icon-email2:before,
.st-icon-r5.st-multi-color.st-icon-email2:before,
.st-multi-color .st-icon-r5.st-icon-email2:before {
  content: "" !important;
  text-shadow: none;
  content: "\e048" !important;
  text-shadow: none;
  color: #aeb1b4;
}

/* line 1887, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email2:hover:before,
.st-icon-only .st-multi-color.st-icon-email2:hover:before,
.st-icon-only.st-multi-color.st-icon-email2:hover:before,
.st-multi-color .st-icon-only.st-icon-email2:hover:before,
.st-icon-only.st-multi-color .st-icon-email2:focus:before,
.st-icon-only .st-multi-color.st-icon-email2:focus:before,
.st-icon-only.st-multi-color.st-icon-email2:focus:before,
.st-multi-color .st-icon-only.st-icon-email2:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-email2:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-email2:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-email2:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-email2:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-email2:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-email2:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-email2:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-email2:focus:before,
.st-icon-r5.st-multi-color .st-icon-email2:hover:before,
.st-icon-r5 .st-multi-color.st-icon-email2:hover:before,
.st-icon-r5.st-multi-color.st-icon-email2:hover:before,
.st-multi-color .st-icon-r5.st-icon-email2:hover:before,
.st-icon-r5.st-multi-color .st-icon-email2:focus:before,
.st-icon-r5 .st-multi-color.st-icon-email2:focus:before,
.st-icon-r5.st-multi-color.st-icon-email2:focus:before,
.st-multi-color .st-icon-r5.st-icon-email2:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #caccce;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email2:after,
.st-icon-only .st-multi-color.st-icon-email2:after,
.st-icon-only.st-multi-color.st-icon-email2:after,
.st-multi-color .st-icon-only.st-icon-email2:after,
.st-icon-rounded5.st-multi-color .st-icon-email2:after,
.st-icon-rounded5 .st-multi-color.st-icon-email2:after,
.st-icon-rounded5.st-multi-color.st-icon-email2:after,
.st-multi-color .st-icon-rounded5.st-icon-email2:after,
.st-icon-r5.st-multi-color .st-icon-email2:after,
.st-icon-r5 .st-multi-color.st-icon-email2:after,
.st-icon-r5.st-multi-color.st-icon-email2:after,
.st-multi-color .st-icon-r5.st-icon-email2:after {
  text-shadow: none;
  content: "\e049";
  color: #c6c8ca;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email2:hover:after,
.st-icon-only .st-multi-color.st-icon-email2:hover:after,
.st-icon-only.st-multi-color.st-icon-email2:hover:after,
.st-multi-color .st-icon-only.st-icon-email2:hover:after,
.st-icon-only.st-multi-color .st-icon-email2:focus:after,
.st-icon-only .st-multi-color.st-icon-email2:focus:after,
.st-icon-only.st-multi-color.st-icon-email2:focus:after,
.st-multi-color .st-icon-only.st-icon-email2:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-email2:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-email2:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-email2:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-email2:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-email2:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-email2:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-email2:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-email2:focus:after,
.st-icon-r5.st-multi-color .st-icon-email2:hover:after,
.st-icon-r5 .st-multi-color.st-icon-email2:hover:after,
.st-icon-r5.st-multi-color.st-icon-email2:hover:after,
.st-multi-color .st-icon-r5.st-icon-email2:hover:after,
.st-icon-r5.st-multi-color .st-icon-email2:focus:after,
.st-icon-r5 .st-multi-color.st-icon-email2:focus:after,
.st-icon-r5.st-multi-color.st-icon-email2:focus:after,
.st-multi-color .st-icon-r5.st-icon-email2:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #dadbdd;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-facebook:before,
.st-multi-color.st-icon-facebook:before {
  text-shadow: none;
  content: "\e002";
  color: #3b5998;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-facebook:hover:before,
.st-multi-color.st-icon-facebook:hover:before,
.st-multi-color .st-icon-facebook:focus:before,
.st-multi-color.st-icon-facebook:focus:before {
  text-shadow: none;
  color: #718ecb;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-facebook:after,
.st-multi-color.st-icon-facebook:after {
  text-shadow: none;
  content: "\e026";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-facebook:hover:after,
.st-multi-color.st-icon-facebook:hover:after,
.st-multi-color .st-icon-facebook:focus:after,
.st-multi-color.st-icon-facebook:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-facebook:before,
.st-icon-only .st-multi-color.st-icon-facebook:before,
.st-icon-only.st-multi-color.st-icon-facebook:before,
.st-multi-color .st-icon-only.st-icon-facebook:before,
.st-icon-rounded5.st-multi-color .st-icon-facebook:before,
.st-icon-rounded5 .st-multi-color.st-icon-facebook:before,
.st-icon-rounded5.st-multi-color.st-icon-facebook:before,
.st-multi-color .st-icon-rounded5.st-icon-facebook:before,
.st-icon-r5.st-multi-color .st-icon-facebook:before,
.st-icon-r5 .st-multi-color.st-icon-facebook:before,
.st-icon-r5.st-multi-color.st-icon-facebook:before,
.st-multi-color .st-icon-r5.st-icon-facebook:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-facebook:after,
.st-icon-only .st-multi-color.st-icon-facebook:after,
.st-icon-only.st-multi-color.st-icon-facebook:after,
.st-multi-color .st-icon-only.st-icon-facebook:after,
.st-icon-rounded5.st-multi-color .st-icon-facebook:after,
.st-icon-rounded5 .st-multi-color.st-icon-facebook:after,
.st-icon-rounded5.st-multi-color.st-icon-facebook:after,
.st-multi-color .st-icon-rounded5.st-icon-facebook:after,
.st-icon-r5.st-multi-color .st-icon-facebook:after,
.st-icon-r5 .st-multi-color.st-icon-facebook:after,
.st-icon-r5.st-multi-color.st-icon-facebook:after,
.st-multi-color .st-icon-r5.st-icon-facebook:after {
  text-shadow: none;
  color: #3b5998;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-facebook:hover:after,
.st-icon-only .st-multi-color.st-icon-facebook:hover:after,
.st-icon-only.st-multi-color.st-icon-facebook:hover:after,
.st-multi-color .st-icon-only.st-icon-facebook:hover:after,
.st-icon-only.st-multi-color .st-icon-facebook:focus:after,
.st-icon-only .st-multi-color.st-icon-facebook:focus:after,
.st-icon-only.st-multi-color.st-icon-facebook:focus:after,
.st-multi-color .st-icon-only.st-icon-facebook:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-facebook:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-facebook:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-facebook:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-facebook:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-facebook:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-facebook:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-facebook:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-facebook:focus:after,
.st-icon-r5.st-multi-color .st-icon-facebook:hover:after,
.st-icon-r5 .st-multi-color.st-icon-facebook:hover:after,
.st-icon-r5.st-multi-color.st-icon-facebook:hover:after,
.st-multi-color .st-icon-r5.st-icon-facebook:hover:after,
.st-icon-r5.st-multi-color .st-icon-facebook:focus:after,
.st-icon-r5 .st-multi-color.st-icon-facebook:focus:after,
.st-icon-r5.st-multi-color.st-icon-facebook:focus:after,
.st-multi-color .st-icon-r5.st-icon-facebook:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #718ecb;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-facebook-alt:before,
.st-multi-color.st-icon-facebook-alt:before {
  text-shadow: none;
  content: "\e002";
  color: #3b5998;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-facebook-alt:hover:before,
.st-multi-color.st-icon-facebook-alt:hover:before,
.st-multi-color .st-icon-facebook-alt:focus:before,
.st-multi-color.st-icon-facebook-alt:focus:before {
  text-shadow: none;
  color: #718ecb;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-facebook-alt:after,
.st-multi-color.st-icon-facebook-alt:after {
  text-shadow: none;
  content: "\e02f";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-facebook-alt:hover:after,
.st-multi-color.st-icon-facebook-alt:hover:after,
.st-multi-color .st-icon-facebook-alt:focus:after,
.st-multi-color.st-icon-facebook-alt:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-facebook-alt:before,
.st-icon-only .st-multi-color.st-icon-facebook-alt:before,
.st-icon-only.st-multi-color.st-icon-facebook-alt:before,
.st-multi-color .st-icon-only.st-icon-facebook-alt:before,
.st-icon-rounded5.st-multi-color .st-icon-facebook-alt:before,
.st-icon-rounded5 .st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded5.st-multi-color.st-icon-facebook-alt:before,
.st-multi-color .st-icon-rounded5.st-icon-facebook-alt:before,
.st-icon-r5.st-multi-color .st-icon-facebook-alt:before,
.st-icon-r5 .st-multi-color.st-icon-facebook-alt:before,
.st-icon-r5.st-multi-color.st-icon-facebook-alt:before,
.st-multi-color .st-icon-r5.st-icon-facebook-alt:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-facebook-alt:after,
.st-icon-only .st-multi-color.st-icon-facebook-alt:after,
.st-icon-only.st-multi-color.st-icon-facebook-alt:after,
.st-multi-color .st-icon-only.st-icon-facebook-alt:after,
.st-icon-rounded5.st-multi-color .st-icon-facebook-alt:after,
.st-icon-rounded5 .st-multi-color.st-icon-facebook-alt:after,
.st-icon-rounded5.st-multi-color.st-icon-facebook-alt:after,
.st-multi-color .st-icon-rounded5.st-icon-facebook-alt:after,
.st-icon-r5.st-multi-color .st-icon-facebook-alt:after,
.st-icon-r5 .st-multi-color.st-icon-facebook-alt:after,
.st-icon-r5.st-multi-color.st-icon-facebook-alt:after,
.st-multi-color .st-icon-r5.st-icon-facebook-alt:after {
  text-shadow: none;
  color: #3b5998;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-facebook-alt:hover:after,
.st-icon-only .st-multi-color.st-icon-facebook-alt:hover:after,
.st-icon-only.st-multi-color.st-icon-facebook-alt:hover:after,
.st-multi-color .st-icon-only.st-icon-facebook-alt:hover:after,
.st-icon-only.st-multi-color .st-icon-facebook-alt:focus:after,
.st-icon-only .st-multi-color.st-icon-facebook-alt:focus:after,
.st-icon-only.st-multi-color.st-icon-facebook-alt:focus:after,
.st-multi-color .st-icon-only.st-icon-facebook-alt:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-facebook-alt:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-facebook-alt:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-facebook-alt:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-facebook-alt:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-facebook-alt:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-facebook-alt:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-facebook-alt:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-facebook-alt:focus:after,
.st-icon-r5.st-multi-color .st-icon-facebook-alt:hover:after,
.st-icon-r5 .st-multi-color.st-icon-facebook-alt:hover:after,
.st-icon-r5.st-multi-color.st-icon-facebook-alt:hover:after,
.st-multi-color .st-icon-r5.st-icon-facebook-alt:hover:after,
.st-icon-r5.st-multi-color .st-icon-facebook-alt:focus:after,
.st-icon-r5 .st-multi-color.st-icon-facebook-alt:focus:after,
.st-icon-r5.st-multi-color.st-icon-facebook-alt:focus:after,
.st-multi-color .st-icon-r5.st-icon-facebook-alt:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #718ecb;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github-alt:before,
.st-multi-color.st-icon-github-alt:before {
  text-shadow: none;
  content: "\e002";
  color: #36383a;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github-alt:hover:before,
.st-multi-color.st-icon-github-alt:hover:before,
.st-multi-color .st-icon-github-alt:focus:before,
.st-multi-color.st-icon-github-alt:focus:before {
  text-shadow: none;
  color: #808589;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github-alt:after,
.st-multi-color.st-icon-github-alt:after {
  text-shadow: none;
  content: "\e186";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github-alt:hover:after,
.st-multi-color.st-icon-github-alt:hover:after,
.st-multi-color .st-icon-github-alt:focus:after,
.st-multi-color.st-icon-github-alt:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github-alt:before,
.st-icon-only .st-multi-color.st-icon-github-alt:before,
.st-icon-only.st-multi-color.st-icon-github-alt:before,
.st-multi-color .st-icon-only.st-icon-github-alt:before,
.st-icon-rounded5.st-multi-color .st-icon-github-alt:before,
.st-icon-rounded5 .st-multi-color.st-icon-github-alt:before,
.st-icon-rounded5.st-multi-color.st-icon-github-alt:before,
.st-multi-color .st-icon-rounded5.st-icon-github-alt:before,
.st-icon-r5.st-multi-color .st-icon-github-alt:before,
.st-icon-r5 .st-multi-color.st-icon-github-alt:before,
.st-icon-r5.st-multi-color.st-icon-github-alt:before,
.st-multi-color .st-icon-r5.st-icon-github-alt:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github-alt:after,
.st-icon-only .st-multi-color.st-icon-github-alt:after,
.st-icon-only.st-multi-color.st-icon-github-alt:after,
.st-multi-color .st-icon-only.st-icon-github-alt:after,
.st-icon-rounded5.st-multi-color .st-icon-github-alt:after,
.st-icon-rounded5 .st-multi-color.st-icon-github-alt:after,
.st-icon-rounded5.st-multi-color.st-icon-github-alt:after,
.st-multi-color .st-icon-rounded5.st-icon-github-alt:after,
.st-icon-r5.st-multi-color .st-icon-github-alt:after,
.st-icon-r5 .st-multi-color.st-icon-github-alt:after,
.st-icon-r5.st-multi-color.st-icon-github-alt:after,
.st-multi-color .st-icon-r5.st-icon-github-alt:after {
  text-shadow: none;
  color: #36383a;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github-alt:hover:after,
.st-icon-only .st-multi-color.st-icon-github-alt:hover:after,
.st-icon-only.st-multi-color.st-icon-github-alt:hover:after,
.st-multi-color .st-icon-only.st-icon-github-alt:hover:after,
.st-icon-only.st-multi-color .st-icon-github-alt:focus:after,
.st-icon-only .st-multi-color.st-icon-github-alt:focus:after,
.st-icon-only.st-multi-color.st-icon-github-alt:focus:after,
.st-multi-color .st-icon-only.st-icon-github-alt:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-github-alt:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-github-alt:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-github-alt:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-github-alt:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-github-alt:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-github-alt:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-github-alt:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-github-alt:focus:after,
.st-icon-r5.st-multi-color .st-icon-github-alt:hover:after,
.st-icon-r5 .st-multi-color.st-icon-github-alt:hover:after,
.st-icon-r5.st-multi-color.st-icon-github-alt:hover:after,
.st-multi-color .st-icon-r5.st-icon-github-alt:hover:after,
.st-icon-r5.st-multi-color .st-icon-github-alt:focus:after,
.st-icon-r5 .st-multi-color.st-icon-github-alt:focus:after,
.st-icon-r5.st-multi-color.st-icon-github-alt:focus:after,
.st-multi-color .st-icon-r5.st-icon-github-alt:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #808589;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-googleplus:before,
.st-multi-color.st-icon-googleplus:before {
  text-shadow: none;
  content: "\e002";
  color: #f2301c;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-googleplus:hover:before,
.st-multi-color.st-icon-googleplus:hover:before,
.st-multi-color .st-icon-googleplus:focus:before,
.st-multi-color.st-icon-googleplus:focus:before {
  text-shadow: none;
  color: #f7786b;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-googleplus:after,
.st-multi-color.st-icon-googleplus:after {
  text-shadow: none;
  content: "\e03f";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-googleplus:hover:after,
.st-multi-color.st-icon-googleplus:hover:after,
.st-multi-color .st-icon-googleplus:focus:after,
.st-multi-color.st-icon-googleplus:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-googleplus:before,
.st-icon-only .st-multi-color.st-icon-googleplus:before,
.st-icon-only.st-multi-color.st-icon-googleplus:before,
.st-multi-color .st-icon-only.st-icon-googleplus:before,
.st-icon-rounded5.st-multi-color .st-icon-googleplus:before,
.st-icon-rounded5 .st-multi-color.st-icon-googleplus:before,
.st-icon-rounded5.st-multi-color.st-icon-googleplus:before,
.st-multi-color .st-icon-rounded5.st-icon-googleplus:before,
.st-icon-r5.st-multi-color .st-icon-googleplus:before,
.st-icon-r5 .st-multi-color.st-icon-googleplus:before,
.st-icon-r5.st-multi-color.st-icon-googleplus:before,
.st-multi-color .st-icon-r5.st-icon-googleplus:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-googleplus:after,
.st-icon-only .st-multi-color.st-icon-googleplus:after,
.st-icon-only.st-multi-color.st-icon-googleplus:after,
.st-multi-color .st-icon-only.st-icon-googleplus:after,
.st-icon-rounded5.st-multi-color .st-icon-googleplus:after,
.st-icon-rounded5 .st-multi-color.st-icon-googleplus:after,
.st-icon-rounded5.st-multi-color.st-icon-googleplus:after,
.st-multi-color .st-icon-rounded5.st-icon-googleplus:after,
.st-icon-r5.st-multi-color .st-icon-googleplus:after,
.st-icon-r5 .st-multi-color.st-icon-googleplus:after,
.st-icon-r5.st-multi-color.st-icon-googleplus:after,
.st-multi-color .st-icon-r5.st-icon-googleplus:after {
  text-shadow: none;
  color: #f2301c;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-googleplus:hover:after,
.st-icon-only .st-multi-color.st-icon-googleplus:hover:after,
.st-icon-only.st-multi-color.st-icon-googleplus:hover:after,
.st-multi-color .st-icon-only.st-icon-googleplus:hover:after,
.st-icon-only.st-multi-color .st-icon-googleplus:focus:after,
.st-icon-only .st-multi-color.st-icon-googleplus:focus:after,
.st-icon-only.st-multi-color.st-icon-googleplus:focus:after,
.st-multi-color .st-icon-only.st-icon-googleplus:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-googleplus:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-googleplus:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-googleplus:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-googleplus:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-googleplus:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-googleplus:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-googleplus:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-googleplus:focus:after,
.st-icon-r5.st-multi-color .st-icon-googleplus:hover:after,
.st-icon-r5 .st-multi-color.st-icon-googleplus:hover:after,
.st-icon-r5.st-multi-color.st-icon-googleplus:hover:after,
.st-multi-color .st-icon-r5.st-icon-googleplus:hover:after,
.st-icon-r5.st-multi-color .st-icon-googleplus:focus:after,
.st-icon-r5 .st-multi-color.st-icon-googleplus:focus:after,
.st-icon-r5.st-multi-color.st-icon-googleplus:focus:after,
.st-multi-color .st-icon-r5.st-icon-googleplus:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f7786b;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-linkedin:before,
.st-multi-color.st-icon-linkedin:before {
  text-shadow: none;
  content: "\e002";
  color: #107eb8;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-linkedin:hover:before,
.st-multi-color.st-icon-linkedin:hover:before,
.st-multi-color .st-icon-linkedin:focus:before,
.st-multi-color.st-icon-linkedin:focus:before {
  text-shadow: none;
  color: #45b5f0;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-linkedin:after,
.st-multi-color.st-icon-linkedin:after {
  text-shadow: none;
  content: "\e25f";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-linkedin:hover:after,
.st-multi-color.st-icon-linkedin:hover:after,
.st-multi-color .st-icon-linkedin:focus:after,
.st-multi-color.st-icon-linkedin:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-linkedin:before,
.st-icon-only .st-multi-color.st-icon-linkedin:before,
.st-icon-only.st-multi-color.st-icon-linkedin:before,
.st-multi-color .st-icon-only.st-icon-linkedin:before,
.st-icon-rounded5.st-multi-color .st-icon-linkedin:before,
.st-icon-rounded5 .st-multi-color.st-icon-linkedin:before,
.st-icon-rounded5.st-multi-color.st-icon-linkedin:before,
.st-multi-color .st-icon-rounded5.st-icon-linkedin:before,
.st-icon-r5.st-multi-color .st-icon-linkedin:before,
.st-icon-r5 .st-multi-color.st-icon-linkedin:before,
.st-icon-r5.st-multi-color.st-icon-linkedin:before,
.st-multi-color .st-icon-r5.st-icon-linkedin:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-linkedin:after,
.st-icon-only .st-multi-color.st-icon-linkedin:after,
.st-icon-only.st-multi-color.st-icon-linkedin:after,
.st-multi-color .st-icon-only.st-icon-linkedin:after,
.st-icon-rounded5.st-multi-color .st-icon-linkedin:after,
.st-icon-rounded5 .st-multi-color.st-icon-linkedin:after,
.st-icon-rounded5.st-multi-color.st-icon-linkedin:after,
.st-multi-color .st-icon-rounded5.st-icon-linkedin:after,
.st-icon-r5.st-multi-color .st-icon-linkedin:after,
.st-icon-r5 .st-multi-color.st-icon-linkedin:after,
.st-icon-r5.st-multi-color.st-icon-linkedin:after,
.st-multi-color .st-icon-r5.st-icon-linkedin:after {
  text-shadow: none;
  color: #107eb8;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-linkedin:hover:after,
.st-icon-only .st-multi-color.st-icon-linkedin:hover:after,
.st-icon-only.st-multi-color.st-icon-linkedin:hover:after,
.st-multi-color .st-icon-only.st-icon-linkedin:hover:after,
.st-icon-only.st-multi-color .st-icon-linkedin:focus:after,
.st-icon-only .st-multi-color.st-icon-linkedin:focus:after,
.st-icon-only.st-multi-color.st-icon-linkedin:focus:after,
.st-multi-color .st-icon-only.st-icon-linkedin:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-linkedin:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-linkedin:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-linkedin:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-linkedin:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-linkedin:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-linkedin:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-linkedin:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-linkedin:focus:after,
.st-icon-r5.st-multi-color .st-icon-linkedin:hover:after,
.st-icon-r5 .st-multi-color.st-icon-linkedin:hover:after,
.st-icon-r5.st-multi-color.st-icon-linkedin:hover:after,
.st-multi-color .st-icon-r5.st-icon-linkedin:hover:after,
.st-icon-r5.st-multi-color .st-icon-linkedin:focus:after,
.st-icon-r5 .st-multi-color.st-icon-linkedin:focus:after,
.st-icon-r5.st-multi-color.st-icon-linkedin:focus:after,
.st-multi-color .st-icon-r5.st-icon-linkedin:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #45b5f0;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-pinboard:before,
.st-multi-color.st-icon-pinboard:before {
  text-shadow: none;
  content: "\e002";
  color: #325af6;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-pinboard:hover:before,
.st-multi-color.st-icon-pinboard:hover:before,
.st-multi-color .st-icon-pinboard:focus:before,
.st-multi-color.st-icon-pinboard:focus:before {
  text-shadow: none;
  color: #7a94f9;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-pinboard:after,
.st-multi-color.st-icon-pinboard:after {
  text-shadow: none;
  content: "\e28f";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-pinboard:hover:after,
.st-multi-color.st-icon-pinboard:hover:after,
.st-multi-color .st-icon-pinboard:focus:after,
.st-multi-color.st-icon-pinboard:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-pinboard:before,
.st-icon-only .st-multi-color.st-icon-pinboard:before,
.st-icon-only.st-multi-color.st-icon-pinboard:before,
.st-multi-color .st-icon-only.st-icon-pinboard:before,
.st-icon-rounded5.st-multi-color .st-icon-pinboard:before,
.st-icon-rounded5 .st-multi-color.st-icon-pinboard:before,
.st-icon-rounded5.st-multi-color.st-icon-pinboard:before,
.st-multi-color .st-icon-rounded5.st-icon-pinboard:before,
.st-icon-r5.st-multi-color .st-icon-pinboard:before,
.st-icon-r5 .st-multi-color.st-icon-pinboard:before,
.st-icon-r5.st-multi-color.st-icon-pinboard:before,
.st-multi-color .st-icon-r5.st-icon-pinboard:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-pinboard:after,
.st-icon-only .st-multi-color.st-icon-pinboard:after,
.st-icon-only.st-multi-color.st-icon-pinboard:after,
.st-multi-color .st-icon-only.st-icon-pinboard:after,
.st-icon-rounded5.st-multi-color .st-icon-pinboard:after,
.st-icon-rounded5 .st-multi-color.st-icon-pinboard:after,
.st-icon-rounded5.st-multi-color.st-icon-pinboard:after,
.st-multi-color .st-icon-rounded5.st-icon-pinboard:after,
.st-icon-r5.st-multi-color .st-icon-pinboard:after,
.st-icon-r5 .st-multi-color.st-icon-pinboard:after,
.st-icon-r5.st-multi-color.st-icon-pinboard:after,
.st-multi-color .st-icon-r5.st-icon-pinboard:after {
  text-shadow: none;
  color: #325af6;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-pinboard:hover:after,
.st-icon-only .st-multi-color.st-icon-pinboard:hover:after,
.st-icon-only.st-multi-color.st-icon-pinboard:hover:after,
.st-multi-color .st-icon-only.st-icon-pinboard:hover:after,
.st-icon-only.st-multi-color .st-icon-pinboard:focus:after,
.st-icon-only .st-multi-color.st-icon-pinboard:focus:after,
.st-icon-only.st-multi-color.st-icon-pinboard:focus:after,
.st-multi-color .st-icon-only.st-icon-pinboard:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-pinboard:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-pinboard:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-pinboard:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-pinboard:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-pinboard:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-pinboard:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-pinboard:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-pinboard:focus:after,
.st-icon-r5.st-multi-color .st-icon-pinboard:hover:after,
.st-icon-r5 .st-multi-color.st-icon-pinboard:hover:after,
.st-icon-r5.st-multi-color.st-icon-pinboard:hover:after,
.st-multi-color .st-icon-r5.st-icon-pinboard:hover:after,
.st-icon-r5.st-multi-color .st-icon-pinboard:focus:after,
.st-icon-r5 .st-multi-color.st-icon-pinboard:focus:after,
.st-icon-r5.st-multi-color.st-icon-pinboard:focus:after,
.st-multi-color .st-icon-r5.st-icon-pinboard:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #7a94f9;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-pinterest:before,
.st-multi-color.st-icon-pinterest:before {
  text-shadow: none;
  content: "\e002";
  color: #cc2027;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-pinterest:hover:before,
.st-multi-color.st-icon-pinterest:hover:before,
.st-multi-color .st-icon-pinterest:focus:before,
.st-multi-color.st-icon-pinterest:focus:before {
  text-shadow: none;
  color: #e86469;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-pinterest:after,
.st-multi-color.st-icon-pinterest:after {
  text-shadow: none;
  content: "\e297";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-pinterest:hover:after,
.st-multi-color.st-icon-pinterest:hover:after,
.st-multi-color .st-icon-pinterest:focus:after,
.st-multi-color.st-icon-pinterest:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-pinterest:before,
.st-icon-only .st-multi-color.st-icon-pinterest:before,
.st-icon-only.st-multi-color.st-icon-pinterest:before,
.st-multi-color .st-icon-only.st-icon-pinterest:before,
.st-icon-rounded5.st-multi-color .st-icon-pinterest:before,
.st-icon-rounded5 .st-multi-color.st-icon-pinterest:before,
.st-icon-rounded5.st-multi-color.st-icon-pinterest:before,
.st-multi-color .st-icon-rounded5.st-icon-pinterest:before,
.st-icon-r5.st-multi-color .st-icon-pinterest:before,
.st-icon-r5 .st-multi-color.st-icon-pinterest:before,
.st-icon-r5.st-multi-color.st-icon-pinterest:before,
.st-multi-color .st-icon-r5.st-icon-pinterest:before {
  content: "" !important;
  text-shadow: none;
  content: "\e020" !important;
  text-shadow: none;
  color: #cc2027;
}

/* line 1887, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-pinterest:hover:before,
.st-icon-only .st-multi-color.st-icon-pinterest:hover:before,
.st-icon-only.st-multi-color.st-icon-pinterest:hover:before,
.st-multi-color .st-icon-only.st-icon-pinterest:hover:before,
.st-icon-only.st-multi-color .st-icon-pinterest:focus:before,
.st-icon-only .st-multi-color.st-icon-pinterest:focus:before,
.st-icon-only.st-multi-color.st-icon-pinterest:focus:before,
.st-multi-color .st-icon-only.st-icon-pinterest:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-pinterest:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-pinterest:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-pinterest:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-pinterest:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-pinterest:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-pinterest:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-pinterest:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-pinterest:focus:before,
.st-icon-r5.st-multi-color .st-icon-pinterest:hover:before,
.st-icon-r5 .st-multi-color.st-icon-pinterest:hover:before,
.st-icon-r5.st-multi-color.st-icon-pinterest:hover:before,
.st-multi-color .st-icon-r5.st-icon-pinterest:hover:before,
.st-icon-r5.st-multi-color .st-icon-pinterest:focus:before,
.st-icon-r5 .st-multi-color.st-icon-pinterest:focus:before,
.st-icon-r5.st-multi-color.st-icon-pinterest:focus:before,
.st-multi-color .st-icon-r5.st-icon-pinterest:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #e86469;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-pinterest:after,
.st-icon-only .st-multi-color.st-icon-pinterest:after,
.st-icon-only.st-multi-color.st-icon-pinterest:after,
.st-multi-color .st-icon-only.st-icon-pinterest:after,
.st-icon-rounded5.st-multi-color .st-icon-pinterest:after,
.st-icon-rounded5 .st-multi-color.st-icon-pinterest:after,
.st-icon-rounded5.st-multi-color.st-icon-pinterest:after,
.st-multi-color .st-icon-rounded5.st-icon-pinterest:after,
.st-icon-r5.st-multi-color .st-icon-pinterest:after,
.st-icon-r5 .st-multi-color.st-icon-pinterest:after,
.st-icon-r5.st-multi-color.st-icon-pinterest:after,
.st-multi-color .st-icon-r5.st-icon-pinterest:after {
  text-shadow: none;
  content: "\e299";
  color: white;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-pinterest:hover:after,
.st-icon-only .st-multi-color.st-icon-pinterest:hover:after,
.st-icon-only.st-multi-color.st-icon-pinterest:hover:after,
.st-multi-color .st-icon-only.st-icon-pinterest:hover:after,
.st-icon-only.st-multi-color .st-icon-pinterest:focus:after,
.st-icon-only .st-multi-color.st-icon-pinterest:focus:after,
.st-icon-only.st-multi-color.st-icon-pinterest:focus:after,
.st-multi-color .st-icon-only.st-icon-pinterest:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-pinterest:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-pinterest:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-pinterest:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-pinterest:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-pinterest:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-pinterest:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-pinterest:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-pinterest:focus:after,
.st-icon-r5.st-multi-color .st-icon-pinterest:hover:after,
.st-icon-r5 .st-multi-color.st-icon-pinterest:hover:after,
.st-icon-r5.st-multi-color.st-icon-pinterest:hover:after,
.st-multi-color .st-icon-r5.st-icon-pinterest:hover:after,
.st-icon-r5.st-multi-color .st-icon-pinterest:focus:after,
.st-icon-r5 .st-multi-color.st-icon-pinterest:focus:after,
.st-icon-r5.st-multi-color.st-icon-pinterest:focus:after,
.st-multi-color .st-icon-r5.st-icon-pinterest:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-rss:before,
.st-multi-color.st-icon-rss:before {
  text-shadow: none;
  content: "\e002";
  color: #f68c28;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-rss:hover:before,
.st-multi-color.st-icon-rss:hover:before,
.st-multi-color .st-icon-rss:focus:before,
.st-multi-color.st-icon-rss:focus:before {
  text-shadow: none;
  color: #f9b473;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-rss:after,
.st-multi-color.st-icon-rss:after {
  text-shadow: none;
  content: "\e046";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-rss:hover:after,
.st-multi-color.st-icon-rss:hover:after,
.st-multi-color .st-icon-rss:focus:after,
.st-multi-color.st-icon-rss:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-rss:before,
.st-icon-only .st-multi-color.st-icon-rss:before,
.st-icon-only.st-multi-color.st-icon-rss:before,
.st-multi-color .st-icon-only.st-icon-rss:before,
.st-icon-rounded5.st-multi-color .st-icon-rss:before,
.st-icon-rounded5 .st-multi-color.st-icon-rss:before,
.st-icon-rounded5.st-multi-color.st-icon-rss:before,
.st-multi-color .st-icon-rounded5.st-icon-rss:before,
.st-icon-r5.st-multi-color .st-icon-rss:before,
.st-icon-r5 .st-multi-color.st-icon-rss:before,
.st-icon-r5.st-multi-color.st-icon-rss:before,
.st-multi-color .st-icon-r5.st-icon-rss:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-rss:after,
.st-icon-only .st-multi-color.st-icon-rss:after,
.st-icon-only.st-multi-color.st-icon-rss:after,
.st-multi-color .st-icon-only.st-icon-rss:after,
.st-icon-rounded5.st-multi-color .st-icon-rss:after,
.st-icon-rounded5 .st-multi-color.st-icon-rss:after,
.st-icon-rounded5.st-multi-color.st-icon-rss:after,
.st-multi-color .st-icon-rounded5.st-icon-rss:after,
.st-icon-r5.st-multi-color .st-icon-rss:after,
.st-icon-r5 .st-multi-color.st-icon-rss:after,
.st-icon-r5.st-multi-color.st-icon-rss:after,
.st-multi-color .st-icon-r5.st-icon-rss:after {
  text-shadow: none;
  color: #ff7600;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-rss:hover:after,
.st-icon-only .st-multi-color.st-icon-rss:hover:after,
.st-icon-only.st-multi-color.st-icon-rss:hover:after,
.st-multi-color .st-icon-only.st-icon-rss:hover:after,
.st-icon-only.st-multi-color .st-icon-rss:focus:after,
.st-icon-only .st-multi-color.st-icon-rss:focus:after,
.st-icon-only.st-multi-color.st-icon-rss:focus:after,
.st-multi-color .st-icon-only.st-icon-rss:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-rss:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-rss:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-rss:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-rss:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-rss:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-rss:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-rss:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-rss:focus:after,
.st-icon-r5.st-multi-color .st-icon-rss:hover:after,
.st-icon-r5 .st-multi-color.st-icon-rss:hover:after,
.st-icon-r5.st-multi-color.st-icon-rss:hover:after,
.st-multi-color .st-icon-r5.st-icon-rss:hover:after,
.st-icon-r5.st-multi-color .st-icon-rss:focus:after,
.st-icon-r5 .st-multi-color.st-icon-rss:focus:after,
.st-icon-r5.st-multi-color.st-icon-rss:focus:after,
.st-multi-color .st-icon-r5.st-icon-rss:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #ffa659;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-tumblr:before,
.st-multi-color.st-icon-tumblr:before {
  text-shadow: none;
  content: "\e002";
  color: #394b62;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-tumblr:hover:before,
.st-multi-color.st-icon-tumblr:hover:before,
.st-multi-color .st-icon-tumblr:focus:before,
.st-multi-color.st-icon-tumblr:focus:before {
  text-shadow: none;
  color: #6a87ae;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-tumblr:after,
.st-multi-color.st-icon-tumblr:after {
  text-shadow: none;
  content: "\e35f";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-tumblr:hover:after,
.st-multi-color.st-icon-tumblr:hover:after,
.st-multi-color .st-icon-tumblr:focus:after,
.st-multi-color.st-icon-tumblr:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-tumblr:before,
.st-icon-only .st-multi-color.st-icon-tumblr:before,
.st-icon-only.st-multi-color.st-icon-tumblr:before,
.st-multi-color .st-icon-only.st-icon-tumblr:before,
.st-icon-rounded5.st-multi-color .st-icon-tumblr:before,
.st-icon-rounded5 .st-multi-color.st-icon-tumblr:before,
.st-icon-rounded5.st-multi-color.st-icon-tumblr:before,
.st-multi-color .st-icon-rounded5.st-icon-tumblr:before,
.st-icon-r5.st-multi-color .st-icon-tumblr:before,
.st-icon-r5 .st-multi-color.st-icon-tumblr:before,
.st-icon-r5.st-multi-color.st-icon-tumblr:before,
.st-multi-color .st-icon-r5.st-icon-tumblr:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-tumblr:after,
.st-icon-only .st-multi-color.st-icon-tumblr:after,
.st-icon-only.st-multi-color.st-icon-tumblr:after,
.st-multi-color .st-icon-only.st-icon-tumblr:after,
.st-icon-rounded5.st-multi-color .st-icon-tumblr:after,
.st-icon-rounded5 .st-multi-color.st-icon-tumblr:after,
.st-icon-rounded5.st-multi-color.st-icon-tumblr:after,
.st-multi-color .st-icon-rounded5.st-icon-tumblr:after,
.st-icon-r5.st-multi-color .st-icon-tumblr:after,
.st-icon-r5 .st-multi-color.st-icon-tumblr:after,
.st-icon-r5.st-multi-color.st-icon-tumblr:after,
.st-multi-color .st-icon-r5.st-icon-tumblr:after {
  text-shadow: none;
  color: #394b62;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-tumblr:hover:after,
.st-icon-only .st-multi-color.st-icon-tumblr:hover:after,
.st-icon-only.st-multi-color.st-icon-tumblr:hover:after,
.st-multi-color .st-icon-only.st-icon-tumblr:hover:after,
.st-icon-only.st-multi-color .st-icon-tumblr:focus:after,
.st-icon-only .st-multi-color.st-icon-tumblr:focus:after,
.st-icon-only.st-multi-color.st-icon-tumblr:focus:after,
.st-multi-color .st-icon-only.st-icon-tumblr:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-tumblr:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-tumblr:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-tumblr:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-tumblr:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-tumblr:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-tumblr:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-tumblr:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-tumblr:focus:after,
.st-icon-r5.st-multi-color .st-icon-tumblr:hover:after,
.st-icon-r5 .st-multi-color.st-icon-tumblr:hover:after,
.st-icon-r5.st-multi-color.st-icon-tumblr:hover:after,
.st-multi-color .st-icon-r5.st-icon-tumblr:hover:after,
.st-icon-r5.st-multi-color .st-icon-tumblr:focus:after,
.st-icon-r5 .st-multi-color.st-icon-tumblr:focus:after,
.st-icon-r5.st-multi-color.st-icon-tumblr:focus:after,
.st-multi-color .st-icon-r5.st-icon-tumblr:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #6a87ae;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-twitter:before,
.st-multi-color.st-icon-twitter:before {
  text-shadow: none;
  content: "\e002";
  color: #00bcf6;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-twitter:hover:before,
.st-multi-color.st-icon-twitter:hover:before,
.st-multi-color .st-icon-twitter:focus:before,
.st-multi-color.st-icon-twitter:focus:before {
  text-shadow: none;
  color: #53d7ff;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-twitter:after,
.st-multi-color.st-icon-twitter:after {
  text-shadow: none;
  content: "\e036";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-twitter:hover:after,
.st-multi-color.st-icon-twitter:hover:after,
.st-multi-color .st-icon-twitter:focus:after,
.st-multi-color.st-icon-twitter:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-twitter:before,
.st-icon-only .st-multi-color.st-icon-twitter:before,
.st-icon-only.st-multi-color.st-icon-twitter:before,
.st-multi-color .st-icon-only.st-icon-twitter:before,
.st-icon-rounded5.st-multi-color .st-icon-twitter:before,
.st-icon-rounded5 .st-multi-color.st-icon-twitter:before,
.st-icon-rounded5.st-multi-color.st-icon-twitter:before,
.st-multi-color .st-icon-rounded5.st-icon-twitter:before,
.st-icon-r5.st-multi-color .st-icon-twitter:before,
.st-icon-r5 .st-multi-color.st-icon-twitter:before,
.st-icon-r5.st-multi-color.st-icon-twitter:before,
.st-multi-color .st-icon-r5.st-icon-twitter:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-twitter:after,
.st-icon-only .st-multi-color.st-icon-twitter:after,
.st-icon-only.st-multi-color.st-icon-twitter:after,
.st-multi-color .st-icon-only.st-icon-twitter:after,
.st-icon-rounded5.st-multi-color .st-icon-twitter:after,
.st-icon-rounded5 .st-multi-color.st-icon-twitter:after,
.st-icon-rounded5.st-multi-color.st-icon-twitter:after,
.st-multi-color .st-icon-rounded5.st-icon-twitter:after,
.st-icon-r5.st-multi-color .st-icon-twitter:after,
.st-icon-r5 .st-multi-color.st-icon-twitter:after,
.st-icon-r5.st-multi-color.st-icon-twitter:after,
.st-multi-color .st-icon-r5.st-icon-twitter:after {
  text-shadow: none;
  color: #00bcf6;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-twitter:hover:after,
.st-icon-only .st-multi-color.st-icon-twitter:hover:after,
.st-icon-only.st-multi-color.st-icon-twitter:hover:after,
.st-multi-color .st-icon-only.st-icon-twitter:hover:after,
.st-icon-only.st-multi-color .st-icon-twitter:focus:after,
.st-icon-only .st-multi-color.st-icon-twitter:focus:after,
.st-icon-only.st-multi-color.st-icon-twitter:focus:after,
.st-multi-color .st-icon-only.st-icon-twitter:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-twitter:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-twitter:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-twitter:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-twitter:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-twitter:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-twitter:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-twitter:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-twitter:focus:after,
.st-icon-r5.st-multi-color .st-icon-twitter:hover:after,
.st-icon-r5 .st-multi-color.st-icon-twitter:hover:after,
.st-icon-r5.st-multi-color.st-icon-twitter:hover:after,
.st-multi-color .st-icon-r5.st-icon-twitter:hover:after,
.st-icon-r5.st-multi-color .st-icon-twitter:focus:after,
.st-icon-r5 .st-multi-color.st-icon-twitter:focus:after,
.st-icon-r5.st-multi-color.st-icon-twitter:focus:after,
.st-multi-color .st-icon-r5.st-icon-twitter:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #53d7ff;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-vimeo:before,
.st-multi-color.st-icon-vimeo:before {
  text-shadow: none;
  content: "\e002";
  color: #1ab7ea;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-vimeo:hover:before,
.st-multi-color.st-icon-vimeo:hover:before,
.st-multi-color .st-icon-vimeo:focus:before,
.st-multi-color.st-icon-vimeo:focus:before {
  text-shadow: none;
  color: #6ad0f2;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-vimeo:after,
.st-multi-color.st-icon-vimeo:after {
  text-shadow: none;
  content: "\e366";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-vimeo:hover:after,
.st-multi-color.st-icon-vimeo:hover:after,
.st-multi-color .st-icon-vimeo:focus:after,
.st-multi-color.st-icon-vimeo:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-vimeo:before,
.st-icon-only .st-multi-color.st-icon-vimeo:before,
.st-icon-only.st-multi-color.st-icon-vimeo:before,
.st-multi-color .st-icon-only.st-icon-vimeo:before,
.st-icon-rounded5.st-multi-color .st-icon-vimeo:before,
.st-icon-rounded5 .st-multi-color.st-icon-vimeo:before,
.st-icon-rounded5.st-multi-color.st-icon-vimeo:before,
.st-multi-color .st-icon-rounded5.st-icon-vimeo:before,
.st-icon-r5.st-multi-color .st-icon-vimeo:before,
.st-icon-r5 .st-multi-color.st-icon-vimeo:before,
.st-icon-r5.st-multi-color.st-icon-vimeo:before,
.st-multi-color .st-icon-r5.st-icon-vimeo:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-vimeo:after,
.st-icon-only .st-multi-color.st-icon-vimeo:after,
.st-icon-only.st-multi-color.st-icon-vimeo:after,
.st-multi-color .st-icon-only.st-icon-vimeo:after,
.st-icon-rounded5.st-multi-color .st-icon-vimeo:after,
.st-icon-rounded5 .st-multi-color.st-icon-vimeo:after,
.st-icon-rounded5.st-multi-color.st-icon-vimeo:after,
.st-multi-color .st-icon-rounded5.st-icon-vimeo:after,
.st-icon-r5.st-multi-color .st-icon-vimeo:after,
.st-icon-r5 .st-multi-color.st-icon-vimeo:after,
.st-icon-r5.st-multi-color.st-icon-vimeo:after,
.st-multi-color .st-icon-r5.st-icon-vimeo:after {
  text-shadow: none;
  color: #1ab7ea;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-vimeo:hover:after,
.st-icon-only .st-multi-color.st-icon-vimeo:hover:after,
.st-icon-only.st-multi-color.st-icon-vimeo:hover:after,
.st-multi-color .st-icon-only.st-icon-vimeo:hover:after,
.st-icon-only.st-multi-color .st-icon-vimeo:focus:after,
.st-icon-only .st-multi-color.st-icon-vimeo:focus:after,
.st-icon-only.st-multi-color.st-icon-vimeo:focus:after,
.st-multi-color .st-icon-only.st-icon-vimeo:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-vimeo:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-vimeo:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-vimeo:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-vimeo:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-vimeo:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-vimeo:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-vimeo:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-vimeo:focus:after,
.st-icon-r5.st-multi-color .st-icon-vimeo:hover:after,
.st-icon-r5 .st-multi-color.st-icon-vimeo:hover:after,
.st-icon-r5.st-multi-color.st-icon-vimeo:hover:after,
.st-multi-color .st-icon-r5.st-icon-vimeo:hover:after,
.st-icon-r5.st-multi-color .st-icon-vimeo:focus:after,
.st-icon-r5 .st-multi-color.st-icon-vimeo:focus:after,
.st-icon-r5.st-multi-color.st-icon-vimeo:focus:after,
.st-multi-color .st-icon-r5.st-icon-vimeo:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #6ad0f2;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt-sm:before,
.st-multi-color.st-icon-youtube-alt-sm:before {
  text-shadow: none;
  content: "\e002";
  color: #f1f1f1;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt-sm:hover:before,
.st-multi-color.st-icon-youtube-alt-sm:hover:before,
.st-multi-color .st-icon-youtube-alt-sm:focus:before,
.st-multi-color.st-icon-youtube-alt-sm:focus:before {
  text-shadow: none;
  color: #f6f6f6;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt-sm:after,
.st-multi-color.st-icon-youtube-alt-sm:after {
  text-shadow: none;
  content: "\e426";
  color: #282828;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt-sm:hover:after,
.st-multi-color.st-icon-youtube-alt-sm:hover:after,
.st-multi-color .st-icon-youtube-alt-sm:focus:after,
.st-multi-color.st-icon-youtube-alt-sm:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #7b7b7b;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt-sm:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt-sm:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt-sm:before {
  content: "" !important;
  text-shadow: none;
  content: "\e427" !important;
  text-shadow: none;
  color: #282828;
}

/* line 1887, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt-sm:hover:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt-sm:hover:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt-sm:hover:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt-sm:hover:before,
.st-icon-only.st-multi-color .st-icon-youtube-alt-sm:focus:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt-sm:focus:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt-sm:focus:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt-sm:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt-sm:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt-sm:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt-sm:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt-sm:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt-sm:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt-sm:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt-sm:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt-sm:focus:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt-sm:hover:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt-sm:hover:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt-sm:hover:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt-sm:hover:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt-sm:focus:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt-sm:focus:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt-sm:focus:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt-sm:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #7b7b7b;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt-sm:after,
.st-icon-only .st-multi-color.st-icon-youtube-alt-sm:after,
.st-icon-only.st-multi-color.st-icon-youtube-alt-sm:after,
.st-multi-color .st-icon-only.st-icon-youtube-alt-sm:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt-sm:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt-sm:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt-sm:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt-sm:after,
.st-icon-r5.st-multi-color .st-icon-youtube-alt-sm:after,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt-sm:after,
.st-icon-r5.st-multi-color.st-icon-youtube-alt-sm:after,
.st-multi-color .st-icon-r5.st-icon-youtube-alt-sm:after {
  text-shadow: none;
  color: #f1f1f1;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt-sm:hover:after,
.st-icon-only .st-multi-color.st-icon-youtube-alt-sm:hover:after,
.st-icon-only.st-multi-color.st-icon-youtube-alt-sm:hover:after,
.st-multi-color .st-icon-only.st-icon-youtube-alt-sm:hover:after,
.st-icon-only.st-multi-color .st-icon-youtube-alt-sm:focus:after,
.st-icon-only .st-multi-color.st-icon-youtube-alt-sm:focus:after,
.st-icon-only.st-multi-color.st-icon-youtube-alt-sm:focus:after,
.st-multi-color .st-icon-only.st-icon-youtube-alt-sm:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt-sm:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt-sm:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt-sm:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt-sm:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt-sm:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt-sm:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt-sm:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt-sm:focus:after,
.st-icon-r5.st-multi-color .st-icon-youtube-alt-sm:hover:after,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt-sm:hover:after,
.st-icon-r5.st-multi-color.st-icon-youtube-alt-sm:hover:after,
.st-multi-color .st-icon-r5.st-icon-youtube-alt-sm:hover:after,
.st-icon-r5.st-multi-color .st-icon-youtube-alt-sm:focus:after,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt-sm:focus:after,
.st-icon-r5.st-multi-color.st-icon-youtube-alt-sm:focus:after,
.st-multi-color .st-icon-r5.st-icon-youtube-alt-sm:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f6f6f6;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu:before,
.st-multi-color.st-icon-menu:before {
  text-shadow: none;
  content: "\e002";
  color: #999999;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu:hover:before,
.st-multi-color.st-icon-menu:hover:before,
.st-multi-color .st-icon-menu:focus:before,
.st-multi-color.st-icon-menu:focus:before {
  text-shadow: none;
  color: #bdbdbd;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu:after,
.st-multi-color.st-icon-menu:after {
  text-shadow: none;
  content: "\e586";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu:hover:after,
.st-multi-color.st-icon-menu:hover:after,
.st-multi-color .st-icon-menu:focus:after,
.st-multi-color.st-icon-menu:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu:before,
.st-icon-only .st-multi-color.st-icon-menu:before,
.st-icon-only.st-multi-color.st-icon-menu:before,
.st-multi-color .st-icon-only.st-icon-menu:before,
.st-icon-rounded5.st-multi-color .st-icon-menu:before,
.st-icon-rounded5 .st-multi-color.st-icon-menu:before,
.st-icon-rounded5.st-multi-color.st-icon-menu:before,
.st-multi-color .st-icon-rounded5.st-icon-menu:before,
.st-icon-r5.st-multi-color .st-icon-menu:before,
.st-icon-r5 .st-multi-color.st-icon-menu:before,
.st-icon-r5.st-multi-color.st-icon-menu:before,
.st-multi-color .st-icon-r5.st-icon-menu:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu:after,
.st-icon-only .st-multi-color.st-icon-menu:after,
.st-icon-only.st-multi-color.st-icon-menu:after,
.st-multi-color .st-icon-only.st-icon-menu:after,
.st-icon-rounded5.st-multi-color .st-icon-menu:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu:after,
.st-icon-rounded5.st-multi-color.st-icon-menu:after,
.st-multi-color .st-icon-rounded5.st-icon-menu:after,
.st-icon-r5.st-multi-color .st-icon-menu:after,
.st-icon-r5 .st-multi-color.st-icon-menu:after,
.st-icon-r5.st-multi-color.st-icon-menu:after,
.st-multi-color .st-icon-r5.st-icon-menu:after {
  text-shadow: none;
  color: #999999;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu:hover:after,
.st-icon-only .st-multi-color.st-icon-menu:hover:after,
.st-icon-only.st-multi-color.st-icon-menu:hover:after,
.st-multi-color .st-icon-only.st-icon-menu:hover:after,
.st-icon-only.st-multi-color .st-icon-menu:focus:after,
.st-icon-only .st-multi-color.st-icon-menu:focus:after,
.st-icon-only.st-multi-color.st-icon-menu:focus:after,
.st-multi-color .st-icon-only.st-icon-menu:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-menu:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-menu:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-menu:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-menu:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-menu:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-menu:focus:after,
.st-icon-r5.st-multi-color .st-icon-menu:hover:after,
.st-icon-r5 .st-multi-color.st-icon-menu:hover:after,
.st-icon-r5.st-multi-color.st-icon-menu:hover:after,
.st-multi-color .st-icon-r5.st-icon-menu:hover:after,
.st-icon-r5.st-multi-color .st-icon-menu:focus:after,
.st-icon-r5 .st-multi-color.st-icon-menu:focus:after,
.st-icon-r5.st-multi-color.st-icon-menu:focus:after,
.st-multi-color .st-icon-r5.st-icon-menu:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #bdbdbd;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu-alt:before,
.st-multi-color.st-icon-menu-alt:before {
  text-shadow: none;
  content: "\e002";
  color: #999999;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu-alt:hover:before,
.st-multi-color.st-icon-menu-alt:hover:before,
.st-multi-color .st-icon-menu-alt:focus:before,
.st-multi-color.st-icon-menu-alt:focus:before {
  text-shadow: none;
  color: #bdbdbd;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu-alt:after,
.st-multi-color.st-icon-menu-alt:after {
  text-shadow: none;
  content: "\e58f";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu-alt:hover:after,
.st-multi-color.st-icon-menu-alt:hover:after,
.st-multi-color .st-icon-menu-alt:focus:after,
.st-multi-color.st-icon-menu-alt:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu-alt:before,
.st-icon-only .st-multi-color.st-icon-menu-alt:before,
.st-icon-only.st-multi-color.st-icon-menu-alt:before,
.st-multi-color .st-icon-only.st-icon-menu-alt:before,
.st-icon-rounded5.st-multi-color .st-icon-menu-alt:before,
.st-icon-rounded5 .st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded5.st-multi-color.st-icon-menu-alt:before,
.st-multi-color .st-icon-rounded5.st-icon-menu-alt:before,
.st-icon-r5.st-multi-color .st-icon-menu-alt:before,
.st-icon-r5 .st-multi-color.st-icon-menu-alt:before,
.st-icon-r5.st-multi-color.st-icon-menu-alt:before,
.st-multi-color .st-icon-r5.st-icon-menu-alt:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu-alt:after,
.st-icon-only .st-multi-color.st-icon-menu-alt:after,
.st-icon-only.st-multi-color.st-icon-menu-alt:after,
.st-multi-color .st-icon-only.st-icon-menu-alt:after,
.st-icon-rounded5.st-multi-color .st-icon-menu-alt:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu-alt:after,
.st-icon-rounded5.st-multi-color.st-icon-menu-alt:after,
.st-multi-color .st-icon-rounded5.st-icon-menu-alt:after,
.st-icon-r5.st-multi-color .st-icon-menu-alt:after,
.st-icon-r5 .st-multi-color.st-icon-menu-alt:after,
.st-icon-r5.st-multi-color.st-icon-menu-alt:after,
.st-multi-color .st-icon-r5.st-icon-menu-alt:after {
  text-shadow: none;
  content: "\e58f";
  color: #999999;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu-alt:hover:after,
.st-icon-only .st-multi-color.st-icon-menu-alt:hover:after,
.st-icon-only.st-multi-color.st-icon-menu-alt:hover:after,
.st-multi-color .st-icon-only.st-icon-menu-alt:hover:after,
.st-icon-only.st-multi-color .st-icon-menu-alt:focus:after,
.st-icon-only .st-multi-color.st-icon-menu-alt:focus:after,
.st-icon-only.st-multi-color.st-icon-menu-alt:focus:after,
.st-multi-color .st-icon-only.st-icon-menu-alt:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-menu-alt:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu-alt:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-menu-alt:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-menu-alt:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-menu-alt:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu-alt:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-menu-alt:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-menu-alt:focus:after,
.st-icon-r5.st-multi-color .st-icon-menu-alt:hover:after,
.st-icon-r5 .st-multi-color.st-icon-menu-alt:hover:after,
.st-icon-r5.st-multi-color.st-icon-menu-alt:hover:after,
.st-multi-color .st-icon-r5.st-icon-menu-alt:hover:after,
.st-icon-r5.st-multi-color .st-icon-menu-alt:focus:after,
.st-icon-r5 .st-multi-color.st-icon-menu-alt:focus:after,
.st-icon-r5.st-multi-color.st-icon-menu-alt:focus:after,
.st-multi-color .st-icon-r5.st-icon-menu-alt:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #bdbdbd;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu-alt2:before,
.st-multi-color.st-icon-menu-alt2:before {
  text-shadow: none;
  content: "\e002";
  color: #999999;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu-alt2:hover:before,
.st-multi-color.st-icon-menu-alt2:hover:before,
.st-multi-color .st-icon-menu-alt2:focus:before,
.st-multi-color.st-icon-menu-alt2:focus:before {
  text-shadow: none;
  color: #bdbdbd;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu-alt2:after,
.st-multi-color.st-icon-menu-alt2:after {
  text-shadow: none;
  content: "\e596";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-menu-alt2:hover:after,
.st-multi-color.st-icon-menu-alt2:hover:after,
.st-multi-color .st-icon-menu-alt2:focus:after,
.st-multi-color.st-icon-menu-alt2:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu-alt2:before,
.st-icon-only .st-multi-color.st-icon-menu-alt2:before,
.st-icon-only.st-multi-color.st-icon-menu-alt2:before,
.st-multi-color .st-icon-only.st-icon-menu-alt2:before,
.st-icon-rounded5.st-multi-color .st-icon-menu-alt2:before,
.st-icon-rounded5 .st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded5.st-multi-color.st-icon-menu-alt2:before,
.st-multi-color .st-icon-rounded5.st-icon-menu-alt2:before,
.st-icon-r5.st-multi-color .st-icon-menu-alt2:before,
.st-icon-r5 .st-multi-color.st-icon-menu-alt2:before,
.st-icon-r5.st-multi-color.st-icon-menu-alt2:before,
.st-multi-color .st-icon-r5.st-icon-menu-alt2:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu-alt2:after,
.st-icon-only .st-multi-color.st-icon-menu-alt2:after,
.st-icon-only.st-multi-color.st-icon-menu-alt2:after,
.st-multi-color .st-icon-only.st-icon-menu-alt2:after,
.st-icon-rounded5.st-multi-color .st-icon-menu-alt2:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu-alt2:after,
.st-icon-rounded5.st-multi-color.st-icon-menu-alt2:after,
.st-multi-color .st-icon-rounded5.st-icon-menu-alt2:after,
.st-icon-r5.st-multi-color .st-icon-menu-alt2:after,
.st-icon-r5 .st-multi-color.st-icon-menu-alt2:after,
.st-icon-r5.st-multi-color.st-icon-menu-alt2:after,
.st-multi-color .st-icon-r5.st-icon-menu-alt2:after {
  text-shadow: none;
  content: "\e596";
  color: #999999;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-menu-alt2:hover:after,
.st-icon-only .st-multi-color.st-icon-menu-alt2:hover:after,
.st-icon-only.st-multi-color.st-icon-menu-alt2:hover:after,
.st-multi-color .st-icon-only.st-icon-menu-alt2:hover:after,
.st-icon-only.st-multi-color .st-icon-menu-alt2:focus:after,
.st-icon-only .st-multi-color.st-icon-menu-alt2:focus:after,
.st-icon-only.st-multi-color.st-icon-menu-alt2:focus:after,
.st-multi-color .st-icon-only.st-icon-menu-alt2:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-menu-alt2:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu-alt2:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-menu-alt2:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-menu-alt2:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-menu-alt2:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-menu-alt2:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-menu-alt2:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-menu-alt2:focus:after,
.st-icon-r5.st-multi-color .st-icon-menu-alt2:hover:after,
.st-icon-r5 .st-multi-color.st-icon-menu-alt2:hover:after,
.st-icon-r5.st-multi-color.st-icon-menu-alt2:hover:after,
.st-multi-color .st-icon-r5.st-icon-menu-alt2:hover:after,
.st-icon-r5.st-multi-color .st-icon-menu-alt2:focus:after,
.st-icon-r5 .st-multi-color.st-icon-menu-alt2:focus:after,
.st-icon-r5.st-multi-color.st-icon-menu-alt2:focus:after,
.st-multi-color .st-icon-r5.st-icon-menu-alt2:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #bdbdbd;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search:before,
.st-multi-color.st-icon-search:before {
  text-shadow: none;
  content: "\e002";
  color: #555555;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search:hover:before,
.st-multi-color.st-icon-search:hover:before,
.st-multi-color .st-icon-search:focus:before,
.st-multi-color.st-icon-search:focus:before {
  text-shadow: none;
  color: #909090;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search:after,
.st-multi-color.st-icon-search:after {
  text-shadow: none;
  content: "\e066";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search:hover:after,
.st-multi-color.st-icon-search:hover:after,
.st-multi-color .st-icon-search:focus:after,
.st-multi-color.st-icon-search:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search:before,
.st-icon-only .st-multi-color.st-icon-search:before,
.st-icon-only.st-multi-color.st-icon-search:before,
.st-multi-color .st-icon-only.st-icon-search:before,
.st-icon-rounded5.st-multi-color .st-icon-search:before,
.st-icon-rounded5 .st-multi-color.st-icon-search:before,
.st-icon-rounded5.st-multi-color.st-icon-search:before,
.st-multi-color .st-icon-rounded5.st-icon-search:before,
.st-icon-r5.st-multi-color .st-icon-search:before,
.st-icon-r5 .st-multi-color.st-icon-search:before,
.st-icon-r5.st-multi-color.st-icon-search:before,
.st-multi-color .st-icon-r5.st-icon-search:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search:after,
.st-icon-only .st-multi-color.st-icon-search:after,
.st-icon-only.st-multi-color.st-icon-search:after,
.st-multi-color .st-icon-only.st-icon-search:after,
.st-icon-rounded5.st-multi-color .st-icon-search:after,
.st-icon-rounded5 .st-multi-color.st-icon-search:after,
.st-icon-rounded5.st-multi-color.st-icon-search:after,
.st-multi-color .st-icon-rounded5.st-icon-search:after,
.st-icon-r5.st-multi-color .st-icon-search:after,
.st-icon-r5 .st-multi-color.st-icon-search:after,
.st-icon-r5.st-multi-color.st-icon-search:after,
.st-multi-color .st-icon-r5.st-icon-search:after {
  text-shadow: none;
  color: #222222;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search:hover:after,
.st-icon-only .st-multi-color.st-icon-search:hover:after,
.st-icon-only.st-multi-color.st-icon-search:hover:after,
.st-multi-color .st-icon-only.st-icon-search:hover:after,
.st-icon-only.st-multi-color .st-icon-search:focus:after,
.st-icon-only .st-multi-color.st-icon-search:focus:after,
.st-icon-only.st-multi-color.st-icon-search:focus:after,
.st-multi-color .st-icon-only.st-icon-search:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-search:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-search:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-search:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-search:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-search:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-search:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-search:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-search:focus:after,
.st-icon-r5.st-multi-color .st-icon-search:hover:after,
.st-icon-r5 .st-multi-color.st-icon-search:hover:after,
.st-icon-r5.st-multi-color.st-icon-search:hover:after,
.st-multi-color .st-icon-r5.st-icon-search:hover:after,
.st-icon-r5.st-multi-color .st-icon-search:focus:after,
.st-icon-r5 .st-multi-color.st-icon-search:focus:after,
.st-icon-r5.st-multi-color.st-icon-search:focus:after,
.st-multi-color .st-icon-r5.st-icon-search:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #777777;
}

/* line 40, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-triangle-down:before,
.st-multi-color.st-icon-triangle-down:before {
  text-shadow: none;
  content: "\e002";
  color: #999999;
}

/* line 579, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-triangle-down:hover:before,
.st-multi-color.st-icon-triangle-down:hover:before,
.st-multi-color .st-icon-triangle-down:focus:before,
.st-multi-color.st-icon-triangle-down:focus:before {
  text-shadow: none;
  color: #bdbdbd;
}

/* line 1053, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-triangle-down:after,
.st-multi-color.st-icon-triangle-down:after {
  text-shadow: none;
  content: "\e446";
  color: white;
}

/* line 1603, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-triangle-down:hover:after,
.st-multi-color.st-icon-triangle-down:hover:after,
.st-multi-color .st-icon-triangle-down:focus:after,
.st-multi-color.st-icon-triangle-down:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: white;
}

/* line 1777, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-triangle-down:before,
.st-icon-only .st-multi-color.st-icon-triangle-down:before,
.st-icon-only.st-multi-color.st-icon-triangle-down:before,
.st-multi-color .st-icon-only.st-icon-triangle-down:before,
.st-icon-rounded5.st-multi-color .st-icon-triangle-down:before,
.st-icon-rounded5 .st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded5.st-multi-color.st-icon-triangle-down:before,
.st-multi-color .st-icon-rounded5.st-icon-triangle-down:before,
.st-icon-r5.st-multi-color .st-icon-triangle-down:before,
.st-icon-r5 .st-multi-color.st-icon-triangle-down:before,
.st-icon-r5.st-multi-color.st-icon-triangle-down:before,
.st-multi-color .st-icon-r5.st-icon-triangle-down:before {
  content: "" !important;
  text-shadow: none;
}

/* line 1956, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-triangle-down:after,
.st-icon-only .st-multi-color.st-icon-triangle-down:after,
.st-icon-only.st-multi-color.st-icon-triangle-down:after,
.st-multi-color .st-icon-only.st-icon-triangle-down:after,
.st-icon-rounded5.st-multi-color .st-icon-triangle-down:after,
.st-icon-rounded5 .st-multi-color.st-icon-triangle-down:after,
.st-icon-rounded5.st-multi-color.st-icon-triangle-down:after,
.st-multi-color .st-icon-rounded5.st-icon-triangle-down:after,
.st-icon-r5.st-multi-color .st-icon-triangle-down:after,
.st-icon-r5 .st-multi-color.st-icon-triangle-down:after,
.st-icon-r5.st-multi-color.st-icon-triangle-down:after,
.st-multi-color .st-icon-r5.st-icon-triangle-down:after {
  text-shadow: none;
  color: #999999;
}

/* line 2464, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-triangle-down:hover:after,
.st-icon-only .st-multi-color.st-icon-triangle-down:hover:after,
.st-icon-only.st-multi-color.st-icon-triangle-down:hover:after,
.st-multi-color .st-icon-only.st-icon-triangle-down:hover:after,
.st-icon-only.st-multi-color .st-icon-triangle-down:focus:after,
.st-icon-only .st-multi-color.st-icon-triangle-down:focus:after,
.st-icon-only.st-multi-color.st-icon-triangle-down:focus:after,
.st-multi-color .st-icon-only.st-icon-triangle-down:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-triangle-down:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-triangle-down:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-triangle-down:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-triangle-down:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-triangle-down:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-triangle-down:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-triangle-down:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-triangle-down:focus:after,
.st-icon-r5.st-multi-color .st-icon-triangle-down:hover:after,
.st-icon-r5 .st-multi-color.st-icon-triangle-down:hover:after,
.st-icon-r5.st-multi-color.st-icon-triangle-down:hover:after,
.st-multi-color .st-icon-r5.st-icon-triangle-down:hover:after,
.st-icon-r5.st-multi-color .st-icon-triangle-down:focus:after,
.st-icon-r5 .st-multi-color.st-icon-triangle-down:focus:after,
.st-icon-r5.st-multi-color.st-icon-triangle-down:focus:after,
.st-multi-color .st-icon-r5.st-icon-triangle-down:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #bdbdbd;
}

/* line 2943, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-flickr:before,
.st-multi-color.st-icon-flickr:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 3127, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-flickr:hover:before,
.st-multi-color.st-icon-flickr:hover:before,
.st-multi-color .st-icon-flickr:focus:before,
.st-multi-color.st-icon-flickr:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 3241, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-flickr > span:before,
.st-multi-color.st-icon-flickr > span:before {
  content: "\e157";
  text-shadow: none;
  color: #0063dc;
}

/* line 3436, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-flickr:hover span:before,
.st-multi-color.st-icon-flickr:hover span:before,
.st-multi-color .st-icon-flickr:focus span:before,
.st-multi-color.st-icon-flickr:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #4297ff;
}

/* line 3600, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-flickr:after,
.st-multi-color.st-icon-flickr:after {
  content: "\e158";
  text-shadow: none;
  color: #ff0285;
}

/* line 3840, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-flickr:hover:after,
.st-multi-color.st-icon-flickr:hover:after,
.st-multi-color .st-icon-flickr:focus:after,
.st-multi-color.st-icon-flickr:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #ff8cc8;
}

/* line 4022, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-flickr:before,
.st-icon-only .st-multi-color.st-icon-flickr:before,
.st-icon-only.st-multi-color.st-icon-flickr:before,
.st-multi-color .st-icon-only.st-icon-flickr:before,
.st-icon-rounded5.st-multi-color .st-icon-flickr:before,
.st-icon-rounded5 .st-multi-color.st-icon-flickr:before,
.st-icon-rounded5.st-multi-color.st-icon-flickr:before,
.st-multi-color .st-icon-rounded5.st-icon-flickr:before,
.st-icon-r5.st-multi-color .st-icon-flickr:before,
.st-icon-r5 .st-multi-color.st-icon-flickr:before,
.st-icon-r5.st-multi-color.st-icon-flickr:before,
.st-multi-color .st-icon-r5.st-icon-flickr:before {
  text-shadow: none;
  content: "\e157" !important;
  color: #0063dc;
}

/* line 4204, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-flickr:hover:before,
.st-icon-only .st-multi-color.st-icon-flickr:hover:before,
.st-icon-only.st-multi-color.st-icon-flickr:hover:before,
.st-multi-color .st-icon-only.st-icon-flickr:hover:before,
.st-icon-only.st-multi-color .st-icon-flickr:focus:before,
.st-icon-only .st-multi-color.st-icon-flickr:focus:before,
.st-icon-only.st-multi-color.st-icon-flickr:focus:before,
.st-multi-color .st-icon-only.st-icon-flickr:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-flickr:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-flickr:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-flickr:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-flickr:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-flickr:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-flickr:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-flickr:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-flickr:focus:before,
.st-icon-r5.st-multi-color .st-icon-flickr:hover:before,
.st-icon-r5 .st-multi-color.st-icon-flickr:hover:before,
.st-icon-r5.st-multi-color.st-icon-flickr:hover:before,
.st-multi-color .st-icon-r5.st-icon-flickr:hover:before,
.st-icon-r5.st-multi-color .st-icon-flickr:focus:before,
.st-icon-r5 .st-multi-color.st-icon-flickr:focus:before,
.st-icon-r5.st-multi-color.st-icon-flickr:focus:before,
.st-multi-color .st-icon-r5.st-icon-flickr:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #4297ff;
}

/* line 4367, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-flickr > span:before,
.st-icon-only .st-multi-color.st-icon-flickr > span:before,
.st-icon-only.st-multi-color.st-icon-flickr > span:before,
.st-icon-only.st-multi-color .st-icon-flickr > span:after,
.st-icon-only .st-multi-color.st-icon-flickr > span:after,
.st-icon-only.st-multi-color.st-icon-flickr > span:after,
.st-multi-color .st-icon-only.st-icon-flickr > span:before,
.st-multi-color .st-icon-only.st-icon-flickr > span:after,
.st-icon-rounded5.st-multi-color .st-icon-flickr > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-flickr > span:before,
.st-icon-rounded5.st-multi-color.st-icon-flickr > span:before,
.st-icon-rounded5.st-multi-color .st-icon-flickr > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-flickr > span:after,
.st-icon-rounded5.st-multi-color.st-icon-flickr > span:after,
.st-multi-color .st-icon-rounded5.st-icon-flickr > span:before,
.st-multi-color .st-icon-rounded5.st-icon-flickr > span:after,
.st-icon-r5.st-multi-color .st-icon-flickr > span:before,
.st-icon-r5 .st-multi-color.st-icon-flickr > span:before,
.st-icon-r5.st-multi-color.st-icon-flickr > span:before,
.st-icon-r5.st-multi-color .st-icon-flickr > span:after,
.st-icon-r5 .st-multi-color.st-icon-flickr > span:after,
.st-icon-r5.st-multi-color.st-icon-flickr > span:after,
.st-multi-color .st-icon-r5.st-icon-flickr > span:before,
.st-multi-color .st-icon-r5.st-icon-flickr > span:after {
  content: "";
}

/* line 4474, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-flickr:after,
.st-icon-only .st-multi-color.st-icon-flickr:after,
.st-icon-only.st-multi-color.st-icon-flickr:after,
.st-multi-color .st-icon-only.st-icon-flickr:after,
.st-icon-rounded5.st-multi-color .st-icon-flickr:after,
.st-icon-rounded5 .st-multi-color.st-icon-flickr:after,
.st-icon-rounded5.st-multi-color.st-icon-flickr:after,
.st-multi-color .st-icon-rounded5.st-icon-flickr:after,
.st-icon-r5.st-multi-color .st-icon-flickr:after,
.st-icon-r5 .st-multi-color.st-icon-flickr:after,
.st-icon-r5.st-multi-color.st-icon-flickr:after,
.st-multi-color .st-icon-r5.st-icon-flickr:after {
  text-shadow: none;
  content: "\e158";
  text-shadow: none;
  color: #ff0285;
}

/* line 4646, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-flickr:hover:after,
.st-icon-only .st-multi-color.st-icon-flickr:hover:after,
.st-icon-only.st-multi-color.st-icon-flickr:hover:after,
.st-multi-color .st-icon-only.st-icon-flickr:hover:after,
.st-icon-only.st-multi-color .st-icon-flickr:focus:after,
.st-icon-only .st-multi-color.st-icon-flickr:focus:after,
.st-icon-only.st-multi-color.st-icon-flickr:focus:after,
.st-multi-color .st-icon-only.st-icon-flickr:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-flickr:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-flickr:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-flickr:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-flickr:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-flickr:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-flickr:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-flickr:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-flickr:focus:after,
.st-icon-r5.st-multi-color .st-icon-flickr:hover:after,
.st-icon-r5 .st-multi-color.st-icon-flickr:hover:after,
.st-icon-r5.st-multi-color.st-icon-flickr:hover:after,
.st-multi-color .st-icon-r5.st-icon-flickr:hover:after,
.st-icon-r5.st-multi-color .st-icon-flickr:focus:after,
.st-icon-r5 .st-multi-color.st-icon-flickr:focus:after,
.st-icon-r5.st-multi-color.st-icon-flickr:focus:after,
.st-multi-color .st-icon-r5.st-icon-flickr:focus:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #ff8cc8;
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble:before,
.st-multi-color.st-icon-dribbble:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble:hover:before,
.st-multi-color.st-icon-dribbble:hover:before,
.st-multi-color .st-icon-dribbble:focus:before,
.st-multi-color.st-icon-dribbble:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble > span:before,
.st-multi-color.st-icon-dribbble > span:before {
  content: "\e020";
  text-shadow: none;
  color: #f077a0;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble:hover span:before,
.st-multi-color.st-icon-dribbble:hover span:before,
.st-multi-color .st-icon-dribbble:focus span:before,
.st-multi-color.st-icon-dribbble:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f6a6c1;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble > span:after,
.st-multi-color.st-icon-dribbble > span:after {
  content: "\e128";
  color: #fa9cbe;
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble:hover span:after,
.st-multi-color.st-icon-dribbble:hover span:after,
.st-multi-color .st-icon-dribbble:focus span:after,
.st-multi-color.st-icon-dribbble:focus span:after {
  color: #fcbfd5;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble:after,
.st-multi-color.st-icon-dribbble:after {
  content: "\e126";
  color: #c5376d;
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble:hover:after,
.st-multi-color.st-icon-dribbble:hover:after,
.st-multi-color .st-icon-dribbble:focus:after,
.st-multi-color.st-icon-dribbble:focus:after {
  color: #dc7a9f;
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble:before,
.st-icon-only .st-multi-color.st-icon-dribbble:before,
.st-icon-only.st-multi-color.st-icon-dribbble:before,
.st-multi-color .st-icon-only.st-icon-dribbble:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble:before,
.st-icon-r5.st-multi-color .st-icon-dribbble:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble:before,
.st-icon-r5.st-multi-color.st-icon-dribbble:before,
.st-multi-color .st-icon-r5.st-icon-dribbble:before {
  text-shadow: none;
  content: "\e020" !important;
  text-shadow: none;
  color: #f077a0;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble:hover:before,
.st-icon-only .st-multi-color.st-icon-dribbble:hover:before,
.st-icon-only.st-multi-color.st-icon-dribbble:hover:before,
.st-multi-color .st-icon-only.st-icon-dribbble:hover:before,
.st-icon-only.st-multi-color .st-icon-dribbble:focus:before,
.st-icon-only .st-multi-color.st-icon-dribbble:focus:before,
.st-icon-only.st-multi-color.st-icon-dribbble:focus:before,
.st-multi-color .st-icon-only.st-icon-dribbble:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble:focus:before,
.st-icon-r5.st-multi-color .st-icon-dribbble:hover:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble:hover:before,
.st-icon-r5.st-multi-color.st-icon-dribbble:hover:before,
.st-multi-color .st-icon-r5.st-icon-dribbble:hover:before,
.st-icon-r5.st-multi-color .st-icon-dribbble:focus:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble:focus:before,
.st-icon-r5.st-multi-color.st-icon-dribbble:focus:before,
.st-multi-color .st-icon-r5.st-icon-dribbble:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f6a6c1;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble > span:before,
.st-icon-only .st-multi-color.st-icon-dribbble > span:before,
.st-icon-only.st-multi-color.st-icon-dribbble > span:before,
.st-multi-color .st-icon-only.st-icon-dribbble > span:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble > span:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble > span:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble > span:before,
.st-icon-r5.st-multi-color .st-icon-dribbble > span:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble > span:before,
.st-icon-r5.st-multi-color.st-icon-dribbble > span:before,
.st-multi-color .st-icon-r5.st-icon-dribbble > span:before {
  text-shadow: none;
  content: "\e128";
  color: #fa9cbe;
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble:hover span:before,
.st-icon-only .st-multi-color.st-icon-dribbble:hover span:before,
.st-icon-only.st-multi-color.st-icon-dribbble:hover span:before,
.st-multi-color .st-icon-only.st-icon-dribbble:hover span:before,
.st-icon-only.st-multi-color .st-icon-dribbble:focus span:before,
.st-icon-only .st-multi-color.st-icon-dribbble:focus span:before,
.st-icon-only.st-multi-color.st-icon-dribbble:focus span:before,
.st-multi-color .st-icon-only.st-icon-dribbble:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble:focus span:before,
.st-icon-r5.st-multi-color .st-icon-dribbble:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble:hover span:before,
.st-icon-r5.st-multi-color.st-icon-dribbble:hover span:before,
.st-multi-color .st-icon-r5.st-icon-dribbble:hover span:before,
.st-icon-r5.st-multi-color .st-icon-dribbble:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble:focus span:before,
.st-icon-r5.st-multi-color.st-icon-dribbble:focus span:before,
.st-multi-color .st-icon-r5.st-icon-dribbble:focus span:before {
  color: #fcbfd5;
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble > span:after,
.st-icon-only .st-multi-color.st-icon-dribbble > span:after,
.st-icon-only.st-multi-color.st-icon-dribbble > span:after,
.st-multi-color .st-icon-only.st-icon-dribbble > span:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble > span:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble > span:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble > span:after,
.st-icon-r5.st-multi-color .st-icon-dribbble > span:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble > span:after,
.st-icon-r5.st-multi-color.st-icon-dribbble > span:after,
.st-multi-color .st-icon-r5.st-icon-dribbble > span:after {
  text-shadow: none;
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble:after,
.st-icon-only .st-multi-color.st-icon-dribbble:after,
.st-icon-only.st-multi-color.st-icon-dribbble:after,
.st-multi-color .st-icon-only.st-icon-dribbble:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble:after,
.st-icon-r5.st-multi-color .st-icon-dribbble:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble:after,
.st-icon-r5.st-multi-color.st-icon-dribbble:after,
.st-multi-color .st-icon-r5.st-icon-dribbble:after {
  text-shadow: none;
  content: "\e126";
  color: #c5376d;
}

/* line 8641, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble:hover:after,
.st-icon-only .st-multi-color.st-icon-dribbble:hover:after,
.st-icon-only.st-multi-color.st-icon-dribbble:hover:after,
.st-multi-color .st-icon-only.st-icon-dribbble:hover:after,
.st-icon-only.st-multi-color .st-icon-dribbble:focus:after,
.st-icon-only .st-multi-color.st-icon-dribbble:focus:after,
.st-icon-only.st-multi-color.st-icon-dribbble:focus:after,
.st-multi-color .st-icon-only.st-icon-dribbble:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble:focus:after,
.st-icon-r5.st-multi-color .st-icon-dribbble:hover:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble:hover:after,
.st-icon-r5.st-multi-color.st-icon-dribbble:hover:after,
.st-multi-color .st-icon-r5.st-icon-dribbble:hover:after,
.st-icon-r5.st-multi-color .st-icon-dribbble:focus:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble:focus:after,
.st-icon-r5.st-multi-color.st-icon-dribbble:focus:after,
.st-multi-color .st-icon-r5.st-icon-dribbble:focus:after {
  color: #dc7a9f;
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble-alt:before,
.st-multi-color.st-icon-dribbble-alt:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble-alt:hover:before,
.st-multi-color.st-icon-dribbble-alt:hover:before,
.st-multi-color .st-icon-dribbble-alt:focus:before,
.st-multi-color.st-icon-dribbble-alt:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble-alt > span:before,
.st-multi-color.st-icon-dribbble-alt > span:before {
  content: "\e020";
  text-shadow: none;
  color: #f077a0;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble-alt:hover span:before,
.st-multi-color.st-icon-dribbble-alt:hover span:before,
.st-multi-color .st-icon-dribbble-alt:focus span:before,
.st-multi-color.st-icon-dribbble-alt:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f6a6c1;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble-alt > span:after,
.st-multi-color.st-icon-dribbble-alt > span:after {
  content: "\e128";
  color: #fa9cbe;
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble-alt:hover span:after,
.st-multi-color.st-icon-dribbble-alt:hover span:after,
.st-multi-color .st-icon-dribbble-alt:focus span:after,
.st-multi-color.st-icon-dribbble-alt:focus span:after {
  color: #fcbfd5;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble-alt:after,
.st-multi-color.st-icon-dribbble-alt:after {
  content: "\e126";
  color: #c5376d;
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-dribbble-alt:hover:after,
.st-multi-color.st-icon-dribbble-alt:hover:after,
.st-multi-color .st-icon-dribbble-alt:focus:after,
.st-multi-color.st-icon-dribbble-alt:focus:after {
  color: #dc7a9f;
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:before,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:before {
  text-shadow: none;
  content: "\e020" !important;
  text-shadow: none;
  color: #f077a0;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble-alt:hover:before,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:hover:before,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:hover:before,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:hover:before,
.st-icon-only.st-multi-color .st-icon-dribbble-alt:focus:before,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:focus:before,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:focus:before,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:focus:before,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:hover:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:hover:before,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:hover:before,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:hover:before,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:focus:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:focus:before,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:focus:before,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f6a6c1;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble-alt > span:before,
.st-icon-only .st-multi-color.st-icon-dribbble-alt > span:before,
.st-icon-only.st-multi-color.st-icon-dribbble-alt > span:before,
.st-multi-color .st-icon-only.st-icon-dribbble-alt > span:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt > span:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt > span:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt > span:before,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt > span:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt > span:before,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt > span:before,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt > span:before {
  text-shadow: none;
  content: "\e128";
  color: #fa9cbe;
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble-alt:hover span:before,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:hover span:before,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:hover span:before,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:hover span:before,
.st-icon-only.st-multi-color .st-icon-dribbble-alt:focus span:before,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:focus span:before,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:focus span:before,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:focus span:before,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:hover span:before,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:hover span:before,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:hover span:before,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:focus span:before,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:focus span:before,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:focus span:before {
  color: #fcbfd5;
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble-alt > span:after,
.st-icon-only .st-multi-color.st-icon-dribbble-alt > span:after,
.st-icon-only.st-multi-color.st-icon-dribbble-alt > span:after,
.st-multi-color .st-icon-only.st-icon-dribbble-alt > span:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt > span:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt > span:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt > span:after,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt > span:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt > span:after,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt > span:after,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt > span:after {
  text-shadow: none;
  content: "\e129";
  color: #cccccc;
  color: rgba(0, 0, 0, 0.198);
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble-alt:hover span:after,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:hover span:after,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:hover span:after,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:hover span:after,
.st-icon-only.st-multi-color .st-icon-dribbble-alt:focus span:after,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:focus span:after,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:focus span:after,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:focus span:after,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:hover span:after,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:hover span:after,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:hover span:after,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:focus span:after,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:focus span:after,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:focus span:after {
  color: #dedede;
  color: rgba(98, 98, 98, 0.198);
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble-alt:after,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:after,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:after,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:after,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:after,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:after,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:after {
  text-shadow: none;
  content: "\e126";
  color: #c5376d;
}

/* line 8641, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-dribbble-alt:hover:after,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:hover:after,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:hover:after,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:hover:after,
.st-icon-only.st-multi-color .st-icon-dribbble-alt:focus:after,
.st-icon-only .st-multi-color.st-icon-dribbble-alt:focus:after,
.st-icon-only.st-multi-color.st-icon-dribbble-alt:focus:after,
.st-multi-color .st-icon-only.st-icon-dribbble-alt:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-dribbble-alt:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-dribbble-alt:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-dribbble-alt:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-dribbble-alt:focus:after,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:hover:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:hover:after,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:hover:after,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:hover:after,
.st-icon-r5.st-multi-color .st-icon-dribbble-alt:focus:after,
.st-icon-r5 .st-multi-color.st-icon-dribbble-alt:focus:after,
.st-icon-r5.st-multi-color.st-icon-dribbble-alt:focus:after,
.st-multi-color .st-icon-r5.st-icon-dribbble-alt:focus:after {
  color: #dc7a9f;
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email:before,
.st-multi-color.st-icon-email:before {
  text-shadow: none;
  content: "\e002";
  color: #aeb1b4;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email:hover:before,
.st-multi-color.st-icon-email:hover:before,
.st-multi-color .st-icon-email:focus:before,
.st-multi-color.st-icon-email:focus:before {
  text-shadow: none;
  color: #caccce;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email > span:before,
.st-multi-color.st-icon-email > span:before {
  content: "\e037";
  text-shadow: none;
  color: #afbac3;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email:hover span:before,
.st-multi-color.st-icon-email:hover span:before,
.st-multi-color .st-icon-email:focus span:before,
.st-multi-color.st-icon-email:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #c9d2d9;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email > span:after,
.st-multi-color.st-icon-email > span:after {
  content: "\e048";
  color: #e3e7ea;
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email:hover span:after,
.st-multi-color.st-icon-email:hover span:after,
.st-multi-color .st-icon-email:focus span:after,
.st-multi-color.st-icon-email:focus span:after {
  color: #eceff2;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email:after,
.st-multi-color.st-icon-email:after {
  content: "\e049";
  color: #edeff1;
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-email:hover:after,
.st-multi-color.st-icon-email:hover:after,
.st-multi-color .st-icon-email:focus:after,
.st-multi-color.st-icon-email:focus:after {
  color: #f3f5f6;
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email:before,
.st-icon-only .st-multi-color.st-icon-email:before,
.st-icon-only.st-multi-color.st-icon-email:before,
.st-multi-color .st-icon-only.st-icon-email:before,
.st-icon-rounded5.st-multi-color .st-icon-email:before,
.st-icon-rounded5 .st-multi-color.st-icon-email:before,
.st-icon-rounded5.st-multi-color.st-icon-email:before,
.st-multi-color .st-icon-rounded5.st-icon-email:before,
.st-icon-r5.st-multi-color .st-icon-email:before,
.st-icon-r5 .st-multi-color.st-icon-email:before,
.st-icon-r5.st-multi-color.st-icon-email:before,
.st-multi-color .st-icon-r5.st-icon-email:before {
  text-shadow: none;
  content: "\e037" !important;
  text-shadow: none;
  color: #c8cccf;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email:hover:before,
.st-icon-only .st-multi-color.st-icon-email:hover:before,
.st-icon-only.st-multi-color.st-icon-email:hover:before,
.st-multi-color .st-icon-only.st-icon-email:hover:before,
.st-icon-only.st-multi-color .st-icon-email:focus:before,
.st-icon-only .st-multi-color.st-icon-email:focus:before,
.st-icon-only.st-multi-color.st-icon-email:focus:before,
.st-multi-color .st-icon-only.st-icon-email:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-email:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-email:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-email:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-email:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-email:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-email:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-email:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-email:focus:before,
.st-icon-r5.st-multi-color .st-icon-email:hover:before,
.st-icon-r5 .st-multi-color.st-icon-email:hover:before,
.st-icon-r5.st-multi-color.st-icon-email:hover:before,
.st-multi-color .st-icon-r5.st-icon-email:hover:before,
.st-icon-r5.st-multi-color .st-icon-email:focus:before,
.st-icon-r5 .st-multi-color.st-icon-email:focus:before,
.st-icon-r5.st-multi-color.st-icon-email:focus:before,
.st-multi-color .st-icon-r5.st-icon-email:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #dadee1;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email > span:before,
.st-icon-only .st-multi-color.st-icon-email > span:before,
.st-icon-only.st-multi-color.st-icon-email > span:before,
.st-multi-color .st-icon-only.st-icon-email > span:before,
.st-icon-rounded5.st-multi-color .st-icon-email > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-email > span:before,
.st-icon-rounded5.st-multi-color.st-icon-email > span:before,
.st-multi-color .st-icon-rounded5.st-icon-email > span:before,
.st-icon-r5.st-multi-color .st-icon-email > span:before,
.st-icon-r5 .st-multi-color.st-icon-email > span:before,
.st-icon-r5.st-multi-color.st-icon-email > span:before,
.st-multi-color .st-icon-r5.st-icon-email > span:before {
  text-shadow: none;
  content: "\e048";
  color: #d8dbdd;
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email:hover span:before,
.st-icon-only .st-multi-color.st-icon-email:hover span:before,
.st-icon-only.st-multi-color.st-icon-email:hover span:before,
.st-multi-color .st-icon-only.st-icon-email:hover span:before,
.st-icon-only.st-multi-color .st-icon-email:focus span:before,
.st-icon-only .st-multi-color.st-icon-email:focus span:before,
.st-icon-only.st-multi-color.st-icon-email:focus span:before,
.st-multi-color .st-icon-only.st-icon-email:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-email:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-email:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-email:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-email:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-email:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-email:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-email:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-email:focus span:before,
.st-icon-r5.st-multi-color .st-icon-email:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-email:hover span:before,
.st-icon-r5.st-multi-color.st-icon-email:hover span:before,
.st-multi-color .st-icon-r5.st-icon-email:hover span:before,
.st-icon-r5.st-multi-color .st-icon-email:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-email:focus span:before,
.st-icon-r5.st-multi-color.st-icon-email:focus span:before,
.st-multi-color .st-icon-r5.st-icon-email:focus span:before {
  color: #f0f2f3;
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email > span:after,
.st-icon-only .st-multi-color.st-icon-email > span:after,
.st-icon-only.st-multi-color.st-icon-email > span:after,
.st-multi-color .st-icon-only.st-icon-email > span:after,
.st-icon-rounded5.st-multi-color .st-icon-email > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-email > span:after,
.st-icon-rounded5.st-multi-color.st-icon-email > span:after,
.st-multi-color .st-icon-rounded5.st-icon-email > span:after,
.st-icon-r5.st-multi-color .st-icon-email > span:after,
.st-icon-r5 .st-multi-color.st-icon-email > span:after,
.st-icon-r5.st-multi-color.st-icon-email > span:after,
.st-multi-color .st-icon-r5.st-icon-email > span:after {
  text-shadow: none;
  content: "\e049";
  color: #dee0e2;
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email:hover span:after,
.st-icon-only .st-multi-color.st-icon-email:hover span:after,
.st-icon-only.st-multi-color.st-icon-email:hover span:after,
.st-multi-color .st-icon-only.st-icon-email:hover span:after,
.st-icon-only.st-multi-color .st-icon-email:focus span:after,
.st-icon-only .st-multi-color.st-icon-email:focus span:after,
.st-icon-only.st-multi-color.st-icon-email:focus span:after,
.st-multi-color .st-icon-only.st-icon-email:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-email:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-email:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-email:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-email:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-email:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-email:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-email:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-email:focus span:after,
.st-icon-r5.st-multi-color .st-icon-email:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-email:hover span:after,
.st-icon-r5.st-multi-color.st-icon-email:hover span:after,
.st-multi-color .st-icon-r5.st-icon-email:hover span:after,
.st-icon-r5.st-multi-color .st-icon-email:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-email:focus span:after,
.st-icon-r5.st-multi-color.st-icon-email:focus span:after,
.st-multi-color .st-icon-r5.st-icon-email:focus span:after {
  color: #eceef0;
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-email:after,
.st-icon-only .st-multi-color.st-icon-email:after,
.st-icon-only.st-multi-color.st-icon-email:after,
.st-multi-color .st-icon-only.st-icon-email:after,
.st-icon-rounded5.st-multi-color .st-icon-email:after,
.st-icon-rounded5 .st-multi-color.st-icon-email:after,
.st-icon-rounded5.st-multi-color.st-icon-email:after,
.st-multi-color .st-icon-rounded5.st-icon-email:after,
.st-icon-r5.st-multi-color .st-icon-email:after,
.st-icon-r5 .st-multi-color.st-icon-email:after,
.st-icon-r5.st-multi-color.st-icon-email:after,
.st-multi-color .st-icon-r5.st-icon-email:after {
  text-shadow: none;
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github:before,
.st-multi-color.st-icon-github:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github:hover:before,
.st-multi-color.st-icon-github:hover:before,
.st-multi-color .st-icon-github:focus:before,
.st-multi-color.st-icon-github:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github > span:before,
.st-multi-color.st-icon-github > span:before {
  content: "\e178";
  text-shadow: none;
  color: #151515;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github:hover span:before,
.st-multi-color.st-icon-github:hover span:before,
.st-multi-color .st-icon-github:focus span:before,
.st-multi-color.st-icon-github:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #6f6f6f;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github > span:after,
.st-multi-color.st-icon-github > span:after {
  content: "\e174";
  color: #f3cab2;
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github:hover span:after,
.st-multi-color.st-icon-github:hover span:after,
.st-multi-color .st-icon-github:focus span:after,
.st-multi-color.st-icon-github:focus span:after {
  color: #f8dccd;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github:after,
.st-multi-color.st-icon-github:after {
  content: "\e175";
  color: #b1423a;
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-github:hover:after,
.st-multi-color.st-icon-github:hover:after,
.st-multi-color .st-icon-github:focus:after,
.st-multi-color.st-icon-github:focus:after {
  color: #d57d77;
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github:before,
.st-icon-only .st-multi-color.st-icon-github:before,
.st-icon-only.st-multi-color.st-icon-github:before,
.st-multi-color .st-icon-only.st-icon-github:before,
.st-icon-rounded5.st-multi-color .st-icon-github:before,
.st-icon-rounded5 .st-multi-color.st-icon-github:before,
.st-icon-rounded5.st-multi-color.st-icon-github:before,
.st-multi-color .st-icon-rounded5.st-icon-github:before,
.st-icon-r5.st-multi-color .st-icon-github:before,
.st-icon-r5 .st-multi-color.st-icon-github:before,
.st-icon-r5.st-multi-color.st-icon-github:before,
.st-multi-color .st-icon-r5.st-icon-github:before {
  text-shadow: none;
  content: "\e179" !important;
  text-shadow: none;
  color: #151515;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github:hover:before,
.st-icon-only .st-multi-color.st-icon-github:hover:before,
.st-icon-only.st-multi-color.st-icon-github:hover:before,
.st-multi-color .st-icon-only.st-icon-github:hover:before,
.st-icon-only.st-multi-color .st-icon-github:focus:before,
.st-icon-only .st-multi-color.st-icon-github:focus:before,
.st-icon-only.st-multi-color.st-icon-github:focus:before,
.st-multi-color .st-icon-only.st-icon-github:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-github:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-github:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-github:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-github:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-github:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-github:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-github:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-github:focus:before,
.st-icon-r5.st-multi-color .st-icon-github:hover:before,
.st-icon-r5 .st-multi-color.st-icon-github:hover:before,
.st-icon-r5.st-multi-color.st-icon-github:hover:before,
.st-multi-color .st-icon-r5.st-icon-github:hover:before,
.st-icon-r5.st-multi-color .st-icon-github:focus:before,
.st-icon-r5 .st-multi-color.st-icon-github:focus:before,
.st-icon-r5.st-multi-color.st-icon-github:focus:before,
.st-multi-color .st-icon-r5.st-icon-github:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #6f6f6f;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github > span:before,
.st-icon-only .st-multi-color.st-icon-github > span:before,
.st-icon-only.st-multi-color.st-icon-github > span:before,
.st-multi-color .st-icon-only.st-icon-github > span:before,
.st-icon-rounded5.st-multi-color .st-icon-github > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-github > span:before,
.st-icon-rounded5.st-multi-color.st-icon-github > span:before,
.st-multi-color .st-icon-rounded5.st-icon-github > span:before,
.st-icon-r5.st-multi-color .st-icon-github > span:before,
.st-icon-r5 .st-multi-color.st-icon-github > span:before,
.st-icon-r5.st-multi-color.st-icon-github > span:before,
.st-multi-color .st-icon-r5.st-icon-github > span:before {
  text-shadow: none;
  content: "\e174";
  color: #f3cab2;
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github:hover span:before,
.st-icon-only .st-multi-color.st-icon-github:hover span:before,
.st-icon-only.st-multi-color.st-icon-github:hover span:before,
.st-multi-color .st-icon-only.st-icon-github:hover span:before,
.st-icon-only.st-multi-color .st-icon-github:focus span:before,
.st-icon-only .st-multi-color.st-icon-github:focus span:before,
.st-icon-only.st-multi-color.st-icon-github:focus span:before,
.st-multi-color .st-icon-only.st-icon-github:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-github:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-github:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-github:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-github:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-github:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-github:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-github:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-github:focus span:before,
.st-icon-r5.st-multi-color .st-icon-github:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-github:hover span:before,
.st-icon-r5.st-multi-color.st-icon-github:hover span:before,
.st-multi-color .st-icon-r5.st-icon-github:hover span:before,
.st-icon-r5.st-multi-color .st-icon-github:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-github:focus span:before,
.st-icon-r5.st-multi-color.st-icon-github:focus span:before,
.st-multi-color .st-icon-r5.st-icon-github:focus span:before {
  color: #f8dccd;
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github > span:after,
.st-icon-only .st-multi-color.st-icon-github > span:after,
.st-icon-only.st-multi-color.st-icon-github > span:after,
.st-multi-color .st-icon-only.st-icon-github > span:after,
.st-icon-rounded5.st-multi-color .st-icon-github > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-github > span:after,
.st-icon-rounded5.st-multi-color.st-icon-github > span:after,
.st-multi-color .st-icon-rounded5.st-icon-github > span:after,
.st-icon-r5.st-multi-color .st-icon-github > span:after,
.st-icon-r5 .st-multi-color.st-icon-github > span:after,
.st-icon-r5.st-multi-color.st-icon-github > span:after,
.st-multi-color .st-icon-r5.st-icon-github > span:after {
  text-shadow: none;
  content: "\e175";
  color: #b1423a;
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github:hover span:after,
.st-icon-only .st-multi-color.st-icon-github:hover span:after,
.st-icon-only.st-multi-color.st-icon-github:hover span:after,
.st-multi-color .st-icon-only.st-icon-github:hover span:after,
.st-icon-only.st-multi-color .st-icon-github:focus span:after,
.st-icon-only .st-multi-color.st-icon-github:focus span:after,
.st-icon-only.st-multi-color.st-icon-github:focus span:after,
.st-multi-color .st-icon-only.st-icon-github:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-github:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-github:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-github:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-github:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-github:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-github:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-github:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-github:focus span:after,
.st-icon-r5.st-multi-color .st-icon-github:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-github:hover span:after,
.st-icon-r5.st-multi-color.st-icon-github:hover span:after,
.st-multi-color .st-icon-r5.st-icon-github:hover span:after,
.st-icon-r5.st-multi-color .st-icon-github:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-github:focus span:after,
.st-icon-r5.st-multi-color.st-icon-github:focus span:after,
.st-multi-color .st-icon-r5.st-icon-github:focus span:after {
  color: #d57d77;
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github:after,
.st-icon-only .st-multi-color.st-icon-github:after,
.st-icon-only.st-multi-color.st-icon-github:after,
.st-multi-color .st-icon-only.st-icon-github:after,
.st-icon-rounded5.st-multi-color .st-icon-github:after,
.st-icon-rounded5 .st-multi-color.st-icon-github:after,
.st-icon-rounded5.st-multi-color.st-icon-github:after,
.st-multi-color .st-icon-rounded5.st-icon-github:after,
.st-icon-r5.st-multi-color .st-icon-github:after,
.st-icon-r5 .st-multi-color.st-icon-github:after,
.st-icon-r5.st-multi-color.st-icon-github:after,
.st-multi-color .st-icon-r5.st-icon-github:after {
  text-shadow: none;
  content: "\e176";
  color: #9ce6fe;
  color: rgba(131, 224, 254, 0.8);
}

/* line 8641, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-github:hover:after,
.st-icon-only .st-multi-color.st-icon-github:hover:after,
.st-icon-only.st-multi-color.st-icon-github:hover:after,
.st-multi-color .st-icon-only.st-icon-github:hover:after,
.st-icon-only.st-multi-color .st-icon-github:focus:after,
.st-icon-only .st-multi-color.st-icon-github:focus:after,
.st-icon-only.st-multi-color.st-icon-github:focus:after,
.st-multi-color .st-icon-only.st-icon-github:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-github:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-github:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-github:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-github:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-github:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-github:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-github:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-github:focus:after,
.st-icon-r5.st-multi-color .st-icon-github:hover:after,
.st-icon-r5 .st-multi-color.st-icon-github:hover:after,
.st-icon-r5.st-multi-color.st-icon-github:hover:after,
.st-multi-color .st-icon-r5.st-icon-github:hover:after,
.st-icon-r5.st-multi-color .st-icon-github:focus:after,
.st-icon-r5 .st-multi-color.st-icon-github:focus:after,
.st-icon-r5.st-multi-color.st-icon-github:focus:after,
.st-multi-color .st-icon-r5.st-icon-github:focus:after {
  color: #bfeffe;
  color: rgba(174, 235, 254, 0.8);
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail:before,
.st-multi-color.st-icon-gmail:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail:hover:before,
.st-multi-color.st-icon-gmail:hover:before,
.st-multi-color .st-icon-gmail:focus:before,
.st-multi-color.st-icon-gmail:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail > span:before,
.st-multi-color.st-icon-gmail > span:before {
  content: "\e197";
  text-shadow: none;
  color: #e4e2d6;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail:hover span:before,
.st-multi-color.st-icon-gmail:hover span:before,
.st-multi-color .st-icon-gmail:focus span:before,
.st-multi-color.st-icon-gmail:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #eeede4;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail > span:after,
.st-multi-color.st-icon-gmail > span:after {
  content: "\e198";
  color: #de483c;
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail:hover span:after,
.st-multi-color.st-icon-gmail:hover span:after,
.st-multi-color .st-icon-gmail:focus span:after,
.st-multi-color.st-icon-gmail:focus span:after {
  color: #ea877f;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail:after,
.st-multi-color.st-icon-gmail:after {
  content: "\e199";
  color: #aeada4;
  color: rgba(0, 0, 0, 0.26);
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail:hover:after,
.st-multi-color.st-icon-gmail:hover:after,
.st-multi-color .st-icon-gmail:focus:after,
.st-multi-color.st-icon-gmail:focus:after {
  color: #cccbc2;
  color: rgba(98, 98, 98, 0.26);
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail:before,
.st-icon-only .st-multi-color.st-icon-gmail:before,
.st-icon-only.st-multi-color.st-icon-gmail:before,
.st-multi-color .st-icon-only.st-icon-gmail:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail:before,
.st-icon-r5.st-multi-color .st-icon-gmail:before,
.st-icon-r5 .st-multi-color.st-icon-gmail:before,
.st-icon-r5.st-multi-color.st-icon-gmail:before,
.st-multi-color .st-icon-r5.st-icon-gmail:before {
  text-shadow: none;
  content: "\e197" !important;
  text-shadow: none;
  color: #e4e2d6;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail:hover:before,
.st-icon-only .st-multi-color.st-icon-gmail:hover:before,
.st-icon-only.st-multi-color.st-icon-gmail:hover:before,
.st-multi-color .st-icon-only.st-icon-gmail:hover:before,
.st-icon-only.st-multi-color .st-icon-gmail:focus:before,
.st-icon-only .st-multi-color.st-icon-gmail:focus:before,
.st-icon-only.st-multi-color.st-icon-gmail:focus:before,
.st-multi-color .st-icon-only.st-icon-gmail:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail:focus:before,
.st-icon-r5.st-multi-color .st-icon-gmail:hover:before,
.st-icon-r5 .st-multi-color.st-icon-gmail:hover:before,
.st-icon-r5.st-multi-color.st-icon-gmail:hover:before,
.st-multi-color .st-icon-r5.st-icon-gmail:hover:before,
.st-icon-r5.st-multi-color .st-icon-gmail:focus:before,
.st-icon-r5 .st-multi-color.st-icon-gmail:focus:before,
.st-icon-r5.st-multi-color.st-icon-gmail:focus:before,
.st-multi-color .st-icon-r5.st-icon-gmail:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #eeede4;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail > span:before,
.st-icon-only .st-multi-color.st-icon-gmail > span:before,
.st-icon-only.st-multi-color.st-icon-gmail > span:before,
.st-multi-color .st-icon-only.st-icon-gmail > span:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail > span:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail > span:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail > span:before,
.st-icon-r5.st-multi-color .st-icon-gmail > span:before,
.st-icon-r5 .st-multi-color.st-icon-gmail > span:before,
.st-icon-r5.st-multi-color.st-icon-gmail > span:before,
.st-multi-color .st-icon-r5.st-icon-gmail > span:before {
  text-shadow: none;
  content: "\e198";
  color: #de483c;
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail:hover span:before,
.st-icon-only .st-multi-color.st-icon-gmail:hover span:before,
.st-icon-only.st-multi-color.st-icon-gmail:hover span:before,
.st-multi-color .st-icon-only.st-icon-gmail:hover span:before,
.st-icon-only.st-multi-color .st-icon-gmail:focus span:before,
.st-icon-only .st-multi-color.st-icon-gmail:focus span:before,
.st-icon-only.st-multi-color.st-icon-gmail:focus span:before,
.st-multi-color .st-icon-only.st-icon-gmail:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail:focus span:before,
.st-icon-r5.st-multi-color .st-icon-gmail:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-gmail:hover span:before,
.st-icon-r5.st-multi-color.st-icon-gmail:hover span:before,
.st-multi-color .st-icon-r5.st-icon-gmail:hover span:before,
.st-icon-r5.st-multi-color .st-icon-gmail:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-gmail:focus span:before,
.st-icon-r5.st-multi-color.st-icon-gmail:focus span:before,
.st-multi-color .st-icon-r5.st-icon-gmail:focus span:before {
  color: #ea877f;
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail > span:after,
.st-icon-only .st-multi-color.st-icon-gmail > span:after,
.st-icon-only.st-multi-color.st-icon-gmail > span:after,
.st-multi-color .st-icon-only.st-icon-gmail > span:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail > span:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail > span:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail > span:after,
.st-icon-r5.st-multi-color .st-icon-gmail > span:after,
.st-icon-r5 .st-multi-color.st-icon-gmail > span:after,
.st-icon-r5.st-multi-color.st-icon-gmail > span:after,
.st-multi-color .st-icon-r5.st-icon-gmail > span:after {
  text-shadow: none;
  content: "\e199";
  color: #aeada4;
  color: rgba(0, 0, 0, 0.26);
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail:hover span:after,
.st-icon-only .st-multi-color.st-icon-gmail:hover span:after,
.st-icon-only.st-multi-color.st-icon-gmail:hover span:after,
.st-multi-color .st-icon-only.st-icon-gmail:hover span:after,
.st-icon-only.st-multi-color .st-icon-gmail:focus span:after,
.st-icon-only .st-multi-color.st-icon-gmail:focus span:after,
.st-icon-only.st-multi-color.st-icon-gmail:focus span:after,
.st-multi-color .st-icon-only.st-icon-gmail:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail:focus span:after,
.st-icon-r5.st-multi-color .st-icon-gmail:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-gmail:hover span:after,
.st-icon-r5.st-multi-color.st-icon-gmail:hover span:after,
.st-multi-color .st-icon-r5.st-icon-gmail:hover span:after,
.st-icon-r5.st-multi-color .st-icon-gmail:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-gmail:focus span:after,
.st-icon-r5.st-multi-color.st-icon-gmail:focus span:after,
.st-multi-color .st-icon-r5.st-icon-gmail:focus span:after {
  color: #cccbc2;
  color: rgba(98, 98, 98, 0.26);
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail:after,
.st-icon-only .st-multi-color.st-icon-gmail:after,
.st-icon-only.st-multi-color.st-icon-gmail:after,
.st-multi-color .st-icon-only.st-icon-gmail:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail:after,
.st-icon-r5.st-multi-color .st-icon-gmail:after,
.st-icon-r5 .st-multi-color.st-icon-gmail:after,
.st-icon-r5.st-multi-color.st-icon-gmail:after,
.st-multi-color .st-icon-r5.st-icon-gmail:after {
  text-shadow: none;
  content: "\e19d";
  color: #eceee3;
  color: rgba(255, 255, 255, 0.15);
}

/* line 8641, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail:hover:after,
.st-icon-only .st-multi-color.st-icon-gmail:hover:after,
.st-icon-only.st-multi-color.st-icon-gmail:hover:after,
.st-multi-color .st-icon-only.st-icon-gmail:hover:after,
.st-icon-only.st-multi-color .st-icon-gmail:focus:after,
.st-icon-only .st-multi-color.st-icon-gmail:focus:after,
.st-icon-only.st-multi-color.st-icon-gmail:focus:after,
.st-multi-color .st-icon-only.st-icon-gmail:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail:focus:after,
.st-icon-r5.st-multi-color .st-icon-gmail:hover:after,
.st-icon-r5 .st-multi-color.st-icon-gmail:hover:after,
.st-icon-r5.st-multi-color.st-icon-gmail:hover:after,
.st-multi-color .st-icon-r5.st-icon-gmail:hover:after,
.st-icon-r5.st-multi-color .st-icon-gmail:focus:after,
.st-icon-r5 .st-multi-color.st-icon-gmail:focus:after,
.st-icon-r5.st-multi-color.st-icon-gmail:focus:after,
.st-multi-color .st-icon-r5.st-icon-gmail:focus:after {
  color: #f3f4ec;
  color: rgba(255, 255, 255, 0.15);
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail-alt:before,
.st-multi-color.st-icon-gmail-alt:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail-alt:hover:before,
.st-multi-color.st-icon-gmail-alt:hover:before,
.st-multi-color .st-icon-gmail-alt:focus:before,
.st-multi-color.st-icon-gmail-alt:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail-alt > span:before,
.st-multi-color.st-icon-gmail-alt > span:before {
  content: "\e197";
  text-shadow: none;
  color: #e0e0e3;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail-alt:hover span:before,
.st-multi-color.st-icon-gmail-alt:hover span:before,
.st-multi-color .st-icon-gmail-alt:focus span:before,
.st-multi-color.st-icon-gmail-alt:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #eaeaee;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail-alt > span:after,
.st-multi-color.st-icon-gmail-alt > span:after {
  content: "\e198";
  color: #dc0000;
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail-alt:hover span:after,
.st-multi-color.st-icon-gmail-alt:hover span:after,
.st-multi-color .st-icon-gmail-alt:focus span:after,
.st-multi-color.st-icon-gmail-alt:focus span:after {
  color: #ff4242;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail-alt:after,
.st-multi-color.st-icon-gmail-alt:after {
  content: "\e19a";
  color: #a3a8af;
  color: rgba(0, 0, 0, 0.26);
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-gmail-alt:hover:after,
.st-multi-color.st-icon-gmail-alt:hover:after,
.st-multi-color .st-icon-gmail-alt:focus:after,
.st-multi-color.st-icon-gmail-alt:focus:after {
  color: #c1c6cd;
  color: rgba(98, 98, 98, 0.26);
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail-alt:before,
.st-icon-only .st-multi-color.st-icon-gmail-alt:before,
.st-icon-only.st-multi-color.st-icon-gmail-alt:before,
.st-multi-color .st-icon-only.st-icon-gmail-alt:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:before,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:before,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:before,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:before,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:before {
  text-shadow: none;
  content: "\e197" !important;
  text-shadow: none;
  color: #e0e0e3;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail-alt:hover:before,
.st-icon-only .st-multi-color.st-icon-gmail-alt:hover:before,
.st-icon-only.st-multi-color.st-icon-gmail-alt:hover:before,
.st-multi-color .st-icon-only.st-icon-gmail-alt:hover:before,
.st-icon-only.st-multi-color .st-icon-gmail-alt:focus:before,
.st-icon-only .st-multi-color.st-icon-gmail-alt:focus:before,
.st-icon-only.st-multi-color.st-icon-gmail-alt:focus:before,
.st-multi-color .st-icon-only.st-icon-gmail-alt:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:focus:before,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:hover:before,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:hover:before,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:hover:before,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:hover:before,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:focus:before,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:focus:before,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:focus:before,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #eaeaee;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail-alt > span:before,
.st-icon-only .st-multi-color.st-icon-gmail-alt > span:before,
.st-icon-only.st-multi-color.st-icon-gmail-alt > span:before,
.st-multi-color .st-icon-only.st-icon-gmail-alt > span:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt > span:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt > span:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt > span:before,
.st-icon-r5.st-multi-color .st-icon-gmail-alt > span:before,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt > span:before,
.st-icon-r5.st-multi-color.st-icon-gmail-alt > span:before,
.st-multi-color .st-icon-r5.st-icon-gmail-alt > span:before {
  text-shadow: none;
  content: "\e198";
  color: #dc0000;
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail-alt:hover span:before,
.st-icon-only .st-multi-color.st-icon-gmail-alt:hover span:before,
.st-icon-only.st-multi-color.st-icon-gmail-alt:hover span:before,
.st-multi-color .st-icon-only.st-icon-gmail-alt:hover span:before,
.st-icon-only.st-multi-color .st-icon-gmail-alt:focus span:before,
.st-icon-only .st-multi-color.st-icon-gmail-alt:focus span:before,
.st-icon-only.st-multi-color.st-icon-gmail-alt:focus span:before,
.st-multi-color .st-icon-only.st-icon-gmail-alt:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:focus span:before,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:hover span:before,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:hover span:before,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:hover span:before,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:focus span:before,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:focus span:before,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:focus span:before {
  color: #ff4242;
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail-alt > span:after,
.st-icon-only .st-multi-color.st-icon-gmail-alt > span:after,
.st-icon-only.st-multi-color.st-icon-gmail-alt > span:after,
.st-multi-color .st-icon-only.st-icon-gmail-alt > span:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt > span:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt > span:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt > span:after,
.st-icon-r5.st-multi-color .st-icon-gmail-alt > span:after,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt > span:after,
.st-icon-r5.st-multi-color.st-icon-gmail-alt > span:after,
.st-multi-color .st-icon-r5.st-icon-gmail-alt > span:after {
  text-shadow: none;
  content: "\e19a";
  color: #a3a8af;
  color: rgba(0, 0, 0, 0.26);
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail-alt:hover span:after,
.st-icon-only .st-multi-color.st-icon-gmail-alt:hover span:after,
.st-icon-only.st-multi-color.st-icon-gmail-alt:hover span:after,
.st-multi-color .st-icon-only.st-icon-gmail-alt:hover span:after,
.st-icon-only.st-multi-color .st-icon-gmail-alt:focus span:after,
.st-icon-only .st-multi-color.st-icon-gmail-alt:focus span:after,
.st-icon-only.st-multi-color.st-icon-gmail-alt:focus span:after,
.st-multi-color .st-icon-only.st-icon-gmail-alt:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:focus span:after,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:hover span:after,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:hover span:after,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:hover span:after,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:focus span:after,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:focus span:after,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:focus span:after {
  color: #c1c6cd;
  color: rgba(98, 98, 98, 0.26);
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail-alt:after,
.st-icon-only .st-multi-color.st-icon-gmail-alt:after,
.st-icon-only.st-multi-color.st-icon-gmail-alt:after,
.st-multi-color .st-icon-only.st-icon-gmail-alt:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:after,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:after,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:after,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:after,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:after {
  text-shadow: none;
  content: "\e19d";
  color: #f1f1f4;
  color: rgba(255, 255, 255, 0.44);
}

/* line 8641, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-gmail-alt:hover:after,
.st-icon-only .st-multi-color.st-icon-gmail-alt:hover:after,
.st-icon-only.st-multi-color.st-icon-gmail-alt:hover:after,
.st-multi-color .st-icon-only.st-icon-gmail-alt:hover:after,
.st-icon-only.st-multi-color .st-icon-gmail-alt:focus:after,
.st-icon-only .st-multi-color.st-icon-gmail-alt:focus:after,
.st-icon-only.st-multi-color.st-icon-gmail-alt:focus:after,
.st-multi-color .st-icon-only.st-icon-gmail-alt:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-gmail-alt:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-gmail-alt:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-gmail-alt:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-gmail-alt:focus:after,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:hover:after,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:hover:after,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:hover:after,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:hover:after,
.st-icon-r5.st-multi-color .st-icon-gmail-alt:focus:after,
.st-icon-r5 .st-multi-color.st-icon-gmail-alt:focus:after,
.st-icon-r5.st-multi-color.st-icon-gmail-alt:focus:after,
.st-multi-color .st-icon-r5.st-icon-gmail-alt:focus:after {
  color: #f6f6f8;
  color: rgba(255, 255, 255, 0.44);
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-instagram:before,
.st-multi-color.st-icon-instagram:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-instagram:hover:before,
.st-multi-color.st-icon-instagram:hover:before,
.st-multi-color .st-icon-instagram:focus:before,
.st-multi-color.st-icon-instagram:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-instagram > span:before,
.st-multi-color.st-icon-instagram > span:before {
  content: "\e220";
  text-shadow: none;
  color: #e0dcd0;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-instagram:hover span:before,
.st-multi-color.st-icon-instagram:hover span:before,
.st-multi-color .st-icon-instagram:focus span:before,
.st-multi-color.st-icon-instagram:focus span:before {
  color: #ece9e0;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-instagram > span:after,
.st-multi-color.st-icon-instagram > span:after {
  content: "\e226";
  color: #c6b8a4;
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-instagram:hover span:after,
.st-multi-color.st-icon-instagram:hover span:after,
.st-multi-color .st-icon-instagram:focus span:after,
.st-multi-color.st-icon-instagram:focus span:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #dbd1c2;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-instagram:after,
.st-multi-color.st-icon-instagram:after {
  content: "\e227";
  color: #8a5747;
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-instagram:hover:after,
.st-multi-color.st-icon-instagram:hover:after,
.st-multi-color .st-icon-instagram:focus:after,
.st-multi-color.st-icon-instagram:focus:after {
  color: #bf8b7b;
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-instagram:before,
.st-icon-only .st-multi-color.st-icon-instagram:before,
.st-icon-only.st-multi-color.st-icon-instagram:before,
.st-multi-color .st-icon-only.st-icon-instagram:before,
.st-icon-rounded5.st-multi-color .st-icon-instagram:before,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:before,
.st-icon-rounded5.st-multi-color.st-icon-instagram:before,
.st-multi-color .st-icon-rounded5.st-icon-instagram:before,
.st-icon-r5.st-multi-color .st-icon-instagram:before,
.st-icon-r5 .st-multi-color.st-icon-instagram:before,
.st-icon-r5.st-multi-color.st-icon-instagram:before,
.st-multi-color .st-icon-r5.st-icon-instagram:before {
  text-shadow: none;
  content: "\e220" !important;
  text-shadow: none;
  color: #e0dcd0;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-instagram:hover:before,
.st-icon-only .st-multi-color.st-icon-instagram:hover:before,
.st-icon-only.st-multi-color.st-icon-instagram:hover:before,
.st-multi-color .st-icon-only.st-icon-instagram:hover:before,
.st-icon-only.st-multi-color .st-icon-instagram:focus:before,
.st-icon-only .st-multi-color.st-icon-instagram:focus:before,
.st-icon-only.st-multi-color.st-icon-instagram:focus:before,
.st-multi-color .st-icon-only.st-icon-instagram:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-instagram:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-instagram:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-instagram:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-instagram:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-instagram:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-instagram:focus:before,
.st-icon-r5.st-multi-color .st-icon-instagram:hover:before,
.st-icon-r5 .st-multi-color.st-icon-instagram:hover:before,
.st-icon-r5.st-multi-color.st-icon-instagram:hover:before,
.st-multi-color .st-icon-r5.st-icon-instagram:hover:before,
.st-icon-r5.st-multi-color .st-icon-instagram:focus:before,
.st-icon-r5 .st-multi-color.st-icon-instagram:focus:before,
.st-icon-r5.st-multi-color.st-icon-instagram:focus:before,
.st-multi-color .st-icon-r5.st-icon-instagram:focus:before {
  color: #ece9e0;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-instagram > span:before,
.st-icon-only .st-multi-color.st-icon-instagram > span:before,
.st-icon-only.st-multi-color.st-icon-instagram > span:before,
.st-multi-color .st-icon-only.st-icon-instagram > span:before,
.st-icon-rounded5.st-multi-color .st-icon-instagram > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-instagram > span:before,
.st-icon-rounded5.st-multi-color.st-icon-instagram > span:before,
.st-multi-color .st-icon-rounded5.st-icon-instagram > span:before,
.st-icon-r5.st-multi-color .st-icon-instagram > span:before,
.st-icon-r5 .st-multi-color.st-icon-instagram > span:before,
.st-icon-r5.st-multi-color.st-icon-instagram > span:before,
.st-multi-color .st-icon-r5.st-icon-instagram > span:before {
  text-shadow: none;
  content: "\e226";
  color: #c6b8a4;
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-instagram:hover span:before,
.st-icon-only .st-multi-color.st-icon-instagram:hover span:before,
.st-icon-only.st-multi-color.st-icon-instagram:hover span:before,
.st-multi-color .st-icon-only.st-icon-instagram:hover span:before,
.st-icon-only.st-multi-color .st-icon-instagram:focus span:before,
.st-icon-only .st-multi-color.st-icon-instagram:focus span:before,
.st-icon-only.st-multi-color.st-icon-instagram:focus span:before,
.st-multi-color .st-icon-only.st-icon-instagram:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-instagram:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-instagram:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-instagram:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-instagram:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-instagram:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-instagram:focus span:before,
.st-icon-r5.st-multi-color .st-icon-instagram:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-instagram:hover span:before,
.st-icon-r5.st-multi-color.st-icon-instagram:hover span:before,
.st-multi-color .st-icon-r5.st-icon-instagram:hover span:before,
.st-icon-r5.st-multi-color .st-icon-instagram:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-instagram:focus span:before,
.st-icon-r5.st-multi-color.st-icon-instagram:focus span:before,
.st-multi-color .st-icon-r5.st-icon-instagram:focus span:before {
  color: #dbd1c2;
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-instagram > span:after,
.st-icon-only .st-multi-color.st-icon-instagram > span:after,
.st-icon-only.st-multi-color.st-icon-instagram > span:after,
.st-multi-color .st-icon-only.st-icon-instagram > span:after,
.st-icon-rounded5.st-multi-color .st-icon-instagram > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-instagram > span:after,
.st-icon-rounded5.st-multi-color.st-icon-instagram > span:after,
.st-multi-color .st-icon-rounded5.st-icon-instagram > span:after,
.st-icon-r5.st-multi-color .st-icon-instagram > span:after,
.st-icon-r5 .st-multi-color.st-icon-instagram > span:after,
.st-icon-r5.st-multi-color.st-icon-instagram > span:after,
.st-multi-color .st-icon-r5.st-icon-instagram > span:after {
  text-shadow: none;
  content: "\e229";
  color: #3e4647;
  color: rgba(1, 9, 10, 0.77);
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-instagram:hover span:after,
.st-icon-only .st-multi-color.st-icon-instagram:hover span:after,
.st-icon-only.st-multi-color.st-icon-instagram:hover span:after,
.st-multi-color .st-icon-only.st-icon-instagram:hover span:after,
.st-icon-only.st-multi-color .st-icon-instagram:focus span:after,
.st-icon-only .st-multi-color.st-icon-instagram:focus span:after,
.st-icon-only.st-multi-color.st-icon-instagram:focus span:after,
.st-multi-color .st-icon-only.st-icon-instagram:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-instagram:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-instagram:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-instagram:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-instagram:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-instagram:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-instagram:focus span:after,
.st-icon-r5.st-multi-color .st-icon-instagram:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-instagram:hover span:after,
.st-icon-r5.st-multi-color.st-icon-instagram:hover span:after,
.st-multi-color .st-icon-r5.st-icon-instagram:hover span:after,
.st-icon-r5.st-multi-color .st-icon-instagram:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-instagram:focus span:after,
.st-icon-r5.st-multi-color.st-icon-instagram:focus span:after,
.st-multi-color .st-icon-r5.st-icon-instagram:focus span:after {
  color: white;
  color: rgba(18, 166, 185, 0.27);
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-instagram:after,
.st-icon-only .st-multi-color.st-icon-instagram:after,
.st-icon-only.st-multi-color.st-icon-instagram:after,
.st-multi-color .st-icon-only.st-icon-instagram:after,
.st-icon-rounded5.st-multi-color .st-icon-instagram:after,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:after,
.st-icon-rounded5.st-multi-color.st-icon-instagram:after,
.st-multi-color .st-icon-rounded5.st-icon-instagram:after,
.st-icon-r5.st-multi-color .st-icon-instagram:after,
.st-icon-r5 .st-multi-color.st-icon-instagram:after,
.st-icon-r5.st-multi-color.st-icon-instagram:after,
.st-multi-color .st-icon-r5.st-icon-instagram:after {
  text-shadow: none;
  content: "\e227";
  color: #8a5747;
}

/* line 8641, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-instagram:hover:after,
.st-icon-only .st-multi-color.st-icon-instagram:hover:after,
.st-icon-only.st-multi-color.st-icon-instagram:hover:after,
.st-multi-color .st-icon-only.st-icon-instagram:hover:after,
.st-icon-only.st-multi-color .st-icon-instagram:focus:after,
.st-icon-only .st-multi-color.st-icon-instagram:focus:after,
.st-icon-only.st-multi-color.st-icon-instagram:focus:after,
.st-multi-color .st-icon-only.st-icon-instagram:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-instagram:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-instagram:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-instagram:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-instagram:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-instagram:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-instagram:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-instagram:focus:after,
.st-icon-r5.st-multi-color .st-icon-instagram:hover:after,
.st-icon-r5 .st-multi-color.st-icon-instagram:hover:after,
.st-icon-r5.st-multi-color.st-icon-instagram:hover:after,
.st-multi-color .st-icon-r5.st-icon-instagram:hover:after,
.st-icon-r5.st-multi-color .st-icon-instagram:focus:after,
.st-icon-r5 .st-multi-color.st-icon-instagram:focus:after,
.st-icon-r5.st-multi-color.st-icon-instagram:focus:after,
.st-multi-color .st-icon-r5.st-icon-instagram:focus:after {
  color: #bf8b7b;
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube:before,
.st-multi-color.st-icon-youtube:before {
  text-shadow: none;
  content: "\e002";
  color: #d22222;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube:hover:before,
.st-multi-color.st-icon-youtube:hover:before,
.st-multi-color .st-icon-youtube:focus:before,
.st-multi-color.st-icon-youtube:focus:before {
  text-shadow: none;
  color: #e86969;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube > span:before,
.st-multi-color.st-icon-youtube > span:before {
  content: "\e417";
  text-shadow: none;
  color: #d22222;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube:hover span:before,
.st-multi-color.st-icon-youtube:hover span:before,
.st-multi-color .st-icon-youtube:focus span:before,
.st-multi-color.st-icon-youtube:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #e86969;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube > span:after,
.st-multi-color.st-icon-youtube > span:after {
  content: "\e410";
  color: #a8a8a8;
  color: rgba(0, 0, 0, 0.3);
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube:hover span:after,
.st-multi-color.st-icon-youtube:hover span:after,
.st-multi-color .st-icon-youtube:focus span:after,
.st-multi-color.st-icon-youtube:focus span:after {
  color: #c6c6c6;
  color: rgba(98, 98, 98, 0.3);
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube:after,
.st-multi-color.st-icon-youtube:after {
  content: "\e416";
  color: #f1f1f1;
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube:hover:after,
.st-multi-color.st-icon-youtube:hover:after,
.st-multi-color .st-icon-youtube:focus:after,
.st-multi-color.st-icon-youtube:focus:after {
  color: #f6f6f6;
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube:before,
.st-icon-only .st-multi-color.st-icon-youtube:before,
.st-icon-only.st-multi-color.st-icon-youtube:before,
.st-multi-color .st-icon-only.st-icon-youtube:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube:before,
.st-icon-r5.st-multi-color .st-icon-youtube:before,
.st-icon-r5 .st-multi-color.st-icon-youtube:before,
.st-icon-r5.st-multi-color.st-icon-youtube:before,
.st-multi-color .st-icon-r5.st-icon-youtube:before {
  text-shadow: none;
  content: "\e417" !important;
  text-shadow: none;
  color: #f1f1f1;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube:hover:before,
.st-icon-only .st-multi-color.st-icon-youtube:hover:before,
.st-icon-only.st-multi-color.st-icon-youtube:hover:before,
.st-multi-color .st-icon-only.st-icon-youtube:hover:before,
.st-icon-only.st-multi-color .st-icon-youtube:focus:before,
.st-icon-only .st-multi-color.st-icon-youtube:focus:before,
.st-icon-only.st-multi-color.st-icon-youtube:focus:before,
.st-multi-color .st-icon-only.st-icon-youtube:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube:focus:before,
.st-icon-r5.st-multi-color .st-icon-youtube:hover:before,
.st-icon-r5 .st-multi-color.st-icon-youtube:hover:before,
.st-icon-r5.st-multi-color.st-icon-youtube:hover:before,
.st-multi-color .st-icon-r5.st-icon-youtube:hover:before,
.st-icon-r5.st-multi-color .st-icon-youtube:focus:before,
.st-icon-r5 .st-multi-color.st-icon-youtube:focus:before,
.st-icon-r5.st-multi-color.st-icon-youtube:focus:before,
.st-multi-color .st-icon-r5.st-icon-youtube:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f6f6f6;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube > span:before,
.st-icon-only .st-multi-color.st-icon-youtube > span:before,
.st-icon-only.st-multi-color.st-icon-youtube > span:before,
.st-multi-color .st-icon-only.st-icon-youtube > span:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube > span:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube > span:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube > span:before,
.st-icon-r5.st-multi-color .st-icon-youtube > span:before,
.st-icon-r5 .st-multi-color.st-icon-youtube > span:before,
.st-icon-r5.st-multi-color.st-icon-youtube > span:before,
.st-multi-color .st-icon-r5.st-icon-youtube > span:before {
  text-shadow: none;
  content: "";
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube > span:after,
.st-icon-only .st-multi-color.st-icon-youtube > span:after,
.st-icon-only.st-multi-color.st-icon-youtube > span:after,
.st-multi-color .st-icon-only.st-icon-youtube > span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube > span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube > span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube > span:after,
.st-icon-r5.st-multi-color .st-icon-youtube > span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube > span:after,
.st-icon-r5.st-multi-color.st-icon-youtube > span:after,
.st-multi-color .st-icon-r5.st-icon-youtube > span:after {
  text-shadow: none;
  content: "\e410";
  color: #a8a8a8;
  color: rgba(0, 0, 0, 0.3);
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube:hover span:after,
.st-icon-only .st-multi-color.st-icon-youtube:hover span:after,
.st-icon-only.st-multi-color.st-icon-youtube:hover span:after,
.st-multi-color .st-icon-only.st-icon-youtube:hover span:after,
.st-icon-only.st-multi-color .st-icon-youtube:focus span:after,
.st-icon-only .st-multi-color.st-icon-youtube:focus span:after,
.st-icon-only.st-multi-color.st-icon-youtube:focus span:after,
.st-multi-color .st-icon-only.st-icon-youtube:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube:focus span:after,
.st-icon-r5.st-multi-color .st-icon-youtube:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube:hover span:after,
.st-icon-r5.st-multi-color.st-icon-youtube:hover span:after,
.st-multi-color .st-icon-r5.st-icon-youtube:hover span:after,
.st-icon-r5.st-multi-color .st-icon-youtube:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube:focus span:after,
.st-icon-r5.st-multi-color.st-icon-youtube:focus span:after,
.st-multi-color .st-icon-r5.st-icon-youtube:focus span:after {
  color: #c6c6c6;
  color: rgba(98, 98, 98, 0.3);
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube:after,
.st-icon-only .st-multi-color.st-icon-youtube:after,
.st-icon-only.st-multi-color.st-icon-youtube:after,
.st-multi-color .st-icon-only.st-icon-youtube:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube:after,
.st-icon-r5.st-multi-color .st-icon-youtube:after,
.st-icon-r5 .st-multi-color.st-icon-youtube:after,
.st-icon-r5.st-multi-color.st-icon-youtube:after,
.st-multi-color .st-icon-r5.st-icon-youtube:after {
  text-shadow: none;
  content: "\e416";
  color: #d22222;
}

/* line 8641, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube:hover:after,
.st-icon-only .st-multi-color.st-icon-youtube:hover:after,
.st-icon-only.st-multi-color.st-icon-youtube:hover:after,
.st-multi-color .st-icon-only.st-icon-youtube:hover:after,
.st-icon-only.st-multi-color .st-icon-youtube:focus:after,
.st-icon-only .st-multi-color.st-icon-youtube:focus:after,
.st-icon-only.st-multi-color.st-icon-youtube:focus:after,
.st-multi-color .st-icon-only.st-icon-youtube:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube:focus:after,
.st-icon-r5.st-multi-color .st-icon-youtube:hover:after,
.st-icon-r5 .st-multi-color.st-icon-youtube:hover:after,
.st-icon-r5.st-multi-color.st-icon-youtube:hover:after,
.st-multi-color .st-icon-r5.st-icon-youtube:hover:after,
.st-icon-r5.st-multi-color .st-icon-youtube:focus:after,
.st-icon-r5 .st-multi-color.st-icon-youtube:focus:after,
.st-icon-r5.st-multi-color.st-icon-youtube:focus:after,
.st-multi-color .st-icon-r5.st-icon-youtube:focus:after {
  color: #e86969;
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube2:before,
.st-multi-color.st-icon-youtube2:before {
  text-shadow: none;
  content: "\e002";
  color: #f1f1f1;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube2:hover:before,
.st-multi-color.st-icon-youtube2:hover:before,
.st-multi-color .st-icon-youtube2:focus:before,
.st-multi-color.st-icon-youtube2:focus:before {
  text-shadow: none;
  color: #f6f6f6;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube2 > span:before,
.st-multi-color.st-icon-youtube2 > span:before {
  content: "\e417";
  text-shadow: none;
  color: #f1f1f1;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube2:hover span:before,
.st-multi-color.st-icon-youtube2:hover span:before,
.st-multi-color .st-icon-youtube2:focus span:before,
.st-multi-color.st-icon-youtube2:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f6f6f6;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube2 > span:after,
.st-multi-color.st-icon-youtube2 > span:after {
  content: "\e410";
  color: #991717;
  color: rgba(0, 0, 0, 0.35);
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube2:hover span:after,
.st-multi-color.st-icon-youtube2:hover span:after,
.st-multi-color .st-icon-youtube2:focus span:after,
.st-multi-color.st-icon-youtube2:focus span:after {
  color: #f6f6f6;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube2:after,
.st-multi-color.st-icon-youtube2:after {
  content: "\e416";
  color: #d22222;
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube2:hover:after,
.st-multi-color.st-icon-youtube2:hover:after,
.st-multi-color .st-icon-youtube2:focus:after,
.st-multi-color.st-icon-youtube2:focus:after {
  color: #e86969;
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube2:before,
.st-icon-only .st-multi-color.st-icon-youtube2:before,
.st-icon-only.st-multi-color.st-icon-youtube2:before,
.st-multi-color .st-icon-only.st-icon-youtube2:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube2:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube2:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube2:before,
.st-icon-r5.st-multi-color .st-icon-youtube2:before,
.st-icon-r5 .st-multi-color.st-icon-youtube2:before,
.st-icon-r5.st-multi-color.st-icon-youtube2:before,
.st-multi-color .st-icon-r5.st-icon-youtube2:before {
  text-shadow: none;
  content: "\e417" !important;
  text-shadow: none;
  color: #f1f1f1;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube2:hover:before,
.st-icon-only .st-multi-color.st-icon-youtube2:hover:before,
.st-icon-only.st-multi-color.st-icon-youtube2:hover:before,
.st-multi-color .st-icon-only.st-icon-youtube2:hover:before,
.st-icon-only.st-multi-color .st-icon-youtube2:focus:before,
.st-icon-only .st-multi-color.st-icon-youtube2:focus:before,
.st-icon-only.st-multi-color.st-icon-youtube2:focus:before,
.st-multi-color .st-icon-only.st-icon-youtube2:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube2:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube2:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube2:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube2:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube2:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube2:focus:before,
.st-icon-r5.st-multi-color .st-icon-youtube2:hover:before,
.st-icon-r5 .st-multi-color.st-icon-youtube2:hover:before,
.st-icon-r5.st-multi-color.st-icon-youtube2:hover:before,
.st-multi-color .st-icon-r5.st-icon-youtube2:hover:before,
.st-icon-r5.st-multi-color .st-icon-youtube2:focus:before,
.st-icon-r5 .st-multi-color.st-icon-youtube2:focus:before,
.st-icon-r5.st-multi-color.st-icon-youtube2:focus:before,
.st-multi-color .st-icon-r5.st-icon-youtube2:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #f6f6f6;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube2 > span:before,
.st-icon-only .st-multi-color.st-icon-youtube2 > span:before,
.st-icon-only.st-multi-color.st-icon-youtube2 > span:before,
.st-multi-color .st-icon-only.st-icon-youtube2 > span:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube2 > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2 > span:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube2 > span:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube2 > span:before,
.st-icon-r5.st-multi-color .st-icon-youtube2 > span:before,
.st-icon-r5 .st-multi-color.st-icon-youtube2 > span:before,
.st-icon-r5.st-multi-color.st-icon-youtube2 > span:before,
.st-multi-color .st-icon-r5.st-icon-youtube2 > span:before {
  text-shadow: none;
  content: "";
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube2 > span:after,
.st-icon-only .st-multi-color.st-icon-youtube2 > span:after,
.st-icon-only.st-multi-color.st-icon-youtube2 > span:after,
.st-multi-color .st-icon-only.st-icon-youtube2 > span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube2 > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2 > span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube2 > span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube2 > span:after,
.st-icon-r5.st-multi-color .st-icon-youtube2 > span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube2 > span:after,
.st-icon-r5.st-multi-color.st-icon-youtube2 > span:after,
.st-multi-color .st-icon-r5.st-icon-youtube2 > span:after {
  text-shadow: none;
  content: "\e410";
  color: #a8a8a8;
  color: rgba(0, 0, 0, 0.3);
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube2:hover span:after,
.st-icon-only .st-multi-color.st-icon-youtube2:hover span:after,
.st-icon-only.st-multi-color.st-icon-youtube2:hover span:after,
.st-multi-color .st-icon-only.st-icon-youtube2:hover span:after,
.st-icon-only.st-multi-color .st-icon-youtube2:focus span:after,
.st-icon-only .st-multi-color.st-icon-youtube2:focus span:after,
.st-icon-only.st-multi-color.st-icon-youtube2:focus span:after,
.st-multi-color .st-icon-only.st-icon-youtube2:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube2:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube2:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube2:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube2:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube2:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube2:focus span:after,
.st-icon-r5.st-multi-color .st-icon-youtube2:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube2:hover span:after,
.st-icon-r5.st-multi-color.st-icon-youtube2:hover span:after,
.st-multi-color .st-icon-r5.st-icon-youtube2:hover span:after,
.st-icon-r5.st-multi-color .st-icon-youtube2:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube2:focus span:after,
.st-icon-r5.st-multi-color.st-icon-youtube2:focus span:after,
.st-multi-color .st-icon-r5.st-icon-youtube2:focus span:after {
  color: #c6c6c6;
  color: rgba(98, 98, 98, 0.3);
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube2:after,
.st-icon-only .st-multi-color.st-icon-youtube2:after,
.st-icon-only.st-multi-color.st-icon-youtube2:after,
.st-multi-color .st-icon-only.st-icon-youtube2:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube2:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube2:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube2:after,
.st-icon-r5.st-multi-color .st-icon-youtube2:after,
.st-icon-r5 .st-multi-color.st-icon-youtube2:after,
.st-icon-r5.st-multi-color.st-icon-youtube2:after,
.st-multi-color .st-icon-r5.st-icon-youtube2:after {
  text-shadow: none;
  content: "\e416";
  color: #d22222;
}

/* line 8641, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube2:hover:after,
.st-icon-only .st-multi-color.st-icon-youtube2:hover:after,
.st-icon-only.st-multi-color.st-icon-youtube2:hover:after,
.st-multi-color .st-icon-only.st-icon-youtube2:hover:after,
.st-icon-only.st-multi-color .st-icon-youtube2:focus:after,
.st-icon-only .st-multi-color.st-icon-youtube2:focus:after,
.st-icon-only.st-multi-color.st-icon-youtube2:focus:after,
.st-multi-color .st-icon-only.st-icon-youtube2:focus:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube2:hover:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2:hover:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube2:hover:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube2:hover:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube2:focus:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube2:focus:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube2:focus:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube2:focus:after,
.st-icon-r5.st-multi-color .st-icon-youtube2:hover:after,
.st-icon-r5 .st-multi-color.st-icon-youtube2:hover:after,
.st-icon-r5.st-multi-color.st-icon-youtube2:hover:after,
.st-multi-color .st-icon-r5.st-icon-youtube2:hover:after,
.st-icon-r5.st-multi-color .st-icon-youtube2:focus:after,
.st-icon-r5 .st-multi-color.st-icon-youtube2:focus:after,
.st-icon-r5.st-multi-color.st-icon-youtube2:focus:after,
.st-multi-color .st-icon-r5.st-icon-youtube2:focus:after {
  color: #e86969;
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt:before,
.st-multi-color.st-icon-youtube-alt:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt:hover:before,
.st-multi-color.st-icon-youtube-alt:hover:before,
.st-multi-color .st-icon-youtube-alt:focus:before,
.st-multi-color.st-icon-youtube-alt:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt > span:before,
.st-multi-color.st-icon-youtube-alt > span:before {
  content: "\e427";
  text-shadow: none;
  color: #282828;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt:hover span:before,
.st-multi-color.st-icon-youtube-alt:hover span:before,
.st-multi-color .st-icon-youtube-alt:focus span:before,
.st-multi-color.st-icon-youtube-alt:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #7b7b7b;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt > span:after,
.st-multi-color.st-icon-youtube-alt > span:after {
  content: "\e428";
  text-shadow: none;
  color: #af2b26;
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt:hover span:after,
.st-multi-color.st-icon-youtube-alt:hover span:after,
.st-multi-color .st-icon-youtube-alt:focus span:after,
.st-multi-color.st-icon-youtube-alt:focus span:after {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #de645f;
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt:after,
.st-multi-color.st-icon-youtube-alt:after {
  content: "\e429";
  color: white;
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-youtube-alt:hover:after,
.st-multi-color.st-icon-youtube-alt:hover:after,
.st-multi-color .st-icon-youtube-alt:focus:after,
.st-multi-color.st-icon-youtube-alt:focus:after {
  color: white;
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt:before {
  text-shadow: none;
  content: "\e427" !important;
  text-shadow: none;
  color: #282828;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt:hover:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt:hover:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt:hover:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt:hover:before,
.st-icon-only.st-multi-color .st-icon-youtube-alt:focus:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt:focus:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt:focus:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt:focus:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt:hover:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt:hover:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt:hover:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt:hover:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt:focus:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt:focus:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt:focus:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #7b7b7b;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt > span:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt > span:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt > span:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt > span:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt > span:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt > span:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt > span:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt > span:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt > span:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt > span:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt > span:before {
  text-shadow: none;
  content: "\e428";
  text-shadow: none;
  color: #af2b26;
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt:hover span:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt:hover span:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt:hover span:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt:hover span:before,
.st-icon-only.st-multi-color .st-icon-youtube-alt:focus span:before,
.st-icon-only .st-multi-color.st-icon-youtube-alt:focus span:before,
.st-icon-only.st-multi-color.st-icon-youtube-alt:focus span:before,
.st-multi-color .st-icon-only.st-icon-youtube-alt:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt:focus span:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt:hover span:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt:hover span:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt:hover span:before,
.st-icon-r5.st-multi-color .st-icon-youtube-alt:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt:focus span:before,
.st-icon-r5.st-multi-color.st-icon-youtube-alt:focus span:before,
.st-multi-color .st-icon-r5.st-icon-youtube-alt:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #de645f;
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt > span:after,
.st-icon-only .st-multi-color.st-icon-youtube-alt > span:after,
.st-icon-only.st-multi-color.st-icon-youtube-alt > span:after,
.st-multi-color .st-icon-only.st-icon-youtube-alt > span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt > span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt > span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt > span:after,
.st-icon-r5.st-multi-color .st-icon-youtube-alt > span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt > span:after,
.st-icon-r5.st-multi-color.st-icon-youtube-alt > span:after,
.st-multi-color .st-icon-r5.st-icon-youtube-alt > span:after {
  text-shadow: none;
  content: "\e429";
  color: white;
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt:hover span:after,
.st-icon-only .st-multi-color.st-icon-youtube-alt:hover span:after,
.st-icon-only.st-multi-color.st-icon-youtube-alt:hover span:after,
.st-multi-color .st-icon-only.st-icon-youtube-alt:hover span:after,
.st-icon-only.st-multi-color .st-icon-youtube-alt:focus span:after,
.st-icon-only .st-multi-color.st-icon-youtube-alt:focus span:after,
.st-icon-only.st-multi-color.st-icon-youtube-alt:focus span:after,
.st-multi-color .st-icon-only.st-icon-youtube-alt:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt:focus span:after,
.st-icon-r5.st-multi-color .st-icon-youtube-alt:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt:hover span:after,
.st-icon-r5.st-multi-color.st-icon-youtube-alt:hover span:after,
.st-multi-color .st-icon-r5.st-icon-youtube-alt:hover span:after,
.st-icon-r5.st-multi-color .st-icon-youtube-alt:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt:focus span:after,
.st-icon-r5.st-multi-color.st-icon-youtube-alt:focus span:after,
.st-multi-color .st-icon-r5.st-icon-youtube-alt:focus span:after {
  color: white;
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-youtube-alt:after,
.st-icon-only .st-multi-color.st-icon-youtube-alt:after,
.st-icon-only.st-multi-color.st-icon-youtube-alt:after,
.st-multi-color .st-icon-only.st-icon-youtube-alt:after,
.st-icon-rounded5.st-multi-color .st-icon-youtube-alt:after,
.st-icon-rounded5 .st-multi-color.st-icon-youtube-alt:after,
.st-icon-rounded5.st-multi-color.st-icon-youtube-alt:after,
.st-multi-color .st-icon-rounded5.st-icon-youtube-alt:after,
.st-icon-r5.st-multi-color .st-icon-youtube-alt:after,
.st-icon-r5 .st-multi-color.st-icon-youtube-alt:after,
.st-icon-r5.st-multi-color.st-icon-youtube-alt:after,
.st-multi-color .st-icon-r5.st-icon-youtube-alt:after {
  text-shadow: none;
}

/* line 4809, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search-alt:before,
.st-multi-color.st-icon-search-alt:before {
  text-shadow: none;
  content: "\e002";
  color: #ececec;
}

/* line 5086, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search-alt:hover:before,
.st-multi-color.st-icon-search-alt:hover:before,
.st-multi-color .st-icon-search-alt:focus:before,
.st-multi-color.st-icon-search-alt:focus:before {
  text-shadow: none;
  color: #f3f3f3;
}

/* line 5235, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search-alt > span:before,
.st-multi-color.st-icon-search-alt > span:before {
  content: "\e066";
  text-shadow: none;
  color: #555555;
}

/* line 5554, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search-alt:hover span:before,
.st-multi-color.st-icon-search-alt:hover span:before,
.st-multi-color .st-icon-search-alt:focus span:before,
.st-multi-color.st-icon-search-alt:focus span:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #909090;
}

/* line 5829, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search-alt > span:after,
.st-multi-color.st-icon-search-alt > span:after {
  content: "\e067";
  color: #d1ecec;
  color: rgba(170, 238, 238, 0.4);
}

/* line 6157, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search-alt:hover span:after,
.st-multi-color.st-icon-search-alt:hover span:after,
.st-multi-color .st-icon-search-alt:focus span:after,
.st-multi-color.st-icon-search-alt:focus span:after {
  color: #e1f3f3;
  color: rgba(199, 244, 244, 0.4);
}

/* line 6394, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search-alt:after,
.st-multi-color.st-icon-search-alt:after {
  content: "\e069";
  color: white;
  color: rgba(255, 255, 255, 0.7);
}

/* line 6737, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-multi-color .st-icon-search-alt:hover:after,
.st-multi-color.st-icon-search-alt:hover:after,
.st-multi-color .st-icon-search-alt:focus:after,
.st-multi-color.st-icon-search-alt:focus:after {
  color: white;
  color: rgba(255, 255, 255, 0.7);
}

/* line 7035, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search-alt:before,
.st-icon-only .st-multi-color.st-icon-search-alt:before,
.st-icon-only.st-multi-color.st-icon-search-alt:before,
.st-multi-color .st-icon-only.st-icon-search-alt:before,
.st-icon-rounded5.st-multi-color .st-icon-search-alt:before,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt:before,
.st-icon-rounded5.st-multi-color.st-icon-search-alt:before,
.st-multi-color .st-icon-rounded5.st-icon-search-alt:before,
.st-icon-r5.st-multi-color .st-icon-search-alt:before,
.st-icon-r5 .st-multi-color.st-icon-search-alt:before,
.st-icon-r5.st-multi-color.st-icon-search-alt:before,
.st-multi-color .st-icon-r5.st-icon-search-alt:before {
  text-shadow: none;
  content: "\e066" !important;
  text-shadow: none;
  color: #555555;
}

/* line 7317, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search-alt:hover:before,
.st-icon-only .st-multi-color.st-icon-search-alt:hover:before,
.st-icon-only.st-multi-color.st-icon-search-alt:hover:before,
.st-multi-color .st-icon-only.st-icon-search-alt:hover:before,
.st-icon-only.st-multi-color .st-icon-search-alt:focus:before,
.st-icon-only .st-multi-color.st-icon-search-alt:focus:before,
.st-icon-only.st-multi-color.st-icon-search-alt:focus:before,
.st-multi-color .st-icon-only.st-icon-search-alt:focus:before,
.st-icon-rounded5.st-multi-color .st-icon-search-alt:hover:before,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt:hover:before,
.st-icon-rounded5.st-multi-color.st-icon-search-alt:hover:before,
.st-multi-color .st-icon-rounded5.st-icon-search-alt:hover:before,
.st-icon-rounded5.st-multi-color .st-icon-search-alt:focus:before,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt:focus:before,
.st-icon-rounded5.st-multi-color.st-icon-search-alt:focus:before,
.st-multi-color .st-icon-rounded5.st-icon-search-alt:focus:before,
.st-icon-r5.st-multi-color .st-icon-search-alt:hover:before,
.st-icon-r5 .st-multi-color.st-icon-search-alt:hover:before,
.st-icon-r5.st-multi-color.st-icon-search-alt:hover:before,
.st-multi-color .st-icon-r5.st-icon-search-alt:hover:before,
.st-icon-r5.st-multi-color .st-icon-search-alt:focus:before,
.st-icon-r5 .st-multi-color.st-icon-search-alt:focus:before,
.st-icon-r5.st-multi-color.st-icon-search-alt:focus:before,
.st-multi-color .st-icon-r5.st-icon-search-alt:focus:before {
  text-shadow: 0 1px 1px #999999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.395);
  color: #909090;
}

/* line 7559, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search-alt > span:before,
.st-icon-only .st-multi-color.st-icon-search-alt > span:before,
.st-icon-only.st-multi-color.st-icon-search-alt > span:before,
.st-multi-color .st-icon-only.st-icon-search-alt > span:before,
.st-icon-rounded5.st-multi-color .st-icon-search-alt > span:before,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt > span:before,
.st-icon-rounded5.st-multi-color.st-icon-search-alt > span:before,
.st-multi-color .st-icon-rounded5.st-icon-search-alt > span:before,
.st-icon-r5.st-multi-color .st-icon-search-alt > span:before,
.st-icon-r5 .st-multi-color.st-icon-search-alt > span:before,
.st-icon-r5.st-multi-color.st-icon-search-alt > span:before,
.st-multi-color .st-icon-r5.st-icon-search-alt > span:before {
  text-shadow: none;
  content: "\e067";
  color: #d1ecec;
  color: rgba(170, 238, 238, 0.4);
}

/* line 7808, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search-alt:hover span:before,
.st-icon-only .st-multi-color.st-icon-search-alt:hover span:before,
.st-icon-only.st-multi-color.st-icon-search-alt:hover span:before,
.st-multi-color .st-icon-only.st-icon-search-alt:hover span:before,
.st-icon-only.st-multi-color .st-icon-search-alt:focus span:before,
.st-icon-only .st-multi-color.st-icon-search-alt:focus span:before,
.st-icon-only.st-multi-color.st-icon-search-alt:focus span:before,
.st-multi-color .st-icon-only.st-icon-search-alt:focus span:before,
.st-icon-rounded5.st-multi-color .st-icon-search-alt:hover span:before,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt:hover span:before,
.st-icon-rounded5.st-multi-color.st-icon-search-alt:hover span:before,
.st-multi-color .st-icon-rounded5.st-icon-search-alt:hover span:before,
.st-icon-rounded5.st-multi-color .st-icon-search-alt:focus span:before,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt:focus span:before,
.st-icon-rounded5.st-multi-color.st-icon-search-alt:focus span:before,
.st-multi-color .st-icon-rounded5.st-icon-search-alt:focus span:before,
.st-icon-r5.st-multi-color .st-icon-search-alt:hover span:before,
.st-icon-r5 .st-multi-color.st-icon-search-alt:hover span:before,
.st-icon-r5.st-multi-color.st-icon-search-alt:hover span:before,
.st-multi-color .st-icon-r5.st-icon-search-alt:hover span:before,
.st-icon-r5.st-multi-color .st-icon-search-alt:focus span:before,
.st-icon-r5 .st-multi-color.st-icon-search-alt:focus span:before,
.st-icon-r5.st-multi-color.st-icon-search-alt:focus span:before,
.st-multi-color .st-icon-r5.st-icon-search-alt:focus span:before {
  color: #e1f3f3;
  color: rgba(199, 244, 244, 0.4);
}

/* line 7995, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search-alt > span:after,
.st-icon-only .st-multi-color.st-icon-search-alt > span:after,
.st-icon-only.st-multi-color.st-icon-search-alt > span:after,
.st-multi-color .st-icon-only.st-icon-search-alt > span:after,
.st-icon-rounded5.st-multi-color .st-icon-search-alt > span:after,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt > span:after,
.st-icon-rounded5.st-multi-color.st-icon-search-alt > span:after,
.st-multi-color .st-icon-rounded5.st-icon-search-alt > span:after,
.st-icon-r5.st-multi-color .st-icon-search-alt > span:after,
.st-icon-r5 .st-multi-color.st-icon-search-alt > span:after,
.st-icon-r5.st-multi-color.st-icon-search-alt > span:after,
.st-multi-color .st-icon-r5.st-icon-search-alt > span:after {
  text-shadow: none;
  content: "\e069";
  color: white;
  color: rgba(255, 255, 255, 0.7);
}

/* line 8242, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search-alt:hover span:after,
.st-icon-only .st-multi-color.st-icon-search-alt:hover span:after,
.st-icon-only.st-multi-color.st-icon-search-alt:hover span:after,
.st-multi-color .st-icon-only.st-icon-search-alt:hover span:after,
.st-icon-only.st-multi-color .st-icon-search-alt:focus span:after,
.st-icon-only .st-multi-color.st-icon-search-alt:focus span:after,
.st-icon-only.st-multi-color.st-icon-search-alt:focus span:after,
.st-multi-color .st-icon-only.st-icon-search-alt:focus span:after,
.st-icon-rounded5.st-multi-color .st-icon-search-alt:hover span:after,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt:hover span:after,
.st-icon-rounded5.st-multi-color.st-icon-search-alt:hover span:after,
.st-multi-color .st-icon-rounded5.st-icon-search-alt:hover span:after,
.st-icon-rounded5.st-multi-color .st-icon-search-alt:focus span:after,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt:focus span:after,
.st-icon-rounded5.st-multi-color.st-icon-search-alt:focus span:after,
.st-multi-color .st-icon-rounded5.st-icon-search-alt:focus span:after,
.st-icon-r5.st-multi-color .st-icon-search-alt:hover span:after,
.st-icon-r5 .st-multi-color.st-icon-search-alt:hover span:after,
.st-icon-r5.st-multi-color.st-icon-search-alt:hover span:after,
.st-multi-color .st-icon-r5.st-icon-search-alt:hover span:after,
.st-icon-r5.st-multi-color .st-icon-search-alt:focus span:after,
.st-icon-r5 .st-multi-color.st-icon-search-alt:focus span:after,
.st-icon-r5.st-multi-color.st-icon-search-alt:focus span:after,
.st-multi-color .st-icon-r5.st-icon-search-alt:focus span:after {
  color: white;
  color: rgba(255, 255, 255, 0.7);
}

/* line 8437, ../scss/stackicons-social-minimal/_multi-color-css-stackicons-social-minimal.scss */
.st-icon-only.st-multi-color .st-icon-search-alt:after,
.st-icon-only .st-multi-color.st-icon-search-alt:after,
.st-icon-only.st-multi-color.st-icon-search-alt:after,
.st-multi-color .st-icon-only.st-icon-search-alt:after,
.st-icon-rounded5.st-multi-color .st-icon-search-alt:after,
.st-icon-rounded5 .st-multi-color.st-icon-search-alt:after,
.st-icon-rounded5.st-multi-color.st-icon-search-alt:after,
.st-multi-color .st-icon-rounded5.st-icon-search-alt:after,
.st-icon-r5.st-multi-color .st-icon-search-alt:after,
.st-icon-r5 .st-multi-color.st-icon-search-alt:after,
.st-icon-r5.st-multi-color.st-icon-search-alt:after,
.st-multi-color .st-icon-r5.st-icon-search-alt:after {
  text-shadow: none;
}

/* There are 6 button classes (parent or icon)

  - .st-icon-square:      square button shape
  also:   
    .st-icon-sq
    .st-icon-rounded0
    .st-icon-r0

  - .st-icon-rounded1:    slightly rounded button (Android)
  also:
    .st-icon-r1

  - .st-icon-rounded2:    rounded button
  also:
    .st-icon-rounded
    .st-icon-r2

  - .st-icon-rounded3:    more rounded button (iOS 7)
  also:
    .st-icon-r3

  - .st-icon-circle:      circle button
  also:
    .st-icon-cir
    .st-icon-rounded4
    .st-icon-r4

  - .st-icon-only:        no button, icon only
  also:
    .st-icon-rounded5 (yes, it's not actually rounded)
    .st-icon-r5
*/
/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-adn:before,
.st-icon-square.st-multi-color.st-icon-adn:before,
.st-icon-square .st-multi-color.st-icon-adn:before,
.st-icon-sq.st-multi-color .st-icon-adn:before,
.st-icon-sq.st-multi-color.st-icon-adn:before,
.st-icon-sq .st-multi-color.st-icon-adn:before,
.st-icon-rounded0.st-multi-color .st-icon-adn:before,
.st-icon-rounded0.st-multi-color.st-icon-adn:before,
.st-icon-rounded0 .st-multi-color.st-icon-adn:before,
.st-icon-r0.st-multi-color .st-icon-adn:before,
.st-icon-r0.st-multi-color.st-icon-adn:before,
.st-icon-r0 .st-multi-color.st-icon-adn:before,
.st-multi-color .st-icon-square.st-icon-adn:before,
.st-multi-color .st-icon-sq.st-icon-adn:before,
.st-multi-color .st-icon-rounded0.st-icon-adn:before,
.st-multi-color .st-icon-r0.st-icon-adn:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-adn:before,
.st-icon-rounded1.st-multi-color.st-icon-adn:before,
.st-icon-rounded1 .st-multi-color.st-icon-adn:before,
.st-icon-r1.st-multi-color .st-icon-adn:before,
.st-icon-r1.st-multi-color.st-icon-adn:before,
.st-icon-r1 .st-multi-color.st-icon-adn:before,
.st-multi-color .st-icon-rounded1.st-icon-adn:before,
.st-multi-color .st-icon-r1.st-icon-adn:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-adn:before,
.st-icon-rounded.st-multi-color.st-icon-adn:before,
.st-icon-rounded .st-multi-color.st-icon-adn:before,
.st-icon-rounded2.st-multi-color .st-icon-adn:before,
.st-icon-rounded2.st-multi-color.st-icon-adn:before,
.st-icon-rounded2 .st-multi-color.st-icon-adn:before,
.st-icon-r2.st-multi-color .st-icon-adn:before,
.st-icon-r2.st-multi-color.st-icon-adn:before,
.st-icon-r2 .st-multi-color.st-icon-adn:before,
.st-multi-color .st-icon-rounded.st-icon-adn:before,
.st-multi-color .st-icon-rounded2.st-icon-adn:before,
.st-multi-color .st-icon-r2.st-icon-adn:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-adn:before,
.st-icon-rounded3.st-multi-color.st-icon-adn:before,
.st-icon-rounded3 .st-multi-color.st-icon-adn:before,
.st-icon-r3.st-multi-color .st-icon-adn:before,
.st-icon-r3.st-multi-color.st-icon-adn:before,
.st-icon-r3 .st-multi-color.st-icon-adn:before,
.st-multi-color .st-icon-rounded3.st-icon-adn:before,
.st-multi-color .st-icon-r3.st-icon-adn:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-adn:before,
.st-icon-circle.st-multi-color.st-icon-adn:before,
.st-icon-circle .st-multi-color.st-icon-adn:before,
.st-icon-cir.st-multi-color .st-icon-adn:before,
.st-icon-cir.st-multi-color.st-icon-adn:before,
.st-icon-cir .st-multi-color.st-icon-adn:before,
.st-icon-rounded4.st-multi-color .st-icon-adn:before,
.st-icon-rounded4.st-multi-color.st-icon-adn:before,
.st-icon-rounded4 .st-multi-color.st-icon-adn:before,
.st-icon-r4.st-multi-color .st-icon-adn:before,
.st-icon-r4.st-multi-color.st-icon-adn:before,
.st-icon-r4 .st-multi-color.st-icon-adn:before,
.st-multi-color .st-icon-circle.st-icon-adn:before,
.st-multi-color .st-icon-cir.st-icon-adn:before,
.st-multi-color .st-icon-rounded4.st-icon-adn:before,
.st-multi-color .st-icon-r4.st-icon-adn:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-codepen:before,
.st-icon-square.st-multi-color.st-icon-codepen:before,
.st-icon-square .st-multi-color.st-icon-codepen:before,
.st-icon-sq.st-multi-color .st-icon-codepen:before,
.st-icon-sq.st-multi-color.st-icon-codepen:before,
.st-icon-sq .st-multi-color.st-icon-codepen:before,
.st-icon-rounded0.st-multi-color .st-icon-codepen:before,
.st-icon-rounded0.st-multi-color.st-icon-codepen:before,
.st-icon-rounded0 .st-multi-color.st-icon-codepen:before,
.st-icon-r0.st-multi-color .st-icon-codepen:before,
.st-icon-r0.st-multi-color.st-icon-codepen:before,
.st-icon-r0 .st-multi-color.st-icon-codepen:before,
.st-multi-color .st-icon-square.st-icon-codepen:before,
.st-multi-color .st-icon-sq.st-icon-codepen:before,
.st-multi-color .st-icon-rounded0.st-icon-codepen:before,
.st-multi-color .st-icon-r0.st-icon-codepen:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-codepen:before,
.st-icon-rounded1.st-multi-color.st-icon-codepen:before,
.st-icon-rounded1 .st-multi-color.st-icon-codepen:before,
.st-icon-r1.st-multi-color .st-icon-codepen:before,
.st-icon-r1.st-multi-color.st-icon-codepen:before,
.st-icon-r1 .st-multi-color.st-icon-codepen:before,
.st-multi-color .st-icon-rounded1.st-icon-codepen:before,
.st-multi-color .st-icon-r1.st-icon-codepen:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-codepen:before,
.st-icon-rounded.st-multi-color.st-icon-codepen:before,
.st-icon-rounded .st-multi-color.st-icon-codepen:before,
.st-icon-rounded2.st-multi-color .st-icon-codepen:before,
.st-icon-rounded2.st-multi-color.st-icon-codepen:before,
.st-icon-rounded2 .st-multi-color.st-icon-codepen:before,
.st-icon-r2.st-multi-color .st-icon-codepen:before,
.st-icon-r2.st-multi-color.st-icon-codepen:before,
.st-icon-r2 .st-multi-color.st-icon-codepen:before,
.st-multi-color .st-icon-rounded.st-icon-codepen:before,
.st-multi-color .st-icon-rounded2.st-icon-codepen:before,
.st-multi-color .st-icon-r2.st-icon-codepen:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-codepen:before,
.st-icon-rounded3.st-multi-color.st-icon-codepen:before,
.st-icon-rounded3 .st-multi-color.st-icon-codepen:before,
.st-icon-r3.st-multi-color .st-icon-codepen:before,
.st-icon-r3.st-multi-color.st-icon-codepen:before,
.st-icon-r3 .st-multi-color.st-icon-codepen:before,
.st-multi-color .st-icon-rounded3.st-icon-codepen:before,
.st-multi-color .st-icon-r3.st-icon-codepen:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-codepen:before,
.st-icon-circle.st-multi-color.st-icon-codepen:before,
.st-icon-circle .st-multi-color.st-icon-codepen:before,
.st-icon-cir.st-multi-color .st-icon-codepen:before,
.st-icon-cir.st-multi-color.st-icon-codepen:before,
.st-icon-cir .st-multi-color.st-icon-codepen:before,
.st-icon-rounded4.st-multi-color .st-icon-codepen:before,
.st-icon-rounded4.st-multi-color.st-icon-codepen:before,
.st-icon-rounded4 .st-multi-color.st-icon-codepen:before,
.st-icon-r4.st-multi-color .st-icon-codepen:before,
.st-icon-r4.st-multi-color.st-icon-codepen:before,
.st-icon-r4 .st-multi-color.st-icon-codepen:before,
.st-multi-color .st-icon-circle.st-icon-codepen:before,
.st-multi-color .st-icon-cir.st-icon-codepen:before,
.st-multi-color .st-icon-rounded4.st-icon-codepen:before,
.st-multi-color .st-icon-r4.st-icon-codepen:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-dribbble:before,
.st-icon-square.st-multi-color.st-icon-dribbble:before,
.st-icon-square .st-multi-color.st-icon-dribbble:before,
.st-icon-sq.st-multi-color .st-icon-dribbble:before,
.st-icon-sq.st-multi-color.st-icon-dribbble:before,
.st-icon-sq .st-multi-color.st-icon-dribbble:before,
.st-icon-rounded0.st-multi-color .st-icon-dribbble:before,
.st-icon-rounded0.st-multi-color.st-icon-dribbble:before,
.st-icon-rounded0 .st-multi-color.st-icon-dribbble:before,
.st-icon-r0.st-multi-color .st-icon-dribbble:before,
.st-icon-r0.st-multi-color.st-icon-dribbble:before,
.st-icon-r0 .st-multi-color.st-icon-dribbble:before,
.st-multi-color .st-icon-square.st-icon-dribbble:before,
.st-multi-color .st-icon-sq.st-icon-dribbble:before,
.st-multi-color .st-icon-rounded0.st-icon-dribbble:before,
.st-multi-color .st-icon-r0.st-icon-dribbble:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-dribbble:before,
.st-icon-rounded1.st-multi-color.st-icon-dribbble:before,
.st-icon-rounded1 .st-multi-color.st-icon-dribbble:before,
.st-icon-r1.st-multi-color .st-icon-dribbble:before,
.st-icon-r1.st-multi-color.st-icon-dribbble:before,
.st-icon-r1 .st-multi-color.st-icon-dribbble:before,
.st-multi-color .st-icon-rounded1.st-icon-dribbble:before,
.st-multi-color .st-icon-r1.st-icon-dribbble:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-dribbble:before,
.st-icon-rounded.st-multi-color.st-icon-dribbble:before,
.st-icon-rounded .st-multi-color.st-icon-dribbble:before,
.st-icon-rounded2.st-multi-color .st-icon-dribbble:before,
.st-icon-rounded2.st-multi-color.st-icon-dribbble:before,
.st-icon-rounded2 .st-multi-color.st-icon-dribbble:before,
.st-icon-r2.st-multi-color .st-icon-dribbble:before,
.st-icon-r2.st-multi-color.st-icon-dribbble:before,
.st-icon-r2 .st-multi-color.st-icon-dribbble:before,
.st-multi-color .st-icon-rounded.st-icon-dribbble:before,
.st-multi-color .st-icon-rounded2.st-icon-dribbble:before,
.st-multi-color .st-icon-r2.st-icon-dribbble:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-dribbble:before,
.st-icon-rounded3.st-multi-color.st-icon-dribbble:before,
.st-icon-rounded3 .st-multi-color.st-icon-dribbble:before,
.st-icon-r3.st-multi-color .st-icon-dribbble:before,
.st-icon-r3.st-multi-color.st-icon-dribbble:before,
.st-icon-r3 .st-multi-color.st-icon-dribbble:before,
.st-multi-color .st-icon-rounded3.st-icon-dribbble:before,
.st-multi-color .st-icon-r3.st-icon-dribbble:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-dribbble:before,
.st-icon-circle.st-multi-color.st-icon-dribbble:before,
.st-icon-circle .st-multi-color.st-icon-dribbble:before,
.st-icon-cir.st-multi-color .st-icon-dribbble:before,
.st-icon-cir.st-multi-color.st-icon-dribbble:before,
.st-icon-cir .st-multi-color.st-icon-dribbble:before,
.st-icon-rounded4.st-multi-color .st-icon-dribbble:before,
.st-icon-rounded4.st-multi-color.st-icon-dribbble:before,
.st-icon-rounded4 .st-multi-color.st-icon-dribbble:before,
.st-icon-r4.st-multi-color .st-icon-dribbble:before,
.st-icon-r4.st-multi-color.st-icon-dribbble:before,
.st-icon-r4 .st-multi-color.st-icon-dribbble:before,
.st-multi-color .st-icon-circle.st-icon-dribbble:before,
.st-multi-color .st-icon-cir.st-icon-dribbble:before,
.st-multi-color .st-icon-rounded4.st-icon-dribbble:before,
.st-multi-color .st-icon-r4.st-icon-dribbble:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-square.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-square .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-sq.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-sq.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-sq .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded0.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-rounded0.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded0 .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r0.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-r0.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r0 .st-multi-color.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-square.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-sq.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-rounded0.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-r0.st-icon-dribbble-alt:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-rounded1.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded1 .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r1.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-r1.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r1 .st-multi-color.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-rounded1.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-r1.st-icon-dribbble-alt:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-rounded.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded2.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-rounded2.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded2 .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r2.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-r2.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r2 .st-multi-color.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-rounded.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-rounded2.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-r2.st-icon-dribbble-alt:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-rounded3.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded3 .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r3.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-r3.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r3 .st-multi-color.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-rounded3.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-r3.st-icon-dribbble-alt:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-circle.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-circle .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-cir.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-cir.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-cir .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded4.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-rounded4.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-rounded4 .st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r4.st-multi-color .st-icon-dribbble-alt:before,
.st-icon-r4.st-multi-color.st-icon-dribbble-alt:before,
.st-icon-r4 .st-multi-color.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-circle.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-cir.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-rounded4.st-icon-dribbble-alt:before,
.st-multi-color .st-icon-r4.st-icon-dribbble-alt:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-email:before,
.st-icon-square.st-multi-color.st-icon-email:before,
.st-icon-square .st-multi-color.st-icon-email:before,
.st-icon-sq.st-multi-color .st-icon-email:before,
.st-icon-sq.st-multi-color.st-icon-email:before,
.st-icon-sq .st-multi-color.st-icon-email:before,
.st-icon-rounded0.st-multi-color .st-icon-email:before,
.st-icon-rounded0.st-multi-color.st-icon-email:before,
.st-icon-rounded0 .st-multi-color.st-icon-email:before,
.st-icon-r0.st-multi-color .st-icon-email:before,
.st-icon-r0.st-multi-color.st-icon-email:before,
.st-icon-r0 .st-multi-color.st-icon-email:before,
.st-multi-color .st-icon-square.st-icon-email:before,
.st-multi-color .st-icon-sq.st-icon-email:before,
.st-multi-color .st-icon-rounded0.st-icon-email:before,
.st-multi-color .st-icon-r0.st-icon-email:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-email:before,
.st-icon-rounded1.st-multi-color.st-icon-email:before,
.st-icon-rounded1 .st-multi-color.st-icon-email:before,
.st-icon-r1.st-multi-color .st-icon-email:before,
.st-icon-r1.st-multi-color.st-icon-email:before,
.st-icon-r1 .st-multi-color.st-icon-email:before,
.st-multi-color .st-icon-rounded1.st-icon-email:before,
.st-multi-color .st-icon-r1.st-icon-email:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-email:before,
.st-icon-rounded.st-multi-color.st-icon-email:before,
.st-icon-rounded .st-multi-color.st-icon-email:before,
.st-icon-rounded2.st-multi-color .st-icon-email:before,
.st-icon-rounded2.st-multi-color.st-icon-email:before,
.st-icon-rounded2 .st-multi-color.st-icon-email:before,
.st-icon-r2.st-multi-color .st-icon-email:before,
.st-icon-r2.st-multi-color.st-icon-email:before,
.st-icon-r2 .st-multi-color.st-icon-email:before,
.st-multi-color .st-icon-rounded.st-icon-email:before,
.st-multi-color .st-icon-rounded2.st-icon-email:before,
.st-multi-color .st-icon-r2.st-icon-email:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-email:before,
.st-icon-rounded3.st-multi-color.st-icon-email:before,
.st-icon-rounded3 .st-multi-color.st-icon-email:before,
.st-icon-r3.st-multi-color .st-icon-email:before,
.st-icon-r3.st-multi-color.st-icon-email:before,
.st-icon-r3 .st-multi-color.st-icon-email:before,
.st-multi-color .st-icon-rounded3.st-icon-email:before,
.st-multi-color .st-icon-r3.st-icon-email:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-email:before,
.st-icon-circle.st-multi-color.st-icon-email:before,
.st-icon-circle .st-multi-color.st-icon-email:before,
.st-icon-cir.st-multi-color .st-icon-email:before,
.st-icon-cir.st-multi-color.st-icon-email:before,
.st-icon-cir .st-multi-color.st-icon-email:before,
.st-icon-rounded4.st-multi-color .st-icon-email:before,
.st-icon-rounded4.st-multi-color.st-icon-email:before,
.st-icon-rounded4 .st-multi-color.st-icon-email:before,
.st-icon-r4.st-multi-color .st-icon-email:before,
.st-icon-r4.st-multi-color.st-icon-email:before,
.st-icon-r4 .st-multi-color.st-icon-email:before,
.st-multi-color .st-icon-circle.st-icon-email:before,
.st-multi-color .st-icon-cir.st-icon-email:before,
.st-multi-color .st-icon-rounded4.st-icon-email:before,
.st-multi-color .st-icon-r4.st-icon-email:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-email2:before,
.st-icon-square.st-multi-color.st-icon-email2:before,
.st-icon-square .st-multi-color.st-icon-email2:before,
.st-icon-sq.st-multi-color .st-icon-email2:before,
.st-icon-sq.st-multi-color.st-icon-email2:before,
.st-icon-sq .st-multi-color.st-icon-email2:before,
.st-icon-rounded0.st-multi-color .st-icon-email2:before,
.st-icon-rounded0.st-multi-color.st-icon-email2:before,
.st-icon-rounded0 .st-multi-color.st-icon-email2:before,
.st-icon-r0.st-multi-color .st-icon-email2:before,
.st-icon-r0.st-multi-color.st-icon-email2:before,
.st-icon-r0 .st-multi-color.st-icon-email2:before,
.st-multi-color .st-icon-square.st-icon-email2:before,
.st-multi-color .st-icon-sq.st-icon-email2:before,
.st-multi-color .st-icon-rounded0.st-icon-email2:before,
.st-multi-color .st-icon-r0.st-icon-email2:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-email2:before,
.st-icon-rounded1.st-multi-color.st-icon-email2:before,
.st-icon-rounded1 .st-multi-color.st-icon-email2:before,
.st-icon-r1.st-multi-color .st-icon-email2:before,
.st-icon-r1.st-multi-color.st-icon-email2:before,
.st-icon-r1 .st-multi-color.st-icon-email2:before,
.st-multi-color .st-icon-rounded1.st-icon-email2:before,
.st-multi-color .st-icon-r1.st-icon-email2:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-email2:before,
.st-icon-rounded.st-multi-color.st-icon-email2:before,
.st-icon-rounded .st-multi-color.st-icon-email2:before,
.st-icon-rounded2.st-multi-color .st-icon-email2:before,
.st-icon-rounded2.st-multi-color.st-icon-email2:before,
.st-icon-rounded2 .st-multi-color.st-icon-email2:before,
.st-icon-r2.st-multi-color .st-icon-email2:before,
.st-icon-r2.st-multi-color.st-icon-email2:before,
.st-icon-r2 .st-multi-color.st-icon-email2:before,
.st-multi-color .st-icon-rounded.st-icon-email2:before,
.st-multi-color .st-icon-rounded2.st-icon-email2:before,
.st-multi-color .st-icon-r2.st-icon-email2:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-email2:before,
.st-icon-rounded3.st-multi-color.st-icon-email2:before,
.st-icon-rounded3 .st-multi-color.st-icon-email2:before,
.st-icon-r3.st-multi-color .st-icon-email2:before,
.st-icon-r3.st-multi-color.st-icon-email2:before,
.st-icon-r3 .st-multi-color.st-icon-email2:before,
.st-multi-color .st-icon-rounded3.st-icon-email2:before,
.st-multi-color .st-icon-r3.st-icon-email2:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-email2:before,
.st-icon-circle.st-multi-color.st-icon-email2:before,
.st-icon-circle .st-multi-color.st-icon-email2:before,
.st-icon-cir.st-multi-color .st-icon-email2:before,
.st-icon-cir.st-multi-color.st-icon-email2:before,
.st-icon-cir .st-multi-color.st-icon-email2:before,
.st-icon-rounded4.st-multi-color .st-icon-email2:before,
.st-icon-rounded4.st-multi-color.st-icon-email2:before,
.st-icon-rounded4 .st-multi-color.st-icon-email2:before,
.st-icon-r4.st-multi-color .st-icon-email2:before,
.st-icon-r4.st-multi-color.st-icon-email2:before,
.st-icon-r4 .st-multi-color.st-icon-email2:before,
.st-multi-color .st-icon-circle.st-icon-email2:before,
.st-multi-color .st-icon-cir.st-icon-email2:before,
.st-multi-color .st-icon-rounded4.st-icon-email2:before,
.st-multi-color .st-icon-r4.st-icon-email2:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-facebook:before,
.st-icon-square.st-multi-color.st-icon-facebook:before,
.st-icon-square .st-multi-color.st-icon-facebook:before,
.st-icon-sq.st-multi-color .st-icon-facebook:before,
.st-icon-sq.st-multi-color.st-icon-facebook:before,
.st-icon-sq .st-multi-color.st-icon-facebook:before,
.st-icon-rounded0.st-multi-color .st-icon-facebook:before,
.st-icon-rounded0.st-multi-color.st-icon-facebook:before,
.st-icon-rounded0 .st-multi-color.st-icon-facebook:before,
.st-icon-r0.st-multi-color .st-icon-facebook:before,
.st-icon-r0.st-multi-color.st-icon-facebook:before,
.st-icon-r0 .st-multi-color.st-icon-facebook:before,
.st-multi-color .st-icon-square.st-icon-facebook:before,
.st-multi-color .st-icon-sq.st-icon-facebook:before,
.st-multi-color .st-icon-rounded0.st-icon-facebook:before,
.st-multi-color .st-icon-r0.st-icon-facebook:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-facebook:before,
.st-icon-rounded1.st-multi-color.st-icon-facebook:before,
.st-icon-rounded1 .st-multi-color.st-icon-facebook:before,
.st-icon-r1.st-multi-color .st-icon-facebook:before,
.st-icon-r1.st-multi-color.st-icon-facebook:before,
.st-icon-r1 .st-multi-color.st-icon-facebook:before,
.st-multi-color .st-icon-rounded1.st-icon-facebook:before,
.st-multi-color .st-icon-r1.st-icon-facebook:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-facebook:before,
.st-icon-rounded.st-multi-color.st-icon-facebook:before,
.st-icon-rounded .st-multi-color.st-icon-facebook:before,
.st-icon-rounded2.st-multi-color .st-icon-facebook:before,
.st-icon-rounded2.st-multi-color.st-icon-facebook:before,
.st-icon-rounded2 .st-multi-color.st-icon-facebook:before,
.st-icon-r2.st-multi-color .st-icon-facebook:before,
.st-icon-r2.st-multi-color.st-icon-facebook:before,
.st-icon-r2 .st-multi-color.st-icon-facebook:before,
.st-multi-color .st-icon-rounded.st-icon-facebook:before,
.st-multi-color .st-icon-rounded2.st-icon-facebook:before,
.st-multi-color .st-icon-r2.st-icon-facebook:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-facebook:before,
.st-icon-rounded3.st-multi-color.st-icon-facebook:before,
.st-icon-rounded3 .st-multi-color.st-icon-facebook:before,
.st-icon-r3.st-multi-color .st-icon-facebook:before,
.st-icon-r3.st-multi-color.st-icon-facebook:before,
.st-icon-r3 .st-multi-color.st-icon-facebook:before,
.st-multi-color .st-icon-rounded3.st-icon-facebook:before,
.st-multi-color .st-icon-r3.st-icon-facebook:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-facebook:before,
.st-icon-circle.st-multi-color.st-icon-facebook:before,
.st-icon-circle .st-multi-color.st-icon-facebook:before,
.st-icon-cir.st-multi-color .st-icon-facebook:before,
.st-icon-cir.st-multi-color.st-icon-facebook:before,
.st-icon-cir .st-multi-color.st-icon-facebook:before,
.st-icon-rounded4.st-multi-color .st-icon-facebook:before,
.st-icon-rounded4.st-multi-color.st-icon-facebook:before,
.st-icon-rounded4 .st-multi-color.st-icon-facebook:before,
.st-icon-r4.st-multi-color .st-icon-facebook:before,
.st-icon-r4.st-multi-color.st-icon-facebook:before,
.st-icon-r4 .st-multi-color.st-icon-facebook:before,
.st-multi-color .st-icon-circle.st-icon-facebook:before,
.st-multi-color .st-icon-cir.st-icon-facebook:before,
.st-multi-color .st-icon-rounded4.st-icon-facebook:before,
.st-multi-color .st-icon-r4.st-icon-facebook:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-facebook-alt:before,
.st-icon-square.st-multi-color.st-icon-facebook-alt:before,
.st-icon-square .st-multi-color.st-icon-facebook-alt:before,
.st-icon-sq.st-multi-color .st-icon-facebook-alt:before,
.st-icon-sq.st-multi-color.st-icon-facebook-alt:before,
.st-icon-sq .st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded0.st-multi-color .st-icon-facebook-alt:before,
.st-icon-rounded0.st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded0 .st-multi-color.st-icon-facebook-alt:before,
.st-icon-r0.st-multi-color .st-icon-facebook-alt:before,
.st-icon-r0.st-multi-color.st-icon-facebook-alt:before,
.st-icon-r0 .st-multi-color.st-icon-facebook-alt:before,
.st-multi-color .st-icon-square.st-icon-facebook-alt:before,
.st-multi-color .st-icon-sq.st-icon-facebook-alt:before,
.st-multi-color .st-icon-rounded0.st-icon-facebook-alt:before,
.st-multi-color .st-icon-r0.st-icon-facebook-alt:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-facebook-alt:before,
.st-icon-rounded1.st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded1 .st-multi-color.st-icon-facebook-alt:before,
.st-icon-r1.st-multi-color .st-icon-facebook-alt:before,
.st-icon-r1.st-multi-color.st-icon-facebook-alt:before,
.st-icon-r1 .st-multi-color.st-icon-facebook-alt:before,
.st-multi-color .st-icon-rounded1.st-icon-facebook-alt:before,
.st-multi-color .st-icon-r1.st-icon-facebook-alt:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-facebook-alt:before,
.st-icon-rounded.st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded .st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded2.st-multi-color .st-icon-facebook-alt:before,
.st-icon-rounded2.st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded2 .st-multi-color.st-icon-facebook-alt:before,
.st-icon-r2.st-multi-color .st-icon-facebook-alt:before,
.st-icon-r2.st-multi-color.st-icon-facebook-alt:before,
.st-icon-r2 .st-multi-color.st-icon-facebook-alt:before,
.st-multi-color .st-icon-rounded.st-icon-facebook-alt:before,
.st-multi-color .st-icon-rounded2.st-icon-facebook-alt:before,
.st-multi-color .st-icon-r2.st-icon-facebook-alt:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-facebook-alt:before,
.st-icon-rounded3.st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded3 .st-multi-color.st-icon-facebook-alt:before,
.st-icon-r3.st-multi-color .st-icon-facebook-alt:before,
.st-icon-r3.st-multi-color.st-icon-facebook-alt:before,
.st-icon-r3 .st-multi-color.st-icon-facebook-alt:before,
.st-multi-color .st-icon-rounded3.st-icon-facebook-alt:before,
.st-multi-color .st-icon-r3.st-icon-facebook-alt:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-facebook-alt:before,
.st-icon-circle.st-multi-color.st-icon-facebook-alt:before,
.st-icon-circle .st-multi-color.st-icon-facebook-alt:before,
.st-icon-cir.st-multi-color .st-icon-facebook-alt:before,
.st-icon-cir.st-multi-color.st-icon-facebook-alt:before,
.st-icon-cir .st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded4.st-multi-color .st-icon-facebook-alt:before,
.st-icon-rounded4.st-multi-color.st-icon-facebook-alt:before,
.st-icon-rounded4 .st-multi-color.st-icon-facebook-alt:before,
.st-icon-r4.st-multi-color .st-icon-facebook-alt:before,
.st-icon-r4.st-multi-color.st-icon-facebook-alt:before,
.st-icon-r4 .st-multi-color.st-icon-facebook-alt:before,
.st-multi-color .st-icon-circle.st-icon-facebook-alt:before,
.st-multi-color .st-icon-cir.st-icon-facebook-alt:before,
.st-multi-color .st-icon-rounded4.st-icon-facebook-alt:before,
.st-multi-color .st-icon-r4.st-icon-facebook-alt:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-flickr:before,
.st-icon-square.st-multi-color.st-icon-flickr:before,
.st-icon-square .st-multi-color.st-icon-flickr:before,
.st-icon-sq.st-multi-color .st-icon-flickr:before,
.st-icon-sq.st-multi-color.st-icon-flickr:before,
.st-icon-sq .st-multi-color.st-icon-flickr:before,
.st-icon-rounded0.st-multi-color .st-icon-flickr:before,
.st-icon-rounded0.st-multi-color.st-icon-flickr:before,
.st-icon-rounded0 .st-multi-color.st-icon-flickr:before,
.st-icon-r0.st-multi-color .st-icon-flickr:before,
.st-icon-r0.st-multi-color.st-icon-flickr:before,
.st-icon-r0 .st-multi-color.st-icon-flickr:before,
.st-multi-color .st-icon-square.st-icon-flickr:before,
.st-multi-color .st-icon-sq.st-icon-flickr:before,
.st-multi-color .st-icon-rounded0.st-icon-flickr:before,
.st-multi-color .st-icon-r0.st-icon-flickr:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-flickr:before,
.st-icon-rounded1.st-multi-color.st-icon-flickr:before,
.st-icon-rounded1 .st-multi-color.st-icon-flickr:before,
.st-icon-r1.st-multi-color .st-icon-flickr:before,
.st-icon-r1.st-multi-color.st-icon-flickr:before,
.st-icon-r1 .st-multi-color.st-icon-flickr:before,
.st-multi-color .st-icon-rounded1.st-icon-flickr:before,
.st-multi-color .st-icon-r1.st-icon-flickr:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-flickr:before,
.st-icon-rounded.st-multi-color.st-icon-flickr:before,
.st-icon-rounded .st-multi-color.st-icon-flickr:before,
.st-icon-rounded2.st-multi-color .st-icon-flickr:before,
.st-icon-rounded2.st-multi-color.st-icon-flickr:before,
.st-icon-rounded2 .st-multi-color.st-icon-flickr:before,
.st-icon-r2.st-multi-color .st-icon-flickr:before,
.st-icon-r2.st-multi-color.st-icon-flickr:before,
.st-icon-r2 .st-multi-color.st-icon-flickr:before,
.st-multi-color .st-icon-rounded.st-icon-flickr:before,
.st-multi-color .st-icon-rounded2.st-icon-flickr:before,
.st-multi-color .st-icon-r2.st-icon-flickr:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-flickr:before,
.st-icon-rounded3.st-multi-color.st-icon-flickr:before,
.st-icon-rounded3 .st-multi-color.st-icon-flickr:before,
.st-icon-r3.st-multi-color .st-icon-flickr:before,
.st-icon-r3.st-multi-color.st-icon-flickr:before,
.st-icon-r3 .st-multi-color.st-icon-flickr:before,
.st-multi-color .st-icon-rounded3.st-icon-flickr:before,
.st-multi-color .st-icon-r3.st-icon-flickr:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-flickr:before,
.st-icon-circle.st-multi-color.st-icon-flickr:before,
.st-icon-circle .st-multi-color.st-icon-flickr:before,
.st-icon-cir.st-multi-color .st-icon-flickr:before,
.st-icon-cir.st-multi-color.st-icon-flickr:before,
.st-icon-cir .st-multi-color.st-icon-flickr:before,
.st-icon-rounded4.st-multi-color .st-icon-flickr:before,
.st-icon-rounded4.st-multi-color.st-icon-flickr:before,
.st-icon-rounded4 .st-multi-color.st-icon-flickr:before,
.st-icon-r4.st-multi-color .st-icon-flickr:before,
.st-icon-r4.st-multi-color.st-icon-flickr:before,
.st-icon-r4 .st-multi-color.st-icon-flickr:before,
.st-multi-color .st-icon-circle.st-icon-flickr:before,
.st-multi-color .st-icon-cir.st-icon-flickr:before,
.st-multi-color .st-icon-rounded4.st-icon-flickr:before,
.st-multi-color .st-icon-r4.st-icon-flickr:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-github:before,
.st-icon-square.st-multi-color.st-icon-github:before,
.st-icon-square .st-multi-color.st-icon-github:before,
.st-icon-sq.st-multi-color .st-icon-github:before,
.st-icon-sq.st-multi-color.st-icon-github:before,
.st-icon-sq .st-multi-color.st-icon-github:before,
.st-icon-rounded0.st-multi-color .st-icon-github:before,
.st-icon-rounded0.st-multi-color.st-icon-github:before,
.st-icon-rounded0 .st-multi-color.st-icon-github:before,
.st-icon-r0.st-multi-color .st-icon-github:before,
.st-icon-r0.st-multi-color.st-icon-github:before,
.st-icon-r0 .st-multi-color.st-icon-github:before,
.st-multi-color .st-icon-square.st-icon-github:before,
.st-multi-color .st-icon-sq.st-icon-github:before,
.st-multi-color .st-icon-rounded0.st-icon-github:before,
.st-multi-color .st-icon-r0.st-icon-github:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-github:before,
.st-icon-rounded1.st-multi-color.st-icon-github:before,
.st-icon-rounded1 .st-multi-color.st-icon-github:before,
.st-icon-r1.st-multi-color .st-icon-github:before,
.st-icon-r1.st-multi-color.st-icon-github:before,
.st-icon-r1 .st-multi-color.st-icon-github:before,
.st-multi-color .st-icon-rounded1.st-icon-github:before,
.st-multi-color .st-icon-r1.st-icon-github:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-github:before,
.st-icon-rounded.st-multi-color.st-icon-github:before,
.st-icon-rounded .st-multi-color.st-icon-github:before,
.st-icon-rounded2.st-multi-color .st-icon-github:before,
.st-icon-rounded2.st-multi-color.st-icon-github:before,
.st-icon-rounded2 .st-multi-color.st-icon-github:before,
.st-icon-r2.st-multi-color .st-icon-github:before,
.st-icon-r2.st-multi-color.st-icon-github:before,
.st-icon-r2 .st-multi-color.st-icon-github:before,
.st-multi-color .st-icon-rounded.st-icon-github:before,
.st-multi-color .st-icon-rounded2.st-icon-github:before,
.st-multi-color .st-icon-r2.st-icon-github:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-github:before,
.st-icon-rounded3.st-multi-color.st-icon-github:before,
.st-icon-rounded3 .st-multi-color.st-icon-github:before,
.st-icon-r3.st-multi-color .st-icon-github:before,
.st-icon-r3.st-multi-color.st-icon-github:before,
.st-icon-r3 .st-multi-color.st-icon-github:before,
.st-multi-color .st-icon-rounded3.st-icon-github:before,
.st-multi-color .st-icon-r3.st-icon-github:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-github:before,
.st-icon-circle.st-multi-color.st-icon-github:before,
.st-icon-circle .st-multi-color.st-icon-github:before,
.st-icon-cir.st-multi-color .st-icon-github:before,
.st-icon-cir.st-multi-color.st-icon-github:before,
.st-icon-cir .st-multi-color.st-icon-github:before,
.st-icon-rounded4.st-multi-color .st-icon-github:before,
.st-icon-rounded4.st-multi-color.st-icon-github:before,
.st-icon-rounded4 .st-multi-color.st-icon-github:before,
.st-icon-r4.st-multi-color .st-icon-github:before,
.st-icon-r4.st-multi-color.st-icon-github:before,
.st-icon-r4 .st-multi-color.st-icon-github:before,
.st-multi-color .st-icon-circle.st-icon-github:before,
.st-multi-color .st-icon-cir.st-icon-github:before,
.st-multi-color .st-icon-rounded4.st-icon-github:before,
.st-multi-color .st-icon-r4.st-icon-github:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-github-alt:before,
.st-icon-square.st-multi-color.st-icon-github-alt:before,
.st-icon-square .st-multi-color.st-icon-github-alt:before,
.st-icon-sq.st-multi-color .st-icon-github-alt:before,
.st-icon-sq.st-multi-color.st-icon-github-alt:before,
.st-icon-sq .st-multi-color.st-icon-github-alt:before,
.st-icon-rounded0.st-multi-color .st-icon-github-alt:before,
.st-icon-rounded0.st-multi-color.st-icon-github-alt:before,
.st-icon-rounded0 .st-multi-color.st-icon-github-alt:before,
.st-icon-r0.st-multi-color .st-icon-github-alt:before,
.st-icon-r0.st-multi-color.st-icon-github-alt:before,
.st-icon-r0 .st-multi-color.st-icon-github-alt:before,
.st-multi-color .st-icon-square.st-icon-github-alt:before,
.st-multi-color .st-icon-sq.st-icon-github-alt:before,
.st-multi-color .st-icon-rounded0.st-icon-github-alt:before,
.st-multi-color .st-icon-r0.st-icon-github-alt:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-github-alt:before,
.st-icon-rounded1.st-multi-color.st-icon-github-alt:before,
.st-icon-rounded1 .st-multi-color.st-icon-github-alt:before,
.st-icon-r1.st-multi-color .st-icon-github-alt:before,
.st-icon-r1.st-multi-color.st-icon-github-alt:before,
.st-icon-r1 .st-multi-color.st-icon-github-alt:before,
.st-multi-color .st-icon-rounded1.st-icon-github-alt:before,
.st-multi-color .st-icon-r1.st-icon-github-alt:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-github-alt:before,
.st-icon-rounded.st-multi-color.st-icon-github-alt:before,
.st-icon-rounded .st-multi-color.st-icon-github-alt:before,
.st-icon-rounded2.st-multi-color .st-icon-github-alt:before,
.st-icon-rounded2.st-multi-color.st-icon-github-alt:before,
.st-icon-rounded2 .st-multi-color.st-icon-github-alt:before,
.st-icon-r2.st-multi-color .st-icon-github-alt:before,
.st-icon-r2.st-multi-color.st-icon-github-alt:before,
.st-icon-r2 .st-multi-color.st-icon-github-alt:before,
.st-multi-color .st-icon-rounded.st-icon-github-alt:before,
.st-multi-color .st-icon-rounded2.st-icon-github-alt:before,
.st-multi-color .st-icon-r2.st-icon-github-alt:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-github-alt:before,
.st-icon-rounded3.st-multi-color.st-icon-github-alt:before,
.st-icon-rounded3 .st-multi-color.st-icon-github-alt:before,
.st-icon-r3.st-multi-color .st-icon-github-alt:before,
.st-icon-r3.st-multi-color.st-icon-github-alt:before,
.st-icon-r3 .st-multi-color.st-icon-github-alt:before,
.st-multi-color .st-icon-rounded3.st-icon-github-alt:before,
.st-multi-color .st-icon-r3.st-icon-github-alt:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-github-alt:before,
.st-icon-circle.st-multi-color.st-icon-github-alt:before,
.st-icon-circle .st-multi-color.st-icon-github-alt:before,
.st-icon-cir.st-multi-color .st-icon-github-alt:before,
.st-icon-cir.st-multi-color.st-icon-github-alt:before,
.st-icon-cir .st-multi-color.st-icon-github-alt:before,
.st-icon-rounded4.st-multi-color .st-icon-github-alt:before,
.st-icon-rounded4.st-multi-color.st-icon-github-alt:before,
.st-icon-rounded4 .st-multi-color.st-icon-github-alt:before,
.st-icon-r4.st-multi-color .st-icon-github-alt:before,
.st-icon-r4.st-multi-color.st-icon-github-alt:before,
.st-icon-r4 .st-multi-color.st-icon-github-alt:before,
.st-multi-color .st-icon-circle.st-icon-github-alt:before,
.st-multi-color .st-icon-cir.st-icon-github-alt:before,
.st-multi-color .st-icon-rounded4.st-icon-github-alt:before,
.st-multi-color .st-icon-r4.st-icon-github-alt:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-gmail:before,
.st-icon-square.st-multi-color.st-icon-gmail:before,
.st-icon-square .st-multi-color.st-icon-gmail:before,
.st-icon-sq.st-multi-color .st-icon-gmail:before,
.st-icon-sq.st-multi-color.st-icon-gmail:before,
.st-icon-sq .st-multi-color.st-icon-gmail:before,
.st-icon-rounded0.st-multi-color .st-icon-gmail:before,
.st-icon-rounded0.st-multi-color.st-icon-gmail:before,
.st-icon-rounded0 .st-multi-color.st-icon-gmail:before,
.st-icon-r0.st-multi-color .st-icon-gmail:before,
.st-icon-r0.st-multi-color.st-icon-gmail:before,
.st-icon-r0 .st-multi-color.st-icon-gmail:before,
.st-multi-color .st-icon-square.st-icon-gmail:before,
.st-multi-color .st-icon-sq.st-icon-gmail:before,
.st-multi-color .st-icon-rounded0.st-icon-gmail:before,
.st-multi-color .st-icon-r0.st-icon-gmail:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-gmail:before,
.st-icon-rounded1.st-multi-color.st-icon-gmail:before,
.st-icon-rounded1 .st-multi-color.st-icon-gmail:before,
.st-icon-r1.st-multi-color .st-icon-gmail:before,
.st-icon-r1.st-multi-color.st-icon-gmail:before,
.st-icon-r1 .st-multi-color.st-icon-gmail:before,
.st-multi-color .st-icon-rounded1.st-icon-gmail:before,
.st-multi-color .st-icon-r1.st-icon-gmail:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-gmail:before,
.st-icon-rounded.st-multi-color.st-icon-gmail:before,
.st-icon-rounded .st-multi-color.st-icon-gmail:before,
.st-icon-rounded2.st-multi-color .st-icon-gmail:before,
.st-icon-rounded2.st-multi-color.st-icon-gmail:before,
.st-icon-rounded2 .st-multi-color.st-icon-gmail:before,
.st-icon-r2.st-multi-color .st-icon-gmail:before,
.st-icon-r2.st-multi-color.st-icon-gmail:before,
.st-icon-r2 .st-multi-color.st-icon-gmail:before,
.st-multi-color .st-icon-rounded.st-icon-gmail:before,
.st-multi-color .st-icon-rounded2.st-icon-gmail:before,
.st-multi-color .st-icon-r2.st-icon-gmail:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-gmail:before,
.st-icon-rounded3.st-multi-color.st-icon-gmail:before,
.st-icon-rounded3 .st-multi-color.st-icon-gmail:before,
.st-icon-r3.st-multi-color .st-icon-gmail:before,
.st-icon-r3.st-multi-color.st-icon-gmail:before,
.st-icon-r3 .st-multi-color.st-icon-gmail:before,
.st-multi-color .st-icon-rounded3.st-icon-gmail:before,
.st-multi-color .st-icon-r3.st-icon-gmail:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-gmail:before,
.st-icon-circle.st-multi-color.st-icon-gmail:before,
.st-icon-circle .st-multi-color.st-icon-gmail:before,
.st-icon-cir.st-multi-color .st-icon-gmail:before,
.st-icon-cir.st-multi-color.st-icon-gmail:before,
.st-icon-cir .st-multi-color.st-icon-gmail:before,
.st-icon-rounded4.st-multi-color .st-icon-gmail:before,
.st-icon-rounded4.st-multi-color.st-icon-gmail:before,
.st-icon-rounded4 .st-multi-color.st-icon-gmail:before,
.st-icon-r4.st-multi-color .st-icon-gmail:before,
.st-icon-r4.st-multi-color.st-icon-gmail:before,
.st-icon-r4 .st-multi-color.st-icon-gmail:before,
.st-multi-color .st-icon-circle.st-icon-gmail:before,
.st-multi-color .st-icon-cir.st-icon-gmail:before,
.st-multi-color .st-icon-rounded4.st-icon-gmail:before,
.st-multi-color .st-icon-r4.st-icon-gmail:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-gmail-alt:before,
.st-icon-square.st-multi-color.st-icon-gmail-alt:before,
.st-icon-square .st-multi-color.st-icon-gmail-alt:before,
.st-icon-sq.st-multi-color .st-icon-gmail-alt:before,
.st-icon-sq.st-multi-color.st-icon-gmail-alt:before,
.st-icon-sq .st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded0.st-multi-color .st-icon-gmail-alt:before,
.st-icon-rounded0.st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded0 .st-multi-color.st-icon-gmail-alt:before,
.st-icon-r0.st-multi-color .st-icon-gmail-alt:before,
.st-icon-r0.st-multi-color.st-icon-gmail-alt:before,
.st-icon-r0 .st-multi-color.st-icon-gmail-alt:before,
.st-multi-color .st-icon-square.st-icon-gmail-alt:before,
.st-multi-color .st-icon-sq.st-icon-gmail-alt:before,
.st-multi-color .st-icon-rounded0.st-icon-gmail-alt:before,
.st-multi-color .st-icon-r0.st-icon-gmail-alt:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-gmail-alt:before,
.st-icon-rounded1.st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded1 .st-multi-color.st-icon-gmail-alt:before,
.st-icon-r1.st-multi-color .st-icon-gmail-alt:before,
.st-icon-r1.st-multi-color.st-icon-gmail-alt:before,
.st-icon-r1 .st-multi-color.st-icon-gmail-alt:before,
.st-multi-color .st-icon-rounded1.st-icon-gmail-alt:before,
.st-multi-color .st-icon-r1.st-icon-gmail-alt:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-gmail-alt:before,
.st-icon-rounded.st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded .st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded2.st-multi-color .st-icon-gmail-alt:before,
.st-icon-rounded2.st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded2 .st-multi-color.st-icon-gmail-alt:before,
.st-icon-r2.st-multi-color .st-icon-gmail-alt:before,
.st-icon-r2.st-multi-color.st-icon-gmail-alt:before,
.st-icon-r2 .st-multi-color.st-icon-gmail-alt:before,
.st-multi-color .st-icon-rounded.st-icon-gmail-alt:before,
.st-multi-color .st-icon-rounded2.st-icon-gmail-alt:before,
.st-multi-color .st-icon-r2.st-icon-gmail-alt:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-gmail-alt:before,
.st-icon-rounded3.st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded3 .st-multi-color.st-icon-gmail-alt:before,
.st-icon-r3.st-multi-color .st-icon-gmail-alt:before,
.st-icon-r3.st-multi-color.st-icon-gmail-alt:before,
.st-icon-r3 .st-multi-color.st-icon-gmail-alt:before,
.st-multi-color .st-icon-rounded3.st-icon-gmail-alt:before,
.st-multi-color .st-icon-r3.st-icon-gmail-alt:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-gmail-alt:before,
.st-icon-circle.st-multi-color.st-icon-gmail-alt:before,
.st-icon-circle .st-multi-color.st-icon-gmail-alt:before,
.st-icon-cir.st-multi-color .st-icon-gmail-alt:before,
.st-icon-cir.st-multi-color.st-icon-gmail-alt:before,
.st-icon-cir .st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded4.st-multi-color .st-icon-gmail-alt:before,
.st-icon-rounded4.st-multi-color.st-icon-gmail-alt:before,
.st-icon-rounded4 .st-multi-color.st-icon-gmail-alt:before,
.st-icon-r4.st-multi-color .st-icon-gmail-alt:before,
.st-icon-r4.st-multi-color.st-icon-gmail-alt:before,
.st-icon-r4 .st-multi-color.st-icon-gmail-alt:before,
.st-multi-color .st-icon-circle.st-icon-gmail-alt:before,
.st-multi-color .st-icon-cir.st-icon-gmail-alt:before,
.st-multi-color .st-icon-rounded4.st-icon-gmail-alt:before,
.st-multi-color .st-icon-r4.st-icon-gmail-alt:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-googleplus:before,
.st-icon-square.st-multi-color.st-icon-googleplus:before,
.st-icon-square .st-multi-color.st-icon-googleplus:before,
.st-icon-sq.st-multi-color .st-icon-googleplus:before,
.st-icon-sq.st-multi-color.st-icon-googleplus:before,
.st-icon-sq .st-multi-color.st-icon-googleplus:before,
.st-icon-rounded0.st-multi-color .st-icon-googleplus:before,
.st-icon-rounded0.st-multi-color.st-icon-googleplus:before,
.st-icon-rounded0 .st-multi-color.st-icon-googleplus:before,
.st-icon-r0.st-multi-color .st-icon-googleplus:before,
.st-icon-r0.st-multi-color.st-icon-googleplus:before,
.st-icon-r0 .st-multi-color.st-icon-googleplus:before,
.st-multi-color .st-icon-square.st-icon-googleplus:before,
.st-multi-color .st-icon-sq.st-icon-googleplus:before,
.st-multi-color .st-icon-rounded0.st-icon-googleplus:before,
.st-multi-color .st-icon-r0.st-icon-googleplus:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-googleplus:before,
.st-icon-rounded1.st-multi-color.st-icon-googleplus:before,
.st-icon-rounded1 .st-multi-color.st-icon-googleplus:before,
.st-icon-r1.st-multi-color .st-icon-googleplus:before,
.st-icon-r1.st-multi-color.st-icon-googleplus:before,
.st-icon-r1 .st-multi-color.st-icon-googleplus:before,
.st-multi-color .st-icon-rounded1.st-icon-googleplus:before,
.st-multi-color .st-icon-r1.st-icon-googleplus:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-googleplus:before,
.st-icon-rounded.st-multi-color.st-icon-googleplus:before,
.st-icon-rounded .st-multi-color.st-icon-googleplus:before,
.st-icon-rounded2.st-multi-color .st-icon-googleplus:before,
.st-icon-rounded2.st-multi-color.st-icon-googleplus:before,
.st-icon-rounded2 .st-multi-color.st-icon-googleplus:before,
.st-icon-r2.st-multi-color .st-icon-googleplus:before,
.st-icon-r2.st-multi-color.st-icon-googleplus:before,
.st-icon-r2 .st-multi-color.st-icon-googleplus:before,
.st-multi-color .st-icon-rounded.st-icon-googleplus:before,
.st-multi-color .st-icon-rounded2.st-icon-googleplus:before,
.st-multi-color .st-icon-r2.st-icon-googleplus:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-googleplus:before,
.st-icon-rounded3.st-multi-color.st-icon-googleplus:before,
.st-icon-rounded3 .st-multi-color.st-icon-googleplus:before,
.st-icon-r3.st-multi-color .st-icon-googleplus:before,
.st-icon-r3.st-multi-color.st-icon-googleplus:before,
.st-icon-r3 .st-multi-color.st-icon-googleplus:before,
.st-multi-color .st-icon-rounded3.st-icon-googleplus:before,
.st-multi-color .st-icon-r3.st-icon-googleplus:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-googleplus:before,
.st-icon-circle.st-multi-color.st-icon-googleplus:before,
.st-icon-circle .st-multi-color.st-icon-googleplus:before,
.st-icon-cir.st-multi-color .st-icon-googleplus:before,
.st-icon-cir.st-multi-color.st-icon-googleplus:before,
.st-icon-cir .st-multi-color.st-icon-googleplus:before,
.st-icon-rounded4.st-multi-color .st-icon-googleplus:before,
.st-icon-rounded4.st-multi-color.st-icon-googleplus:before,
.st-icon-rounded4 .st-multi-color.st-icon-googleplus:before,
.st-icon-r4.st-multi-color .st-icon-googleplus:before,
.st-icon-r4.st-multi-color.st-icon-googleplus:before,
.st-icon-r4 .st-multi-color.st-icon-googleplus:before,
.st-multi-color .st-icon-circle.st-icon-googleplus:before,
.st-multi-color .st-icon-cir.st-icon-googleplus:before,
.st-multi-color .st-icon-rounded4.st-icon-googleplus:before,
.st-multi-color .st-icon-r4.st-icon-googleplus:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-instagram:before,
.st-icon-square.st-multi-color.st-icon-instagram:before,
.st-icon-square .st-multi-color.st-icon-instagram:before,
.st-icon-sq.st-multi-color .st-icon-instagram:before,
.st-icon-sq.st-multi-color.st-icon-instagram:before,
.st-icon-sq .st-multi-color.st-icon-instagram:before,
.st-icon-rounded0.st-multi-color .st-icon-instagram:before,
.st-icon-rounded0.st-multi-color.st-icon-instagram:before,
.st-icon-rounded0 .st-multi-color.st-icon-instagram:before,
.st-icon-r0.st-multi-color .st-icon-instagram:before,
.st-icon-r0.st-multi-color.st-icon-instagram:before,
.st-icon-r0 .st-multi-color.st-icon-instagram:before,
.st-multi-color .st-icon-square.st-icon-instagram:before,
.st-multi-color .st-icon-sq.st-icon-instagram:before,
.st-multi-color .st-icon-rounded0.st-icon-instagram:before,
.st-multi-color .st-icon-r0.st-icon-instagram:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-instagram:before,
.st-icon-rounded1.st-multi-color.st-icon-instagram:before,
.st-icon-rounded1 .st-multi-color.st-icon-instagram:before,
.st-icon-r1.st-multi-color .st-icon-instagram:before,
.st-icon-r1.st-multi-color.st-icon-instagram:before,
.st-icon-r1 .st-multi-color.st-icon-instagram:before,
.st-multi-color .st-icon-rounded1.st-icon-instagram:before,
.st-multi-color .st-icon-r1.st-icon-instagram:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-instagram:before,
.st-icon-rounded.st-multi-color.st-icon-instagram:before,
.st-icon-rounded .st-multi-color.st-icon-instagram:before,
.st-icon-rounded2.st-multi-color .st-icon-instagram:before,
.st-icon-rounded2.st-multi-color.st-icon-instagram:before,
.st-icon-rounded2 .st-multi-color.st-icon-instagram:before,
.st-icon-r2.st-multi-color .st-icon-instagram:before,
.st-icon-r2.st-multi-color.st-icon-instagram:before,
.st-icon-r2 .st-multi-color.st-icon-instagram:before,
.st-multi-color .st-icon-rounded.st-icon-instagram:before,
.st-multi-color .st-icon-rounded2.st-icon-instagram:before,
.st-multi-color .st-icon-r2.st-icon-instagram:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-instagram:before,
.st-icon-rounded3.st-multi-color.st-icon-instagram:before,
.st-icon-rounded3 .st-multi-color.st-icon-instagram:before,
.st-icon-r3.st-multi-color .st-icon-instagram:before,
.st-icon-r3.st-multi-color.st-icon-instagram:before,
.st-icon-r3 .st-multi-color.st-icon-instagram:before,
.st-multi-color .st-icon-rounded3.st-icon-instagram:before,
.st-multi-color .st-icon-r3.st-icon-instagram:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-instagram:before,
.st-icon-circle.st-multi-color.st-icon-instagram:before,
.st-icon-circle .st-multi-color.st-icon-instagram:before,
.st-icon-cir.st-multi-color .st-icon-instagram:before,
.st-icon-cir.st-multi-color.st-icon-instagram:before,
.st-icon-cir .st-multi-color.st-icon-instagram:before,
.st-icon-rounded4.st-multi-color .st-icon-instagram:before,
.st-icon-rounded4.st-multi-color.st-icon-instagram:before,
.st-icon-rounded4 .st-multi-color.st-icon-instagram:before,
.st-icon-r4.st-multi-color .st-icon-instagram:before,
.st-icon-r4.st-multi-color.st-icon-instagram:before,
.st-icon-r4 .st-multi-color.st-icon-instagram:before,
.st-multi-color .st-icon-circle.st-icon-instagram:before,
.st-multi-color .st-icon-cir.st-icon-instagram:before,
.st-multi-color .st-icon-rounded4.st-icon-instagram:before,
.st-multi-color .st-icon-r4.st-icon-instagram:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-linkedin:before,
.st-icon-square.st-multi-color.st-icon-linkedin:before,
.st-icon-square .st-multi-color.st-icon-linkedin:before,
.st-icon-sq.st-multi-color .st-icon-linkedin:before,
.st-icon-sq.st-multi-color.st-icon-linkedin:before,
.st-icon-sq .st-multi-color.st-icon-linkedin:before,
.st-icon-rounded0.st-multi-color .st-icon-linkedin:before,
.st-icon-rounded0.st-multi-color.st-icon-linkedin:before,
.st-icon-rounded0 .st-multi-color.st-icon-linkedin:before,
.st-icon-r0.st-multi-color .st-icon-linkedin:before,
.st-icon-r0.st-multi-color.st-icon-linkedin:before,
.st-icon-r0 .st-multi-color.st-icon-linkedin:before,
.st-multi-color .st-icon-square.st-icon-linkedin:before,
.st-multi-color .st-icon-sq.st-icon-linkedin:before,
.st-multi-color .st-icon-rounded0.st-icon-linkedin:before,
.st-multi-color .st-icon-r0.st-icon-linkedin:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-linkedin:before,
.st-icon-rounded1.st-multi-color.st-icon-linkedin:before,
.st-icon-rounded1 .st-multi-color.st-icon-linkedin:before,
.st-icon-r1.st-multi-color .st-icon-linkedin:before,
.st-icon-r1.st-multi-color.st-icon-linkedin:before,
.st-icon-r1 .st-multi-color.st-icon-linkedin:before,
.st-multi-color .st-icon-rounded1.st-icon-linkedin:before,
.st-multi-color .st-icon-r1.st-icon-linkedin:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-linkedin:before,
.st-icon-rounded.st-multi-color.st-icon-linkedin:before,
.st-icon-rounded .st-multi-color.st-icon-linkedin:before,
.st-icon-rounded2.st-multi-color .st-icon-linkedin:before,
.st-icon-rounded2.st-multi-color.st-icon-linkedin:before,
.st-icon-rounded2 .st-multi-color.st-icon-linkedin:before,
.st-icon-r2.st-multi-color .st-icon-linkedin:before,
.st-icon-r2.st-multi-color.st-icon-linkedin:before,
.st-icon-r2 .st-multi-color.st-icon-linkedin:before,
.st-multi-color .st-icon-rounded.st-icon-linkedin:before,
.st-multi-color .st-icon-rounded2.st-icon-linkedin:before,
.st-multi-color .st-icon-r2.st-icon-linkedin:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-linkedin:before,
.st-icon-rounded3.st-multi-color.st-icon-linkedin:before,
.st-icon-rounded3 .st-multi-color.st-icon-linkedin:before,
.st-icon-r3.st-multi-color .st-icon-linkedin:before,
.st-icon-r3.st-multi-color.st-icon-linkedin:before,
.st-icon-r3 .st-multi-color.st-icon-linkedin:before,
.st-multi-color .st-icon-rounded3.st-icon-linkedin:before,
.st-multi-color .st-icon-r3.st-icon-linkedin:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-linkedin:before,
.st-icon-circle.st-multi-color.st-icon-linkedin:before,
.st-icon-circle .st-multi-color.st-icon-linkedin:before,
.st-icon-cir.st-multi-color .st-icon-linkedin:before,
.st-icon-cir.st-multi-color.st-icon-linkedin:before,
.st-icon-cir .st-multi-color.st-icon-linkedin:before,
.st-icon-rounded4.st-multi-color .st-icon-linkedin:before,
.st-icon-rounded4.st-multi-color.st-icon-linkedin:before,
.st-icon-rounded4 .st-multi-color.st-icon-linkedin:before,
.st-icon-r4.st-multi-color .st-icon-linkedin:before,
.st-icon-r4.st-multi-color.st-icon-linkedin:before,
.st-icon-r4 .st-multi-color.st-icon-linkedin:before,
.st-multi-color .st-icon-circle.st-icon-linkedin:before,
.st-multi-color .st-icon-cir.st-icon-linkedin:before,
.st-multi-color .st-icon-rounded4.st-icon-linkedin:before,
.st-multi-color .st-icon-r4.st-icon-linkedin:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-pinboard:before,
.st-icon-square.st-multi-color.st-icon-pinboard:before,
.st-icon-square .st-multi-color.st-icon-pinboard:before,
.st-icon-sq.st-multi-color .st-icon-pinboard:before,
.st-icon-sq.st-multi-color.st-icon-pinboard:before,
.st-icon-sq .st-multi-color.st-icon-pinboard:before,
.st-icon-rounded0.st-multi-color .st-icon-pinboard:before,
.st-icon-rounded0.st-multi-color.st-icon-pinboard:before,
.st-icon-rounded0 .st-multi-color.st-icon-pinboard:before,
.st-icon-r0.st-multi-color .st-icon-pinboard:before,
.st-icon-r0.st-multi-color.st-icon-pinboard:before,
.st-icon-r0 .st-multi-color.st-icon-pinboard:before,
.st-multi-color .st-icon-square.st-icon-pinboard:before,
.st-multi-color .st-icon-sq.st-icon-pinboard:before,
.st-multi-color .st-icon-rounded0.st-icon-pinboard:before,
.st-multi-color .st-icon-r0.st-icon-pinboard:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-pinboard:before,
.st-icon-rounded1.st-multi-color.st-icon-pinboard:before,
.st-icon-rounded1 .st-multi-color.st-icon-pinboard:before,
.st-icon-r1.st-multi-color .st-icon-pinboard:before,
.st-icon-r1.st-multi-color.st-icon-pinboard:before,
.st-icon-r1 .st-multi-color.st-icon-pinboard:before,
.st-multi-color .st-icon-rounded1.st-icon-pinboard:before,
.st-multi-color .st-icon-r1.st-icon-pinboard:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-pinboard:before,
.st-icon-rounded.st-multi-color.st-icon-pinboard:before,
.st-icon-rounded .st-multi-color.st-icon-pinboard:before,
.st-icon-rounded2.st-multi-color .st-icon-pinboard:before,
.st-icon-rounded2.st-multi-color.st-icon-pinboard:before,
.st-icon-rounded2 .st-multi-color.st-icon-pinboard:before,
.st-icon-r2.st-multi-color .st-icon-pinboard:before,
.st-icon-r2.st-multi-color.st-icon-pinboard:before,
.st-icon-r2 .st-multi-color.st-icon-pinboard:before,
.st-multi-color .st-icon-rounded.st-icon-pinboard:before,
.st-multi-color .st-icon-rounded2.st-icon-pinboard:before,
.st-multi-color .st-icon-r2.st-icon-pinboard:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-pinboard:before,
.st-icon-rounded3.st-multi-color.st-icon-pinboard:before,
.st-icon-rounded3 .st-multi-color.st-icon-pinboard:before,
.st-icon-r3.st-multi-color .st-icon-pinboard:before,
.st-icon-r3.st-multi-color.st-icon-pinboard:before,
.st-icon-r3 .st-multi-color.st-icon-pinboard:before,
.st-multi-color .st-icon-rounded3.st-icon-pinboard:before,
.st-multi-color .st-icon-r3.st-icon-pinboard:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-pinboard:before,
.st-icon-circle.st-multi-color.st-icon-pinboard:before,
.st-icon-circle .st-multi-color.st-icon-pinboard:before,
.st-icon-cir.st-multi-color .st-icon-pinboard:before,
.st-icon-cir.st-multi-color.st-icon-pinboard:before,
.st-icon-cir .st-multi-color.st-icon-pinboard:before,
.st-icon-rounded4.st-multi-color .st-icon-pinboard:before,
.st-icon-rounded4.st-multi-color.st-icon-pinboard:before,
.st-icon-rounded4 .st-multi-color.st-icon-pinboard:before,
.st-icon-r4.st-multi-color .st-icon-pinboard:before,
.st-icon-r4.st-multi-color.st-icon-pinboard:before,
.st-icon-r4 .st-multi-color.st-icon-pinboard:before,
.st-multi-color .st-icon-circle.st-icon-pinboard:before,
.st-multi-color .st-icon-cir.st-icon-pinboard:before,
.st-multi-color .st-icon-rounded4.st-icon-pinboard:before,
.st-multi-color .st-icon-r4.st-icon-pinboard:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-pinterest:before,
.st-icon-square.st-multi-color.st-icon-pinterest:before,
.st-icon-square .st-multi-color.st-icon-pinterest:before,
.st-icon-sq.st-multi-color .st-icon-pinterest:before,
.st-icon-sq.st-multi-color.st-icon-pinterest:before,
.st-icon-sq .st-multi-color.st-icon-pinterest:before,
.st-icon-rounded0.st-multi-color .st-icon-pinterest:before,
.st-icon-rounded0.st-multi-color.st-icon-pinterest:before,
.st-icon-rounded0 .st-multi-color.st-icon-pinterest:before,
.st-icon-r0.st-multi-color .st-icon-pinterest:before,
.st-icon-r0.st-multi-color.st-icon-pinterest:before,
.st-icon-r0 .st-multi-color.st-icon-pinterest:before,
.st-multi-color .st-icon-square.st-icon-pinterest:before,
.st-multi-color .st-icon-sq.st-icon-pinterest:before,
.st-multi-color .st-icon-rounded0.st-icon-pinterest:before,
.st-multi-color .st-icon-r0.st-icon-pinterest:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-pinterest:before,
.st-icon-rounded1.st-multi-color.st-icon-pinterest:before,
.st-icon-rounded1 .st-multi-color.st-icon-pinterest:before,
.st-icon-r1.st-multi-color .st-icon-pinterest:before,
.st-icon-r1.st-multi-color.st-icon-pinterest:before,
.st-icon-r1 .st-multi-color.st-icon-pinterest:before,
.st-multi-color .st-icon-rounded1.st-icon-pinterest:before,
.st-multi-color .st-icon-r1.st-icon-pinterest:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-pinterest:before,
.st-icon-rounded.st-multi-color.st-icon-pinterest:before,
.st-icon-rounded .st-multi-color.st-icon-pinterest:before,
.st-icon-rounded2.st-multi-color .st-icon-pinterest:before,
.st-icon-rounded2.st-multi-color.st-icon-pinterest:before,
.st-icon-rounded2 .st-multi-color.st-icon-pinterest:before,
.st-icon-r2.st-multi-color .st-icon-pinterest:before,
.st-icon-r2.st-multi-color.st-icon-pinterest:before,
.st-icon-r2 .st-multi-color.st-icon-pinterest:before,
.st-multi-color .st-icon-rounded.st-icon-pinterest:before,
.st-multi-color .st-icon-rounded2.st-icon-pinterest:before,
.st-multi-color .st-icon-r2.st-icon-pinterest:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-pinterest:before,
.st-icon-rounded3.st-multi-color.st-icon-pinterest:before,
.st-icon-rounded3 .st-multi-color.st-icon-pinterest:before,
.st-icon-r3.st-multi-color .st-icon-pinterest:before,
.st-icon-r3.st-multi-color.st-icon-pinterest:before,
.st-icon-r3 .st-multi-color.st-icon-pinterest:before,
.st-multi-color .st-icon-rounded3.st-icon-pinterest:before,
.st-multi-color .st-icon-r3.st-icon-pinterest:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-pinterest:before,
.st-icon-circle.st-multi-color.st-icon-pinterest:before,
.st-icon-circle .st-multi-color.st-icon-pinterest:before,
.st-icon-cir.st-multi-color .st-icon-pinterest:before,
.st-icon-cir.st-multi-color.st-icon-pinterest:before,
.st-icon-cir .st-multi-color.st-icon-pinterest:before,
.st-icon-rounded4.st-multi-color .st-icon-pinterest:before,
.st-icon-rounded4.st-multi-color.st-icon-pinterest:before,
.st-icon-rounded4 .st-multi-color.st-icon-pinterest:before,
.st-icon-r4.st-multi-color .st-icon-pinterest:before,
.st-icon-r4.st-multi-color.st-icon-pinterest:before,
.st-icon-r4 .st-multi-color.st-icon-pinterest:before,
.st-multi-color .st-icon-circle.st-icon-pinterest:before,
.st-multi-color .st-icon-cir.st-icon-pinterest:before,
.st-multi-color .st-icon-rounded4.st-icon-pinterest:before,
.st-multi-color .st-icon-r4.st-icon-pinterest:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-rss:before,
.st-icon-square.st-multi-color.st-icon-rss:before,
.st-icon-square .st-multi-color.st-icon-rss:before,
.st-icon-sq.st-multi-color .st-icon-rss:before,
.st-icon-sq.st-multi-color.st-icon-rss:before,
.st-icon-sq .st-multi-color.st-icon-rss:before,
.st-icon-rounded0.st-multi-color .st-icon-rss:before,
.st-icon-rounded0.st-multi-color.st-icon-rss:before,
.st-icon-rounded0 .st-multi-color.st-icon-rss:before,
.st-icon-r0.st-multi-color .st-icon-rss:before,
.st-icon-r0.st-multi-color.st-icon-rss:before,
.st-icon-r0 .st-multi-color.st-icon-rss:before,
.st-multi-color .st-icon-square.st-icon-rss:before,
.st-multi-color .st-icon-sq.st-icon-rss:before,
.st-multi-color .st-icon-rounded0.st-icon-rss:before,
.st-multi-color .st-icon-r0.st-icon-rss:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-rss:before,
.st-icon-rounded1.st-multi-color.st-icon-rss:before,
.st-icon-rounded1 .st-multi-color.st-icon-rss:before,
.st-icon-r1.st-multi-color .st-icon-rss:before,
.st-icon-r1.st-multi-color.st-icon-rss:before,
.st-icon-r1 .st-multi-color.st-icon-rss:before,
.st-multi-color .st-icon-rounded1.st-icon-rss:before,
.st-multi-color .st-icon-r1.st-icon-rss:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-rss:before,
.st-icon-rounded.st-multi-color.st-icon-rss:before,
.st-icon-rounded .st-multi-color.st-icon-rss:before,
.st-icon-rounded2.st-multi-color .st-icon-rss:before,
.st-icon-rounded2.st-multi-color.st-icon-rss:before,
.st-icon-rounded2 .st-multi-color.st-icon-rss:before,
.st-icon-r2.st-multi-color .st-icon-rss:before,
.st-icon-r2.st-multi-color.st-icon-rss:before,
.st-icon-r2 .st-multi-color.st-icon-rss:before,
.st-multi-color .st-icon-rounded.st-icon-rss:before,
.st-multi-color .st-icon-rounded2.st-icon-rss:before,
.st-multi-color .st-icon-r2.st-icon-rss:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-rss:before,
.st-icon-rounded3.st-multi-color.st-icon-rss:before,
.st-icon-rounded3 .st-multi-color.st-icon-rss:before,
.st-icon-r3.st-multi-color .st-icon-rss:before,
.st-icon-r3.st-multi-color.st-icon-rss:before,
.st-icon-r3 .st-multi-color.st-icon-rss:before,
.st-multi-color .st-icon-rounded3.st-icon-rss:before,
.st-multi-color .st-icon-r3.st-icon-rss:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-rss:before,
.st-icon-circle.st-multi-color.st-icon-rss:before,
.st-icon-circle .st-multi-color.st-icon-rss:before,
.st-icon-cir.st-multi-color .st-icon-rss:before,
.st-icon-cir.st-multi-color.st-icon-rss:before,
.st-icon-cir .st-multi-color.st-icon-rss:before,
.st-icon-rounded4.st-multi-color .st-icon-rss:before,
.st-icon-rounded4.st-multi-color.st-icon-rss:before,
.st-icon-rounded4 .st-multi-color.st-icon-rss:before,
.st-icon-r4.st-multi-color .st-icon-rss:before,
.st-icon-r4.st-multi-color.st-icon-rss:before,
.st-icon-r4 .st-multi-color.st-icon-rss:before,
.st-multi-color .st-icon-circle.st-icon-rss:before,
.st-multi-color .st-icon-cir.st-icon-rss:before,
.st-multi-color .st-icon-rounded4.st-icon-rss:before,
.st-multi-color .st-icon-r4.st-icon-rss:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-tumblr:before,
.st-icon-square.st-multi-color.st-icon-tumblr:before,
.st-icon-square .st-multi-color.st-icon-tumblr:before,
.st-icon-sq.st-multi-color .st-icon-tumblr:before,
.st-icon-sq.st-multi-color.st-icon-tumblr:before,
.st-icon-sq .st-multi-color.st-icon-tumblr:before,
.st-icon-rounded0.st-multi-color .st-icon-tumblr:before,
.st-icon-rounded0.st-multi-color.st-icon-tumblr:before,
.st-icon-rounded0 .st-multi-color.st-icon-tumblr:before,
.st-icon-r0.st-multi-color .st-icon-tumblr:before,
.st-icon-r0.st-multi-color.st-icon-tumblr:before,
.st-icon-r0 .st-multi-color.st-icon-tumblr:before,
.st-multi-color .st-icon-square.st-icon-tumblr:before,
.st-multi-color .st-icon-sq.st-icon-tumblr:before,
.st-multi-color .st-icon-rounded0.st-icon-tumblr:before,
.st-multi-color .st-icon-r0.st-icon-tumblr:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-tumblr:before,
.st-icon-rounded1.st-multi-color.st-icon-tumblr:before,
.st-icon-rounded1 .st-multi-color.st-icon-tumblr:before,
.st-icon-r1.st-multi-color .st-icon-tumblr:before,
.st-icon-r1.st-multi-color.st-icon-tumblr:before,
.st-icon-r1 .st-multi-color.st-icon-tumblr:before,
.st-multi-color .st-icon-rounded1.st-icon-tumblr:before,
.st-multi-color .st-icon-r1.st-icon-tumblr:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-tumblr:before,
.st-icon-rounded.st-multi-color.st-icon-tumblr:before,
.st-icon-rounded .st-multi-color.st-icon-tumblr:before,
.st-icon-rounded2.st-multi-color .st-icon-tumblr:before,
.st-icon-rounded2.st-multi-color.st-icon-tumblr:before,
.st-icon-rounded2 .st-multi-color.st-icon-tumblr:before,
.st-icon-r2.st-multi-color .st-icon-tumblr:before,
.st-icon-r2.st-multi-color.st-icon-tumblr:before,
.st-icon-r2 .st-multi-color.st-icon-tumblr:before,
.st-multi-color .st-icon-rounded.st-icon-tumblr:before,
.st-multi-color .st-icon-rounded2.st-icon-tumblr:before,
.st-multi-color .st-icon-r2.st-icon-tumblr:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-tumblr:before,
.st-icon-rounded3.st-multi-color.st-icon-tumblr:before,
.st-icon-rounded3 .st-multi-color.st-icon-tumblr:before,
.st-icon-r3.st-multi-color .st-icon-tumblr:before,
.st-icon-r3.st-multi-color.st-icon-tumblr:before,
.st-icon-r3 .st-multi-color.st-icon-tumblr:before,
.st-multi-color .st-icon-rounded3.st-icon-tumblr:before,
.st-multi-color .st-icon-r3.st-icon-tumblr:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-tumblr:before,
.st-icon-circle.st-multi-color.st-icon-tumblr:before,
.st-icon-circle .st-multi-color.st-icon-tumblr:before,
.st-icon-cir.st-multi-color .st-icon-tumblr:before,
.st-icon-cir.st-multi-color.st-icon-tumblr:before,
.st-icon-cir .st-multi-color.st-icon-tumblr:before,
.st-icon-rounded4.st-multi-color .st-icon-tumblr:before,
.st-icon-rounded4.st-multi-color.st-icon-tumblr:before,
.st-icon-rounded4 .st-multi-color.st-icon-tumblr:before,
.st-icon-r4.st-multi-color .st-icon-tumblr:before,
.st-icon-r4.st-multi-color.st-icon-tumblr:before,
.st-icon-r4 .st-multi-color.st-icon-tumblr:before,
.st-multi-color .st-icon-circle.st-icon-tumblr:before,
.st-multi-color .st-icon-cir.st-icon-tumblr:before,
.st-multi-color .st-icon-rounded4.st-icon-tumblr:before,
.st-multi-color .st-icon-r4.st-icon-tumblr:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-twitter:before,
.st-icon-square.st-multi-color.st-icon-twitter:before,
.st-icon-square .st-multi-color.st-icon-twitter:before,
.st-icon-sq.st-multi-color .st-icon-twitter:before,
.st-icon-sq.st-multi-color.st-icon-twitter:before,
.st-icon-sq .st-multi-color.st-icon-twitter:before,
.st-icon-rounded0.st-multi-color .st-icon-twitter:before,
.st-icon-rounded0.st-multi-color.st-icon-twitter:before,
.st-icon-rounded0 .st-multi-color.st-icon-twitter:before,
.st-icon-r0.st-multi-color .st-icon-twitter:before,
.st-icon-r0.st-multi-color.st-icon-twitter:before,
.st-icon-r0 .st-multi-color.st-icon-twitter:before,
.st-multi-color .st-icon-square.st-icon-twitter:before,
.st-multi-color .st-icon-sq.st-icon-twitter:before,
.st-multi-color .st-icon-rounded0.st-icon-twitter:before,
.st-multi-color .st-icon-r0.st-icon-twitter:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-twitter:before,
.st-icon-rounded1.st-multi-color.st-icon-twitter:before,
.st-icon-rounded1 .st-multi-color.st-icon-twitter:before,
.st-icon-r1.st-multi-color .st-icon-twitter:before,
.st-icon-r1.st-multi-color.st-icon-twitter:before,
.st-icon-r1 .st-multi-color.st-icon-twitter:before,
.st-multi-color .st-icon-rounded1.st-icon-twitter:before,
.st-multi-color .st-icon-r1.st-icon-twitter:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-twitter:before,
.st-icon-rounded.st-multi-color.st-icon-twitter:before,
.st-icon-rounded .st-multi-color.st-icon-twitter:before,
.st-icon-rounded2.st-multi-color .st-icon-twitter:before,
.st-icon-rounded2.st-multi-color.st-icon-twitter:before,
.st-icon-rounded2 .st-multi-color.st-icon-twitter:before,
.st-icon-r2.st-multi-color .st-icon-twitter:before,
.st-icon-r2.st-multi-color.st-icon-twitter:before,
.st-icon-r2 .st-multi-color.st-icon-twitter:before,
.st-multi-color .st-icon-rounded.st-icon-twitter:before,
.st-multi-color .st-icon-rounded2.st-icon-twitter:before,
.st-multi-color .st-icon-r2.st-icon-twitter:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-twitter:before,
.st-icon-rounded3.st-multi-color.st-icon-twitter:before,
.st-icon-rounded3 .st-multi-color.st-icon-twitter:before,
.st-icon-r3.st-multi-color .st-icon-twitter:before,
.st-icon-r3.st-multi-color.st-icon-twitter:before,
.st-icon-r3 .st-multi-color.st-icon-twitter:before,
.st-multi-color .st-icon-rounded3.st-icon-twitter:before,
.st-multi-color .st-icon-r3.st-icon-twitter:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-twitter:before,
.st-icon-circle.st-multi-color.st-icon-twitter:before,
.st-icon-circle .st-multi-color.st-icon-twitter:before,
.st-icon-cir.st-multi-color .st-icon-twitter:before,
.st-icon-cir.st-multi-color.st-icon-twitter:before,
.st-icon-cir .st-multi-color.st-icon-twitter:before,
.st-icon-rounded4.st-multi-color .st-icon-twitter:before,
.st-icon-rounded4.st-multi-color.st-icon-twitter:before,
.st-icon-rounded4 .st-multi-color.st-icon-twitter:before,
.st-icon-r4.st-multi-color .st-icon-twitter:before,
.st-icon-r4.st-multi-color.st-icon-twitter:before,
.st-icon-r4 .st-multi-color.st-icon-twitter:before,
.st-multi-color .st-icon-circle.st-icon-twitter:before,
.st-multi-color .st-icon-cir.st-icon-twitter:before,
.st-multi-color .st-icon-rounded4.st-icon-twitter:before,
.st-multi-color .st-icon-r4.st-icon-twitter:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-vimeo:before,
.st-icon-square.st-multi-color.st-icon-vimeo:before,
.st-icon-square .st-multi-color.st-icon-vimeo:before,
.st-icon-sq.st-multi-color .st-icon-vimeo:before,
.st-icon-sq.st-multi-color.st-icon-vimeo:before,
.st-icon-sq .st-multi-color.st-icon-vimeo:before,
.st-icon-rounded0.st-multi-color .st-icon-vimeo:before,
.st-icon-rounded0.st-multi-color.st-icon-vimeo:before,
.st-icon-rounded0 .st-multi-color.st-icon-vimeo:before,
.st-icon-r0.st-multi-color .st-icon-vimeo:before,
.st-icon-r0.st-multi-color.st-icon-vimeo:before,
.st-icon-r0 .st-multi-color.st-icon-vimeo:before,
.st-multi-color .st-icon-square.st-icon-vimeo:before,
.st-multi-color .st-icon-sq.st-icon-vimeo:before,
.st-multi-color .st-icon-rounded0.st-icon-vimeo:before,
.st-multi-color .st-icon-r0.st-icon-vimeo:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-vimeo:before,
.st-icon-rounded1.st-multi-color.st-icon-vimeo:before,
.st-icon-rounded1 .st-multi-color.st-icon-vimeo:before,
.st-icon-r1.st-multi-color .st-icon-vimeo:before,
.st-icon-r1.st-multi-color.st-icon-vimeo:before,
.st-icon-r1 .st-multi-color.st-icon-vimeo:before,
.st-multi-color .st-icon-rounded1.st-icon-vimeo:before,
.st-multi-color .st-icon-r1.st-icon-vimeo:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-vimeo:before,
.st-icon-rounded.st-multi-color.st-icon-vimeo:before,
.st-icon-rounded .st-multi-color.st-icon-vimeo:before,
.st-icon-rounded2.st-multi-color .st-icon-vimeo:before,
.st-icon-rounded2.st-multi-color.st-icon-vimeo:before,
.st-icon-rounded2 .st-multi-color.st-icon-vimeo:before,
.st-icon-r2.st-multi-color .st-icon-vimeo:before,
.st-icon-r2.st-multi-color.st-icon-vimeo:before,
.st-icon-r2 .st-multi-color.st-icon-vimeo:before,
.st-multi-color .st-icon-rounded.st-icon-vimeo:before,
.st-multi-color .st-icon-rounded2.st-icon-vimeo:before,
.st-multi-color .st-icon-r2.st-icon-vimeo:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-vimeo:before,
.st-icon-rounded3.st-multi-color.st-icon-vimeo:before,
.st-icon-rounded3 .st-multi-color.st-icon-vimeo:before,
.st-icon-r3.st-multi-color .st-icon-vimeo:before,
.st-icon-r3.st-multi-color.st-icon-vimeo:before,
.st-icon-r3 .st-multi-color.st-icon-vimeo:before,
.st-multi-color .st-icon-rounded3.st-icon-vimeo:before,
.st-multi-color .st-icon-r3.st-icon-vimeo:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-vimeo:before,
.st-icon-circle.st-multi-color.st-icon-vimeo:before,
.st-icon-circle .st-multi-color.st-icon-vimeo:before,
.st-icon-cir.st-multi-color .st-icon-vimeo:before,
.st-icon-cir.st-multi-color.st-icon-vimeo:before,
.st-icon-cir .st-multi-color.st-icon-vimeo:before,
.st-icon-rounded4.st-multi-color .st-icon-vimeo:before,
.st-icon-rounded4.st-multi-color.st-icon-vimeo:before,
.st-icon-rounded4 .st-multi-color.st-icon-vimeo:before,
.st-icon-r4.st-multi-color .st-icon-vimeo:before,
.st-icon-r4.st-multi-color.st-icon-vimeo:before,
.st-icon-r4 .st-multi-color.st-icon-vimeo:before,
.st-multi-color .st-icon-circle.st-icon-vimeo:before,
.st-multi-color .st-icon-cir.st-icon-vimeo:before,
.st-multi-color .st-icon-rounded4.st-icon-vimeo:before,
.st-multi-color .st-icon-r4.st-icon-vimeo:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-youtube:before,
.st-icon-square.st-multi-color.st-icon-youtube:before,
.st-icon-square .st-multi-color.st-icon-youtube:before,
.st-icon-sq.st-multi-color .st-icon-youtube:before,
.st-icon-sq.st-multi-color.st-icon-youtube:before,
.st-icon-sq .st-multi-color.st-icon-youtube:before,
.st-icon-rounded0.st-multi-color .st-icon-youtube:before,
.st-icon-rounded0.st-multi-color.st-icon-youtube:before,
.st-icon-rounded0 .st-multi-color.st-icon-youtube:before,
.st-icon-r0.st-multi-color .st-icon-youtube:before,
.st-icon-r0.st-multi-color.st-icon-youtube:before,
.st-icon-r0 .st-multi-color.st-icon-youtube:before,
.st-multi-color .st-icon-square.st-icon-youtube:before,
.st-multi-color .st-icon-sq.st-icon-youtube:before,
.st-multi-color .st-icon-rounded0.st-icon-youtube:before,
.st-multi-color .st-icon-r0.st-icon-youtube:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-youtube:before,
.st-icon-rounded1.st-multi-color.st-icon-youtube:before,
.st-icon-rounded1 .st-multi-color.st-icon-youtube:before,
.st-icon-r1.st-multi-color .st-icon-youtube:before,
.st-icon-r1.st-multi-color.st-icon-youtube:before,
.st-icon-r1 .st-multi-color.st-icon-youtube:before,
.st-multi-color .st-icon-rounded1.st-icon-youtube:before,
.st-multi-color .st-icon-r1.st-icon-youtube:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-youtube:before,
.st-icon-rounded.st-multi-color.st-icon-youtube:before,
.st-icon-rounded .st-multi-color.st-icon-youtube:before,
.st-icon-rounded2.st-multi-color .st-icon-youtube:before,
.st-icon-rounded2.st-multi-color.st-icon-youtube:before,
.st-icon-rounded2 .st-multi-color.st-icon-youtube:before,
.st-icon-r2.st-multi-color .st-icon-youtube:before,
.st-icon-r2.st-multi-color.st-icon-youtube:before,
.st-icon-r2 .st-multi-color.st-icon-youtube:before,
.st-multi-color .st-icon-rounded.st-icon-youtube:before,
.st-multi-color .st-icon-rounded2.st-icon-youtube:before,
.st-multi-color .st-icon-r2.st-icon-youtube:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-youtube:before,
.st-icon-rounded3.st-multi-color.st-icon-youtube:before,
.st-icon-rounded3 .st-multi-color.st-icon-youtube:before,
.st-icon-r3.st-multi-color .st-icon-youtube:before,
.st-icon-r3.st-multi-color.st-icon-youtube:before,
.st-icon-r3 .st-multi-color.st-icon-youtube:before,
.st-multi-color .st-icon-rounded3.st-icon-youtube:before,
.st-multi-color .st-icon-r3.st-icon-youtube:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-youtube:before,
.st-icon-circle.st-multi-color.st-icon-youtube:before,
.st-icon-circle .st-multi-color.st-icon-youtube:before,
.st-icon-cir.st-multi-color .st-icon-youtube:before,
.st-icon-cir.st-multi-color.st-icon-youtube:before,
.st-icon-cir .st-multi-color.st-icon-youtube:before,
.st-icon-rounded4.st-multi-color .st-icon-youtube:before,
.st-icon-rounded4.st-multi-color.st-icon-youtube:before,
.st-icon-rounded4 .st-multi-color.st-icon-youtube:before,
.st-icon-r4.st-multi-color .st-icon-youtube:before,
.st-icon-r4.st-multi-color.st-icon-youtube:before,
.st-icon-r4 .st-multi-color.st-icon-youtube:before,
.st-multi-color .st-icon-circle.st-icon-youtube:before,
.st-multi-color .st-icon-cir.st-icon-youtube:before,
.st-multi-color .st-icon-rounded4.st-icon-youtube:before,
.st-multi-color .st-icon-r4.st-icon-youtube:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-youtube2:before,
.st-icon-square.st-multi-color.st-icon-youtube2:before,
.st-icon-square .st-multi-color.st-icon-youtube2:before,
.st-icon-sq.st-multi-color .st-icon-youtube2:before,
.st-icon-sq.st-multi-color.st-icon-youtube2:before,
.st-icon-sq .st-multi-color.st-icon-youtube2:before,
.st-icon-rounded0.st-multi-color .st-icon-youtube2:before,
.st-icon-rounded0.st-multi-color.st-icon-youtube2:before,
.st-icon-rounded0 .st-multi-color.st-icon-youtube2:before,
.st-icon-r0.st-multi-color .st-icon-youtube2:before,
.st-icon-r0.st-multi-color.st-icon-youtube2:before,
.st-icon-r0 .st-multi-color.st-icon-youtube2:before,
.st-multi-color .st-icon-square.st-icon-youtube2:before,
.st-multi-color .st-icon-sq.st-icon-youtube2:before,
.st-multi-color .st-icon-rounded0.st-icon-youtube2:before,
.st-multi-color .st-icon-r0.st-icon-youtube2:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-youtube2:before,
.st-icon-rounded1.st-multi-color.st-icon-youtube2:before,
.st-icon-rounded1 .st-multi-color.st-icon-youtube2:before,
.st-icon-r1.st-multi-color .st-icon-youtube2:before,
.st-icon-r1.st-multi-color.st-icon-youtube2:before,
.st-icon-r1 .st-multi-color.st-icon-youtube2:before,
.st-multi-color .st-icon-rounded1.st-icon-youtube2:before,
.st-multi-color .st-icon-r1.st-icon-youtube2:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-youtube2:before,
.st-icon-rounded.st-multi-color.st-icon-youtube2:before,
.st-icon-rounded .st-multi-color.st-icon-youtube2:before,
.st-icon-rounded2.st-multi-color .st-icon-youtube2:before,
.st-icon-rounded2.st-multi-color.st-icon-youtube2:before,
.st-icon-rounded2 .st-multi-color.st-icon-youtube2:before,
.st-icon-r2.st-multi-color .st-icon-youtube2:before,
.st-icon-r2.st-multi-color.st-icon-youtube2:before,
.st-icon-r2 .st-multi-color.st-icon-youtube2:before,
.st-multi-color .st-icon-rounded.st-icon-youtube2:before,
.st-multi-color .st-icon-rounded2.st-icon-youtube2:before,
.st-multi-color .st-icon-r2.st-icon-youtube2:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-youtube2:before,
.st-icon-rounded3.st-multi-color.st-icon-youtube2:before,
.st-icon-rounded3 .st-multi-color.st-icon-youtube2:before,
.st-icon-r3.st-multi-color .st-icon-youtube2:before,
.st-icon-r3.st-multi-color.st-icon-youtube2:before,
.st-icon-r3 .st-multi-color.st-icon-youtube2:before,
.st-multi-color .st-icon-rounded3.st-icon-youtube2:before,
.st-multi-color .st-icon-r3.st-icon-youtube2:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-youtube2:before,
.st-icon-circle.st-multi-color.st-icon-youtube2:before,
.st-icon-circle .st-multi-color.st-icon-youtube2:before,
.st-icon-cir.st-multi-color .st-icon-youtube2:before,
.st-icon-cir.st-multi-color.st-icon-youtube2:before,
.st-icon-cir .st-multi-color.st-icon-youtube2:before,
.st-icon-rounded4.st-multi-color .st-icon-youtube2:before,
.st-icon-rounded4.st-multi-color.st-icon-youtube2:before,
.st-icon-rounded4 .st-multi-color.st-icon-youtube2:before,
.st-icon-r4.st-multi-color .st-icon-youtube2:before,
.st-icon-r4.st-multi-color.st-icon-youtube2:before,
.st-icon-r4 .st-multi-color.st-icon-youtube2:before,
.st-multi-color .st-icon-circle.st-icon-youtube2:before,
.st-multi-color .st-icon-cir.st-icon-youtube2:before,
.st-multi-color .st-icon-rounded4.st-icon-youtube2:before,
.st-multi-color .st-icon-r4.st-icon-youtube2:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-youtube-alt:before,
.st-icon-square.st-multi-color.st-icon-youtube-alt:before,
.st-icon-square .st-multi-color.st-icon-youtube-alt:before,
.st-icon-sq.st-multi-color .st-icon-youtube-alt:before,
.st-icon-sq.st-multi-color.st-icon-youtube-alt:before,
.st-icon-sq .st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded0.st-multi-color .st-icon-youtube-alt:before,
.st-icon-rounded0.st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded0 .st-multi-color.st-icon-youtube-alt:before,
.st-icon-r0.st-multi-color .st-icon-youtube-alt:before,
.st-icon-r0.st-multi-color.st-icon-youtube-alt:before,
.st-icon-r0 .st-multi-color.st-icon-youtube-alt:before,
.st-multi-color .st-icon-square.st-icon-youtube-alt:before,
.st-multi-color .st-icon-sq.st-icon-youtube-alt:before,
.st-multi-color .st-icon-rounded0.st-icon-youtube-alt:before,
.st-multi-color .st-icon-r0.st-icon-youtube-alt:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-youtube-alt:before,
.st-icon-rounded1.st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded1 .st-multi-color.st-icon-youtube-alt:before,
.st-icon-r1.st-multi-color .st-icon-youtube-alt:before,
.st-icon-r1.st-multi-color.st-icon-youtube-alt:before,
.st-icon-r1 .st-multi-color.st-icon-youtube-alt:before,
.st-multi-color .st-icon-rounded1.st-icon-youtube-alt:before,
.st-multi-color .st-icon-r1.st-icon-youtube-alt:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-youtube-alt:before,
.st-icon-rounded.st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded .st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded2.st-multi-color .st-icon-youtube-alt:before,
.st-icon-rounded2.st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded2 .st-multi-color.st-icon-youtube-alt:before,
.st-icon-r2.st-multi-color .st-icon-youtube-alt:before,
.st-icon-r2.st-multi-color.st-icon-youtube-alt:before,
.st-icon-r2 .st-multi-color.st-icon-youtube-alt:before,
.st-multi-color .st-icon-rounded.st-icon-youtube-alt:before,
.st-multi-color .st-icon-rounded2.st-icon-youtube-alt:before,
.st-multi-color .st-icon-r2.st-icon-youtube-alt:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-youtube-alt:before,
.st-icon-rounded3.st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded3 .st-multi-color.st-icon-youtube-alt:before,
.st-icon-r3.st-multi-color .st-icon-youtube-alt:before,
.st-icon-r3.st-multi-color.st-icon-youtube-alt:before,
.st-icon-r3 .st-multi-color.st-icon-youtube-alt:before,
.st-multi-color .st-icon-rounded3.st-icon-youtube-alt:before,
.st-multi-color .st-icon-r3.st-icon-youtube-alt:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-youtube-alt:before,
.st-icon-circle.st-multi-color.st-icon-youtube-alt:before,
.st-icon-circle .st-multi-color.st-icon-youtube-alt:before,
.st-icon-cir.st-multi-color .st-icon-youtube-alt:before,
.st-icon-cir.st-multi-color.st-icon-youtube-alt:before,
.st-icon-cir .st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded4.st-multi-color .st-icon-youtube-alt:before,
.st-icon-rounded4.st-multi-color.st-icon-youtube-alt:before,
.st-icon-rounded4 .st-multi-color.st-icon-youtube-alt:before,
.st-icon-r4.st-multi-color .st-icon-youtube-alt:before,
.st-icon-r4.st-multi-color.st-icon-youtube-alt:before,
.st-icon-r4 .st-multi-color.st-icon-youtube-alt:before,
.st-multi-color .st-icon-circle.st-icon-youtube-alt:before,
.st-multi-color .st-icon-cir.st-icon-youtube-alt:before,
.st-multi-color .st-icon-rounded4.st-icon-youtube-alt:before,
.st-multi-color .st-icon-r4.st-icon-youtube-alt:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-square.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-square .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-sq.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-sq.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-sq .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded0.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-rounded0.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded0 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r0.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-r0.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r0 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-square.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-sq.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-rounded0.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-r0.st-icon-youtube-alt-sm:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-rounded1.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded1 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r1.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-r1.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r1 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-rounded1.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-r1.st-icon-youtube-alt-sm:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-rounded.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded2.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-rounded2.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded2 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r2.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-r2.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r2 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-rounded.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-rounded2.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-r2.st-icon-youtube-alt-sm:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-rounded3.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded3 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r3.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-r3.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r3 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-rounded3.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-r3.st-icon-youtube-alt-sm:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-circle.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-circle .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-cir.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-cir.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-cir .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded4.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-rounded4.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-rounded4 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r4.st-multi-color .st-icon-youtube-alt-sm:before,
.st-icon-r4.st-multi-color.st-icon-youtube-alt-sm:before,
.st-icon-r4 .st-multi-color.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-circle.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-cir.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-rounded4.st-icon-youtube-alt-sm:before,
.st-multi-color .st-icon-r4.st-icon-youtube-alt-sm:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-menu:before,
.st-icon-square.st-multi-color.st-icon-menu:before,
.st-icon-square .st-multi-color.st-icon-menu:before,
.st-icon-sq.st-multi-color .st-icon-menu:before,
.st-icon-sq.st-multi-color.st-icon-menu:before,
.st-icon-sq .st-multi-color.st-icon-menu:before,
.st-icon-rounded0.st-multi-color .st-icon-menu:before,
.st-icon-rounded0.st-multi-color.st-icon-menu:before,
.st-icon-rounded0 .st-multi-color.st-icon-menu:before,
.st-icon-r0.st-multi-color .st-icon-menu:before,
.st-icon-r0.st-multi-color.st-icon-menu:before,
.st-icon-r0 .st-multi-color.st-icon-menu:before,
.st-multi-color .st-icon-square.st-icon-menu:before,
.st-multi-color .st-icon-sq.st-icon-menu:before,
.st-multi-color .st-icon-rounded0.st-icon-menu:before,
.st-multi-color .st-icon-r0.st-icon-menu:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-menu:before,
.st-icon-rounded1.st-multi-color.st-icon-menu:before,
.st-icon-rounded1 .st-multi-color.st-icon-menu:before,
.st-icon-r1.st-multi-color .st-icon-menu:before,
.st-icon-r1.st-multi-color.st-icon-menu:before,
.st-icon-r1 .st-multi-color.st-icon-menu:before,
.st-multi-color .st-icon-rounded1.st-icon-menu:before,
.st-multi-color .st-icon-r1.st-icon-menu:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-menu:before,
.st-icon-rounded.st-multi-color.st-icon-menu:before,
.st-icon-rounded .st-multi-color.st-icon-menu:before,
.st-icon-rounded2.st-multi-color .st-icon-menu:before,
.st-icon-rounded2.st-multi-color.st-icon-menu:before,
.st-icon-rounded2 .st-multi-color.st-icon-menu:before,
.st-icon-r2.st-multi-color .st-icon-menu:before,
.st-icon-r2.st-multi-color.st-icon-menu:before,
.st-icon-r2 .st-multi-color.st-icon-menu:before,
.st-multi-color .st-icon-rounded.st-icon-menu:before,
.st-multi-color .st-icon-rounded2.st-icon-menu:before,
.st-multi-color .st-icon-r2.st-icon-menu:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-menu:before,
.st-icon-rounded3.st-multi-color.st-icon-menu:before,
.st-icon-rounded3 .st-multi-color.st-icon-menu:before,
.st-icon-r3.st-multi-color .st-icon-menu:before,
.st-icon-r3.st-multi-color.st-icon-menu:before,
.st-icon-r3 .st-multi-color.st-icon-menu:before,
.st-multi-color .st-icon-rounded3.st-icon-menu:before,
.st-multi-color .st-icon-r3.st-icon-menu:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-menu:before,
.st-icon-circle.st-multi-color.st-icon-menu:before,
.st-icon-circle .st-multi-color.st-icon-menu:before,
.st-icon-cir.st-multi-color .st-icon-menu:before,
.st-icon-cir.st-multi-color.st-icon-menu:before,
.st-icon-cir .st-multi-color.st-icon-menu:before,
.st-icon-rounded4.st-multi-color .st-icon-menu:before,
.st-icon-rounded4.st-multi-color.st-icon-menu:before,
.st-icon-rounded4 .st-multi-color.st-icon-menu:before,
.st-icon-r4.st-multi-color .st-icon-menu:before,
.st-icon-r4.st-multi-color.st-icon-menu:before,
.st-icon-r4 .st-multi-color.st-icon-menu:before,
.st-multi-color .st-icon-circle.st-icon-menu:before,
.st-multi-color .st-icon-cir.st-icon-menu:before,
.st-multi-color .st-icon-rounded4.st-icon-menu:before,
.st-multi-color .st-icon-r4.st-icon-menu:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-menu-alt:before,
.st-icon-square.st-multi-color.st-icon-menu-alt:before,
.st-icon-square .st-multi-color.st-icon-menu-alt:before,
.st-icon-sq.st-multi-color .st-icon-menu-alt:before,
.st-icon-sq.st-multi-color.st-icon-menu-alt:before,
.st-icon-sq .st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded0.st-multi-color .st-icon-menu-alt:before,
.st-icon-rounded0.st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded0 .st-multi-color.st-icon-menu-alt:before,
.st-icon-r0.st-multi-color .st-icon-menu-alt:before,
.st-icon-r0.st-multi-color.st-icon-menu-alt:before,
.st-icon-r0 .st-multi-color.st-icon-menu-alt:before,
.st-multi-color .st-icon-square.st-icon-menu-alt:before,
.st-multi-color .st-icon-sq.st-icon-menu-alt:before,
.st-multi-color .st-icon-rounded0.st-icon-menu-alt:before,
.st-multi-color .st-icon-r0.st-icon-menu-alt:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-menu-alt:before,
.st-icon-rounded1.st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded1 .st-multi-color.st-icon-menu-alt:before,
.st-icon-r1.st-multi-color .st-icon-menu-alt:before,
.st-icon-r1.st-multi-color.st-icon-menu-alt:before,
.st-icon-r1 .st-multi-color.st-icon-menu-alt:before,
.st-multi-color .st-icon-rounded1.st-icon-menu-alt:before,
.st-multi-color .st-icon-r1.st-icon-menu-alt:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-menu-alt:before,
.st-icon-rounded.st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded .st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded2.st-multi-color .st-icon-menu-alt:before,
.st-icon-rounded2.st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded2 .st-multi-color.st-icon-menu-alt:before,
.st-icon-r2.st-multi-color .st-icon-menu-alt:before,
.st-icon-r2.st-multi-color.st-icon-menu-alt:before,
.st-icon-r2 .st-multi-color.st-icon-menu-alt:before,
.st-multi-color .st-icon-rounded.st-icon-menu-alt:before,
.st-multi-color .st-icon-rounded2.st-icon-menu-alt:before,
.st-multi-color .st-icon-r2.st-icon-menu-alt:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-menu-alt:before,
.st-icon-rounded3.st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded3 .st-multi-color.st-icon-menu-alt:before,
.st-icon-r3.st-multi-color .st-icon-menu-alt:before,
.st-icon-r3.st-multi-color.st-icon-menu-alt:before,
.st-icon-r3 .st-multi-color.st-icon-menu-alt:before,
.st-multi-color .st-icon-rounded3.st-icon-menu-alt:before,
.st-multi-color .st-icon-r3.st-icon-menu-alt:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-menu-alt:before,
.st-icon-circle.st-multi-color.st-icon-menu-alt:before,
.st-icon-circle .st-multi-color.st-icon-menu-alt:before,
.st-icon-cir.st-multi-color .st-icon-menu-alt:before,
.st-icon-cir.st-multi-color.st-icon-menu-alt:before,
.st-icon-cir .st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded4.st-multi-color .st-icon-menu-alt:before,
.st-icon-rounded4.st-multi-color.st-icon-menu-alt:before,
.st-icon-rounded4 .st-multi-color.st-icon-menu-alt:before,
.st-icon-r4.st-multi-color .st-icon-menu-alt:before,
.st-icon-r4.st-multi-color.st-icon-menu-alt:before,
.st-icon-r4 .st-multi-color.st-icon-menu-alt:before,
.st-multi-color .st-icon-circle.st-icon-menu-alt:before,
.st-multi-color .st-icon-cir.st-icon-menu-alt:before,
.st-multi-color .st-icon-rounded4.st-icon-menu-alt:before,
.st-multi-color .st-icon-r4.st-icon-menu-alt:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-menu-alt2:before,
.st-icon-square.st-multi-color.st-icon-menu-alt2:before,
.st-icon-square .st-multi-color.st-icon-menu-alt2:before,
.st-icon-sq.st-multi-color .st-icon-menu-alt2:before,
.st-icon-sq.st-multi-color.st-icon-menu-alt2:before,
.st-icon-sq .st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded0.st-multi-color .st-icon-menu-alt2:before,
.st-icon-rounded0.st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded0 .st-multi-color.st-icon-menu-alt2:before,
.st-icon-r0.st-multi-color .st-icon-menu-alt2:before,
.st-icon-r0.st-multi-color.st-icon-menu-alt2:before,
.st-icon-r0 .st-multi-color.st-icon-menu-alt2:before,
.st-multi-color .st-icon-square.st-icon-menu-alt2:before,
.st-multi-color .st-icon-sq.st-icon-menu-alt2:before,
.st-multi-color .st-icon-rounded0.st-icon-menu-alt2:before,
.st-multi-color .st-icon-r0.st-icon-menu-alt2:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-menu-alt2:before,
.st-icon-rounded1.st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded1 .st-multi-color.st-icon-menu-alt2:before,
.st-icon-r1.st-multi-color .st-icon-menu-alt2:before,
.st-icon-r1.st-multi-color.st-icon-menu-alt2:before,
.st-icon-r1 .st-multi-color.st-icon-menu-alt2:before,
.st-multi-color .st-icon-rounded1.st-icon-menu-alt2:before,
.st-multi-color .st-icon-r1.st-icon-menu-alt2:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-menu-alt2:before,
.st-icon-rounded.st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded .st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded2.st-multi-color .st-icon-menu-alt2:before,
.st-icon-rounded2.st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded2 .st-multi-color.st-icon-menu-alt2:before,
.st-icon-r2.st-multi-color .st-icon-menu-alt2:before,
.st-icon-r2.st-multi-color.st-icon-menu-alt2:before,
.st-icon-r2 .st-multi-color.st-icon-menu-alt2:before,
.st-multi-color .st-icon-rounded.st-icon-menu-alt2:before,
.st-multi-color .st-icon-rounded2.st-icon-menu-alt2:before,
.st-multi-color .st-icon-r2.st-icon-menu-alt2:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-menu-alt2:before,
.st-icon-rounded3.st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded3 .st-multi-color.st-icon-menu-alt2:before,
.st-icon-r3.st-multi-color .st-icon-menu-alt2:before,
.st-icon-r3.st-multi-color.st-icon-menu-alt2:before,
.st-icon-r3 .st-multi-color.st-icon-menu-alt2:before,
.st-multi-color .st-icon-rounded3.st-icon-menu-alt2:before,
.st-multi-color .st-icon-r3.st-icon-menu-alt2:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-menu-alt2:before,
.st-icon-circle.st-multi-color.st-icon-menu-alt2:before,
.st-icon-circle .st-multi-color.st-icon-menu-alt2:before,
.st-icon-cir.st-multi-color .st-icon-menu-alt2:before,
.st-icon-cir.st-multi-color.st-icon-menu-alt2:before,
.st-icon-cir .st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded4.st-multi-color .st-icon-menu-alt2:before,
.st-icon-rounded4.st-multi-color.st-icon-menu-alt2:before,
.st-icon-rounded4 .st-multi-color.st-icon-menu-alt2:before,
.st-icon-r4.st-multi-color .st-icon-menu-alt2:before,
.st-icon-r4.st-multi-color.st-icon-menu-alt2:before,
.st-icon-r4 .st-multi-color.st-icon-menu-alt2:before,
.st-multi-color .st-icon-circle.st-icon-menu-alt2:before,
.st-multi-color .st-icon-cir.st-icon-menu-alt2:before,
.st-multi-color .st-icon-rounded4.st-icon-menu-alt2:before,
.st-multi-color .st-icon-r4.st-icon-menu-alt2:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-search:before,
.st-icon-square.st-multi-color.st-icon-search:before,
.st-icon-square .st-multi-color.st-icon-search:before,
.st-icon-sq.st-multi-color .st-icon-search:before,
.st-icon-sq.st-multi-color.st-icon-search:before,
.st-icon-sq .st-multi-color.st-icon-search:before,
.st-icon-rounded0.st-multi-color .st-icon-search:before,
.st-icon-rounded0.st-multi-color.st-icon-search:before,
.st-icon-rounded0 .st-multi-color.st-icon-search:before,
.st-icon-r0.st-multi-color .st-icon-search:before,
.st-icon-r0.st-multi-color.st-icon-search:before,
.st-icon-r0 .st-multi-color.st-icon-search:before,
.st-multi-color .st-icon-square.st-icon-search:before,
.st-multi-color .st-icon-sq.st-icon-search:before,
.st-multi-color .st-icon-rounded0.st-icon-search:before,
.st-multi-color .st-icon-r0.st-icon-search:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-search:before,
.st-icon-rounded1.st-multi-color.st-icon-search:before,
.st-icon-rounded1 .st-multi-color.st-icon-search:before,
.st-icon-r1.st-multi-color .st-icon-search:before,
.st-icon-r1.st-multi-color.st-icon-search:before,
.st-icon-r1 .st-multi-color.st-icon-search:before,
.st-multi-color .st-icon-rounded1.st-icon-search:before,
.st-multi-color .st-icon-r1.st-icon-search:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-search:before,
.st-icon-rounded.st-multi-color.st-icon-search:before,
.st-icon-rounded .st-multi-color.st-icon-search:before,
.st-icon-rounded2.st-multi-color .st-icon-search:before,
.st-icon-rounded2.st-multi-color.st-icon-search:before,
.st-icon-rounded2 .st-multi-color.st-icon-search:before,
.st-icon-r2.st-multi-color .st-icon-search:before,
.st-icon-r2.st-multi-color.st-icon-search:before,
.st-icon-r2 .st-multi-color.st-icon-search:before,
.st-multi-color .st-icon-rounded.st-icon-search:before,
.st-multi-color .st-icon-rounded2.st-icon-search:before,
.st-multi-color .st-icon-r2.st-icon-search:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-search:before,
.st-icon-rounded3.st-multi-color.st-icon-search:before,
.st-icon-rounded3 .st-multi-color.st-icon-search:before,
.st-icon-r3.st-multi-color .st-icon-search:before,
.st-icon-r3.st-multi-color.st-icon-search:before,
.st-icon-r3 .st-multi-color.st-icon-search:before,
.st-multi-color .st-icon-rounded3.st-icon-search:before,
.st-multi-color .st-icon-r3.st-icon-search:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-search:before,
.st-icon-circle.st-multi-color.st-icon-search:before,
.st-icon-circle .st-multi-color.st-icon-search:before,
.st-icon-cir.st-multi-color .st-icon-search:before,
.st-icon-cir.st-multi-color.st-icon-search:before,
.st-icon-cir .st-multi-color.st-icon-search:before,
.st-icon-rounded4.st-multi-color .st-icon-search:before,
.st-icon-rounded4.st-multi-color.st-icon-search:before,
.st-icon-rounded4 .st-multi-color.st-icon-search:before,
.st-icon-r4.st-multi-color .st-icon-search:before,
.st-icon-r4.st-multi-color.st-icon-search:before,
.st-icon-r4 .st-multi-color.st-icon-search:before,
.st-multi-color .st-icon-circle.st-icon-search:before,
.st-multi-color .st-icon-cir.st-icon-search:before,
.st-multi-color .st-icon-rounded4.st-icon-search:before,
.st-multi-color .st-icon-r4.st-icon-search:before {
  content: "\e005";
}

/* line 84, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-triangle-down:before,
.st-icon-square.st-multi-color.st-icon-triangle-down:before,
.st-icon-square .st-multi-color.st-icon-triangle-down:before,
.st-icon-sq.st-multi-color .st-icon-triangle-down:before,
.st-icon-sq.st-multi-color.st-icon-triangle-down:before,
.st-icon-sq .st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded0.st-multi-color .st-icon-triangle-down:before,
.st-icon-rounded0.st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded0 .st-multi-color.st-icon-triangle-down:before,
.st-icon-r0.st-multi-color .st-icon-triangle-down:before,
.st-icon-r0.st-multi-color.st-icon-triangle-down:before,
.st-icon-r0 .st-multi-color.st-icon-triangle-down:before,
.st-multi-color .st-icon-square.st-icon-triangle-down:before,
.st-multi-color .st-icon-sq.st-icon-triangle-down:before,
.st-multi-color .st-icon-rounded0.st-icon-triangle-down:before,
.st-multi-color .st-icon-r0.st-icon-triangle-down:before {
  content: "\e001";
}

/* line 109, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-triangle-down:before,
.st-icon-rounded1.st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded1 .st-multi-color.st-icon-triangle-down:before,
.st-icon-r1.st-multi-color .st-icon-triangle-down:before,
.st-icon-r1.st-multi-color.st-icon-triangle-down:before,
.st-icon-r1 .st-multi-color.st-icon-triangle-down:before,
.st-multi-color .st-icon-rounded1.st-icon-triangle-down:before,
.st-multi-color .st-icon-r1.st-icon-triangle-down:before {
  content: "\e002";
}

/* line 133, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-triangle-down:before,
.st-icon-rounded.st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded .st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded2.st-multi-color .st-icon-triangle-down:before,
.st-icon-rounded2.st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded2 .st-multi-color.st-icon-triangle-down:before,
.st-icon-r2.st-multi-color .st-icon-triangle-down:before,
.st-icon-r2.st-multi-color.st-icon-triangle-down:before,
.st-icon-r2 .st-multi-color.st-icon-triangle-down:before,
.st-multi-color .st-icon-rounded.st-icon-triangle-down:before,
.st-multi-color .st-icon-rounded2.st-icon-triangle-down:before,
.st-multi-color .st-icon-r2.st-icon-triangle-down:before {
  content: "\e003";
}

/* line 153, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-triangle-down:before,
.st-icon-rounded3.st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded3 .st-multi-color.st-icon-triangle-down:before,
.st-icon-r3.st-multi-color .st-icon-triangle-down:before,
.st-icon-r3.st-multi-color.st-icon-triangle-down:before,
.st-icon-r3 .st-multi-color.st-icon-triangle-down:before,
.st-multi-color .st-icon-rounded3.st-icon-triangle-down:before,
.st-multi-color .st-icon-r3.st-icon-triangle-down:before {
  content: "\e004";
}

/* line 181, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-triangle-down:before,
.st-icon-circle.st-multi-color.st-icon-triangle-down:before,
.st-icon-circle .st-multi-color.st-icon-triangle-down:before,
.st-icon-cir.st-multi-color .st-icon-triangle-down:before,
.st-icon-cir.st-multi-color.st-icon-triangle-down:before,
.st-icon-cir .st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded4.st-multi-color .st-icon-triangle-down:before,
.st-icon-rounded4.st-multi-color.st-icon-triangle-down:before,
.st-icon-rounded4 .st-multi-color.st-icon-triangle-down:before,
.st-icon-r4.st-multi-color .st-icon-triangle-down:before,
.st-icon-r4.st-multi-color.st-icon-triangle-down:before,
.st-icon-r4 .st-multi-color.st-icon-triangle-down:before,
.st-multi-color .st-icon-circle.st-icon-triangle-down:before,
.st-multi-color .st-icon-cir.st-icon-triangle-down:before,
.st-multi-color .st-icon-rounded4.st-icon-triangle-down:before,
.st-multi-color .st-icon-r4.st-icon-triangle-down:before {
  content: "\e005";
}

/* line 216, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-deviantart-alt span:before,
.st-icon-circle.st-multi-color.st-icon-deviantart-alt span:before,
.st-icon-circle .st-multi-color.st-icon-deviantart-alt span:before,
.st-icon-cir.st-multi-color .st-icon-deviantart-alt span:before,
.st-icon-cir.st-multi-color.st-icon-deviantart-alt span:before,
.st-icon-cir .st-multi-color.st-icon-deviantart-alt span:before,
.st-icon-rounded4.st-multi-color .st-icon-deviantart-alt span:before,
.st-icon-rounded4.st-multi-color.st-icon-deviantart-alt span:before,
.st-icon-rounded4 .st-multi-color.st-icon-deviantart-alt span:before,
.st-icon-r4.st-multi-color .st-icon-deviantart-alt span:before,
.st-icon-r4.st-multi-color.st-icon-deviantart-alt span:before,
.st-icon-r4 .st-multi-color.st-icon-deviantart-alt span:before,
.st-multi-color .st-icon-circle.st-icon-deviantart-alt span:before,
.st-multi-color .st-icon-cir.st-icon-deviantart-alt span:before,
.st-multi-color .st-icon-rounded4.st-icon-deviantart-alt span:before,
.st-multi-color .st-icon-r4.st-icon-deviantart-alt span:before {
  content: "\e170";
}

/* line 237, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-email-alt2 span:before,
.st-icon-circle.st-multi-color.st-icon-email-alt2 span:before,
.st-icon-circle .st-multi-color.st-icon-email-alt2 span:before,
.st-icon-cir.st-multi-color .st-icon-email-alt2 span:before,
.st-icon-cir.st-multi-color.st-icon-email-alt2 span:before,
.st-icon-cir .st-multi-color.st-icon-email-alt2 span:before,
.st-icon-rounded4.st-multi-color .st-icon-email-alt2 span:before,
.st-icon-rounded4.st-multi-color.st-icon-email-alt2 span:before,
.st-icon-rounded4 .st-multi-color.st-icon-email-alt2 span:before,
.st-icon-r4.st-multi-color .st-icon-email-alt2 span:before,
.st-icon-r4.st-multi-color.st-icon-email-alt2 span:before,
.st-icon-r4 .st-multi-color.st-icon-email-alt2 span:before,
.st-multi-color .st-icon-circle.st-icon-email-alt2 span:before,
.st-multi-color .st-icon-cir.st-icon-email-alt2 span:before,
.st-multi-color .st-icon-rounded4.st-icon-email-alt2 span:before,
.st-multi-color .st-icon-r4.st-icon-email-alt2 span:before {
  content: "\e070";
}

/* line 258, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-imdb span:before,
.st-icon-square.st-multi-color.st-icon-imdb span:before,
.st-icon-square .st-multi-color.st-icon-imdb span:before,
.st-icon-sq.st-multi-color .st-icon-imdb span:before,
.st-icon-sq.st-multi-color.st-icon-imdb span:before,
.st-icon-sq .st-multi-color.st-icon-imdb span:before,
.st-icon-rounded0.st-multi-color .st-icon-imdb span:before,
.st-icon-rounded0.st-multi-color.st-icon-imdb span:before,
.st-icon-rounded0 .st-multi-color.st-icon-imdb span:before,
.st-icon-r0.st-multi-color .st-icon-imdb span:before,
.st-icon-r0.st-multi-color.st-icon-imdb span:before,
.st-icon-r0 .st-multi-color.st-icon-imdb span:before,
.st-multi-color .st-icon-square.st-icon-imdb span:before,
.st-multi-color .st-icon-sq.st-icon-imdb span:before,
.st-multi-color .st-icon-rounded0.st-icon-imdb span:before,
.st-multi-color .st-icon-r0.st-icon-imdb span:before {
  content: "\e218";
}

/* line 268, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-imdb span:before,
.st-icon-rounded1.st-multi-color.st-icon-imdb span:before,
.st-icon-rounded1 .st-multi-color.st-icon-imdb span:before,
.st-icon-r1.st-multi-color .st-icon-imdb span:before,
.st-icon-r1.st-multi-color.st-icon-imdb span:before,
.st-icon-r1 .st-multi-color.st-icon-imdb span:before,
.st-multi-color .st-icon-rounded1.st-icon-imdb span:before,
.st-multi-color .st-icon-r1.st-icon-imdb span:before {
  content: "\e21a";
}

/* line 282, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-imdb span:before,
.st-icon-rounded.st-multi-color.st-icon-imdb span:before,
.st-icon-rounded .st-multi-color.st-icon-imdb span:before,
.st-icon-rounded2.st-multi-color .st-icon-imdb span:before,
.st-icon-rounded2.st-multi-color.st-icon-imdb span:before,
.st-icon-rounded2 .st-multi-color.st-icon-imdb span:before,
.st-icon-r2.st-multi-color .st-icon-imdb span:before,
.st-icon-r2.st-multi-color.st-icon-imdb span:before,
.st-icon-r2 .st-multi-color.st-icon-imdb span:before,
.st-multi-color .st-icon-rounded.st-icon-imdb span:before,
.st-multi-color .st-icon-rounded2.st-icon-imdb span:before,
.st-multi-color .st-icon-r2.st-icon-imdb span:before {
  content: "\e21b";
}

/* line 292, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-imdb span:before,
.st-icon-rounded3.st-multi-color.st-icon-imdb span:before,
.st-icon-rounded3 .st-multi-color.st-icon-imdb span:before,
.st-icon-r3.st-multi-color .st-icon-imdb span:before,
.st-icon-r3.st-multi-color.st-icon-imdb span:before,
.st-icon-r3 .st-multi-color.st-icon-imdb span:before,
.st-multi-color .st-icon-rounded3.st-icon-imdb span:before,
.st-multi-color .st-icon-r3.st-icon-imdb span:before {
  content: "\e21c";
}

/* line 310, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-imdb span:before,
.st-icon-circle.st-multi-color.st-icon-imdb span:before,
.st-icon-circle .st-multi-color.st-icon-imdb span:before,
.st-icon-cir.st-multi-color .st-icon-imdb span:before,
.st-icon-cir.st-multi-color.st-icon-imdb span:before,
.st-icon-cir .st-multi-color.st-icon-imdb span:before,
.st-icon-rounded4.st-multi-color .st-icon-imdb span:before,
.st-icon-rounded4.st-multi-color.st-icon-imdb span:before,
.st-icon-rounded4 .st-multi-color.st-icon-imdb span:before,
.st-icon-r4.st-multi-color .st-icon-imdb span:before,
.st-icon-r4.st-multi-color.st-icon-imdb span:before,
.st-icon-r4 .st-multi-color.st-icon-imdb span:before,
.st-multi-color .st-icon-circle.st-icon-imdb span:before,
.st-multi-color .st-icon-cir.st-icon-imdb span:before,
.st-multi-color .st-icon-rounded4.st-icon-imdb span:before,
.st-multi-color .st-icon-r4.st-icon-imdb span:before {
  content: "\e21e";
}

/* line 328, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-imdb span:after,
.st-icon-square.st-multi-color.st-icon-imdb span:after,
.st-icon-square .st-multi-color.st-icon-imdb span:after,
.st-icon-sq.st-multi-color .st-icon-imdb span:after,
.st-icon-sq.st-multi-color.st-icon-imdb span:after,
.st-icon-sq .st-multi-color.st-icon-imdb span:after,
.st-icon-rounded0.st-multi-color .st-icon-imdb span:after,
.st-icon-rounded0.st-multi-color.st-icon-imdb span:after,
.st-icon-rounded0 .st-multi-color.st-icon-imdb span:after,
.st-icon-r0.st-multi-color .st-icon-imdb span:after,
.st-icon-r0.st-multi-color.st-icon-imdb span:after,
.st-icon-r0 .st-multi-color.st-icon-imdb span:after,
.st-multi-color .st-icon-square.st-icon-imdb span:after,
.st-multi-color .st-icon-sq.st-icon-imdb span:after,
.st-multi-color .st-icon-rounded0.st-icon-imdb span:after,
.st-multi-color .st-icon-r0.st-icon-imdb span:after {
  content: "\e219";
}

/* line 338, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-imdb span:after,
.st-icon-rounded1.st-multi-color.st-icon-imdb span:after,
.st-icon-rounded1 .st-multi-color.st-icon-imdb span:after,
.st-icon-r1.st-multi-color .st-icon-imdb span:after,
.st-icon-r1.st-multi-color.st-icon-imdb span:after,
.st-icon-r1 .st-multi-color.st-icon-imdb span:after,
.st-multi-color .st-icon-rounded1.st-icon-imdb span:after,
.st-multi-color .st-icon-r1.st-icon-imdb span:after {
  content: "\e219";
}

/* line 352, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-imdb span:after,
.st-icon-rounded.st-multi-color.st-icon-imdb span:after,
.st-icon-rounded .st-multi-color.st-icon-imdb span:after,
.st-icon-rounded2.st-multi-color .st-icon-imdb span:after,
.st-icon-rounded2.st-multi-color.st-icon-imdb span:after,
.st-icon-rounded2 .st-multi-color.st-icon-imdb span:after,
.st-icon-r2.st-multi-color .st-icon-imdb span:after,
.st-icon-r2.st-multi-color.st-icon-imdb span:after,
.st-icon-r2 .st-multi-color.st-icon-imdb span:after,
.st-multi-color .st-icon-rounded.st-icon-imdb span:after,
.st-multi-color .st-icon-rounded2.st-icon-imdb span:after,
.st-multi-color .st-icon-r2.st-icon-imdb span:after {
  content: "\e219";
}

/* line 362, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-imdb span:after,
.st-icon-rounded3.st-multi-color.st-icon-imdb span:after,
.st-icon-rounded3 .st-multi-color.st-icon-imdb span:after,
.st-icon-r3.st-multi-color .st-icon-imdb span:after,
.st-icon-r3.st-multi-color.st-icon-imdb span:after,
.st-icon-r3 .st-multi-color.st-icon-imdb span:after,
.st-multi-color .st-icon-rounded3.st-icon-imdb span:after,
.st-multi-color .st-icon-r3.st-icon-imdb span:after {
  content: "\e21d";
}

/* line 380, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-imdb span:after,
.st-icon-circle.st-multi-color.st-icon-imdb span:after,
.st-icon-circle .st-multi-color.st-icon-imdb span:after,
.st-icon-cir.st-multi-color .st-icon-imdb span:after,
.st-icon-cir.st-multi-color.st-icon-imdb span:after,
.st-icon-cir .st-multi-color.st-icon-imdb span:after,
.st-icon-rounded4.st-multi-color .st-icon-imdb span:after,
.st-icon-rounded4.st-multi-color.st-icon-imdb span:after,
.st-icon-rounded4 .st-multi-color.st-icon-imdb span:after,
.st-icon-r4.st-multi-color .st-icon-imdb span:after,
.st-icon-r4.st-multi-color.st-icon-imdb span:after,
.st-icon-r4 .st-multi-color.st-icon-imdb span:after,
.st-multi-color .st-icon-circle.st-icon-imdb span:after,
.st-multi-color .st-icon-cir.st-icon-imdb span:after,
.st-multi-color .st-icon-rounded4.st-icon-imdb span:after,
.st-multi-color .st-icon-r4.st-icon-imdb span:after {
  content: "\e21f";
}

/* line 408, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-square.st-multi-color .st-icon-facebook:after,
.st-icon-square.st-multi-color.st-icon-facebook:after,
.st-icon-sq.st-multi-color .st-icon-facebook:after,
.st-icon-sq.st-multi-color.st-icon-facebook:after,
.st-icon-rounded0.st-multi-color .st-icon-facebook:after,
.st-icon-rounded0.st-multi-color.st-icon-facebook:after,
.st-icon-r0.st-multi-color .st-icon-facebook:after,
.st-icon-r0.st-multi-color.st-icon-facebook:after,
.st-icon-square .st-multi-color.st-icon-facebook:after,
.st-icon-sq .st-multi-color.st-icon-facebook:after,
.st-icon-rounded0 .st-multi-color.st-icon-facebook:after,
.st-icon-r0 .st-multi-color.st-icon-facebook:after,
.st-multi-color .st-icon-square.st-icon-facebook:after,
.st-multi-color .st-icon-sq.st-icon-facebook:after,
.st-multi-color .st-icon-rounded0.st-icon-facebook:after,
.st-multi-color .st-icon-r0.st-icon-facebook:after {
  content: "\e026";
}

/* line 457, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded1.st-multi-color .st-icon-facebook:after,
.st-icon-rounded1.st-multi-color.st-icon-facebook:after,
.st-icon-r1.st-multi-color .st-icon-facebook:after,
.st-icon-r1.st-multi-color.st-icon-facebook:after,
.st-icon-rounded1 .st-multi-color.st-icon-facebook:after,
.st-icon-r1 .st-multi-color.st-icon-facebook:after,
.st-multi-color .st-icon-rounded1.st-icon-facebook:after,
.st-multi-color .st-icon-r1.st-icon-facebook:after {
  content: "\e026";
}

/* line 510, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded.st-multi-color .st-icon-facebook:after,
.st-icon-rounded.st-multi-color.st-icon-facebook:after,
.st-icon-rounded2.st-multi-color .st-icon-facebook:after,
.st-icon-rounded2.st-multi-color.st-icon-facebook:after,
.st-icon-r2.st-multi-color .st-icon-facebook:after,
.st-icon-r2.st-multi-color.st-icon-facebook:after,
.st-icon-rounded .st-multi-color.st-icon-facebook:after,
.st-icon-rounded2 .st-multi-color.st-icon-facebook:after,
.st-icon-r2 .st-multi-color.st-icon-facebook:after,
.st-multi-color .st-icon-rounded.st-icon-facebook:after,
.st-multi-color .st-icon-rounded2.st-icon-facebook:after,
.st-multi-color .st-icon-r2.st-icon-facebook:after {
  content: "\e026";
}

/* line 558, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-rounded3.st-multi-color .st-icon-facebook:after,
.st-icon-rounded3.st-multi-color.st-icon-facebook:after,
.st-icon-r3.st-multi-color .st-icon-facebook:after,
.st-icon-r3.st-multi-color.st-icon-facebook:after,
.st-icon-rounded3 .st-multi-color.st-icon-facebook:after,
.st-icon-r3 .st-multi-color.st-icon-facebook:after,
.st-multi-color .st-icon-rounded3.st-icon-facebook:after,
.st-multi-color .st-icon-r3.st-icon-facebook:after {
  content: "\e026";
}

/* line 615, ../scss/stackicons-social-minimal/_multi-color-override-shapes-stackicons-social-minimal.scss */
.st-icon-circle.st-multi-color .st-icon-facebook:after,
.st-icon-circle.st-multi-color.st-icon-facebook:after,
.st-icon-cir.st-multi-color .st-icon-facebook:after,
.st-icon-cir.st-multi-color.st-icon-facebook:after,
.st-icon-rounded4.st-multi-color .st-icon-facebook:after,
.st-icon-rounded4.st-multi-color.st-icon-facebook:after,
.st-icon-r4.st-multi-color .st-icon-facebook:after,
.st-icon-r4.st-multi-color.st-icon-facebook:after,
.st-icon-circle .st-multi-color.st-icon-facebook:after,
.st-icon-cir .st-multi-color.st-icon-facebook:after,
.st-icon-rounded4 .st-multi-color.st-icon-facebook:after,
.st-icon-r4 .st-multi-color.st-icon-facebook:after,
.st-multi-color .st-icon-circle.st-icon-facebook:after,
.st-multi-color .st-icon-cir.st-icon-facebook:after,
.st-multi-color .st-icon-rounded4.st-icon-facebook:after,
.st-multi-color .st-icon-r4.st-icon-facebook:after {
  content: "\e028";
}