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

/* line 27, ../sass/variables/_typography.scss */
html, body, table, tr, th {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/* HTML5 display-role reset for older browsers */
/* line 36, ../sass/variables/_typography.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 40, ../sass/variables/_typography.scss */
body {
  line-height: 1; }

/* line 43, ../sass/variables/_typography.scss */
ol, ul {
  list-style: none; }

/* line 46, ../sass/variables/_typography.scss */
blockquote, q {
  quotes: none; }

/* line 49, ../sass/variables/_typography.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 54, ../sass/variables/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 58, ../sass/variables/_typography.scss */
img {
  display: block; }

/* line 61, ../sass/variables/_typography.scss */
*:focus {
  outline: none; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|../fonts.com
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|../fontsquirrel.com
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on March 13, 2017 */
@font-face {
  font-family: 'brownbold';
  src: url("https://www.turnopenpress.co.nz/sites/all/themes/top/fonts/fontsquirrel/brown-bold-webfont.woff2") format("woff2"), url("https://www.turnopenpress.co.nz/sites/all/themes/top/fonts/fontsquirrel/brown-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brownlight';
  src: url("https://www.turnopenpress.co.nz/sites/all/themes/top/fonts/fontsquirrel/brown-light-webfont.woff2") format("woff2"), url("https://www.turnopenpress.co.nz/sites/all/themes/top/fonts/fontsquirrel/brown-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brownregular';
  src: url("https://www.turnopenpress.co.nz/sites/all/themes/top/fonts/fontsquirrel/brown-regular-webfont.woff2") format("woff2"), url("http://www.turnopenpress.co.nz/sites/all/themes/top/fonts/fontsquirrel/brown-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|../fontastic.me
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Color
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Breakpoints
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Margins
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Mixins
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Buttons
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Animations
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpCentered {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@-webkit-keyframes fadeInUpCentered {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
    visibility: hidden; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible; } }
@-webkit-keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }
@keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01); } }
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01); } }
/* No files to import found in abstractions/**\/* */
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Webform basics
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 6, ../sass/base/_forms.scss */
.form-item {
  margin: 0; }

/* line 8, ../sass/base/_forms.scss */
input[type='text'], input[type='email'], input[type="password"], textarea, .form-textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0px;
  box-shadow: none;
  background: transparent;
  font-family: 'brownregular';
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1;
  color: #545454;
  border-radius: 0 !important;
  border-bottom: solid 1px #545454; }

/* line 28, ../sass/base/_forms.scss */
textarea {
  height: 76px;
  line-height: 1.5; }

/* line 33, ../sass/base/_forms.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

/* line 36, ../sass/base/_forms.scss */
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  border: solid 2px #ffffff;
  text-transform: uppercase;
  font-family: 'brownbold';
  font-size: 13px;
  padding: 8px 20px;
  cursor: pointer;
  text-align: center;
  background: #063274;
  color: #ffffff;
  float: right;
  padding: 10px 30px;
  margin: 20px 0 0 0;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase; }

/* line 55, ../sass/base/_forms.scss */
.form-item.form-type-checkbox {
  position: relative; }
  /* line 159, ../sass/variables/_vars.scss */
  .form-item.form-type-checkbox label {
    cursor: pointer;
    padding-left: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'brownregular'; }
    /* line 167, ../sass/variables/_vars.scss */
    .form-item.form-type-checkbox label::before {
      position: absolute;
      left: 0;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #ffffff;
      background: #ffffff;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-right: 10px;
      font-size: 10px;
      width: 10px;
      height: 10px;
      padding: 5px;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      letter-spacing: 0px;
      border: 1px solid #545454; }
  /* line 193, ../sass/variables/_vars.scss */
  .form-item.form-type-checkbox input[type="radio"], .form-item.form-type-checkbox input[type="checkbox"] {
    display: none; }
  /* line 196, ../sass/variables/_vars.scss */
  .form-item.form-type-checkbox input:checked + label::before {
    background-color: #545454; }
  /* line 58, ../sass/base/_forms.scss */
  .form-item.form-type-checkbox label.option {
    width: auto; }

/* line 61, ../sass/base/_forms.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */ }

/* line 64, ../sass/base/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */ }

