@font-face {
    font-family: 'HelveticaNeue-Regular';
    src: url('../fonts/HelveticaNeue-Regular.woff') format('woff'),
         url('../fonts/HelveticaNeue-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
         url('../fonts/HelveticaNeue-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/Oswald-Light.woff') format('woff'),
         url('../fonts/Oswald-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Medium';
    src: url('../fonts/Oswald-Medium.woff') format('woff'),
         url('../fonts/Oswald-Medium.woff2') format('woff2');
    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);
}
:focus {
    outline: none;
}
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: 30px 0;
    border: 0;
    border-top: 3px solid #000;
}
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 18px/1.6 'HelveticaNeue-Regular';
    color: #000;
}

/* Links */
a,
button,
input[type="submit"] {
    display: inline-block;
    color: inherit;
    outline: none;
    -webkit-transition: all 0.3s ease; 
    transition: all 0.3s ease;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
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: #332C29;
    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"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    display: block;
    resize: none;
    overflow: auto;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Oswald-Medium';
}
h1,
#home #main h2 {
    margin-bottom: 50px;
    line-height: 1.12;
    font-size: 74px;
    border-left: 3px solid #b93330;
    padding-left: 30px;
}
h2,
.footer-info h3 {
    margin-bottom: 35px;
    line-height: 1.2;
    font-size: 42px;
    border-left: 3px solid #b93330;
    padding-left: 20px;
}
h3,
.sub-banner .large-text {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 42px;
}
h3:after,
.sub-banner .large-text:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin: 15px auto 0;
    background-color: #b93330;
}
.main-content h2,
.inner-section h2,
.bar-callout-alt h2 {
    border: 0;
    padding: 0;
}
.main-content h3,
.inner-section h3 {
    margin-bottom: 25px;
    font-size: 34px;
}
.main-content h3:after,
.page-content .side-content h3:after,
.inner-section h3:after,
.bar-callout-alt h3:after,
.counter h3:after,
.footer-info h3:after {
    content: none;
}
h1 span,
h2 span,
h3 span {
    color: #c72127;
}
h4 {
    line-height: 1.3;
    font-size: 22px;
}
.main-content h4 {
    margin-bottom: 15px;
}
h5 {

}
h6 {
    
}

/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 1.5em;
}
p:last-child {
    margin-bottom: 0;
}
p a {
    color: inherit;
}
p a:hover {
    color: #c72127;
}
ul {
    list-style-type: none;
}
b,
strong {
    font-weight: normal;
    font-family: 'HelveticaNeue-Bold';
}
sup {
    vertical-align: top;
}
sub {
    vertical-align: bottom;
}
sub,
sup,
small {
    font-size: 0.75em;
}
big {
    font-size: 1.25em;
}

/************************************************************
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: 1920px;
    margin: 0 auto;
}
.container {
    padding: 0 100px;
}
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 100px;
}
.padding-left {
    padding-left: 100px;
}
.padding-right {
    padding-right: 100px;
}
.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-box, .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;
}

body:not(.desktop) * {
	background-attachment: scroll !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:not([class*="fa-"]):before,
a:not([class*="fa-"]):after,
.img-box:after,
.img-box .text-box,
.img-box .relative > h3 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-menu,
.header-menu .container > .flexbox > div,
.sub-menu,
.dropdown-menu {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.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(0, 0, 0, .25);
    opacity: 0;
    visibility: hidden;
}
.img-box .relative {
    z-index: 1;
}
.img-box .text-box {
    opacity: 0;
    visibility: hidden;
}
.img-box:hover .text-box {
    opacity: 1;
    visibility: visible;
}
.btn,
.page-content .inner-content > a,
.inner-section .inner-content > a,
input[type="submit"].btn {
    position: relative;
    min-width: 226px;
    border: 2px solid #c72127;
    padding: 29px 20px 27px;
    text-transform: uppercase;
    text-align: center;
    font: 22px/1.3 'Oswald-Medium';
    color: #fff;
    background-color: #c72127;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.btn:hover,
.page-content .inner-content > a:hover,
.inner-section .inner-content > a:hover,
input[type="submit"].btn:hover {
    border-color: #e22e35;
    background-color: #e22e35;
}
.btn.white {
    border-color: #fff;
    background-color: transparent;
}
.btn.white:hover {
    color: #000;
    background-color: #fff;
}
.btn + .btn {
    margin-left: 30px;
}
a.btn:not([href]) {
    display: none;
}
span.btn {
    display: inline-block;
    transition: all 0.3s ease;
}
.social a {
    margin-right: 20px;
    font-size: 22px;
    color: #b2b1b1;
}
.social a:last-child {
    margin-right: 0;
}
.social a:hover {
    color: #fff;
}

/************************************************************
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 20px;
}
.slick-arrow {
    width: auto;
    height: auto;
    color: #c72127;
    z-index: 9;
}
.slick-arrow:hover {
    color: #e22e35;
}
.slick-arrow:after {
    font: 80px/1 Font Awesome\ 5 Pro;
    font-weight: lighter;
}
.slick-arrow.slick-prev {
    left: 15px;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
    right: 15px;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 35px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 2px solid #c72127;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
}
.slick-dots li.slick-active button {
   background-color: #c72127;
}
.slick-dots li button:before {
    content: none;
}

/************************************************************
Alert styles */
.top-info-bar {
	position: relative;
    min-height: 38px;
/*
    color: #fff;
    background-color: #0071ce;
*/
	color: #fff;
	background-color: #c72127;

}
.top-info-bar .container {
	position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}
.top-info-bar .flex > span {
    font-weight: 500;
}
.top-info-bar .flex > span strong {
	display: inline;
}
.top-info-bar .flex > span a{
    line-height: 14px;
    text-transform: uppercase;
}
.top-info-bar .flex > span a.btn {
	display: inline-block;
	margin-top: 10px;
}
.top-info-bar .close-btn {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    right: 15px;
/*     top: 6px; */
	top: 50%;
	transform: translateY(-50%);
    z-index: 10;
}
.top-info-bar .close-btn i {
	margin-right: 0;
}
.alert-btn {
	display: inline-block;
	margin-left: 15px;
	font-family: 'Oswald-Medium';
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.alert-btn::after {
	content: "\f054";
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-left: 6px;
	margin-top: -2px;
	/* 	transform: translate(0px, 0); */
	transition: all 0.3s ease 0s;
}
.alert-btn:hover::after {
	margin-left: 12px;
}
