@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Italic.woff2') format('woff2'),
    url('/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('/fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-SemiboldItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
    url('/fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
/* 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;
}

: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 'OpenSans', serif;
    line-height: 1.56;
    color: #382933;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-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;
        transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type=text]{

}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: #382933;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password]{
    font-family: 'OpenSans';
}
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: #382933;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #382933;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #382933;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #382933;
    opacity: 1;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #382933;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #382933;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #382933;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #382933;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h1, h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
    color: #022339;
    margin-bottom: 40px;
}   
h3 {
    font-size: 22px;
    line-height: 1.275;
    font-weight: 900;
    margin-bottom: 10px;
}
h4 {
    font-size: 24px;
}
h5 {
   font-size: 18px;
}
h6 {
   
}
h1 span, h2 span,
.large-text span {
    color: #0064A6;
}
.large-text,
.medium-text {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    font-weight: 900;
    text-transform: uppercase;
    color: #022339;
    margin-bottom: 25px;
}
.medium-text {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.small-text {
    font-size: 18px;
    line-height: 1.28;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 7.02px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
    color: #022339;
}
.small-text:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    background: #0064A6;
    left: 0;
    top: 10px;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 25px;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}
.flexbox.nowrap {
	flex-wrap: nowrap;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 70px;
}
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: 0px 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;
}
.nav-menu,
.header-menu, 
.sub-menu, .sub-ctrl, 
.sub-menu li a:before,
.slick-arrow, .btn {
    -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
.search-popup,
.toggle-box, .toggle-head {
    -webkit-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;
    overflow: hidden;
}
.img-box .relative {
    z-index: 1;
}
.banner .single-banner:after, 
.sub-banner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: #0064A6;
    border: none;
    text-align: center;
    min-width: 220px;
    padding: 25px 20px;

}
.btn:hover {
    background: #022339;
}
.btn-light {
    background: #fff;
    color: #0064A6;
}
.more-link {
    font-size: 17px;
    font-weight: 500;
    color: #0064A6;
    text-transform: uppercase;
    white-space: nowrap;
}
.more-link:after {
    content: '\f061';
    font: 400 16px/1 Font Awesome\ 5 Pro;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
    top: 5px;
}
.more-link:hover {
    color: #022339;
}
/* List */
.content ul:not([class]) li {
    position: relative;
    padding-left: 20px;
}
.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0064B2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Icons */
.icon{
    display: inline-block;
    vertical-align: top;
    height: 70px;
    margin-bottom: 20px;
}
.icon img {
    max-height: 100%;
    max-width: 100%;
}
i{
    font-style: normal;
}
i[class^=ico]{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
/************************************************************
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-arrow {
    width: 71px;
    height: 71px;
    border: 3px solid #FFFFFF;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
}
.slick-arrow:hover {
    background: #0064B2;
    border-color: #0064B2;
}
.slick-arrow:after {
    font: 300 35px/1 Font Awesome\ 5 Pro;
}

.slick-arrow.slick-prev:after {
    content: "\f060";
}
.slick-arrow.slick-next:after {
    content: "\f061";
}
.slick-arrow.slick-prev {
    left: 55px;
}
.slick-arrow.slick-next {
    right: 55px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
    background: #fff;
}
.slick-dots li.slick-active button {
    background-color: transparent;
}
.slick-dots li button:before {
    content: none;
}