/* RESET */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0; list-style: none;} img{max-width: 100%; image-rendering: -webkit-optimize-contrast;}
.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *, *:before, *:after{box-sizing: border-box;}

html, body{font-family: 'Inter', sans-serif; line-height: 1.5; height: 100%; width: 100%;}
::-moz-selection{background: #f05423; color: #fff; text-shadow: none} ::selection{background: #f05423; color: #fff; text-shadow: none}

.main{padding: 100px 0;}
.wrap{max-width: 1440px; margin: 0 auto; padding: 0 20px;}

.flex-col{display: flex; flex-wrap: wrap;}
.col{padding-right: 50px;} .col:last-child{padding-right: 0;}
.col-8{width: 66.6666%;} .col-7{width: 58.3333%;} .col-6{width: 50%;} .col-5{width: 41.6666%;} .col-4{width: 33.3333%;}

/* TYPOGRAPHY */
hr{
	border: none;
    border-bottom: solid 1px #ddd;
}
h1, h2, h3, h4, h5, h6{font-weight: 900; text-transform: uppercase; line-height: 1.2;}
h1{font-weight: 900; font-style: italic;}
p{line-height: 1.75;}
a{text-decoration: none; color: inherit; cursor: pointer; transition: all .2s ease-in-out;} a:hover{color: inherit;}

.table-contents{margin-left: 15px;}
.table-contents li{list-style: decimal;}
.table-contents li a{display: inline-block; padding: 5px 0; text-decoration: underline;}
.table-contents li a:hover{text-decoration: none;}

.bullet-list{font-size: 14px;}
.bullet-list li{display: block; margin-left: 15px; padding: 3px 0; position: relative;}
.bullet-list li:before{position: absolute; top: 11px; left: -15px; font-family: "Font Awesome 5 Free"; font-size: 6px; font-weight: 900; content: "\f111";}

.btn{display: block; background: #322f30; padding: 15px; text-align: center; color: #fff;}
.btn:hover{background: #000; color: #f05423;}

.big-btn{display: block; position: relative; background: #322f30; margin-bottom: 15px; padding: 50px; font-size: 36px; font-weight: 300; font-style: italic; text-transform: uppercase; line-height: 1.25; color: #fff;}
.big-btn strong{display: block; font-weight: 900;}
.big-btn:hover{background: #000; color: #f05423;}
.big-btn:after{position: absolute; bottom: 0; right: 0; background: #f5f5f5; padding: 15px 30px; font-family: "Font Awesome 5 Free"; font-size: 24px; font-weight: 900; font-style: normal; content: "\f105"; color: #666;}

.white-btn{background: #fff; color: #000;}
.yellow-btn{background: #f05423; color: #000;}
.orange-btn {
    background: #f05423;
    color: #000;
}

/* HEADER */

.header-container{box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); overflow: hidden;}

.top-header{display: flex; align-items: center; position: relative; left: 15px; font-size: 13px; font-weight: 900; text-transform: uppercase; color: #322f30;}
.top-header .header-column{flex-shrink: 0; padding: 18px 35px; transform: skew(-15deg); border-right: 1px #ddd solid;}
.top-header .header-column .inner{transform: skew(15deg);}
.top-header .header-column .inner i{margin-right: 15px; opacity: .25;}

.header{display: flex; position: relative; left: -20px;}
.header .logo{display: flex; align-items: center; justify-content: center; background: #000; width: 30%; padding: 20px; transform: skew(-15deg);}
.header .logo .inner{transform: skew(15deg);}
.header .logo img{
	display: block; 
    max-width: 440px;
    padding: 0 20px;
}

.header .manus{background: #322f30; width: 60%; transform: skew(-15deg); padding: 20px 25px;}
.header .manus .inner{display: flex; align-items: center; justify-content: center; height: 100%; transform: skew(15deg);}
.header .manus a{display: block; padding: 0 15px;}
.header .manus a:hover{opacity: .75;}

.header .navicon{display: flex; align-items: center; justify-content: center; text-align: center;width: 10%; }
.header .navicon a{display: block; padding: 20px 0 20px 20px; font-size: 36px; font-weight: 900; line-height: 1; opacity: .75;}
.header .navicon a:hover{opacity: 1;}
.header .navicon a.phone-mobile{display: none;}

.mobile-header{display: none;}
.mobile-header ul{display: flex;}
.mobile-header ul li{flex: 1; transform: skew(-15deg); border-right: 1px #ddd solid;}
.mobile-header ul li:last-child{border-right: none;}
.mobile-header ul li a{display: block; padding: 10px; font-size: 20px; text-align: center; transform: skew(15deg); opacity: .5;}
.mobile-header ul li a:hover{opacity: .75;}

/* SEARCH */

.mobile-search{display: none; background: #000; position: relative; width: 100%; z-index: 9999;}

.header-search{position: relative; background: #000; width: 100%; transform: skew(-15deg); z-index: 9999;}
.header-search form{display: flex; align-items: center; position: relative; margin: 0; transform: skew(15deg);}
.header-search form:before{position: absolute; font-family: "Font Awesome 5 Free"; content: "\f002"; right: 40px; font-size: 20px; font-weight: 900; color: #f05423;}
.header-search input[type="text"]{background: none; width: 100%; padding: 20px 30px; font-family: 'Inter', sans-serif; color: #fff; border: none; outline: none;}
.header-search input[type="submit"]{position: absolute; top: 0; right: 20px; width: 60px; height: 60px; opacity: 0; cursor: pointer;}

.header-search ::-webkit-input-placeholder{color: #ccc;}
.header-search :-moz-placeholder{color: #ccc;}
.header-search ::-moz-placeholder{color: #ccc;}
.header-search :-ms-input-placeholder{color: #ccc;}

/* NAVIGATION */

nav.mobile{display: block; position: fixed; top: 0; right: -250px; width: 250px; height: 100%; background: #322f30; color: #fff; z-index: 999999; overflow: auto; box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);}
nav.mobile .mobile-top{display: flex; align-items: center; justify-content: space-between; position: relative; padding: 10px 15px; border-bottom: 4px #f05423 solid;}
nav.mobile .mobile-title{font-size: 14px; font-weight: 700; text-transform: uppercase;}

nav.mobile ul{list-style: none; font-weight: 400; margin: 0; padding: 0;}
nav.mobile ul li{position: relative; border-bottom: 1px solid #444;}
nav.mobile ul li i{position: absolute; right: 15px;}
nav.mobile ul li a.active-mobile i{transform: rotate(180deg);}
nav.mobile ul li a{display: flex; align-items: center; position: relative; font-size: 12px; padding: 15px; font-weight: 700; text-transform: uppercase; color: #fff;}
nav.mobile ul li a:hover{background: #f05423; color: #000;}

nav.mobile ul ul li a{background: #444;}
nav.mobile ul ul ul li a{background: #555;}

nav.mobile .social{padding: 25px 0 10px; text-align: center;}
nav.mobile .social a{padding: 5px; opacity: .75;}
nav.mobile .social a:hover{opacity: 1;}
nav.mobile .nav-footer{margin-top: 25px; font-size: 12px; text-align: center; opacity: .5;}

/* BODY */

.hero{display: flex; flex-wrap: wrap; background: #000; padding: 50px 0;}
.hero .hero-slider{width: 66.6666%;}
.hero .hero-links{width: 33.3333%;}
.hero .hero-links ul li a{display: flex; align-items: center; background: #322f30; margin: 1px 0; padding: 2.75% 35px; font-size: 24px; font-weight: 900; font-style: italic; text-transform: uppercase; color: #fff;}
.hero .hero-links ul li a:after{margin-left: auto; font-family: "Font Awesome 5 Free"; font-size: 32px; font-weight: 900; font-style: normal; content: "\f105"; transition: all .2s ease-in-out; opacity: .25;}
.hero .hero-links ul li a:hover{background: #000000; color: #f05423;}
.hero .hero-links ul li a:hover:after{margin-right: 10px; color: #f05423; opacity: 1;}

.scrolling-wrap{width: 100%; height: 90px; overflow: hidden;}
.scrolling{width: 100%; height: 92px;}

.social-btns{display: flex;}
.social-btns a{flex: 1; background: #f5f5f5; padding: 15px; font-size: 24px; text-align: center; color: #666; border-right: 1px #ccc solid;}
.social-btns a:hover{background: #eee;}
.social-btns a:last-child{border-right: none;}

.table{display: block; width: 100%; margin: 35px 0; font-size: 14px; overflow-x: scroll;}
.table tbody{display: block; width: 100%; min-width: 1200px;}
.table tr{display: flex; width: 100%;}
.table tr:nth-child(even){background: #f5f5f5;}
.table td{flex: 1; padding: 8px;}

.staff-section{background: #000; padding: 50px 0;}
.staff-section h2{font-style: italic; color: #f05423;}
.staff-container{display: flex; flex-wrap: wrap;}
.staff-container .staff-member{background: #322f30; width: calc(33.3333% - 10px); margin: 5px; padding: 35px 25px; color: #fff;}
.staff-container .staff-member strong{font-weight: 900; text-transform: uppercase;}

/* SLIDERS */

.slick-slider{position: relative;}
.slick-slide{display: none; float: left; min-height: 1px;}
.slick-slide img{display: block; max-width: 100%;}
.slick-initialized .slick-slide{display: block; padding: 0 10px;}
.slick-list{max-width: calc(100% - 50px); margin: 0 auto; padding: 0; overflow: hidden;}
	
.slick-prev, .slick-next{display: block; background: #fff; padding: 15px; font-size: 0; border: none; outline: none; transition: all .2s ease-in-out; cursor: pointer; order: 2;}
.slick-prev:hover, .slick-next:hover{background: #eee;}
.slick-prev:before, .slick-next:before{font-family: "Font Awesome 5 Free"; font-size: 24px; font-weight: 900; color: #666; transition: all .2s ease-in-out; cursor: pointer;}
.slick-prev:before{content: '\f104';}
.slick-next:before{content: '\f105';}

.slick-dots{display: flex; width: calc(100% - 50px); margin: 20px auto;}
.slick-dots li{flex: 1; background: #fff; height: 12px; margin: 5px; cursor: pointer; opacity: .25; transition: all .2s ease-in-out;}
.slick-dots li:hover{opacity: .5;}
.slick-dots li.slick-active{opacity: 1;}
.slick-dots li button{font-size: 0; cursor: pointer; border: 0; outline: none; background: transparent;}

.slider-text{display: block; background: #fff; width: 100%; padding: 35px; text-transform: uppercase;}
.slider-text h2{margin-bottom: 15px; font-size: 32px; font-weight: 300; font-style: italic;}
.slider-btns{display: flex;}
.slider-btns a{flex: 1; margin: 0 2px; font-weight: 300; letter-spacing: 5px;}

.slick-slide:nth-child(even) .slider-text{background: #000;}
.slick-slide:nth-child(even) .slider-text h2{color: #fff;}

.brand-slider{display: flex;}
.brand-slider a{padding: 25px;}
.brand-slider a:hover{opacity: .75;}

.terms-page{line-height: 2;}
.terms-page h3{margin-bottom: 10px;}

/* FORM */

.form{background: #000; padding: 35px; color: #fff;}
.form h2{margin-bottom: 25px;}
.form .form-row{display: block; margin-bottom: 10px;}
.form .form-row .label-left label span{padding-left: 5px; color: red;}
.form .form-row .input-right label{display: inline; margin-right: 10px; cursor: pointer;}
.form input[type="text"], .form input[type="email"], .form select, .form textarea{background: #fff; width: 100%; margin: 5px 0 10px; padding: 15px; font-family: 'Inter', sans-serif; border-radius: 5px; border: none;}
.form input[type="submit"]{display: block; width: 100%; background: #f05423; margin: 5px auto; padding: 15px; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 900; text-transform: uppercase; color: #000; border-radius: 5px; border: none; transition: all .2s ease-in-out; cursor: pointer;}
.form input[type="submit"]:hover{background: #d3461a; color: #000;}
.form textarea{height: 120px;}

.CaptchaPanel{margin: 0 !important; padding: 0 !important; line-height: normal !important;}
.CaptchaAnswerPanel input{width: 250px; max-width: 100%; padding: 5px; margin: 5px 0;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 14px;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #fff;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}

/* FOOTER */

.top-footer{padding: 100px 0; line-height: 2; border-top: 1px #ddd solid; border-bottom: 1px #ddd solid;}
.top-footer a{font-weight: 900; text-transform: uppercase;}
.top-footer a:hover{opacity: .75;}
.top-footer strong{font-weight: 900; text-transform: uppercase;}
.top-footer .wrap{display: flex; flex-wrap: wrap;}
.top-footer .logo{width: 25%; padding-right: 35px;}
.top-footer .contact{width: 50%; padding: 0 35px; border-left: 1px #ddd solid; border-right: 1px #ddd solid;}
.top-footer .links{width: 25%; padding-left: 35px;}

.bottom-footer{padding: 25px 0;}
.bottom-footer a:hover{opacity: .75;}
.bottom-footer .wrap{display: flex; flex-wrap: wrap; font-size: 14px;}
.bottom-footer .terms{margin-left: auto; font-size: 0;}
.bottom-footer .terms ul li{display: inline-block; border-right: 1px #ddd solid;}
.bottom-footer .terms ul li:last-child{border-right: none;}
.bottom-footer .terms ul li a{display: block; padding: 0 10px; font-size: 12px;}

/* RESPONSIVE */

@media screen and (max-width: 1800px){
	.top-header{display: none;}
	.mobile-header{display: block;}
}
@media screen and (max-width: 1200px){

	.hero .hero-links ul li a{padding: 19px 35px; }
}
@media screen and (max-width: 980px){
	.hide-980{display: none;}

	.header{background: #322f30; left: 0;}
	.header .logo{position: relative; left: -25px; width: calc(100% - 150px); padding: 20px 50px;}
	.header .logo img{width: 175px; max-width: 100%;}
	.header .manus{display: none;}
	.header .navicon{width: 130px;}
	.header .navicon a{width: auto; padding: 15px; font-size: 30px; color: #fff;}
	.header .navicon a.phone-mobile{display: block; font-size: 24px;}
	.mobile-header ul li a{font-size: 16px;}

	.main{padding: 50px 0;}

	.hero{padding-bottom: 15px;}
	.hero .hero-slider{width: 100%;}
	.hero .hero-links{display: none;}

	.top-footer .contact .col{width: 100%; margin: 15px 0 0; padding-right: 0;}
}
@media screen and (max-width: 768px){
	.col{width: 100%; padding-right: 0; margin-bottom: 25px;}

	.slider-text{padding: 20px 15px;}
	.slider-text h2{font-size: 24px;}
	.slider-btns a{padding: 12px;}
	
	.staff-container .staff-member{width: calc(50% - 10px);}

	.top-footer{padding: 35px 0;}
	.top-footer .logo{width: 100%; padding: 0;}
	.top-footer .logo img{display: block; max-width: 200px; margin: 0 auto 15px;}
	.top-footer .contact{width: 100%; padding: 0; text-align: center; border: none;}
	.top-footer .links{display: none;}
	
	.bottom-footer .copyright{width: 100%; margin-bottom: 10px; text-align: center;}
	.bottom-footer .terms{width: 100%; margin-left: 0; text-align: center;}
}
@media screen and (max-width: 480px){
	.big-btn{padding: 25px; font-size: 24px;}
	
	.staff-container .staff-member{width: 100%; margin: 5px 0;}
}