@font-face {
    font-family: 'Optima LT Std';
    src: url('fonts/OptimaLTStd-Medium.eot');
    src: url('fonts/OptimaLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/OptimaLTStd-Medium.woff2') format('woff2'),
        url('fonts/OptimaLTStd-Medium.woff') format('woff'),
        url('fonts/OptimaLTStd-Medium.ttf') format('truetype'),
        url('fonts/OptimaLTStd-Medium.svg#OptimaLTStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Medium.eot');
    src: url('fonts/Optima-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Medium.woff2') format('woff2'),
        url('fonts/Optima-Medium.woff') format('woff'),
        url('fonts/Optima-Medium.ttf') format('truetype'),
        url('fonts/Optima-Medium.svg#Optima-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    font-family: 'Optima LT Std';
}
ol,
ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

header {
    background-color: #9d022e;
}

header {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-lower {
    padding: 16px 5%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-lower.sticky-fixed {
    padding: 8px 1%;
}
/* .main-content{
    padding: 105px 0 0!important;
} */
.column_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.call-to-action__50-50__item{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}
.call-to-action__50-50__item:before {
    content: '';
    background-color: #00000070;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.call-to-action__50-50__item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20% 10%;
    z-index: 9;
    position: relative;
}
.header-content ul.networks {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

ul.networks li {
    margin-right: 10px;
}

ul.networks li a {
    color: #fff;
    font-size: 18px;
}

.call-to-action-divider {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #ffb718;
    z-index: 9;
    width: 84px;
    height: 84px;
}
.call-to-action__50-50__item h2{
    font-size: 44px;
    line-height: 56px;
    color: #fff;
}
.call-to-action__50-50__item h2, .call-to-action__50-50__item p {
    max-width: 380px;
}
.call-to-action__title {
    position: relative;
    color: #fff;
}
.call-to-action__title::after {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #ffb718;
    content: '';
}
.call-to-action__intro {
    margin: 60px 0 40px;
    color: #fff;
}

.btn{
    padding: 20px 44px;
    border: 0;
    border-radius: 5px;
    background-color: #56b046;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn--medium {
    display: block;
    padding: 14px 24px;
    width: 365px;
    max-width: 365px;
    text-align: center;
    outline: none;
}
.btn--red {
    background-color: #9d082e;
    color: #fff;
}
.btn--Burgundy:hover{
    background-color: #323233;
    color: #fff;
    outline: none;
}
.btn--Burgundy:active, .btn--Burgundy:focus{
    color: #fff;
    outline: none !important;
}
.btn--Burgundy {
    background-color: #800020;
}
.divide span {
    color: #000;
}

.call-to-action {
    position: relative;
    padding: 10%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-to-action__fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,from(black),color-stop(90%,transparent));
    background: -o-linear-gradient(left,#000 0,transparent 90%);
    background: linear-gradient(to right,#000 0,transparent 90%);
}
.gt_touch {
  
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.call-to-action__aligned-content {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
    position: relative;
    color: #fff;
}
.call-to-action__title {
    position: relative;
    color: #fff;
    font-size: 44px;
    line-height: 56px;
 
}

.block_elm .lnk a {
    display: inline-block;
    margin-right: 10px;
}


.block_elm .lnk a {
    padding: 8px 24px 8px 12px;
}

.block_elm .lnk a .fa {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}


.block_elm .lnk a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #323233;
    transition: 0.3s;
}

.call-to-action__intro {
    margin: 60px 0 40px;
    color: #fff;
    line-height: 27px;
    font-size: 16px;
}
.call-to-action__link{
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	 background: #9d022e;
    padding: 12px 18px;    
    text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.call-to-action__link .fa {
    border: 2px solid #fff;
    padding: 7px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.container{
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}




/* ---footer-- */

.footer {
    background-color: #323234;
    text-align: center;
    border-top: 4px solid #9d022e;
}
.footer-upper {
    border-bottom: none;
    overflow: hidden;
    padding: 25px 0;
    font-size: 0;
}
.footer-logo img {
    height: 52px;
}
.footer-upper .footer-block {
    width: 100%;
}
.footer-upper .footer-block {
    width: 100%;
}
.footer-block {
    width: 95%;
    margin: 1px auto;
    text-align: left;
    font-size: 14px;
}
.footer-content ul{
    margin-top: 15px;
}
.footer-content ul li {
    font-size: 14px;
    color: #fff;
    font-family: 'Optima LT Std';
}
.copyright-section {
    font-size: 14px;
    text-align: center;
}
.logo-block ul li {
    text-align: left;
    color: #fff;
    font-size: 15px;
}
.footer-block .title {
    margin: 0 0 0;
    /* background: #323234 url(../images/toggle-white.png) right center no-repeat; */
    padding: 10px 15px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
}
.footer-block .title strong {
    font-weight: normal;
    color: #fff;
}
.footer-block .list {
    display: block;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 10px 15px;
}
.footer-block .list a {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
}
.footer-block ul li a {
    color: #fff;
    font-size: 15px;
}
.newsletter-email {
    display: inline-block;
    overflow: hidden;
}
.newsletter-email input[type="email"] {
    float: left;
    /* width: 228px; */
    height: 35px;
    margin: 0 -1px 0 0;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    padding: 0 15px;
    font-size: 15px;
    color: #444;
}
.newsletter-subscribe-button {
    float: left;
    height: 35px;
    border: none;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    width: 100px;
    background-color: #9d022e;
    border-radius: 0 3px 3px 0;
}
.newsletter-validation, .newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
.please-wait {
    background: url(../images/ajax-loader-small.gif) no-repeat;
    padding-left: 20px;
    font-size: 14px;
}
.newsletter-validation .field-validation-valid {
    text-align: left;
}
.field-validation-valid, .username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}
.newsletter-validation, .newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
.follow-us {
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
}
.follow-us .social ul {
    margin: 30px 0;
    font-size: 0;
}
.follow-us .social li {
    display: inline-block;
    margin: 0 5px;
}
.follow-us .social .facebook a {
    background-position: 0 0;
}
.follow-us .social a {
    display: block;
    font-size: 24px;
}
.footer-block .list a {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
}
.footer-block ul li a {
    color: #fff;
    font-size: 15px;
}
.copyright-section span {
    display: block;
    color: #fff;
}
.footer-powered-by {
    margin: 10px 0 0;
    color: #fff;
}.footer-powered-by a {
    font-weight: normal;
    color: #fff;
}
.btn__wrapper p {
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

@media (min-width: 776px) {
    .container {
        width: 712px;
       
    }
    .footer-block {
        display: inline-block;
        vertical-align: top;
    }
    .footer-block .title {
        margin: 0 0 40px;
        /* background: none; */
        padding: 0;
        color: #444;
        cursor: auto;
        border-bottom: 1px solid #4e4d4d;
        display: inline-block;
        padding-bottom: 10px;
        position: relative;
    }
    .footer-block .title:before {
        content: "";
        position: absolute;
        background: #9d022e;
        height: 1px;
        width: 35px;
        left: 0;
        right: auto;
        top: auto;
        bottom: -1px;
    }
    .footer-block .list {
        /* display: block !important; */
        background: none;
        padding: 0;
    }
    .footer-block .list li {
        padding: 0;
        line-height: 27px;
        list-style-type: none;
    }
    .footer-block .list a {
        display: inline;
        padding: 0;
    }
    .follow-us {
        width: 98%;
        margin: 25px auto 0;
    }
    .footer-block .list li {
        padding: 0;
        line-height: 27px;
        list-style-type: none;
    }
    .footer-block .list a {
        display: inline;
        padding: 0;
    }
    .footer-block .title:before {
        content: "";
        position: absolute;
        background: #9d022e;
        height: 1px;
        width: 35px;
        left: 0;
        right: auto;
        top: auto;
        bottom: -1px;
    }
    
}

@media (min-width: 993px) {
    .container {
        width: 984px;        
    }
    .footer-block {
        float: left;
        /* width: 220px; */
        margin: 0;
    }
    .footer-block .list {
        margin: 0;
    }
    .newsletter-email {
        display: block;
    }
    .newsletter-email input[type="email"] {
        width: 65%;
    }
    .newsletter-email .newsletter-subscribe-button {
        width: 35%;
        padding: 0 5px;
        border-radius: 0 3px 3px 0;
    }
    .follow-us .social ul {
        padding: 16px 0;
        margin: 0;
    }
    .follow-us {
        float: left;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .follow-us .social ul {
        padding: 16px 0;
        margin: 0;
    }
    .follow-us .social li {
        margin: 0 10px 0 0;
    }
    .copyright-section span {
        overflow: hidden;
        width: 100%;
    }
    .footer-powered-by {
        float: none;
        margin: 0;
     
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1258px;
    }
    .newsletter-email input[type="email"] {
        width: 75%;
    }
    .newsletter-email .newsletter-subscribe-button {
        width: 25%;
    }
}

@media (min-width: 1530px) {
    .container {
        width: 1500px;
    }
}
@media (max-width:480px){
	.call-to-action__link{
	   padding: 9px 12px;
	  font-size:12px;
	}
	.call-to-action__aligned-content{
		width:60%;
	}
}
@media (max-width:840px){
	.call-to-action__link{
		margin-bottom:3px;
		display:inline-table;
		width:100%;
	}
}
	
@media (max-width:992px) {
    .footer-upper .col-sm-3 {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
    }
    .footer-block, .footer-block .title {
        display: block !important;
    }
    .follow-us {
        width: 100%;
        margin: 0;
    }
    .follow-us .social ul {
            margin: 0;
            font-size: 0;
            text-align: left;
            padding: 0;
    }
    .footer-block .title {
        margin: 0 0 16px;
        background: none;
        background: #323234 url(linkfile/toggle-white.png) right center no-repeat;
        padding: 0;
        color: #444;
        cursor: auto;
        border-bottom: 1px solid #4e4d4d;
        display: inline-block;
        padding-bottom: 10px;
        position: relative;
    }

        .footer-block .title:before {
            content: "";
            position: absolute;
            background: #9d022e;
            height: 1px;
            width: 35px;
            left: 0;
            right: auto;
            top: auto;
            bottom: -1px;
        }

    .footer-block .list {
        display: none;
        margin: 0 0 0;
        background-color: transparent;
        padding: 10px 0;
        margin: 0 0 0;
    }

        .footer-block .list a {
            padding: 10px 0;
        }

}
@media (max-width: 1024px) {
    .column_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .call-to-action__50-50__item__wrapper {
        padding: 80px 5%;
    }
    .call-to-action-divider {
        top: 100%;
        right: 50%;
        -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
    }
	.header-content .logo {
    width: 90%;
}
}

@media (max-width: 420px) {
	.header-content .logo {
    width: 80%;
	}
	.header-content .logo img{ width:100%;}
}

@media (max-width: 380px) {
.btn--medium {
    width: 310px;
}
}