.module {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative; }
  @media (min-width: 768px) {
    .module {
      padding-bottom: 65px; } }
  .module--honeycomb {
    background: url("../images/honeycomb-tile.jpg") repeat center; }
  @media (min-width: 768px) {
    .module--mid {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 768px) {
    .module--tall {
      padding-top: 200px;
      padding-bottom: 70px; } }
  .module__heading {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1;
    padding-bottom: 40px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .module__heading {
        font-size: 40px;
        padding-bottom: 70px; } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce-right {
  0%, 40%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  20%, 60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-webkit-keyframes bounce-right {
  0%, 40%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  20%, 60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes button-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes button-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.b-lazy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 800ms ease-in-out 100ms;
  -moz-transition: opacity 800ms ease-in-out 100ms;
  -ms-transition: opacity 800ms ease-in-out 100ms;
  -o-transition: opacity 800ms ease-in-out 100ms;
  transition: opacity 800ms ease-in-out 100ms; }
  .b-lazy.b-loaded, .b-lazy.b-error {
    opacity: 1;
    -webkit-transition: opacity 800ms ease-in-out 100ms;
    -moz-transition: opacity 800ms ease-in-out 100ms;
    -ms-transition: opacity 800ms ease-in-out 100ms;
    -o-transition: opacity 800ms ease-in-out 100ms;
    transition: opacity 800ms ease-in-out 100ms; }
  .b-lazy.b-error {
    background: #eee url(../images/broken-image.png) no-repeat center;
    background-size: 32px 32px !important;
    background: #eee; }

.loading {
  background: #000 url(../images/loading.gif) no-repeat center;
  background-size: 30px 20px !important; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: transparent;
  position: relative; }

.jspDrag {
  background: #f30b8c;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

* html .jspCorner {
  margin: 0 -3px 0 0; }

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../App_Fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../App_Fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../App_Fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../App_Fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../App_Fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../App_Fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.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); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc";
  padding-right:15px;}

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

figure {
  margin: 0; }

html {
  min-height: 100%;
  position: relative; }

.wrapper {
  height: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .wrapper {
      overflow: hidden; } }

body {
  background-color: #000; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; 
  overflow: hidden;
  overflow-y: auto; 
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Border Box
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  text-rendering: optimizeLegibility; }

body {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 15px;
  line-height: 21px; }

.reset-font {
  font-size: 15px; }

.reset-line-height {
  line-height: 1.4; }

@font-face {
  font-family: 'FuturaBoldObl';
  src: url("../App_Fonts/futura-condextraboldobl.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

h1,
.h1 {
  font-size: 2.35714em;
  margin: 0; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 2.35714em; } }

h2,
.h2 {
  font-size: 1.78571em;
  line-height: 24px;
  margin: 0; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 1.78571em; } }

h3,
.h3 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 8px; }

h4,
.h4 {
  color: #888;
  margin: 0 0 20px;
  padding: 0; }

.lead {
  padding-top: 0 !important; }

.fine {
  font-size: 13px; }

p {
  margin: 0 0 10px;
  padding: 0; }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    margin: 0;
    padding: 0; }

ul li {
  list-style: none; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  a:focus, a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }

.blue {
  color: #1FA5D9; }

.pink {
  color: #D04791; }

.green {
  color: #83C21B; }

h1, h2, h3, h4, h5, h6, p, i, a, span ul, li, .btn, label, input, textarea, .tagline, .form-control {
  font-family: "Rosario", sans-serif; }

.footer {
  background: #222;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .footer__title {
    color: #c47c9e;
    border-bottom: 1px solid #41353e;
    margin-bottom: 15px; }
  .footer__links {
    margin-bottom: 1em; }
    .footer__links li {
      padding-bottom: 7px; }
      .footer__links li a {
        color: #ccc; }
        .footer__links li a:focus, .footer__links li a:hover {
          color: #fff; }
  .footer__bottom {
    display: table;
    margin-top: 20px;
    width: 100%; }
    .footer__bottom-logo, .footer__bottom-copyright {
      display: table-cell;
      vertical-align: top; }
    .footer__bottom-logo img {
      width: 50px; }
    .footer__bottom-copyright {
      color: #888;
      font-size: 13px;
      line-height: 18px;
      padding-left: 15px; }

.contain {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (max-width: 767px) {
    .contain--collapse-xs {
      padding-left: 0;
      padding-right: 0; }
      .contain--collapse-xs .c-row {
        margin-left: 0;
        margin-right: 0; }
        .contain--collapse-xs .c-row [class^=c-col-] {
          padding-left: 0;
          padding-right: 0; }
    .contain--uncollapse-xs {
      padding-left: 15px;
      padding-right: 15px; }
      .contain--uncollapse-xs .c-row {
        margin-left: -15px;
        margin-right: -15px; }
        .contain--uncollapse-xs .c-row [class^=c-col-] {
          padding-left: 15px;
          padding-right: 15px; } }
  @media (min-width: 768px) {
    .contain {
      padding-left: 15px;
      padding-right: 15px;
      width: 750px; }
      .contain--collapse-sm {
        padding-left: 0;
        padding-right: 0; }
        .contain--collapse-sm .c-row {
          margin-left: 0;
          margin-right: 0; }
          .contain--collapse-sm .c-row [class^=c-col-] {
            padding-left: 0;
            padding-right: 0; }
      .contain--uncollapse-sm {
        padding-left: 15px;
        padding-right: 15px; }
        .contain--uncollapse-sm .c-row {
          margin-left: -15px;
          margin-right: -15px; }
          .contain--uncollapse-sm .c-row [class^=c-col-] {
            padding-left: 15px;
            padding-right: 15px; } }
  @media (min-width: 992px) {
    .contain {
      width: 970px; }
      .contain--collapse-md {
        padding-left: 0;
        padding-right: 0; }
        .contain--collapse-md .c-row {
          margin-left: 0;
          margin-right: 0; }
          .contain--collapse-md .c-row [class^=c-col-] {
            padding-left: 0;
            padding-right: 0; }
      .contain--uncollapse-md {
        padding-left: 15px;
        padding-right: 15px; }
        .contain--uncollapse-md .c-row {
          margin-left: -15px;
          margin-right: -15px; }
          .contain--uncollapse-md .c-row [class^=c-col-] {
            padding-left: 15px;
            padding-right: 15px; } }
  @media (min-width: 1220px) {
    .contain {
      max-width: 1135px;
      width: 1170px; }
      .contain--collapse-lg {
        padding-left: 0;
        padding-right: 0; }
        .contain--collapse-lg .c-row {
          margin-left: 0;
          margin-right: 0; }
          .contain--collapse-lg .c-row [class^=c-col-] {
            padding-left: 0;
            padding-right: 0; }
      .contain--uncollapse-lg {
        padding-left: 15px;
        padding-right: 15px; }
        .contain--uncollapse-lg .c-row {
          margin-left: -15px;
          margin-right: -15px; }
          .contain--uncollapse-lg .c-row [class^=c-col-] {
            padding-left: 15px;
            padding-right: 15px; } }

.c-row {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .c-row {
      margin-left: -15px;
      margin-right: -15px; } }
  .c-row:before, .c-row:after {
    content: " ";
    display: table; }
  .c-row:after {
    clear: both; }
  .c-row [class^=c-col-] img {
    display: block;
    max-width: 100%; }

.c-col-xs-1, .c-col-xs-2, .c-col-xs-3, .c-col-xs-4, .c-col-xs-5, .c-col-xs-6, .c-col-xs-7, .c-col-xs-8, .c-col-xs-9, .c-col-xs-10, .c-col-xs-11, .c-col-xs-12,
.c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12,
.c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12,
.c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .c-col-xs-1, .c-col-xs-2, .c-col-xs-3, .c-col-xs-4, .c-col-xs-5, .c-col-xs-6, .c-col-xs-7, .c-col-xs-8, .c-col-xs-9, .c-col-xs-10, .c-col-xs-11, .c-col-xs-12,
    .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12,
    .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12,
    .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12 {
      padding-left: 15px;
      padding-right: 15px; } }

.c-col-xs-1, .c-col-xs-2, .c-col-xs-3, .c-col-xs-4, .c-col-xs-5, .c-col-xs-6, .c-col-xs-7, .c-col-xs-8, .c-col-xs-9, .c-col-xs-10, .c-col-xs-11, .c-col-xs-12 {
  float: left; }

.c-col-xs-1 {
  width: 8.33333333%; }

.c-col-xs-2 {
  width: 16.66666667%; }

.c-col-xs-3 {
  width: 25%; }

.c-col-xs-4 {
  width: 33.33333333%; }

.c-col-xs-5 {
  width: 41.66666667%; }

.c-col-xs-6 {
  width: 50%; }

.c-col-xs-7 {
  width: 58.33333333%; }

.c-col-xs-8 {
  width: 66.66666667%; }

.c-col-xs-9 {
  width: 75%; }

.c-col-xs-10 {
  width: 83.33333333%; }

.c-col-xs-11 {
  width: 91.66666667%; }

.c-col-xs-12 {
  width: 100%; }

.c-col-xs-offset-0 {
  margin-left: 0; }

.c-col-xs-offset-1 {
  margin-left: 8.33333333%; }

.c-col-xs-offset-2 {
  margin-left: 16.66666667%; }

.c-col-xs-offset-3 {
  margin-left: 25%; }

.c-col-xs-offset-4 {
  margin-left: 33.33333333%; }

.c-col-xs-offset-5 {
  margin-left: 41.66666667%; }

.c-col-xs-offset-6 {
  margin-left: 50%; }

.c-col-xs-offset-7 {
  margin-left: 58.33333333%; }

.c-col-xs-offset-8 {
  margin-left: 66.66666667%; }

.c-col-xs-offset-9 {
  margin-left: 75%; }

.c-col-xs-offset-10 {
  margin-left: 83.33333333%; }

.c-col-xs-offset-11 {
  margin-left: 91.66666667%; }

.c-col-xs-offset-12 {
  margin-left: 100%; }

.c-col-xs-pull-0 {
  right: auto; }

.c-col-xs-pull-1 {
  right: 8.33333333%; }

.c-col-xs-pull-2 {
  right: 16.66666667%; }

.c-col-xs-pull-3 {
  right: 25%; }

.c-col-xs-pull-4 {
  right: 33.33333333%; }

.c-col-xs-pull-5 {
  right: 41.66666667%; }

.c-col-xs-pull-6 {
  right: 50%; }

.c-col-xs-pull-7 {
  right: 58.33333333%; }

.c-col-xs-pull-8 {
  right: 66.66666667%; }

.c-col-xs-pull-9 {
  right: 75%; }

.c-col-xs-pull-10 {
  right: 83.33333333%; }

.c-col-xs-pull-11 {
  right: 91.66666667%; }

.c-col-xs-pull-12 {
  right: 100%; }

.c-col-xs-push-0 {
  left: auto; }

.c-col-xs-push-1 {
  left: 8.33333333%; }

.c-col-xs-push-2 {
  left: 16.66666667%; }

.c-col-xs-push-3 {
  left: 25%; }

.c-col-xs-push-4 {
  left: 33.33333333%; }

.c-col-xs-push-5 {
  left: 41.66666667%; }

.c-col-xs-push-6 {
  left: 50%; }

.c-col-xs-push-7 {
  left: 58.33333333%; }

.c-col-xs-push-8 {
  left: 66.66666667%; }

.c-col-xs-push-9 {
  left: 75%; }

.c-col-xs-push-10 {
  left: 83.33333333%; }

.c-col-xs-push-11 {
  left: 91.66666667%; }

.c-col-xs-push-12 {
  left: 100%; }

@media (min-width: 768px) {
  .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12 {
    float: left; }
  .c-col-sm-1 {
    width: 8.33333333%; }
  .c-col-sm-2 {
    width: 16.66666667%; }
  .c-col-sm-3 {
    width: 25%; }
  .c-col-sm-4 {
    width: 33.33333333%; }
  .c-col-sm-5 {
    width: 41.66666667%; }
  .c-col-sm-6 {
    width: 50%; }
  .c-col-sm-7 {
    width: 58.33333333%; }
  .c-col-sm-8 {
    width: 66.66666667%; }
  .c-col-sm-9 {
    width: 75%; }
  .c-col-sm-10 {
    width: 83.33333333%; }
  .c-col-sm-11 {
    width: 91.66666667%; }
  .c-col-sm-12 {
    width: 100%; }
  .c-col-sm-offset-0 {
    margin-left: 0; }
  .c-col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .c-col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .c-col-sm-offset-3 {
    margin-left: 25%; }
  .c-col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .c-col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .c-col-sm-offset-6 {
    margin-left: 50%; }
  .c-col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .c-col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .c-col-sm-offset-9 {
    margin-left: 75%; }
  .c-col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .c-col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .c-col-sm-offset-12 {
    margin-left: 100%; }
  .c-col-sm-pull-0 {
    right: auto; }
  .c-col-sm-pull-1 {
    right: 8.33333333%; }
  .c-col-sm-pull-2 {
    right: 16.66666667%; }
  .c-col-sm-pull-3 {
    right: 25%; }
  .c-col-sm-pull-4 {
    right: 33.33333333%; }
  .c-col-sm-pull-5 {
    right: 41.66666667%; }
  .c-col-sm-pull-6 {
    right: 50%; }
  .c-col-sm-pull-7 {
    right: 58.33333333%; }
  .c-col-sm-pull-8 {
    right: 66.66666667%; }
  .c-col-sm-pull-9 {
    right: 75%; }
  .c-col-sm-pull-10 {
    right: 83.33333333%; }
  .c-col-sm-pull-11 {
    right: 91.66666667%; }
  .c-col-sm-pull-12 {
    right: 100%; }
  .c-col-sm-push-0 {
    left: auto; }
  .c-col-sm-push-1 {
    left: 8.33333333%; }
  .c-col-sm-push-2 {
    left: 16.66666667%; }
  .c-col-sm-push-3 {
    left: 25%; }
  .c-col-sm-push-4 {
    left: 33.33333333%; }
  .c-col-sm-push-5 {
    left: 41.66666667%; }
  .c-col-sm-push-6 {
    left: 50%; }
  .c-col-sm-push-7 {
    left: 58.33333333%; }
  .c-col-sm-push-8 {
    left: 66.66666667%; }
  .c-col-sm-push-9 {
    left: 75%; }
  .c-col-sm-push-10 {
    left: 83.33333333%; }
  .c-col-sm-push-11 {
    left: 91.66666667%; }
  .c-col-sm-push-12 {
    left: 100%; } }

@media (min-width: 992px) {
  .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12 {
    float: left; }
  .c-col-md-1 {
    width: 8.33333333%; }
  .c-col-md-2 {
    width: 16.66666667%; }
  .c-col-md-3 {
    width: 25%; }
  .c-col-md-4 {
    width: 33.33333333%; }
  .c-col-md-5 {
    width: 41.66666667%; }
  .c-col-md-6 {
    width: 50%; }
  .c-col-md-7 {
    width: 58.33333333%; }
  .c-col-md-8 {
    width: 66.66666667%; }
  .c-col-md-9 {
    width: 75%; }
  .c-col-md-10 {
    width: 83.33333333%; }
  .c-col-md-11 {
    width: 91.66666667%; }
  .c-col-md-12 {
    width: 100%; }
  .c-col-md-offset-0 {
    margin-left: 0%; }
  .c-col-md-offset-1 {
    margin-left: 8.33333333%; }
  .c-col-md-offset-2 {
    margin-left: 16.66666667%; }
  .c-col-md-offset-3 {
    margin-left: 25%; }
  .c-col-md-offset-4 {
    margin-left: 33.33333333%; }
  .c-col-md-offset-5 {
    margin-left: 41.66666667%; }
  .c-col-md-offset-6 {
    margin-left: 50%; }
  .c-col-md-offset-7 {
    margin-left: 58.33333333%; }
  .c-col-md-offset-8 {
    margin-left: 66.66666667%; }
  .c-col-md-offset-9 {
    margin-left: 75%; }
  .c-col-md-offset-10 {
    margin-left: 83.33333333%; }
  .c-col-md-offset-11 {
    margin-left: 91.66666667%; }
  .c-col-md-offset-12 {
    margin-left: 100%; }
  .c-col-md-pull-0 {
    right: auto; }
  .c-col-md-pull-1 {
    right: 8.33333333%; }
  .c-col-md-pull-2 {
    right: 16.66666667%; }
  .c-col-md-pull-3 {
    right: 25%; }
  .c-col-md-pull-4 {
    right: 33.33333333%; }
  .c-col-md-pull-5 {
    right: 41.66666667%; }
  .c-col-md-pull-6 {
    right: 50%; }
  .c-col-md-pull-7 {
    right: 58.33333333%; }
  .c-col-md-pull-8 {
    right: 66.66666667%; }
  .c-col-md-pull-9 {
    right: 75%; }
  .c-col-md-pull-10 {
    right: 83.33333333%; }
  .c-col-md-pull-11 {
    right: 91.66666667%; }
  .c-col-md-pull-12 {
    right: 100%; }
  .c-col-md-push-0 {
    left: auto; }
  .c-col-md-push-1 {
    left: 8.33333333%; }
  .c-col-md-push-2 {
    left: 16.66666667%; }
  .c-col-md-push-3 {
    left: 25%; }
  .c-col-md-push-4 {
    left: 33.33333333%; }
  .c-col-md-push-5 {
    left: 41.66666667%; }
  .c-col-md-push-6 {
    left: 50%; }
  .c-col-md-push-7 {
    left: 58.33333333%; }
  .c-col-md-push-8 {
    left: 66.66666667%; }
  .c-col-md-push-9 {
    left: 75%; }
  .c-col-md-push-10 {
    left: 83.33333333%; }
  .c-col-md-push-11 {
    left: 91.66666667%; }
  .c-col-md-push-12 {
    left: 100%; } }

@media (min-width: 1220px) {
  .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12 {
    float: left; }
  .c-col-lg-1 {
    width: 8.33333333%; }
  .c-col-lg-2 {
    width: 16.66666667%; }
  .c-col-lg-3 {
    width: 25%; }
  .c-col-lg-4 {
    width: 33.33333333%; }
  .c-col-lg-5 {
    width: 41.66666667%; }
  .c-col-lg-6 {
    width: 50%; }
  .c-col-lg-7 {
    width: 58.33333333%; }
  .c-col-lg-8 {
    width: 66.66666667%; }
  .c-col-lg-9 {
    width: 75%; }
  .c-col-lg-10 {
    width: 83.33333333%; }
  .c-col-lg-11 {
    width: 91.66666667%; }
  .c-col-lg-12 {
    width: 100%; }
  .c-col-lg-offset-0 {
    margin-left: 0; }
  .c-col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .c-col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .c-col-lg-offset-3 {
    margin-left: 25%; }
  .c-col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .c-col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .c-col-lg-offset-6 {
    margin-left: 50%; }
  .c-col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .c-col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .c-col-lg-offset-9 {
    margin-left: 75%; }
  .c-col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .c-col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .c-col-lg-offset-12 {
    margin-left: 100%; }
  .c-col-lg-pull-0 {
    right: auto; }
  .c-col-lg-pull-1 {
    right: 8.33333333%; }
  .c-col-lg-pull-2 {
    right: 16.66666667%; }
  .c-col-lg-pull-3 {
    right: 25%; }
  .c-col-lg-pull-4 {
    right: 33.33333333%; }
  .c-col-lg-pull-5 {
    right: 41.66666667%; }
  .c-col-lg-pull-6 {
    right: 50%; }
  .c-col-lg-pull-7 {
    right: 58.33333333%; }
  .c-col-lg-pull-8 {
    right: 66.66666667%; }
  .c-col-lg-pull-9 {
    right: 75%; }
  .c-col-lg-pull-10 {
    right: 83.33333333%; }
  .c-col-lg-pull-11 {
    right: 91.66666667%; }
  .c-col-lg-pull-12 {
    right: 100%; }
  .c-col-lg-push-0 {
    left: auto; }
  .c-col-lg-push-1 {
    left: 8.33333333%; }
  .c-col-lg-push-2 {
    left: 16.66666667%; }
  .c-col-lg-push-3 {
    left: 25%; }
  .c-col-lg-push-4 {
    left: 33.33333333%; }
  .c-col-lg-push-5 {
    left: 41.66666667%; }
  .c-col-lg-push-6 {
    left: 50%; }
  .c-col-lg-push-7 {
    left: 58.33333333%; }
  .c-col-lg-push-8 {
    left: 66.66666667%; }
  .c-col-lg-push-9 {
    left: 75%; }
  .c-col-lg-push-10 {
    left: 83.33333333%; }
  .c-col-lg-push-11 {
    left: 91.66666667%; }
  .c-col-lg-push-12 {
    left: 100%; } }

@media (max-width: 767px) {
  .c-row-table-xs {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: calc(100% + 30px); } }

@media (min-width: 768px) {
  .c-row-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: calc(100% + 30px); } }

@media (max-width: 767px) {
  .c-col-bottom-xs,
  .c-col-middle-xs,
  .c-col-top-xs {
    float: none;
    display: table-cell; } }

@media (min-width: 768px) {
  .c-col-bottom,
  .c-col-middle,
  .c-col-top {
    float: none;
    display: table-cell; } }

.c-col-bottom,
.c-col-bottom-xs {
  vertical-align: bottom; }

.c-col-middle,
.c-col-middle-xs {
  vertical-align: middle; }

.c-col-top,
.c-col-top-xs {
  vertical-align: top; }

@media (min-width: 992px) {
    .c-row--table-md {
        display: table;
        height: 100%;
        table-layout: fixed;
        width: 100%;
    }

        .c-row--table-md [class^=c-col-] {
            float: none;
            display: table-cell;
            height: 100%;
            vertical-align: top;
        }
}

.c-row--collapse {
  margin-left: 0;
  margin-right: 0; }
  .c-row--collapse [class^=c-col-] {
    padding-left: 0;
    padding-right: 0; }

@media (max-width: 767px) {
  .c-row--collapse-xs {
    margin-left: 0;
    margin-right: 0; }
  .c-row--uncollapse-xs {
    margin-left: -15px;
    margin-right: -15px; }
  .c-row [class^=c-col-]--collapse-xs {
    padding-left: 0;
    padding-right: 0; }
  .c-row [class^=c-col-]--uncollapse-xs {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .c-row--collapse-sm {
    margin-left: 0;
    margin-right: 0; }
  .c-row--uncollapse-sm {
    margin-left: -15px;
    margin-right: -15px; }
  .c-row [class^=c-col-]--collapse-sm {
    padding-left: 0;
    padding-right: 0; }
  .c-row [class^=c-col-]--uncollapse-sm {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .c-row--collapse-md {
    margin-left: 0;
    margin-right: 0; }
  .c-row--uncollapse-md {
    margin-left: -15px;
    margin-right: -15px; }
  .c-row [class^=c-col-]--collapse-md {
    padding-left: 0;
    padding-right: 0; }
  .c-row [class^=c-col-]--uncollapse-md {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1220px) {
  .c-row--collapse-lg {
    margin-left: 0;
    margin-right: 0; }
  .c-row--uncollapse-lg {
    margin-left: -15px;
    margin-right: -15px; }
  .c-row [class^=c-col-]--collapse-lg {
    padding-left: 0;
    padding-right: 0; }
  .c-row [class^=c-col-]--uncollapse-lg {
    padding-left: 15px;
    padding-right: 15px; } }

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl,
.visible-xxs-inline-block,
.visible-xs-inline-block,
.visible-sm-inline-block,
.visible-md-inline-block,
.visible-lg-inline-block,
.visible-xl-inline-block {
  display: none !important; }

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important; }
  .visible-xxs-inline-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  .visible-xs-inline-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  .visible-sm-inline-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md {
    display: block !important; }
  .visible-md-inline-block {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg {
    display: block !important; }
  .visible-lg-inline-block {
    display: block !important; } }

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important; }
  .hidden-xxs-inline-block {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .hidden-xs-inline-block {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
  .hidden-sm-inline-block {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important; }
  .hidden-md-inline-block {
    display: none !important; } }

@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important; }
  .hidden-lg-inline-block {
    display: none !important; } }

.rm {
  height: 0; }
  .rm[data-breakpoint="xxs"] {
    width: 479px; }
  .rm[data-breakpoint="xs"] {
    width: 767px; }
  .rm[data-breakpoint="sm"] {
    width: 768px; }
  .rm[data-breakpoint="md"] {
    width: 992px; }
  .rm[data-breakpoint="lg"] {
    width: 1220px; }
  .rm[data-breakpoint="xl"] {
    width: 2420px; }

@media (max-width: 767px) {
  .nav {
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    z-index: 7;
    left: 0;
    right: 0;
    top: -1000px;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -ms-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease; } }

@media (min-width: 768px) {
  .nav {
    text-align: right;
    width: 100%; } }

@media (max-width: 767px) {
  .nav--open {
    top: 96px;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -ms-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease; } }

.nav ul {
  font-size: 0; }
  .nav ul .item {
    -webkit-transition: border-color 0.25s linear;
    -moz-transition: border-color 0.25s linear;
    -ms-transition: border-color 0.25s linear;
    -o-transition: border-color 0.25s linear;
    transition: border-color 0.25s linear; }
    @media (max-width: 767px) {
      .nav ul .item {
        margin-bottom: 5px;
        padding: 12px;
        text-align: center; } }
    @media (min-width: 768px) {
      .nav ul .item {
        border-bottom: 8px solid #111;
        margin-left: 8px;
        display: inline-block; } }
    .nav ul .item:hover {
      -webkit-transition: border-color 0.25s linear;
      -moz-transition: border-color 0.25s linear;
      -ms-transition: border-color 0.25s linear;
      -o-transition: border-color 0.25s linear;
      transition: border-color 0.25s linear; }
    .nav ul .item a {
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .nav ul .item a {
          font-size: 15px;
          line-height: 15px;
          padding: 10px 5px; } }
      @media (min-width: 992px) {
        .nav ul .item a {
          font-size: 18px;
          line-height: 18px;
          padding: 10px; } }
    @media (max-width: 767px) {
      .nav ul .item.puberty {
        background: #d12f89; } }
    @media (min-width: 768px) {
      .nav ul .item.puberty:hover, .nav ul .item.puberty.active {
        border-bottom: 8px solid #d12f89; } }
    @media (max-width: 767px) {
      .nav ul .item.menstruation {
        background: #e6b800; } }
    @media (min-width: 768px) {
      .nav ul .item.menstruation:hover, .nav ul .item.menstruation.active {
        border-bottom: 8px solid #e6b800; } }
    @media (max-width: 767px) {
      .nav ul .item.healthy-vagina {
        background: #9d3493; } }
    @media (min-width: 768px) {
      .nav ul .item.healthy-vagina:hover, .nav ul .item.healthy-vagina.active {
        border-bottom: 8px solid #9d3493; } }
    @media (max-width: 767px) {
      .nav ul .item.sample, .nav ul .item.femcare-products {
        background: #a6c902; } }
    @media (min-width: 768px) {
      .nav ul .item.sample:hover, .nav ul .item.sample.active, .nav ul .item.femcare-products:hover, .nav ul .item.femcare-products.active {
        border-bottom: 8px solid #a6c902; } }
    @media (max-width: 767px) {
      .nav ul .item.questions-and-answers {
        background: #ea6e09; } }
    @media (min-width: 768px) {
      .nav ul .item.questions-and-answers:hover, .nav ul .item.questions-and-answers.active {
        border-bottom: 8px solid #ea6e09; } }
    @media (min-width: 768px) {
      .nav ul .item.teacher-resources:hover, .nav ul .item.teacher-resources.active {
        border-bottom: 8px solid #00acee; } }

select {
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
.btn {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  cursor: pointer; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  button:focus, button:hover, button:active,
  input:focus,
  input:hover,
  input:active,
  optgroup:focus,
  optgroup:hover,
  optgroup:active,
  select:focus,
  select:hover,
  select:active,
  textarea:focus,
  textarea:hover,
  textarea:active {
    outline: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }

button,
select {
  text-transform: none; }

button {
  overflow: visible; }

.btn {
  background-image: none;
  font-family: "Helvetica Neue", Helvetica, Arial;
  background-repeat: repeat-x;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 8px 13px 9px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }
  .btn--grey {
    background-color: #555; }
    .btn--grey:focus, .btn--grey:hover {
      background: #666; }
  .btn--green {
    background-color: #83C21B; }
    .btn--green:focus, .btn--green:hover {
      background: #83C21B; }
  .btn--green-outline {
    background-color: transparent;
    border: 1px solid #83c21b; }
    .btn--green-outline:focus, .btn--green-outline:hover {
      background: #83c21b; }
  .btn--rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .btn--lg {
    font-size: 18px;
    padding: 13px 20px;
    min-width: 220px; }
  .btn--xl {
    font-size: 18px;
    padding: 16px 20px;
    min-width: 252px; }
  .btn--block {
    display: block;
    min-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%; }
  .btn--icon {
    display: table;
    padding: 12px 20px; }
    .btn--icon .btn__icon,
    .btn--icon .btn__text {
      display: inline-block;
      vertical-align: middle; }
  .btn .btn__icon {
    color: #fff;
    font-size: 33px;
    padding-right: 0px; }
  .btn:focus {
    outline: 0; }
  .btn:focus, .btn:hover {
    text-decoration: none;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear; }

.label,
label {
  color: #ccc;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px; }

.textarea {
  border: 1px solid #ccc;
  color: #111;
  padding: 5px;
  width: 100%; }

.textarea {
  height: 80px;
  resize: none; }

input[type="text"] {
  border: none !important;
  height: auto !important;
  line-height: 21px !important; }

.divider {
  height: 3px;
  width: 100%;
  position: relative; }
  .divider:after {
    background: linear-gradient(to right, #000000 3%, transparent 20%, transparent 80%, #000000 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=1 );
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
  .divider--blue {
    background-color: #00abf1; }
  .divider--pink {
    background-color: #f30b8c; }
  .divider--green {
    background-color: #83C21B; }
  .divider--dark-pink {
    background-color: #5f1345; }
.pad__hero
{
  /*position: relative;*/
}
.c-row.desktop
{
  display: none;
}
.c-row.mobile
{
  display: block;
}
.c-row.mobile img
{
  padding-top: 25px;
}
@media (min-width: 768px) {
  .c-row.desktop
  {
    display: block;
/*    position: relative;
    overflow: hidden;*/
  }
  .c-row.mobile
  {
    display: none;
  }
}
@media (max-width: 1025px) {
  .c-row.desktop
  {
    position: relative;
    overflow: hidden;
  }
  
}
.pad__heading
{
  font-weight: 900;
  font-style: italic;
  font-size: 35px;
  padding-left: 15px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .pad__heading {
    position: absolute;
    top: 0; } }

@media (max-width: 767px) {
  .pad__hero {
    padding-top: 20px; } }

@media (min-width: 768px) {
  .pad__hero img {
    width: 80%;
    position: absolute;
    left: -20%;
    top: 0; } }

@media (min-width: 992px) {
  .pad__hero img {
    width: auto;
    top: -30%; } }

@media (min-width: 1220px) {
  .pad__hero img {
    left: -10%; } }
img.pad-rhs
{
    max-width: 150% !important;
    position: absolute;
    top: 0%;
    right: -10%;

}
@media (min-width: 1220px) {
  img.pad-rhs {
    top: -20%; } }
@media (min-width: 768px) {
  img.pad-rhs {
    width: 70%;
     } }

 .reverse-column
 {
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse; 
 }
  @media (min-width: 768px) {
      .reverse-column
       {
          display: block; /* Safari */
       } }
.pad__features {
  font-size: 0; }
  .pad__features-left {
    display: none; }
    @media (min-width: 768px) {
      .pad__features-left {
        display: inline-block;
        vertical-align: top;
        width: 20%; } }
  .pad__features-right {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .pad__features-right {
        padding-top: 15px;
        padding-left: 15px;
        width: 100%; } }
  .pad__features-title {
    color: #83C21B;
    font-family: 'Gotham', sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase; }
  .pad__features-summary {
    color: #cdcdcd;
    font-size: 14.5px;
    padding: 0 0 15px; 
    font-family: "Helvetica Neue", Helvetica, Arial;
  }



.vid {
  overflow: hidden; }
  .vid__heading {
    text-align: center; }
  .vid__wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .vid__wrapper.loading:before {
      display: none; }
    .vid__wrapper:before {
      background: url("../images/video-glow.png") no-repeat center;
      background-size: 130%;
      content: '';
      height: 130%;
      width: 110%;
      position: absolute;
      top: -15%;
      left: -5%; }
    .vid__wrapper iframe {
      border: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }

@media (max-width: 767px) {
  .spotify__heading {
    padding-bottom: 14px; } }

@media (min-width: 768px) {
  .spotify__heading {
    padding-bottom: 15px; } }

.spotify__summary {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 23px; 
  font-family: "Helvetica Neue", Helvetica, Arial;
  max-width: 50%;}
   @media (min-width: 640px) {
    .spotify__summary {
      max-width: 80%;} }
  @media (min-width: 992px) {
    .spotify__summary {
      max-width: 362px;
      margin-bottom: 13px; } }
  @media (max-width: 320px) {
  .spotify__summary {
    max-width: 90%; } }

.spotify__btn {
  border-radius: 2px; }
  .spotify__btn + .spotify__btn {
    display: table; }

.spotify__search {
  background: transparent;
  border: 1px solid #83c21b;
  border-radius: 2px;
  position: relative; }
  .spotify__search-input {
    background: transparent;
    border: none;
    color: #fff !important;
    float: left;
    margin: 0 !important;
    padding: 16px 0 16px 14px !important;
    width: 100% !important;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear; }
    .spotify__search-input::-webkit-input-placeholder {
      color: #fff; }
    .spotify__search-input:-moz-placeholder {
      color: #fff; }
    .spotify__search-input::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .spotify__search-input:-ms-input-placeholder {
      color: #fff; }
  .spotify__search-btn, .spotify__search-select {
    background: #83c21b;
    float: left;
    font-size: 18px;
    height: 53px;
    line-height: 53px;
    padding: 0;
    text-align: center;
    width: 53px;
    position: absolute;
    top: 0;
    right: 0; }
    .spotify__search-btn i, .spotify__search-select i {
      color: #fff !important;
      margin-top: -9px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  .spotify__search-btn {
    cursor: pointer; }
    .spotify__search-btn-loading {
      display: none; }
    .spotify__search-btn.trigger--loading .spotify__search-btn-txt {
      display: none; }
    .spotify__search-btn.trigger--loading .spotify__search-btn-loading {
      display: block; }
  .spotify__search-list {
    background: #000;
    border-right: 1px solid #83c21b;
    border-bottom: 1px solid #83c21b;
    border-left: 1px solid #83c21b;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #83c21b;
    display: none;
    position: absolute;
    z-index: 5;
    top: 53px;
    right: -1px;
    left: -1px; }
    .spotify__search-list li {
      color: #fff !important;
      cursor: pointer;
      padding: 16px 14px;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      .spotify__search-list li:hover {
        background: #83c21b;
        color: #fff;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
  .spotify__search.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    .spotify__search.active .spotify__search-input {
      background: #83c21b;
      -webkit-transition: background 0.25s linear;
      -moz-transition: background 0.25s linear;
      -ms-transition: background 0.25s linear;
      -o-transition: background 0.25s linear;
      transition: background 0.25s linear; }
    .spotify__search.active .spotify__search-btn i {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .spotify__search.active .spotify__search-select i {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .spotify__search.active .spotify__search-list {
      display: block; }
  .spotify__search + .spotify__search {
    margin-top: 20px; }

@media (max-width: 767px) {
  .spotify__loader img {
    width: 200px; } }

.spotify__back {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 18px;
  margin-bottom: 40px; }
  .spotify__back i {
    color: #83c21b; }
  .spotify__back:focus, .spotify__back:hover {
    color: #83c21b; }

.spotify__sponsor {
  display: table;
  height: 33px;
  margin-top: 26px; }
  @media (max-width: 767px) {
    .spotify__sponsor {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .spotify__sponsor {
      margin-top: 30px; } }
  .spotify__sponsor-copy, .spotify__sponsor-logo {
    display: table-cell;
    vertical-align: middle; }
  .spotify__sponsor-copy {
    padding-right: 10px; }
  .spotify__sponsor-logo {
    height: 33px; }
.spotify--hero {
  /*background-image: url("../images/bg-spotify-screen-1.png");*/
  background-image: url("../images/bg-spotify-hero.png");
  background-repeat: no-repeat;
  background-position: center top; }

   @media (max-width: 568px) {
    .spotify--hero {
      background-position: -146px 110px;  } }
  @media (max-width: 991px) {
    .spotify--hero {
      background-size: cover; } }
  @media (min-width: 992px) {
    .spotify--hero {
      background-position: center;
      min-height: 670px; } }
  @media (max-width: 767px) {
    .spotify--hero .spotify__heading {
      padding-top: 8%;
      width: 71%; } }
   @media (min-width: 640px) {
    .spotify--hero .spotify__summary {
      max-width: 295px;
      } }
    

.spotify--home {
  /*background-image: url("../images/bg-spotify-screen-1.png");*/
  background-image: url("../images/bg-tampon-screen.jpg");
  background-repeat: no-repeat;
  background-position: center top; }

   @media (max-width: 568px) {
    .spotify--home {
      background-position: center -83px;  } }
  @media (max-width: 991px) {
    .spotify--home {
      background-size: cover; } }
  @media (min-width: 992px) {
    .spotify--home {
      background-position: center;
      min-height: 670px; } }
  @media (max-width: 767px) {
    .spotify--home .spotify__heading {
      padding-top: 12%;
      width: 71%; } }

.spotify--playlist-generator, .spotify--playlist-loader, .spotify--playlist-results, .spotify--end {
  background: url("../images/bg-spotify-screen-2-mobile.png") no-repeat center top;
  display: none; }
  @media (max-width: 991px) {
    .spotify--playlist-generator, .spotify--playlist-loader, .spotify--playlist-results, .spotify--end {
      background-size: cover; } }
  @media (min-width: 992px) {
    .spotify--playlist-generator, .spotify--playlist-loader, .spotify--playlist-results, .spotify--end {
      background: url("../images/bg-spotify-screen-2.jpg") no-repeat center top; } }

@media (min-width: 992px) {
  .spotify--playlist-generator {
    min-height: 660px; } }

@media (min-width: 768px) {
  .spotify--playlist-generator .spotify__heading {
    padding-bottom: 25px; } }

@media (max-width: 767px) {
  .spotify--playlist-loader {
    background: none; } }

.spotify--playlist-results .spotify__btn {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .spotify--playlist-results .spotify__btn {
      width: 100%; } }
  @media (min-width: 768px) {
    .spotify--playlist-results .spotify__btn {
      margin-top: 20px; } }

@media (min-width: 768px) {
  .spotify--end .spotify__heading {
    padding-bottom: 25px; } }

.spotify--end .spotify__btn {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .spotify--end .spotify__btn {
      width: 100%; } }
  @media (min-width: 768px) {
    .spotify--end .spotify__btn {
      margin-top: 10px; } }

.disabled {
  opacity: .6; }

.song {
  height: 216px;
  overflow: hidden;
  width: 100% !important; }
  @media (min-width: 768px) {
    .song {
      height: 432px; } }
  .song-item {
    background: #222;
    border: 1px solid #979797;
    border-collapse: collapse;
    display: table;
    width: 100%; }
  .song-cover, .song-name {
    display: table-cell;
    vertical-align: middle; }
  .song-cover {
    display: none; }
    @media (min-width: 768px) {
      .song-cover {
        display: table-cell;
        height: 50px;
        width: 50px; } }
  .song-name {
    padding: 5px 29px; }

.sticky-banner {
  width: 100%;
  position: relative; }
  .sticky-banner__panel {
    background: #000 url("../images/bg-sticky-banner.jpg") no-repeat center;
    min-height: 89px;
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;
    left: 0; }
    .sticky-banner__panel--sticky {
      position: fixed; }
  .sticky-banner__line-1, .sticky-banner__line-2 {
    font-style: italic;
    text-align: center; }
  .sticky-banner__line-1 {
    margin-top: 23px; 
    font-weight: 600;
    font-size: 20px;}
    @media (min-width: 992px) {
      .sticky-banner__line-1 {
        font-size: 28px;
        line-height: 1.2; } }
  .sticky-banner__btn {
    margin-top: 23px; }
  .sticky-banner__desktop {
    display: none; }
    @media (min-width: 768px) {
      .sticky-banner__desktop {
        display: block; } }
    .sticky-banner__desktop .sticky-banner__hero {
      position: absolute;
      top: -40px;
      right: 0; }
  .sticky-banner__mobile {
    display: block; }
    @media (min-width: 768px) {
      .sticky-banner__mobile {
        display: none; } }
    .sticky-banner__mobile .sticky-banner__hero {
      width: 110px;
      position: absolute;
      left: 15px;
      top: 0; }
    .sticky-banner__mobile .sticky-banner__copy {
      position: absolute;
      top: 50%; }
      @media (max-width: 767px) {
        .sticky-banner__mobile .sticky-banner__copy {
          left: 50%; 
          font-size: 18px;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); 
          font-family: "Helvetica Neue", Helvetica, Arial;
          font-style: italic;
          } }
      @media (max-width: 479px) {
        .sticky-banner__mobile .sticky-banner__copy {
          width: 60%;
          left: 71%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    .sticky-banner__mobile .sticky-banner__icon {
      color: #83C21B;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 420px) {
        .sticky-banner__mobile .sticky-banner__icon:before {
          display: none; } }


.bg--pattern {
  background: url("../images/bg-gometric-pattern.png") no-repeat center top;
  background-size: contain; 
}

.sample {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px; }
  .sample__step-product:after, .sample__step-details:after, .sample__step-address:after {
    content: '';
    clear: both;
    display: block; }
  .sample__step-product p, .sample__step-details p, .sample__step-address p {
    color: #fff; }
    .sample__step-product p a, .sample__step-details p a, .sample__step-address p a {
      text-decoration: underline; }
      .sample__step-product p a:hover, .sample__step-details p a:hover, .sample__step-address p a:hover {
        text-decoration: none; }
  .sample__step-details, .sample__step-address {
    display: none; }
  .sample__form-top {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      .sample__form-top {
        padding-left: 40px;
        padding-right: 40px; } }
    .sample__form-top p {
      margin: 0 0 20px; }
  @media (min-width: 768px) {
    .sample__form-bottom {
      padding-left: 20px;
      padding-right: 20px; } }
  .sample__form-title {
    color: #fff;
    margin: 0 0 21px;
    padding: 0; 
    line-height:38px;
  }
  .sample__form-copy {
    margin: 0 0 20px; }
  .sample__form-label {
    color: #fff;
    font-size: 15px;
    margin-bottom: 6px; }
  .sample__form-select {
    font-size: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    position: relative; }
    .sample__form-select:after {
      background: #eee;
      content: "\f0d7";
      color: #111;
      margin-top: -10px;
      pointer-events: none;
      text-align: center;
      width: 20px;
      position: absolute;
      right: 10px;
      top: 50%;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 20px;
      -webkit-transition: background 0.25s linear;
      -moz-transition: background 0.25s linear;
      -ms-transition: background 0.25s linear;
      -o-transition: background 0.25s linear;
      transition: background 0.25s linear; }
    .sample__form-select select {
      border: 1px solid #9a9a9a !important;
      border-radius: 5px !important;
      background: #eee;
      padding: 11px 20px 12px 10px;
      width: 100%; }
    .sample__form-select.select-error:after {
      background-color: #ebd5d1; }
  .sample__form-input {
    background: #eee;
    border: 1px solid #9a9a9a !important;
    border-radius: 5px !important;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 12px 10px 13px;
    width: 100%; }
    .sample__form-input--address {
      background: #eee url("../images/icon-map.png") no-repeat left 10px center; }
  .sample__form-checkbox {
    display: block;
    margin-bottom: 25px;
    padding-left: 30px;
    width: 100%;
    position: relative; }
    .sample__form-checkbox input[type="checkbox"] {
      height: 19px;
      margin: 0;
      width: 19px;
      position: absolute;
      left: -9999px; }
      .sample__form-checkbox input[type="checkbox"]:checked ~ label:after {
        background: #fff;
        content: '\f00c';
        color: #111;
        text-align: center;
        width: 20px;
        position: absolute;
        left: 0;
        top: 0;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 20px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
    .sample__form-checkbox label {
      font-size: 12px; }
      .sample__form-checkbox label:before {
        border: 1px solid #fff;
        content: '';
        height: 20px;
        width: 20px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
      .sample__form-checkbox label a {
        font-size: 12px; }
    .sample__form-checkbox a {
      color: #e16500; }
    .sample__form-checkbox.checkbox-error label:before {
      border: 1px solid #cb3218; }
  .sample__form-control--25 {
    float: left;
    min-width: 100px;
    width: 25%; }
  .sample__form-control--push-25 {
    margin-left: 11%; }
    @media (min-width: 768px) {
      .sample__form-control--push-25 {
        margin-left: 25%; } }
  .sample__form-btn {
    background: #ea6e09;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: none;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    text-align: center;
    width: 135px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    .sample__form-btn:focus, .sample__form-btn:hover {
      background: #EA6E09; }
    @media (min-width: 768px) {
      .sample__form-btn {
        width: 180px; } }
  .sample__product {
    background: #000; }
    .sample__product-img {
      padding-top: 30px; }
      .sample__product-img img {
        margin-left: auto;
        margin-right: auto; }
    .sample__product-title {
      border-bottom: 2px solid #9d3493;
      color: #fff;
      display: inline-block;
      font-size: 17px;
      font-weight: 400;
      margin: 20px;
      padding: 0; }
    .sample__product-description {
      font-size: 15px;
      padding: 0 20px 25px; }
      .sample__product-description p {
        color: #fff !important; }
      .sample__product-description span {
        color: #e16500; }
    .sample__product-btn {
      background: #9d3493;
      border: 0;
      color: #fff;
      font-size: 13px;
      line-height: 14px;
      padding: 10px;
      width: 100%; }
  .sample__thanks {
    padding-top: 100px; }
    .sample__thanks-title,
    .sample__thanks p {
      color: #fff; }
    .sample__thanks-box {
      border: 1px solid #fff;
      display: table;
      width: 100%; }
      .sample__thanks-box-left, .sample__thanks-box-right {
        padding: 10px; }
        @media (min-width: 768px) {
          .sample__thanks-box-left, .sample__thanks-box-right {
            display: table-cell;
            vertical-align: top; } }
      @media (min-width: 768px) {
        .sample__thanks-box-left {
          width: 40%; } }
      @media (min-width: 768px) {
        .sample__thanks-box-right {
          width: 60%; } }
      @media (max-width: 767px) {
        .sample__thanks-box-right {
          font-size: 12px; } }
      .sample__thanks-box-right h2 {
        color: #fff; }
        @media (max-width: 767px) {
          .sample__thanks-box-right h2 {
            font-size: 15px; } }
        @media (min-width: 768px) {
          .sample__thanks-box-right h2 {
            padding-top: 12px; } }
      @media (max-width: 767px) {
        .sample__thanks-box-right p {
          font-size: 12px; } }
      .sample__thanks-box-right-btn {
        background: #ea6e09;
        border: 0;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: bold;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 100%;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
        .sample__thanks-box-right-btn:focus, .sample__thanks-box-right-btn:hover {
          background: #EA6E09; }
        @media (max-width: 767px) {
          .sample__thanks-box-right-btn {
            margin-top: 10px; } }
        @media (min-width: 768px) {
          .sample__thanks-box-right-btn {
            width: 140px; } }

.prod__selected {
  display: none;
  background: #4a4a4a;
  padding: 10px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .prod__selected {
      padding: 20px; } }
  .prod__selected-inner {
    background: #000;
    border: solid 1px #979797;
    padding: 10px; }
    @media (min-width: 768px) {
      .prod__selected-inner {
        padding: 20px; } }
    .prod__selected-inner:after {
      content: '';
      clear: both;
      display: block; }
  .prod__selected-img {
    float: left;
    min-height: 145px;
    overflow: hidden;
    width: 44%;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 479px) {
      .prod__selected-img {
        background-size: 300px 109px; } }
  .prod__selected-copy {
    float: left;
    width: 56%; }
    .prod__selected-copy a {
      text-decoration: underline; }
      .prod__selected-copy a:hover {
        text-decoration: none; }
  .prod__selected-title {
    border-bottom: 2px solid #9d3493;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 10px;
    padding: 0; }
    @media (min-width: 768px) {
      .prod__selected-title {
        font-size: 17px;
        margin: 20px; } }
  .prod__selected-description {
    font-size: 12px;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .prod__selected-description {
        font-size: 15px;
        padding: 0 20px; } }
    .prod__selected-description p {
      color: #fff !important; }
    .prod__selected-description span {
      color: #e16500; }

.change-product {
  display: block;
  text-align: right; }

.prog {
  display: table;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%; }
  .prog__step {
    display: table-cell;
    width: 33.333333%;
    position: relative; }
    .prog__step:before {
      background: #fff;
      content: '';
      height: 2px;
      width: 100%;
      position: absolute;
      top: 13px;
      left: 0; }
    .prog__step-icon {
      background: #fff;
      border-radius: 50%;
      display: inline-block;
      height: 28px;
      width: 28px;
      position: relative; }
    .prog__step-text {
      color: #787878;
      text-transform: uppercase; }
    .prog__step:nth-child(1) .prog__step-text {
      margin-left: -20px; }
    .prog__step:nth-child(2) {
      text-align: center; }
      .prog__step:nth-child(2) .prog__step-icon {
        margin-left: auto;
        margin-right: auto; }
    .prog__step:nth-child(3) {
      text-align: right; }
      .prog__step:nth-child(3) .prog__step-text {
        margin-right: -20px; }
    .prog__step.current .prog__step-icon:before {
      background: #9d3493;
      border: 4px solid #fff;
      border-radius: 50%;
      content: '';
      height: 28px;
      width: 28px;
      position: absolute;
      top: 0;
      left: 0; }
    .prog__step.current .prog__step-text {
      color: #fff; }

.competition-check {
  display: none; }

.validation-box {
  display: none;
  background-color: #ebd5d1;
  border: 1px solid #cb3218;
  margin-bottom: 30px;
  padding: 10px; }
  .validation-box-error {
    color: #cb3218; }

input[type="text"].sample__form-input {
  border: 1px solid #9a9a9a !important;
  font-size: 15px !important;
  margin-bottom: 30px !important;
  padding: 12px 10px 13px !important;
  width: 100% !important; }
  input[type="text"].sample__form-input.sample__form-input--address {
    padding: 12px 10px 13px 35px !important; }

.select-error select {
  border: 1px solid #cb3218 !important;
  background-color: #ebd5d1; }

input[type="text"].form-error,
.form-error {
  border: 1px solid #cb3218 !important;
  background-color: #ebd5d1; }

.accordion__item {
  margin-bottom: 20px; }
  .accordion__item-head {
    background: #e8e8e8;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    padding: 11px 20px;
    text-align: left;
    width: 100%;
    position: relative; }
    .accordion__item-head i {
      color: #fff;
      height: 18px;
      margin-top: -9px;
      text-align: center;
      width: 18px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transition: transform 0.25s;
      -moz-transition: transform 0.25s;
      -ms-transition: transform 0.25s;
      -o-transition: transform 0.25s;
      transition: transform 0.25s; }
  .accordion__item-body {
    background: #4a4a4a; }
    .accordion__item-body-inner {
      padding: 20px; }

.accordion--open .accordion__item-head i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.prod--tampons, .prod--Tampons, .prod--pads, .prod--Pads, .prod--liners, .prod--Liners {
  color: #fff; }

.prod--tampons, .prod--Tampons {
  background-color: #00acee; }

.prod--pads, .prod--Pads {
  background-color: #a6c902; }

.prod--liners, .prod--Liners {
  background-color: #d12f89; }

.cf:after, .spotify__search:after {
  content: '';
  clear: both;
  display: block; }

.u-display--block {
  display: block !important; }

.u-display--inline-block {
  display: inline-block !important; }

.u-display--table {
  display: table; }

.u-display--table-cell {
  display: table-cell; }

.u-display--align-bottom {
  vertical-align: bottom; }

.u-display--align-middle {
  vertical-align: middle; }

.u-display--align-top {
  vertical-align: top; }

.u-text--caps {
  text-transform: uppercase !important; }

.u-text--bold {
  font-weight: bold !important; }

.u-text--shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }

.u-text--center {
  text-align: center !important; }

.u-text--left {
  text-align: left !important; }

.u-text--right {
  text-align: right !important; }

@media (min-width: 768px) {
  .u-text--center-sm {
    text-align: center !important; } }

@media (min-width: 768px) {
  .u-text--left-sm {
    text-align: left !important; } }

@media (min-width: 768px) {
  .u-text--right-sm {
    text-align: right !important; } }

@media (min-width: 992px) {
  .u-text--center-md {
    text-align: center !important; } }

@media (min-width: 992px) {
  .u-text--left-md {
    text-align: left !important; } }

@media (min-width: 992px) {
  .u-text--right-md {
    text-align: right !important; } }

@media (min-width: 1220px) {
  .u-text--center-lg {
    text-align: center !important; } }

@media (min-width: 1220px) {
  .u-text--left-lg {
    text-align: left !important; } }

@media (min-width: 1220px) {
  .u-text--right-lg {
    text-align: right !important; } }

.u--absolute {
  position: absolute !important; }

.u--relative {
  position: relative !important; }

.u--static {
  position: static !important; }

.u--hidden {
  display: none !important; }

.u-push--top-25 {
  margin-top: 25px !important; }

.u-push--bottom-60 {
  margin-bottom: 60px !important; }