/* line 67, ../sass/base/_forms.scss */
:-ms-input-placeholder {
  /* IE 10+ */ }

/* line 70, ../sass/base/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */ }

/* line 74, ../sass/base/_forms.scss */
.form-actions {
  margin: 0; }

/* line 78, ../sass/base/_forms.scss */
.webform-confirmation {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f8ef;
  padding: 80px 15px;
  text-align: center;
  font-family: 'brownregular';
  line-height: 1.5; }

/* line 92, ../sass/base/_forms.scss */
#webform-ajax-wrapper-7 .links {
  display: none; }

/* line 1, ../sass/base/_layout.scss */
html, body {
  width: 100%;
  display: block;
  float: left;
  margin: 0px; }

/* line 11, ../sass/base/_layout.scss */
body {
  background: #ffffff; }
  /* line 13, ../sass/base/_layout.scss */
  body.menu {
    overflow: hidden; }

/* line 16, ../sass/base/_layout.scss */
.no-scroll {
  overflow: hidden; }

/* line 18, ../sass/base/_layout.scss */
.inner-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: auto; }

/* line 23, ../sass/base/_layout.scss */
.inner-wrap-small {
  width: 100%;
  max-width: 1100px;
  margin: auto; }

/* line 28, ../sass/base/_layout.scss */
.messages {
  position: relative;
  z-index: 50; }

/* line 32, ../sass/base/_layout.scss */
#admin-toolbar {
  z-index: 3000 !important; }

/* line 35, ../sass/base/_layout.scss */
#content-wrapper {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  opacity: 0;
  background-color: #ffffff; }

/* line 44, ../sass/base/_layout.scss */
.main-content {
  position: relative;
  margin-top: 60px; }

/* line 52, ../sass/base/_layout.scss */
.main-content.visible,
#content-wrapper.visible {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 64, ../sass/base/_layout.scss */
.main-content.invisible {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 75, ../sass/base/_layout.scss */
.full-width {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 78, ../sass/base/_layout.scss */
.center {
  text-align: center; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 6, ../sass/base/_logins.scss */
.user-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 0; }

/* line 16, ../sass/base/_logins.scss */
#login_box {
  padding: 40px 0 20px; }

/* line 20, ../sass/base/_logins.scss */
#auth_box {
  z-index: 100;
  width: 100%;
  padding: 0px 0px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-top: 60px; }
  /* line 38, ../sass/base/_logins.scss */
  #auth_box .form-item label {
    display: none; }
  /* line 40, ../sass/base/_logins.scss */
  #auth_box .form-text {
    width: 100% !important;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 1px #ffffff; }
  /* line 48, ../sass/base/_logins.scss */
  #auth_box .logo {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -99999px;
    width: 200px;
    height: 20.5px;
    background-size: 200px 20.5px !important;
    background-position: center center;
    background: url("../images/global/logo.png"); }
  /* line 65, ../sass/base/_logins.scss */
  #auth_box label {
    text-align: left;
    font-size: 14px;
    font-family: 'brownregular'; }
  /* line 70, ../sass/base/_logins.scss */
  #auth_box h3 {
    text-align: center;
    font-size: 33px;
    color: #545454; }
  /* line 76, ../sass/base/_logins.scss */
  #auth_box .body-copy {
    font-size: 13px;
    padding: 0px 20px 20px 20px; }
  /* line 82, ../sass/base/_logins.scss */
  #auth_box .description {
    display: none; }
  /* line 86, ../sass/base/_logins.scss */
  #auth_box .login-box {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0px; }
  /* line 93, ../sass/base/_logins.scss */
  #auth_box .inner {
    width: 100%;
    max-width: 500px;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 102, ../sass/base/_logins.scss */
  #auth_box .wrap {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    padding: 40px;
    text-align: center;
    border-radius: 0; }
  /* line 110, ../sass/base/_logins.scss */
  #auth_box input[type="text"], #auth_box input[type='password'] {
    border-radius: 0px;
    padding: 15px 10px;
    box-shadow: none;
    border: none;
    border-bottom: solid 2px #b8b8b8;
    width: 100%;
    margin-bottom: 20px; }
  /* line 120, ../sass/base/_logins.scss */
  #auth_box .form-type-checkbox {
    margin-bottom: 20px; }
    /* line 122, ../sass/base/_logins.scss */
    #auth_box .form-type-checkbox label {
      display: inline-block; }
  /* line 125, ../sass/base/_logins.scss */
  #auth_box a.password {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: normal; }
  /* line 132, ../sass/base/_logins.scss */
  #auth_box input[type="submit"],
  #auth_box .register_link a {
    font-family: 'brownregular';
    display: inline-block;
    border: solid 2px #ffffff;
    text-transform: uppercase;
    font-family: 'brownbold';
    font-size: 13px;
    padding: 8px 20px;
    cursor: pointer;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 17px;
    line-height: 1;
    padding: 15px 30px; }
  /* line 143, ../sass/base/_logins.scss */
  #auth_box #edit-submit {
    background-color: #68c8da;
    margin: 0; }
  /* line 148, ../sass/base/_logins.scss */
  #auth_box .divider {
    position: relative;
    border-bottom: solid 2px #b8b8b8;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto; }
    /* line 154, ../sass/base/_logins.scss */
    #auth_box .divider span {
      font-family: 'brownbold';
      color: #545454;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      padding: 0 20px;
      background-color: #ffffff; }
  /* line 167, ../sass/base/_logins.scss */
  #auth_box .password_link a {
    color: #545454;
    font-family: 'brownregular';
    font-size: 13px; }
  /* line 172, ../sass/base/_logins.scss */
  #auth_box .register_link a {
    text-align: center;
    background-color: #73bb51;
    color: #ffffff; }
  /* line 177, ../sass/base/_logins.scss */
  #auth_box a.icon-left-alt {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'brownregular';
    font-size: 11px; }
    /* line 184, ../sass/base/_logins.scss */
    #auth_box a.icon-left-alt:before {
      left: -30px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Type mixins
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Type globals
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 81, ../sass/base/_typography.scss */
a, img {
  border: none;
  outline: none; }

