/*---------------------------------------------------------
 * !FONT AWESOME INCLUDE
 *---------------------------------------------------------*/
@import url(../css%3Ffamily=Open+Sans:400,300,300italic,400italic,600,700,800.css);
/*---------------------------------------------------------
 * 
 * FONT FACE MIXIN
 *
 *---------------------------------------------------------*/
/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("http://imprimispharma.investorroom.com/fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2.html") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf.html") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/fonts/_fontawesome.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);
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.pull-right {
  float: right;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.pull-left {
  float: left;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

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

/* line 4, ../sass/fonts/_fontawesome.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, ../sass/fonts/_fontawesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../sass/fonts/_fontawesome.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, ../sass/fonts/_fontawesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

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

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 4, ../sass/fonts/_fontawesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 4, ../sass/base/_normalize.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 4, ../sass/base/_normalize.scss */
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 4, ../sass/base/_normalize.scss */
ol, ul, menu {
  list-style: none;
}

/* line 4, ../sass/base/_normalize.scss */
blockquote, q {
  quotes: none;
}

/* line 4, ../sass/base/_normalize.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 4, ../sass/base/_normalize.scss */
ins {
  text-decoration: none;
}

/* line 4, ../sass/base/_normalize.scss */
del {
  text-decoration: line-through;
}

/* line 4, ../sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, ../sass/base/_normalize.scss */
label, input, textarea, select, button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 10, ../sass/base/_normalize.scss */
:focus {
  outline: none;
}

/* line 13, ../sass/base/_normalize.scss */
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 5, ../sass/base/_base.scss */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #111;
  font-family: "Nunito", arial, sans-serif;
  line-height: 1.5;
}

/* line 16, ../sass/base/_base.scss */
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 22, ../sass/base/_base.scss */
a {
  -moz-transition: color 500ms ease 0s;
  -o-transition: color 500ms ease 0s;
  -webkit-transition: color 500ms ease;
  -webkit-transition-delay: 0s;
  transition: color 500ms ease 0s;
  color: inherit;
  text-decoration: none;
}

/* line 28, ../sass/base/_base.scss */
em {
  font-style: italic;
  font-weight: inherit;
}

/* line 33, ../sass/base/_base.scss */
img {
  display: block;
}

/* line 37, ../sass/base/_base.scss */
strong {
  font-style: inherit;
  font-weight: 700;
}

/* line 42, ../sass/base/_base.scss */
sub,
sup {
  font-size: 80%;
  height: 0;
  line-height: 1 !important;
  vertical-align: baseline;
  position: relative;
}

/* line 51, ../sass/base/_base.scss */
sub {
  top: 0.5ex;
}

/* line 55, ../sass/base/_base.scss */
sup {
  bottom: 0.7ex;
}

/* line 59, ../sass/base/_base.scss */
small {
  font-size: 85%;
}

/* line 63, ../sass/base/_base.scss */
pre {
  font-family: Menlo, Courier New, monospace;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin: 0 0 1.875em 1.875em;
}

/* line 70, ../sass/base/_base.scss */
hr {
  background: #ccc;
  border: none;
  clear: both;
  height: 1px;
  margin: 1.875em 0;
  width: 100%;
}

/* line 79, ../sass/base/_base.scss */
.edit_link {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.7s ease;
}
/* line 88, ../sass/base/_base.scss */
.edit_link a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
}
/* line 94, ../sass/base/_base.scss */
.edit_link:hover {
  opacity: 1;
}

/* line 5, ../sass/base/_typography.scss */
h1 {
  font-size: 3.25em;
  font-weight: 400;
  line-height: 1.26923;
  margin-bottom: 0.19231em;
}

/* line 12, ../sass/base/_typography.scss */
h2 {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.13333em;
}

/* line 19, ../sass/base/_typography.scss */
h3 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.09091;
  margin-bottom: 1.54545em;
}

/* line 26, ../sass/base/_typography.scss */
h4 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 0.44444em;
}

/* line 33, ../sass/base/_typography.scss */
h5 {
  font-weight: 700;
  margin-bottom: 0.22222em;
}

/* line 41, ../sass/base/_typography.scss */
a {
  -moz-transition: color 500ms ease 0s;
  -o-transition: color 500ms ease 0s;
  -webkit-transition: color 500ms ease;
  -webkit-transition-delay: 0s;
  transition: color 500ms ease 0s;
  color: #0073aa;
}
/* line 45, ../sass/base/_typography.scss */
a:hover {
  color: #111;
}

/* line 54, ../sass/base/_typography.scss */
p,
ul,
ol {
  margin-bottom: 1.875em;
}

/* line 60, ../sass/base/_typography.scss */
ul,
ol {
  padding-left: 1.875em;
}
/* line 64, ../sass/base/_typography.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 71, ../sass/base/_typography.scss */
ol {
  list-style: decimal;
}

/* line 79, ../sass/base/_typography.scss */
li {
  padding-top: 0.625em;
  position: relative;
}
/* line 83, ../sass/base/_typography.scss */
li:first-child {
  padding-top: 0;
}
/* line 87, ../sass/base/_typography.scss */
li li:first-child {
  padding-top: 0.625em;
}
/* line 91, ../sass/base/_typography.scss */
ul li:before {
  position: absolute;
  left: -1.25em;
}

/* line 1, ../sass/base/_helpers.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 8, ../sass/base/_helpers.scss */
.inner {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  /* line 8, ../sass/base/_helpers.scss */
  .inner {
    width: 95%;
  }
}

/* line 24, ../sass/base/_helpers.scss */
.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.875em;
}
/* line 29, ../sass/base/_helpers.scss */
.aligncenter img {
  margin: 0 auto;
}

/* line 35, ../sass/base/_helpers.scss */
.alignleft,
.alignright {
  display: block;
  position: relative;
  top: 5px;
  margin-bottom: 1.875em;
}

/* line 43, ../sass/base/_helpers.scss */
.alignleft {
  float: left;
  margin-right: 1.875em;
}

/* line 48, ../sass/base/_helpers.scss */
.alignright {
  float: right;
  margin-left: 1.875em;
}

