/* -----------------------
   GLOBALS
------------------------ */
html.fixed,
body.fixed{
    overflow: hidden;
}
/* Fonts
------------------------ */
.ff-pn{
    font-family: 'Proxima-Nova', Arial, sans-serif;
    font-weight: 400;
}
.ff-os{
    font-family: 'Open-Sans', Arial, sans-serif;
    font-weight: 400;
}
.ff-arial{
    font-family: Arial, sans-serif;
    font-weight: 400;
}
.fw-thin, .fw-100{
    font-weight: 100;
}
.fw-ultralight, .fw-200{
    font-weight: 200;
}
.fw-light, .fw-300{
    font-weight: 300;
}
.fw-regular, .fw-400{
    font-weight: 400;
}
.fw-medium, .fw-500{
    font-weight: 500;
}
.fw-semibold, .fw-600{
    font-weight: 600;
}
.fw-bold, .fw-700{
    font-weight: 700;
}
.fw-heavy, .fw-800{
    font-weight: 800;
}
.fw-black, .fw-900{
    font-weight: 900;
}

.text-capitalize{
    text-transform: capitalize;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-lowercase{
    text-transform: lowercase;
}

/* BACKGROUND
------------------------ */
[class*="bg-grey"]:not(.bg-grey-50):not(.bg-grey-100):not(.bg-grey-200):not(.bg-grey-300):not(.bg-grey-400):not(.bg-grey-500),
[class*="bg-"]{color: white}

[class*="bg-"][class*="-200"],
[class*="bg-"][class*="-100"]:not(.bg-blue-100),
[class*="bg-"][class*="-050"],
[class*="bg-yellow"],
.bg-grey-50, .bg-grey-100, .bg-grey-200, .bg-grey-300, .bg-grey-400, .bg-grey-500{
    color: black
}

.bg-blue-900{background-color: #1b325f}
.bg-blue-800{background-color: #1d3e72}
.bg-darkblue{background-color: #004b85}
.bg-blue-600{background-color: #035b9b}
.bg-blue-500{background-color: #1167a6}
.bg-blue {background-color: #2279bc}
.bg-blue-300{background-color: #4196d2}
.bg-blue-200{background-color: #54a4e2}
.bg-lightblue{background-color: #54A4E2}
.bg-blue-100{background-color: #70b3e2}
.bg-blue-050{background-color: #b1daf5}

.bg-red-600{background-color: #ad2324}
.bg-red-500{background-color: #ca2e27}
.bg-red{background-color: #e93b24}
.bg-red-300{background-color: #f26a59}
.bg-red-200{background-color: #f69286}

.bg-purple-600{background-color: #68215f}
.bg-purple-500{background-color: #842573}
.bg-purple{background-color: #9E3D90}
.bg-purple-300{background-color: #c269aa}
.bg-purple-200{background-color: #d891bf}

.bg-aqua-600{background-color: #0496b3}
.bg-aqua-500{background-color: #04a3c2}
.bg-aqua{background-color: #36AEC7}
.bg-aqua-300{background-color: #6ec7d8}
.bg-aqua-200{background-color: #9fdae5}

.bg-green-600{background-color: #7caf42}
.bg-green-500{background-color: #8ebf3f}
.bg-green{background-color: #ACCB32}
.bg-green-300{background-color: #C6DD64}
.bg-green-200{background-color: #D9E89C}

.bg-yellow-600{background-color: #e8ae38}
.bg-yellow-500{background-color: #f3c01d}
.bg-yellow{background-color: #FFCD07}
.bg-yellow-300{background-color: #fede5b}
.bg-yellow-200{background-color: #fee685}

.bg-orange-600{background-color: #f37921}
.bg-orange-500{background-color: #f68b1f}
.bg-orange{background-color: #F8981D}
.bg-orange-300{background-color: #FFB05A}
.bg-orange-200{background-color: #FFC885}

.bg-grey-900{background-color: #01010f}
.bg-grey-800{background-color: #4d4d57}
.bg-grey-700{background-color: #808087}
.bg-grey-600{background-color: #98989b}
.bg-grey-500{background-color: #cccccc}
.bg-grey-400{background-color: #dbdbdb}
.bg-grey-300{background-color: #e5e5e5}
.bg-grey-200{background-color: #f2f2f2}
.bg-grey-100{background-color: #f6f6f6}
.bg-grey-50{background-color: #f8f8f8}

/* -----------------------
    LINK (anchor) TREATMENT
------------------------ */
a.arrow {
    color: #2279bc;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
a.arrow:before {
    content: '';
    width: 0;
    /*width: calc(100% - 0.9em);*/
    position: absolute;
    height: 1px;
    bottom: 0;
    opacity: 0;
    background: #54a4e2;
}
a.arrow:after {
    content: '\25b6';
    font-size: 0.7em;
    top: -1px;
    position: relative;
    margin-left: 0.45em;
    display: inline-block;
}

a.arrow:hover:before {
    opacity: 1;
    width: calc(100% - 0.9em);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
a.arrow:hover, a.arrow:hover:after {
    color: #54A4E2;
}
a.arrow:hover:after {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {

    33.3% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }


    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    100% {
        -webkit-transform: translateX(-0.3em);
        transform: translateX(-0.3em);
    }
}

@keyframes hvr-icon-wobble-horizontal {

    33.3% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    66.6% {
        -webkit-transform: translateX(-0.3em);
        transform: translateX(0.6em)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* -----------------------
   ACCORDION
------------------------ */

/* F6 reset
------------------------ */
.accordion{
    background: none;
    border-radius: 0;
    border: none;
}
.accordion-content {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background: none;
    padding-top: 0;
    border-bottom: 0;
}

/* Defaults
------------------------ */
.accordion-item {
    width: 100%;
}
.accordion-heading {
    width: 100%;
    min-height: 50px;
    position: relative;
    display: table;
    border-collapse: collapse;
    cursor: pointer;
}
.accordion-icon, .accordion-label{
    display: table-cell;
    vertical-align: middle;
}
.accordion-icon {
    width: 50px;
    text-align: center;
}
.accordion-icon img,
.accordion-icon svg{
    display: inline-block;
    width: 35px;
    vertical-align: middle;
}
.accordion-label {
    padding: 5px 35px 5px 12px;
    position: relative;
}
.accordion-label:after {
    font-size: 24px;
    line-height: 14px;
    content: '\002b';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-item.is-open .accordion-label:after {
    content: '\2212';
}
.accordion-content{
    display: none;
    width: 100%;
    padding: 25px 12px;
}
.accordion.has-icons .accordion-content {
    padding: 25px 64px;
}
@media (max-width: 39.9375em){
    .accordion.has-icons .accordion-content{
        padding: 25px 10px;
    }
}

/* Config
------------------------ */
.accordion-heading {
    background: #f2f2f2; /* trigger background */
}
.accordion-item:last-child .accordion-content{
    border-bottom: 2px solid #e9e9e9; /* last item border bottom. slightly darker shade of trigger background recommened */
}
.accordion-label:after{
    color: #98989B; /* plus/minus sign default color */
}
.accordion-heading:hover .accordion-label:after{
    color: #2279bc; /* plus sign on hover color */
}
.accordion-item.is-open .accordion-heading:hover .accordion-label:after{
    color: #2279bc; /* minus sign on hover color */
}
.accordion-icon svg path{
    fill: #2279bc; /* icon default color */
}
.accordion-item.is-open .accordion-icon{
    background-color: #2279bc; /* icon when item is open background */
}
.accordion-item.is-open .accordion-icon svg path{
    fill: #f2f2f2; /* icon (svg) fill when item is open */
}
.accordion-icon ~ .accordion-label {
    border-left: 2px solid #fff; /* divider between icon and label, needs to be color of BG */
}
.accordion-item ~ .accordion-item {
    margin-top: 2px; /* needs to be same as border left above */
}


/* -----------------------
   BREADCRUMBS
------------------------ */
.breadcrumbs{
    margin: 0;
}

.breadcrumbs li:not(:last-child)::after {
    content: "\25b6";
    margin: 0 0.5em;
    top: -2px;
    color: #d4d4d4;
    font-size: 0.8em;
}
.breadcrumbs a {
    border-bottom: 1px solid;
}
.breadcrumbs a:hover {
    text-decoration: none;
}

/* Config
------------------------ */
.breadcrumbs li{
    font-size: 16px; /* recommended size is 16px */
}
.breadcrumbs a {
    color: #2279bc; /* default text color */
    border-bottom-color: #2279bc; /* default border color */
}
.breadcrumbs a:hover {
    color: #54A4E2; /* hover text color */
    border-bottom-color: #54A4E2; /* hover border color */
}
.breadcrumbs li:not(:last-child)::after {
    color: #a5a5a5; /* divider arrow color */
}

/* -----------------------
   BUTTONS
------------------------ */
.button, button{
    outline: none;
    padding: 9px 18px;
    margin: 0;
    font-size: 18px;
    border: none;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
button.bg-blue:hover,.button.bg-blue:hover,
button.bg-blue:focus,.button.bg-blue:focus{background-color: #4196D2}
button.bg-lightblue:hover,.button.bg-lightblue:hover,
button.bg-lightblue:focus,.button.bg-lightblue:focus{background-color: #70B3E2}
button.bg-red:hover,.button.bg-red:hover,
button.bg-red:focus,.button.bg-red:focus{background-color: #F26A59}
button.bg-purple:hover,.button.bg-purple:hover,
button.bg-purple:focus,.button.bg-purple:focus{background-color: #C269AA}
button.bg-aqua:hover,.button.bg-aqua:hover,
button.bg-aqua:focus,.button.bg-aqua:focus{background-color: #6EC7D8}
button.bg-green:hover,.button.bg-green:hover,
button.bg-green:focus,.button.bg-green:focus{background-color: #C6DD64}
button.bg-yellow:hover,.button.bg-yellow:hover,
button.bg-yellow:focus,.button.bg-yellow:focus{background-color: #FEDE5B; color: black}
button.bg-orange:hover,.button.bg-orange:hover,
button.bg-orange:focus,.button.bg-orange:focus{background-color: #FFB05A}



.button.simple,
button.simple{
    background: none !important;
    text-decoration: underline;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}

.simple + .simple,
button + .simple,
.button + .simple,
.simple + button,
.simple + .button{
    margin-left: 20px;
}

.bg-blue.simple { color: #2279BC; }
.bg-blue.simple:hover, .bg-blue.simple:focus { color: #1167A6; }
.bg-lightblue.simple { color: #54A4E2; }
.bg-lightblue.simple:hover, .bg-lightblue.simple:focus { color: #4196D2; }
.bg-red.simple { color: #E93B27; }
.bg-red.simple:hover, .bg-red.simple:focus { color: #CA2E27; }
.bg-purple.simple { color: #9E3D90; }
.bg-purple.simple:hover, .bg-purple.simple:focus { color: #842573; }
.bg-aqua.simple { color: #36AEC7; }
.bg-aqua.simple:hover, .bg-aqua.simple:focus { color: #04A3C2; }
.bg-green.simple { color: #ACCB32; }
.bg-green.simple:hover, .bg-green.simple:focus { color: #8EBF3F; }
.bg-yellow.simple { color: #FFCD07; }
.bg-yellow.simple:hover, .bg-yellow.simple:focus { color: #F3C01D; }
.bg-orange.simple { color: #F8981D; }
.bg-orange.simple:hover, .bg-orange.simple:focus { color: #F68B1F; }


/* -----------------------
   FORM
------------------------ */
form{
    overflow: hidden;
}

p.field-state-response{
    color: #2279bc;
    margin-bottom: 20px;
    padding-left: 8px;
}

/* Fields (regular; excludes checkbox and radio)
------------------------ */
.field-box,
fieldset{
    margin-bottom: 16px;
}
.field-box {
    position: relative;
}
.field-box input,
.field-box textarea,
.field-box select{
    background-color: #fff;
}
.field-box input,
.field-box select{
    height: 50px;
    padding: 18px 10px 0 10px;
    font-size: 16px;
    /*line-height: 1;*/
    border-radius: 0;
}
/* SELECT - FIX - adjust select triangle position and remove outline (foundation) */
.field-box select{
    outline: none;
    background-position-y: 4px;
}
.field-box textarea{
    padding: 21px 10px 0 10px;;
    line-height: 1.6;
}

/* Labels (regular; excludes checkbox and radio)
------------------------ */
.field-box label {
    font-size: 16px;
    position: absolute;
    color: #808087;
    top: 1px;
    width: calc(100% - 2px);
    left: 1px;
    height: 48px;
    padding: 10px 10px 0 10px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.field-box textarea.has-scroll ~ label{
    background-color: #fff;
    width: calc(100% - 23px);
}
/* after input/select/textarea has been interacted with shrink label */
.field-box input.is-invalid-input  ~ label, /* INPUT error state */
.field-box select.is-invalid-input  ~ label, /* SELECT error state */
.field-box textarea.is-invalid-input ~ label, /* TEXTAREA error state */
.field-box input:focus ~ label, /* INPUT default focus */
.field-box select:focus ~ label, /* SELECT default focus */
.field-box textarea:focus ~ label, /* TEXTAREA default focus */
.field-box input[data-was-used='1'] ~ label, /* INPUT !empty && !focused */
.field-box textarea[data-was-used='1'] ~ label, /* TEXTAREA !empty && !focused */
.field-box select[data-was-used='1'] ~ label{ /* SELECT !empty && !focused */
    font-size: 12px;
    height: 22px;
    padding-top: 7px;
    padding-right: 10px;
    line-height: 1;
}
/* when input/select/textarea is !focused && !empty change label color to lighter gray */
.field-box input[data-was-used='1']:not(:focus) ~ label, /* INPUT !required !focused field fix */
.field-box textarea[data-was-used='1']:not(:focus) ~ label, /* INPUT !required !focused field fix */
.field-box select[data-was-used='1']:not(:focus) ~ label{ /* optional !required !focused field fix */
    color: #cccccc;
}
/* error color */
.field-box input.is-invalid-input  ~ label, /* INPUT error state */
.field-box select.is-invalid-input  ~ label, /* SELECT error state */
.field-box textarea.is-invalid-input ~ label{ /* TEXTAREA error state */
    color: #e93b24 !important;
}

/* Radio / Checkbox
------------------------ */
fieldset {
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 10px;
    position: relative;
}
fieldset .form-error {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
}

fieldset.is-invalid-input {
    margin-bottom: 38px;
}

fieldset label,
.toggle-box label.is-invalid-label{
    white-space: normal;
    font-size: 16px;
    color: #808087
}
fieldset label:first-child{
    margin-top: -5px;
    margin-bottom: 5px;
}
.toggle-box {
    display: table;
    position: relative;
}
.toggle-box > * {
    display: table-cell;
    vertical-align: middle;
}
.toggle-box input {
    margin: 0;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
    cursor: pointer;
}
.toggle-box > div {
    pointer-events: none;
    vertical-align: top;
    padding-top: 0.35em;
}
.toggle-box > label{
    cursor: pointer;
    padding-left: 8px;
}
.toggle-box span {
    display: block;
    width: 18px;
    position: relative;
    height: 18px;
    border-width: 1px;
    border-style: solid;
}
.toggle-box [type="radio"] + div span{
    border-color: #808087;
}
.toggle-box [type="checkbox"] + div span{
    border-color: #98989B;
}
.toggle-box [type="radio"] + div span,
.toggle-box [type="radio"] + div span i{
    border-radius: 50%;
}
.toggle-box span i,
.toggle-box span svg{
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.01,0.01);
    -moz-transform: scale(0.01,0.01);
    -ms-transform: scale(0.01,0.01);
    -o-transform: scale(0.01,0.01);
    transform: scale(0.01,0.01);
}
.toggle-box input:checked ~ label{
    color: #0a0a0a;
}

.toggle-box input[type="checkbox"]:checked + div span svg {
    -webkit-transform: scale(0.7,0.7);
    -moz-transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}
.toggle-box input[type="radio"]:checked + div span i {
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}


.toggle-box input[type="radio"] + div span i {
    background-color: #01010f;
}
.toggle-box input[type="checkbox"] + div span svg path{
    fill: #01010f;
}



/* Error text
------------------------ */
.field-box .form-error,
fieldset .form-error{
    padding-left: 9px;
    font-size: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    display: table-cell;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.field-box .is-invalid-input ~ span.form-error,
fieldset.is-invalid-input > span.form-error{
    font-size: 12px;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 2px;
}




/* Submit reply
------------------------ */
form .message > .row > .columns {
    position: relative;
}
form .message .message-content{
    position: absolute;
    opacity: 0;
    left: -100%;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
form .message .message-content.visible{
    left: 0;
    opacity: 1;
}
form .fields{
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
form .fields.submitted{
    opacity: 0;
    pointer-events: none;
}

/* Placeholder
------------------------ */
.field-box input::-webkit-input-placeholder,
.field-box textarea::-webkit-input-placeholder{
    color: transparent; -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
.field-box input:-moz-placeholder,
.field-box textarea:-moz-placeholder{
    color: transparent; -moz-transition: color 0.2s ease; transition: color 0.2s ease;
}
.field-box input::-moz-placeholder,
.field-box textarea::-moz-placeholder{
    color: transparent; -moz-transition: color 0.2s ease; transition: color 0.2s ease;
}
.field-box input:-ms-input-placeholder,
.field-box textarea:-ms-input-placeholder{
    color: transparent;
}

.field-box input:focus::-webkit-input-placeholder,
.field-box textarea:focus::-webkit-input-placeholder{
    color: #cccccc; -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
.field-box input:focus:-moz-placeholder,
.field-box textarea:focus:-moz-placeholder{
    color: #cccccc; -moz-transition: color 0.2s ease; transition: color 0.2s ease;
}
/* MOZ needs darker shade because it interprets colors like a retard */
.field-box input:focus::-moz-placeholder,
.field-box textarea:focus::-moz-placeholder{
    color: #98989b; -moz-transition: color 0.2s ease; transition: color 0.2s ease;
}
/* MS doesn't need focus state because it is automatically hidden when input is focused... :'( */


/* SWITCH BOX (toggle)
------------------------ */
.switch-box {
    display: table;
}
.switch-box label{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    margin: 0;
}
.switch-box .switch-box-slider {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 32px;
    background: #8e8e8e;
    border-radius: 8px;
    cursor: pointer;
}
.switch-box .switch-box-slider:after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
}
.switch-box .switch-box-input {
    display: none;
}
.switch-box .switch-box-input ~ .switch-box-label {
    padding-left: 10px;
}
.switch-box .switch-box-input:not(:disabled) ~ .switch-box-label{
    cursor: pointer;
}
.switch-box .switch-box-input:checked ~ .switch-box-slider:after {
    left: 18px;
}
.switch-box .switch-box-slider{
    background: #98989B; /* default unchecked slider background */
}
.switch-box .switch-box-input:checked:not(:disabled) ~ .switch-box-slider {
    background: #4D4D57; /* default checked slider background */
}
.switch-box .switch-box-input:not(:disabled) ~ .switch-box-slider:after {
    background: #F2F2F2; /* default DOT color */
}

.switch-box .switch-box-input:disabled ~ .switch-box-slider {
    background: #E5E5E5; /* disabled slider background */
    cursor: not-allowed;
}
.switch-box .switch-box-input:disabled ~ .switch-box-slider:after {
    background: #fff; /* disabled DOT color */
}


/* -----------------------
   UNORDERED LIST - support custom symbols and custom symbol color + hover
------------------------ */
ul.custom,
ul.custom ul,
ul.custom ol,
ol.custom{
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul.custom li{
    position: relative;
}
ul.custom li{
    padding-left: 1em;
}

ul.custom li:before{
    left: 0;
    position: absolute;
    top: -1px;
}

ul.custom a,
ol.custom a{
    color: #2279bc;
}

ul.custom a:hover,
ol.custom a:hover {
    color: #54a4e2;
}

ul.custom.triangle li {
    cursor: pointer;
}

ul.custom.triangle li:before {
    content: "\25b6";
    font-size: 0.7em;
    line-height: 2.4em;
}

ol.custom{
    counter-reset: item;
}
ol.custom li:before{
    counter-increment: item;
}


/* Config
------------------------ */
ul.custom li + li,
ol.custom li + li{
    margin-top: 0.25rem; /* space between list items */
}
ul.custom li:before{
    content: "\25CF"; /* the symbol used for UL */
}
ol.custom li:before{
    content: counter(item, decimal) ". "; /* counter type used for OL - "decimal" can be replaced for any other list-style-type value*/
}
ul.custom li:before,
ol.custom li:before{
    color: #004B85; /* dot default color */
}
ul.custom li:hover:before,
ol.custom li:hover:before{
    color: #004B85; /* dot hover color */
}


/* -----------------------
   CLOSE BUTTON
------------------------ */
span.close{
    line-height: 20px;
    font-size: 45px;
    height: 24px;
    overflow: hidden;
    font-weight: 800;
    cursor: pointer;
    display: inline-block;
}
span.close:after {
    display: inline-block;
    content: '\00d7';
    color: #828282;
    font-family: "Open-Sans", "Trebuchet MS", monospace;
}
span.close:hover:after {
    color: #a7a7a7;
}


/* -----------------------
   MODAL
------------------------ */

/* Close button position
------------------------ */
.modal span.close{
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 1;
}



/* Modal defaults
------------------------ */
#modal-backdrop{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,34,34,0.7);
    z-index: 899;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#modal-backdrop.opened{
    opacity: 1;
    pointer-events: auto;
}
.modal {
    opacity: 0;
    z-index: 900;
    top: 0;
    pointer-events: none;
    position: fixed;
    background: #fff;
    overflow: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.modal.opened{
    pointer-events: auto;
    opacity: 1;
}
.modal:not(.menu) {
    top: -50%;
    left: 50%;

}
.modal:not(.menu).opened{ /* animate default and video modal from top */
    top: 50%;
}




.modal.fullscreen{
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    left: 10px;
}

.modal:not(.fullscreen).fullheight{
    height: calc(100% - 20px) !important;
    margin-top: 0 !important;
}
.modal.fullscreen.opened,
.modal.fullheight.opened{
    top: 10px !important;
}

/* Modal with text
------------------------ */
.modal .content-wrap {
    padding: 38px 50px; /* should be at least 50px on the sides bcos of the close button */
}

/* Modal with video
------------------------ */
.modal.video{
    overflow: hidden;
    padding: 50px 0;
    background: #000;
}
.modal.video iframe{
    width: 100%;
    height: 100%;
}
/* weird iphone fix, because even thou the modal has pointer events none, the iframe is still somehow able to hijack pointer (#only on iphone)*/
.modal:not(.opened).video iframe{
    display: none !important;
    visibility: hidden !important;
}



/* Modal with mobile navigation
------------------------ */
.modal.menu {
    width: 100%;
    height: 100%;
    transform: none;
    right: -100%;
    opacity: 1;
    visibility: hidden;
    overflow: hidden;
}
.modal.menu:not(.is-one) {
    padding-top: 60px;
}
.modal.menu:not(.is-one) .modal-menu {
    border-top-width: 1px;
    border-top-style: solid;
}
.modal.menu:not(.is-one) span.close:before {
    display: inline-block;
    content: 'MENU';
    color: #828282;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    top: -6px;
    margin-right: 5px;
}
.modal.menu.is-one {
    background: #ccc;
}
.modal.menu .content-wrap{
    background: #fff;
    padding: 0;
    height: 100%;
    overflow: auto;
}
.modal.menu.opened {
    right: 0;
    visibility: visible;
}

.modal-menu {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid;
}
.modal-menu li{
    font-size: 14px;
    overflow: hidden;
}
.modal-menu > li + li {
    border-top: 1px solid;
}
.modal-menu li{
    position: relative;
}
.modal-menu a.active{
    pointer-events: none;
    font-weight: 600;
}
.modal-menu li a, /* li - without submenu */
.modal-menu li p{  /* li - with submenu */
    display: block;
    padding: 25px 60px 25px 30px;
    cursor: pointer;
    margin-bottom: 0;
}
.modal-menu li p:before {
    position: absolute;
    right: 30px;
    content: '\002b';
    font-size: 24px;
    line-height: 20px;
}
.modal-menu li.open > p:before {
    content: '\2212';
}
.modal-menu li ul{
    overflow: hidden;
    margin-left: 20px;
}
.modal-menu li > p + ul > li {
    line-height: 0;
}
.modal-menu li > ul > li > a,
.modal-menu li > ul > li > p{
    height: 0;
    min-height: 0;
    opacity: 0;
    padding: 0 30px;
    line-height: 1.6;
}
.modal-menu li.open > ul > li > a,
.modal-menu li.open > ul > li > p{
    height: auto;
    min-height: 72px;
    padding-top: 25px;
    padding-bottom: 25px;
    opacity: 1;
}
.modal-menu p + ul{
    margin-top: 0;
}

/* Modal with mobile navigation - Config
------------------------ */
.modal-menu a,
.modal-menu p{   /* text default color */
    color: #707070;
}
.modal-menu a:hover,
.modal-menu p:hover{
    color: #54A4E2; /* text on hover */
}
.modal-menu p:before{
    color: #707070; /* +/- sign default color */
}
.modal-menu p:hover:before{
    color: #accb32; /* +/- sign on hover */
}
.modal-menu a.active{
    color: #2279bc; /* active item text color */
}
.modal-menu,
.modal-menu > li + li{
    border-color: #ccc; /* item divider and wrapper border color */
}
.modal.menu.is-one {
    padding-top: 60px; /* IS-ONE; has to be same as navigation height */
}




/* -----------------------
   SLICK-SLIDER
------------------------ */

/* defaults (from SS developer)
------------------------ */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: inline-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-arrow.slick-hidden {
    display: none;
}

/* Adjustments
------------------------ */
.slick-track{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.slick-slide {
    text-align: center;
    outline: none;
    position: relative;
}

/* Arrows
------------------------ */
.slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    outline: none;
    z-index: 10;
    padding: 0 20px;
    min-height: 60px;
}
.slick-arrow svg{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev svg{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Dots
------------------------ */
.slick-dots{
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:before{
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\2022';
    font-family: serif;
    text-align: center;
}

/* Config
------------------------ */
.slick-dots li button:before{
    color: #E5E5E5; /* Dots - Default fill */
}
.slick-dots li button:hover:before{
    color: #808087; /* Dots - Hover fill */
}
.slick-dots li.slick-active button:before{
    color: #98989B; /* Dots - Active fill */
}
.slick-dots {
    bottom: -30px; /* Dots - distance from slider */
}
.slick-dotted.slick-slider {
    margin-bottom: 30px; /* Needs to be same as .slick-dots bottom attribute so the dots dont overlap content below */
}
.slick-arrow {
    width: 55px; /* Arrows - Size */
}
.slick-slider {
    padding: 0 65px; /* Needs to be same as .slick-arrow width or more for right and left padding, or do padding 0 if you want arrows over slide */
}
.slick-arrow svg path{
    fill: #CCCCCC; /* Arrows - Default fill */
}
.slick-arrow:hover svg path{
    fill: #98989B; /* Arrows -Hover fill */
}


@media screen and (max-width: 39.9375em) {
    .slick-arrow {
        width: 30px;
        padding: 0 5px;
    }
    .slick-slider {
        padding: 0 35px; /* Needs to be same as .slick-arrow width or more for right and left padding, or do padding 0 if you want arrows over slide */
    }
}


/* -----------------------
       HEADER (.headbar)
    ------------------------ */
.headbar,
.headbar .menu-icon-wrap,
.menu-icon-wrap{
    height: 70px;
}
.headbar-left, .headbar-center, .headbar-right {
    height: 100%;
    position: relative;
}
.headbar-left, .headbar-center{
    float: left;
}
.headbar-left{
    width: 180px; /* only adjust when not using IDC logo */
}
.headbar-center:not(:empty) {
    text-align: center;
    width: calc(100% - (180px + 108px + 1px)) /* only adjust when not using IDC logo or with customized right */
}
.headbar-right{
    float: right;
}
.headbar-logo {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.headbar-btn {
    height: 100%;
    display: table;
    float: left;
    cursor: pointer;
    position: relative;
}
.headbar-btn a{
    padding: 0 15px;
}

/* Navigation buttons
------------------------ */
.headbar-right .headbar-menu{
    float: left;
}
.headbar-menu {
    height: 100%;
    list-style: none;
    margin: 0;
    display: inline-block;
}
.headbar-menu li {
    height: 100%;
    float: left;
    cursor: pointer;
}
.headbar-menu li.active{
    pointer-events: none;
}
.headbar-menu a {
    height: 100%;
    color: #fff;
    padding: 0 15px;
}
.headbar-menu a > * {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}
.headbar-menu svg,
.headbar-menu img {
    margin-right: 10px;
    display: block;
}

/* Social icons
------------------------ */
.social .social-toggle {
    vertical-align: middle;
    display: table-cell;
    padding: 0 15px;
    height: 100%;
    cursor: pointer;
}
.social .social-toggle svg {
    display: block;
}
.social #share-options {
    top: 80%;
    opacity: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
}
.social-toggle.toggled + #share-options {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}
.social #share-options a {
    height: 54px;
    cursor: pointer;
    display: table;
    padding: 0;
    width: 100%;
}
.social #share-options .icon{
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
}
.social #share-options svg{
    display: block;
}

/* MENU BUTTON
------------------------ */

/* F6 reset */
.menu-button .menu-icon::after{  display: none; }
.menu-button .menu-text{ padding: 0; }

/* Defaults */
.menu-button {
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
.menu-button-placeholder{
    width: 120px;
}
.menu-button-actual{
    position: absolute;
    top: 0;
    z-index: 991;
}
.menu-button-placeholder,
.menu-button-actual {
    padding: 0 15px;
}
.menu-button.is-open {
    background: none;
}
.menu-button.is-open .menu-text{
    color: #444;
}
.menu-button.is-open .menu-icon .bar{
    background-color: #777;
}
.menu-button.is-open:hover .menu-icon .bar{
    background-color: #444;
}
.menu-button .menu-text {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 200;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.menu-button .menu-icon-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
}
.menu-button .menu-icon {
    display: inline-block;
    padding: 0;
    width: 22px;
    height: 18px;
}
.menu-button .menu-icon .bar {
    height: 2px;
    width: 100%;
    background-color: white;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.menu-button .menu-icon .bar + .bar {
    margin-top: 6px;
}
.menu-button .menu-icon .bar:nth-child(1) {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.menu-button .menu-icon .bar:nth-child(3) {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.menu-button.is-open .bar:nth-child(1) {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
}
.menu-button.is-open .bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.menu-button.is-open .bar:nth-child(3) {
    -webkit-transform: translate(-2px, 0) rotate(45deg);
    transform: translate(-2px, 0) rotate(45deg);
}

@media screen and (max-width: 39.9375em){
    .headbar,
    .headbar .menu-icon-wrap,
    .menu-icon-wrap{
        height: 60px; /* shouldn't be tampered with */
    }
    .headbar-left{
        width: 150px; /* only adjust when not using IDC logo */
    }
}

/* Config
------------------------ */
.headbar svg {
    fill: #fff; /* header menu svg icon fill */
}
.headbar-btn:hover,
.headbar-menu li:hover,
.social #share-options a:hover{
    background-color: rgba(0, 0, 0, 0.1); /* header button on hover background color */
}
.headbar-menu li.active,
.social-toggle.toggled{
    background-color: rgba(0, 0, 0, 0.2); /* header button active state */
}

@media screen and (max-width: 25em){
    /* hides the text "MENU" when screen width is under 400px */
    .menu-button .menu-text{
        opacity: 0;
        pointer-events: none;
        right: 84px;
        position: relative;
    }
    .menu-button.is-open .menu-text {
        opacity: 1;
        pointer-events: auto;
        right: 100px;
    }
    .menu-button-placeholder,
    .menu-button-actual{
        width: 54px;
        overflow: hidden;
    }
    .menu-button.is-open .menu-button-actual{
        overflow: visible;
    }
}





@-ms-viewport{
    width: device-width;
}