/* line 86, ../sass/base/_typography.scss */
a {
  text-decoration: none;
  color: inherit; }

/* line 91, ../sass/base/_typography.scss */
h1 {
  font-family: 'brownbold';
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 20px; }

/* line 104, ../sass/base/_typography.scss */
h2 {
  font-family: 'brownbold';
  font-size: 25px; }

/* line 112, ../sass/base/_typography.scss */
h3 {
  font-family: 'brownbold';
  font-size: 15px;
  line-height: 1.5; }
  /* line 116, ../sass/base/_typography.scss */
  h3 sup {
    vertical-align: baseline;
    font-size: 11px; }

/* line 129, ../sass/base/_typography.scss */
h4 {
  font-family: 'brownregular';
  font-size: 18px; }
  /* line 132, ../sass/base/_typography.scss */
  h4 sup {
    vertical-align: baseline;
    font-size: 12px; }

/* line 144, ../sass/base/_typography.scss */
h5 {
  font-family: 'brownbold';
  font-size: 25px; }

/* line 151, ../sass/base/_typography.scss */
h6 {
  font-family: 'brownbold';
  font-size: 25px; }

/* line 158, ../sass/base/_typography.scss */
.body-copy {
  font-family: 'brownregular';
  line-height: 1.5;
  color: #545454; }
  /* line 165, ../sass/base/_typography.scss */
  .body-copy.white {
    color: #ffffff; }
  /* line 172, ../sass/base/_typography.scss */
  .body-copy.centered {
    text-align: center; }
  /* line 176, ../sass/base/_typography.scss */
  .body-copy sup {
    top: -4px;
    font-size: 10px; }
  /* line 181, ../sass/base/_typography.scss */
  .body-copy p {
    padding: 14px 0px;
    display: block; }
  /* line 186, ../sass/base/_typography.scss */
  .body-copy a {
    text-decoration: none;
    color: inherit;
    font-family: 'brownbold'; }
  /* line 192, ../sass/base/_typography.scss */
  .body-copy img {
    width: 100% !important;
    height: auto !important; }
  /* line 199, ../sass/base/_typography.scss */
  .body-copy strong {
    font-family: 'brownbold'; }
  /* line 203, ../sass/base/_typography.scss */
  .body-copy h4 sup {
    vertical-align: baseline; }
  /* line 205, ../sass/base/_typography.scss */
  .body-copy ul {
    list-style: disc;
    padding-left: 20px; }
    /* line 208, ../sass/base/_typography.scss */
    .body-copy ul.no-list {
      list-style: none; }
  /* line 211, ../sass/base/_typography.scss */
  .body-copy ol {
    list-style: decimal;
    counter-reset: item;
    padding: 0;
    margin-left: 20px; }
  /* line 218, ../sass/base/_typography.scss */
  .body-copy ol li {
    display: block;
    position: relative; }
  /* line 223, ../sass/base/_typography.scss */
  .body-copy ol li:before {
    content: counters(item,".") ". ";
    counter-increment: item;
    position: absolute;
    left: -20px; }
  /* line 230, ../sass/base/_typography.scss */
  .body-copy ol li ol {
    margin-left: 15px;
    padding-top: 14px; }
  /* line 235, ../sass/base/_typography.scss */
  .body-copy ol > li > ol > li {
    counter-increment: subsection;
    margin: 0 0 7px 0px; }
  /* line 240, ../sass/base/_typography.scss */
  .body-copy ol li ol li ol {
    margin-left: 25px;
    padding-top: 14px; }
  /* line 245, ../sass/base/_typography.scss */
  .body-copy ol > li > ol > li > ol > li:before {
    left: -50px; }
  /* line 249, ../sass/base/_typography.scss */
  .body-copy table {
    width: 100%; }
    /* line 251, ../sass/base/_typography.scss */
    .body-copy table ul {
      list-style: none;
      line-height: 1.5;
      margin-bottom: 20px; }
    /* line 256, ../sass/base/_typography.scss */
    .body-copy table tr {
      margin-bottom: 30px; }
    /* line 258, ../sass/base/_typography.scss */
    .body-copy table td {
      width: 100%; }

/* line 273, ../sass/base/_typography.scss */
.centered {
  text-align: center; }

/* line 275, ../sass/base/_typography.scss */
.upper {
  text-transform: uppercase; }

/* line 277, ../sass/base/_typography.scss */
.white {
  color: #ffffff !important; }

/* line 279, ../sass/base/_typography.scss */
::selection {
  background: #EFEFEF;
  /* WebKit/Blink Browsers */ }

/* line 282, ../sass/base/_typography.scss */
::-moz-selection {
  background: #EFEFEF;
  /* Gecko Browsers */ }

/* line 286, ../sass/base/_typography.scss */
.basic-button {
  display: inline-block;
  border: solid 2px #ffffff;
  text-transform: uppercase;
  font-family: 'brownbold';
  font-size: 13px;
  padding: 8px 20px;
  cursor: pointer;
  text-align: center; }

/* line 289, ../sass/base/_typography.scss */
.faq-button {
  display: inline-block;
  border: solid 2px #ffffff;
  text-transform: uppercase;
  font-family: 'brownbold';
  font-size: 13px;
  padding: 8px 20px;
  cursor: pointer;
  text-align: center;
  color: #545454;
  border: solid #545454 2px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Accordions
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/components/_accordions.scss */
.basic-accordions {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px;
  position: relative;
  background-color: #f2f8ef; }
  /* line 13, ../sass/components/_accordions.scss */
  .basic-accordions .inner {
    max-width: 1300px;
    margin: auto; }
  /* line 22, ../sass/components/_accordions.scss */
  .basic-accordions h3.accordion-toggle {
    display: block;
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
    cursor: pointer;
    background-color: #f2f8ef;
    color: #73bb51;
    font-family: 'brownbold';
    padding-right: 42px;
    position: relative;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
    /* line 35, ../sass/components/_accordions.scss */
    .basic-accordions h3.accordion-toggle:after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      bottom: 10px;
      background: url("../images/global/open.png");
      width: 10px;
      height: 10px;
      background-size: 10px 10px; }
  /* line 48, ../sass/components/_accordions.scss */
  .basic-accordions h3.accordion-toggle.open:after {
    background: url("../images/global/close.png");
    background-size: 10px 10px;
    width: 10px;
    height: 10px; }
  /* line 56, ../sass/components/_accordions.scss */
  .basic-accordions .accordion-content {
    padding: 30px 15px;
    display: none; }
    /* line 60, ../sass/components/_accordions.scss */
    .basic-accordions .accordion-content h3 {
      font-size: 18px; }
    /* line 62, ../sass/components/_accordions.scss */
    .basic-accordions .accordion-content p {
      padding: 7px 0 21px 0; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Admin Specific
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 6, ../sass/components/_admin.scss */
div#admin-toolbar {
  z-index: 5000 !important; }

/* line 10, ../sass/components/_admin.scss */
.messages {
  margin: 0px;
  position: relative;
  z-index: 50; }

/* line 16, ../sass/components/_admin.scss */
.action-links {
  display: none; }

/* line 20, ../sass/components/_admin.scss */
#message-wrapper {
  font-family: 'brownregular';
  line-height: 1.5;
  z-index: 3000;
  background: none;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0px 0px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  border: none; }
  /* line 33, ../sass/components/_admin.scss */
  #message-wrapper .inner-wrap {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 150px 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #73bb51;
    text-align: center;
    color: #ffffff;
    font-size: 16px; }
    /* line 44, ../sass/components/_admin.scss */
    #message-wrapper .inner-wrap h4 {
      font-size: 16px;
      width: 100%;
      display: block; }
    /* line 50, ../sass/components/_admin.scss */
    #message-wrapper .inner-wrap span {
      font-size: 16px;
      display: block;
      width: 100%;
      padding: 10px 0px; }
    /* line 57, ../sass/components/_admin.scss */
    #message-wrapper .inner-wrap a {
      color: #ffffff; }

/* line 63, ../sass/components/_admin.scss */
#message-wrapper.active {
  height: auto;
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 75, ../sass/components/_admin.scss */
#message-wrapper.used.active {
  height: auto;
  -webkit-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 89, ../sass/components/_admin.scss */
#tabs-wrapper {
  font-family: 'brownregular';
  line-height: 1.5;
  top: 200px;
  right: -125px;
  position: fixed;
  z-index: 60;
  display: none;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  /* line 104, ../sass/components/_admin.scss */
  #tabs-wrapper h2.element-invisible {
    display: block;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    position: relative !important;
    background: url(../images/admin/admin-sprite.png) no-repeat center -7px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    right: 0px;
    cursor: pointer;
    z-index: 10;
    right: -5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      /* line 104, ../sass/components/_admin.scss */
      #tabs-wrapper h2.element-invisible {
        background: url(../images/admin/admin-spritex2.png) no-repeat center -7px;
        background-size: 56px 396px; } }
  /* line 123, ../sass/components/_admin.scss */
  #tabs-wrapper ul.tabs {
    border-bottom: none;
    margin: 0;
    padding: 40px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #000;
    position: relative;
    top: 0;
    right: -20px;
    text-align: center;
    z-index: 0;
    width: auto;
    max-width: 145px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
    /* line 142, ../sass/components/_admin.scss */
    #tabs-wrapper ul.tabs li {
      display: block;
      padding: 0.2em;
      margin: 0;
      background: none;
      border: none;
      float: none;
      line-height: 20px; }
      /* line 151, ../sass/components/_admin.scss */
      #tabs-wrapper ul.tabs li a {
        background: none;
        margin: 0;
        border: none;
        color: #fff !important;
        font-size: 15px; }

