
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.eot');
    src: url('../fonts/WorkSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Bold.woff2') format('woff2'),
        url('../fonts/WorkSans-Bold.woff') format('woff'),
        url('../fonts/WorkSans-Bold.ttf') format('truetype'),
        url('../fonts/WorkSans-Bold.svg#WorkSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.eot');
    src: url('../fonts/WorkSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Light.woff2') format('woff2'),
        url('../fonts/WorkSans-Light.woff') format('woff'),
        url('../fonts/WorkSans-Light.ttf') format('truetype'),
        url('../fonts/WorkSans-Light.svg#WorkSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.eot');
    src: url('../fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff'),
        url('../fonts/WorkSans-Medium.ttf') format('truetype'),
        url('../fonts/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'Open Sans';
}@charset "utf-8";
/* GLOBAL RESET */


/* 
GOLD: #bca264;
BLACK: #1a1a1a;
BLUE: #025099;

*/

/* CSS Document */

/* Fonts 
get font reference in google fonts
font-family: 
font-family: 
font-family: 
font-family: 


*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-display: swap;
	vertical-align: baseline;
	
}

	html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="select"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
select,
textarea {
  font-size: 16px;
}
/* GLOBAL */

.cta_gold {
display: block;
position: relative;
text-decoration: none;
font-family: 'Helvetica';
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
color: #f1b34b;
font-size: 1rem;
transition: .6s ease-in-out;
border: 1px solid #f1b34b;
padding: 15px 4px;
margin-top: 12px;
text-align: center;
}

.cta_gold:hover {
border: 1px solid white;
color: white;
}


.cta_gold_banner {
display: block;
position: relative;
text-decoration: none;
font-family: 'Helvetica';
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
color: #db0303;
font-size: 1.5rem;
transition: .6s ease-in-out;
border: 1px solid #db0303;
padding: 15px 4px;
width: 100%;
margin-top: 12px;
text-align: center;

}

.cta_gold_banner:hover {
border: 1px solid white;
color: white;
}


.cta_white {
display: block;
position: relative;
text-decoration: none;
font-family: 'Helvetica';
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
color: white;
font-size: 1rem;
transition: .6s ease-in-out;
border: 1px solid white;
padding: 15px 4px;
margin-top: 12px;
text-align: center;
}

.cta_white:hover {
border: 1px solid #db0303;
color: #db0303;
}


.cta_red {
display: block;
position: relative;
text-decoration: none;
font-family: 'Helvetica';
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
color: #db0303;
font-size: 1rem;
transition: .6s ease-in-out;
border: 1px solid #db0303;
padding: 15px 4px;
margin-top: 12px;
text-align: center;
cursor: pointer;
}

.cta_red:hover {
border: 1px solid white;
color: white;
}

.view_more_wrapper_left {
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
bottom: 0;
left: 0;
width: 115px;
height: 48px;
cursor: pointer;
text-decoration: none;
transition: .6s ease-in-out;
}

.view_more_wrapper_right {
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
bottom: 0;
right: 0;
width: 115px;
height: 48px;
cursor: pointer;
text-decoration: none;
transition: .6s ease-in-out;
}



.view_more_wrapper_left:hover .view_more_bar_alt, .view_more_wrapper_right:hover .view_more_bar_alt {
background-color: black;
}

.view_more_wrapper_left:hover .view_more_bar, .view_more_wrapper_right:hover .view_more_bar {
background-color: white;
}

.view_more_wrapper_left:hover .view_more_text_alt , .view_more_wrapper_right:hover .view_more_text_alt {
color: black;
}

.view_more_wrapper_left:hover .view_more_text , .view_more_wrapper_right:hover .view_more_text {
color: white;
}
    
.view_more_bar {
width: 4px;
height: 100%;
background-color: #f1b34b;
transition: .6s ease-in-out;
}

    
.view_more_bar_alt {
width: 4px;
height: 100%;
background-color: #db0303;
transition: .6s ease-in-out;
}

.view_more_text {
color: #f1b34b;
font-family: "Helvetica";
font-size: .8rem;
letter-spacing: 2px;
text-transform: uppercase;
transition: .6s ease-in-out;
}

.view_more_text_alt {
color: #db0303;
font-family: "Helvetica";
font-size: .8rem;
letter-spacing: 2px;
text-transform: uppercase;
transition: .6s ease-in-out;
}

.section_top_text {
display: block;
position: relative;
color: #db0303;
text-transform: uppercase;
letter-spacing: 2px;
padding: 6px 0;
}

.section_title {
display: block;
position: relative;
font-family: "Helvetica";
font-weight: bold;
text-transform: uppercase;
font-size: 1.6rem;
letter-spacing: 1.25px;
}


.background_overlay {
position: fixed;
display: block;
z-index: 0;
fill: #12191b;
top: 0;
left: 50%;
height: 100vh;
transform: translate(-50%, 0);
opacity: .5;
}

.success_message {
color: green;
font-weight: bold;
}

.error_message {
color: red;
font-weight: bold;
}


