@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../scss/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../scss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../scss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../scss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../scss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../scss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../scss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../scss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../scss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../scss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../scss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../scss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../scss/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 167, ../scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 168, ../scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 169, ../scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 170, ../scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 171, ../scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 172, ../scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 173, ../scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 174, ../scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 175, ../scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 176, ../scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 177, ../scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 178, ../scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 179, ../scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 180, ../scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 181, ../scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 182, ../scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 183, ../scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 184, ../scss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 185, ../scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 187, ../scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 189, ../scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 190, ../scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 191, ../scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 193, ../scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 195, ../scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 196, ../scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 198, ../scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 199, ../scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 202, ../scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 203, ../scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 204, ../scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 205, ../scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 206, ../scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 207, ../scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 208, ../scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 209, ../scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 210, ../scss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 211, ../scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 212, ../scss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 213, ../scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 214, ../scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 215, ../scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 216, ../scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 217, ../scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 218, ../scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 219, ../scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 221, ../scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 223, ../scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 225, ../scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 226, ../scss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 227, ../scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 229, ../scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 231, ../scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 233, ../scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 234, ../scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 235, ../scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 237, ../scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 238, ../scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 239, ../scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 241, ../scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 242, ../scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 243, ../scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 244, ../scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 245, ../scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 246, ../scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 247, ../scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 248, ../scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 249, ../scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 250, ../scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 251, ../scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 252, ../scss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 253, ../scss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 254, ../scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 255, ../scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 256, ../scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 257, ../scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 258, ../scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 259, ../scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 260, ../scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 261, ../scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 262, ../scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 263, ../scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 264, ../scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 265, ../scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 266, ../scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 267, ../scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 268, ../scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 269, ../scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 270, ../scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 271, ../scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 273, ../scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 274, ../scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 275, ../scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 276, ../scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 277, ../scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 278, ../scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 280, ../scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 281, ../scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 282, ../scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 283, ../scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 284, ../scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 285, ../scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 286, ../scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 287, ../scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 288, ../scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 289, ../scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 290, ../scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 291, ../scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 292, ../scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 294, ../scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 297, ../scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 298, ../scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 299, ../scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 300, ../scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 302, ../scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 303, ../scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 304, ../scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 305, ../scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 306, ../scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 307, ../scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 308, ../scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 309, ../scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 310, ../scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 311, ../scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 312, ../scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 313, ../scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 314, ../scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 315, ../scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 316, ../scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 317, ../scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 318, ../scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 319, ../scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 320, ../scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 321, ../scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 322, ../scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 323, ../scss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 324, ../scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 325, ../scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 326, ../scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 327, ../scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 328, ../scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 329, ../scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 330, ../scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 331, ../scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 332, ../scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 333, ../scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 334, ../scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 335, ../scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 336, ../scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 337, ../scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 338, ../scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 339, ../scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 341, ../scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 343, ../scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 345, ../scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 347, ../scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 348, ../scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 350, ../scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 352, ../scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 356, ../scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 359, ../scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 361, ../scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 363, ../scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 364, ../scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 365, ../scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 366, ../scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 367, ../scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 368, ../scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 369, ../scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 370, ../scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 371, ../scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 372, ../scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 373, ../scss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 374, ../scss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 375, ../scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 376, ../scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 377, ../scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 378, ../scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 379, ../scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 380, ../scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 381, ../scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 382, ../scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 383, ../scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 384, ../scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 385, ../scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 386, ../scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 387, ../scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 388, ../scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 389, ../scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 390, ../scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 391, ../scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 392, ../scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 393, ../scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 394, ../scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 395, ../scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 396, ../scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 397, ../scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 398, ../scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 399, ../scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 400, ../scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 401, ../scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 403, ../scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 404, ../scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 405, ../scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 406, ../scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 407, ../scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 408, ../scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 409, ../scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 410, ../scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 411, ../scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 412, ../scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 413, ../scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 414, ../scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 416, ../scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 417, ../scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 418, ../scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 419, ../scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 421, ../scss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 422, ../scss/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 423, ../scss/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 424, ../scss/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 425, ../scss/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 426, ../scss/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 427, ../scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 430, ../scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 432, ../scss/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 433, ../scss/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 434, ../scss/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 435, ../scss/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 436, ../scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 437, ../scss/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 438, ../scss/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 439, ../scss/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 440, ../scss/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 441, ../scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 442, ../scss/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 443, ../scss/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 444, ../scss/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 445, ../scss/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 446, ../scss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 447, ../scss/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 448, ../scss/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 449, ../scss/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 450, ../scss/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 451, ../scss/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 452, ../scss/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 453, ../scss/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 454, ../scss/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 455, ../scss/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 456, ../scss/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 457, ../scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 459, ../scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 461, ../scss/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 462, ../scss/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 463, ../scss/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 464, ../scss/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 465, ../scss/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 466, ../scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 467, ../scss/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 468, ../scss/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 469, ../scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 470, ../scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 473, ../scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 475, ../scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 477, ../scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 479, ../scss/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 480, ../scss/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 481, ../scss/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 482, ../scss/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 483, ../scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 488, ../scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 489, ../scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 491, ../scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 493, ../scss/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 494, ../scss/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 495, ../scss/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 496, ../scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 497, ../scss/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 498, ../scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 500, ../scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 502, ../scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 504, ../scss/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 505, ../scss/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