/* line 163, ../sass/components/_admin.scss */
#tabs-wrapper.tabs-active {
  right: 0; }
  /* line 166, ../sass/components/_admin.scss */
  #tabs-wrapper.tabs-active ul.tabs {
    right: 0; }

/* line 171, ../sass/components/_admin.scss */
#node-toolbar {
  top: 0px;
  position: fixed;
  right: 15px;
  top: 300px;
  z-index: 100; }
  /* line 178, ../sass/components/_admin.scss */
  #node-toolbar li {
    display: block;
    margin: 5px 0px; }
  /* line 182, ../sass/components/_admin.scss */
  #node-toolbar a {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/admin-sprite.png) no-repeat center -239px;
    text-indent: -99999px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      /* line 182, ../sass/components/_admin.scss */
      #node-toolbar a {
        background: url(../images/admin-spritex2.png) no-repeat center -239px;
        background-size: 60px 815px; } }
  /* line 195, ../sass/components/_admin.scss */
  #node-toolbar a.add {
    background-position: center -21px; }
  /* line 199, ../sass/components/_admin.scss */
  #node-toolbar a.delete {
    background-position: center -457px; }

/* line 203, ../sass/components/_admin.scss */
#login {
  padding-top: 60px;
  padding-bottom: 60px; }
  /* line 207, ../sass/components/_admin.scss */
  #login .form-item, #login .description {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 211, ../sass/components/_admin.scss */
  #login label {
    text-transform: uppercase;
    font-family: 'karbonmedium';
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 3px; }
  /* line 219, ../sass/components/_admin.scss */
  #login input[type="text"], #login input[type="password"] {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 400px;
    padding: 15px 5px; }

