/* Minification failed. Returning unminified contents.
(119,1): run-time error CSS1019: Unexpected token, found '@import'
(119,9): run-time error CSS1019: Unexpected token, found 'url("https://fast.fonts.net/t/1.css?apiType=css&projectid=b11b26f2-1287-4937-9608-1a69ebeade66")'
 */

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

@charset "UTF-8";
/* ==========================================================================
PLEASE
USE
BEM 
B=Block, E=Element, M=modifier.
https://en.bem.info/method/
From Yandex. Invented this idea. 
========================================================================== */
/**
| OUR BASE
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=b11b26f2-1287-4937-9608-1a69ebeade66");

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, .btn, .btn-primary, .btn-secondary, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary, .btn-cta, .btn-outline,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, .btn, .btn-primary, .btn-secondary, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary, .btn-cta, .btn-outline {
    overflow: visible;
}

button, .btn, .btn-primary, .btn-secondary, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary, .btn-cta, .btn-outline,
select {
    text-transform: none;
}

button, .btn, .btn-primary, .btn-secondary, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary, .btn-cta, .btn-outline,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], [disabled].btn, [disabled].btn-primary, [disabled].btn-secondary, .in-page-nav__wrapper:nth-of-type(2) [disabled].btn-secondary, [disabled].btn-cta, [disabled].btn-outline,
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, .btn::-moz-focus-inner, .btn-primary::-moz-focus-inner, .btn-secondary::-moz-focus-inner, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary::-moz-focus-inner, .btn-cta::-moz-focus-inner, .btn-outline::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/**
| CUSTOM MIXINS
*/
/**
| BOOTSTRAP GRIDS
*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1176px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.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: 15px;
    padding-right: 15px;
}

.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;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .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;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .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;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .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;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

/**
| THIRD PARTY LIBRARY
*/
/*base code*/
/*.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }*/

/*the animation definition*/

/*@keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}*/

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, .mfp-close.btn, .mfp-close.btn-primary, .mfp-close.btn-secondary, .in-page-nav__wrapper:nth-of-type(2) .mfp-close.btn-secondary, .mfp-close.btn-cta, .mfp-close.btn-outline, button.mfp-arrow, .mfp-arrow.btn, .mfp-arrow.btn-primary, .mfp-arrow.btn-secondary, .in-page-nav__wrapper:nth-of-type(2) .mfp-arrow.btn-secondary, .mfp-arrow.btn-cta, .mfp-arrow.btn-outline {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner, .btn::-moz-focus-inner, .btn-primary::-moz-focus-inner, .btn-secondary::-moz-focus-inner, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary::-moz-focus-inner, .btn-cta::-moz-focus-inner, .btn-outline::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*Animation magnific pop up*/
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.15s ease-out;
}

    /* overlay animate in */
    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    /* overlay animate out */
    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.8);
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.picker__input {
    cursor: default;
}

    .picker__input.picker__input--active {
        border-color: #0089ec;
    }

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame, .picker__holder {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
}

.picker__holder {
    position: fixed;
    transition: background .15s ease-out,top 0s .15s;
}

.picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all .15s ease-out;
}

@media (min-height: 33.875em) {
    .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media (min-height: 40.125em) {
    .picker__frame {
        margin-bottom: 7.5%;
    }
}

.picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

@media (min-height: 33.875em) {
    .picker__wrap {
        display: block;
    }
}

.picker__box {
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}

@media (min-height: 26.5em) {
    .picker__box {
        font-size: 1.25em;
    }
}

@media (min-height: 33.875em) {
    .picker__box {
        display: block;
        font-size: 1.33em;
        border: 1px solid #777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    }
}

@media (min-height: 40.125em) {
    .picker__box {
        font-size: 1.5em;
        border-bottom-width: 1px;
        border-radius: 5px;
    }
}

.picker--opened .picker__holder {
    top: 0;
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    transition: background .15s ease-out;
}

.picker--opened .picker__frame {
    top: 0;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media (min-height: 33.875em) {
    .picker--opened .picker__frame {
        top: auto;
        bottom: 0;
    }
}

.picker__box {
    padding: 0 1em;
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}

.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic;
}

.picker__select--month, .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2.5em;
    padding: .5em .25em;
    margin-left: .25em;
    margin-right: .25em;
    font-size: .6em;
}

@media (min-width: 24.5em) {
    .picker__select--month, .picker__select--year {
        font-size: .8em;
        margin-top: -.5em;
    }
}

.picker__select--month {
    width: 35%;
}

.picker__select--year {
    width: 22.5%;
}

    .picker__select--month:focus, .picker__select--year:focus {
        border-color: #0089ec;
    }

.picker__nav--next, .picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    top: -.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--next, .picker__nav--prev {
        top: -.33em;
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em;
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em;
    }
}

.picker__nav--next:before, .picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
}

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: .75em;
    }
}

.picker__table td {
    margin: 0;
    padding: 0;
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500;
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: .5em;
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.picker__day--today {
    color: #0089ec;
    position: relative;
}

    .picker__day--today:before {
        content: " ";
        position: absolute;
        top: 2px;
        right: 2px;
        width: 0;
        height: 0;
        border-top: .5em solid #0059bc;
        border-left: .5em solid transparent;
    }

.picker__day--selected, .picker__day--selected:hover {
    border-color: #0089ec;
}

.picker__day--highlighted {
    background: #b1dcfb;
}

.picker__day--disabled:before {
    border-top-color: #aaa;
}

.picker__day--outfocus {
    color: #ddd;
}

    .picker__day--infocus:hover, .picker__day--outfocus:hover {
        cursor: pointer;
        color: #000;
        background: #b1dcfb;
    }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
    background: #0089ec;
    color: #fff;
}

.picker__day--disabled, .picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb;
}

.picker__footer {
    text-align: center;
}

.picker__button--clear, .picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}

    .picker__button--clear:hover, .picker__button--today:hover {
        cursor: pointer;
        color: #000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb;
    }

    .picker__button--clear:focus, .picker__button--today:focus {
        background: #b1dcfb;
        border-color: #0089ec;
        outline: 0;
    }

    .picker__button--clear:before, .picker__button--today:before {
        position: relative;
        display: inline-block;
        height: 0;
    }

    .picker__button--today:before {
        content: " ";
        margin-right: .45em;
        top: -.05em;
        width: 0;
        border-top: .66em solid #0059bc;
        border-left: .66em solid transparent;
    }

    .picker__button--clear:before {
        content: "\D7";
        margin-right: .35em;
        top: -.1em;
        color: #e20;
        vertical-align: top;
        font-size: 1.1em;
    }

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
    list-style: none;
    padding: 0.75em 0 4.2em;
    margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
    .picker__list-item {
        padding: .5em 1em;
    }
}

/* Hovered time */
.picker__list-item:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10;
}

    .picker__list-item--highlighted:hover,
    .picker--focused .picker__list-item--highlighted {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background: #0089ec;
    color: #ffffff;
    z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    border-color: #dddddd;
    z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    display: none;
}

    .picker--time .picker__button--clear:hover,
    .picker--time .picker__button--clear:focus {
        color: #000000;
        background: #b1dcfb;
        background: #ee2200;
        border-color: #ee2200;
        cursor: pointer;
        color: #ffffff;
        outline: none;
    }

    .picker--time .picker__button--clear:before {
        top: -0.25em;
        color: #666;
        font-size: 1.25em;
        font-weight: bold;
    }

    .picker--time .picker__button--clear:hover:before,
    .picker--time .picker__button--clear:focus:before {
        color: #ffffff;
        border-color: #ffffff;
    }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
    min-width: 256px;
    max-width: 320px;
}

/**
 * The picker box.
 */
.picker--time .picker__box {
    font-size: 1em;
    background: #f2f2f2;
    padding: 0;
}

@media (min-height: 40.125em) {
    .picker--time .picker__box {
        margin-bottom: 5em;
    }
}

/**
| BITTERS BASE
*/
@font-face {
    font-family: "HelveticaNeueETW01-45Lt";
    src: url("../fonts/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot?#iefix");
    src: url("../fonts/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot?#iefix") format("eot"), url("../fonts/b8765d4b-d9a3-48b9-ac65-560e7517cf0e.woff2") format("woff2"), url("../fonts/d7d2e6c6-fc3a-41a5-9b52-648e12e215b2.woff") format("woff"), url("../fonts/cb64744b-d0f7-4ef8-a790-b60d6e3e4f21.ttf") format("truetype");
}