/* line 507, ../scss/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 508, ../scss/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 509, ../scss/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 510, ../scss/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 511, ../scss/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 512, ../scss/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 513, ../scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 515, ../scss/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 516, ../scss/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 517, ../scss/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 518, ../scss/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 519, ../scss/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 520, ../scss/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 521, ../scss/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 522, ../scss/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 523, ../scss/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 524, ../scss/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 525, ../scss/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 526, ../scss/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 527, ../scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 528, ../scss/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 529, ../scss/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 530, ../scss/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 531, ../scss/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 532, ../scss/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 533, ../scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 534, ../scss/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 535, ../scss/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 536, ../scss/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 537, ../scss/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 538, ../scss/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 539, ../scss/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 540, ../scss/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 541, ../scss/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 542, ../scss/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 543, ../scss/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 544, ../scss/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 545, ../scss/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 546, ../scss/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 547, ../scss/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 548, ../scss/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 549, ../scss/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 550, ../scss/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 551, ../scss/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 552, ../scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 555, ../scss/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 556, ../scss/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 557, ../scss/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 558, ../scss/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 559, ../scss/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 560, ../scss/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 561, ../scss/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 562, ../scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 563, ../scss/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 564, ../scss/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 565, ../scss/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 566, ../scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 567, ../scss/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 568, ../scss/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 569, ../scss/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 570, ../scss/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 571, ../scss/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 572, ../scss/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 573, ../scss/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 574, ../scss/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 575, ../scss/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 576, ../scss/_icons.scss */
.fa-transgender:before {
  content: "";
}

/* line 577, ../scss/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 578, ../scss/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 579, ../scss/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 580, ../scss/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 581, ../scss/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 582, ../scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 583, ../scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 584, ../scss/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 585, ../scss/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 586, ../scss/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 587, ../scss/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 588, ../scss/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 589, ../scss/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 590, ../scss/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 591, ../scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 593, ../scss/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 594, ../scss/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 595, ../scss/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 596, ../scss/_icons.scss */
.fa-medium:before {
  content: "";
}