/* line 1, ../sass/components/_components.scss */
h2.title {
  margin: 0 auto 40px;
  text-align: center;
  color: #545454; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Banner
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 17, ../sass/components/_components.scss */
#banner {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 70vh;
  width: 100vw; }
  /* line 23, ../sass/components/_components.scss */
  #banner .mask {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    display: none;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.5s;
    /* Chrome, Safari, Opera */
    animation-delay: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  /* line 43, ../sass/components/_components.scss */
  #banner .overlay {
    background: url("../images/overlay.png");
    position: absolute;
    display: block;
    background-size: cover;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0; }
  /* line 56, ../sass/components/_components.scss */
  #banner .enticer {
    background: url("../images/global/enticer.png");
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    display: none;
    position: absolute;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 4; }
  /* line 69, ../sass/components/_components.scss */
  #banner .on-tv {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50%;
    max-width: 400px;
    z-index: 4; }
  /* line 77, ../sass/components/_components.scss */
  #banner .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    margin-left: 10%;
    width: 80%;
    -webkit-animation-name: fadeInUpCentered;
    animation-name: fadeInUpCentered;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 3s;
    /* Chrome, Safari, Opera */
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  /* line 92, ../sass/components/_components.scss */
  #banner h4 {
    font-family: 'brownbold';
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 20px; }
  /* line 105, ../sass/components/_components.scss */
  #banner h1 {
    font-family: 'brownregular';
    font-size: 18px; }
    /* line 108, ../sass/components/_components.scss */
    #banner h1 sup {
      vertical-align: baseline;
      font-size: 12px; }