@media (max-width: 680px) {
  /* line 55, ../sass/base/_helpers.scss */
  .alignleft,
  .alignright {
    float: none;
    margin-right: 0;
    margin-left: 0;
    top: auto;
  }
}
/* line 69, ../sass/base/_helpers.scss */
.no-border,
.no-border img {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 76, ../sass/base/_helpers.scss */
.no-list-style,
.no-list-style li {
  list-style: none !important;
  padding-left: 0 !important;
}
/* line 81, ../sass/base/_helpers.scss */
.no-list-style:before,
.no-list-style li:before {
  display: none !important;
}

/* line 90, ../sass/base/_helpers.scss */
.force-inline {
  display: inline !important;
}

/* line 94, ../sass/base/_helpers.scss */
.force-inline-block {
  display: inline-block !important;
}

/* line 102, ../sass/base/_helpers.scss */
.btn, [type="submit"], .uploader .action {
  -moz-transition: background 500ms ease 0s;
  -o-transition: background 500ms ease 0s;
  -webkit-transition: background 500ms ease;
  -webkit-transition-delay: 0s;
  transition: background 500ms ease 0s;
  background: #0073aa;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 1.25em;
}
/* line 109, ../sass/base/_helpers.scss */
.btn:hover, [type="submit"]:hover, .uploader .action:hover {
  text-decoration: none;
}

/* line 123, ../sass/base/_helpers.scss */
.more {
  color: #0073aa;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}
/* line 130, ../sass/base/_helpers.scss */
.more:hover {
  color: #111;
}
/* line 134, ../sass/base/_helpers.scss */
.more:after {
  content: '';
  position: absolute;
  top: 1px;
  right: -10px;
}

/* line 147, ../sass/base/_helpers.scss */
.gradient-overlay:after {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#99000000', endColorstr='#00000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.65) 100%);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

/* line 169, ../sass/base/_helpers.scss */
.image-full-width {
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

/* line 179, ../sass/base/_helpers.scss */
.ajax-loading {
  display: none;
  margin: 0 auto;
}

/* line 184, ../sass/base/_helpers.scss */
.mob-only {
  display: none;
}

/* line 193, ../sass/base/_helpers.scss */
.img-shadow {
  border: solid 2px #f6f9fa;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

/* line 200, ../sass/base/_helpers.scss */
.img-shadow:before {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 215, ../sass/base/_helpers.scss */
.split-list {
  clear: both;
  overflow: hidden;
}
/* line 219, ../sass/base/_helpers.scss */
.split-list .two-column {
  float: left;
  width: 50%;
}
/* line 224, ../sass/base/_helpers.scss */
.split-list .three-column {
  float: left;
  width: 33.33333%;
}

/* line 5, ../sass/components/_forms.scss */
label {
  color: #111;
  font-size: 16.4px;
  font-weight: 500;
  margin-bottom: 0.42857em;
  vertical-align: middle;
}

/* line 13, ../sass/components/_forms.scss */
input,
select,
textarea {
  background: #ffffff;
  color: #9a9a9a;
  font-size: 0.875em;
  border-radius: 3px;
}
/* line 21, ../sass/components/_forms.scss */
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
/* line 24, ../sass/components/_forms.scss */
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
/* line 27, ../sass/components/_forms.scss */
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
/* line 30, ../sass/components/_forms.scss */
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

/* line 35, ../sass/components/_forms.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 40, ../sass/components/_forms.scss */
input,
textarea {
  border: 1px solid #e5ecef;
  padding: 11px 10px;
  margin: 0;
  vertical-align: middle;
}

/* line 48, ../sass/components/_forms.scss */
[type="file"] {
  border: 0;
  padding: 0;
}

/* line 53, ../sass/components/_forms.scss */
[type="button"] {
  cursor: pointer;
}

/* line 57, ../sass/components/_forms.scss */
[type="submit"] {
  cursor: pointer;
  background: #dae1eb;
  color: #0073aa;
  border: 0;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  padding: 10px 32px 10px 17px;
  font-size: 15px;
}
/* line 69, ../sass/components/_forms.scss */
[type="submit"]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* line 77, ../sass/components/_forms.scss */
.gform_footer.top_label {
  position: relative;
  display: inline-block;
}

/* line 82, ../sass/components/_forms.scss */
select {
  border-radius: 0;
}
/* line 85, ../sass/components/_forms.scss */
select[multiple="multiple"] {
  border: 1px solid #e5ecef;
  padding: 11px 10px;
  margin: 0;
}

/* line 94, ../sass/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 99, ../sass/components/_forms.scss */
[type="radio"],
[type="checkbox"] {
  border: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 20px;
}

/* line 112, ../sass/components/_forms.scss */
.selector {
  background: #ffffff;
  border: 1px solid #e5ecef;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  border-radius: 3px;
}
/* line 120, ../sass/components/_forms.scss */
.selector:before {
  content: '\f107';
  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);
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 0;
  padding-left: 10px;
  border-left: 1px solid #e5ecef;
  line-height: 40px;
  color: #a1b1bc;
}
/* line 133, ../sass/components/_forms.scss */
.selector select {
  -webkit-appearance: none;
  background: none;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  padding-right: calc(30% + 20px);
  position: relative;
  width: 130%;
}
/* line 144, ../sass/components/_forms.scss */
.selector select:focus {
  border: none;
  outline: none;
}

/* line 158, ../sass/components/_forms.scss */
.uploader {
  background-image: none;
  background: #ffffff;
  border: 1px solid #e5ecef;
  display: -moz-inline-box;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  height: 40px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 49%;
  zoom: 1;
}
/* line 174, ../sass/components/_forms.scss */
.uploader input {
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100% !important;
  border-radius: 3px;
}
/* line 192, ../sass/components/_forms.scss */
.uploader .filename {
  color: #9a9a9a;
  cursor: default;
  display: block;
  float: left;
  font-size: 0.875em;
  height: 40px;
  line-height: 1.25;
  overflow: hidden;
  padding: 11px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
/* line 208, ../sass/components/_forms.scss */
.uploader .action {
  border: none;
  border-left: 1px solid #e5ecef;
  font-size: 0.75em;
  line-height: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 220, ../sass/components/_forms.scss */
.uploader .action:hover {
  background: #111;
}

/* line 227, ../sass/components/_forms.scss */
.gfield_checkbox label, .gfield_radio label {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0;
  line-height: 30px;
  color: #999;
}

/* line 236, ../sass/components/_forms.scss */
.gfield_contains_required .ginput_container:after {
  content: '*Required';
  font-size: 12px;
  font-style: italic;
  color: #E04444;
}

/* line 245, ../sass/components/_forms.scss */
.ginput_complex .ginput_full {
  display: block;
  margin: 0 0 9px;
}
/* line 250, ../sass/components/_forms.scss */
.ginput_complex .selector {
  width: 98%;
}
/* line 254, ../sass/components/_forms.scss */
.ginput_complex .name_last, .ginput_complex .name_first {
  margin: 0;
}

/* line 261, ../sass/components/_forms.scss */
.gform_footer button {
  font-size: 14px !important;
  padding: 12px 20px !important;
  cursor: pointer;
}
/* line 266, ../sass/components/_forms.scss */
.gform_footer button:after {
  content: '\f105';
  font-family: 'fontawesome';
  margin: 0 0 0 7px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 1px;
}
/* line 276, ../sass/components/_forms.scss */
.gform_footer button:hover {
  background: #dae1eb !important;
}

/* line 282, ../sass/components/_forms.scss */
footer .selector, footer input {
  padding: 8px !important;
}

/* line 5, ../sass/components/_tables.scss */
table {
  text-align: left;
  width: 100%;
}
/* line 10, ../sass/components/_tables.scss */
table.single th {
  color: #0073aa;
  font-size: 1.5em;
  font-weight: 600;
}
/* line 15, ../sass/components/_tables.scss */
table.single th span {
  color: #111;
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
/* line 24, ../sass/components/_tables.scss */
table.single td {
  color: #111;
  font-size: 1.5em;
  font-weight: 400;
}
/* line 30, ../sass/components/_tables.scss */
table.single th, table.single td {
  padding: 24px 0;
  border-bottom: 1px solid #bac7d9;
}
/* line 38, ../sass/components/_tables.scss */
table th {
  color: #111;
  font-size: 16.4px;
  font-weight: 600;
  padding: 15px 30px;
}
/* line 45, ../sass/components/_tables.scss */
table td {
  font-size: 16.4px;
  font-weight: 400;
  padding: 15px 30px;
}
/* line 50, ../sass/components/_tables.scss */
table td a {
  color: #0073aa;
  text-decoration: none;
}
/* line 54, ../sass/components/_tables.scss */
table td a:hover {
  color: #005177;
}

/* line 65, ../sass/components/_tables.scss */
.formulations-search th {
  font-style: italic;
}
/* line 70, ../sass/components/_tables.scss */
.formulations-search tr:nth-child(even) {
  background-color: #e5e5e5;
}

/* line 77, ../sass/components/_tables.scss */
.stacktable.large-only {
  display: table;
}

/* line 78, ../sass/components/_tables.scss */
.stacktable.small-only {
  display: none;
}

/* line 5, ../sass/components/_accordions.scss */
.accordion {
  background: #ffffff;
  border: 1px solid #949da9;
  border-radius: 6px;
  margin: 0 0 30px;
  position: relative;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 17, ../sass/components/_accordions.scss */
.accordion-label {
  color: #0073aa;
  display: block;
  font-weight: 700;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
/* line 26, ../sass/components/_accordions.scss */
.accordion-label:hover {
  color: #02182a;
}
/* line 30, ../sass/components/_accordions.scss */
.accordion-label:after {
  content: '+';
  position: absolute;
  right: 0;
}
/* line 36, ../sass/components/_accordions.scss */
.accordion-label.open:after {
  content: '-';
}

/* line 42, ../sass/components/_accordions.scss */
.accordion-content {
  position: relative;
}

/* line 49, ../sass/components/_accordions.scss */
.accordions .accordion-label {
  color: #111;
  font-size: 1.125em;
  font-weight: 600;
  padding: 13px 20px;
}
/* line 55, ../sass/components/_accordions.scss */
.accordions .accordion-label:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAIAAABbdmkjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIyQTY5QzlBMTE1MjExRTY4NTc2QjExMTA3RkE4QzQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIyQTY5QzlCMTE1MjExRTY4NTc2QjExMTA3RkE4QzQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjJBNjlDOTgxMTUyMTFFNjg1NzZCMTExMDdGQThDNDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjJBNjlDOTkxMTUyMTFFNjg1NzZCMTExMDdGQThDNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5YLeZcAAAAY0lEQVR42mL4jwru37+flpY2derU/xiAiYFoMJSUsuzbtw+Z//btWyD56tUrNHFBQUFGYNAQY6S+vj4jMCCRhZ49e7Zw4UIVFZXQ0FBkcQ4ODhYFBQVMM7i5uTHFh2kUAAQYAECmPA077oAbAAAAAElFTkSuQmCC");
  position: relative;
  float: right;
}
/* line 61, ../sass/components/_accordions.scss */
.accordions .accordion-label.open {
  background: #b9c4d3;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  color: #ffffff;
  margin: 0;
}
/* line 70, ../sass/components/_accordions.scss */
.accordions .accordion-label.open:after {
  content: '-';
  font-size: 38px;
  line-height: 23px;
}
/* line 78, ../sass/components/_accordions.scss */
.accordions .accordion-content {
  padding: 35px 35px 5px;
  margin-bottom: 30px;
}

/* line 1, ../sass/components/_pagination.scss */
.pagination {
  text-align: center;
}

/* line 5, ../sass/components/_social.scss */
.social {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.social:after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, ../sass/components/_social.scss */
.social__link {
  -moz-transition: background 500ms ease 0s, color 500ms ease 0s;
  -o-transition: background 500ms ease 0s, color 500ms ease 0s;
  -webkit-transition: background 500ms ease, color 500ms ease;
  -webkit-transition-delay: 0s, 0s;
  transition: background 500ms ease 0s, color 500ms ease 0s;
  color: #ccc;
  font-family: 'FontAwesome';
}
/* line 14, ../sass/components/_social.scss */
.social__link:hover {
  text-decoration: none;
}
/* line 19, ../sass/components/_social.scss */
.social__link.fb:hover {
  color: #3b5998;
}
/* line 20, ../sass/components/_social.scss */
.social__link.g:hover {
  color: #dd4b39;
}
/* line 21, ../sass/components/_social.scss */
.social__link.ig:hover {
  color: #517fa4;
}
/* line 22, ../sass/components/_social.scss */
.social__link.li:hover {
  color: #007bb6;
}
/* line 23, ../sass/components/_social.scss */
.social__link.pt:hover {
  color: #cb2027;
}
/* line 24, ../sass/components/_social.scss */
.social__link.tw:hover {
  color: #00aced;
}
/* line 25, ../sass/components/_social.scss */
.social__link.rss:hover {
  color: #f26522;
}
/* line 26, ../sass/components/_social.scss */
.social__link.vm:hover {
  color: #aad450;
}
/* line 27, ../sass/components/_social.scss */
.social__link.yt:hover {
  color: #bb0000;
}

/* line 31, ../sass/components/_social.scss */
.social__item {
  float: left;
  margin-left: 0.625em;
}
/* line 35, ../sass/components/_social.scss */
.social__item:first-child {
  margin-left: 0;
}

/* line 5, ../sass/layout/_header.scss */
.logo {
  left: 1.25em;
  position: absolute;
  top: 1em;
  width: 273px;
  z-index: 500;
  margin-left:30px;
}
/* line 12, ../sass/layout/_header.scss */
.logo img {
  height: auto;
  width: 100%;
}

/* line 19, ../sass/layout/_header.scss */
.site-header {
  height: 180px;
  border-bottom: 1px solid #c5c5c5;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 99999;
  border-bottom: 15px solid #367493;
}
/* line 28, ../sass/layout/_header.scss */
.site-header .clearfix {
  max-width: 1600px;
  margin: 0 auto;
}
/* line 33, ../sass/layout/_header.scss */
.site-header .search-form {
  display: inline-block;
  position: relative;
  bottom: 2px;
}
/* line 38, ../sass/layout/_header.scss */
.site-header .search-form input[type=text] {
  padding: 5px;
  font-size: 14px;
  width: 0;
  opacity: 0;
  transition: all 0.7s ease;
}
/* line 46, ../sass/layout/_header.scss */
.site-header .search-form input[type=text].active {
  width: 75%;
  opacity: 1;
}
/* line 51, ../sass/layout/_header.scss */
.site-header .search-form button {
  background: none;
  box-shadow: none;
  font-size: 24px;
  padding: 0 10px;
}

/* line 65, ../sass/layout/_header.scss */
.site-header-right {
  color: #0073aa;
  display: table;
  float: right;
  padding-right: 1.25em;
  text-align: right;
}
/* line 71, ../sass/layout/_header.scss */
.site-header-right span {
  line-height: 27px;
  padding-right: 20px;
}

/* line 77, ../sass/layout/_header.scss */
.search-container {
  display: inline-block;
  position: relative;
}
/* line 80, ../sass/layout/_header.scss */
.search-container input {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  padding: 7px 10px;
  width: 215px;
  font-size: 0.8125em;
  transition: all 0.7s ease;
}
/* line 89, ../sass/layout/_header.scss */
.search-container input:focus {
  box-shadow: inset 0px 2px 6px -20px rgba(50, 50, 50, 0.25);
  border: 1px solid #eee;
}
/* line 95, ../sass/layout/_header.scss */
.search-container button {
  background: none;
  border-left: 2px groove rgba(255, 255, 255, 0.21);
  box-shadow: none;
  color: #999;
  font-size: 0.8125em;
  position: absolute;
  top: 1px;
  right: 0;
  padding: 7px 10px;
  transition: all 0.7s ease;
}
/* line 107, ../sass/layout/_header.scss */
.search-container button:hover {
  color: rgba(0, 0, 0, 0.21);
}

/* line 114, ../sass/layout/_header.scss */
.right-column-1 {
  display: table-cell;
  padding-top: 20px;
}

/* line 119, ../sass/layout/_header.scss */
.main-menu-container {
  padding-top: 4px;
}

/* line 123, ../sass/layout/_header.scss */
.right-column-2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

/* line 129, ../sass/layout/_header.scss */
.utility-button {
    background: #09347a;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.09em;
    vertical-align: middle;
}
/* line 141, ../sass/layout/_header.scss */
.utility-button:after {
    content: "\f18e";
    font-family: 'fontawesome';
    color: #ffffff;
    border-left: 1px solid #0073aa;
    font-size: 28px;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
/* line 154, ../sass/layout/_header.scss */
.utility-button:hover {
  background: #0073aa;
  color: #ffffff;
}
/* line 157, ../sass/layout/_header.scss */
.utility-button:hover:after {
  border-color: #516fa3;
}
@media screen and (max-width: 1200px) {
  /* line 129, ../sass/layout/_header.scss */
  .utility-button {
    font-size: 14px;
  }
}

/* line 170, ../sass/layout/_header.scss */
.mob-menu-container {
  position: absolute;
  right: 20px;
  top: 28px;
  font-size: 30px;
  width: auto;
  text-align: right;
  display: none;
  color: #0073aa;
  z-index: 1000;
}

/* line 181, ../sass/layout/_header.scss */
.mob-menu {
  cursor: pointer;
}
@media (max-width: 1024px) {
  /* line 181, ../sass/layout/_header.scss */
  .mob-menu {
    display: inline-block;
  }
}
/* line 186, ../sass/layout/_header.scss */
.mob-menu i {
  color: #0073aa;
  padding: 6px 8px;
  width: 33px;
  height: 33px;
  display: none;
}
/* line 192, ../sass/layout/_header.scss */
.mob-menu i.active {
  display: inline-block;
}
/* line 195, ../sass/layout/_header.scss */
.mob-menu i.always-active {
  display: inline-block;
}

/* line 203, ../sass/layout/_header.scss */
body.active {
  position: fixed;
  left: 0;
  right: 0;
}

/* line 209, ../sass/layout/_header.scss */
.main-mobile-menu-container {
  position: fixed;
  top: 0;
  right: -105%;
  bottom: 0;
  width: 100%;
  max-width: none;
  background: #ffffff;
  box-shadow: -5px 0 15px -6px rgba(0, 0, 0, 0.5);
  transition: right .5s ease-in-out;
  z-index: 20;
  text-align: left;
  font-weight: 800;
  padding-top: 85px;
}
/* line 224, ../sass/layout/_header.scss */
.main-mobile-menu-container.active {
  right: 0;
}
/* line 228, ../sass/layout/_header.scss */
.main-mobile-menu-container.overflow-y {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* line 233, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 238, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu ul,
.main-mobile-menu-container .main-menu li {
  margin: 0;
  padding: 0;
}
/* line 244, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li {
  display: block;
  list-style-type: none;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0 !important;
  width: 100%;
  line-height: normal;
  font-size: 16px;
}
/* line 255, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li:after {
  display: none;
}
/* line 259, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li.menu-item-has-children {
  position: relative;
}
/* line 261, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li.menu-item-has-children:after {
  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);
  content: "\f107";
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 269, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li.menu-item-has-children.active:after {
  content: "\f106";
}
/* line 275, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li .sub-menu {
  display: block;
  margin-left: 0;
  position: relative;
  border-top: none;
  background: #edf1fa;
  top: 0;
}
/* line 282, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li .sub-menu li {
  display: block;
  width: 100%;
  margin-right: 0;
  padding: 0;
}
/* line 287, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li .sub-menu li a {
  color: #111;
  text-transform: none;
}
/* line 290, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li .sub-menu li a:hover {
  color: #005177;
}
/* line 295, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li .sub-menu li.menu-item-has-children:after {
  right: 17px;
}
/* line 301, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li .sub-menu a {
  text-transform: none;
  color: #111;
}
/* line 304, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li .sub-menu a:hover {
  color: #005177;
}
/* line 312, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu a {
  display: block;
  color: #111;
  padding: 12px 0;
  text-decoration: none !important;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 320, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu a:hover {
  color: #005177;
}
/* line 330, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li li li {
  border-top: 0;
  padding-left: 0.9375em;
}
/* line 335, ../sass/layout/_header.scss */
.main-mobile-menu-container .main-menu li li li > a {
  text-transform: none;
}

@media (max-width: 1024px) {
  /* line 348, ../sass/layout/_header.scss */
  .mob-menu-container {
    display: block;
  }

  /* line 352, ../sass/layout/_header.scss */
  .site-header-right {
    display: none;
  }
}
/* line 362, ../sass/layout/_header.scss */
.main-menu {
  list-style: none;
}
/* line 365, ../sass/layout/_header.scss */
.main-menu li {
  position: relative;
  display: inline-block;
}
/* line 370, ../sass/layout/_header.scss */
.main-menu > li {
  padding: 10px 0;
}
/* line 373, ../sass/layout/_header.scss */
.main-menu > li a {
  color: #0073aa;
  text-transform: uppercase;
  font-size: 33.75px;
  font-weight: 500;
  margin-left: 40px;
  margin-right: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
/* line 378, ../sass/layout/_header.scss */
.main-menu > li a:hover {
  color: #005177;
}
/* line 384, ../sass/layout/_header.scss */
.main-menu > li[class*="current-"] > a {
  color: #0073aa;
}
/* line 389, ../sass/layout/_header.scss */
.main-menu > li:first-child {
  padding-left: 0;
}
/* line 394, ../sass/layout/_header.scss */
.main-menu > li:last-child > .sub-menu {
  left: auto;
  right: 0;
}
/* line 400, ../sass/layout/_header.scss */
.main-menu > li > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 109px 0 0;
}
/* line 408, ../sass/layout/_header.scss */
.main-menu > li > .sub-menu li:first-child {
  border-top: 2px solid #005177;
  padding: 20px 0 2.5px;
}
/* line 413, ../sass/layout/_header.scss */
.main-menu > li > .sub-menu li:last-child {
  padding: 2.5px 0 20px;
}
/* line 417, ../sass/layout/_header.scss */
.main-menu > li > .sub-menu li a {
  color: #111;
  font-size: 0.875em;
  padding: 10px 20px;
  margin-left:0 !important;
  margin-right:0 !important;
}
/* line 422, ../sass/layout/_header.scss */
.main-menu > li > .sub-menu li a:hover {
  color: #005177;
}
/* line 429, ../sass/layout/_header.scss */
.main-menu > li > .sub-menu li:hover > .sub-menu {
  display: block;
  top: 0;
  left: auto;
  right: 100%;
  padding: 0 2px 0 0;
}
/* line 439, ../sass/layout/_header.scss */
.main-menu > li:hover > .sub-menu {
  display: block;
}
/* line 444, ../sass/layout/_header.scss */

/* line 454, ../sass/layout/_header.scss */
.main-menu > li:last-child:after {
  display: none;
}
/* line 461, ../sass/layout/_header.scss */
.main-menu .sub-menu {
  display: none;
  padding: 0;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 16;
  line-height: normal;
  text-align: left;
  padding-bottom: 10px;
}
/* line 472, ../sass/layout/_header.scss */
.main-menu .sub-menu li {
  background: rgba(255, 255, 255, 0.95);
  margin-left: 0;
  border-bottom: 0;
  padding: 2.5px 0;
  text-transform: none;
  display: block;
  text-transform: none;
  white-space: nowrap;
}
/* line 483, ../sass/layout/_header.scss */
.main-menu .sub-menu li:hover a {
  color: #005177;
}
/* line 487, ../sass/layout/_header.scss */
.main-menu .sub-menu li:after {
  display: none;
}
/* line 490, ../sass/layout/_header.scss */
.main-menu .sub-menu li:before {
  display: none;
}
/* line 494, ../sass/layout/_header.scss */
.main-menu .sub-menu li a {
  display: block;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  text-transform: none;
}

/* line 1, ../sass/layout/_footer.scss */
.deep-footer {
  border-top: 1px solid #cdd0d8;
  color: #111;
  font-size: 14px;
  line-height: 1.714;
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 8, ../sass/layout/_footer.scss */
.deep-footer h2 {
  font-weight: 300;
  margin-bottom: 0.5em;
  font-size: 30px;
}
/* line 14, ../sass/layout/_footer.scss */
.deep-footer p.gull-gray {
  color: #a1b1bc;
}

/* line 20, ../sass/layout/_footer.scss */
.deep-footer-left,
.deep-footer-right {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  /* line 20, ../sass/layout/_footer.scss */
  .deep-footer-left,
  .deep-footer-right {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}

/* line 33, ../sass/layout/_footer.scss */
.deep-footer-left {
  padding-right: 15px;
}
@media (max-width: 1024px) {
  /* line 33, ../sass/layout/_footer.scss */
  .deep-footer-left {
    padding-right: 0;
  }
}

/* line 40, ../sass/layout/_footer.scss */
.deep-footer-right {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  /* line 40, ../sass/layout/_footer.scss */
  .deep-footer-right {
    padding-left: 0;
  }
}

/* line 47, ../sass/layout/_footer.scss */
.site-footer {
  position: relative;
  z-index: 1;
  background: #09347a;
  color: #ffffff;
  min-height: 85px;
  font-size: 12px;
}
/* line 55, ../sass/layout/_footer.scss */
.site-footer a {
  color: #ffffff;
}
/* line 58, ../sass/layout/_footer.scss */
.site-footer a:hover {
  color: #005177;
  text-decoration: none;
}
/* line 64, ../sass/layout/_footer.scss */
.site-footer p {
  margin: 0;
}
@media (max-width: 680px) {
  /* line 47, ../sass/layout/_footer.scss */
  .site-footer {
    text-align: center;
  }
}

/* line 73, ../sass/layout/_footer.scss */
.site-footer-left {
  float: left;
  padding-top: 30px;
}
@media (max-width: 680px) {
  /* line 73, ../sass/layout/_footer.scss */
  .site-footer-left {
    float: none;
  }
}

/* line 81, ../sass/layout/_footer.scss */
.site-footer-right {
  float: right;
  text-align: right;
  padding-top: 30px;
}
@media (max-width: 680px) {
  /* line 81, ../sass/layout/_footer.scss */
  .site-footer-right {
    float: none;
    padding-bottom: 30px;
    text-align: center;
  }
}

/* line 92, ../sass/layout/_footer.scss */
.menu-footer-menu-container {
  display: inline-block;
  vertical-align: top;
}

/* line 97, ../sass/layout/_footer.scss */
.footer-menu {
  *zoom: 1;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 38, ../../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.footer-menu:after {
  content: "";
  display: table;
  clear: both;
}
/* line 103, ../sass/layout/_footer.scss */
.footer-menu li {
  display: inline-block;
  padding-top: 0;
  padding-right: 0.625em;
}
/* line 107, ../sass/layout/_footer.scss */
.footer-menu li:before {
  display: none;
}

/* line 114, ../sass/layout/_footer.scss */
.social {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
}
/* line 119, ../sass/layout/_footer.scss */
.social li {
  padding-top: 0;
}
/* line 121, ../sass/layout/_footer.scss */
.social li:before {
  display: none;
}

/* line 5, ../sass/layout/_masthead.scss */
.masthead {
  background-position: center right !important;
  margin: 103px 0 0;
}
/* line 10, ../sass/layout/_masthead.scss */
.masthead .wrap .inner {
  height: 365px;
}
/* line 14, ../sass/layout/_masthead.scss */
.masthead .wrap.dark {
  background: -moz-linear-gradient(left, #394564 0%, #394564 1%, #394564 39%, rgba(125, 185, 232, 0) 71%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #394564 0%, #394564 1%, #394564 39%, rgba(125, 185, 232, 0) 71%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #394564 0%, #394564 1%, #394564 39%, rgba(125, 185, 232, 0) 71%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394564', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
}
/* line 20, ../sass/layout/_masthead.scss */
.masthead .wrap.dark h1, .masthead .wrap.dark p {
  color: #fff;
}
/* line 30, ../sass/layout/_masthead.scss */
.masthead .wrap .masthead-content {
  max-width: 50%;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 44, ../sass/layout/_masthead.scss */
.masthead .breadcrumbs {
  position: absolute;
  top: 27px;
}
/* line 48, ../sass/layout/_masthead.scss */
.masthead .breadcrumbs > span > span {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 56, ../sass/layout/_masthead.scss */
.masthead .breadcrumbs > span > span:first-child {
  padding-left: 0;
}
/* line 62, ../sass/layout/_masthead.scss */
.masthead .breadcrumbs span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
/* line 70, ../sass/layout/_masthead.scss */
.masthead .breadcrumbs a {
  color: #005177;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
/* line 77, ../sass/layout/_masthead.scss */
.masthead .breadcrumbs a:hover {
  color: #F5A261;
}
/* line 82, ../sass/layout/_masthead.scss */
.masthead .breadcrumbs i {
  margin: 0 10px 0 0;
}

/* line 5, ../sass/layout/_callouts.scss */
.callouts {
  float: right;
  margin-left: 1.875em;
  width: 30%;
}

/* line 11, ../sass/layout/_callouts.scss */
.widget {
  margin: 0 0 35px;
}
/* line 13, ../sass/layout/_callouts.scss */
.widget.callout {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 85px 0;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
/* line 21, ../sass/layout/_callouts.scss */
.widget.callout h3 {
  color: #111;
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
  line-height: 24px;
}
/* line 29, ../sass/layout/_callouts.scss */
.widget.callout p,
.widget.callout ul {
  color: #111;
  font-size: 0.875em;
  line-height: 24px;
  margin: 0 0 20px;
}
/* line 37, ../sass/layout/_callouts.scss */
.widget.callout .btn {
  color: #09347a;
  background: #e2e8f0;
  position: relative;
  top: 14px;
  transition: all 0.7s ease;
}
/* line 44, ../sass/layout/_callouts.scss */
.widget.callout .btn:after {
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 14px;
  margin: 0 0 0 5px;
}
/* line 51, ../sass/layout/_callouts.scss */
.widget.callout .btn:hover {
  box-shadow: inset 0 0 0 0 rgba(50, 50, 50, 0.2);
}
/* line 56, ../sass/layout/_callouts.scss */
.widget.callout:before {
  content: '\f0ea';
  color: #09347a;
  background: #e2e8f0;
  border-radius: 50%;
  bottom: 35px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.12);
  display: inline-block;
  font-family: 'fontawesome';
  font-size: 26px;
  margin: 0 0 -15px;
  padding: 15px;
  position: relative;
  width: 75px;
  max-height: 75px;
}
/* line 75, ../sass/layout/_callouts.scss */
.widget.button-widget {
  text-align: center;
}
/* line 78, ../sass/layout/_callouts.scss */
.widget.button-widget a {
  padding: 15px 35px;
  font-family: Sans-serif;
  font-weight: 300;
}
/* line 86, ../sass/layout/_callouts.scss */
.widget.resource h3 {
  margin: 0 0 20px;
  line-height: 34px;
}
/* line 94, ../sass/layout/_callouts.scss */
.widget.formulation:before {
  content: url("http://imprimispharma.investorroom.com/images/formulations-icon.png");
  padding: 20px 0 12px;
}
/* line 101, ../sass/layout/_callouts.scss */
.widget.white-paper:before {
  content: url("http://imprimispharma.investorroom.com/images/clipboard-icon.png");
  padding: 20px 23px 6px;
}
/* line 107, ../sass/layout/_callouts.scss */
.widget.info-sheet:before {
  content: '\f0f6';
}
/* line 111, ../sass/layout/_callouts.scss */
.widget.case-study:before {
  content: '\f02d';
}
/* line 114, ../sass/layout/_callouts.scss */
.widget.press-release:before {
  content: '\f1ea';
}
/* line 117, ../sass/layout/_callouts.scss */
.widget.video:before {
  content: '\f16a';
}

/* line 127, ../sass/layout/_callouts.scss */
.cta {
  background: #0073aa;
  border: none;
}

/* line 5, ../sass/layout/_comments.scss */
.commentlist {
  font-size: 15px;
  margin-bottom: 0;
}
/* line 9, ../sass/layout/_comments.scss */
.commentlist > li:last-child {
  border-bottom: 1px solid #e0e0e0;
}
/* line 13, ../sass/layout/_comments.scss */
.commentlist > li > ol {
  background: #f6f6f6;
  margin-top: 2.5em;
  padding-right: 1.75em;
}

/* line 21, ../sass/layout/_comments.scss */
.comment {
  border-top: 1px solid #e0e0e0;
  padding: 1.875em 0 !important;
}
/* line 24, ../sass/layout/_comments.scss */
.comment:first-child {
  border-top: 0;
}

/* line 29, ../sass/layout/_comments.scss */
.comment-author {
  color: #111;
  margin-bottom: 0.125em;
  padding-bottom: 0 !important;
}

/* line 35, ../sass/layout/_comments.scss */
.comment-date {
  color: #959595;
  margin-bottom: 0.75em;
}

/* line 40, ../sass/layout/_comments.scss */
#cancel-comment-reply-link {
  display: block;
  text-decoration: none !important;
}

/* line 45, ../sass/layout/_comments.scss */
.comment-respond {
  clear: both;
  padding: 2.1875em 0;
}

/* line 52, ../sass/layout/_comments.scss */
.comment-form .required {
  color: #901E1E;
  position: relative;
  top: -4px;
}
/* line 58, ../sass/layout/_comments.scss */
.comment-form p {
  margin-bottom: 0.625em;
}
/* line 60, ../sass/layout/_comments.scss */
.comment-form p.form-allowed-tags {
  margin-bottom: 1.25em;
}
/* line 65, ../sass/layout/_comments.scss */
.comment-form label {
  display: block;
  float: left;
  font-weight: 400;
  margin-bottom: 0.375em;
}
/* line 72, ../sass/layout/_comments.scss */
.comment-form [type="text"],
.comment-form [type="email"],
.comment-form textarea {
  clear: both;
  font-size: 0.875em;
  padding: 0.57143em;
  width: 100%;
}

/* line 1, ../sass/layout/_search-form.scss */
.search-shortcode {
  background: #5f6e8d;
  color: #fff;
  padding: 40px;
  text-align: left;
}
/* line 7, ../sass/layout/_search-form.scss */
.search-shortcode .inner {
  width: 100%;
  padding: 0;
}
/* line 12, ../sass/layout/_search-form.scss */
.search-shortcode h1, .search-shortcode h2, .search-shortcode h3, .search-shortcode h4, .search-shortcode h5, .search-shortcode h6, .search-shortcode p {
  color: #fff !important;
}
/* line 16, ../sass/layout/_search-form.scss */
.search-shortcode h2 {
  font-size: 30px !important;
}
/* line 20, ../sass/layout/_search-form.scss */
.search-shortcode form {
  margin: 0 0 30px;
}
/* line 23, ../sass/layout/_search-form.scss */
.search-shortcode form input[type=text] {
  border-radius: 0;
  font-size: 24px;
  padding: 30px;
  width: 90%;
  float: left;
}
/* line 31, ../sass/layout/_search-form.scss */
.search-shortcode form button {
  color: #888;
  font-size: 24px;
  max-width: 8%;
  padding: 27px 27px 35px;
  width: 100%;
  float: left;
}
/* line 40, ../sass/layout/_search-form.scss */
.search-shortcode form:after {
  content: '';
  clear: both;
  display: table;
}
/* line 50, ../sass/layout/_search-form.scss */
.search-shortcode .trending-searches span, .search-shortcode .trending-searches .trends {
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
  text-align: left;
}
/* line 57, ../sass/layout/_search-form.scss */
.search-shortcode .trending-searches a {
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
}
/* line 65, ../sass/layout/_search-form.scss */
.search-shortcode .trending-searches a:after {
  content: '|';
  color: #fff !important;
  position: absolute;
  right: -5px;
}
/* line 72, ../sass/layout/_search-form.scss */
.search-shortcode .trending-searches a:last-child:after {
  content: none;
}
/* line 76, ../sass/layout/_search-form.scss */
.search-shortcode .trending-searches a:hover {
  color: #005177;
}

/* line 1, ../sass/templates/_front-page.scss */
.content .hero-panel {
  position: relative;
  width: 100%;
  margin: 105px auto 80px;
}
/* line 6, ../sass/templates/_front-page.scss */
.content .hero-panel img {
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 1, ../sass/templates/_front-page.scss */
  .content .hero-panel {
    overflow: hidden;
  }
  /* line 11, ../sass/templates/_front-page.scss */
  .content .hero-panel img {
    height: 630px;
    max-width: none;
    width: auto;
  }
}
@media (max-width: 680px) {
  /* line 18, ../sass/templates/_front-page.scss */
  .content .hero-panel img {
    height: 345px;
  }
}

/* line 24, ../sass/templates/_front-page.scss */
.hero-content {
  position: absolute;
  padding-top: 70px;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}
/* line 32, ../sass/templates/_front-page.scss */
.hero-content .inner {
  position: static;
}
/* line 36, ../sass/templates/_front-page.scss */
.hero-content h1 {
  color: #0073aa;
  font-size: 3.125em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  /* line 36, ../sass/templates/_front-page.scss */
  .hero-content h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 680px) {
  /* line 36, ../sass/templates/_front-page.scss */
  .hero-content h1 {
    font-size: 1.25em;
  }
}
@media (max-width: 680px) {
  /* line 49, ../sass/templates/_front-page.scss */
  .hero-content p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 24, ../sass/templates/_front-page.scss */
  .hero-content {
    padding-top: 35px;
  }
}

/* line 60, ../sass/templates/_front-page.scss */
.hero-spotlights {
  padding-top: 50px;
}
@media (max-width: 680px) {
  /* line 60, ../sass/templates/_front-page.scss */
  .hero-spotlights {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}

/* line 71, ../sass/templates/_front-page.scss */
.hero-spotlight {
  background: rgba(237, 241, 250, 0.95);
  display: inline-block;
  margin-right: 3%;
  padding: 55px;
  text-align: center;
  vertical-align: top;
  width: 30.45%;
}
/* line 80, ../sass/templates/_front-page.scss */
.hero-spotlight:last-child {
  margin-right: 0;
}
/* line 83, ../sass/templates/_front-page.scss */
.hero-spotlight h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0.25em;
}
/* line 88, ../sass/templates/_front-page.scss */
.hero-spotlight p {
  font-size: 14px;
}
/* line 91, ../sass/templates/_front-page.scss */
.hero-spotlight a {
  color: #111;
}
/* line 93, ../sass/templates/_front-page.scss */
.hero-spotlight a.btn {
  color: #ffffff;
}
@media screen and (max-width: 1250px) {
  /* line 71, ../sass/templates/_front-page.scss */
  .hero-spotlight {
    margin-right: 1%;
    padding: 20px;
    width: 30%;
  }
  /* line 101, ../sass/templates/_front-page.scss */
  .hero-spotlight:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 71, ../sass/templates/_front-page.scss */
  .hero-spotlight {
    width: 29%;
  }
  /* line 107, ../sass/templates/_front-page.scss */
  .hero-spotlight .btn {
    font-size: 12px;
  }
}
@media (max-width: 680px) {
  /* line 71, ../sass/templates/_front-page.scss */
  .hero-spotlight {
    background: #edf1fa;
    border-right: 2px groove rgba(255, 255, 255, 0.41);
    border-top: 1px solid #ccc;
    min-height: 48px;
    margin-right: -4px;
    padding: 10px;
    width: 33.33%;
  }
  /* line 120, ../sass/templates/_front-page.scss */
  .hero-spotlight a {
    color: #0073aa;
  }
  /* line 122, ../sass/templates/_front-page.scss */
  .hero-spotlight a.btn {
    display: none;
  }
  /* line 126, ../sass/templates/_front-page.scss */
  .hero-spotlight h2 {
    font-size: 12px;
    font-weight: bold;
  }
  /* line 129, ../sass/templates/_front-page.scss */
  .hero-spotlight h2:after {
    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);
    content: "\f105";
    padding-left: 3px;
  }
  /* line 135, ../sass/templates/_front-page.scss */
  .hero-spotlight p {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  /* line 71, ../sass/templates/_front-page.scss */
  .hero-spotlight {
    min-height: 52px;
  }
}

/* line 144, ../sass/templates/_front-page.scss */
.btn {
  background: #005177;
  border-radius: 3px;
  box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  padding: 5px 25px;
  text-transform: uppercase;
}
/* line 153, ../sass/templates/_front-page.scss */
.btn:hover {
  background: #0073aa;
  color: #ffffff;
}

/* line 164, ../sass/templates/_front-page.scss */
.home-layer {
  position: relative;
  text-align: center;
  padding: 0 0 80px;
}
/* line 167, ../sass/templates/_front-page.scss */
.home-layer h2 {
  color: #0073aa;
  font-size: 50px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 680px) {
  /* line 167, ../sass/templates/_front-page.scss */
  .home-layer h2 {
    font-size: 30px;
  }
}
/* line 177, ../sass/templates/_front-page.scss */
.home-layer img {
  margin: 0 auto;
}
/* line 180, ../sass/templates/_front-page.scss */
.home-layer p {
  font-size: 18px;
}
@media (max-width: 680px) {
  /* line 180, ../sass/templates/_front-page.scss */
  .home-layer p {
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  /* line 164, ../sass/templates/_front-page.scss */
  .home-layer {
    padding-bottom: 45px;
  }
}

/* line 192, ../sass/templates/_front-page.scss */
.home-layer-has-gradient:after {
  background-image: url(http://imprimispharma.investorroom.com/images/imprimis-blue-fade-content-bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

/* line 7, ../sass/templates/_interior.scss */
.interior .main {
  padding: 70px 0 0;
}
/* line 11, ../sass/templates/_interior.scss */
.interior h2 {
  font-size: 2.25em;
  font-weight: 300;
  color: #0073aa;
}
/* line 17, ../sass/templates/_interior.scss */
.interior h3 {
  font-size: 1.625em;
  font-weight: 300;
  color: #0073aa;
}
/* line 23, ../sass/templates/_interior.scss */
.interior h4 {
  font-size: 1.25em;
  font-weight: 600;
  color: #0073aa;
}
/* line 29, ../sass/templates/_interior.scss */
.interior .play-btn {
  display: block;
  position: relative;
}
/* line 33, ../sass/templates/_interior.scss */
.interior .play-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 69, 100, 0.75);
  transition: all 0.7s ease;
}
/* line 44, ../sass/templates/_interior.scss */
.interior .play-btn:after {
  content: '\f04b';
  background: #005177;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-family: 'fontawesome';
  margin: -34px -61px;
  padding: 15px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.7s ease;
}
/* line 60, ../sass/templates/_interior.scss */
.interior .play-btn img {
  width: 100%;
}
/* line 66, ../sass/templates/_interior.scss */
.interior .play-btn:hover:before {
  background: rgba(57, 69, 100, 0.85);
}
/* line 70, ../sass/templates/_interior.scss */
.interior .play-btn:hover:after {
  background: #E67216;
}
/* line 78, ../sass/templates/_interior.scss */
.interior blockquote {
  background: url("http://imprimispharma.investorroom.com/images/quote-bg.png") no-repeat bottom right;
  margin: 0 0 40px;
}
/* line 82, ../sass/templates/_interior.scss */
.interior blockquote h5 {
  color: #111;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 42px;
}
/* line 88, ../sass/templates/_interior.scss */
.interior blockquote h5:before, .interior blockquote h5:after {
  content: '"';
}
/* line 93, ../sass/templates/_interior.scss */
.interior blockquote p {
  color: #0073aa;
  font-size: 1.375em;
  font-weight: 300;
  margin: 35px 0 0;
}
/* line 102, ../sass/templates/_interior.scss */
.interior .content {
  float: left;
  max-width: 65%;
  width: 100%;
}
/* line 108, ../sass/templates/_interior.scss */
.interior .content img {
  height: auto;
  max-width: 100%;
  width: auto;
}
/* line 114, ../sass/templates/_interior.scss */
.interior .content p, .interior .content li {
  font-size: 1.125em;
  line-height: 34px;
}
/* line 119, ../sass/templates/_interior.scss */
.interior .content .small {
  color: #ccc;
  font-size: 1em;
}
/* line 124, ../sass/templates/_interior.scss */
.interior .content a.small {
  color: #09347a;
}
/* line 129, ../sass/templates/_interior.scss */
.interior .content .btn.blue {
  background: #0073aa;
}
/* line 132, ../sass/templates/_interior.scss */
.interior .content .btn.blue:hover {
  background: #005177;
}
/* line 137, ../sass/templates/_interior.scss */
.interior .content .btn.light-blue-arrow {
  background: #edf1fa;
  color: #0073aa;
  font-size: 12px;
}
/* line 142, ../sass/templates/_interior.scss */
.interior .content .btn.light-blue-arrow:after {
  content: '\f105';
  font-family: 'fontawesome';
  margin: 0 0 0 7px;
  position: relative;
  bottom: 1px;
}
/* line 150, ../sass/templates/_interior.scss */
.interior .content .btn.light-blue-arrow:hover {
  background: #dae1eb;
}
/* line 155, ../sass/templates/_interior.scss */
.interior .content .btn.orange-arrow {
  font-size: 12px;
}
/* line 158, ../sass/templates/_interior.scss */
.interior .content .btn.orange-arrow:after {
  content: '\f105';
  font-family: 'fontawesome';
  margin: 0 0 0 7px;
  position: relative;
  bottom: 1px;
}

/* line 177, ../sass/templates/_interior.scss */
.single-formulation article {
  float: left;
  max-width: 70%;
  padding: 0 50px 0 0;
  margin: 0 0 70px;
}
/* line 184, ../sass/templates/_interior.scss */
.single-formulation .sidebar {
  float: left;
  max-width: 30%;
  width: 100%;
}
/* line 189, ../sass/templates/_interior.scss */
.single-formulation .sidebar .button {
  border-radius: 8px;
  font-size: 1.375em;
  font-weight: 600;
  margin: 0 0 30px;
  padding: 12px;
  width: 100%;
  text-align: center;
}
/* line 199, ../sass/templates/_interior.scss */
.single-formulation .sidebar p {
  font-size: 1.125em;
  text-align: center;
}
/* line 203, ../sass/templates/_interior.scss */
.single-formulation .sidebar p a {
  font-weight: 600;
}
/* line 206, ../sass/templates/_interior.scss */
.single-formulation .sidebar p a:after {
  content: '\f105';
  font-family: 'fontawesome';
  margin: 0 0 0 6px;
}
/* line 215, ../sass/templates/_interior.scss */
.single-formulation .sidebar img {
  max-width: 100%;
}
/* line 220, ../sass/templates/_interior.scss */
.single-formulation .related {
  clear: both;
  max-width: 60%;
}
/* line 225, ../sass/templates/_interior.scss */
.single-formulation .formulation-masthead {
  background: #394564;
  padding: 30px 0 60px;
}
/* line 229, ../sass/templates/_interior.scss */
.single-formulation .formulation-masthead h1 {
  color: #ffffff;
}
/* line 233, ../sass/templates/_interior.scss */
.single-formulation .formulation-masthead .search-breadcrumbs {
  margin: 0 0 40px;
}
/* line 236, ../sass/templates/_interior.scss */
.single-formulation .formulation-masthead .search-breadcrumbs span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
/* line 244, ../sass/templates/_interior.scss */
.single-formulation .formulation-masthead .search-breadcrumbs a {
  color: #005177;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
/* line 251, ../sass/templates/_interior.scss */
.single-formulation .formulation-masthead .search-breadcrumbs a:hover {
  color: #F5A261;
}
/* line 256, ../sass/templates/_interior.scss */
.single-formulation .formulation-masthead .search-breadcrumbs i {
  margin: 0 10px 0 0;
}
/* line 262, ../sass/templates/_interior.scss */
.single-formulation .related {
  margin: 0 0 70px;
}
/* line 265, ../sass/templates/_interior.scss */
.single-formulation .related h3 {
  color: #111;
  font-size: 1.5em;
  margin: 0 0 20px;
}
/* line 271, ../sass/templates/_interior.scss */
.single-formulation .related a {
  border-bottom: 1px solid #ccc;
  color: #09347a;
  display: block;
  font-weight: 700;
  padding: 20px 0;
  transition: all 0.7s ease;
}
/* line 279, ../sass/templates/_interior.scss */
.single-formulation .related a:after {
  content: '\f054';
  font-family: 'fontawesome';
  float: right;
}
/* line 285, ../sass/templates/_interior.scss */
.single-formulation .related a:hover {
  background: #edf1fa;
  padding: 20px 10px 20px 5px;
}

/* line 294, ../sass/templates/_interior.scss */
.formulation-masthead {
  background: #394564;
  padding: 30px 0;
  margin: 103px 0 0;
}
/* line 299, ../sass/templates/_interior.scss */
.formulation-masthead h1 {
  color: #ffffff;
}
/* line 305, ../sass/templates/_interior.scss */
.formulation-masthead .search-breadcrumbs span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
/* line 313, ../sass/templates/_interior.scss */
.formulation-masthead .search-breadcrumbs a {
  color: #005177;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
/* line 320, ../sass/templates/_interior.scss */
.formulation-masthead .search-breadcrumbs a:hover {
  color: #F5A261;
}
/* line 325, ../sass/templates/_interior.scss */
.formulation-masthead .search-breadcrumbs i {
  margin: 0 10px 0 0;
}

/* line 331, ../sass/templates/_interior.scss */
.order-callout {
  background: #e2e8f0;
  padding: 60px 0;
}

/* line 337, ../sass/templates/_interior.scss */
.footnotes {
  color: #999;
  font-size: 1em;
  font-weight: 400;
  padding: 50px 0;
}

/* line 344, ../sass/templates/_interior.scss */
.tabs {
  margin: 0 0 100px;
}
/* line 346, ../sass/templates/_interior.scss */
.tabs .tab-label {
  border-bottom: 4px solid transparent;
  color: #111;
  margin: 0 25px 0 0;
  position: relative;
  padding: 0 20px 15px 0;
}
/* line 353, ../sass/templates/_interior.scss */
.tabs .tab-label:after {
  content: '|';
  color: #ccc;
  position: absolute;
  right: -14.5px;
}
/* line 360, ../sass/templates/_interior.scss */
.tabs .tab-label:last-child:after {
  content: none;
}
/* line 364, ../sass/templates/_interior.scss */
.tabs .tab-label:hover {
  border-color: #005177;
  color: #005177;
  display: inline-block;
}
/* line 371, ../sass/templates/_interior.scss */
.tabs .active .tab-label {
  border-bottom: 4px solid #005177;
  color: #005177;
  display: inline-block;
  font-weight: 600;
  letter-spacing: -0.3px;
}
/* line 379, ../sass/templates/_interior.scss */
.tabs .tab-content {
  top: 42px;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
  z-index: 99;
}

/* line 389, ../sass/templates/_interior.scss */
.formulation-spotlight {
  background: #e2e8f0;
  padding: 50px 0;
  text-align: center;
}
/* line 394, ../sass/templates/_interior.scss */
.formulation-spotlight:before {
  content: url("http://imprimispharma.investorroom.com/images/magnify-icon.png");
  display: inline-block;
  margin: 0 0 30px;
}
/* line 400, ../sass/templates/_interior.scss */
.formulation-spotlight h2 {
  font-size: 3.125em;
  font-weight: 300;
  margin: 0 0 10px;
  padding: 0;
}
/* line 406, ../sass/templates/_interior.scss */
.formulation-spotlight p {
  font-size: 1.375em;
  font-weight: 300;
}

/* line 417, ../sass/templates/_interior.scss */
.wsp-pages-list li a {
  font-size: 16px !important;
}

/* line 425, ../sass/templates/_interior.scss */
.item {
  margin: 0 0 20px;
}
/* line 428, ../sass/templates/_interior.scss */
.item .image {
  float: left;
  margin: 0 20px 0 0;
}
/* line 433, ../sass/templates/_interior.scss */
.item .content {
  float: left;
  width: 100%;
  margin-top: -5px;
  margin-bottom: 40px;
}
/* line 439, ../sass/templates/_interior.scss */
.item .content .event-date, .item .content .event-location, .item .content .date {
  font-weight: 600;
  font-size: 14px;
  color: #111;
}
/* line 445, ../sass/templates/_interior.scss */
.item .content .event-title, .item .content .news-title {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0;
}
/* line 453, ../sass/templates/_interior.scss */
.item.no-image .content {
  max-width: 100%;
}

/* line 459, ../sass/templates/_interior.scss */
.speedbump-content {
  padding: 20px;
}

/* line 463, ../sass/templates/_interior.scss */
#cboxClose {
  text-indent: -20000px;
}

/* line 3, ../sass/templates/_search-page.scss */
.formulations-search.main {
  padding: 0;
}
/* line 7, ../sass/templates/_search-page.scss */
.formulations-search .page-content {
  padding: 40px 10px 0;
}
/* line 11, ../sass/templates/_search-page.scss */
.formulations-search div.search {
  background: #f8f8f8;
  padding: 60px 0;
}
/* line 15, ../sass/templates/_search-page.scss */
.formulations-search div.search .search-form {
  background: #f8f8f8;
  padding: 0 0 60px;
  text-align: center;
}
/* line 20, ../sass/templates/_search-page.scss */
.formulations-search div.search .search-form label {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 20px 0 0;
  font-size: 28px;
  font-weight: 300;
  color: #09347a;
}
/* line 29, ../sass/templates/_search-page.scss */
.formulations-search div.search .search-form input#search {
  width: 80%;
}
/* line 33, ../sass/templates/_search-page.scss */
.formulations-search div.search .search-form button {
  background: #005177;
  color: #fff;
  padding: 10px 15px;
}
/* line 41, ../sass/templates/_search-page.scss */
.formulations-search div.search .trending-searches {
  text-align: center;
}
/* line 44, ../sass/templates/_search-page.scss */
.formulations-search div.search .trending-searches span, .formulations-search div.search .trending-searches .trends {
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
  text-align: left;
}
/* line 51, ../sass/templates/_search-page.scss */
.formulations-search div.search .trending-searches a {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
}
/* line 58, ../sass/templates/_search-page.scss */
.formulations-search div.search .trending-searches a:after {
  content: '|';
  position: absolute;
  right: -5px;
}
/* line 64, ../sass/templates/_search-page.scss */
.formulations-search div.search .trending-searches a:last-child:after {
  content: none;
}
/* line 71, ../sass/templates/_search-page.scss */
.formulations-search .search-results {
  padding: 80px 0 45px;
}
/* line 76, ../sass/templates/_search-page.scss */
.formulations-search .pagination-wrap {
  margin: 45px 0 0;
}
/* line 79, ../sass/templates/_search-page.scss */
.formulations-search .pagination-wrap .screen-reader-text {
  display: none;
}
/* line 83, ../sass/templates/_search-page.scss */
.formulations-search .pagination-wrap .navigation {
  display: inline-block;
}
/* line 87, ../sass/templates/_search-page.scss */
.formulations-search .pagination-wrap .nav-links {
  margin: 0 4px 0 0;
}
/* line 91, ../sass/templates/_search-page.scss */
.formulations-search .pagination-wrap span, .formulations-search .pagination-wrap a {
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #111;
  display: inline-block;
  margin: 0;
  padding: 5px 12px;
  transition: all 0.7s ease;
}
/* line 101, ../sass/templates/_search-page.scss */
.formulations-search .pagination-wrap span {
  color: #ccc;
}
/* line 105, ../sass/templates/_search-page.scss */
.formulations-search .pagination-wrap a:hover {
  background: #005177;
  border-color: #005177;
  color: #ffffff;
}
/* line 111, ../sass/templates/_search-page.scss */
.formulations-search .pagination-wrap .next, .formulations-search .pagination-wrap .prev {
  display: none;
}

/* line 1, ../sass/plugins/_colorbox.scss */
#cboxOverlay {
  background: #111;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

/* line 11, ../sass/plugins/_colorbox.scss */
#colorbox {
  overflow: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 19, ../sass/plugins/_colorbox.scss */
#cboxContent {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  position: relative;
}

/* line 25, ../sass/plugins/_colorbox.scss */
#cboxLoadedContent {
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 10;
}

/* line 32, ../sass/plugins/_colorbox.scss */
.cboxIframe {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 38, ../sass/plugins/_colorbox.scss */
#cboxClose {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=) no-repeat;
  color: #999;
  cursor: pointer;
  height: 30px;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9999;
  width: 30px;
}

/* line 51, ../sass/plugins/_colorbox.scss */
#cboxClose:hover {
  color: #5d123a;
}

/* line 4, ../sass/plugins/_gravity-forms.scss */
.gform_fields,
.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
}

/* line 10, ../sass/plugins/_gravity-forms.scss */
.gform_fields {
  margin-bottom: 0;
}
/* line 13, ../sass/plugins/_gravity-forms.scss */
.gform_fields li {
  padding-top: 0;
}
/* line 16, ../sass/plugins/_gravity-forms.scss */
.gform_fields li li:first-child {
  padding-top: 0;
}
/* line 20, ../sass/plugins/_gravity-forms.scss */
.gform_fields li:before {
  display: none;
}

/* line 26, ../sass/plugins/_gravity-forms.scss */
label {
  display: none !important;
}

/* line 33, ../sass/plugins/_gravity-forms.scss */
.gform_wrapper {
  margin-bottom: 1.875em;
}

/* line 37, ../sass/plugins/_gravity-forms.scss */
.gfield {
  clear: both;
  padding-bottom: 0.9375em;
}

/* line 42, ../sass/plugins/_gravity-forms.scss */
.gform_description {
  display: block;
  margin-bottom: 1.875em;
}

/* line 48, ../sass/plugins/_gravity-forms.scss */
.screen-reader-text {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 7px;
}

/* line 55, ../sass/plugins/_gravity-forms.scss */
.instruction,
.gfield_description {
  clear: both;
  font-size: 85%;
}

/* line 61, ../sass/plugins/_gravity-forms.scss */
.instruction {
  font-style: italic;
}

/* line 65, ../sass/plugins/_gravity-forms.scss */
.gfield_required {
  color: #005177;
  margin-left: 3px;
  position: relative;
  top: -4px;
}

/* line 72, ../sass/plugins/_gravity-forms.scss */
.validation_error,
.validation_message,
.gfield_error input {
  border-color: #005177;
  color: #005177;
  font-weight: 600;
}

/* line 80, ../sass/plugins/_gravity-forms.scss */
.validation_message {
  margin-top: 5px;
}

/* line 84, ../sass/plugins/_gravity-forms.scss */
.validation_error {
  margin-bottom: 20px;
}

/* line 90, ../sass/plugins/_gravity-forms.scss */
.gfield_error input,
.gfield_error textarea,
.gfield_error .selector
select[multiple="multiple"] {
  border-color: #005177;
  color: #005177;
  font-weight: 600;
}

/* line 108, ../sass/plugins/_gravity-forms.scss */
.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
}
/* line 112, ../sass/plugins/_gravity-forms.scss */
.gfield_radio label,
.gfield_checkbox label {
  display: inline;
}

/* line 121, ../sass/plugins/_gravity-forms.scss */
.ginput_complex {
  overflow: hidden;
}
/* line 124, ../sass/plugins/_gravity-forms.scss */
.ginput_complex label {
  display: block;
  font-size: 5.3125%em;
}
/* line 129, ../sass/plugins/_gravity-forms.scss */
.ginput_complex input {
  width: 100%;
}
/* line 133, ../sass/plugins/_gravity-forms.scss */
.ginput_complex .ginput_right,
.ginput_complex .ginput_left {
  float: left;
  width: 49%;
}
/* line 139, ../sass/plugins/_gravity-forms.scss */
.ginput_complex .ginput_right {
  margin-left: 2%;
}

/* line 150, ../sass/plugins/_gravity-forms.scss */
.name_prefix,
.name_first,
.name_middle,
.name_last,
.name_suffix {
  float: left;
}

/* line 158, ../sass/plugins/_gravity-forms.scss */
.gf_name_has_5 span {
  margin-left: 1%;
  width: 19.2%;
}

/* line 163, ../sass/plugins/_gravity-forms.scss */
.gf_name_has_4 span {
  margin-left: 2%;
  width: 23.5%;
}

/* line 168, ../sass/plugins/_gravity-forms.scss */
.gf_name_has_3 span {
  margin-left: 2%;
  width: 32%;
}

/* line 173, ../sass/plugins/_gravity-forms.scss */
.gf_name_has_2 span {
  margin-left: 2%;
  width: 49%;
}

/* line 178, ../sass/plugins/_gravity-forms.scss */
.gf_name_has_5 span:first-child,
.gf_name_has_4 span:first-child,
.gf_name_has_3 span:first-child,
.gf_name_has_2 span:first-child {
  margin-left: 0;
}

/* line 188, ../sass/plugins/_gravity-forms.scss */
.gf_left_half,
.gf_right_half,
.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  clear: none;
}
/* line 196, ../sass/plugins/_gravity-forms.scss */
.gf_left_half .small,
.gf_left_half .medium,
.gf_left_half .large,
.gf_right_half .small,
.gf_right_half .medium,
.gf_right_half .large,
.gf_left_third .small,
.gf_left_third .medium,
.gf_left_third .large,
.gf_middle_third .small,
.gf_middle_third .medium,
.gf_middle_third .large,
.gf_right_third .small,
.gf_right_third .medium,
.gf_right_third .large {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 206, ../sass/plugins/_gravity-forms.scss */
.gf_left_half,
.gf_right_half {
  width: 49%;
}

/* line 211, ../sass/plugins/_gravity-forms.scss */
.gf_right_half {
  margin-left: 2%;
}
@media (max-width: 680px) {
  /* line 211, ../sass/plugins/_gravity-forms.scss */
  .gf_right_half {
    margin-left: 0;
  }
}

/* line 219, ../sass/plugins/_gravity-forms.scss */
.gf_left_third,
.gf_middle_third,
.gf_right_third {
  width: 32%;
}

/* line 225, ../sass/plugins/_gravity-forms.scss */
.gf_middle_third,
.gf_right_third {
  margin-left: 2%;
}

/* line 233, ../sass/plugins/_gravity-forms.scss */
.gfield_date_month,
.gfield_date_day,
.gfield_date_year,
.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  float: left;
  margin-left: 2%;
  width: 6.25em;
}
/* line 243, ../sass/plugins/_gravity-forms.scss */
.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input,
.gfield_date_dropdown_month input,
.gfield_date_dropdown_day input,
.gfield_date_dropdown_year input {
  display: block;
  width: 100%;
}

/* line 250, ../sass/plugins/_gravity-forms.scss */
.gfield_date_dropdown_month,
.gfield_date_month {
  margin-left: 0;
}

/* line 256, ../sass/plugins/_gravity-forms.scss */
.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  float: left;
}
/* line 261, ../sass/plugins/_gravity-forms.scss */
.gfield_time_hour input,
.gfield_time_minute input,
.gfield_time_ampm input {
  width: 3.375em;
}
/* line 265, ../sass/plugins/_gravity-forms.scss */
.gfield_time_hour label,
.gfield_time_minute label,
.gfield_time_ampm label {
  display: block;
}

/* line 271, ../sass/plugins/_gravity-forms.scss */
.gfield_time_minute {
  margin-left: 0.25em;
}

/* line 275, ../sass/plugins/_gravity-forms.scss */
.gfield_time_ampm {
  margin-left: 0.75em;
  width: 3.75em;
}

/* line 284, ../sass/plugins/_gravity-forms.scss */
.gform_drop_area {
  border: 2px dashed #ddd;
  color: #aaa;
  margin-bottom: 10px;
  padding: 1.5625em;
  text-align: center;
}

/* line 295, ../sass/plugins/_gravity-forms.scss */
.datepicker {
  max-width: 8.75em;
}

/* line 299, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  font-size: 9px;
}
/* line 303, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker a {
  text-decoration: none;
}

/* line 310, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-header {
  background-color: #fff;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}

/* line 324, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-title {
  text-align: center;
}

/* line 328, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-title select {
  border: 1px solid #e0e0e0;
  font-size: 1.22222em;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2.5%;
}

/* line 336, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  height: 30px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  width: 30px;
}

/* line 346, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

/* line 351, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

/* line 356, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb;
}

/* line 369, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #fff;
}

/* line 377, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

/* line 383, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

/* line 387, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

/* line 391, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

/* line 395, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #111666;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

/* line 408, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

/* line 423, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

/* line 427, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #111;
  /* set the active date font color */
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -1px;
}

/* line 440, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

/* line 445, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

/* line 450, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

/* line 455, ../sass/plugins/_gravity-forms.scss */
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

/* line 460, ../sass/plugins/_gravity-forms.scss */
td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* line 464, ../sass/plugins/_gravity-forms.scss */
table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

/* line 468, ../sass/plugins/_gravity-forms.scss */
body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

/* line 475, ../sass/plugins/_gravity-forms.scss */
.gf_progressbar {
  border-radius: 3px;
  background: #ccc;
  padding: 0.3125em;
}

/* line 481, ../sass/plugins/_gravity-forms.scss */
.gf_progressbar_percentage {
  border-radius: 3px;
  background: #0073aa;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
  text-align: center;
}

/* line 505, ../sass/plugins/_gravity-forms.scss */
.field_description_below .gfield_description {
  margin-top: 0.25em;
}

/* line 516, ../sass/plugins/_gravity-forms.scss */
.gfield .small {
  width: 25%;
}
/* line 520, ../sass/plugins/_gravity-forms.scss */
.gfield .medium {
  width: 45.5%;
}
/* line 524, ../sass/plugins/_gravity-forms.scss */
.gfield .large {
  width: 100%;
}

/* line 538, ../sass/plugins/_gravity-forms.scss */
.gform_widget .top_label input,
.gform_widget .uploader {
  width: 100%;
}
/* line 543, ../sass/plugins/_gravity-forms.scss */
.gform_widget .top_label [type="submit"] {
  width: auto;
}
/* line 547, ../sass/plugins/_gravity-forms.scss */
.gform_widget .uploader span.action {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 680px) {
  /* line 564, ../sass/plugins/_gravity-forms.scss */
  .ginput_complex > span {
    width: 100%;
  }
  /* line 568, ../sass/plugins/_gravity-forms.scss */
  .ginput_complex .name_first,
  .ginput_complex .name_last,
  .ginput_complex .ginput_left,
  .ginput_complex .ginput_right {
    width: 100%;
  }
  /* line 575, ../sass/plugins/_gravity-forms.scss */
  .ginput_complex .ginput_right {
    margin-left: 0;
  }

  /* line 581, ../sass/plugins/_gravity-forms.scss */
  .gf_left_half,
  .gf_right_half {
    width: 100%;
  }
  /* line 585, ../sass/plugins/_gravity-forms.scss */
  .gf_left_half input,
  .gf_right_half input {
    width: 100%;
  }

  /* line 592, ../sass/plugins/_gravity-forms.scss */
  .gfield input,
  .gfield .selector {
    width: 100%;
  }

  /* line 599, ../sass/plugins/_gravity-forms.scss */
  .gform_wrapper .medium,
  .gform_wrapper .large {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 608, ../sass/plugins/_gravity-forms.scss */
.gform_wrapper .top_label li.gfield.gf_inline input.large[type="email"], .gform_wrapper .top_label li.gfield.gf_inline input.large[type="number"], .gform_wrapper .top_label li.gfield.gf_inline input.large[type="password"], .gform_wrapper .top_label li.gfield.gf_inline input.large[type="tel"], .gform_wrapper .top_label li.gfield.gf_inline input.large[type="text"], .gform_wrapper .top_label li.gfield.gf_inline input.large[type="url"] {
  max-width: 100% !important;
  width: 100% !important;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 43, ../sass/plugins/_owl-carousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 54, ../sass/plugins/_owl-carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 62, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 66, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 74, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 80, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 91, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 94, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 98, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 101, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 104, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 116, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 121, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 127, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 134, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 137, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 142, ../sass/plugins/_owl-carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 149, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 157, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 164, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 169, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://imprimispharma.investorroom.com/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 187, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 194, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 198, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 213, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/
/* line 4, ../sass/layout/_responsive.scss */
.cbp-spmenu {
  background: #fff;
  box-shadow: inset 0 0 6px #ccc;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999999;
}
/* line 14, ../sass/layout/_responsive.scss */
.cbp-spmenu .utility-button {
  max-width: 80%;
  margin: 20px auto;
}
/* line 19, ../sass/layout/_responsive.scss */
.cbp-spmenu .phone {
  display: block;
  margin: 0 0 20px;
  text-align: center;
}

/* line 26, ../sass/layout/_responsive.scss */
.cbp-spmenu a {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
}
/* line 31, ../sass/layout/_responsive.scss */
.cbp-spmenu a:hover {
  color: #005177 !important;
}

/* Push classes applied to the body */
/* line 38, ../sass/layout/_responsive.scss */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

/* line 43, ../sass/layout/_responsive.scss */
.cbp-spmenu-push-toleft {
  left: -100%;
}

/* Transitions */
/* line 49, ../sass/layout/_responsive.scss */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 56, ../sass/layout/_responsive.scss */
.cbp-spmenu-right {
  right: -100%;
}

/* line 60, ../sass/layout/_responsive.scss */
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* line 64, ../sass/layout/_responsive.scss */
.nav-header {
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
/* line 69, ../sass/layout/_responsive.scss */
.nav-header .logo {
  max-width: 150px;
  margin: 7px 0 0;
}
/* line 74, ../sass/layout/_responsive.scss */
.nav-header .mb-close {
  float: right;
  font-size: 1.5em;
  background: none;
  padding: 10px 0 10px 20px !important;
}
/* line 80, ../sass/layout/_responsive.scss */
.nav-header .mb-close .fa {
  color: #0073aa;
}
/* line 84, ../sass/layout/_responsive.scss */
.nav-header .mb-close:after {
  content: none;
}

/* line 91, ../sass/layout/_responsive.scss */
.mobile-menu {
  clear: both;
  margin: 0;
  padding: 0;
}
/* line 96, ../sass/layout/_responsive.scss */
.mobile-menu li {
  padding: 0;
  position: relative;
}
/* line 100, ../sass/layout/_responsive.scss */
.mobile-menu li .open-level {
  color: #717171;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 17px 20px;
  border-left: 1px solid #eee;
  transition: background 0.7s ease;
}
/* line 111, ../sass/layout/_responsive.scss */
.mobile-menu li .open-level:hover {
  background: #eef2fa;
}
/* line 116, ../sass/layout/_responsive.scss */
.mobile-menu li:before {
  content: none;
}
/* line 120, ../sass/layout/_responsive.scss */
.mobile-menu li.open {
  background: #eef2fa;
}
/* line 123, ../sass/layout/_responsive.scss */
.mobile-menu li.open .open-level:hover {
  background: #DFEAFF;
}
/* line 130, ../sass/layout/_responsive.scss */
.mobile-menu > li {
  display: block;
  width: 100%;
  transition: all 0.7s ease;
}
/* line 134, ../sass/layout/_responsive.scss */
.mobile-menu > li > a {
  color: #414142;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
/* line 144, ../sass/layout/_responsive.scss */
.mobile-menu > li .sub-menu {
  background: #eef2fa;
  display: none;
}
/* line 148, ../sass/layout/_responsive.scss */
.mobile-menu > li .sub-menu .menu-item-has-children > a {
  border-bottom: 1px solid #eee;
}
/* line 152, ../sass/layout/_responsive.scss */
.mobile-menu > li .sub-menu li {
  padding: 0;
}
/* line 156, ../sass/layout/_responsive.scss */
.mobile-menu > li .sub-menu a {
  color: #414142;
  font-size: 12px;
  padding: 10px;
}
/* line 162, ../sass/layout/_responsive.scss */
.mobile-menu > li .sub-menu .sub-menu {
  padding: 0 0 0 20px;
}
/* line 169, ../sass/layout/_responsive.scss */
.mobile-menu > li.open > .open-level {
  color: #0073aa;
}
/* line 177, ../sass/layout/_responsive.scss */
.mobile-menu .current-menu-item .sub-menu {
  display: block;
}
/* line 181, ../sass/layout/_responsive.scss */
.mobile-menu .current-menu-item > a {
  color: #005177 !important;
}

/* line 188, ../sass/layout/_responsive.scss */
.mb-close, .mb-open {
  background: none;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  padding: 10px 0 10px 20px !important;
}
/* line 195, ../sass/layout/_responsive.scss */
.mb-close .fa, .mb-open .fa {
  color: #0073aa;
}
/* line 199, ../sass/layout/_responsive.scss */
.mb-close:after, .mb-open:after {
  content: none;
}

/* line 205, ../sass/layout/_responsive.scss */
.mb-open {
  display: none;
  font-size: 30px;
  padding: 20px !important;
}
/* line 210, ../sass/layout/_responsive.scss */
.mb-open i {
  transition: all 0.7s ease;
}
/* line 214, ../sass/layout/_responsive.scss */
.mb-open:hover {
  background: none !important;
}
/* line 217, ../sass/layout/_responsive.scss */
.mb-open:hover i {
  color: #0073aa;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 0px) {
  /* line 229, ../sass/layout/_responsive.scss */
  .hero-panel {
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }

  /* line 235, ../sass/layout/_responsive.scss */
  .hero-spotlight {
    padding: 60px 10px;
  }
  /* line 238, ../sass/layout/_responsive.scss */
  .hero-spotlight br {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 246, ../sass/layout/_responsive.scss */
  .utility-button:after {
    line-height: 41px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 254, ../sass/layout/_responsive.scss */
  .hero-spotlight {
    padding: 30px 20px;
  }
  /* line 257, ../sass/layout/_responsive.scss */
  .hero-spotlight h2 {
    font-size: 16px;
    min-height: 38px;
  }
  /* line 262, ../sass/layout/_responsive.scss */
  .hero-spotlight p {
    font-size: 11px;
  }
  /* line 266, ../sass/layout/_responsive.scss */
  .hero-spotlight .btn {
    font-size: 8px;
  }

  /* line 272, ../sass/layout/_responsive.scss */
  .hero-panel {
    min-height: 60vh;
    height: 100%;
  }

  /* line 279, ../sass/layout/_responsive.scss */
  .search-shortcode input[type=text] {
    padding: 10px !important;
    width: 88% !important;
  }
  /* line 284, ../sass/layout/_responsive.scss */
  .search-shortcode button {
    padding: 7px !important;
    vertical-align: bottom;
  }
  /* line 288, ../sass/layout/_responsive.scss */
  .search-shortcode button .fa {
    margin: 6px;
  }

  /* line 295, ../sass/layout/_responsive.scss */
  .formulations-search input#search {
    width: 65% !important;
  }

  /* line 300, ../sass/layout/_responsive.scss */
  .masthead .wrap.dark {
    background: -moz-linear-gradient(left, rgba(57, 69, 100, 0.98) 0%, rgba(57, 69, 100, 0.98) 10%, rgba(57, 69, 100, 0.98) 70%, rgba(125, 185, 232, 0) 120%);
    background: -webkit-linear-gradient(left, rgba(57, 69, 100, 0.98) 0%, rgba(57, 69, 100, 0.98) 10%, rgba(57, 69, 100, 0.98) 70%, rgba(125, 185, 232, 0) 120%);
    background: linear-gradient(to right, rgba(57, 69, 100, 0.98) 0%, rgba(57, 69, 100, 0.98) 10%, rgba(57, 69, 100, 0.98) 70%, rgba(125, 185, 232, 0) 120%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394564', endColorstr='#007db9e8',GradientType=1 );
  }
}
/* Portrait */
@media screen and (orientation: portrait) and (max-width: 1024px) {
  /* line 312, ../sass/layout/_responsive.scss */
  .home-search-container {
    padding: 0;
    max-width: 100%;
    width: 100%;
    z-index: 9;
  }
  /* line 319, ../sass/layout/_responsive.scss */
  .home-search-container .inner {
    width: 100%;
  }
  /* line 323, ../sass/layout/_responsive.scss */
  .home-search-container .search-shortcode {
    padding: 20px 40px;
  }
  /* line 326, ../sass/layout/_responsive.scss */
  .home-search-container .search-shortcode form input[type=text] {
    width: 90%;
  }
  /* line 330, ../sass/layout/_responsive.scss */
  .home-search-container .search-shortcode button {
    max-width: 10%;
  }
  /* line 334, ../sass/layout/_responsive.scss */
  .home-search-container .search-shortcode .trends {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 343, ../sass/layout/_responsive.scss */
  .home-search-container {
    padding: 0;
    max-width: 100%;
    width: 100%;
    z-index: 9;
  }

  /* line 350, ../sass/layout/_responsive.scss */
  .hero-spotlight {
    width: 32% !important;
    float: left;
    margin: 0 5px;
  }

  /* line 357, ../sass/layout/_responsive.scss */
  .site-header {
    height: 100px;
  }
  /* line 360, ../sass/layout/_responsive.scss */
  .site-header .logo {
    top: 12px;
    max-width: 150px;
  }
  /* line 365, ../sass/layout/_responsive.scss */
  .site-header .mob-menu-container {
    top: 13px;
  }

  /* line 370, ../sass/layout/_responsive.scss */
  .masthead, .content .hero-panel {
    margin: 75px 0 0;
  }

  /* line 374, ../sass/layout/_responsive.scss */
  .nav-header {
    padding: 20px;
  }

  /* line 378, ../sass/layout/_responsive.scss */
  .nav-header .logo {
    top: 17px;
  }

  /* line 382, ../sass/layout/_responsive.scss */
  .masthead-content {
    max-width: 100% !important;
  }

  /* line 386, ../sass/layout/_responsive.scss */
  .interior .content {
    max-width: 100%;
  }
  /* line 390, ../sass/layout/_responsive.scss */
  .interior aside {
    width: 100%;
  }
  /* line 394, ../sass/layout/_responsive.scss */
  .interior h2 {
    font-size: 1.25em;
  }

  /* line 399, ../sass/layout/_responsive.scss */
  .formulation-masthead {
    margin: 75px 0 0;
  }

  /* line 405, ../sass/layout/_responsive.scss */
  .search-shortcode h2 {
    font-size: 28px;
  }
  /* line 409, ../sass/layout/_responsive.scss */
  .search-shortcode p {
    font-size: 16px;
  }
  /* line 413, ../sass/layout/_responsive.scss */
  .search-shortcode span {
    color: #b3bdd3;
    margin: 0 0 10px;
  }

  /* line 422, ../sass/layout/_responsive.scss */
  .single-formulation article {
    padding: 0;
  }
  /* line 426, ../sass/layout/_responsive.scss */
  .single-formulation .sidebar, .single-formulation .related {
    max-width: 100%;
  }

  /* line 431, ../sass/layout/_responsive.scss */
  .stacktable.large-only {
    display: none;
  }

  /* line 432, ../sass/layout/_responsive.scss */
  .stacktable.small-only {
    display: table;
  }
}
@media only screen and (max-width: 680px) {
  /* line 438, ../sass/layout/_responsive.scss */
  .hero-content {
    overflow: hidden;
  }
  /* line 441, ../sass/layout/_responsive.scss */
  .hero-content h1 {
    font-size: 1.625em !important;
  }
  /* line 444, ../sass/layout/_responsive.scss */
  .hero-content h1 br {
    display: none;
  }
  /* line 447, ../sass/layout/_responsive.scss */
  .hero-content .hero-spotlights {
    width: 102%;
  }
  /* line 450, ../sass/layout/_responsive.scss */
  .hero-content .hero-spotlights .hero-spotlight {
    width: 33% !important;
    float: left;
    margin: 0;
    padding: 14px 10px 0;
    text-align: left;
    min-height: 60px;
  }
  /* line 460, ../sass/layout/_responsive.scss */
  .hero-content .hero-spotlights .hero-spotlight h2 {
    color: #5f6e8d;
    font-size: 0.75em;
    min-height: auto;
  }
  /* line 466, ../sass/layout/_responsive.scss */
  .hero-content .hero-spotlights .hero-spotlight a {
    display: inline-block;
  }
  /* line 470, ../sass/layout/_responsive.scss */
  .hero-content .hero-spotlights .hero-spotlight .btn {
    display: none;
  }

  /* line 478, ../sass/layout/_responsive.scss */
  .content .hero-panel {
    margin: 75px auto 0;
    height: 40vh;
  }

  /* line 486, ../sass/layout/_responsive.scss */
  .search-shortcode a, .search-shortcode p {
    font-size: 0.75em !important;
  }
  /* line 490, ../sass/layout/_responsive.scss */
  .search-shortcode h2 {
    font-size: 1em !important;
  }
  /* line 494, ../sass/layout/_responsive.scss */
  .search-shortcode span {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 568px) {
  /* line 502, ../sass/layout/_responsive.scss */
  .home-search-container {
    position: static;
  }

  /* line 508, ../sass/layout/_responsive.scss */
  .home-search-container .search-shortcode button {
    max-width: 47px;
  }
  /* line 512, ../sass/layout/_responsive.scss */
  .home-search-container .search-shortcode input[type=text] {
    width: 80% !important;
  }

  /* line 518, ../sass/layout/_responsive.scss */
  .formulations-search input#search {
    width: 80% !important;
  }
}
@media only screen and (max-width: 320px) {
  /* line 528, ../sass/layout/_responsive.scss */
  .content .hero-panel {
    height: 100%;
    min-height: 60vh;
  }

  /* line 532, ../sass/layout/_responsive.scss */
  .hero-content .hero-spotlights .hero-spotlight {
    padding: 14px 5px 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 800px) {
  /* line 538, ../sass/layout/_responsive.scss */
  .content .hero-panel {
    height: 100%;
    min-height: 100vh;
  }
}