/*
 * @project   Artis Education responsive fixes
 * @author    Audrius Kodzinskas <driveps@gmail.com>
 * @license   PRIVATE - unauthorized distribution is prohibited by law.
 * @link      http://dev.angryideas.com/regaine
 * @copyright 2015 Horiondigital
 */
@media (max-width: 991px) {
  /* line 39, ../scss/preppends.scss */
  .wrapper, .footer .inner {
    width: 739px;
  }
}
@media (max-width: 767px) {
  /* line 39, ../scss/preppends.scss */
  .wrapper, .footer .inner {
    width: 96%;
  }
}

/* line 45, ../scss/preppends.scss */
.col-left {
  width: 450px;
}
@media (max-width: 991px) {
  /* line 45, ../scss/preppends.scss */
  .col-left {
    width: 48.64%;
  }
}
@media (max-width: 767px) {
  /* line 45, ../scss/preppends.scss */
  .col-left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 51, ../scss/preppends.scss */
  .header {
    margin-bottom: -59px;
  }
}

/*.header, .content {
  @include xs-padding(0 10px, true);
}*/
@media (max-width: 991px) {
  /* line 58, ../scss/preppends.scss */
  .col-middle, .col-right {
    width: 48.64%;
  }
}
@media (max-width: 767px) {
  /* line 58, ../scss/preppends.scss */
  .col-middle, .col-right {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 63, ../scss/preppends.scss */
  .col-left, .col-middle, .col-right {
    margin: 0 10px 10px 0;
  }
}

/* line 67, ../scss/preppends.scss */
.footer .col-middle a img {
  max-width: 100%;
}

/* line 71, ../scss/preppends.scss */
.flash-holder-small, .col-middle .home-overlay {
  max-width: 100%;
}

/* line 75, ../scss/preppends.scss */
.content img {
  max-width: 100%;
}

/* line 79, ../scss/preppends.scss */
.flash-holder-wide #content {
  position: relative;
}
/* line 81, ../scss/preppends.scss */
.flash-holder-wide #content .home-alt {
  bottom: 0;
  top: initial;
}

/* line 87, ../scss/preppends.scss */
.soc-cont {
  display: inline-block;
  float: right;
}

/* line 91, ../scss/preppends.scss */
.social-media {
  float: right;
}
/* line 93, ../scss/preppends.scss */
.social-media li {
  margin-right: 12px;
}
/* line 95, ../scss/preppends.scss */
.social-media li a {

  text-indent: initial;
  /*font-size: 23px;*/
  /*width: auto;*/
  height: auto;

  font-size: 1.6em;
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
  color: #fff;
  border-radius: 0.8em;
}
/* line 100, ../scss/preppends.scss */
.social-media li a .telephone {
  font-size: 15px;
  position: relative;
  top: -3px;
}
/* line 105, ../scss/preppends.scss */
.social-media li a .fa-phone {
  margin-left: 10px;
}
/* line 108, ../scss/preppends.scss */
.social-media li a:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  background-color: transparent !important;
}
/* line 116, ../scss/preppends.scss */
.social-media li a:hover, .social-media li a:focus {
  text-decoration: none;
}

/* line 125, ../scss/preppends.scss */
.green .social-media a {
  background: #6cd36c !important;
}
/* line 127, ../scss/preppends.scss */
.green .social-media a:hover {
  color: #00ce00 !important;
}
/* line 132, ../scss/preppends.scss */
.green .navbar-toggle {
  background-color: #6cd36c;
}
/* line 134, ../scss/preppends.scss */
.green .navbar-toggle:hover, .green .navbar-toggle:focus {
  background-color: #5cc65c;
}
/* line 138, ../scss/preppends.scss */
.green ul.main-nav li.active a, .green .nav .open > a, .green .nav .open > a:hover, .green .nav .open > a:focus {
  background-color: #5cc65c;
}