/* line 144, ../sass/components/_components.scss */
video#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  background-position: center center;
  background-size: cover; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Touchpoints
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 166, ../sass/components/_components.scss */
#touch-points .grid-inner {
  padding: 5px 0; }
/* line 167, ../sass/components/_components.scss */
#touch-points .grid-item-4 {
  font-family: 'brownregular';
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
  font-size: 24px;
  color: #ffffff;
  float: left; }
  /* line 174, ../sass/components/_components.scss */
  #touch-points .grid-item-4 .inner {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
  /* line 179, ../sass/components/_components.scss */
  #touch-points .grid-item-4 .touch-content {
    position: absolute;
    padding: 20px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    width: 100%; }
  /* line 187, ../sass/components/_components.scss */
  #touch-points .grid-item-4 .icon-wrap {
    float: left;
    width: 25%; }
  /* line 192, ../sass/components/_components.scss */
  #touch-points .grid-item-4 .copy {
    float: left;
    width: 75%; }
  /* line 197, ../sass/components/_components.scss */
  #touch-points .grid-item-4 .btn {
    display: inline-block;
    border: solid 2px #ffffff;
    text-transform: uppercase;
    font-family: 'brownbold';
    font-size: 13px;
    padding: 8px 20px;
    cursor: pointer;
    text-align: center; }
  /* line 201, ../sass/components/_components.scss */
  #touch-points .grid-item-4 h3 {
    margin-bottom: 10px; }
