﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: sweet-sans-pro, sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-family: bebas-neue-by-fontfabric;
		font-size:30px;
		font-weight: 700;
}

	h2 {
		font-family: bebas-neue-by-fontfabric;
		font-size:28px;
		font-weight: 700;
}
	h3 {
		font-family: bebas-neue-by-fontfabric;
		font-size:24px;
		font-weight: 700;
}
	h4 {
		font-family: bebas-neue-by-fontfabric;
		font-size:20px;
		font-weight: 700;
}
	h5 {
		font-family: bebas-neue-by-fontfabric;
		font-size:18px;
		font-weight: 600;
}
	h6 {
		font-family: bebas-neue-by-fontfabric;
		font-size:16px;
		font-weight: 500;
}
hr {
	border-bottom:1px solid #000;
	margin:20px 0 40px 0;
}
p {
	font-size:16px;
	margin: 0;
	}
.section-title {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-size: 60px;
    font-weight: 600;
	padding-bottom:10px;
}
.section-title span {
	font-weight: 300;
}
.sub-header-1 {
	font-size: 28px;
	font-weight:400;
	font-family: bebas-neue-by-fontfabric;
	padding-bottom:20px;
}
.font-orange {
	color:#fe0002;
}
.font-white {
	color:#ffffff;
}
.font-center {
	text-align: center;
}