/* line 144, ../scss/preppends.scss */
.pink .social-media a {
  background: #f23b78 !important;
}
/* line 146, ../scss/preppends.scss */
.pink .social-media a:hover {
  color: #ca004c !important;
}
/* line 151, ../scss/preppends.scss */
.pink .navbar-toggle {
  background-color: #f23b78;
}
/* line 153, ../scss/preppends.scss */
.pink .navbar-toggle:hover, .pink .navbar-toggle:focus {
  background-color: #f23b78;
}
/* line 157, ../scss/preppends.scss */
.pink ul.main-nav li.active a, .pink .nav .open > a, .pink .nav .open > a:hover, .pink .nav .open > a:focus {
  background-color: #f23b78;
}

/* line 163, ../scss/preppends.scss */
.light-blue .social-media a {
  background: #1bbbe0 !important;
}
/* line 165, ../scss/preppends.scss */
.light-blue .social-media a:hover {
  color: #0095c0 !important;
}
/* line 170, ../scss/preppends.scss */
.light-blue .navbar-toggle {
  background-color: #1bbbe0;
}
/* line 172, ../scss/preppends.scss */
.light-blue .navbar-toggle:hover, .light-blue .navbar-toggle:focus {
  background-color: #1bbbe0;
}
/* line 176, ../scss/preppends.scss */
.light-blue ul.main-nav li.active a, .light-blue .nav .open > a, .light-blue .nav .open > a:hover, .light-blue .nav .open > a:focus {
  background-color: #1bbbe0;
}

/* line 182, ../scss/preppends.scss */
.orange .social-media a {
  background: #ff992b !important;
}
/* line 184, ../scss/preppends.scss */
.orange .social-media a:hover {
  color: #e47c01 !important;
}
/* line 189, ../scss/preppends.scss */
.orange .navbar-toggle {
  background-color: #ff992b;
}
/* line 191, ../scss/preppends.scss */
.orange .navbar-toggle:hover, .orange .navbar-toggle:focus {
  background-color: #ff992b;
}
/* line 195, ../scss/preppends.scss */
.orange ul.main-nav li.active a, .orange .nav .open > a, .orange .nav .open > a:hover, .orange .nav .open > a:focus {
  background-color: #ff992b;
}

/* line 202, ../scss/preppends.scss */
.navbar {
  border: none;
  min-height: auto;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 202, ../scss/preppends.scss */
  .navbar {
    top: -79px;
  }
}
@media (max-width: 767px) {
  /* line 202, ../scss/preppends.scss */
  .navbar {
    right: -5px;
  }
}
/* line 209, ../scss/preppends.scss */
.navbar .container-fluid {
  padding: 0;
}
/* line 213, ../scss/preppends.scss */
.navbar .container-fluid .navbar-header {
  margin: 0;
}

/* line 218, ../scss/preppends.scss */
.navbar-collapse {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 218, ../scss/preppends.scss */
  .navbar-collapse {
    margin: 0 !important;
  }
}
/* line 221, ../scss/preppends.scss */
.navbar-collapse .navbar-nav {
  padding-top: 0;
  height: auto;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 225, ../scss/preppends.scss */
  .navbar-collapse .navbar-nav li {
    float: none;
  }
}

/* line 230, ../scss/preppends.scss */
ul.main-nav li {
  padding-right: 8px;
}
/* line 232, ../scss/preppends.scss */
ul.main-nav li.dropdown {
  position: relative;
  z-index: 20;
}
/* line 237, ../scss/preppends.scss */
ul.main-nav li .dropdown-menu li {
  padding: 0;
  float: none;
}
/* line 240, ../scss/preppends.scss */
ul.main-nav li .dropdown-menu li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 247, ../scss/preppends.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent;
}

/* line 251, ../scss/preppends.scss */
.logo-cont {
  margin: 20px 0;
  float: left;
  line-height: 18px;
  max-width: 50%;
}

