@font-face {
    font-family: 'Avenir-Light';
    src: url('../fonts/Avenir-Light.eot');
    src: local('☺'), url('../fonts/Avenir-Light.woff') format('woff'),
                     url('../fonts/Avenir-Light.ttf') format('truetype'),
                     url('../fonts/Avenir-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-BookOblique';
    src: url('../fonts/Avenir-BookOblique.eot');
    src: local('☺'), url('../fonts/Avenir-BookOblique.woff') format('woff'),
                     url('../fonts/Avenir-BookOblique.ttf') format('truetype'),
                     url('../fonts/Avenir-BookOblique.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../fonts/Avenir-Heavy.eot');
    src: local('☺'), url('../fonts/Avenir-Heavy.woff') format('woff'),
                     url('../fonts/Avenir-Heavy.ttf') format('truetype'),
                     url('../fonts/Avenir-Heavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-HeavyOblique';
    src: url('../fonts/Avenir-HeavyOblique.eot');
    src: local('☺'), url('../fonts/Avenir-HeavyOblique.woff') format('woff'),
                     url('../fonts/Avenir-HeavyOblique.ttf') format('truetype'),
                     url('../fonts/Avenir-HeavyOblique.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir-Black.eot');
    src: local('☺'), url('../fonts/Avenir-Black.woff') format('woff'),
                     url('../fonts/Avenir-Black.ttf') format('truetype'),
                     url('../fonts/Avenir-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: local('☺'), url('../fonts/Lato-Bold.woff') format('woff'),
                     url('../fonts/Lato-Bold.ttf') format('truetype'),
                     url('../fonts/Lato-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 2px solid #484c52;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 16px/1.5 'Avenir-Light';
    color: #484c52;
}

/* Links */
a,
button,
input[type="submit"] {
    display: inline-block;
    color: inherit;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input color & background with autocomplete */
    -webkit-text-fill-color: #484c52;
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}

/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
    color: #484c52;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: #484c52;
    opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: #484c52;
    opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: #484c52;
    opacity: 1;
}

/* Headings */
h1,
h2 {
    margin-bottom: 30px;
    font: 42px/1.05 'Lato-Bold';
    color: #212121;
}
h2 {
    margin-bottom: 20px;
}
h1 span,
h2 span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 18px 'Lato-Bold';
    color: #056db5;
}
h3 {
    margin-bottom: 15px;
    font: 36px/1.2 'Lato-Bold';
    color: #212121;   
}
h4 {
    margin-bottom: 15px;
    font: 26px/1.1 'Lato-Bold';
}
h5 {
    margin-bottom: 10px;
    font: 22px/1.05 'Lato-Bold';
}
h6 {
    margin-bottom: 8px;
    font: 16px 'Avenir-Heavy';
}

/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 10px;
}
p a {
    display: inline;
    text-decoration: underline !important;
    font-family: 'Avenir-Black';
    color: #056db5;
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
strong {
    font-weight: normal;
    font-family: 'Avenir-Heavy';
    color: #056db5;
}
sup {
    font-size: 11px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.table.page,
.container {
    max-width: 1120px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}
.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}
.hide {
    display: none !important;
}
.no-scroll {
    overflow: hidden;
}

a:after,
.img-box:after,
.btn-play {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-menu {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: rgba(25,25,25,.15);
    opacity: 0;
    visibility: hidden;
}
.img-box .relative {
    z-index: 1;
}

.btn {
    position: relative;
    min-width: 210px;
    border-radius: 8px;
    padding: 18px 25px 17px;
    text-transform: uppercase;
    text-align: center;
    font: 18px 'Lato-Bold';
    color: #fff;
    background-color: #056db5;
}
.btn:hover {
    color: #fff;
    background-color: #212121;
}
.btn.light:hover {
    color: #056db5;
    background-color: #fff;
}
.btn + .btn {
    margin-left: 8px;
}
input[type="submit"].btn {
    color: #fff;
}

.social {
    display: inline-block;
}
.social a {
    font-size: 32px;
}
.social a:not(:last-child) {
    margin-right: 26px;
}
.social a:hover {
    color: #056db5;
}

/************************************************************
Custom Select */
.select2-container {
    font: 12px 'Avenir-Heavy';
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border-color: #ccd1d9;
    border-radius: 8px;
    text-align: left;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 30px 0 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #484c52;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'Avenir-Heavy';
    color: #484c52;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    width: 30px;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    transform: translate(-90%, -45%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: '\f107';
    font: 22px 'Font Awesome\ 5 Pro';
    color: #484c52;
}
.select2-dropdown {
    border-radius: 0;
    border-color: #ccd1d9;
    z-index: 100;
}
.select2-container--open .select2-dropdown--above {
        border-radius: 8px 8px 0 0;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 8px 8px;
}
.select2-results,
.select2-results__options {
    border-radius: inherit;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ebedee;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #056db5;
}
.select2-results__option {
    padding: 6px 15px;
}
.select2-results__option:not([id]) {
    padding: 0;
}

/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-slide img {
    margin: 0 auto 60px;
}
.slick-arrow {
    width: auto;
    height: auto;
    color: #484c52;
    z-index: 9;
}
.slick-arrow:hover {
    color: #056db5;
}
.slick-arrow:after {
    position: relative;
    font: 30px/1 'Font Awesome\ 5 Pro';
    font-weight: lighter;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 25px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 12px;
    height: 100%;
}
.slick-dots li:first-child {
    margin: 0 5px 0 0;
}
.slick-dots li:last-child {
    margin: 0 0 0 5px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
    background-color: #484c52;
}
.slick-dots li.slick-active button {
    background-color: #056db5;
}
.slick-dots li button:before {
    content: none;
}