.spfield {
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 0;
height: 0;
overflow: hidden;
visibility: hidden;
}



    
@media screen and (min-width: 1024px) {


    .cta_gold {
    padding: 12.21px 4px;
    margin-top: 0;
    font-size: .6rem;
    width: 100%;
    }

    .cta_red {
    padding: 10px 4px;
    font-size: 1rem;
    }

    .cta_white {
    padding: 10px 4px;
    }

    
    .section_top_text {
    font-size: 1rem;
    padding: 8px 0;
    }

    .section_title {
    display: block;
    position: relative;
    font-family: "Helvetica";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.25rem;
    letter-spacing: 1.25px;
    }
    

}


@media screen and (min-width: 1440px) {


    .cta_gold {
    font-size: 1rem;
    padding: 10px 4px;
    width: 100%;
    }
    
        
    .section_top_text {
    font-size: 1.6rem;
    padding: 8px 0;
    }

    
    .section_title {
    display: block;
    position: relative;
    font-family: "Helvetica";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 1.25px;
    }

}


.coming_soon_background {
display: block;
position: relative;
width: 100%;
height: 100vh;
}

.coming_soon_background_alt {
display: block;
position: relative;
width: 100%;   
}

.coming_soon_background_img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

.coming_soon_background_overlay {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.65);
z-index: 1;
}

.coming_soon_wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
padding: 8px;
z-index: 5;
}


.coming_soon_wrapper_alt {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
position: relative;
top: 0;
left: 0;
width: 100%;
padding: 8px;
z-index: 5;
}

    

.coming_soon_content_wrapper {
display: block;
position: relative;
z-index: 10;
width: 100%;
text-align: center;
color: white;
}

.coming_soon_title {
display: block;
position: relative;
font-family: 'Work Sans';
font-size: 1.6rem;
font-weight: bold;
color: white;
text-transform: uppercase;
}

.coming_soon_logo_wrapper {
display: block;
position: inherit;
}

.coming_soon_logo {
display: block;
position: relative;
width: 100%;
max-width: 250px;
margin: 0 auto;
}

.coming_soon_links_wrapper {
display: block;
position: relative;
margin: 12px 0;
}

.coming_soon_business_name {
display: block;
position: relative;
font-family: 'Work Sans';
font-size: 1.8rem;
font-weight: bold;
color: #E8C458;
text-transform: uppercase;
}

.coming_soon_subtitle {
display: block;
position: relative;
text-decoration: none;
color: white;
text-transform: uppercase;
font-family: 'Work Sans';
font-weight: 300;
letter-spacing: 2px;
font-size: .8rem;
margin-bottom: 18px;
}

.coming_soon_phone {
display: block;
position: relative;
font-family: 'Work Sans';
font-size: 1.6rem;
font-weight: bold;
color: #E8C458;
text-transform: uppercase;
text-decoration: none;
padding: 8px 0;
transition: .6s ease-in-out;
}

.coming_soon_address {
display: block;
position: relative;
text-decoration: none;
color: white;
text-transform: uppercase;
font-family: 'Work Sans';
font-weight: 300;
letter-spacing: 2px;
font-size: 1.2rem;
transition: .6s ease-in-out;
}


.coming_soon_phone:hover {
color: #B30F00;
}

.coming_soon_address:hover {
color: #B30F00;
}

.coming_soon_cta_wrapper {
display: block;
position: relative;
padding: 16px 0;
}

.coming_soon_cta {
display: block;
position: relative;
background-color: #B30F00;
padding: 16px 4px;
text-align: center;
margin: 0 auto;
text-decoration: none;
color: white;
font-family: 'Work Sans';
font-weight: 500;
letter-spacing: 2px;
width: 100%;
max-width: 225px;
transition: .6s ease-in-out;
}

.coming_soon_cta:hover {
background-color: #E8C458;
color: black;
}


.coming_soon_menu_wrapper {     
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
padding: 8px;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

.coming_soon_page_wrapper {     
display: block;
position: relative;
padding-bottom: 77.27%;
width: 100%;
}

.coming_soon_menu {     
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}





@media screen and (min-width: 768px) {


    .coming_soon_title {
    font-size: 2.6rem;
    }

    .coming_soon_logo {
    max-width: 250px;
    }

    .coming_soon_business_name {
    font-size: 2.6rem;
    }

    .coming_soon_subtitle {
    font-size: 1rem;
    margin-bottom: 18px;
    letter-spacing: 5px;
    }

    .coming_soon_phone {
    font-size: 2rem;
    }

    .coming_soon_address {
    font-size: 1.4rem;
    letter-spacing: 5px;
    line-height: 1.5rem;
    }


}


@media screen and (min-width: 1800px) { 

    
.coming_soon_menu_wrapper {     
justify-content: space-between;
gap: 0;
width: 100%;
max-width: 1920px;
}

.coming_soon_page_wrapper {     
display: block;
position: relative;
padding-bottom: calc((77.27% * .5) - 25px);
width: calc(50% - 25px);
}
    

}