@media (max-width: 991px) {
  /* line 258, ../scss/preppends.scss */
  h2 a {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  /* line 262, ../scss/preppends.scss */
  .hover-img {
    display: none;
  }
}
/* line 264, ../scss/preppends.scss */
.hover-img img {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 270, ../scss/preppends.scss */
div#form1 {
  position: relative;
  z-index: 1000;
}

/* line 275, ../scss/preppends.scss */
.footer {
  margin-bottom: 120px;
  background: none;
  min-height: inherit;
}
/* line 279, ../scss/preppends.scss */
.footer .footer-links {
  float: right;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 279, ../scss/preppends.scss */
  .footer .footer-links {
    float: left;
  }
}

/* line 286, ../scss/preppends.scss */
.footer-links > div {
  position: relative;
}
/* line 288, ../scss/preppends.scss */
.footer-links > div .phone_span {
  color: #344768;
  font-size: 14px;
}
/* line 291, ../scss/preppends.scss */
.footer-links > div .phone_span:hover {
  font-weight: bold;
}
/* line 295, ../scss/preppends.scss */
.footer-links > div .ring {
  left: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 300, ../scss/preppends.scss */
  .header .search-box {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 300, ../scss/preppends.scss */
  .header .search-box {
    position: relative;
  }
}
@media (max-width: 991px) {
  /* line 300, ../scss/preppends.scss */
  .header .search-box {
    float: right;
  }
}
@media (max-width: 991px) {
  /* line 300, ../scss/preppends.scss */
  .header .search-box {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 306, ../scss/preppends.scss */
  .search-ico {
    position: relative;
  }
}

/* line 310, ../scss/preppends.scss */
.navbar-toggle {
  background-color: #e2f6e2;
}
/* line 312, ../scss/preppends.scss */
.navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 317, ../scss/preppends.scss */
a {
  text-decoration: none !important;
}

/* line 321, ../scss/preppends.scss */
.embed-container {
  position: relative;
  padding-bottom: 43.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 328, ../scss/preppends.scss */
.embed-container.wide {
  padding-bottom: 58.25%;
}
/* line 331, ../scss/preppends.scss */
.embed-container .message {
  position: absolute;
  z-index: 1;
  top: 48px;
  font-family: ClarendonHeavy;
  left: 10px;
  color: #5AE65A;
  font-size: 40px;
  font-weight: 800;
  max-width: 376px;
  text-indent: -14px;
  line-height: 46px;
  padding: 10px 10px 10px 29px;
  background-color: rgba(0, 0, 0, 0.59);
}
@media (max-width: 767px) {
  /* line 331, ../scss/preppends.scss */
  .embed-container .message {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 331, ../scss/preppends.scss */
  .embed-container .message {
    top: inherit;
  }
}
@media (max-width: 991px) {
  /* line 331, ../scss/preppends.scss */
  .embed-container .message {
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  /* line 331, ../scss/preppends.scss */
  .embed-container .message {
    font-size: 23px;
  }
}

/* line 352, ../scss/preppends.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  /* line 361, ../scss/preppends.scss */
  .partners .col-middle {
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 364, ../scss/preppends.scss */
  .partners .col-right, .partners .col-middle, .partners .col-left {
    width: 100%;
  }
}

/* line 369, ../scss/preppends.scss */
.partners-cycle {
  min-height: 67px;
}

/* line 373, ../scss/preppends.scss */
.column {
  width: 48.64%;
}
@media (max-width: 991px) {
  /* line 373, ../scss/preppends.scss */
  .column {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  /* line 378, ../scss/preppends.scss */
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  /* line 378, ../scss/preppends.scss */
  h1 {
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  /* line 378, ../scss/preppends.scss */
  h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  /* line 384, ../scss/preppends.scss */
  .sub-nav {
    line-height: 23px;
  }
}

@media (max-width: 991px) {
  /* line 388, ../scss/preppends.scss */
  .column.right {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  /* line 390, ../scss/preppends.scss */
  .column.right ul.sub-nav {
    float: none;
  }
}
@media (max-width: 991px) {
  /* line 388, ../scss/preppends.scss */
  .column.right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  /* line 396, ../scss/preppends.scss */
  .column.video {
    width: 100% !important;
  }
}

/* line 400, ../scss/preppends.scss */
.col-middle img {
  max-width: 100%;
}

@media (max-width: 991px) {
  /* line 405, ../scss/preppends.scss */
  .col-left-wide {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  /* line 409, ../scss/preppends.scss */
  .people-cont .col-triple {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 411, ../scss/preppends.scss */
  .people-cont .col-triple .quote {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 415, ../scss/preppends.scss */
  .people-cont .col-triple .about li.last {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 421, ../scss/preppends.scss */
  .quote.people br {
    display: none;
  }
}

/* line 426, ../scss/preppends.scss */
.people-content .right .quote span {
  font-size: 13px;
}

/* line 431, ../scss/preppends.scss */
#lnkSubmit {
  padding: 4px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  border: none;
}

/* line 444, ../scss/preppends.scss */
body {
  background: url(../../img/footer.jpg) no-repeat right top;
}
@media (max-width: 991px) {
  /* line 444, ../scss/preppends.scss */
  body {
    background: none;
  }
}

/* line 449, ../scss/preppends.scss */
.col-left-wide.image {
  margin: 3px 0 10px 0;
}

/* line 454, ../scss/preppends.scss */
.footer .strapline {
  color: #344768;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  display: inline-block;
  font-style: italic;
}
@media (max-width: 767px) {
  /* line 454, ../scss/preppends.scss */
  .footer .strapline {
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 465, ../scss/preppends.scss */
  .footer .footer-links div {
    float: none;
  }
}
/* line 468, ../scss/preppends.scss */
.footer .footer-links .phone-span {
  margin-right: 2px;
}

/* line 474, ../scss/preppends.scss */
.menu-footer-menu-container {
  display: inline-block;
}

/* line 477, ../scss/preppends.scss */
#menu-footer-menu {
  float: right;
}
@media (max-width: 767px) {
  /* line 477, ../scss/preppends.scss */
  #menu-footer-menu {
    float: none;
  }
}
/* line 480, ../scss/preppends.scss */
#menu-footer-menu li {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 480, ../scss/preppends.scss */
  #menu-footer-menu li {
    display: block;
  }
}
/* line 483, ../scss/preppends.scss */
#menu-footer-menu li:first-of-type:before {
  content: none;
  background-image: none;
}
/* line 487, ../scss/preppends.scss */
#menu-footer-menu li:before {
  content: " ";
  background: url(../img/menu-dot.png) no-repeat 0 6px;
  width: 7px;
  height: 14px;
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 767px) {
  /* line 487, ../scss/preppends.scss */
  #menu-footer-menu li:before {
    content: none;
  }
}
/* line 497, ../scss/preppends.scss */
#menu-footer-menu li a:hover {
  font-weight: normal;
  text-shadow: 0 0 0 #344768, 0 0 0 #344768, 0 0 0 #344768;
}

/* line 505, ../scss/preppends.scss */
.right-col .form-row .email-opt-out {
  margin-top: 3px;
}

/* line 509, ../scss/preppends.scss */
.right-col .form-row.newsletter {
  height: inherit;
}

@media (max-width: 767px) {
  /* line 513, ../scss/preppends.scss */
  .profile .profile-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 515, ../scss/preppends.scss */
  .profile .profile-right #divQuote {
    width: 100%;
  }
}

/* line 521, ../scss/preppends.scss */
.people-cont .col-triple {
  width: 100%;
}

/* line 526, ../scss/preppends.scss */
#video-resource-single .title {
  width: 100%;
}

/* line 531, ../scss/preppends.scss */
.blog-pagination .nav-newer, .blog-pagination .nav-previous {
  display: inline-block;
}

/* line 536, ../scss/preppends.scss */
.addthis_sharing_toolbox {
  margin-top: 14px;
}

/* line 542, ../scss/preppends.scss */
.col-left-wide.blog .col-right #recommended-blogs a {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 548, ../scss/preppends.scss */
  .col-double {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 552, ../scss/preppends.scss */
  table.research td.sec {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 556, ../scss/preppends.scss */
  table.research td.first {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 560, ../scss/preppends.scss */
  .col-holder {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 564, ../scss/preppends.scss */
  .learning-content.video {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
    .navbar-toggle {
        margin-top: -50px !important;
    }
}
@media (max-width: 600px) {
    .content {
        padding-top: 50px !important;
    }
}