.butn-orange-1 {
	background:#fe0002;
	color:#fff!important;
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 20px;
	padding:15px;
    box-sizing: border-box;
	text-align:center;
	min-width: 150px;
	margin:10px 0;
    font-size: 35px;
    position: relative;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 600;
    border:0px;
    outline:none;
    cursor: pointer;
    transition: .2s ease-in;
    box-shadow: 0px!important;
}
.butn-orange-1 span {
    font-weight: 300;
}
.butn-orange-1:hover {
	background:#b51b0d!important;
}
.orange-link {
	transition: .2s ease-in;
    color:#fe0002!important; 
}
.orange-link:hover {
    color:#b51b0d!important; 
}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.header-search-1 {
    background:#dadbdc;
    padding:20px calc(5% + 20px);
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: none;
}
.header-search-1 form {
    display: flex;
    background:#fff;
    padding:5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.header-search-1 form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 16px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: sweet-sans-pro, sans-serif; 
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.header-search-1 form button {
    background: #fff;
    background-color: #fff;
    color:#555759;
    font-size: 16px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.header-search-1 form:hover button {
    color:#fe0002;
}
.header-mobile-search-1 {
    background: #fff;
    display: none;
}
.header-mobile-search-1 form {
    display: flex;
    background:#fff;
    padding:10px;
    box-sizing: border-box;
    width: 100%;
}

.header-mobile-search-1 form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 20px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: sweet-sans-pro, sans-serif; 
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.header-mobile-search-1 form button {
    background: #fff;
    background-color: #fff;
    color:#555759;
    font-size: 20px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.header-mobile-search-1 form:hover button {
    color:#fe0002;
}

.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}
.head-logo-1 {
  width: 100%;
  max-width: 570px;
}
.head-logo-1 a {
	width:100%;
	display: flex;
	align-items: center;
}
.head-logo-1 a img:first-of-type {
	width: 14%;
	max-width: 60px;
	display: block;
	box-sizing: border-box;
	margin:0;
	border-right: 1px solid #000;
	padding-right: 15px !important;
}
.head-logo-1 a img:last-of-type {
	width: 86%;
	max-width: 415px;
	display: block;
	box-sizing: border-box;
	margin:0;
	padding-left: 15px !important;
}
.head-info-1 {
  padding-left: 30px;
}
.head-info-cont-1 {
    display: flex;
    gap:20px;
}
.head-social {
    padding:0;
    display: flex;
	align-items: center;
    gap:10px;
    margin:0;
}
.head-social li {
    padding:0;
    margin:0;
    list-style: none;
}
.head-social li a {
    font-size:26px;
    color:#fe0002;
    transition: .2s ease-in;
}
.head-social li a:hover {
    color:#b51b0d;
}
.loc-header {
    padding:0;
    margin:0;
}
.loc-header > li {
    list-style: none;
    position: relative;
    padding:5px 10px;
    background:#fe0002;
}
.loc-header > li > a {
    color:#fff;
    font-size:26px;
    transition: .2s ease-in;
	font-family: sweet-sans-pro, sans-serif;
}
.loc-header > li:hover {
    background:#b51b0d;
}
.loc-header > li > ul {
    padding:0;
    margin:0;
    position: absolute;
    left:0;
    top:100%;
    z-index: 601;
    width:100%;
    display: none;
}
.loc-header > li > ul > li {
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
}
.loc-header > li > ul > li > a {
    font-size:20px;
    display: block;
    color:#000;
    padding:5px;
    width: 100%;
    box-sizing: border-box;
    background:#dadbdc;
    transition: .2s ease-in;
	font-family: sweet-sans-pro, sans-serif;
}
.loc-header > li > ul > li > a:hover {
    color:#fe0002;
}
.home-search-btn {
    color:#fff!important;
    font-size:26px;
    padding:10px;
    background:#555759;
    transition: .2s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-search-btn:hover {
    background:#000;
    color:#fff!important;
}

.head-nav-1 {
    width: 100%;
	padding:0!important;
	position: sticky;
	top: 0;
	z-index: 600;
}

.container-fluid {
	height: 100%;
	overflow: unset;
}


/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
    background:#555759;
}
nav.primary ul {
	margin: 0;
	padding: 0;
}
nav.primary > ul {
	margin: 0;
	padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
    transition: .2s ease-in;
}
nav.primary ul li.mobile-only {
    display: none;
}

nav.primary ul li a {
	color: #fff !important;
	font-family: sweet-sans-pro, sans-serif; 
	text-transform: uppercase;
	text-decoration: none;
	padding:10px 15px;
    font-size: 18px;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 600;
    box-sizing: border-box;
}
nav.primary ul li a i {
    display: none!important;
}
.menu-btn-1 a {
   border:1px solid #fe0002;
}

nav.primary ul li a:hover {
	background-color:#fe0002;
}
nav.primary ul li:hover a {
	background-color:#fe0002;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	padding: 15px;
	text-align: left;
	border-right: none;
	border-left: none;
	background:#fff;
	text-transform: uppercase;
	font-weight: 700;
    background-color:#fe0002;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background-color:#b51b0d;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover>ul {
	display: block!important;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	width: auto;
    min-width: 175px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-angle-down {
    padding-left: 3px;
    padding-top: 3px;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	display: flex;
	flex-wrap: wrap;
}
.hero-left-wrap {
	padding: 30px 10px 30px 2.5% !important;
	box-sizing: border-box;
	max-height: calc(-325px + 100vh);
	min-height: 500px;
	height: 54vw;
	width:66.666%;
}
.hero-right-wrap {
	padding: 30px 2.5% 30px 10px !important;
	box-sizing: border-box;
	max-height: calc(-325px + 100vh);
	min-height: 500px;
	height: 54vw;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	gap:20px;
}
.hero-img-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.hero-link-1 {
    width: 100%;
    padding: 20px 20px 50px 20px;
    background-color:rgba(0,0,0,0.0);
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    box-sizing: border-box;
    font-size: 70px;
    font-weight: 600;
    color: #fff!important;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    transition: .2s ease-in;
}
.hero-link-1 h1 {
	font-size: calc(16px + 4vw);
	margin: 0;
	position: relative;
	display: flex;
	height: auto;
	line-height: 1;
	gap: 10px;
	align-items: center;
}
.hero-link-2 {
    width: 100%;
    height: 100%;
    padding: 20px 20px 25px 20px;
    background-color:rgba(0,0,0,0.5);
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    box-sizing: border-box;
    font-weight: 600;
    color:#fff!important;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    transition: .2s ease-in;
}
.hero-link-2 h2 {
    font-size:calc(16px + 1.6vw);
	margin: 0;
	position: relative;
	display: flex;
	height: auto;
	line-height: 1;
	gap: 10px;
	align-items: center;
}
.hero-arrow {
    background: #fe0002;
    color: #fff;
    display:inline-flex;
    clip-path: polygon(0% 0%, 55% 0%, 100% 50%, 55% 100%, 0% 100%);
    position: relative;
    transition: .2s ease-in;
}
.hero-link-1 .hero-arrow {
    font-size: calc(1px + 3vw);
    padding: 8px 22px 8px 12px;
}
.hero-link-2 .hero-arrow {
    padding: 6px 17px 6px 7px;
  font-size: calc(4px + 1.0vw);
}
.hero-link-1:hover {
    background-color:rgba(0,0,0,0.4);
    color:#fe0002!important;
}
.hero-link-1:hover .hero-arrow {
    background: #000;
}
.hero-link-2:hover {
    background-color:rgba(0,0,0,0.7);
    color:#fe0002!important;
}
.hero-link-2:hover .hero-arrow {
    background: #000;
}
.wrap-home-search {
	width:100%;
	background:#555759;
	padding:40px 0;
}
.home-search {
    display: flex;
    align-items: center;
    width:100%;
    gap:15px 30px;
}
.home-search p {
    color:#fff;
    font-weight:600;
    font-size:49px;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
}
.home-search form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    gap:15px 0;
}
.home-search form input {
    width:30%;
    padding:10px;
    box-sizing: border-box;
    background:#fff;
    border:0px;
    outline:none;
    font-family: sweet-sans-pro, sans-serif; 
    font-size:20px;
    font-weight: 400;
	border-radius: 0px!important;
}
.home-search-select-cont-1 {
	width:30%;
    padding:0px;
    box-sizing: border-box;
    background:#fff;
    border:0px;
    outline:none;
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px!important;
	position: relative;
}

.home-search-select-cont-1  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 20px!important;
    font-weight: 400!important;
	font-family: sweet-sans-pro, sans-serif; 
    padding:10px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.home-search-select-cont-1 i {
    position: absolute;
    z-index: 1;
    right:10px;
}


.home-search form button {
    color: #fe0002 !important;
    font-size: 20px;
    padding: 10px 13px;
    background: #dadbdc;
    transition: 0.2s ease-in;
    border:0px;
    outline:none;
	cursor: pointer;
}
.home-search form button span {
        display: none;
    }
.home-search form button:hover {
    background: #fe0002;
    color: #ffffff !important;
}
.wrap-home-info {
	width:100%;
	padding:60px 0;
}
.wrap-home-info .container-1 {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	gap:40px 0;
}
.cta-cont-1 {
	width:32%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cta-overlay-1 {
    width: 100%;
    height: 485px;
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 18.65%,rgba(0,0,0,0.42) 48.19%,rgba(0,0,0,1.00) 75.13%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 18.65%,rgba(0,0,0,0.42) 48.19%,rgba(0,0,0,1.00) 75.13%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 18.65%,rgba(0,0,0,0.42) 48.19%,rgba(0,0,0,1.00) 75.13%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 18.65%,rgba(0,0,0,0.42) 48.19%,rgba(0,0,0,1.00) 75.13%);
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.cta-overlay-1 h2 {
    font-size:30px;
    font-weight:600;
    color:#fff;
    font-family: sweet-sans-pro, sans-serif; 
    margin:0;
    padding-bottom:30px;
}
.cta-overlay-1 p {
    font-size:18px;
    font-weight:400;
    color:#fff;
    font-family: sweet-sans-pro, sans-serif; 
}
.cta-overlay-1 a {
    width: 100%;
    margin: 50px auto -50px;
}
.wrap-home-about {
	padding:40px 0 60px 0;
}
.home-about-cont {
    display: flex;
    justify-content: space-between;
    gap:20px 0;
}
.home-about-img-mobile {
    display: none;
}
.home-about-left {
    width:calc(50% - 10px);
    padding:10% 4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#555759;
}
.home-about-left h2 {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 600;
    font-size:55px;
    margin:0 0 60px 0;
    color:#fff;
}
.home-about-left h2 span {
    font-weight: 300;
}
.home-about-left p {
    font-family: sweet-sans-pro, sans-serif; 
    font-size:18px;
    color:#fff;
}
.home-about-right {
    width:calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gap:20px 0;
}
.home-about-img-1 {
    width:100%;
    height: calc(50% - 10px);
}
.home-about-img-1 img {
    width:100%!important;
    max-width: 100%!important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-about-img-2 {
    width: 100%;
    height: 100%;
}
.home-about-img-2 img {
    width:100%!important;
    max-width: 100%!important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-btn {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(50% - 10px);
    width: calc(50% - 10px);
    background:#fe0002;
    transition: 0.2s ease-in;
    color:#fff!important;
    min-height: 220px;
}
.about-btn p {
    font-family: sweet-sans-pro, sans-serif; 
    font-size:25px;
    font-weight:600;
}
.about-btn p span {
    font-size:18px;
    font-weight:300;
}
.about-btn-ico {
    background:#dadbdc;
    position: absolute;
    z-index: 1;
    top:0;
    right:0;
    color:#fe0002;
    padding:15px;
    font-size:25px;
    transition: 0.2s ease-in;
}
.about-btn:visited, .about-btn:active {
    color:#fff!important;
}
.about-btn:hover {
    background:#dadbdc;
    color:#fe0002!important;
}
.about-btn:hover .about-btn-ico {
    background:#fe0002;
    color:#dadbdc;
}
.wrap-dg-info {
	width:100%;
	background-color: #dadbdc;
	padding:70px 0;
	box-sizing: border-box;
}
.home-d-g-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-d-g-left {
    width:calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    flex-direction: column;
}
.home-d-g-left a {
    width:100%;
    display: flex;
    align-items: center;
    background:#fff;
    position: relative;
    padding:25px 60px 25px 25px;
    box-sizing: border-box;
    transition: 0.2s ease-in;
    height: 160px;
    max-width: 700px;
}
.home-d-g-left a .d-g-img-1 {
    width:30%;
    padding-right:15px!important;
    border-right:1px solid #000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-d-g-left a .d-g-img-1 img {
    box-sizing: border-box;
    margin: 0px auto;
    object-fit: contain;
    object-position: center center;
    max-height: 65px;
	width: 100%;
    max-width: 100px !important; 
    height: 100%;
}
.home-d-g-left a .d-g-img-2 {
    width:70%;
    padding-left:15px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-d-g-left a .d-g-img-2  img{
    box-sizing: border-box;
    margin: 0px auto;
    object-fit: contain;
    object-position: center center;
    max-height: 40px;
    height: 100%;
	width:100%;
	max-width: 100%;
}
.home-d-g-left a .d-g-ico {
    position: absolute;
    top:0;
    right:0;
    height: 100%;
    width:45px;
    font-size:35px;
    color:#fff!important;
    padding:10px;
    box-sizing: border-box;
    background:#fe0002;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: 0.2s ease-in;
}
.home-d-g-left a:hover {
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.4);
    background:#E5E5E5;
}
.home-d-g-left a:hover .d-g-ico {
    background:#000;
}

.home-d-g-right {
    width:calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    flex-direction: column;
    padding:10% 5%;
    box-sizing: border-box;
    justify-content: center;
}
.home-d-g-right h2 {
    text-align: center;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-size: 60px;
    margin:0;
}
.wrap-location {
	width:100%;
	padding:60px 0;
}
.wrap-location h2 {
	padding-bottom:30px;
}
.location-ctp {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0 50px;
}
.location-ctp-cont-1 {
    padding:10px;
    box-sizing:border-box;
    width:100%;
    max-width:315px;
    margin:0 auto;
}
.location-ctp-cont-1 img {
    width:100%;
    height: auto;
    display: block;
}
.location-ctp-info {
    padding:15px;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:5px;
    background:#dadbdc;
	box-sizing: border-box;
}
.location-ctp-info h3 {
    font-size:30px;
    font-weight: 800;
    color:#000;
    font-family: sweet-sans-pro, sans-serif; 
    text-align: left;
}
.location-ctp-info a {
    font-size:20px;
    font-weight: 400;
    color:#000;
    font-family: sweet-sans-pro, sans-serif; 
    transition: 0.2s ease-in;
    text-align: left;
}
.location-ctp-info a:hover {
    color:#555759;
}
.location-ctp-info a.orange-link {
    color:#fe0002; 
}
.location-ctp-info a.orange-link:hover {
    color:#b51b0d; 
}
.loc-page-wrap {
	width:100%;
    display: flex;
    gap:20px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loc-pg-img {
    width:calc(50% - 10px);
    
}
.loc-pg-img img {
    box-sizing: border-box;
    margin: 0px auto;
    object-fit: contain;
    object-position: center center;
    min-height: 300px;
    height: 100%;
    width:100%;
}
.loc-pg-contact {
    width:calc(50% - 10px);
    padding:40px 20px;
    box-sizing: border-box;
    background: #fe0002;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loc-pg-contact > div {
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    gap:20px;
}
.loc-pg-contact a {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-size: 30px;
    color:#fff;
    transition: 0.2s ease-in;
    text-align: left;
}
.loc-pg-contact a p {
    font-size: 30px;
}
.loc-pg-hours {
    width:calc(50% - 10px);
    box-sizing: border-box;
    padding:40px 20px 60px 20px;
    background: #dadbdc;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loc-pg-hours h3 {
	font-size: 24px;
  font-weight: 700;
	font-family: sweet-sans-pro, sans-serif;
	margin:5px 0 8px 0;
}
.loc-pg-hours p {
	font-family: sweet-sans-pro, sans-serif;
}
.loc-pg-map {
    width:calc(50% - 10px);
}
.loc-pg-map iframe {
    width:100%;
    height: 100%;
    min-height: 350px;
}

.wrap-content-1 {
	width:95%;
	margin: 0 auto 40px auto;
	padding:10px 0;
	box-sizing: border-box;
	background:#dadbdc;
}
.wrap-content-2 {
	width:100%;
	margin: 40px auto 40px auto;
	padding:10px 0;
	box-sizing: border-box;
}
.wrap-content-2 .container-1 {
	padding-top:40px;
	padding-bottom:40px;
}
.col-2-layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px 0;
	padding: 10px 20px !important;
}
.col-1-info {
	width: 100%;
	padding: 10% 4%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.col-2-info {
	width: calc(50% - 10px);
	padding: 10% 4%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #555759;
}
.col-2-image {
	width: calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	gap: 20px 0;
}
.col-2-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg-orange {
	background:#fe0002;
}
.bg-d-gray {
	background:#555759;
}
.form-cont-1 {
	background:#dadbdc;
}

.form-cont-1 form {
    width:100%;
}
.form-cont-1 form h2 {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 400;
}
.form-cont-1 form .butn-orange-1 {
    font-size:25px;
    justify-content: center;
}
/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-button-cont {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:0px;
    color:#000; 
	border-radius: 5px;
}

.form-info-cont label {
	font-family: sweet-sans-pro, sans-serif;
	font-size:16px;
	color:#000;
	margin-bottom:5px;
	display: block;
}
.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
	border-radius: 5px;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Roboto', sans-serif;
    outline:none;
    border:0px;
	border-radius: 5px;
}


.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
}
.container-2 {
    width:95%;
	margin: 0 auto;
	padding:10px 0;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 100%;
	margin: 0 auto;
	padding:50px 0px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	border-top: 10px solid #fe0002;
	display: flex;
	width: 100%;
}
.foot-nav {
    width: 70%;
    box-sizing: border-box;
    background: #555759;
    padding: 50px 2.5% 30px 2.5%;
    display: flex;
    align-items: center;
}
.foot-nav-cont {
    padding-bottom:20px;

}
.foot-nav-cont.col-1 {
    display: flex;    
    flex-wrap: wrap;
    gap: 0px calc(20px + 5vw);
    width: unset!important;
}
.foot-nav-cont h5 {
    font-family: bebas-neue-by-fontfabric, sans-serif; 
    font-size:35px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding-bottom:30px;
    margin:0;
    color:#dadbdc;
}
.foot-nav-cont h5 span {
    font-weight: 700;
}
.foot-nav-cont ul {
    padding:0;
    margin: 0;
    list-style: none;
}
.foot-nav-cont ul li {
    padding:0;
    margin: 0;
}
.foot-nav-cont ul li a {
    font-family: sweet-sans-pro, sans-serif; 
    padding:0;
    margin: 0;
    font-size:18px;
    font-weight:600;
    line-height:2;
    color:#fff;
    transition: .2s ease-in;
}
.foot-nav-cont ul li a:hover {
    color:#fe0002;
}
.foot-logo {
    width:30%;
    box-sizing: border-box;
    background:#dadbdc;
    padding:50px 2.5%;
}
.foot-logo-cont-1 {
    width:100%;
    padding-bottom:20px;
    border-bottom:1px solid #000;
}
.foot-logo-cont-1 img {
	width:100%;
	max-width:275px;
	height: auto;
	display: block;
    margin:0 auto;
}

.foot-logo-cont-2 {
	padding:20px 0;
    width:100%;
}
.foot-logo-cont-2 img {
	width:100%;
	max-width:60px;
	height: auto;
	display: block;
	margin:0 auto;
}
.foot-social {
    padding:0 0 25px 0;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    list-style: none
}
.foot-social li {
    padding:0;
    margin:0;
}
.foot-social li a {
    padding:0;
    margin:0;
}
.foot-social li a {
    font-size:24px;
    color:#000;
    transition: .2s ease-in;
}
.foot-social li a:hover {
    color:#fe0002;
}
.foot-copy-cont-1 {
    font-size: 12px;
    text-align: center;
}


/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1450px) {
    nav.primary ul li a {
        font-size: 1.15vw;
    }
}

@media only screen and (max-width : 1200px) {		
    .header-search-1 {
        padding:20px;
    }
    .hero-left-wrap {
        padding: 20px 10px 20px 20px!important;
    }
    .hero-right-wrap {
        padding: 20px 20px 20px 10px!important;
    }
    
}
@media screen and (max-width: 1160px) {
	.head-top-1 {
		width: 100%;
		padding: 10px 20px !important;
	}	
}
@media screen and (max-width: 1160px) {
    .head-social li a, .loc-header > li > a, .home-search-btn {
        font-size: 22px;
    }
    .butn-orange-1 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .loc-header {
        display: none;
    }  
    .hero-left-wrap {
        width:100%;
        padding: 20px!important;
        box-sizing: border-box;
        max-height: 400px;
        min-height: 250px;
        height: 65vw;
    }
    .hero-right-wrap {
        width:100%;
        padding: 0px 20px 20px 20px !important;
        max-height: 100%;
        min-height: 100%;
        height: 100%;
    }
    .wrap-left, .wrap-right {
        width:100%;
        padding:20px !important;
    }
	.col-2-info {
		width: 100%;
		padding: 40px 20px;
		order:2;
	}
	.col-2-image {
		width: 100%;
		order:1;
	}
    .hero-link-1 {
        padding: 20px!important;
    }
    .hero-link-2 {
        max-height: 300px;
        min-height: 200px;
        height: 40vw;
        padding: 20px!important;
    }
    .hero-link-1 h1, .hero-link-2 h2  {
        font-size: calc(16px + 5vw);
        margin:0;
        position: relative;
    }
    .hero-link-1 .hero-arrow, .hero-link-2 .hero-arrow  {
        font-size: calc(1px + 3.5vw);
    }
    .home-search {
       flex-wrap: wrap;
    }
    .home-search p {
        width:100%;
        font-size:49px;
        text-align: center
    }
    .home-search form {
        width: 100%;
    }
    .home-search form input, .home-search-select-cont-1 {
        width: 100%;
        font-size: 18px;
    }
	.home-search-select-cont-1  select {
		font-size: 18px!important;
	}
    .home-search form button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        padding: 10px;
        gap:0 5px;
    }
    .home-search form button span {
        display: block;
    }
    .home-about-cont {
        flex-wrap: wrap;
    }
    .home-about-img-mobile {
        display:block;
        width:100%;
    }
    .home-about-img-mobile img {
        display:block;
        width: 100%!important;
        max-width: 100%!important;
        height: auto;
    }
    .home-about-left {
        width:100%; 
        flex: auto;
        padding:40px 20px;
    }
    .home-about-right {
        width:100%;
        flex: auto;
    }
    .home-about-img-1 {
        display: none;
    }
    .home-d-g-left a {
        margin:0 auto;
    }
    .home-d-g-left {
        width:100%;
        order:2;
    }
    .home-d-g-right {
        width:100%;
        order:1;
    }
    .top-on-mobile {
        order:1;
    }
    .bottom-on-mobile {
        order:2;
    }
	.cont-left-1, .cont-right-1, .cont-left-center-1, .cont-right-center-1 {
		padding: 40px 20px;
		width: 100%;
		margin:0;
	}
	.loc-pg-contact {
		width:100%;
		order:1;
	}
	.loc-pg-img {
		width:100%;
		order:2;
	}
	.loc-pg-hours {
		width:100%;
		order:3;
	}
	.loc-pg-map {
		width:100%;
		order:4;
	}

	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
    .mobile-nav-cont-1 { display:block;}
    
    .mobile-nav-links {
        width:100%;
        max-width: 380px;
        padding-right:20px;
        box-sizing: border-box;
    }
	#menu-button {
		width: 100%;
		display: flex;
        justify-content:flex-end;
        align-items: center;
		position: relative;
		z-index: 1000;
        padding:10px 20px;
        box-sizing: border-box;
        background:#fe0002;
		gap:0 10px;
	}
	.menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    nav.mobile {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background:#fe0002;
		z-index: 500; 
        box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 10px 0px;
		overflow: scroll;
		max-height: calc(100vh - 136px);
		
	}
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		word-spacing: 13px;
		padding: 0 0 0 15px;
		color: #0a2737 !important;
	}
	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #2383b7;
		text-decoration: none;
	}
	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #0a2737;;
		text-decoration: underline;
	}
	.mobiletitle {
		padding-left: 20px;
		color: #0a2737;
	}
	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display: block;
		padding: 0;
		margin: 15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top: -4px;
		/*top:-35px;*/
		right: 13px;
	}
	nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: #fff;
	}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	nav.mobile ul li {

		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
        font-family: sweet-sans-pro, sans-serif; 
		display: block;
		font-size: 18px;
		padding:10px 15px;
        text-align: center;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.5);
		color: #fff;
		/* border highlight - Change to fit match site colors */
	}
    .menu-btn-1 a {
       border:0px;
        background:#000;
    }
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
		background: #555759;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
        color: #fff;
	}
}	
@media only screen and (max-width : 768px) {
    
	.col-1-2 {
		width:100%;
	}
	.head-info-1 {
        display: none;
    }
    .head-logo-1 {
        margin: 0 auto;
    }
	.head-logo-1 a {
	  justify-content: center;
	}
    .header-mobile-search-1 {
      display: block;  
    }
	#menu-button {
        justify-content:space-between;
	}
    .foot-nav {
        display: none;
    }
    .foot-logo {
        width:100%;
        padding:50px 0 0 0;
    }
    .foot-logo-cont-flex {
        padding:50px 20px 0 20px;
    }
    .foot-social {
        padding:25px 20px 50px 20px;
    }
    .foot-copy-cont-1 {
        width:100%;
        padding:20px!important;
        box-sizing: border-box;
        background-color:#555759!important;
		color:#fff;
    }
    .foot-copy-cont-1 p {
        color:#fff;
    }
	
    .home-search p {
        font-size:22px;
    }
    .cta-cont-1 {
        background-position: top center;
    }
    .cta-overlay-1 {
        height: 375px;
    }
    .cta-overlay-1 h2 {
        padding-bottom:15px;
    }
    .cta-cont-1 {
		width:100%;
      margin: 0px 15% 60px 15%;
    }
}
@media only screen and (max-width : 600px) {
    .cta-cont-1 {
      margin: 0px 0px 60px 0px;
    }
    .home-d-g-right h2, .home-about-left h2, .section-title {
        font-size: 35px;
		padding-bottom:5px;
    }

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .about-btn {
        width: 100%;   
    }
    .location-ctp-info h3 {
        font-size: 25px;
    }
    .location-ctp-info a {
        font-size: 18px;
    }
    .location-ctp-cont-1 img {
        display: none;
    }
	.hero-link-1 h1, .hero-link-2 h2 {
		font-size: calc(16px + 3.8vw);
		gap: 0 1vw;
	}
	.hero-link-1 .hero-arrow, .hero-link-2 .hero-arrow {
	  padding: 8px 15px 8px 8px;
		font-size: calc(1px + 2.8vw);
	}
}