/* line 220, ../sass/components/_components.scss */
#touch-points .yellowBg {
  background-color: rgba(255, 220, 47, 0.8); }
/* line 221, ../sass/components/_components.scss */
#touch-points .greenBg {
  background-color: rgba(117, 189, 67, 0.85); }
/* line 222, ../sass/components/_components.scss */
#touch-points .tealBg {
  background-color: rgba(83, 175, 192, 0.9); }
/* line 223, ../sass/components/_components.scss */
#touch-points .lightBg {
  background-color: rgba(104, 200, 218, 0.78); }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Application Form
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 232, ../sass/components/_components.scss */
.application-form {
  background-color: #eaf7f9; }
  /* line 235, ../sass/components/_components.scss */
  .application-form input[type="submit"] {
    background-color: #fbdc3f;
    color: #22697c;
    float: none !important;
    margin: 20px auto 0;
    border: none;
    width: 100%;
    max-width: 400px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Forms Wrapper
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 253, ../sass/components/_components.scss */
#forms {
  background-color: #73c9da;
  text-align: center; }
  /* line 257, ../sass/components/_components.scss */
  #forms .grid-inner {
    padding: 0; }
  /* line 259, ../sass/components/_components.scss */
  #forms img {
    margin-left: 10%;
    width: 80%; }
  /* line 264, ../sass/components/_components.scss */
  #forms .title {
    max-width: 450px;
    color: #ffffff; }
  /* line 269, ../sass/components/_components.scss */
  #forms .btn {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'brownbold';
    line-height: 2.5;
    background-color: #fbdc3f;
    color: #22697c;
    font-size: 15px;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
    border: none;
    max-width: 300px; }
  /* line 277, ../sass/components/_components.scss */
  #forms .body-copy {
    position: relative;
    padding: 0 15px 50px; }

/* line 297, ../sass/components/_components.scss */
#placebo,
#representative {
  display: none;
  background-color: #f2f8ef; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|FAQ
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 311, ../sass/components/_components.scss */
#faq .subtext ul {
  list-style: none; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Docs and Links
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 324, ../sass/components/_components.scss */
#docs,
#links {
  background-color: #eaf7f9;
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px;
  position: relative; }
  /* line 331, ../sass/components/_components.scss */
  #docs .inner,
  #links .inner {
    max-width: 1300px;
    margin: auto;
    float: none; }
  /* line 337, ../sass/components/_components.scss */
  #docs .item,
  #links .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fdfefe;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    line-height: 2;
    padding: 20px;
    margin-bottom: 20px;
    font-family: 'brownbold';
    color: #22697c;
    text-align: center; }
    /* line 350, ../sass/components/_components.scss */
    #docs .item .btn,
    #links .item .btn {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      text-transform: uppercase;
      font-family: 'brownbold';
      line-height: 2.5;
      background-color: #fbdc3f;
      color: #22697c;
      font-size: 15px;
      padding: 5px 20px;
      cursor: pointer;
      text-align: center;
      display: block;
      width: auto;
      margin-top: 20px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Popup
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 384, ../sass/components/_components.scss */
#popup {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 15;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
  /* line 397, ../sass/components/_components.scss */
  #popup .title {
    font-size: 25px; }
  /* line 399, ../sass/components/_components.scss */
  #popup .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 80%;
    max-width: 300px; }
  /* line 408, ../sass/components/_components.scss */
  #popup li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'brownbold';
    background-color: #64D4EA;
    color: #ffffff;
    line-height: 2.5;
    font-size: 13px;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    text-align: center;
    display: block;
    margin-bottom: 10px; }
    /* line 412, ../sass/components/_components.scss */
    #popup li:nth-of-type(2) {
      background-color: #73bb51; }

