/*

Theme Name: AH Brands New Theme
Theme URI: http://theme.co/x/
Author: Quincy Adam
Author URI: http://theme.co/
Description: Child theme of X Theme Renew
Version: 1.0.0
Template: x

*/
/* =Theme customization starts here
-------------------------------------------------------------- */
@import url(../../x/framework/css/site/stacks/renew.css);
/* VARIABLES */
@import url(//fonts.googleapis.com/css?family=Lustria);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,900);
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:700&display=swap');
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * $CONTENTS............Table of contents
 * $COMMENTS............Comment formatting

  * $GLOBAL.............Compass support
 
 * $UTILITIES...........Generic utilities, variables and mixins and other hardly changed files
 *  SPRITES.............Please put a description of the contents of the partial here 
 *  MIXINS..............Please put a description of the contents of the partial here 
 *  VARIABLES...........Please put a description of the contents of the partial here 

 * $BASE................Generic utility styles, variables and mixins, unclassed HTML elements etc.
 *  RESET...............Please put a description of the contents of the partial here
 *  FORMS...............Please put a description of the contents of the partial here
 *  HELPER..............Please put a description of the contents of the partial here
 *  TABLES..............Please put a description of the contents of the partial here
 *  TYPOGRAPHY..........Please put a description of the contents of the partial here

 * $LAYOUT..............Structural elements/areas, grids, columns
 *  GRIDS...............Please put a description of the contents of the partial here
 *  LAYOUT..............Please put a description of the contents of the partial here

 * $VENDOR..............CSS or Sass from other projects - do not change, but overwrite if necessary
 * //COLORPICKER.........Please put a description of the contents of the partial here

 * $COMPONENTS..........Objects and abstractions etc.
 *  BREADCRUMB..........Please put a description of the contents of the partial here
 *  BUTTONS.............Please put a description of the contents of the partial here
 *  GREYBOX.............Please put a description of the contents of the partial here 
 *  MEDIA OBJECT........Please put a description of the contents of the partial here 
 *  MODALS..............Please put a description of the contents of the partial here
 *  PAGINATION..........Please put a description of the contents of the partial here
 *  PODS................Please put a description of the contents of the partial here
 *  RESPONSIVE VIDEO....Please put a description of the contents of the partial here 
 *  SECONDARY NAV.......Please put a description of the contents of the partial here
 *  SITE MENU...........Please put a description of the contents of the partial here
 *  SITE SEARCH.........Please put a description of the contents of the partial here
 *  TOP NAV.............Please put a description of the contents of the partial here

 * $NON-MODULAR.........Template-specific/temporary fixes/short-expiry pages etc.
 * //T01.................Please put a description of the contents of the partial here
 *  TEMP FIXES..........Please put a description of the contents of the partial here 

 * $SPRITES.............Sprite styles
 *  SPRITES.............Please put a description of the contents of the partial here 

 * $PRINT...............Print styles
 *  PRINT...............Please put a description of the contents of the partial here 
 */
/*------------------------------------*\
    $COMMENTS
\*------------------------------------*/
/*------------------------------------*\
    $SECTION HEADING
\*------------------------------------*/
/* ----- single line subheading ----- */
/**
 * multi-line comments that will output 
 * in the CSS depending on the mode
 * these comments use DocBlock formatting
 */
/* short comment */
/*ul*/
/* TEST COMMENT */
/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/
/*------------------------------------*\
    $UTILITIES
\*------------------------------------*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* line 9, ../sass/landing-page/base/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 22, ../sass/landing-page/base/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 30, ../sass/landing-page/base/_reset.scss */
[hidden] {
  display: none;
}

/* line 33, ../sass/landing-page/base/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 39, ../sass/landing-page/base/_reset.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 46, ../sass/landing-page/base/_reset.scss */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 53, ../sass/landing-page/base/_reset.scss */
body {
  margin: 0;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

/* line 66, ../sass/landing-page/base/_reset.scss */
::-moz-selection,
::selection {
  background: #e60911;
  color: #fff;
  text-shadow: none;
}

/* line 73, ../sass/landing-page/base/_reset.scss */
a {
  color: #cc0000;
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}

/* line 80, ../sass/landing-page/base/_reset.scss */
a:visited {
  color: #cc0000;
}

/* line 81, ../sass/landing-page/base/_reset.scss */
a:hover {
  color: #333333;
}

/* line 82, ../sass/landing-page/base/_reset.scss */
a:focus {
  outline: thin dotted;
  color: #333333;
}

/* line 83, ../sass/landing-page/base/_reset.scss */
a:hover, a:active {
  outline: 0;
}

/* line 85, ../sass/landing-page/base/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 87, ../sass/landing-page/base/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 93, ../sass/landing-page/base/_reset.scss */
dfn {
  font-style: italic;
}

/* line 95, ../sass/landing-page/base/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 104, ../sass/landing-page/base/_reset.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 110, ../sass/landing-page/base/_reset.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 117, ../sass/landing-page/base/_reset.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 126, ../sass/landing-page/base/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 132, ../sass/landing-page/base/_reset.scss */
q {
  quotes: none;
}

/* line 134, ../sass/landing-page/base/_reset.scss */
q:before,
q:after {
  content: "";
  content: none;
}

/* line 140, ../sass/landing-page/base/_reset.scss */
small {
  font-size: 85%;
}

/* line 142, ../sass/landing-page/base/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 149, ../sass/landing-page/base/_reset.scss */
sup {
  top: -0.5em;
}

/* line 150, ../sass/landing-page/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 152, ../sass/landing-page/base/_reset.scss */
img {
  display: block;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 159, ../sass/landing-page/base/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 160, ../sass/landing-page/base/_reset.scss */
figure {
  margin: 0;
}

/* line 162, ../sass/landing-page/base/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 168, ../sass/landing-page/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/* line 7, ../sass/landing-page/base/_helper.scss */
.debug {
  border: 1px solid #f0f;
}

/* line 11, ../sass/landing-page/base/_helper.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 17, ../sass/landing-page/base/_helper.scss */
.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/* line 22, ../sass/landing-page/base/_helper.scss */
.clearfix {
  *zoom: 1;
}

/* line 26, ../sass/landing-page/base/_helper.scss */
.clear {
  clear: both;
}

/* line 27, ../sass/landing-page/base/_helper.scss */
.clear-left {
  clear: left !important;
}

/* line 28, ../sass/landing-page/base/_helper.scss */
.clear-right {
  clear: right !important;
}

/* line 29, ../sass/landing-page/base/_helper.scss */
.clear-none {
  clear: none !important;
}

/* line 31, ../sass/landing-page/base/_helper.scss */
.float-left {
  float: left;
}

/* line 32, ../sass/landing-page/base/_helper.scss */
.float-right {
  float: right;
}

/* line 33, ../sass/landing-page/base/_helper.scss */
.float-none {
  float: none !important;
}

/* line 35, ../sass/landing-page/base/_helper.scss */
.text-left {
  text-align: left !important;
}

/* line 36, ../sass/landing-page/base/_helper.scss */
.text-center {
  text-align: center !important;
}

/* line 37, ../sass/landing-page/base/_helper.scss */
.text-right {
  text-align: right !important;
}

/* line 39, ../sass/landing-page/base/_helper.scss */
.width-full {
  width: 100% !important;
}

/* line 40, ../sass/landing-page/base/_helper.scss */
.width-auto {
  width: auto !important;
}

@media screen and (min-width: 768px) {
  /* line 45, ../sass/landing-page/base/_helper.scss */
  .display-table-wrapper {
    margin: 0 -20px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 52, ../sass/landing-page/base/_helper.scss */
  .display-table {
    width: 100%;
    display: table;
    border-spacing: 20px 0;
    position: relative;
  }
}

/* line 61, ../sass/landing-page/base/_helper.scss */
.display-table-cell {
  position: relative;
  vertical-align: top;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 61, ../sass/landing-page/base/_helper.scss */
  .display-table-cell {
    display: table-cell !important;
    border-collapse: separate;
  }
}

@media screen and (min-width: 768px) {
  /* line 77, ../sass/landing-page/base/_helper.scss */
  .display-one-half {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 83, ../sass/landing-page/base/_helper.scss */
  .display-one-third {
    width: 33.3333% !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 89, ../sass/landing-page/base/_helper.scss */
  .display-one-quarter {
    width: 25% !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 95, ../sass/landing-page/base/_helper.scss */
  .display-one-fifth {
    width: 20% !important;
  }
}

/* line 102, ../sass/landing-page/base/_helper.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 107, ../sass/landing-page/base/_helper.scss */
  .print-visible {
    display: block !important;
  }

  /* line 110, ../sass/landing-page/base/_helper.scss */
  .print-hidden {
    display: none !important;
  }
}
/* line 117, ../sass/landing-page/base/_helper.scss */
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 125, ../sass/landing-page/base/_helper.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  /* IE 6/7 fallback */
}

/* line 132, ../sass/landing-page/base/_helper.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/**
 * for the benefit of screen-readers, hide content off-screen without resorting to `display:none;`,
 * also add breakpoint specific options
 */
/* line 146, ../sass/landing-page/base/_helper.scss */
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  /* line 155, ../sass/landing-page/base/_helper.scss */
  .visually-hidden--mobile {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 161, ../sass/landing-page/base/_helper.scss */
  .visually-hidden--tablet {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 167, ../sass/landing-page/base/_helper.scss */
  .visually-hidden--tablet-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 173, ../sass/landing-page/base/_helper.scss */
  .visually-hidden--desktop {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 179, ../sass/landing-page/base/_helper.scss */
  .visually-hidden--desktop-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 185, ../sass/landing-page/base/_helper.scss */
  .visually-hidden--desktop-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
/* line 191, ../sass/landing-page/base/_helper.scss */
.invisible {
  visibility: hidden;
}

/* line 195, ../sass/landing-page/base/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  /* line 204, ../sass/landing-page/base/_helper.scss */
  .hidden--mobile {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 210, ../sass/landing-page/base/_helper.scss */
  .hidden--tablet {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 216, ../sass/landing-page/base/_helper.scss */
  .hidden--tablet-plus {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 222, ../sass/landing-page/base/_helper.scss */
  .hidden--desktop {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 228, ../sass/landing-page/base/_helper.scss */
  .hidden--desktop-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 234, ../sass/landing-page/base/_helper.scss */
  .hidden--desktop-wide {
    display: none !important;
    visibility: hidden !important;
  }
}
/* line 241, ../sass/landing-page/base/_helper.scss */
.display-block {
  display: block !important;
  width: 100% !important;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  /* line 250, ../sass/landing-page/base/_helper.scss */
  .display-block--mobile {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 256, ../sass/landing-page/base/_helper.scss */
  .display-block--tablet {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 262, ../sass/landing-page/base/_helper.scss */
  .display-block--tablet-plus {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 268, ../sass/landing-page/base/_helper.scss */
  .display-block--desktop {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 274, ../sass/landing-page/base/_helper.scss */
  .display-block--desktop-plus {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 280, ../sass/landing-page/base/_helper.scss */
  .display-block--desktop-wide {
    display: block !important;
    width: 100% !important;
  }
}
/* line 287, ../sass/landing-page/base/_helper.scss */
.display-inline {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  /* line 296, ../sass/landing-page/base/_helper.scss */
  .display-inline--mobile {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 302, ../sass/landing-page/base/_helper.scss */
  .display-inline--tablet {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media screen and (min-width: 768px) {
  /* line 308, ../sass/landing-page/base/_helper.scss */
  .display-inline--tablet-plus {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 314, ../sass/landing-page/base/_helper.scss */
  .display-inline--desktop {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media screen and (min-width: 992px) {
  /* line 320, ../sass/landing-page/base/_helper.scss */
  .display-inline--desktop-plus {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media screen and (min-width: 1200px) {
  /* line 326, ../sass/landing-page/base/_helper.scss */
  .display-inline--desktop-wide {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 332, ../sass/landing-page/base/_helper.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 340, ../sass/landing-page/base/_helper.scss */
.margin-0 {
  margin: 0 !important;
}

/* line 341, ../sass/landing-page/base/_helper.scss */
.margin-5 {
  margin: 5px !important;
}

/* line 342, ../sass/landing-page/base/_helper.scss */
.margin-10 {
  margin: 10px !important;
}

/* line 343, ../sass/landing-page/base/_helper.scss */
.margin-15 {
  margin: 15px !important;
}

/* line 344, ../sass/landing-page/base/_helper.scss */
.margin-20 {
  margin: 20px !important;
}

/* line 345, ../sass/landing-page/base/_helper.scss */
.margin-25 {
  margin: 25px !important;
}

/* line 346, ../sass/landing-page/base/_helper.scss */
.margin-30 {
  margin: 30px !important;
}

/* line 347, ../sass/landing-page/base/_helper.scss */
.margin-40 {
  margin: 40px !important;
}

/* line 348, ../sass/landing-page/base/_helper.scss */
.margin-50 {
  margin: 50px !important;
}

/* line 350, ../sass/landing-page/base/_helper.scss */
.margin-left-0 {
  margin-left: 0 !important;
}

/* line 351, ../sass/landing-page/base/_helper.scss */
.margin-left-5 {
  margin-left: 5px !important;
}

/* line 352, ../sass/landing-page/base/_helper.scss */
.margin-left-10 {
  margin-left: 10px !important;
}

/* line 353, ../sass/landing-page/base/_helper.scss */
.margin-left-15 {
  margin-left: 15px !important;
}

/* line 354, ../sass/landing-page/base/_helper.scss */
.margin-left-20 {
  margin-left: 20px !important;
}

/* line 355, ../sass/landing-page/base/_helper.scss */
.margin-left-25 {
  margin-left: 25px !important;
}

/* line 356, ../sass/landing-page/base/_helper.scss */
.margin-left-30 {
  margin-left: 30px !important;
}

/* line 357, ../sass/landing-page/base/_helper.scss */
.margin-left-40 {
  margin-left: 40px !important;
}

/* line 358, ../sass/landing-page/base/_helper.scss */
.margin-left-50 {
  margin-left: 50px !important;
}

/* line 360, ../sass/landing-page/base/_helper.scss */
.margin-right-0 {
  margin-right: 0 !important;
}

/* line 361, ../sass/landing-page/base/_helper.scss */
.margin-right-5 {
  margin-right: 5px !important;
}

/* line 362, ../sass/landing-page/base/_helper.scss */
.margin-right-10 {
  margin-right: 10px !important;
}

/* line 363, ../sass/landing-page/base/_helper.scss */
.margin-right-15 {
  margin-right: 15px !important;
}

/* line 364, ../sass/landing-page/base/_helper.scss */
.margin-right-20 {
  margin-right: 20px !important;
}

/* line 365, ../sass/landing-page/base/_helper.scss */
.margin-right-25 {
  margin-right: 25px !important;
}

/* line 366, ../sass/landing-page/base/_helper.scss */
.margin-right-30 {
  margin-right: 30px !important;
}

/* line 367, ../sass/landing-page/base/_helper.scss */
.margin-right-40 {
  margin-right: 40px !important;
}

/* line 368, ../sass/landing-page/base/_helper.scss */
.margin-right-50 {
  margin-right: 50px !important;
}

/* line 370, ../sass/landing-page/base/_helper.scss */
.margin-top-0 {
  margin-top: 0 !important;
}

/* line 371, ../sass/landing-page/base/_helper.scss */
.margin-top-5 {
  margin-top: 5px !important;
}

/* line 372, ../sass/landing-page/base/_helper.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 373, ../sass/landing-page/base/_helper.scss */
.margin-top-15 {
  margin-top: 15px !important;
}

/* line 374, ../sass/landing-page/base/_helper.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 375, ../sass/landing-page/base/_helper.scss */
.margin-top-25 {
  margin-top: 25px !important;
}

/* line 376, ../sass/landing-page/base/_helper.scss */
.margin-top-30 {
  margin-top: 30px !important;
}

/* line 377, ../sass/landing-page/base/_helper.scss */
.margin-top-40 {
  margin-top: 40px !important;
}

/* line 378, ../sass/landing-page/base/_helper.scss */
.margin-top-50 {
  margin-top: 50px !important;
}

/* line 380, ../sass/landing-page/base/_helper.scss */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

/* line 381, ../sass/landing-page/base/_helper.scss */
.margin-bottom-5 {
  margin-bottom: 5px !important;
}

/* line 382, ../sass/landing-page/base/_helper.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 383, ../sass/landing-page/base/_helper.scss */
.margin-bottom-15 {
  margin-bottom: 15px !important;
}

/* line 384, ../sass/landing-page/base/_helper.scss */
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 385, ../sass/landing-page/base/_helper.scss */
.margin-bottom-25 {
  margin-bottom: 25px !important;
}

/* line 386, ../sass/landing-page/base/_helper.scss */
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 387, ../sass/landing-page/base/_helper.scss */
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

/* line 388, ../sass/landing-page/base/_helper.scss */
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 392, ../sass/landing-page/base/_helper.scss */
.padding-0 {
  padding: 0 !important;
}

/* line 393, ../sass/landing-page/base/_helper.scss */
.padding-5 {
  padding: 5px !important;
}

/* line 394, ../sass/landing-page/base/_helper.scss */
.padding-10 {
  padding: 10px !important;
}

/* line 395, ../sass/landing-page/base/_helper.scss */
.padding-15 {
  padding: 15px !important;
}

/* line 396, ../sass/landing-page/base/_helper.scss */
.padding-20 {
  padding: 20px !important;
}

/* line 397, ../sass/landing-page/base/_helper.scss */
.padding-25 {
  padding: 25px !important;
}

/* line 398, ../sass/landing-page/base/_helper.scss */
.padding-30 {
  padding: 30px !important;
}

/* line 399, ../sass/landing-page/base/_helper.scss */
.padding-40 {
  padding: 40px !important;
}

/* line 400, ../sass/landing-page/base/_helper.scss */
.padding-50 {
  padding: 50px !important;
}

/* line 402, ../sass/landing-page/base/_helper.scss */
.padding-left-0 {
  padding-left: 0 !important;
}

/* line 403, ../sass/landing-page/base/_helper.scss */
.padding-left-5 {
  padding-left: 5px !important;
}

/* line 404, ../sass/landing-page/base/_helper.scss */
.padding-left-10 {
  padding-left: 10px !important;
}

/* line 405, ../sass/landing-page/base/_helper.scss */
.padding-left-15 {
  padding-left: 15px !important;
}

/* line 406, ../sass/landing-page/base/_helper.scss */
.padding-left-20 {
  padding-left: 20px !important;
}

/* line 407, ../sass/landing-page/base/_helper.scss */
.padding-left-25 {
  padding-left: 25px !important;
}

/* line 408, ../sass/landing-page/base/_helper.scss */
.padding-left-30 {
  padding-left: 30px !important;
}

/* line 409, ../sass/landing-page/base/_helper.scss */
.padding-left-40 {
  padding-left: 40px !important;
}

/* line 410, ../sass/landing-page/base/_helper.scss */
.padding-left-50 {
  padding-left: 50px !important;
}

/* line 412, ../sass/landing-page/base/_helper.scss */
.padding-right-0 {
  padding-right: 0 !important;
}

/* line 413, ../sass/landing-page/base/_helper.scss */
.padding-right-5 {
  padding-right: 5px !important;
}

/* line 414, ../sass/landing-page/base/_helper.scss */
.padding-right-10 {
  padding-right: 10px !important;
}

/* line 415, ../sass/landing-page/base/_helper.scss */
.padding-right-15 {
  padding-right: 15px !important;
}

/* line 416, ../sass/landing-page/base/_helper.scss */
.padding-right-20 {
  padding-right: 20px !important;
}

/* line 417, ../sass/landing-page/base/_helper.scss */
.padding-right-25 {
  padding-right: 25px !important;
}

/* line 418, ../sass/landing-page/base/_helper.scss */
.padding-right-30 {
  padding-right: 30px !important;
}

/* line 419, ../sass/landing-page/base/_helper.scss */
.padding-right-40 {
  padding-right: 40px !important;
}

/* line 420, ../sass/landing-page/base/_helper.scss */
.padding-right-50 {
  padding-right: 50px !important;
}

/* line 422, ../sass/landing-page/base/_helper.scss */
.padding-top-0 {
  padding-top: 0 !important;
}

/* line 423, ../sass/landing-page/base/_helper.scss */
.padding-top-5 {
  padding-top: 5px !important;
}

/* line 424, ../sass/landing-page/base/_helper.scss */
.padding-top-10 {
  padding-top: 10px !important;
}

/* line 425, ../sass/landing-page/base/_helper.scss */
.padding-top-15 {
  padding-top: 15px !important;
}

/* line 426, ../sass/landing-page/base/_helper.scss */
.padding-top-20 {
  padding-top: 20px !important;
}

/* line 427, ../sass/landing-page/base/_helper.scss */
.padding-top-25 {
  padding-top: 25px !important;
}

/* line 428, ../sass/landing-page/base/_helper.scss */
.padding-top-30 {
  padding-top: 30px !important;
}

/* line 429, ../sass/landing-page/base/_helper.scss */
.padding-top-40 {
  padding-top: 40px !important;
}

/* line 430, ../sass/landing-page/base/_helper.scss */
.padding-top-50 {
  padding-top: 50px !important;
}

/* line 432, ../sass/landing-page/base/_helper.scss */
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

/* line 433, ../sass/landing-page/base/_helper.scss */
.padding-bottom-5 {
  padding-bottom: 5px !important;
}

/* line 434, ../sass/landing-page/base/_helper.scss */
.padding-bottom-10 {
  padding-bottom: 10px !important;
}

/* line 435, ../sass/landing-page/base/_helper.scss */
.padding-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 436, ../sass/landing-page/base/_helper.scss */
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

/* line 437, ../sass/landing-page/base/_helper.scss */
.padding-bottom-25 {
  padding-bottom: 25px !important;
}

/* line 438, ../sass/landing-page/base/_helper.scss */
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

/* line 439, ../sass/landing-page/base/_helper.scss */
.padding-bottom-40 {
  padding-bottom: 40px !important;
}

/* line 440, ../sass/landing-page/base/_helper.scss */
.padding-bottom-50 {
  padding-bottom: 50px !important;
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/* line 9, ../sass/landing-page/base/_typography.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  margin: 0;
  padding: 0;
  color: #e60911;
  font-weight: bold;
}

/* line 21, ../sass/landing-page/base/_typography.scss */
h1, .h1 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

/* line 26, ../sass/landing-page/base/_typography.scss */
h2, .h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

/* line 31, ../sass/landing-page/base/_typography.scss */
h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

/* line 36, ../sass/landing-page/base/_typography.scss */
h4, .h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

/* line 41, ../sass/landing-page/base/_typography.scss */
h5, .h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

/* line 46, ../sass/landing-page/base/_typography.scss */
p {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  padding: 0;
}

/* line 52, ../sass/landing-page/base/_typography.scss */
ol {
  margin: 0 13px 8px 20px;
  padding: 0;
}

/* line 58, ../sass/landing-page/base/_typography.scss */
ul {
  margin: 0 12px 8px 18px;
  padding: 0;
}

/* line 63, ../sass/landing-page/base/_typography.scss */
ol ol,
ol ul,
ul ul,
ul ol {
  margin-bottom: 2px;
}

/* line 70, ../sass/landing-page/base/_typography.scss */
li {
  margin-bottom: 2px;
}

/* line 74, ../sass/landing-page/base/_typography.scss */
.list-inline {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden;
}
/* line 79, ../sass/landing-page/base/_typography.scss */
.list-inline li {
  float: left;
  margin: 0 10px 0 0;
}

/* line 87, ../sass/landing-page/base/_typography.scss */
dt {
  font-weight: bold;
  margin-left: 18px;
}

/*dl*/
@media screen and (min-width: 768px) {
  /* line 94, ../sass/landing-page/base/_typography.scss */
  .dl-horizontal dt {
    width: auto;
    float: left;
    overflow: hidden;
    clear: left;
    text-align: left;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 108, ../sass/landing-page/base/_typography.scss */
  .dl-horizontal dd {
    width: auto;
  }
}

/* line 116, ../sass/landing-page/base/_typography.scss */
.list-unstyled * {
  list-style: none;
  list-style-image: none;
}

/* line 121, ../sass/landing-page/base/_typography.scss */
blockquote {
  border-left: 5px solid #eee;
  margin: 0;
  padding: 0 10px;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/* line 4, ../sass/landing-page/base/_forms.scss */
form {
  margin: 0;
}

/* line 6, ../sass/landing-page/base/_forms.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 12, ../sass/landing-page/base/_forms.scss */
label, .form-label {
  clear: both;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 19, ../sass/landing-page/base/_forms.scss */
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 28, ../sass/landing-page/base/_forms.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 35, ../sass/landing-page/base/_forms.scss */
button,
input {
  line-height: normal;
}

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 48, ../sass/landing-page/base/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 73, ../sass/landing-page/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 87, ../sass/landing-page/base/_forms.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 104, ../sass/landing-page/base/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 113, ../sass/landing-page/base/_forms.scss */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* line 121, ../sass/landing-page/base/_forms.scss */
.form-wrapper {
  width: 210px;
}
@media screen and (min-width: 768px) {
  /* line 121, ../sass/landing-page/base/_forms.scss */
  .form-wrapper {
    width: 360px;
  }
}

/* line 129, ../sass/landing-page/base/_forms.scss */
.form-group {
  width: 210px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  /* line 129, ../sass/landing-page/base/_forms.scss */
  .form-group {
    width: 360px;
  }
}

/* line 138, ../sass/landing-page/base/_forms.scss */
.form-group-wrapper {
  overflow: hidden;
  margin-bottom: 1.5em;
}

/* line 146, ../sass/landing-page/base/_forms.scss */
.validation {
  display: none;
}

/* line 150, ../sass/landing-page/base/_forms.scss */
.has-error .validation {
  clear: both;
  display: block;
  color: #e60911;
}

/* line 156, ../sass/landing-page/base/_forms.scss */
input[type="text"],
textarea,
select {
  display: block;
  width: 100%;
  height: auto;
  padding: 7px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* line 170, ../sass/landing-page/base/_forms.scss */
input[type="text"] {
  padding: 8px 7px;
}

/* line 174, ../sass/landing-page/base/_forms.scss */
.select-day {
  width: 65px;
  float: left !important;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  /* line 174, ../sass/landing-page/base/_forms.scss */
  .select-day {
    width: 118px !important;
  }
}

/* line 183, ../sass/landing-page/base/_forms.scss */
.select-month {
  width: 65px;
  float: left !important;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  /* line 183, ../sass/landing-page/base/_forms.scss */
  .select-month {
    width: 118px !important;
  }
}

/* line 192, ../sass/landing-page/base/_forms.scss */
.select-year {
  width: 74px;
  float: left !important;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  /* line 192, ../sass/landing-page/base/_forms.scss */
  .select-year {
    width: 118px !important;
  }
}

/* line 201, ../sass/landing-page/base/_forms.scss */
select {
  cursor: pointer;
}

/* line 205, ../sass/landing-page/base/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

/* line 211, ../sass/landing-page/base/_forms.scss */
input[type="submit"],
input[type="reset"] {
  padding: 6px 20px;
}

/* line 216, ../sass/landing-page/base/_forms.scss */
.radio,
.checkbox {
  clear: both;
  display: block;
}

/* line 225, ../sass/landing-page/base/_forms.scss */
.radio-inline,
.checkbox-inline {
  float: left;
  margin-right: 30px;
}

@media screen and (min-width: 768px) {
  /* line 233, ../sass/landing-page/base/_forms.scss */
  .form-horizontal {
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  /* line 239, ../sass/landing-page/base/_forms.scss */
  .form-horizontal .form-group {
    width: 600px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  /* line 246, ../sass/landing-page/base/_forms.scss */
  .form-horizontal label,
  .form-horizontal .form-label {
    width: 250px;
    float: left;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  /* line 255, ../sass/landing-page/base/_forms.scss */
  .form-horizontal .form-item {
    width: 340px;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  /* line 268, ../sass/landing-page/base/_forms.scss */
  .form-inline {
    width: 630px;
  }
}
/* line 274, ../sass/landing-page/base/_forms.scss */
.form-inline .form-group {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  /* line 274, ../sass/landing-page/base/_forms.scss */
  .form-inline .form-group {
    width: 150px;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  /* line 284, ../sass/landing-page/base/_forms.scss */
  .form-inline .form-item {
    width: 150px;
  }
}
/* line 290, ../sass/landing-page/base/_forms.scss */
.form-inline .btn {
  float: left;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/* line 5, ../sass/landing-page/base/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 10, ../sass/landing-page/base/_tables.scss */
td {
  vertical-align: top;
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * structural elements/areas, grids, columns etc.
 */
/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/* line 7, ../sass/landing-page/layout/_layout.scss */
body {
  background: #f3f3f3;
}

/* line 11, ../sass/landing-page/layout/_layout.scss */
.page-wrapper {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* line 17, ../sass/landing-page/layout/_layout.scss */
.main {
  position: relative;
  margin: 0 auto;
  clear: both;
}

/* line 23, ../sass/landing-page/layout/_layout.scss */
.main__container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 0;
}
/* line 30, ../sass/landing-page/layout/_layout.scss */
.main__container:before, .main__container:after {
  content: ' ';
  display: table;
}
@media all and (max-width: 1200px) {
  /* line 23, ../sass/landing-page/layout/_layout.scss */
  .main__container {
    width: 95%;
  }
}
@media all and (max-width: 1024px) {
  /* line 23, ../sass/landing-page/layout/_layout.scss */
  .main__container {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  /* line 23, ../sass/landing-page/layout/_layout.scss */
  .main__container {
    width: 100%;
    padding: 15px;
  }
}
@media all and (max-width: 320px) {
  /* line 23, ../sass/landing-page/layout/_layout.scss */
  .main__container {
    width: 280px;
    padding: 15px 0;
  }
}

/* line 56, ../sass/landing-page/layout/_layout.scss */
.footer {
  margin: 0 auto;
}

/* line 61, ../sass/landing-page/layout/_layout.scss */
.cookie-holder {
  background-color: #414e6d;
  padding: 18px 0;
}

/* line 66, ../sass/landing-page/layout/_layout.scss */
.cookie-message {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  clear: both;
}
@media all and (max-width: 768px) {
  /* line 66, ../sass/landing-page/layout/_layout.scss */
  .cookie-message {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 77, ../sass/landing-page/layout/_layout.scss */
.cookie-message h2 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  font-size: 3.6rem;
}
@media all and (max-width: 768px) {
  /* line 77, ../sass/landing-page/layout/_layout.scss */
  .cookie-message h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/* line 87, ../sass/landing-page/layout/_layout.scss */
.cookie-message a {
  color: #fff;
}
/* line 91, ../sass/landing-page/layout/_layout.scss */
.cookie-message .btn--cookie_close {
  content: url(../images/cookie-close.png);
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 282, ../sass/landing-page/layout/_bootstrap-grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 19, ../sass/landing-page/utilities/_mixins.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 24, ../sass/landing-page/utilities/_mixins.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 282, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 282, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  /* line 282, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .container {
    width: 980px;
  }
}

/* line 304, ../sass/landing-page/layout/_bootstrap-grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 19, ../sass/landing-page/utilities/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 24, ../sass/landing-page/utilities/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 313, ../sass/landing-page/layout/_bootstrap-grid.scss */
.row {
  position: relative;
}
/* line 19, ../sass/landing-page/utilities/_mixins.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 24, ../sass/landing-page/utilities/_mixins.scss */
.row:after {
  clear: both;
}

/* line 209, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 228, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-3 {
  width: 25%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-6 {
  width: 50%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-9 {
  width: 75%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-12 {
  width: 100%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 228, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 228, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 228, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 236, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 248, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 242, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 254, ../sass/landing-page/layout/_bootstrap-grid.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 366, ../sass/landing-page/layout/_bootstrap-grid.scss */
.bootstrap-grid-example div {
  border: 1px solid #ddd;
}
/* line 369, ../sass/landing-page/layout/_bootstrap-grid.scss */
.bootstrap-grid-example .row {
  margin: 0;
}

/*------------------------------------*\
    $VENDOR
\*------------------------------------*/
/**
 * CSS or Sass from other projects - do not change, but overwrite if necessary.
 */
/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
/**
 * objects and abstractions etc.
 */
/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
/* line 5, ../sass/landing-page/components/_blocks.scss */
.main__block {
  width: 100%;
}

/* line 13, ../sass/landing-page/components/_blocks.scss */
.block2 {
  padding: 50px;
  background: #fff;
}

/* line 20, ../sass/landing-page/components/_blocks.scss */
.block2__title {
  font-size: 35px;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: bold;
  width: 520px;
}

/* line 27, ../sass/landing-page/components/_blocks.scss */
.block2__list {
  font-size: 25px;
  font-size: 2.5rem;
}

/* line 31, ../sass/landing-page/components/_blocks.scss */
.block2__button {
  text-transform: uppercase;
  padding: 5px 75px;
  border: 0;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
}

/* line 44, ../sass/landing-page/components/_blocks.scss */
.block3__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
}

/* line 60, ../sass/landing-page/components/_blocks.scss */
.block5__title {
  font-size: 40px;
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
}

/*------------------------------------*\
    $HEADER STYLES
\*------------------------------------*/
/* line 5, ../sass/landing-page/components/_header.scss */
.header {
  width: 100%;
}

/* line 9, ../sass/landing-page/components/_header.scss */
.header__logo {
  text-indent: -9999px;
  margin: 0;
  float: left;
}

/* line 15, ../sass/landing-page/components/_header.scss */
.header__call-to-action {
  float: right;
}

/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
/* line 5, ../sass/landing-page/components/_pods.scss */
.pod-2 {
  /* For 2 pods on a single row */
  width: 50%;
  margin: 0;
  float: left;
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 5, ../sass/landing-page/components/_pods.scss */
  .pod-2 {
    width: 100%;
  }
}

/* line 17, ../sass/landing-page/components/_pods.scss */
.pod-3 {
  /* For 3 pods on a single row */
  width: 33.3%;
  margin: 0;
  float: left;
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 17, ../sass/landing-page/components/_pods.scss */
  .pod-3 {
    width: 100%;
    max-width: 450px;
  }
}

/* line 29, ../sass/landing-page/components/_pods.scss */
.pod__number {
  position: absolute;
}

/* line 33, ../sass/landing-page/components/_pods.scss */
.pod__image {
  text-align: center;
  padding-top: 50px;
}
/* line 37, ../sass/landing-page/components/_pods.scss */
.pod__image img {
  display: inline-block;
}

/* line 42, ../sass/landing-page/components/_pods.scss */
.pod__text {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
/* line 5, ../sass/landing-page/components/_question-holder.scss */
.question-holder {
  width: 100%;
  margin: 0 auto;
}

/* line 10, ../sass/landing-page/components/_question-holder.scss */
.question-holder__text {
  float: left;
  margin: 0;
  text-transform: uppercase;
  padding: 3px 0;
  font-size: 25px;
  font-size: 2.5rem;
}

/* line 19, ../sass/landing-page/components/_question-holder.scss */
.question-holder__button {
  float: right;
  text-transform: uppercase;
  padding: 5px 75px;
  border: 0;
  font-weight: bold;
  transition: all 0.5s ease;
  text-decoration: none;
  font-size: 25px;
  font-size: 2.5rem;
}

/* line 31, ../sass/landing-page/components/_question-holder.scss */
.question-holder__mobile_button {
  text-transform: uppercase;
  padding: 5px 75px;
  border: 0;
  font-weight: bold;
  transition: all 0.5s ease;
  font-size: 25px;
  font-size: 2.5rem;
}

/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
/* line 5, ../sass/landing-page/components/_social-icons.scss */
.social-icons {
  margin: 0 auto;
}
/* line 8, ../sass/landing-page/components/_social-icons.scss */
.social-icons li {
  list-style-type: none;
  float: left;
  margin: 5px;
}

/* line 15, ../sass/landing-page/components/_social-icons.scss */
.social-sprite, .social-icons--twitter, .social-icons--facebook, .social-icons--google, .social-icons--mail {
  background: url(../images/social_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  display: block;
}
@media all and (max-width: 768px) {
  /* line 15, ../sass/landing-page/components/_social-icons.scss */
  .social-sprite, .social-icons--twitter, .social-icons--facebook, .social-icons--google, .social-icons--mail {
    background: url(../images/social-icons-mobile.png) no-repeat;
    width: 40px;
    height: 40px;
  }
}

/* line 29, ../sass/landing-page/components/_social-icons.scss */
.social-icons--twitter {
  background-position: 0 0;
}

/* line 36, ../sass/landing-page/components/_social-icons.scss */
.social-icons--facebook {
  background-position: -93px 0;
}
@media all and (max-width: 768px) {
  /* line 36, ../sass/landing-page/components/_social-icons.scss */
  .social-icons--facebook {
    background-position: -46px 0;
  }
}

/* line 48, ../sass/landing-page/components/_social-icons.scss */
.social-icons--google {
  background-position: -186px 0;
}
@media all and (max-width: 768px) {
  /* line 48, ../sass/landing-page/components/_social-icons.scss */
  .social-icons--google {
    background-position: -92px 0;
  }
}

/* line 60, ../sass/landing-page/components/_social-icons.scss */
.social-icons--mail {
  background-position: -279px 0;
}
@media all and (max-width: 768px) {
  /* line 60, ../sass/landing-page/components/_social-icons.scss */
  .social-icons--mail {
    background-position: -138px 0;
  }
}

/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
/* line 9, ../sass/landing-page/components/_footer.scss */
.block7 {
  background: #d1d1d1;
}
@media all and (max-width: 1024px) {
  /* line 9, ../sass/landing-page/components/_footer.scss */
  .block7 {
    text-align: center;
  }
}

/* line 19, ../sass/landing-page/components/_footer.scss */
.footer__terms {
  display: inline-block;
  float: left;
  margin: 0;
}
/* line 24, ../sass/landing-page/components/_footer.scss */
.footer__terms li {
  float: left;
  list-style-type: none;
  padding: 4px 15px;
  position: relative;
  margin: 0;
}
/* line 31, ../sass/landing-page/components/_footer.scss */
.footer__terms li:after {
  content: ' ';
  width: 1px;
  height: 33px;
  background: url(../images/footermenu-divider.png) no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 43, ../sass/landing-page/components/_footer.scss */
.footer__terms li.last {
  position: relative;
  padding-right: 0;
}
/* line 48, ../sass/landing-page/components/_footer.scss */
.footer__terms li.last:after {
  display: none;
}
/* line 53, ../sass/landing-page/components/_footer.scss */
.footer__terms li.first {
  padding-left: 0;
}
/* line 57, ../sass/landing-page/components/_footer.scss */
.footer__terms a {
  transition: all 0.5s ease;
}

/* line 62, ../sass/landing-page/components/_footer.scss */
.footer__content {
  display: inline-block;
  float: right;
  margin: 3px 0 0 0;
}
/* line 67, ../sass/landing-page/components/_footer.scss */
.footer__content li {
  float: left;
  list-style-type: none;
  padding: 0 20px;
  position: relative;
  margin: 0;
}
/* line 74, ../sass/landing-page/components/_footer.scss */
.footer__content li:after {
  content: ' ';
  width: 1px;
  height: 33px;
  background: url(../images/footermenu-divider.png) no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 86, ../sass/landing-page/components/_footer.scss */
.footer__content .last {
  padding-right: 0;
}
/* line 89, ../sass/landing-page/components/_footer.scss */
.footer__content .last:after {
  display: none;
}
/* line 94, ../sass/landing-page/components/_footer.scss */
.footer__content a {
  transition: all 0.5s ease;
}

/* line 99, ../sass/landing-page/components/_footer.scss */
.block8 {
  padding: 15px 0;
  background: #fff;
}
/* line 104, ../sass/landing-page/components/_footer.scss */
.block8 p {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

/*------------------------------------*\
    $NON-MODULAR
\*------------------------------------*/
/**
 * template-specific/temporary pages etc.
 */
/*------------------------------------*\
    $T01-INDEX
\*------------------------------------*/
/*------------------------------------*\
    $TEMP FIXES
\*------------------------------------*/
/*------------------------------------*\
    $PRINT
\*------------------------------------*/
/**
 * print style
 */
/*------------------------------------*\
    $PRINT
\*------------------------------------*/
@media print {
  /* line 10, ../sass/landing-page/base/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 11, ../sass/landing-page/base/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 12, ../sass/landing-page/base/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 13, ../sass/landing-page/base/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 14, ../sass/landing-page/base/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 15, ../sass/landing-page/base/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 16, ../sass/landing-page/base/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 17, ../sass/landing-page/base/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 18, ../sass/landing-page/base/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 20, ../sass/landing-page/base/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 21, ../sass/landing-page/base/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/*------------------------------------*\
    $BRAND THEMES
\*------------------------------------*/
/**
 * print style
 */
/* #ACURIAN HEALTH (AH) - THEME */
/* line 3, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health {
  /* REMOVE MARGIN AND PADDING AROUND VC */
}
/* line 19, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .header {
  background: #ffffff;
  padding: 10px 0 5px;
  padding-bottom: 20px;
  border-bottom: 5px solid #293b8f;
}
@media all and (max-width: 768px) {
  /* line 19, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .header {
    border-bottom: 3px solid #293b8f;
    padding-bottom: 0px;
  }
}
/* line 31, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .header .main__container {
  padding: 0;
}
@media all and (max-width: 1250px) {
  /* line 31, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .header .main__container {
    max-width: 88%;
  }
}
@media all and (max-width: 768px) {
  /* line 31, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .header .main__container {
    padding-top: 5px;
  }
}
/* line 48, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .header__logo img {
  padding-top: 10px;
}
@media all and (max-width: 768px) {
  /* line 48, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .header__logo img {
    width: 90px;
  }
}
/* line 64, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .header__call-to-action p {
  font-style: normal;
  color: #4e5a9d;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.4px;
}
@media all and (max-width: 768px) {
  /* line 62, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .header__call-to-action {
    display: none;
  }
}
/* line 81, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .entry-content {
  margin-top: 0;
}
/* line 86, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .main__feature {
  position: relative;
}
/* line 90, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block1 {
  background: #38559b;
  /* Old browsers */
  background: linear-gradient(to right, #38559b 0%, #2fb4e9 100%);
  /* W3C */
}
@media all and (max-width: 768px) {
  /* line 90, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block1 {
    padding: 0;
  }
}
/* line 99, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block1 .main__container {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media all and (max-width: 768px) {
  /* line 99, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block1 .main__container {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  /* line 111, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .question-holder {
    width: 100%;
  }
}
/* line 117, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .question-holder__text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: none;
  padding-top: 15px;
}
@media all and (max-width: 1024px) {
  /* line 117, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .question-holder__text {
    padding-top: 25px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  /* line 117, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .question-holder__text {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    float: none;
  }
}
/* line 140, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .question-holder__button {
  background-color: #293b8f;
  padding: 25px;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: none;
  width: 420px;
  height: 86px;
  line-height: 1;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  /* line 140, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .question-holder__button {
    width: 40%;
  }
}
@media all and (max-width: 768px) {
  /* line 140, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .question-holder__button {
    display: block;
    float: none;
    margin: 9px auto 2px auto;
    padding: 10px 25px;
    font-size: 20px;
    font-size: 2rem;
    width: 90%;
    height: 44px;
  }
}
/* line 170, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .question-holder__mobile_text {
  display: none;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0;
  color: #415275;
  font-family: "Lato", sans-serif;
}
@media all and (max-width: 768px) {
  /* line 170, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .question-holder__mobile_text {
    display: block;
  }
}
/* line 186, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .question-holder__mobile_contact {
  display: none;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px;
}
/* line 195, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .question-holder__mobile_contact a {
  color: #fff;
}
@media all and (max-width: 768px) {
  /* line 186, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .question-holder__mobile_contact {
    display: block;
  }
}
/* line 204, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block2 {
  padding: 0px;
}
@media all and (max-width: 1024px) {
  /* line 204, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block2 {
    background-image: none;
  }
}
@media all and (max-width: 768px) {
  /* line 204, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block2 {
    padding: 0;
  }
}
/* line 219, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block2 .main__container {
  position: relative;
  padding-top: 70px;
  			/*&:after {
  				position: absolute;
  				top: 60px;
  				right: 0px;
  				content: url('../images/acurian-health/header__feature-image.png');
  
  				@media all and (max-width: 1024px){
  					content: none;
  				}
  
  				@media all and (max-width:768px){			
  					content: url('../images/acurian-health/header__feature-image.png');
  					transform: scale(.4);
  					top: -95px;
  					right: -80px;
  				}
  
  				@media all and (max-width: 520px){
  					content: none;
  				}
  			}*/
}
@media all and (max-width: 768px) {
  /* line 219, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block2 .main__container {
    padding-top: 10px;
    padding-bottom: 0px;
    background: none;
  }
}
/* line 252, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block2 p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #1cafec;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 4.4rem;
  width: 500px;
  margin: 0px;
}
@media all and (max-width: 768px) {
  /* line 252, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block2 p {
    width: 70%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1px;
    text-align: left;
  }
}
/* line 270, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block2 ul {
  margin: 35px 0 35px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #1cafec;
  font-size: 24px;
  font-size: 2.4rem;
}
/* line 279, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block2 ul li {
  line-height: 3.25rem;
  padding-left: 10px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 768px) {
  /* line 279, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block2 ul li {
    padding-left: 0;
    text-align: left;
    line-height: 2rem;
  }
}
@media all and (max-width: 768px) {
  /* line 270, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block2 ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 10px 25px;
  }
}
/* line 299, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block2__title {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  color: #293b8f;
  font-size: 50px;
  font-size: 5.0rem;
  letter-spacing: 0px;
  line-height: 6rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
}
@media all and (max-width: 768px) {
  /* line 299, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block2__title {
    width: 250px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 1px;
    text-align: center;
    text-align: left;
  }
}
/* line 326, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health div#x-content-band-1 h2.title {
  font-size: 50px;
  font-size: 5.0 rem;
  line-height: 6rem;
  margin-top: 0;
  width: auto;
}
@media all and (max-width: 768px) {
  /* line 326, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health div#x-content-band-1 h2.title {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 5rem;
  }
}
@media all and (max-width: 640px) {
  /* line 326, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health div#x-content-band-1 h2.title {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 3.5rem;
  }
}
@media all and (max-width: 700px) {
  /* line 356, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health div#x-content-band-1 .x-column.vc.x-2-3 {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  /* line 366, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health div#x-content-band-1 {
    padding: 20px 0;
  }
  /* line 369, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health div#x-content-band-1 ul {
    margin-bottom: 20px;
  }
  /* line 373, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health div#x-content-band-1 ul li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
}
/* line 381, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block3 {
  background: #fff;
}
/* line 384, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block3 .main__container {
  padding: 20px 0 0px;
  padding-top: 33px;
}
@media all and (max-width: 768px) {
  /* line 384, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block3 .main__container {
    padding: 0;
    padding-top: 20px;
  }
}
/* line 396, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block3__title {
  color: #293b8f;
  font-family: "Nanum Myeongjo", serif;
  margin: 25px 0 38px;
  letter-spacing: 0.5px;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  text-transform: none;
}
@media all and (max-width: 1024px) {
  /* line 396, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block3__title {
    width: 70%;
    margin: 10px auto 35px;
  }
}
@media all and (max-width: 768px) {
  /* line 396, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block3__title {
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
  }
}
/* line 417, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block3__pod-holder {
  margin: 0 23px 30px 23px;
}
@media all and (max-width: 1024px) {
  /* line 417, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block3__pod-holder {
    margin: 0 0 30px 0;
  }
}
@media all and (max-width: 1024px) {
  /* line 425, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod-3 {
    padding: 0 10px;
  }
}
@media all and (max-width: 768px) {
  /* line 425, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod-3 {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
  }
}
/* line 439, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .pod__text {
  color: #3e3e3e;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  width: 240px;
  margin: 0 auto;
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  /* line 439, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod__text {
    margin-top: 10px;
    width: 170px;
  }
}
/* line 454, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .pod__text p {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  /* line 454, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod__text p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0px;
  }
}
/* line 465, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .pod__image {
  padding-top: 60px;
}
@media all and (max-width: 1024px) {
  /* line 468, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod__image img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  /* line 468, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod__image img {
    width: 55%;
  }
}
@media all and (max-width: 768px) {
  /* line 465, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod__image {
    padding-top: 25px;
  }
}
/* line 484, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .pod__number {
  left: 15px;
}
@media all and (max-width: 768px) {
  /* line 484, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod__number {
    left: 20%;
  }
}
@media all and (max-width: 768px) {
  /* line 491, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod__number img {
    width: 51%;
  }
}
/* line 499, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block4 {
  background: #293b8f;
}
/* line 503, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block4 .main__container {
  padding: 30px 0 45px;
}
@media all and (max-width: 768px) {
  /* line 503, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block4 .main__container {
    padding: 15px 25px 25px;
  }
}
/* line 511, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block4__title {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 40px;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  /* line 511, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block4__title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0 20px;
  }
}
/* line 530, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block4__feature-text {
  font-weight: 700;
  padding: 30px 0 30px 115px;
  margin-left: 10px;
  background: url(../images/clock.png) center left no-repeat;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  /* line 530, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block4__feature-text {
    background: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
  }
}
/* line 545, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block4__text {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2px;
  font-weight: 400;
  width: 914px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 1024px) {
  /* line 545, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block4__text {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  /* line 545, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block4__text {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0px;
  }
}
/* line 566, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block5 {
  background: #38559b;
  /* Old browsers */
  background: linear-gradient(to right, #2fb4e9 0%, #38559b 100%);
  /* W3C */
}
/* line 571, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block5 .main__container {
  width: 1040px;
  padding: 50px 0 40px;
}
@media all and (max-width: 1024px) {
  /* line 571, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5 .main__container {
    width: 100%;
    padding: 30px 25px 25px;
  }
}
@media all and (max-width: 768px) {
  /* line 571, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5 .main__container {
    width: 100%;
    padding: 10px 25px 25px;
  }
}
/* line 586, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block5__title {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 6rem;
  text-transform: none;
  font-size: 60px;
  font-size: 6rem;
  margin: 0 auto 60px auto;
  width: 65%;
}
@media all and (max-width: 768px) {
  /* line 586, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5__title {
    font-size: 25px;
    font-size: 2.5rem;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 3.5rem;
  }
}
/* line 607, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block5__text, .acurian-health .block5__text--bold {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.1px;
  color: #ffffff;
  width: 600px;
  margin-top: 0;
  padding: 5px 0 0 35px;
}
@media all and (max-width: 768px) {
  /* line 607, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5__text, .acurian-health .block5__text--bold {
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
/* line 628, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block5__text_container {
  float: left;
}
@media all and (max-width: 1024px) {
  /* line 628, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5__text_container {
    float: none;
  }
}
/* line 635, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block5__image {
  float: right;
  margin: 0 40px;
}
@media all and (max-width: 1024px) {
  /* line 635, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5__image {
    float: none;
  }
}
@media all and (max-width: 768px) {
  /* line 635, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5__image {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  /* line 651, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5__image img {
    text-align: center;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  /* line 651, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5__image img {
    width: 50%;
  }
}
/* line 666, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block5__text--bold {
  font-size: 36px;
  font-size: 3.6rem;
  width: 530px;
  letter-spacing: 1px;
  line-height: 4.2rem;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  /* line 666, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block5__text--bold {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
/* line 682, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .testimonials {
  background: #fff;
}
/* line 685, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .testimonials .main__container {
  padding: 20px 0 0px;
  padding-top: 27px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  /* line 685, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials .main__container {
    padding: 0;
  }
}
/* line 698, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .testimonials__title {
  text-align: center;
  color: #1cafec;
  font-family: "Lato", sans-serif;
  margin: 25px 0 60px;
  letter-spacing: 0.5px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  /* line 698, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__title {
    width: 70%;
    margin: 10px auto 35px;
  }
}
@media all and (max-width: 768px) {
  /* line 698, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 15px;
  }
}
/* line 720, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .testimonials__pod-holder {
  margin: 0 23px 30px 23px;
}
@media all and (max-width: 1024px) {
  /* line 720, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-holder {
    margin: 0 0 30px 0;
  }
}
@media all and (max-width: 768px) {
  /* line 720, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-holder {
    text-align: center;
    margin: 0 auto;
  }
}
@media all and (max-width: 1024px) {
  /* line 733, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod-2 {
    padding: 0 10px;
  }
}
@media all and (max-width: 768px) {
  /* line 733, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .pod-2 {
    text-align: center;
  }
}
/* line 745, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .testimonials__pod-image {
  float: left;
}
@media all and (max-width: 1024px) {
  /* line 748, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-image img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  /* line 748, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-image img {
    width: 35%;
    margin: 0 auto;
  }
}
@media all and (max-width: 1130px) {
  /* line 745, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-image {
    margin-left: 25px;
  }
}
@media all and (max-width: 768px) {
  /* line 745, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-image {
    padding-top: 0px;
    float: none;
    margin-left: 0px;
  }
}
/* line 771, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .testimonials__pod-text {
  float: left;
  width: 290px;
  margin-left: 25px;
  color: #414e6d;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  /* line 771, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-text {
    float: none;
    margin-left: 0px;
    width: 100%;
  }
}
/* line 785, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .testimonials__pod-text p {
  margin: 0px;
  font-size: 20px;
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  /* line 785, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-text p {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
/* line 796, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .testimonials__pod-text .testimonal__pod-author {
  margin-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media all and (max-width: 768px) {
  /* line 796, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .testimonials__pod-text .testimonal__pod-author {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 808, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block6 {
  background: #838383;
}
/* line 812, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block6 .main__container {
  padding: 10px 0;
}
@media all and (max-width: 768px) {
  /* line 812, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block6 .main__container {
    padding: 10px 0 5px;
  }
}
/* line 820, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block6__title {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-size: 30px;
  font-size: 3rem;
}
@media all and (max-width: 768px) {
  /* line 820, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block6__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 835, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .social-icons {
  width: 360px;
  margin-top: 0;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  /* line 835, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .social-icons {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
/* line 847, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .social-icons li {
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  /* line 847, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .social-icons li {
    float: none;
    display: inline-block;
  }
}
/* line 869, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block7 {
  background: #3e3e3e;
}
/* line 872, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block7 .main__container {
  padding: 35px 0;
}
@media all and (max-width: 768px) {
  /* line 872, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block7 .main__container {
    padding: 15px 0;
  }
}
/* line 882, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__terms {
  display: inline-block;
  float: left;
  font-family: "Lato", sans-serif;
}
/* line 888, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__terms li {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  float: left;
  padding: 4px 10px;
}
@media all and (max-width: 768px) {
  /* line 888, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .footer__terms li {
    font-size: 14px;
    font-size: 1.4rem;
    float: none;
    text-align: center;
    padding: 0 10px;
  }
}
/* line 901, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__terms li .first {
  padding-left: 0;
}
@media all and (max-width: 768px) {
  /* line 901, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .footer__terms li .first {
    padding: 0 15px;
  }
}
/* line 910, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__terms li:after {
  background: url(../images/footermenu-divider-white.png) no-repeat;
}
@media all and (max-width: 768px) {
  /* line 910, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .footer__terms li:after {
    display: none;
  }
}
/* line 920, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__terms a, .acurian-health .footer__terms a:visited {
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  /* line 882, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .footer__terms {
    float: none;
  }
}
@media all and (max-width: 768px) {
  /* line 882, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .footer__terms {
    display: block;
    padding-bottom: 20px;
  }
}
/* line 935, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__content {
  font-family: "Lato", sans-serif;
}
@media all and (max-width: 1024px) {
  /* line 935, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .footer__content {
    float: none;
  }
}
/* line 943, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__content li {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 947, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__content li:after {
  background: url(../images/footermenu-divider-white.png) no-repeat;
}
@media all and (max-width: 768px) {
  /* line 943, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .footer__content li {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 5px;
  }
}
/* line 958, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__content .last {
  padding-right: 0;
}
/* line 962, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer__content a, .acurian-health .footer__content a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* line 969, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer-menu {
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 971, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer-menu ul {
  margin: 20px 0;
  text-align: center;
}
/* line 975, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer-menu ul li {
  margin: 0;
  display: inline-block;
}
/* line 979, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer-menu ul li a:visited {
  color: #1cafec;
}
/* line 983, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer-menu ul li:first-child:before {
  content: none;
}
/* line 988, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .footer-menu ul li:before {
  content: "/";
  float: left;
  margin: 0 .55em 0 .45em;
  opacity: .35;
}
/* line 1004, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block8 {
  padding: 0;
}
/* line 1007, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .block8 .main__container {
  font-family: "Lato", sans-serif;
  color: #3e3e3e;
  padding: 15px 0;
}
@media all and (max-width: 768px) {
  /* line 1007, ../sass/landing-page/brands/_acurian-health.scss */
  .acurian-health .block8 .main__container {
    text-align: center;
  }
}
/* line 1018, ../sass/landing-page/brands/_acurian-health.scss */
.acurian-health .cookie-message {
  font-family: "Nanum Myeongjo", serif;
}

/* MOBILE NUMBER */
/* line 1029, ../sass/landing-page/brands/_acurian-health.scss */
.desktopNumber {
  font-weight: 400;
  color: #293b8f;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Lustria", serif;
  margin-bottom: 20px;
}
/* line 1036, ../sass/landing-page/brands/_acurian-health.scss */
.desktopNumber a {
  text-decoration: none !important;
  font-weight: 400;
  color: #293b8f;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Nanum Myeongjo", serif;
}

/* line 1046, ../sass/landing-page/brands/_acurian-health.scss */
.mobileNumber {
  display: none;
}

@media screen and (max-width: 640px) {
  /* line 1052, ../sass/landing-page/brands/_acurian-health.scss */
  .desktopNumber {
    display: none;
  }

  /* line 1057, ../sass/landing-page/brands/_acurian-health.scss */
  .mobileNumber {
    display: block !important;
    margin-left: -25px;
  }
  /* line 1061, ../sass/landing-page/brands/_acurian-health.scss */
  .mobileNumber a {
    margin-bottom: 40px;
    width: auto;
    background: #1cafec;
    border: 1px solid #0384ce;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px !important;
    line-height: 1;
    margin: 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    float: left;
    width: 100%;
    margin-top: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
  }
  /* line 1099, ../sass/landing-page/brands/_acurian-health.scss */
  .mobileNumber a:hover {
    background-color: #293b8f;
    color: white;
  }
  /* line 1105, ../sass/landing-page/brands/_acurian-health.scss */
  .mobileNumber a:before {
    content: "\f095";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
  }
}