@font-face {
    font-family: "HelveticaNeueETW01-75Bd";
    src: url("../fonts/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix");
    src: url("../fonts/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix") format("eot"), url("../fonts/6dfa3ef5-ebc5-4d23-a631-b3d746c2ad39.woff2") format("woff2"), url("../fonts/588c9ba8-1d28-4ad6-bf18-7128152d84c4.woff") format("woff"), url("../fonts/55334dfb-9c72-4147-8de0-21239f17ff25.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica Neue eText Pro";
    src: url("../fonts/de7da99e-0f77-4410-b512-b71c48f2fff5.eot?#iefix");
    src: url("../fonts/de7da99e-0f77-4410-b512-b71c48f2fff5.eot?#iefix") format("eot"), url("../fonts/fc8bcba8-bd16-4043-8cde-18bace822961.woff2") format("woff2"), url("../fonts/c83a2632-2ed7-4931-8668-d9d2135bd9f5.woff") format("woff"), url("../fonts/104a9eb8-8293-4ea8-92ad-b14cfe0913ae.ttf") format("truetype");
}

.state_hidden {
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.state_fadeIn {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.6s ease;
}

.center, .section-header {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .hide--desktop {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .hide--mobile {
        display: none;
    }
}

.no-padding {
    padding: 0 !important;
}

.overflow {
    overflow: hidden;
}

.top-padding {
    padding-top: 20px;
}

.text-center {
    text-align: center;
}

button, .btn, .btn-primary, .btn-secondary, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary, .btn-cta, .btn-outline, input[type="button"], input[type="reset"], input[type="submit"],
button,
.btn,
.btn-primary,
.btn-secondary,
.in-page-nav__wrapper:nth-of-type(2) .btn-secondary,
.btn-cta,
.btn-outline {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    background-color: #D6DF22;
    border-radius: 21px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
    padding: 1.1em 1.1em 0.9em 1.1em;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s linear;
}

    button:hover, .btn:hover, .btn-primary:hover, .btn-secondary:hover, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary:hover, .btn-cta:hover, .btn-outline:hover, button:focus, .btn:focus, .btn-primary:focus, .btn-secondary:focus, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary:focus, .btn-cta:focus, .btn-outline:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
    button:hover,
    .btn:hover,
    .btn-primary:hover,
    .btn-secondary:hover,
    .in-page-nav__wrapper:nth-of-type(2) .btn-secondary:hover,
    .btn-cta:hover,
    .btn-outline:hover,
    button:focus,
    .btn:focus,
    .btn-primary:focus,
    .btn-secondary:focus,
    .in-page-nav__wrapper:nth-of-type(2) .btn-secondary:focus,
    .btn-cta:focus,
    .btn-outline:focus {
        background-color: #dae238;
        outline: 0;
    }

    button:disabled, .btn:disabled, .btn-primary:disabled, .btn-secondary:disabled, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary:disabled, .btn-cta:disabled, .btn-outline:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
    button:disabled,
    .btn:disabled,
    .btn-primary:disabled,
    .btn-secondary:disabled,
    .in-page-nav__wrapper:nth-of-type(2) .btn-secondary:disabled,
    .btn-cta:disabled,
    .btn-outline:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .btn.btn-tiny {
        padding: 0.8em 1.1em 0.7em 1.1em;
    }

.btn-primary {
    background-color: rgba(255, 255, 255, 0.9);
    color: #0071BD;
}

    .btn-primary:focus {
        background-color: rgba(255, 255, 255, 0.9);
    }

.btn-secondary {
    background-color: transparent;
    color: #333333;
}

    .btn-secondary:hover, .btn-secondary.active, .btn-secondary:focus {
        background-color: #fff;
    }

.in-page-nav__wrapper:nth-of-type(2) .btn-secondary {
    background-color: transparent;
    color: #333333;
}

    .in-page-nav__wrapper:nth-of-type(2) .btn-secondary:hover, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary.active, .in-page-nav__wrapper:nth-of-type(2) .btn-secondary:focus {
        background-color: #ebebeb;
    }

.btn-cta {
    background-color: #0171BD;
    color: #fff;
}

    .btn-cta:hover, .btn-cta:focus {
        color: #fff;
        background-color: #043776;
    }

.btn-outline {
    border: 1px solid #043776;
    background-color: transparent;
    color: #043776;
}

    .btn-outline:hover, .btn-outline:focus {
        background-color: #043776;
        color: #fff;
    }

    .btn-outline.theme-secondary {
        border-color: #D6DF22;
        color: #fff;
    }

    .btn-outline.btn-gray {
        background-color: transparent;
        border: 1px solid #333;
    }

        .btn-outline.btn-gray:hover {
            background: #fff !important;
            color: #333 !important;
            border: 1px solid #fff;
        }

.btn-white {
    background-color: #fff;
    padding-left: 1.65em;
    padding-right: 1.65em;
}

    .btn-white:hover, .btn-white.active {
        color: #043776;
        background-color: #fff;
    }

    .btn-white .icon-left-arrow {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        stroke: currentcolor;
        stroke-width: 34px;
        margin-top: -2px;
    }

        .btn-white .icon-left-arrow.top {
            margin-top: -4px;
            transform: rotate(90deg);
        }

.btn-gray {
    background: #ECECEC;
    color: #0072BA;
}

    .btn-gray:hover {
        background-color: #0171BD;
        color: #fff;
    }

.btn--small {
    padding: 0.8em 1em 0.8em 1em;
    font-size: 0.8125rem;
}

.btn-blue, .subscribe-updates .contourPage .contourNavigation input[type="submit"] {
    background: #0171BD;
    color: #fff;
}

    .btn-blue:hover, .subscribe-updates .contourPage .contourNavigation input[type="submit"]:hover {
        background-color: #043776;
        color: #fff;
    }

.btn-dark-secondary {
    color: #fff;
    background-color: #333;
    background-color: #D6DF22;
    color: #333;
}

    .btn-dark-secondary:hover {
        background-color: #D6DF22;
        background-color: #e7ec7b;
        color: #333;
    }

@media screen and (max-width: 768px) {
    .mobile-tiny {
        padding: 0.7em 0.8em 0.6em 0.8em;
        font-size: 0.8125rem;
    }
}

.btn-delete {
    float: right;
}

fieldset {
    background-color: #FFFFFF;
    border: 1px solid #000;
    margin: 0 0 0.75em;
    padding: 1.5em;
}

input,
label,
select {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

label {
    margin-bottom: 0.375em;
}

    label.required::after {
        content: "*";
    }

    label abbr {
        display: none;
    }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
select,
textarea {
    background-color: #ececec;
    border: 1px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 9px 16px 10px;
    transition: border-color;
    width: 100%;
    color: #333;
}

    input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
    select[multiple=multiple]:hover,
    select:hover,
    textarea:hover {
        border-color: black;
    }

    input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
    select[multiple=multiple]:focus,
    select:focus,
    textarea:focus {
        border-color: #0071BD;
        outline: none;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

textarea {
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 0.375em;
}

input[type="file"] {
    padding-bottom: 0.75em;
    width: 100%;
}

select {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    select::-ms-expand {
        display: none;
    }

.select-styled {
    overflow: hidden;
    border-radius: 0;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 14px center;
    min-height: 42px;
    position: relative;
}

    .select-styled .icon-arrow-down {
        fill: #D6DF22;
        position: absolute;
        top: 16px;
        right: 21px;
        width: 10px;
        height: 10px;
        pointer-events: none;
    }

@media screen and (min-width: 768px) {
    .select-styled .icon-arrow-down {
        fill: #0171BD;
    }
}

.select-styled select {
    min-height: 42px;
    border: 1px solid #000;
    padding: 7px 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
    background-color: transparent;
    cursor: pointer;
    color: #0171BD;
}

    .select-styled select:hover {
        border-color: black;
    }

    .select-styled select:focus {
        border-color: #0071BD;
        outline: none;
    }

::-webkit-input-placeholder {
    color: #0171BD;
    color: #aaa;
    /*font-family: "Helvetica Neue eText Pro", sans-serif;*/
    font-size: 1.0625rem;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #0171BD;
    color: #aaa;
    /*font-family: "Helvetica Neue eText Pro", sans-serif;*/
    font-size: 1.0625rem;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #0171BD;
    color: #aaa;
    /*font-family: "Helvetica Neue eText Pro", sans-serif;*/
    font-size: 1.0625rem;
}

:-ms-input-placeholder {
    color: #0171BD;
    color: #aaa;
    /*font-family: "Helvetica Neue eText Pro", sans-serif;*/
    font-size: 1.0625rem;
}

.modal__form input,
.modal__form textarea,
.styled-form input,
.styled-form textarea {
    background-color: #D6DF22;
    border: 0;
    color: #333;
    margin-bottom: 0;
    padding-left: 11px;
}

.modal__form .form-item,
.styled-form .form-item {
    border-bottom: 1px solid #000;
}

    .modal__form .form-item.first,
    .styled-form .form-item.first {
        border-top: 1px solid #000;
    }

@media screen and (min-width: 768px) {
    .modal__form .form-item.border-top,
    .styled-form .form-item.border-top {
        border-top: 1px solid #000;
    }
}

.modal__form .form-item.error--state,
.styled-form .form-item.error--state {
    background-color: rgba(222, 33, 33, 0.2);
}

    .modal__form .form-item.error--state input,
    .modal__form .form-item.error--state textarea,
    .styled-form .form-item.error--state input,
    .styled-form .form-item.error--state textarea {
        background-color: transparent;
    }

.modal__form .form-item.has-error,
.styled-form .form-item.has-error {
    border-bottom: 1px solid #F62817;
}

.modal__form label,
.styled-form label {
    color: #0171BD;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    font-size: 1rem;
    padding-top: 5px;
    padding-left: 11px;
}

@media screen and (min-width: 1199px) {
    .modal__form label,
    .styled-form label {
        font-size: 1.0625rem;
    }
}

.modal__form .form__title,
.styled-form .form__title {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.modal__form .form-error-message p,
.modal__form .errorMessage,
.styled-form .form-error-message p,
.styled-form .errorMessage {
    margin-bottom: 0;
    padding-left: 11px;
    color: #F62817;
    text-transform: uppercase;
}

.modal__form .row + h2,
.styled-form .row + h2 {
    margin-top: 90px;
}

.general-form-popup select {
    color: #222;
}

.general-form-popup .form-group {
    margin-bottom: 24px;
}

.forgot-password {
    float: right;
    color: #043776;
    border-bottom: 1px dotted #333;
}

    .forgot-password:hover {
        color: #000;
        border-bottom: 1px solid #000;
    }

.theme--light-green {
    padding-top: 30px;
    padding-bottom: 40px;
}

    .theme--light-green h2 {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .theme--light-green .form-item input,
    .theme--light-green .form-item textarea {
        background-color: #8CC751;
    }

.general-form-popup .errorMessage,
.shareEmail-popup .errorMessage {
    margin-top: -10px;
    display: none;
    padding: 0.1em 0.5em;
    font-size: 0.875rem;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 3px;
}

    .general-form-popup .errorMessage.show,
    .shareEmail-popup .errorMessage.show {
        display: block;
        animation-name: shake;
    }

.general-form-popup .form-message .success-send,
.general-form-popup .form-message .error-send,
.shareEmail-popup .form-message .success-send,
.shareEmail-popup .form-message .error-send {
    padding: 12px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    font-size: 0.875rem;
    line-height: 1.1;
}

.general-form-popup .form-message .success-send,
.shareEmail-popup .form-message .success-send {
    color: #3c763d;
    border-left: 3px solid #4cae4c;
    background-color: #dff0d8;
}

.general-form-popup .form-message .error-send,
.shareEmail-popup .form-message .error-send {
    color: #a94442;
    border-left: 3px solid #aa6708;
    background-color: #f2dede;
}

.general-form-popup input,
.general-form-popup textarea,
.shareEmail-popup input,
.shareEmail-popup textarea {
    color: #000;
}

.styled-form .btn {
    margin-top: 34px;
    color: #000;
    padding-left: 1.75em;
    padding-right: 1.75em;
}

    .styled-form .btn:hover {
        background-color: #333;
        color: #fff;
    }

.styled-form .form-sub-heading {
    margin-bottom: 1em;
    margin-top: 58px;
}

    .styled-form .form-sub-heading.first {
        margin-top: 0;
    }

.contour {
    margin-top: 20px;
    margin-bottom: 20px;
}

.picker__list {
    padding-left: 0 !important;
}

    .picker__list li:before {
        display: none !important;
    }

.contourPage {
    overflow: visible !important;
}

    .contourPage:before, .contourPage:after {
        content: " ";
        display: table;
    }

    .contourPage:after {
        clear: both;
    }

.mfp-content .span12,
.mfp-content .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl {
    margin-bottom: 0.75em;
}

    dl dt {
        font-weight: bold;
        margin-top: 0.75em;
    }

    dl dd {
        margin: 0;
    }

table {
    -webkit-font-feature-settings: "kern", "liga", "tnum";
    -ms-font-feature-settings: "kern", "liga", "tnum";
    font-feature-settings: "kern", "liga", "tnum";
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 1px solid black;
    font-weight: 600;
    padding: 0.75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #000;
    padding: 0.75em 0;
}

tr,
td,
th {
    vertical-align: middle;
}

[class^="icon-"], [class*=" icon-"] {
    height: 32px;
    width: 32px;
    display: inline-block;
    fill: currentColor;
    vertical-align: bottom;
}

body {
    -webkit-font-smoothing: antialiased;
    color: #333333;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    font-size: 1em;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HelveticaNeueETW01-75Bd", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 0.75em;
    font-weight: normal;
}

h1,
.h1 {
    font-family: "HelveticaNeueETW01-75Bd", sans-serif;
    font-size: 1.75rem;
    line-height: 1.05em;
}

@media screen and (min-width: 992px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-family: "Helvetica Neue eText Pro", sans-serif;
    font-size: 1.4375rem;
    line-height: 1.25em;
    margin-bottom: 0.45em;
}

@media screen and (min-width: 768px) {
    h2,
    .h2 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 992px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}

h3,
.h3 {
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    font-size: 1.4375rem;
    line-height: 1em;
    line-height: 1.39em;
}

h4,
.h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.4375rem;
    line-height: 1.39em;
    margin-bottom: 0.5em;
}

.body-copy {
    font-size: 1.0625rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    line-height: 0.25em;
}

.opening-copy {
    font-size: 1.4375rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.04em;
}

@media screen and (min-width: 768px) {
    .opening-copy {
        font-size: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .opening-copy {
        font-size: 2.5rem;
    }
}

.small-text {
    font-size: 0.875rem;
}

.button-text, .modal__form .form-error-message p,
.modal__form .errorMessage,
.styled-form .form-error-message p,
.styled-form .errorMessage, .archive-dropdown .month a, .subscribe-updates .form-error-message p,
.subscribe-updates .errorMessage {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
}

.card-text, .cards .card__content p {
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.88em;
}

.caption {
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    font-size: 1.0625rem;
    line-height: 1.26em;
    color: #999;
    border-bottom: 1px solid #999;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

p {
    margin: 0 0 32px 0;
    font-size: 1.0625rem;
    line-height: 1.88em;
}

    p a {
        color: #043776;
        border-bottom: 1px dotted #333;
    }

        p a:hover {
            color: #000;
            border-bottom: 1px solid #000;
        }

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.2s linear;
}

    a:active, a:focus, a:hover {
        color: #01152c;
    }

    a:active, a:focus {
        outline: none;
    }

.btn-text {
    text-transform: uppercase;
    color: #0171BD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
}

.list-link {
    margin-bottom: 16px;
    position: relative;
}

.text-hide {
    font: 0/1 a;
    text-shadow: none;
    color: transparent;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img,
picture {
    margin: 0;
    max-width: 100%;
}

figure {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
*/
textarea {
    resize: vertical;
}

hr {
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0;
}

:focus {
    outline: 0 !important;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

img {
    width: 100%;
    height: auto;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    -webkit-backface-visibility: hidden;
    background-color: #333;
}

.main {
    /* Removed min height but have commented out as my need to reapply */
    /*min-height: calc(100vh - 46px);*/
    margin-top: 46px;
    position: relative;
    background-color: #FFF;
}

@media screen and (min-width: 992px) {
    .main {
        margin-top: 109px;
        /*min-height: calc(100vh - 109px);*/
    }
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    padding: 11px;
    background-color: transparent;
    z-index: 10;
}

    .slick-arrow:hover {
        background-color: #111;
    }

    .slick-arrow svg {
        width: 20px;
        height: 20px;
        fill: #D6DF22;
    }

    .slick-arrow.slick-prev {
        left: 20px;
    }

    .slick-arrow.slick-next {
        right: 20px;
    }

#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #043776;
    z-index: 999;
}

.page-loading {
    overflow: hidden;
}

.section-header {
    padding-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .section-header.has--back-btn h1 {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.section-header.no-nav {
    padding-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .section-header.no-nav {
        padding-top: 60px;
        margin-bottom: 60px;
    }
}

.section-header h1 {
    color: #043776;
    font-size: 2rem;
    margin-bottom: 0;
    position: relative;
}

    .section-header h1 + .in-page-nav {
        margin-top: 32px;
    }

.section-header .sign-in-out {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-header .btn {
    margin-bottom: 40px;
}

.section-header .back-btn {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .section-header .back-btn {
        width: 46px;
        height: 46px;
        background-color: #333;
        border-radius: 0;
        color: #fff;
        text-align: center;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        margin-top: 0;
    }

        .section-header .back-btn svg {
            width: 20px;
            height: 20px;
            margin-right: 0;
            margin-top: 13px;
            stroke: none;
        }
}

@media screen and (min-width: 768px) {
    .in-page-nav li {
        display: inline-block;
        margin: 0px 8px;
    }
}

.in-page-nav li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: none;
}

.in-page-nav + h1 {
    margin-top: 32px;
}

.in-page-nav__wrapper {
    padding: 10px 0;
    text-align: center;
}

    .in-page-nav__wrapper:first-of-type {
        background-color: #ececec;
    }

.more-link {
    color: #043776;
    border-bottom: 1px dotted #333;
}

    .more-link:hover {
        color: #000;
        border-bottom: 1px solid #000;
    }

.general-form-popup {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}

    .general-form-popup > fieldset {
        padding: 30px;
    }

.rte-section {
    padding-bottom: 30px;
}

.general-link-list {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 60px;
}

    .general-link-list .cta__title {
        color: #444;
    }

    .general-link-list + .section-header {
        padding-top: 20px;
    }

    .general-link-list ul {
        margin-top: 46px;
    }

    .general-link-list li {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
    }

        .general-link-list li .btn {
            margin-bottom: 24px;
        }

@media screen and (max-width: 768px) {
    .general-link-list {
        padding-bottom: 30px;
        padding-top: 40px;
    }

        .general-link-list ul {
            margin-top: 20px;
        }
}

.errorMessage {
    display: none;
}

    .errorMessage.show {
        display: block;
    }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 10;
}

    .slick-dots li {
        display: inline-block;
        padding: 6px 6px;
    }

        .slick-dots li button, .slick-dots li .btn, .slick-dots li .btn-primary, .slick-dots li .btn-secondary, .slick-dots li .btn-cta, .slick-dots li .btn-outline {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            display: inline-block;
            border-radius: 50%;
            width: 6px;
            height: 6px;
            background: #FFFFFF;
        }

@media screen and (min-width: 992px) {
    .slick-dots li button, .slick-dots li .btn, .slick-dots li .btn-primary, .slick-dots li .btn-secondary, .slick-dots li .btn-cta, .slick-dots li .btn-outline {
        width: 12px;
        height: 12px;
    }
}

.slick-dots li.slick-active button, .slick-dots li.slick-active .btn, .slick-dots li.slick-active .btn-primary, .slick-dots li.slick-active .btn-secondary, .slick-dots li.slick-active .btn-cta, .slick-dots li.slick-active .btn-outline {
    background: #043776;
}

/**
| Components - Reusable components built to provide 
| iconography, dropdowns, social media share, navigation, footer, alerts, and much more.
**/
.siteHeader {
    display: none;
    position: relative;
    z-index: 20;
    background-color: #333;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

    .siteHeader .siteHeader__container {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: nowrap column;
        flex-flow: nowrap column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media screen and (min-width: 992px) {
    .siteHeader {
        display: block;
    }
}

.siteHeader .logo {
    display: block;
    width: 140px;
    position: absolute;
    left: 15px;
    top: 16px;
}

@media screen and (min-width: 1260px) {
    .siteHeader .logo {
        width: 195px;
        left: calc(50% - 620px);
    }
}

@media screen and (min-width: 1260px) {
    .siteHeader .logo .logo-sm {
        display: none;
    }
}

.siteHeader .logo .logo-lg {
    display: none;
}

@media screen and (min-width: 1260px) {
    .siteHeader .logo .logo-lg {
        display: block;
    }
}

.siteHeader .navigation {
    width: 100%;
    height: 52px;
    text-align: right;
}

    .siteHeader .navigation .navigation__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: nowrap row;
        flex-flow: nowrap row;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        height: 50px;
    }

    .siteHeader .navigation .navigation__item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .siteHeader .navigation .navigation__item + .navigation__item {
            margin-left: 8px;
        }

    .siteHeader .navigation .navigation__link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 13px 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        transition: all 0.2s;
        color: #FFF;
        line-height: 1;
        border-radius: 30px;
    }

        .siteHeader .navigation .navigation__link:hover {
            background-color: #111;
        }

        .siteHeader .navigation .navigation__link.active {
            background-color: #D6DF22;
            color: #333;
        }

    .siteHeader .navigation .navigation__selector {
        padding-right: 30px;
        margin: 0;
        height: 48px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        color: #FFF;
        font-size: 14px;
        background: #000 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMDMvMTfhyudGAAABBUlEQVQ4ja2UsY3CUBBExwGEXAHQAqKGkxBtWDRiIfoA6jiiy0mghnMDiMwBj4D9sOz5jDkz0k/+zry15V1ngCQVumqp9+jOA3LuygF1PA88ATt3UQHTDvCpMZJ2AkZA6S6PwPgf8LFlk0pglIqTUPwBhi/Ah5bxDzkB5E2z8Hp7YNACPjBvUmUsxQYC5jzqC+g1wHvm8Zp7T11oEQLrhgbr4F1ET10oAzYhWNT4iuDZWPZpAwF9YBsAuavnoba1zC9W08f7AA4OknYkzvrBvLWcZxMSd+RkJ6k0z5+MNjMedyTpNutdG6QdOTv4GTfr72ggYOUarNrmMuCV3/C3JCR9tg1cAEfgW2c24CcJAAAAAElFTkSuQmCC") no-repeat right 8px center;
        background-size: 12px 8px;
    }

    .siteHeader .navigation .phone-link {
        color: #8CC751;
        font-size: 1rem;
        margin-right: 10px;
    }

@media screen and (min-width: 992px) {
    .siteHeader .navigation .phone-link {
        font-size: 1.0625rem;
        margin-right: 16px;
    }
}

.siteHeader .button-search-icon button, .siteHeader .button-search-icon .btn, .siteHeader .button-search-icon .btn-primary, .siteHeader .button-search-icon .btn-secondary, .siteHeader .button-search-icon .btn-cta, .siteHeader .button-search-icon .btn-outline {
    padding: 0;
    background: none;
    padding: 0;
    border-radius: 30px;
    width: 40px;
    height: 40px;
}

    .siteHeader .button-search-icon button .icon-search, .siteHeader .button-search-icon .btn .icon-search, .siteHeader .button-search-icon .btn-primary .icon-search, .siteHeader .button-search-icon .btn-secondary .icon-search, .siteHeader .button-search-icon .btn-cta .icon-search, .siteHeader .button-search-icon .btn-outline .icon-search {
        width: 14px;
        height: 14px;
        fill: #fff;
    }

    .siteHeader .button-search-icon button:hover, .siteHeader .button-search-icon .btn:hover, .siteHeader .button-search-icon .btn-primary:hover, .siteHeader .button-search-icon .btn-secondary:hover, .siteHeader .button-search-icon .btn-cta:hover, .siteHeader .button-search-icon .btn-outline:hover {
        background-color: #111;
    }

.siteHeader svg.icon-search {
    fill: red;
}

.siteHeader .search-bar {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #333;
}

    .siteHeader .search-bar.hide {
        display: none;
    }

    .siteHeader .search-bar form {
        height: 100%;
    }

        .siteHeader .search-bar form .text-align-right {
            text-align: right;
        }

        .siteHeader .search-bar form .search-position {
            display: -ms-flexbox;
            display: flex;
            height: 100%;
        }

        .siteHeader .search-bar form input[type="search"] {
            margin-bottom: 0;
            border: none;
            background-color: #111111;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .siteHeader .search-bar form .btnSearch {
            display: inline-block;
            height: 100%;
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            background: none;
            position: absolute;
            top: 0;
            right: 30px;
        }

            .siteHeader .search-bar form .btnSearch .icon-search {
                width: 15px;
                height: 15px;
                fill: #fff;
            }

            .siteHeader .search-bar form .btnSearch:hover {
                box-shadow: none;
            }

        .siteHeader .search-bar form .btnClose {
            display: inline-block;
            padding: 20px 8px;
            background: none;
            position: absolute;
            top: 0;
            right: 0;
        }

            .siteHeader .search-bar form .btnClose .icon-x-close {
                width: 20px;
                height: 20px;
                fill: #fff;
            }

            .siteHeader .search-bar form .btnClose:hover {
                box-shadow: none;
            }

                .siteHeader .search-bar form .btnClose:hover .icon-x-close {
                    fill: #D6DF22;
                }

            .siteHeader .search-bar form .btnClose .icon-close-4 {
                width: 16px;
                height: 16px;
                fill: #BDBDBD;
            }

.siteHeader .secondary-nav {
    text-align: center;
    height: 57px;
}

    .siteHeader .secondary-nav .navigation__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: nowrap row;
        flex-flow: nowrap row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 58px;
    }

    .siteHeader .secondary-nav .navigation__item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .siteHeader .secondary-nav .navigation__link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 13px 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        color: #FFF;
        line-height: 1;
        border-radius: 30px;
    }

        .siteHeader .secondary-nav .navigation__link:hover {
            background-color: #111;
        }

        .siteHeader .secondary-nav .navigation__link.active {
            background-color: #D6DF22;
            color: #333;
        }

    .siteHeader .secondary-nav .phone-link {
        display: block;
        color: #8CC751;
        font-size: 14px;
        line-height: 1;
        padding: 17px 14px;
    }

.siteHeader .find-nav-buttons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.find-nav-buttons {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .find-nav-buttons a {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        display: block;
        width: auto;
        float: left;
        border-radius: 20px;
        box-shadow: inset 0 0 0 1px #D6DF22;
        border-left: 0;
        font-size: 0.8125rem;
        letter-spacing: 0.013em;
        padding: 10px;
    }

@media screen and (min-width: 992px) {
    .find-nav-buttons a {
        font-size: 0.875rem;
        padding: 10px 20px;
    }
}

.find-nav-buttons a:hover, .find-nav-buttons a.active {
    background-color: #D6DF22;
    color: #333333;
}

.siteMobileHeader .header-mobile-number {
    color: #8CC751;
    text-align: center;
}

.siteMobileHeader .mobile-phone-link {
    color: #8CC751;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 1;
    padding: 11px 15px;
}

@media screen and (min-width: 992px) {
    .siteMobileHeader {
        display: none;
    }
}

.siteMobileHeader__header {
    background: #333;
    z-index: 11;
    text-align: center;
    position: fixed;
    transform: translateZ(0);
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 15px;
    height: 47px;
}

    .siteMobileHeader__header .header-title {
        position: absolute;
        width: 70px;
        left: 15px;
        top: 50%;
        margin-top: -14px;
    }

        .siteMobileHeader__header .header-title .logo {
            display: block;
        }

    .siteMobileHeader__header .header-menu-icon {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        width: 46px;
        height: 100%;
    }

        .siteMobileHeader__header .header-menu-icon .icon-burger-menu {
            position: absolute;
            fill: #fff;
            width: 23px;
            height: 23px;
            top: 50%;
            margin-top: -12px;
            left: 50%;
            margin-left: -12px;
        }

.siteMobileHeader .mobile-primary-nav {
    text-align: center;
}

    .siteMobileHeader .mobile-primary-nav li {
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .siteMobileHeader .mobile-primary-nav li .btn {
            width: 100%;
            padding-top: 16px;
            padding-bottom: 16px;
        }

        .siteMobileHeader .mobile-primary-nav li a {
            color: #fff;
            letter-spacing: 0.04em;
            line-height: 1;
            padding: 17px 0;
            display: block;
        }

.siteMobileHeader__menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #333;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all 0.2s ease-out;
    transform: translateX(100%);
}

    .siteMobileHeader__menu.show-menu {
        transform: translateX(0px);
    }

    .siteMobileHeader__menu .mobile-close-menu {
        width: auto;
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .siteMobileHeader__menu .mobile-close-menu .icon-x-close {
            width: 20px;
            height: 20px;
            fill: #fff;
        }

    .siteMobileHeader__menu .menu-nav.active .has-children {
        left: -100%;
        transition: all 0.2s ease-out;
    }

        .siteMobileHeader__menu .menu-nav.active .has-children.active .hidden {
            right: 0;
        }

        .siteMobileHeader__menu .menu-nav.active .has-children.active .hidden {
            transition: all 0.2s ease-out;
            right: 0;
        }

    .siteMobileHeader__menu .menu-nav a {
        display: inline-block;
        color: #fff;
        width: 100%;
        font-size: 0.875rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        line-height: 1;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: middle;
        text-align: center;
    }

    .siteMobileHeader__menu .menu-nav .has-children {
        position: relative;
        left: 0;
        transition: all 0.2s ease-out;
    }

        .siteMobileHeader__menu .menu-nav .has-children .hidden {
            position: fixed;
            top: 96px;
            right: -110%;
            width: 260px;
            transition: all 0.2s ease-out;
        }

        .siteMobileHeader__menu .menu-nav .has-children > p {
            position: relative;
            margin-bottom: 0;
            padding-right: 20px;
            color: #ffffff;
            white-space: nowrap;
        }

        .siteMobileHeader__menu .menu-nav .has-children .icon {
            display: inline-block;
            padding: 6px 5px;
            position: absolute;
            right: 0;
            top: 0px;
            text-align: right;
            cursor: pointer;
        }

            .siteMobileHeader__menu .menu-nav .has-children .icon .icon-left-open-big {
                width: 18px;
                height: 18px;
                vertical-align: middle;
            }

        .siteMobileHeader__menu .menu-nav .has-children .js-back {
            display: inline-block;
            vertical-align: bottom;
        }

            .siteMobileHeader__menu .menu-nav .has-children .js-back .icon-left-open-big {
                position: relative;
                top: -2px;
                width: 18px;
                height: 18px;
            }

.siteMobileHeader .siteMobile_search {
    margin-top: 50px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

    .siteMobileHeader .siteMobile_search input[type="search"] {
        margin-bottom: 0;
        border: none;
        padding: 14px 20px;
        background: #111;
        font-size: 0.9375rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-weight: 300;
    }

    .siteMobileHeader .siteMobile_search ::-webkit-input-placeholder {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 0.9375rem;
        font-weight: 300;
    }

    .siteMobileHeader .siteMobile_search :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 0.9375rem;
        font-weight: 300;
    }

    .siteMobileHeader .siteMobile_search ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 0.9375rem;
        font-weight: 300;
    }

    .siteMobileHeader .siteMobile_search :-ms-input-placeholder {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 0.9375rem;
        font-weight: 300;
    }

    .siteMobileHeader .siteMobile_search .btnSearch {
        position: absolute;
        top: 0;
        right: 30px;
        height: 100%;
        display: inline-block;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: none;
    }

        .siteMobileHeader .siteMobile_search .btnSearch .icon-search {
            width: 18px;
            height: 18px;
            fill: #fff;
            vertical-align: bottom;
        }

.siteMobileHeader .siteMobileHeader__userSelectContainer {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}

    .siteMobileHeader .siteMobileHeader__userSelectContainer .siteMobileHeader__userSelect {
        padding-right: 30px;
        margin: 0;
        height: 48px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        color: #FFF;
        font-size: 14px;
        background: #000 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMDMvMTfhyudGAAABBUlEQVQ4ja2UsY3CUBBExwGEXAHQAqKGkxBtWDRiIfoA6jiiy0mghnMDiMwBj4D9sOz5jDkz0k/+zry15V1ngCQVumqp9+jOA3LuygF1PA88ATt3UQHTDvCpMZJ2AkZA6S6PwPgf8LFlk0pglIqTUPwBhi/Ah5bxDzkB5E2z8Hp7YNACPjBvUmUsxQYC5jzqC+g1wHvm8Zp7T11oEQLrhgbr4F1ET10oAzYhWNT4iuDZWPZpAwF9YBsAuavnoba1zC9W08f7AA4OknYkzvrBvLWcZxMSd+RkJ6k0z5+MNjMedyTpNutdG6QdOTv4GTfr72ggYOUarNrmMuCV3/C3JCR9tg1cAEfgW2c24CcJAAAAAElFTkSuQmCC") no-repeat right 8px center;
        background-size: 12px 8px;
    }

    .siteMobileHeader .siteMobileHeader__userSelectContainer + .mobile-search .siteMobile_search {
        margin-top: 8px;
    }

.subNav {
    position: relative;
    z-index: 8;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

    .subNav.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
        transform: translateZ(0px);
    }

@media screen and (min-width: 992px) {
    .subNav {
        display: block;
    }
}

.subNav-inner {
    position: relative;
}

    .subNav-inner:before, .subNav-inner:after {
        content: " ";
        display: table;
    }

    .subNav-inner:after {
        clear: both;
    }

    .subNav-inner ul {
        display: block;
    }

        .subNav-inner ul li {
            float: left;
            margin-left: 5px;
            margin-right: 5px;
        }

@media screen and (min-width: 1200px) {
    .subNav-inner ul li {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.subNav-inner ul li:first-child {
    margin-left: 0;
}

.subNav-inner ul li a {
    padding-top: 16px;
    padding-bottom: 10px;
    display: block;
    font-size: 0.8125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}

    .subNav-inner ul li a:hover, .subNav-inner ul li a.active {
        color: #333333;
        border-bottom-color: #043776;
    }

.subNav-inner-right {
    float: right;
}

    .subNav-inner-right .select-location {
        padding-top: 9px;
    }

        .subNav-inner-right .select-location .select-styled {
            width: 140px;
        }

            .subNav-inner-right .select-location .select-styled select {
                border: none;
                padding-left: 0;
                padding-right: 0;
                color: #043776;
                font-size: 0.8125rem;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                text-transform: uppercase;
                border-color: transparent;
            }

.social-media-share {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background: transparent;
    background-color: #fff;
}

    .social-media-share p {
        color: #0071BD;
        margin-bottom: 10px;
        font-size: 1.4375rem;
        font-family: "HelveticaNeueETW01-45Lt", sans-serif;
        letter-spacing: -0.04em;
    }

    .social-media-share ul li {
        display: inline-block;
    }

        .social-media-share ul li a {
            display: inline-block;
            margin-left: 2px;
            margin-right: 2px;
        }

            .social-media-share ul li a svg {
                transition: all 0.2s linear;
                width: 48px;
                height: 48px;
                fill: #043776;
            }

            .social-media-share ul li a:hover svg {
                fill: #0071BD;
            }

.siteFooter {
    background-color: #333;
    padding-top: 30px;
}

@media screen and (min-width: 992px) {
    .siteFooter {
        padding-top: 48px;
    }
}

.siteFooter > * {
    color: #8CC751;
}

.siteFooter .footerTop {
    text-align: center;
}

@media screen and (min-width: 767px) {
    .siteFooter .footerTop ul {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.siteFooter .footerTop li {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 14px;
}

@media screen and (min-width: 767px) {
    .siteFooter .footerTop li {
        margin: 0 25px;
        width: auto;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 991px) {
    .siteFooter .footerTop li {
        margin: 0 25px;
    }
}

.siteFooter .footerTop li a {
    color: #8CC751;
    font-family: "Helvetica Neue eText Pro", sans-serif;
    vertical-align: middle;
}

    .siteFooter .footerTop li a:hover {
        color: #59872b;
    }

.siteFooter .footerTop [class*="icon-footer-"] {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.siteFooter .footerTop .icon-footer-google-plus {
    width: 34px;
    height: 34px;
}

.siteFooter .footerTop .footer__social-media-list {
    padding-top: 14px;
    padding-bottom: 10px;
}

.siteFooter .footerBottom {
    text-align: center;
    font-size: 0.8125rem;
    padding-bottom: 26px;
}

    .siteFooter .footerBottom hr {
        border-top: 1px solid #fff;
        margin-bottom: 30px;
    }

    .siteFooter .footerBottom .bka {
        margin-bottom: 12px;
    }

    .siteFooter .footerBottom li {
        display: inline-block;
        font-size: 0.75rem;
        margin: 0 7px;
        color: #fff;
        width: 100%;
        font-family: "HelveticaNeueETW01-45Lt", sans-serif;
        letter-spacing: -0.04em;
    }

        .siteFooter .footerBottom li + li {
            margin-top: 16px;
        }

@media screen and (min-width: 767px) {
    .siteFooter .footerBottom li {
        width: auto;
    }
}

@media screen and (min-width: 991px) {
    .siteFooter .footerBottom li {
        font-size: 0.8125rem;
        margin: 0 10px;
    }
}

.siteFooter .footerBottom a {
    display: inline-block;
    color: inherit;
}

    .siteFooter .footerBottom a:hover {
        color: #8CC751;
    }

.siteFooter .footerLinks a {
    display: inline-block;
    color: inherit;
}

@media screen and (min-width: 991px) {
    .siteFooter .link-column {
        border-left: 1px solid white;
    }
}

.shareEmail-popup {
    position: relative;
    background: #FFFFFF;
    width: auto;
    max-width: 500px;
    margin: 15px auto;
    border-radius: 5px;
}

    .shareEmail-popup > fieldset {
        padding: 15px;
    }

@media screen and (min-width: 768px) {
    .shareEmail-popup > fieldset {
        padding: 30px;
    }
}

.shareEmail-popup h2 {
    color: #000;
    font-size: 1.6875rem;
}

.shareEmail-popup .form-group {
    margin-bottom: 24px;
}

    .shareEmail-popup .form-group textarea {
        margin-bottom: 0;
    }

    .shareEmail-popup .form-group.last {
        margin-bottom: 0;
    }

.shareEmail-popup .label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

    .shareEmail-popup .label small {
        color: #616161;
    }

.shareEmail-popup .input.error {
    border-color: #a94442 !important;
}

.shareEmail-popup .form_shareEmail-toAddresses .tag {
    color: #FFFFFF;
    font-size: 0.8125rem;
    background-color: #0071BD;
    padding: 0.1em 0.5em;
    border-radius: 3px;
}

    .shareEmail-popup .form_shareEmail-toAddresses .tag .close {
        margin-left: 10px;
        display: inline-block;
        position: relative;
        color: #FFFFFF;
        vertical-align: baseline;
    }

        .shareEmail-popup .form_shareEmail-toAddresses .tag .close:before {
            content: " ";
            position: absolute;
            top: 0;
            left: -5px;
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.5);
        }

.pagination {
    margin-bottom: 30px;
    margin-top: 20px;
    /*Hover effect goes here*/
}

@media screen and (min-width: 992px) {
    .pagination {
        margin-bottom: 60px;
        margin-top: 40px;
    }
}

.pagination .previous,
.pagination .next {
    display: table;
    width: 100%;
}

    .pagination .previous:before, .pagination .previous:after,
    .pagination .next:before,
    .pagination .next:after {
        content: " ";
        display: table;
    }

    .pagination .previous:after,
    .pagination .next:after {
        clear: both;
    }

    .pagination .previous.disabled,
    .pagination .next.disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.3;
    }

    .pagination .previous .arrow,
    .pagination .next .arrow {
        display: table-cell;
        vertical-align: middle;
        width: 10%;
        transition: all 0.3s ease;
        transform: translateX(0);
    }

    .pagination .previous .content,
    .pagination .next .content {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

@media screen and (min-width: 992px) {
    .pagination .previous .content,
    .pagination .next .content {
        width: 70%;
        padding: 0 15px 0 0;
    }
}

.pagination .previous .content span,
.pagination .next .content span {
    font-size: 0.8125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.pagination .previous .content .name,
.pagination .next .content .name {
    color: #000;
    font-family: "HelveticaNeueETW01-75Bd", sans-serif;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .pagination .previous .content .name,
    .pagination .next .content .name {
        font-size: 1.5rem;
    }
}

.pagination .previous .pagination-img,
.pagination .next .pagination-img {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 18%;
    text-align: right;
    display: none;
}

@media screen and (min-width: 992px) {
    .pagination .previous .pagination-img,
    .pagination .next .pagination-img {
        display: block;
    }
}

.pagination .previous .pagination-img .pagination-img-wrapper,
.pagination .next .pagination-img .pagination-img-wrapper {
    width: 102px;
    height: 102px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(1);
}

.pagination .next .content {
    text-align: left;
}

@media screen and (min-width: 992px) {
    .pagination .next .content {
        padding: 0 0 0 15px;
    }
}

.pagination .next .pagination-img {
    text-align: left;
}

.pagination .previous:hover .pagination-img .pagination-img-wrapper {
    transform: scale(1.1);
}

.pagination .previous:hover .arrow {
    transform: translateX(-15px);
}

.pagination .next:hover .pagination-img .pagination-img-wrapper {
    transform: scale(1.1);
}

.pagination .next:hover .arrow {
    transform: translateX(15px);
}

.pagination .page-number {
    text-align: center;
    display: table;
    width: 100%;
    vertical-align: middle;
}

    .pagination .page-number p {
        display: table-cell;
        vertical-align: middle;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #616161;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        margin-bottom: 0;
    }

.standard-pagination {
    height: 42px;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

    .standard-pagination .page-number {
        height: 42px;
        line-height: 42px;
        font-size: 0.9375rem;
    }

    .standard-pagination .btn-pagination {
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }

        .standard-pagination .btn-pagination.disabled {
            pointer-events: none;
            cursor: default;
            opacity: 0.3;
        }

        .standard-pagination .btn-pagination:hover {
            background-color: #043776;
            color: #fff;
        }

        .standard-pagination .btn-pagination .arrow {
            width: 12px;
            height: 12px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px;
        }

        .standard-pagination .btn-pagination.previous {
            left: 15px;
        }

            .standard-pagination .btn-pagination.previous .arrow {
                margin-right: 10px;
            }

        .standard-pagination .btn-pagination.next {
            right: 15px;
        }

            .standard-pagination .btn-pagination.next .arrow {
                margin-left: 10px;
            }

.blockquote {
    background-color: #043776;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .blockquote:first-child {
        margin-top: -22px;
    }

@media screen and (min-width: 992px) {
    .blockquote:first-child {
        margin-top: -64px;
    }
}

.blockquote:last-child {
    margin-bottom: 0;
}

.blockquote svg {
    fill: #fff;
}

.blockquote + .summary-block {
    margin-top: 0;
}

.blockquote-inner {
    text-align: center;
}

    .blockquote-inner p {
        font-size: 2.5rem;
        font-family: "HelveticaNeueETW01-45Lt", sans-serif;
        letter-spacing: -0.04em;
        line-height: 1em;
        color: #fff;
        margin-top: 24px;
    }

    .blockquote-inner .cite {
        color: #D6DF22;
        margin-top: 20px;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 0.875rem;
        text-transform: uppercase;
    }

.summary-block {
    text-align: center;
    color: #fff;
    padding: 48px;
    margin: 32px 0;
}

@media screen and (min-width: 768px) {
    .summary-block {
        padding: 64px 0;
        margin: 32px 0 48px 0;
    }
}

.summary-block + .section-header {
    margin-top: -40px;
}

.summary-block + .theme--light {
    margin-top: -48px;
}

.summary-block .opening-copy:last-child {
    margin-bottom: 6px;
}

.call-to-action-block {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    color: #0171BD;
}

@media screen and (min-width: 768px) {
    .call-to-action-block {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media screen and (min-width: 992px) {
    .call-to-action-block {
        padding-bottom: 72px;
    }
}

.call-to-action-block .cta__title {
    font-size: 1.4375rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.04em;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .call-to-action-block .cta__title {
        font-size: 1.75rem;
        margin-bottom: 56px;
    }
}

@media screen and (min-width: 992px) {
    .call-to-action-block .cta__title {
        font-size: 2rem;
    }
}

.call-to-action-block .btn-cta {
    margin-top: 10px;
    width: 100%;
}

.call-to-action-block .btn__container {
    font-size: 0;
}

@media screen and (min-width: 600px) {
    .call-to-action-block .btn__container {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.call-to-action-block .btn-wrapper {
    display: inline-block;
    min-width: 232px;
}

@media screen and (min-width: 600px) {
    .call-to-action-block .btn-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.cta__title {
    font-size: 1.4375rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.04em;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .cta__title {
        font-size: 1.75rem;
        margin-bottom: 56px;
    }
}

@media screen and (min-width: 992px) {
    .cta__title {
        font-size: 2rem;
    }
}

.single-column-image {
    margin: 32px 0;
}

.notification {
    position: fixed;
    padding: 1.3125rem 0.75rem;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.2s;
    transform: translateY(-6.25rem);
    visibility: hidden;
}

    .notification.error {
        background-color: rgba(246, 40, 23, 0.95);
    }

    .notification.success {
        background-color: rgba(60, 118, 61, 0.95);
    }

    .notification.is-show {
        transform: translateY(0rem);
        visibility: visible;
    }

    .notification span {
        display: inline-block;
        vertical-align: middle;
        color: #FFFFFF;
        font-size: 1rem;
    }

    .notification .icon-notifi-success {
        margin-right: 0.375rem;
        padding: 0.75rem;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8zMC8xNfymWOAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAACJUlEQVRIia2WT4hNYRjGf+e6hhnCTP40GyVK0SiZUsxCmRQlsSDGTLJzFzYGC0WakoWlZmGrEBLRIDIJYaFMpmn8W80NSTPT2IyFfhbnnDpd59y5d+796lmc7z3neb7vvN/7vF+gkjFyQCewF9gKrAEagb/AGPAOeATcBKbKkaSNfcAwcAWYBE4Ca4FmoBU4ALwEuoEi0Ac0pTKpSTSp19Xvapc6pySeho3qoDqqri+NJx8Wqa/Vx2pLBcRJBOppdVLdnCaQUx+q99WGKsmTOKr+UleVCpxQR9QFNZDHuKS+ihYN6lJ1qnRrNWCe+lntjgXOqvfqRB7jkDoUC4you2ZJ1K4W1ZUpu5hQ21D/qPNnQb5NHVePZcRvq8fzwCgwnVWJGWM3cBUoANcy3hkC1uWAH1WSd0Xkh8uQA3wDlmdZBUAPsKxkrgBcBvYADypZTQ5YkRHbBDxLiJwBzhMa4PMKuFuBn4E6DSzh/zwEQD/QAQwSGmAnYc4qGbeAF6gf1Z0ZJyFQ+9VPKUdxpmIbVzegnlPvzvBBrsojfFAdjgsttor2OlVxQ/RXjsQCqKfUD2pjHQQuqm9MmB2GjeWJekfN10DeY2gRq+O5ZHCx+lYdUJurJA7U3iixHclY6YsLDT1kzNARK0luW7T7r4btk3ICMfarXyL0qdvVVsOG1BIRFdSn6m/1ghnNKtDMa0se2BEV2BbCa8vcKFYE3gMDwA1gIovkH4I238QPoCmAAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
    }

    .notification .icon-notifi-error {
        margin-right: 0.375rem;
        padding: 0.75rem;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8zMC8xNfymWOAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAACAUlEQVRIibWVTUtVURSGn3syog9BKtJALwhKgUE3lMwmBQUNAgcXSrp/oZl/wMCJP0LEmYNo0CBCKLBJOIugqMBBdQcVlJShfVA9Dc4+cTjc81F0F7xnsPZa78vZ7PWumkpBDAHXgIvACeBoyO8AL4AHwE3gYR5BlJMfBJaBDeACcBtoAnVgADgNLAC9wF1gHZjqyKRmMaNuqSvqSIfzLHrVOXVHnVdr6fNs8Wwgb1YgzqKhvlIX0yLpglYgn/wH8gSDalu9kRUYVj+r0yUEe9X9JTXj6hd1Ii1wS10qaaypP9Sf6oGS2gV1LREYVb+q9QpXkERfSd0hdVttREArPLXXRQPxl/EhPO2ZKLzzO/+RPIlV4HwEjAGPuiDwGDgeAQeBt10QeAf0JVbxqwsCUfL5CPRXbHoPbALfK9QOAJsR8Bw4WVHgCHCY2E3L4hTwNALWgEsVBQyoEpeB+4lJbYfhKBu0KKCsrh6GdzRJrIXxLmrapT5TN9SektqlYD9/vGgiGNR4QVOP+tLYLXcX1E0bG+dwWgBji20bW25e856AvPNJY8tvJbmsWy4aL41GhXvOohnIZ9P5TpY8b7z+5ozXYRnxiPF63TJetxQJJJhS19VP4a+uqmNqvzqknlGvq6vqN3U572prWviszwJXgHPAMWBfyL8BngD3gBWgnUfwG5vwA7TBPgwlAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
    }

.picker__nav--next:hover, .picker__nav--prev:hover {
    background-color: transparent;
}

#loading-bar .bar {
    background: #8cc751;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #8cc751;
    border-left-color: #8cc751;
}

/**
| Modules - Rich text editor, content block, ecommerce module, membership modules.
**/
.content-style strong {
    font-family: "HelveticaNeueETW01-75Bd", sans-serif;
}

.content-style h1,
.content-style h2 {
    line-height: 1.05em;
    margin-bottom: 29px;
}

.content-style h3 {
    font-size: 1.4375rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    margin-top: 35px;
}

    .content-style h3:first-child {
        margin-top: 0;
    }

.content-style p {
    margin-bottom: 0;
}

    .content-style p + p {
        margin-top: 1.5em;
    }

    .content-style p a {
        color: #043776;
        border-bottom: 1px dotted #333;
    }

        .content-style p a:hover {
            color: #000;
            border-bottom: 1px solid #000;
        }

.content-style ul {
    padding: 0;
    margin: 0;
    margin-top: 19px;
    padding-left: 23px;
}

    .content-style ul li {
        position: relative;
    }

        .content-style ul li:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            background-color: #043776;
            position: absolute;
            left: -23px;
            top: 10px;
            border-radius: 50%;
        }

        .content-style ul li + li {
            margin-top: 6px;
        }

        .content-style ul li p {
            margin: 0;
            line-height: inherit;
        }

    .content-style ul + p {
        margin-top: 16px;
    }

.content-style ol {
    counter-reset: item;
}

    .content-style ol ol, .content-style li ol {
        padding-left: 16px;
    }

    .content-style ol li {
        display: block;
    }

        .content-style ol li:before {
            content: counter(item) ". ";
            counter-increment: item;
            color: #333;
        }

.general-content-block {
    margin-bottom: 40px;
}

    .general-content-block h3 {
        margin-top: 35px;
    }

        .general-content-block h3:first-child {
            margin-top: 35px;
        }

/**
| CONTENT BLOCK
*/
.content-block {
    margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
    .content-block {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 992px) {
    .content-block {
        margin-bottom: 72px;
    }
}

.content-block h1 {
    font-size: 1.875rem;
    color: #000;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .content-block h1 {
        font-size: 2.25rem;
    }
}

.content-block h2 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .content-block h2 {
        font-size: 1.875rem;
    }
}

.content-block h3 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 16px;
    margin-top: 21px;
}

.content-block p {
    margin-bottom: 16px;
}

.content-block figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.content-block blockquote.blockquote-styled {
    position: relative;
    margin: 0 0 0 0;
    padding-left: 56px;
}

    .content-block blockquote.blockquote-styled:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 42px;
        height: 37px;
        background: url(../img/blockquote.png) no-repeat top left;
    }

    .content-block blockquote.blockquote-styled p {
        font-size: 1.3125rem;
        color: #000;
        margin-bottom: 6px;
    }

    .content-block blockquote.blockquote-styled .name {
        display: block;
        position: relative;
        padding-left: 20px;
        font-size: 0.875rem;
    }

        .content-block blockquote.blockquote-styled .name:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 10px;
            height: 10px;
            content: "—";
        }

.content-block hr {
    border-top: 1px solid #000;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 1px;
    background: transparent;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .content-block .push-left {
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .content-block .push-right {
        float: right;
    }
}

.content-block .margin-top {
    margin-top: 36px;
}

@media screen and (min-width: 992px) {
    .content-block .margin-top {
        margin-top: 0;
    }
}

.one-column--text p {
    font-size: 1.125rem;
}

.one-column--text-center {
    text-align: center;
}

    .one-column--text-center figure {
        margin-bottom: 24px;
    }

    .one-column--text-center .video-container {
        margin-bottom: 24px;
    }

    .one-column--text-center .video-placeholder {
        margin-bottom: 24px;
    }

.two-column--text-on-right figure {
    margin-bottom: 24px;
}

.two-column--text-on-right .video-container {
    margin-bottom: 24px;
}

.two-column--text-on-right .video-placeholder {
    margin-bottom: 24px;
}

.two-column--text-on-left figure {
    margin-bottom: 24px;
}

.two-column--text-on-left .video-container {
    margin-bottom: 24px;
}

.two-column--text-on-left .video-placeholder {
    margin-bottom: 24px;
}

.two-column figure {
    margin-bottom: 24px;
}

.two-column .video-container {
    margin-bottom: 24px;
}

.two-column .video-placeholder {
    margin-bottom: 24px;
}

.three-column figure {
    margin-bottom: 24px;
}

.three-column .video-container {
    margin-bottom: 24px;
}

.three-column .video-placeholder {
    margin-bottom: 24px;
}

.four-column figure {
    margin-bottom: 24px;
}

.two-column-text-image-block {
    margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
    .two-column-text-image-block {
        margin-bottom: 64px;
    }
}

.two-column-text-image-block figure {
    margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
    .two-column-text-image-block figure {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .two-column-text-image-block.image--right .col-sm-6 {
        float: right;
    }

        .two-column-text-image-block.image--right .col-sm-6 + .col-sm-6 {
            float: left;
        }
}

@media screen and (min-width: 768px) {
    .two-column-text-image-block.image--right .content-block__content {
        padding-left: 0;
    }
}

.general-content-block h3 {
    font-family: "Helvetica Neue eText Pro", sans-serif;
    font-size: 1.4375rem;
    line-height: 1.25em;
    margin-bottom: 0.45em;
    margin-bottom: 0.75em;
}

@media screen and (min-width: 768px) {
    .general-content-block h3 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 992px) {
    .general-content-block h3 {
        font-size: 2rem;
    }
}

.general-content-block + .general-content-block {
    margin-top: -20px;
}

.full-width-column-block h3 {
    font-family: "Helvetica Neue eText Pro", sans-serif;
    font-size: 1.4375rem;
    line-height: 1.25em;
    margin-bottom: 0.45em;
}

@media screen and (min-width: 768px) {
    .full-width-column-block h3 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 992px) {
    .full-width-column-block h3 {
        font-size: 2rem;
    }
}

.full-width-column-block h3:first-child {
    margin-top: 0.65em;
}

.content-block + .section-header {
    margin-top: 40px;
}

.snippet-10 figure {
    margin-bottom: 18px;
}

.content-block .content-style h3:first-child,
.full-width-column-block .content-style h3:first-child {
    margin-top: 0;
}

.snippet-07 {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .snippet-07:last-child {
        margin-bottom: 72px;
    }
}

.snippet-10 .col-sm-6 + .col-sm-6 {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .snippet-10 .col-sm-6 + .col-sm-6 {
        margin-top: 0;
    }
}

.snippet-04 .content-block--content .btn-outline,
.snippet-04 .content-block__content .btn-outline,
.two-column-text-image-block .content-block--content .btn-outline,
.two-column-text-image-block .content-block__content .btn-outline {
    margin-top: 30px;
}

.snippet-04 .content-block--content h3:first-child,
.snippet-04 .content-block__content h3:first-child,
.two-column-text-image-block .content-block--content h3:first-child,
.two-column-text-image-block .content-block__content h3:first-child {
    margin-top: 0;
}

.content-block--content .btn-outline,
.content-block__content .btn-outline {
    margin-top: 30px;
}

    .content-block--content .btn-outline:hover,
    .content-block__content .btn-outline:hover {
        color: #fff;
        background-color: #043776;
    }

.video-placeholder {
    display: block;
    position: relative;
    cursor: pointer;
}

    .video-placeholder .btn-play-video {
        transition: all 0.3s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -42px;
        margin-left: -42px;
        width: 84px;
        height: 84px;
        background-color: rgba(1, 1, 1, 0.6);
        border-radius: 50px;
    }

        .video-placeholder .btn-play-video:before {
            content: "";
            display: inline-block;
            border-bottom: 22px solid transparent;
            border-left: 32px solid rgba(255, 255, 255, 0.6);
            border-top: 18px solid transparent;
            margin-top: 22px;
            margin-left: 31px;
            transition: all 0.3s ease;
        }

    .video-placeholder:hover .btn-play-video {
        transition: all 0.3s ease;
        background-color: #010101;
    }

        .video-placeholder:hover .btn-play-video:before {
            border-left: 32px solid white;
            transition: all 0.3s ease;
        }

/**
| END CONTENT BLOCK
*/
.find-map-container {
    background-color: #ECECEC;
}

.map-popup-modal {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .custom-container {
        width: 100%;
    }

        .custom-container .custom-row {
            margin-left: -15px;
            margin-right: -15px;
        }

            .custom-container .custom-row .custom-col-sm-6 {
                width: 50%;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
            }
}

.find-filter-tabs {
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600;
}

@media screen and (min-width: 768px) {
    .find-filter-tabs {
        background-color: transparent;
        top: 143px;
    }
}

.find-filter-tabs .find-filter-tab {
    display: none;
    background-color: #111;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

.find-filter-tabs input {
    height: 42px;
}

@media screen and (min-width: 768px) {
    .find-filter-tabs .find-filter-tab {
        background-color: transparent;
        top: -84px;
        display: block;
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    .find-filter-tabs .find-filter-tab {
        top: -24px;
    }
}

.find-filter-tabs .icon-x-close {
    display: none;
}

.find-filter-tabs.show-tab .filter-tab {
    background-color: #111;
}

    .find-filter-tabs.show-tab .filter-tab .icon-filter {
        display: none;
    }

    .find-filter-tabs.show-tab .filter-tab .icon-x-close {
        display: block;
    }

.find-filter-tabs.show-tab .find-filter-tab {
    display: block;
}

.mobile-find-filter-menu {
    height: 46px;
    padding-left: 46px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .mobile-find-filter-menu {
        display: none;
    }
}

.mobile-find-filter-menu .select-styled select {
    color: #fff;
}

.mobile-find-filter-menu .menu-icon-link {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
}

    .mobile-find-filter-menu .menu-icon-link svg {
        fill: #fff;
    }

    .mobile-find-filter-menu .menu-icon-link.back-arrow {
        left: 0;
    }

        .mobile-find-filter-menu .menu-icon-link.back-arrow svg {
            width: 20px;
            height: 20px;
            margin-left: 13px;
            margin-top: 13px;
        }

    .mobile-find-filter-menu .menu-icon-link.location-pin {
        right: 48px;
    }

        .mobile-find-filter-menu .menu-icon-link.location-pin svg {
            width: 22px;
            height: 22px;
            margin-left: 11px;
            margin-top: 11px;
        }

    .mobile-find-filter-menu .menu-icon-link.filter-tab {
        right: 0;
    }

        .mobile-find-filter-menu .menu-icon-link.filter-tab svg {
            width: 20px;
            height: 20px;
            margin-left: 13px;
            margin-top: 13px;
        }

.mobile-find-filter-menu .select-item .select-styled {
    background-color: #333;
    border: 0;
    height: 46px;
    width: 175px;
}

    .mobile-find-filter-menu .select-item .select-styled .icon-arrow-down {
        fill: #fff;
        top: 19px;
    }

    .mobile-find-filter-menu .select-item .select-styled select {
        border: 0;
        height: 100%;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 0.875rem;
        font-weight: 500;
        padding-left: 0;
    }

.find-select__wrapper input {
    color: #0171BD;
    margin: 0;
    padding-right: 50px;
    padding-left: 40px;
}

.find-select__wrapper select {
    color: #D6DF22;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .find-select__wrapper select {
        color: #0171BD;
    }
}

.find-select__wrapper .select-styled {
    margin-bottom: 8px;
}

.find-select__wrapper .select-styled,
.find-select__wrapper input {
    background-color: #333;
}

@media screen and (min-width: 768px) {
    .find-select__wrapper .select-styled,
    .find-select__wrapper input {
        background-color: transparent;
        background-color: #fff;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    }
}

.find-select__wrapper ::-webkit-input-placeholder {
    color: #D6DF22;
}

.find-select__wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #D6DF22;
}

.find-select__wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #D6DF22;
}

.find-select__wrapper :-ms-input-placeholder {
    color: #D6DF22;
}

@media screen and (min-width: 768px) {
    .find-select__wrapper ::-webkit-input-placeholder {
        color: #0171BD;
    }

    .find-select__wrapper :-moz-placeholder {
        /* Firefox 18- */
        color: #0171BD;
    }

    .find-select__wrapper ::-moz-placeholder {
        /* Firefox 19+ */
        color: #0171BD;
    }

    .find-select__wrapper :-ms-input-placeholder {
        color: #0171BD;
    }
}

.find-select__wrapper .find-search__wrapper {
    position: relative;
}

    .find-select__wrapper .find-search__wrapper button, .find-select__wrapper .find-search__wrapper .btn, .find-select__wrapper .find-search__wrapper .btn-primary, .find-select__wrapper .find-search__wrapper .btn-secondary, .find-select__wrapper .find-search__wrapper .btn-cta, .find-select__wrapper .find-search__wrapper .btn-outline {
        border-radius: 0;
        position: absolute;
        top: 50%;
        height: 100%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background-color: transparent;
    }

    .find-select__wrapper .find-search__wrapper .clear-search {
        right: 2px;
        display: none;
    }

        .find-select__wrapper .find-search__wrapper .clear-search .icon-x-close {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 50%;
            margin-top: -10px;
        }

    .find-select__wrapper .find-search__wrapper .search-icon {
        left: 5px;
    }

    .find-select__wrapper .find-search__wrapper .icon-search {
        width: 14px;
        height: 14px;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -5px;
        fill: #D6DF22;
        vertical-align: middle;
    }

@media screen and (min-width: 768px) {
    .find-select__wrapper .find-search__wrapper .icon-search {
        fill: #0171BD;
    }
}

.find-cards {
    margin-top: 73px;
}

@media screen and (min-width: 768px) {
    .find-cards {
        padding-left: 20px;
    }
}

.card-link {
    cursor: pointer;
}

    .card-link:hover .find-card__content {
        background-color: #D6DF22;
    }

    .card-link:hover .find-card__image {
        position: relative;
    }

        .card-link:hover .find-card__image:after {
            display: block;
        }

.find-card {
    margin-bottom: 20px;
}

    .find-card h3 {
        margin-top: 0;
        margin-bottom: 0.1em;
    }

    .find-card p {
        margin-bottom: 0;
        line-height: 1.41em;
    }

        .find-card p + p {
            margin-top: 16px;
        }

    .find-card .card__item {
        display: block;
        margin-top: 10px;
    }

        .find-card .card__item + .card__item {
            margin-top: 10px;
        }

    .find-card .btn__wrapper {
        text-align: center;
        position: relative;
    }

@media screen and (min-width: 992px) {
    .find-card .btn__wrapper {
        position: absolute;
        top: 50%;
        margin-top: -21px;
        right: 32px;
    }
}

.find-card .find-card__content {
    padding: 24px 32px;
    background: #fff;
    position: relative;
}

@media screen and (min-width: 992px) {
    .find-card .find-card__content {
        padding-right: 150px;
        min-height: 175px;
    }
}

.find-card .find-card__image {
    position: relative;
}

    .find-card .find-card__image:after {
        content: "";
        background-color: rgba(214, 223, 34, 0.25);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: none;
    }

.find-card .active-pin {
    width: 58px;
    height: 52px;
    position: absolute;
    display: none;
    top: 50%;
    right: -20px;
    margin-top: -27px;
    margin-left: -18px;
}

@media screen and (min-width: 992px) {
    .find-card .active-pin {
        top: -28px;
        left: 50%;
        right: auto;
        margin-left: -18px;
    }
}

.find-card.active .active-pin {
    display: block;
}

.map__wrapper {
    padding-right: 0px;
    top: 109px;
    bottom: 0;
    right: 0;
    position: fixed;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

    .map__wrapper .map {
        margin-left: 100%;
        height: 600px;
        width: 100%;
    }

@media screen and (min-width: 768px) {
    .map__wrapper {
        z-index: 10;
        padding-left: 0;
    }

        .map__wrapper .map {
            margin-left: 0;
            height: calc(100% - 108px);
        }
}


.contact-map-wrapper {
    width: 100%;
    padding: 0;
}

    .contact-map-wrapper .map {
        height: 300px;
        width: 100%;
    }


.modalSlider {
    width: 100%;
    height: auto;
    position: relative;
}

    .modalSlider .slick-list {
        height: 100%;
    }

    .modalSlider .slick-track {
        height: 100%;
    }

    .modalSlider .slick-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .modalSlider .slick-slide:before {
            content: "";
            display: block;
            padding-top: 58%;
        }

@media screen and (min-width: 1199px) {
    .modalSlider {
        width: calc(100% - 352px);
        height: 100%;
        float: left;
    }
}

.angular-google-map-container {
    height: 100%;
}

.angular-google-map {
    height: 100%;
}

.modal__overlay {
    background-color: #D6DF22;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 600;
    overflow: auto;
}

@media screen and (min-width: 1199px) {
    .modal__overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.modal__overlay .loading-wrapper {
    height: 100%;
}

.modal__overlay .contact-item p {
    margin-bottom: 0em;
}

.modal__overlay .modal__header {
    text-align: left;
    color: #000;
    padding-right: 40px;
    margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
    .modal__overlay .modal__header {
        padding-left: 15px;
    }
}

.modal__overlay .modal__header h1 {
    margin-bottom: 0.9em;
}

.modal__overlay .modal__header p {
    margin-bottom: 16px;
}

.modal__inner {
    position: absolute;
    background-color: #D6DF22;
    z-index: 800;
    right: 0;
    padding: 30px;
    width: 100%;
    height: auto;
    overflow: initial;
}

@media screen and (min-width: 1199px) {
    .modal__inner {
        width: 352px;
        height: 100%;
        overflow: auto;
    }
}

.modal__inner .btn-white {
    margin-bottom: 26px;
}

@media screen and (min-width: 1199px) {
    .applicator-modal .modal__inner {
        width: 800px;
    }
}

.modal__overlay {
    opacity: 1;
    transform: scale(1);
    z-index: 600;
    display: block !important;
    transition: all 0.625s cubic-bezier(0.68, -0.45, 0.265, 1.55);
}

    .modal__overlay.ng-hide {
        display: block !important;
        opacity: 0;
        transform: scale(0.6);
        transition: all 0.625s cubic-bezier(0.68, -0.45, 0.265, 1.55);
        z-index: -100;
    }

h1.modal__title {
    font-size: 1.4375rem;
    margin-bottom: 1em;
}

.modal__address {
    font-family: "Helvetica Neue eText Pro", sans-serif;
    font-size: 1.0625rem;
    margin-bottom: 50px;
}

.close-modal {
    width: 48px;
    height: 48px;
    position: fixed;
    top: 12px;
    right: 10px;
    cursor: pointer;
    background-color: rgba(214, 223, 34, 0.25);
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

    .close-modal .icon-x-close {
        width: 22px;
        height: 22px;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-flex-item-align: center;
    }

.bg-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gold-tick {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.product-list .gold-tick {
    margin-top: -4px;
    margin-right: 7px;
    margin-left: -1px;
}

.find-card .gold-tick {
    background-color: #ECECEC;
}

.gold-tick svg {
    fill: #FDAB00;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    display: block;
}

.modal__overlay .contourFieldSet {
    background-color: #D6DF22;
}

.modal__overlay .span12 {
    padding-left: 0;
    padding-right: 0;
}

.modal__overlay .contourField {
    border-bottom: 1px solid #000;
}

    .modal__overlay .contourField:first-child {
        border-top: 1px solid #000;
    }

.modal__overlay .hiddenfield {
    border: 0;
}

.modal__overlay .error {
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-left: 11px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
}

.modal__overlay .contourNavigation input[type="submit"] {
    background-color: #fff;
}

    .modal__overlay .contourNavigation input[type="submit"]:hover {
        background-color: #000;
    }

.modal__overlay .contourNavigation .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.layout-wrapper {
    overflow: hidden;
}

/**
| PARTIALS
*/
.homeTile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
}

@media (min-width: 992px) {
    .homeTile {
        -ms-flex-flow: nowrap row;
        flex-flow: nowrap row;
    }
}

.homeTile__item {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

@media (min-width: 992px) {
    .homeTile__item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .homeTile__item {
        height: 630px;
    }
}

.homeTile__item:nth-child(1) .homeTile__background {
    background: rgba(0, 173, 239, 0.75);
}

.homeTile__item:nth-child(1):hover .homeTile__background, .homeTile__item:nth-child(1):focus .homeTile__background {
    background: rgba(0, 173, 239, 0.9);
}

.homeTile__item:nth-child(2) .homeTile__background {
    background: rgba(140, 199, 81, 0.75);
}

.homeTile__item:nth-child(2):hover .homeTile__background, .homeTile__item:nth-child(2):focus .homeTile__background {
    background: rgba(140, 199, 81, 0.9);
}

.homeTile__item:nth-child(3) .homeTile__background {
    background: rgba(4, 55, 118, 0.75);
}

.homeTile__item:nth-child(3):hover .homeTile__background, .homeTile__item:nth-child(3):focus .homeTile__background {
    background: rgba(4, 55, 118, 0.9);
}

.homeTile__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: all .3s ease;
}

.homeTile__content {
    padding: 20px;
    position: relative;
    z-index: 12;
}

@media (min-width: 996px) {
    .homeTile__content {
        padding: 40px;
    }
}

.homeTile__title {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

@media (min-width: 992px) {
    .homeTile__title {
        margin-bottom: 24px;
    }
}

.homeTile__btn {
    padding-left: 24px;
    padding-right: 24px;
}

    .homeTile__btn:hover, .homeTile__btn:focus {
        background-color: #fff;
    }

.homeTile__item__link {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.homeTile--sm .homeTile__item {
    height: 116px;
}

@media (min-width: 768px) {
    .homeTile--sm .homeTile__item {
        height: 160px;
    }
}

@media (min-width: 992px) {
    .homeTile--sm .homeTile__item {
        height: 210px;
    }
}

.homeTile--sm .homeTile__title {
    font-size: 24px;
    margin-bottom: 9px;
}

@media (min-width: 768px) {
    .homeTile--sm .homeTile__title {
        font-size: 32px;
        margin-bottom: 14px;
    }
}

@media screen and (min-width: 768px) {
    .homeTile--sm .homeTile__content {
        padding: 20px 30px;
    }
}

@media (min-width: 996px) {
    .homeTile--sm .homeTile__content {
        padding: 40px;
    }
}

.homeSlider__wrapper {
    position: relative;
}

.homeIntro {
    position: relative;
    margin-bottom: 60px;
}

    .homeIntro:before, .homeIntro:after {
        content: " ";
        display: table;
    }

    .homeIntro:after {
        clear: both;
    }

.homeSlider {
    position: relative;
}

    .homeSlider .list {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 228px;
    }

@media screen and (min-width: 768px) {
    .homeSlider .list {
        height: 507px;
    }
}

@media screen and (min-width: 992px) {
    .homeSlider .list {
        height: 630px;
    }
}

.homeSlider .slick-dots {
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .homeSlider .slick-dots {
        text-align: center;
    }
}

.homeBlurb {
    position: relative;
    z-index: 1;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .homeBlurb {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

.homeBlurb .blue--skrim {
    /*margin-left: -15px;
        margin-right: -15px;*/
    padding: 20px 20px 20px 20px;
    background-color: #043776;
}

@media screen and (min-width: 768px) {
    .homeBlurb .blue--skrim {
        margin-left: 0px;
        margin-right: 0px;
        padding: 24px 30px 30px 30px;
        background-color: transparent;
    }
}

@media (min-width: 996px) {
    .homeBlurb .blue--skrim {
        padding: 24px 40px 30px 40px;
    }
}

.homeBlurb h1 {
    position: relative;
    margin-bottom: 0;
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    max-width: 660px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .homeBlurb h1 {
        font-size: 40px;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .homeBlurb h1 {
        font-size: 52px;
    }
}

.homeBlurb .btn {
    width: 100%;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .homeBlurb .btn {
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .homeBlurb .btn {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .product-detail--version .homeSlider .list {
        height: 360px;
    }
}

@media screen and (min-width: 992px) {
    .product-detail--version .homeSlider .list {
        height: 507px;
    }
}

.homeAbout {
    padding-top: 8px;
    padding-bottom: 20px;
    background-color: #043776;
    color: white;
}

@media screen and (min-width: 992px) {
    .homeAbout {
        padding-top: 12px;
        padding-bottom: 44px;
    }
}

.homeAbout h1 {
    color: white;
}

.homeAbout__text {
    text-align: center;
    font-size: 18px;
    line-height: 1.333333333333333;
}

@media screen and (min-width: 992px) {
    .homeAbout__text {
        line-height: 1.0625;
        font-size: 32px;
    }
}

.partners-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 3px solid #333;
}

    .partners-container .partner {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 1px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

@media screen and (min-width: 768px) {
    .partners-container .partner {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (min-width: 992px) {
    .partners-container .partner {
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%;
    }
}

.partners-container .partner img {
    width: 157px;
    max-width: 100%;
}

.pageTitle {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .pageTitle {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .pageTitle {
        margin-bottom: 60px;
    }
}

.pageTitle .pageTitle-inner {
    position: relative;
    height: 100px;
}

@media screen and (min-width: 768px) {
    .pageTitle .pageTitle-inner {
        height: 240px;
    }
}

@media screen and (min-width: 992px) {
    .pageTitle .pageTitle-inner {
        height: 330px;
    }
}

.pageTitle .title {
    position: absolute;
    bottom: 15px;
    color: #FFFFFF;
    font-size: 2rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .pageTitle .title {
        bottom: 20px;
        font-size: 2.875rem;
    }
}

@media screen and (min-width: 992px) {
    .pageTitle .title {
        bottom: 50px;
        font-size: 3.25rem;
    }
}

.cards {
    margin-top: 32px;
}

    .cards .card {
        height: auto;
        min-height: 0;
        margin-bottom: 30px;
        position: relative;
    }

    .cards .card-image__container {
        position: absolute;
        bottom: 0;
    }

    .cards .card__image {
        position: relative;
    }

    .cards .card__link:hover .card__hover {
        z-index: 10;
        visibility: visible;
        opacity: 1;
    }

    .cards .card__link:hover .card__image {
        position: static;
    }

    .cards .card__content p {
        margin-bottom: 0;
    }

        .cards .card__content p + p {
            margin-top: 0.75em;
        }

    .cards .card__hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: transparent;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%;
        box-pack: distribute;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
    }

        .cards .card__hover .btn {
            -ms-grid-row-align: center;
            align-self: center;
            -ms-flex-item-align: center;
        }

    .cards.style-1 .card__content {
        padding: 20px;
    }

@media screen and (min-width: 600px) {
    .cards.style-1 .card__content {
        padding: 30px;
    }
}

.cards.style-1 .card {
    background-color: #ececec;
}

.cards.style-2 .card__content, .cards.style-3 .card__content {
    padding: 20px 0;
    border-bottom: 3px solid #000;
}

.cards.style-2 .card__hover .btn, .cards.style-3 .card__hover .btn {
    opacity: 0;
}

.cards.style-2 .card__link:hover .card__hover .btn, .cards.style-3 .card__link:hover .card__hover .btn {
    opacity: 1;
}

.cards.style-2 .card__image, .cards.style-3 .card__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cards.style-3 .card__image {
    position: static;
}

.cards.style-3 .card__hover {
    text-align: center;
}

    .cards.style-3 .card__hover .btn {
        opacity: 1;
        transition: none;
        background-color: transparent;
        align-self: flex-end;
        -ms-flex-item-align: end;
        margin-bottom: 14px;
    }

.cards.style-3 .card__link:hover .card__hover .btn {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-item-align: center;
    background-color: #fff;
}

.cards.style-3 .card__content {
    padding: 15px 0 62px 0;
}

.cards.style-3 .card__header {
    font-size: 1.4375rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1em;
    line-height: 1.39em;
}

@media screen and (min-width: 768px) {
    .cards.style-3 .card__header {
        font-size: 1.4375rem;
    }
}

.hover--light-blue .card__link:hover .card__hover {
    background: rgba(0, 173, 239, 0.75);
}

.hover--dark-blue .card__link:hover .card__hover {
    background: rgba(1, 113, 189, 0.75);
}

.hover--green .card__link:hover .card__hover {
    background: rgba(140, 199, 81, 0.75);
}

/*
	----------
	FLEX
	_______________________
*/
.flex__container {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flex__container a {
        display: block;
    }

.flex__item.flex--1-2 {
    display: -ms-flexbox;
    display: flex;
    box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
    .flex__item.flex--1-2 {
        box-flex: 0;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.flex__item.flex--1-2-3 {
    display: -ms-flexbox;
    display: flex;
    box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
    .flex__item.flex--1-2-3 {
        box-flex: 0;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media screen and (min-width: 992px) {
    .flex__item.flex--1-2-3 {
        box-flex: 0;
        -moz-flex: 0 1 33.33333%;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
    }
}

.flex__item.flex--1-2-3-4 {
    display: -ms-flexbox;
    display: flex;
    box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
    .flex__item.flex--1-2-3-4 {
        box-flex: 0;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media screen and (min-width: 992px) {
    .flex__item.flex--1-2-3-4 {
        box-flex: 0;
        -moz-flex: 0 1 33.33333%;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
    }
}

@media screen and (min-width: 1200px) {
    .flex__item.flex--1-2-3-4 {
        box-flex: 0;
        -moz-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}

.flex__item-inner {
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.style-1 .flex__item-inner {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .style-1 .flex__item-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    .style-1 .flex__item-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.flex__item-inner .card {
    width: 100%;
}

.card--no-margin .card {
    margin-bottom: 0 !important;
}

.snippet-07 figure {
    margin-bottom: 18px;
}

.related-projects {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .related-projects .panel-title {
        margin-bottom: 36px;
        font-size: 1.5rem;
        color: #000;
        text-align: center;
    }

@media screen and (min-width: 768px) {
    .related-projects .panel-title {
        font-size: 2.25rem;
    }
}

.client-wrapper {
    margin-bottom: 60px;
}

    .client-wrapper .panel-title {
        margin-bottom: 36px;
        font-size: 2.25rem;
        color: #000;
        text-align: center;
    }

.client-lists ul {
    text-align: center;
}

    .client-lists ul li {
        display: inline-block;
        width: 48%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

@media screen and (min-width: 768px) {
    .client-lists ul li {
        width: 32%;
    }
}

@media screen and (min-width: 992px) {
    .client-lists ul li {
        width: 19%;
    }
}

.services-wrapper {
    margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
    .services-wrapper {
        margin-bottom: 60px;
    }
}

.services-wrapper .heading {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    color: #000;
    font-size: 1.625rem;
    font-family: "HelveticaNeueETW01-75Bd", sans-serif;
    text-align: center;
}

    .services-wrapper .heading:hover {
        color: #0071BD;
    }

@media screen and (min-width: 768px) {
    .services-wrapper .heading {
        text-align: left;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 992px) {
    .services-wrapper .heading {
        margin-bottom: 24px;
    }
}

.services-wrapper .services-lists {
    display: none;
}

@media screen and (min-width: 992px) {
    .services-wrapper .services-lists {
        display: block;
    }
}

.services-wrapper .services-lists a {
    display: block;
    margin-bottom: 6px;
}

.heroImage {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 180px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .heroImage {
        height: 433px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .heroImage {
        height: 546px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .heroImage {
        height: 684px;
        margin-bottom: 60px;
    }
}

.general-heroSlider-wrapper {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .general-heroSlider-wrapper {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .general-heroSlider-wrapper {
        margin-bottom: 60px;
    }
}

.heroSlider {
    position: relative;
}

    .heroSlider .list {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 180px;
    }

@media screen and (min-width: 768px) {
    .heroSlider .list {
        height: 433px;
    }
}

@media screen and (min-width: 992px) {
    .heroSlider .list {
        height: 546px;
    }
}

@media screen and (min-width: 1200px) {
    .heroSlider .list {
        height: 684px;
    }
}

.heroSlider .slick-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-color: transparent;
    background: url(../img/circle-arrow-left.svg) no-repeat;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    opacity: 0.8;
}

    .heroSlider .slick-prev:hover {
        opacity: 1;
        box-shadow: none;
    }

@media screen and (min-width: 768px) {
    .heroSlider .slick-prev {
        margin-top: -26px;
        width: 42px;
        height: 42px;
    }
}

.heroSlider .slick-next {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-color: transparent;
    background: url(../img/circle-arrow-right.svg) no-repeat;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    opacity: 0.8;
}

    .heroSlider .slick-next:hover {
        opacity: 1;
        box-shadow: none;
    }

@media screen and (min-width: 768px) {
    .heroSlider .slick-next {
        margin-top: -26px;
        width: 42px;
        height: 42px;
    }
}

.heroSlider .slick-dots {
    position: absolute;
    bottom: 20px;
}

.general-content-wrapper {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .general-content-wrapper {
        margin-top: 30px;
    }
}

@media screen and (min-width: 992px) {
    .general-content-wrapper {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .general-content-wrapper {
        margin-top: 60px;
    }
}

.general-content-wrapper .row {
    position: relative;
}

@media screen and (min-width: 992px) {
    .general-content-wrapper .left-col {
        position: absolute;
        left: 0;
    }

    .general-content-wrapper .right-col {
        position: absolute;
        right: 0;
    }
}

.general-content-wrapper .heading h1 {
    font-size: 2.125rem;
    color: #000;
}

@media screen and (min-width: 992px) {
    .general-content-wrapper .heading h1 {
        font-size: 2.875rem;
    }
}

.general-content-wrapper .meta-client-img {
    display: none;
    margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
    .general-content-wrapper .meta-client-img {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .general-content-wrapper .meta-group-wrapper {
        display: table;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .general-content-wrapper .meta-group-wrapper {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .general-content-wrapper .meta-group-wrapper .meta-group {
        display: table-cell;
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .general-content-wrapper .meta-group-wrapper .meta-group {
        display: block;
        width: 100%;
    }
}

.general-content-wrapper .meta-group-wrapper .meta-group .meta-title {
    color: #616161;
    font-size: 0.8125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.general-content-wrapper .meta-group-wrapper .meta-group p {
    font-size: 0.875rem;
    margin-bottom: 16px;
}

.general-content-wrapper .meta-group-wrapper-alt .meta-group .meta-title {
    color: #616161;
    font-size: 0.8125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.general-content-wrapper .meta-group-wrapper-alt .meta-group p {
    font-size: 0.875rem;
    margin-bottom: 16px;
}

    .general-content-wrapper .meta-group-wrapper-alt .meta-group p.awardslink a {
        display: block;
    }

    .general-content-wrapper .meta-group-wrapper-alt .meta-group p.people-contact {
        margin-top: 6px;
        display: table;
        width: 100%;
    }

        .general-content-wrapper .meta-group-wrapper-alt .meta-group p.people-contact a.img {
            display: table-cell;
            font-size: 0.875rem;
            width: 20%;
            vertical-align: middle;
            padding-right: 7px;
            line-height: 1;
        }

@media screen and (min-width: 992px) {
    .general-content-wrapper .meta-group-wrapper-alt .meta-group p.people-contact a.img {
        width: 30%;
    }
}

.general-content-wrapper .meta-group-wrapper-alt .meta-group p.people-contact a.img img {
    border-radius: 50%;
    line-height: 1;
}

.general-content-wrapper .meta-group-wrapper-alt .meta-group p.people-contact a.name {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .general-content-wrapper .meta-group-wrapper-alt .meta-group p.people-contact a.name {
        width: 70%;
    }
}

.general-content-wrapper .meta-group-wrapper-alt .meta-group p.btnDownload a .icon-download-file-2 {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

.general-content-wrapper .general-content-main {
    margin-bottom: 24px;
}

.cards--standard .card__link {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
}

    .cards--standard .card__link .card__image {
        position: relative;
    }

    .cards--standard .card__link .skrim--theme-light-green {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        background-color: rgba(140, 199, 81, 0.3);
    }

    .cards--standard .card__link:hover .card__content {
        background-color: #8CC751;
    }

    .cards--standard .card__link:hover .skrim--theme-light-green {
        display: block;
    }

.cards--standard .card__content {
    padding: 20px;
}

.cards--standard .card__title {
    margin-bottom: 0.5em;
}

.cards--standard .card__date {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    margin-bottom: 8px;
    display: inline-block;
}

.cards--standard p {
    margin-bottom: 5px;
}

.mobile-tag-cloud {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-tag-cloud {
        display: block;
    }
}

.tag-cloud {
    padding-bottom: 14px;
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
    .tag-cloud {
        padding-bottom: 26px;
        padding-top: 20px;
    }
}

.tag-cloud .btn {
    margin-bottom: 8px;
}

.news-archive {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .news-archive {
        margin-top: 0;
    }
}

.archive-dropdown .year {
    cursor: pointer;
}

.archive-dropdown ul {
    padding: 0 0 10px 16px;
}

.archive-dropdown .active {
    color: #0171BD;
}

.subscribe-updates {
    margin-top: 30px;
}

    .subscribe-updates input {
        border: 0;
        background-color: #fff;
        color: #333;
    }

    .subscribe-updates .btn__wrapper {
        text-align: center;
    }

        .subscribe-updates .btn__wrapper .btn {
            min-width: 175px;
            margin-top: 20px;
        }

            .subscribe-updates .btn__wrapper .btn:focus {
                background: #0171BD;
            }

                .subscribe-updates .btn__wrapper .btn:focus:hover {
                    background: #043776;
                }

    .subscribe-updates .form-error-message p,
    .subscribe-updates .errorMessage {
        margin-bottom: 0;
        padding-left: 11px;
        color: #000;
        text-transform: uppercase;
    }

    .subscribe-updates .contourPage {
        background-color: #D6DF22;
        padding: 20px 20px 30px 20px;
    }

        .subscribe-updates .contourPage label {
            color: #043776;
        }

        .subscribe-updates .contourPage .span12 {
            background-color: #D6DF22;
            padding-left: 0;
            padding-right: 0;
        }

        .subscribe-updates .contourPage input {
            margin-bottom: 0;
        }

        .subscribe-updates .contourPage .contourNavigation {
            margin-top: 30px;
            text-align: center;
        }

            .subscribe-updates .contourPage .contourNavigation input[type="submit"] {
                min-width: 175px;
            }

.meta-author-name,
.meta-date {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.metadata {
    margin-bottom: 10px;
}

.blog-intro {
    font-size: 2rem;
    line-height: 1.25em;
}

.featureNewsSignUp {
    padding-top: 20px;
    margin-bottom: 24px;
    border-top: 1px solid #000;
}

    .featureNewsSignUp .heading {
        font-size: 1.5rem;
        font-family: "HelveticaNeueETW01-75Bd", sans-serif;
        color: #000;
        margin-bottom: 12px;
    }

    .featureNewsSignUp .input.error {
        border-color: #F62817 !important;
    }

    .featureNewsSignUp .errorMessage {
        margin-top: -10px;
        display: none;
        padding: 0.1em 0.5em;
        font-size: 0.875rem;
        color: #F62817;
        background-color: #f2dede;
        border: 1px solid #ebccd1;
        border-radius: 3px;
    }

        .featureNewsSignUp .errorMessage.show {
            display: block;
            animation-name: shake;
        }

    .featureNewsSignUp .form-message .success-send,
    .featureNewsSignUp .form-message .error-send {
        padding: 12px;
        border: 1px solid #EEEEEE;
        border-radius: 3px;
        font-size: 0.875rem;
        line-height: 1.1;
    }

    .featureNewsSignUp .form-message .success-send {
        color: #3c763d;
        border-left: 3px solid #67b168;
        background-color: #dff0d8;
    }

    .featureNewsSignUp .form-message .error-send {
        color: #F62817;
        border-left: 3px solid #fa8379;
        background-color: #f2dede;
    }

.contact-group div.contact-item p {
    margin-bottom: 0;
}

    .contact-group div.contact-item p + p {
        margin-top: 0.3em;
    }

.contact-group div.contact-item .contact__link {
    display: inline;
}

.contact-group .contact__sub-title {
    margin-bottom: 0.35em;
    margin-top: 1em;
}

.search-result {
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 30px;
}

    .search-result:hover {
        background-color: #D6DF22;
    }

    .search-result .btn__wrapper {
        text-align: center;
    }

.product-logo {
    width: 188px;
    height: 188px;
    position: absolute;
    top: 50%;
    margin-top: -94px;
    left: 50%;
    margin-left: -94px;
    border-radius: 100%;
}

@media screen and (min-width: 768px) {
    .product-logo {
        width: 282px;
        height: 282px;
        margin-top: -141px;
        margin-left: -141px;
    }
}

@media screen and (min-width: 992px) {
    .product-logo {
        width: 374px;
        height: 374px;
        margin-top: -187px;
        margin-left: -187px;
    }
}

.product-logo__inner {
    width: 100%;
    height: 100%;
}

.product-logo__image {
    background-size: contain;
    width: 120%;
    height: 120%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -10%;
    margin-top: -10%;
}

.product-logo.theme--blue-skrim {
    background-color: rgba(0, 173, 239, 0.75);
}

.style--left {
    text-align: left !important;
}

    .style--left h1 {
        padding-right: 100px;
    }

    .style--left .section-select-all {
        position: absolute;
        right: 0;
        top: 6px;
        font-size: 1.0625rem;
        color: #111;
    }

.btn-block__wrapper {
    text-align: center;
}

    .btn-block__wrapper .btn-block {
        width: 100%;
    }

@media screen and (max-width: 768px) {
    .btn-block__wrapper .btn-block {
        margin-top: 30px;
        max-width: 200px;
    }
}

.document-selected-config {
    margin-top: 6px;
    margin-bottom: 24px;
}

.document-download-configuration .select-styled select {
    border: 1px solid #bbb;
    background-color: #f5f5f5;
}

.section-tiles .cards.style-3 .card__content {
    padding-bottom: 18px;
}

.error-page__wrapper {
    position: absolute;
    text-align: center;
    min-height: calc(100vh - 46px);
    background-color: #8CC751;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .error-page__wrapper {
        min-height: calc(100vh - 128px);
    }
}

.error-page__wrapper .error-page__message {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: auto;
    margin: 0 auto;
}

    .error-page__wrapper .error-page__message h1 {
        font-size: 3.125rem;
    }

    .error-page__wrapper .error-page__message p {
        font-size: 1.5rem;
    }

.course__link {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    display: block;
}

    .course__link:hover {
        background-color: #00ADEF;
    }

        .course__link:hover .course__available,
        .course__link:hover .course__date,
        .course__link:hover .course__title {
            color: #fff !important;
        }

    .course__link .course-item {
        display: -ms-flexbox;
        display: flex;
        box-align: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        -o-align-items: baseline;
        align-items: baseline;
        -ms-flex-align: baseline;
        box-orient: vertical;
        box-direction: normal;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }

@media screen and (min-width: 767px) {
    .course__link .course-item {
        box-orient: horizontal;
        box-direction: normal;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
    }
}

.course__link .course-item .course__title {
    margin-bottom: 0;
}

@media screen and (min-width: 767px) {
    .course__link .course-item .course__title {
        width: 40%;
    }
}

@media screen and (min-width: 992px) {
    .course__link .course-item .course__title {
        width: 50%;
    }
}

.course__link .course-item .course__date {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    color: #555;
}

@media screen and (min-width: 767px) {
    .course__link .course-item .course__date {
        width: 30%;
    }
}

@media screen and (min-width: 767px) {
    .course__link .course-item .course__date {
        text-align: right;
    }
}

.course__link .course-item .course__available {
    margin-bottom: 0;
    color: #0171BD;
}

@media screen and (min-width: 767px) {
    .course__link .course-item .course__available {
        width: 30%;
    }
}

@media screen and (min-width: 767px) {
    .course__link .course-item .course__available {
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    .course__link .course-item .course__available {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .section-header .sign-in-out {
        position: fixed;
        top: 0;
        right: auto;
        right: 0;
        left: 0;
        z-index: 99;
        right: auto;
        background: transparent;
        color: #fff;
        height: 47px;
        padding: 0;
        padding: 17px;
    }
}

.attendee-item.first {
    margin-bottom: 69px;
}

.courses-banner {
    text-align: left;
}

.ebosscampaign input {
    color: black;
}

.roserroofcompetition input {
    color: black;
}

.roserroofcompetition textarea {
    color: black;
}

.clear {
    clear: both;
}

.our-people {
    padding-top: 40px;
}

    .our-people .header h1 {
        color: #043776;
    }

    .our-people .people-card {
        margin-bottom: 15px;
    }

        .our-people .people-card:after {
            content: "";
            display: table;
            clear: both;
        }

@media (min-width: 768px) {
    .our-people .people-card {
        height: 190px;
    }
}

.our-people .people-card .people-card__header {
    position: relative;
    padding-left: 82px;
}

.our-people .people-card .photo-wrapper {
    height: 72px;
    width: 72px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .our-people .people-card .photo-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        background: blue;
        opacity: .5;
        transform: translate(-50%, -50%);
        z-index: -2;
    }

@media (min-width: 768px) {
    .our-people .people-card .photo-wrapper {
        height: 64px;
        width: 64px;
    }
}

@media (min-width: 980px) {
    .our-people .people-card .photo-wrapper {
        height: 72px;
        width: 72px;
    }
}

.our-people .people-card .name {
    font-size: 23px;
    line-height: 32px;
    margin: 0;
    padding: 10px 0;
}

.our-people .people-card .role {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.our-people .people-card .phone-icon {
    float: left;
    width: auto;
    height: auto;
    margin-right: 30px;
    margin-left: 20px;
}

.our-people .people-card .phone {
    margin: 10px 0;
}

    .our-people .people-card .phone a {
        color: #043776;
        font-size: 14px;
        line-height: 30px;
    }

@media (max-width: 540px) {
    .our-people .people-card .phone a {
        word-wrap: break-word;
    }
}

@media (min-width: 768px) {
    .our-people .people-card .phone a {
        font-size: 13px;
    }
}

@media (min-width: 980px) {
    .our-people .people-card .phone a {
        font-size: 15px;
    }
}

.our-people .people-card .email-icon {
    float: left;
    width: auto;
    height: auto;
    margin-right: 30px;
    margin-left: 20px;
}

.our-people .people-card .email {
    margin: 10px 0;
}

    .our-people .people-card .email a {
        color: #043776;
        font-size: 14px;
        line-height: 30px;
    }

@media (max-width: 540px) {
    .our-people .people-card .email a {
        word-wrap: break-word;
    }
}

@media (min-width: 768px) {
    .our-people .people-card .email a {
        font-size: 13px;
    }
}

@media (min-width: 980px) {
    .our-people .people-card .email a {
        font-size: 15px;
    }
}

.gallery-tags {
    text-align: center;
}

    .gallery-tags:first-of-type {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .gallery-tags .gallery-tag {
        display: inline-block;
        padding: 10px;
        font-family: Roboto;
        font-weight: bold;
        font-size: 14px;
    }

        .gallery-tags .gallery-tag.active {
            border-bottom: #3A3A3A 1px solid;
        }

.gallery {
    position: relative;
}

    .gallery .header {
        margin-top: 30px;
        text-align: center;
        color: #043776;
    }

    .gallery .image {
        position: relative;
        padding: 10px;
    }

        .gallery .image img {
            width: 100%;
        }

        .gallery .image .caption {
            position: absolute;
            color: white;
            bottom: -20px;
            left: 15px;
            border: none;
        }

        .gallery .image .image-mask {
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            background-color: rgba(0, 0, 0, 0.2);
            cursor: pointer;
        }

        .gallery .image .button-text, .gallery .image .modal__form .form-error-message p, .modal__form .form-error-message .gallery .image p, .gallery .image
        .modal__form .errorMessage,
        .modal__form .gallery .image .errorMessage, .gallery .image
        .styled-form .form-error-message p,
        .styled-form .form-error-message .gallery .image p, .gallery .image
        .styled-form .errorMessage,
        .styled-form .gallery .image .errorMessage, .gallery .image .archive-dropdown .month a, .archive-dropdown .month .gallery .image a, .gallery .image .subscribe-updates .form-error-message p, .subscribe-updates .form-error-message .gallery .image p, .gallery .image
        .subscribe-updates .errorMessage,
        .subscribe-updates .gallery .image .errorMessage, .gallery .image .button-target, .gallery .image .button-url {
            display: none;
        }

    .gallery .mask {
        padding: 50px 0;
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 99;
        display: none;
    }

        .gallery .mask .close {
            position: fixed;
            top: 25px;
            right: 25px;
            height: auto;
            width: auto;
        }

        .gallery .mask .image-full {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 90%;
            max-height: 90%;
            height: auto;
            width: auto;
        }

        .gallery .mask button, .gallery .mask .btn, .gallery .mask .btn-primary, .gallery .mask .btn-secondary, .gallery .mask .btn-cta, .gallery .mask .btn-outline {
            font-weight: bold;
            font-size: 14px;
            position: fixed;
            background-color: white;
            bottom: 50px;
            left: 50%;
            transform: translate(-50%, 0);
        }

        .gallery .mask p {
            font-weight: bold;
            font-size: 16px;
            position: fixed;
            color: white;
            bottom: -20px;
            width: 100%;
            text-align: center;
        }

    .gallery #buttonWrapper {
        font-weight: bold;
        font-size: 14px;
        position: fixed;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .gallery .buttonInfo {
        display: none;
    }

    .gallery #buttonWrapper .btn {
        position: static;
        margin: 0 10px;
        display: inline-block;
        transform: none;
    }
/**
| SITE SPECIFIC
*/
.theme--light-green {
    background-color: #8CC751;
}

.theme--medium-blue {
    background-color: #0171BD;
}

.theme--secondary {
    background-color: #D6DF22;
}

.theme--light {
    background-color: #fefefe;
    padding-top: 20px;
    padding-bottom: 1px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .theme--light {
        padding-top: 64px;
        margin-top: 36px;
    }
}

.theme--blue-skrim {
    background-color: rgba(4, 55, 118, 0.9);
}

.theme--dark-blue {
    background-color: #043776;
}

    .theme--dark-blue:hover {
        background-color: #043776;
    }

.them--dark {
    color: #3a3a3a;
}

/**
| LAYOUT
*/
.form-row {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

    .form-row input, .form-row textarea {
        color: #000 !important;
    }

@media screen and (max-width: 768px) {
    .form-row {
        max-width: 100%;
    }
}


.custom-row {
    margin-left: -7px;
    margin-right: -7px;
}

.custom-col {
    padding-left: 7px;
    padding-right: 7px;
}

/**
| HELPERS
*/
@media screen and (min-width: 992px) {
    .side-bar-inner {
        padding-left: 30px;
    }
}

.contact-people-wrapper .cards .card h3 {
    margin-bottom: 0.3em;
    font-size: 1.1875rem;
}

.contact-people-wrapper .cards .card p {
    font-size: 0.875rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.contact-people-wrapper .cards .card .card__content {
    padding: 16px 0;
}

.overflow {
    overflow: hidden;
}

.docs-header {
    width: 100%;
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    transition: opacity 1.5s ease-out;
    pointer-events: none;
    opacity: 0;
    visisbilty: hidden;
}

@media screen and (min-width: 760px) {
    .docs-header {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        box-align: end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
    }
}

.docs-header.showMe {
    transition: opacity 0.45s ease-out;
    opacity: 1;
    pointer-events: auto;
    visisbilty: visible;
}

    .docs-header.showMe .doc-header-inner {
        opacity: 1;
        transition: opacity 0.8s ease-out;
    }

.document-selected-config {
    color: #fff;
}

.doc-header-inner {
    width: 100%;
    padding-bottom: 16px;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

@media screen and (min-width: 760px) {
    .doc-header-inner {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}

@media screen and (max-width: 760px) {
    .doc-header-inner .document-selected-config,
    .doc-header-inner .back-btn {
        display: none;
    }

    .doc-header-inner .btn-wide {
        position: absolute;
        right: 15px;
        top: 5px;
        padding: .85em 24px .75em 24px;
    }
}

.in-page-download {
    width: 100%;
    position: relative;
    text-align: center;
}

    .in-page-download .btn-block__wrapper {
        display: inline-block;
        right: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .in-page-download p {
        margin-bottom: 0;
    }

@media screen and (max-width: 640px) {
    .in-page-download p {
        display: none;
    }

    .in-page-download .btn-block__wrapper {
        position: static;
        transform: translateY(0);
    }
}

.btn-wide {
    padding-left: 30px;
    padding-right: 30px;
}

.document-sections .section-tiles {
    margin-bottom: 12px;
}

.document-sections .section-hr {
    background-color: #fff;
    height: 3px;
    margin-bottom: 24px;
}

.document-sections .section-header h1 {
    color: #333;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    letter-spacing: -0.04em;
}

.custom-checkbox {
    position: relative;
    display: block;
    color: #1F1F1F;
    overflow: hidden;
    display: inline-block;
    pointer-events: none;
}

.input-checkbox {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -100%;
    visibility: hidden;
}

    .input-checkbox:checked + .fake-checkbox {
        display: inline-block;
        background-position: -136px -35px;
        background-color: #0098C3;
        position: relative;
    }

        .input-checkbox:checked + .fake-checkbox:after {
            /*Add another block-level blank space*/
            content: '';
            display: block;
            width: 6px;
            height: 12px;
            position: absolute;
            top: 0;
            left: 4px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.checkbox-text {
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    margin-left: 6px;
}

.fake-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-radius: 1px;
    background-clip: padding-box;
    pointer-events: none;
    border: 2px solid #0098C3;
}

/*# sourceMappingURL=maps/main.css.map */


.in-page-nav__wrapper.authenticator-sign-in {
    background-color: #D6DF22;
    height: 65px;
    padding-top: 12px;
}

.in-page-nav__wrapper.grey-wrapper {
    background-color: #ececec
}

.authenticator-sign-in h2 {
    font-size: 24px;
    padding-top: 5px;
    padding-right: 40px;
    display: inline-block;
}

.authenticator-sign-in .btn-secondary {
    vertical-align: top;
    background-color: #043776;
    color: #fff;
    font-size: 20px;
    padding: 10px 55px;
}

.btn-external-link {
    background-color: #0071BD;
}

.in-page-nav li a.btn-external-link {
    text-transform: uppercase;
    color: #fff;
}

    .in-page-nav li a.btn-external-link:hover {
        background-color: #D6DF22;
        color: #000;
    }

@media (min-width:768px) {
    .in-page-nav li.btn-signout {
        position: absolute;
        right: 0;
    }
}

.in-page-nav li.btn-signout a {
    background-color: #fff;
}

.information-slider {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .information-slider .slider-content {
        position: absolute;
        bottom: 50px;
        color: #fff;
        font-size: 18px;
    }

        .information-slider .slider-content h2,
        .information-slider .slider-content h3,
        .information-slider .slider-content h4 {
            color: inherit;
            font-weight: bold;
            margin-bottom: 0;
            margin-top: 15px;
        }

        .information-slider .slider-content p {
            max-width: 550px;
            font-size: 20px;
            margin-bottom: 0;
            line-height: 1.2;
            margin-top: 10px;
        }

        .information-slider .slider-content h2 {
            line-height: 1.2;
            font-size: 2.5rem;
        }

            .information-slider .slider-content h2 + h2 {
                margin-top: 0;
            }

        .information-slider .slider-content.dark-content {
            color: #333;
        }

        .information-slider .slider-content.centered-content {
            position: relative;
            bottom: unset;
            top: 100px;
            text-align: center;
        }

.slider-content a.btn {
    background-color: #D6DF22;
    color: #0071BD;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 40px;
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
}

.intro-container {
    padding: 8px 10px;
    background-color: #0071BD;
}

    .intro-container h3 {
        margin: 0;
        text-align: center;
        color: #fff;
    }

@media (max-width:767px) {
    .hidden-xs,
    .hidden-sm {
        display: none !important;
    }

    .landing-page-container {
        padding-bottom: 50px;
    }

    .general-slider .slick-arrow {
        top: 30px;
    }

    .information-slider {
        height: 350px;
    }

        .information-slider .slider-content {
            bottom: 30px;
        }

            .information-slider .slider-content h2 {
                font-size: 1.8rem;
            }

    .homeTile {
        clear: both;
        display: block;
    }
}

.contact-page .call-to-action-block {
    padding: 20px 0;
}

    .contact-page .call-to-action-block h2 {
        margin-bottom: 10px;
    }

.contact-header {
    margin-top: 50px;
}

    .contact-header h2 a {
        color: #043776;
    }

    .contact-header h2.phone a {
        font-size: 48px;
    }

.centered-form-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 80px auto 50px;
}

    .centered-form-wrapper label {
        text-align: left;
    }

    .centered-form-wrapper input[type="text"],
    .centered-form-wrapper input[type="password"] {
        color: #333;
    }

.no-angular .in-page-nav__wrapper {
    background-color: transparent;
}

.homeAbout a {
    color: #fff;
}

    .homeAbout a:hover {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }

.registration #contour input.text,
.registration#contour textarea,
.registration .contour input.text,
.registration .contour textarea {
    max-width: 95% !important;
    width: 400px !important;
}

.registration input,
.registration textarea {
    color: #333;
}

.registration .contourNavigation div {
    display: inline-block;
}

.registration .contourNavigation .btn {
    border: 1px solid #D6DF22;
}

.registration .contourNavigation .prev {
    background-color: #fff;
    border: 1px solid #bbb;
}

.registration .contour textarea {
    height: 150px;
}

.registration .contour input, .registration .contour textarea {
    background-color: #F5F6F8 !important;
}

.registration .contourField {
    margin-bottom: 20px;
}

    .registration .contourField label, .registration .contourField .help-block {
        margin-bottom: 0;
        line-height: 1;
    }

    .registration .contourField .help-block {
        margin-top: 8px;
        display: block;
    }

    .registration .contourField.checkbox > * {
        display: inline-block;
    }

    .registration .contourField.checkbox input {
        height: 20px !important;
        width: 20px !important;
        margin-left: 10px;
        display: inline-block !important;
        vertical-align: middle;
    }

.registration h4, .registration legend {
    padding-left: 15px;
}

.upper-content {
    margin-top: 50px;
}

.information-slider {
    background-position: center;
}

.registration p.contourMessageOnSubmit {
    margin: 100px auto;
    font-size: 26px;
    width: 100%;
    text-align: center;
}

.conference-styles .intro-container {
    background-color: #244728;
}

.conference-styles .card__hover .btn-primary {
    color: #ba0052;
    background-color: #f3c716;
}

.conference-styles .hover--dark-blue .card__link:hover .card__hover {
    background: rgba(243, 199, 22, 0.45);
}

.conference-styles .card__content {
    color: #244728;
    background-color: #fcf0d0;
}

.conference-styles {
    color: #244728;
}

.conference-logo {
    max-width: 600px;
    margin: 20px auto;
}

h1.no-margin {
    margin: 0;
}

.black-text {
    color: #333 !important;
}

ol[type="a"] {
    padding-left: 30px;
}

    ol[type="a"] li {
        list-style-type: lower-alpha !important;
        display: list-item;
        padding-left: 10px;
    }

        ol[type="a"] li:before {
            display: none;
        }

/*forgot password page*/
.forgot-password .contourField label.fieldLabel {
    margin-bottom: 1.375em;
}

.forgot-password label.fieldLabel span.text {
    font-size: 1.0625rem;
    line-height: 1.88em;
}

.form-margin {
    margin-bottom: 32px;
}

.margin-top-50 {
    margin-top: 50px;
}

.validation-summary-errors {
    color: red;
}

li.download-menu-active {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 20px;
}


.generic-form label {
    margin-top: 15px;
    margin-bottom: 3px;
    font-family: "Helvetica Neue eText Pro", sans-serif;
}

.generic-form h2 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px
}

.video-btn {
    max-width: 150px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    background-image: url("/resources/img/play-icon-grey.svg");
}

    .video-btn:hover {
        background-image: url("/resources/img/play-icon-green.svg");
    }

@media (min-width:1921px) {
    .campaign-page .information-slider {
        height: 670px;
    }
}

.campaign-page .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.campaign-page .landing-page-container h1,
.campaign-page .landing-page-container h2,
.campaign-page .landing-page-container h3 {
    font-family: 'Caladea', serif;
    color: #110f25;
}

.campaign-page p {
    line-height: 1.3;
    margin-bottom: 15px;
}

.campaign-page ul {
    padding-left: 18px;
}

    .campaign-page ul li {
        list-style: disc;
    }

.campaign-page .landing-page-container.upper-container {
    padding-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .campaign-page .landing-page-container.upper-container:after {
        content: "";
        position: relative;
        bottom: 0;
        width: 30%;
        height: 2px;
        background-color: #110f25;
        margin: 50px auto 0 auto;
    }

.campaign-page .landing-page-container:last-of-type { padding-bottom: 50px; }
/*Rooftop newsletter*/

.display_archive {
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 25%);
}

@media (max-width: 992px) {
    .display_archive {
        grid-template-columns: 1fr;
    }
}

.campaign {
    line-height: 2;
    margin: 5px;
    margin: 35px;
    padding-bottom: 5px;
    border-bottom: 2px solid #aaa;
}

    .campaign:before {
        content: "•";
        position: relative;
        /*font-size: 1.2rem;*/
        /*top: 5px;*/
        left: -30px;
        left: -9px;
        color: #D6DF22;
    }

    .campaign a:hover {
        border-bottom: 1px dotted #333;
    }

.mb-40 {
    margin-bottom: 40px;
}

.intro p {
    text-align: left;
    padding-left:15px;
}

.standard-button {
    background-color: #043776;
    padding: 0.4em 0.9em 0.3em 0.9em;
    border-radius: 21px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}

    .standard-button a, .standard-button a:hover {
        color: #fff;
        text-decoration: none;
    }