/* line 434, ../sass/components/_components.scss */
.hide {
  display: none !important; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Basic Page
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 443, ../sass/components/_components.scss */
#basic-page .inner-wrapper {
  padding: 100px 20px;
  box-sizing: border-box; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Grid
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/components/_grid_layouts.scss */
.grid {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 15px; }
  /* line 10, ../sass/components/_grid_layouts.scss */
  .grid.no-pad {
    padding: 0 !important; }
  /* line 12, ../sass/components/_grid_layouts.scss */
  .grid .grid-item-2,
  .grid .grid-item-3,
  .grid .grid-item-4 {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 17, ../sass/components/_grid_layouts.scss */
    .grid .grid-item-2 img,
    .grid .grid-item-3 img,
    .grid .grid-item-4 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  /* line 24, ../sass/components/_grid_layouts.scss */
  .grid .grid-inner {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1300px;
    margin: auto;
    float: none;
    padding: 5px; }
  /* line 37, ../sass/components/_grid_layouts.scss */
  .grid span.position {
    display: block;
    margin: 10px 0px;
    color: #545454; }

/* line 1, ../sass/components/_navigation.scss */
#header {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 4px #fbdc3f;
  background-color: #ffffff;
  position: fixed;
  z-index: 5; }
  /* line 7, ../sass/components/_navigation.scss */
  #header.loggedin {
    border-bottom: solid 4px #22697C; }
  /* line 10, ../sass/components/_navigation.scss */
  #header .inner {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px 17px;
    position: relative; }
  /* line 16, ../sass/components/_navigation.scss */
  #header #logo {
    width: 220px;
    margin: 0; }

/* line 49, ../sass/components/_navigation.scss */
.page-user #header {
  border-bottom: 0; }

/* line 51, ../sass/components/_navigation.scss */
#hcp-login {
  display: none;
  font-size: 20px; }
  /* line 54, ../sass/components/_navigation.scss */
  #hcp-login:before {
    content: "";
    background: url("../images/global/lock.png");
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
    display: inline-block;
    margin-right: 5px; }

/* line 72, ../sass/components/_navigation.scss */
#menu-mobile {
  background: url("../images/global/menu.png");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px; }

/* line 84, ../sass/components/_navigation.scss */
#x {
  background: url("../images/global/x.png");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 20px;
  right: 15px; }

/* line 97, ../sass/components/_navigation.scss */
#menu {
  background-color: #ffffff;
  position: fixed;
  display: none;
  z-index: 20;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }
  /* line 107, ../sass/components/_navigation.scss */
  #menu ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%; }
  /* line 113, ../sass/components/_navigation.scss */
  #menu a {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    font-family: 'brownregular';
    padding: 10px 0;
    font-size: 25px;
    color: #22697c;
    display: block; }
    /* line 37, ../sass/base/_typography.scss */
    #menu a.active {
      color: #fbdc3f; }

/* line 145, ../sass/components/_navigation.scss */
#mandatories {
  padding: 20px 15px;
  padding-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 149, ../sass/components/_navigation.scss */
  #mandatories .inner {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 151, ../sass/components/_navigation.scss */
  #mandatories p {
    font-family: 'brownregular';
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 18px; }

/* line 162, ../sass/components/_navigation.scss */
#footer {
  padding: 20px 15px;
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 165, ../sass/components/_navigation.scss */
  #footer .inner {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 167, ../sass/components/_navigation.scss */
  #footer p {
    font-family: 'brownregular';
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 18px; }

/* line 180, ../sass/components/_navigation.scss */
#brands {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  /* line 183, ../sass/components/_navigation.scss */
  #brands img {
    display: inline-block;
    width: 100px; }
  /* line 188, ../sass/components/_navigation.scss */
  #brands li {
    display: inline-block;
    padding: 0 5px; }

/* line 205, ../sass/components/_navigation.scss */
#external-links {
  font-family: 'brownregular';
  font-size: 16px;
  color: #063274;
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0; }
  /* line 211, ../sass/components/_navigation.scss */
  #external-links li {
    display: inline-block; }

/* line 222, ../sass/components/_navigation.scss */
#registered {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #063274; }

/*# sourceMappingURL=top.no-query.css.map */
