body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 14px;
}


.all{
	display: block;
	position: relative;
	background-color: #fff;
}

p, ol, ul{
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

p{
	line-height: 1.75em;
    display: block;
    position: relative;
    clear: both;
    margin: 0 auto 0 auto;
    padding-bottom: 30px;
    max-width: 960px;
    width: calc(100% - 40px);
    line-height: 1.75em;
    }
p img{
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5{
	font-family: 'Josefin Sans', sans-serif;
	display: block;
    position: relative;
    clear: both;
    margin: 0 auto 0 auto;
    max-width: 960px;
    width: calc(100% - 40px);
    line-height: 1.75em;
    font-weight: normal;
}

h1{
	font-size: calc(24px + (60 - 24) * ((100vw - 300px) / (1600 - 300)));
}


h3{
	font-size: calc(18px + (48 - 18) * ((100vw - 300px) / (1600 - 300)));
}



.big-vid-link{
	cursor: pointer;
}

ul {
	margin: 0;
	padding: 0;
    display: block;
    list-style-type: disc;
    position: relative;
    clear: both;
    margin: 0 auto 0 auto;
    padding-bottom: 30px;
    max-width: 960px;
    width: calc(100% - 40px);
    list-style-position: inside;
  }

ul li{
	line-height: 1.25em;
}


.wp-block-column p{
	color: #fff;
}

.main-content-background{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.archive-block{
	display: flex;
	justify-content: center;
	align-items: top;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 60px auto;
}

.blog-excerpt{
	display: inline-block;
	width: calc(33.333% - 20px);
	margin-bottom: 40px;
	text-align: left;
	padding: 0 10px 20px 10px;
}

@media (max-width:840px) {
	.blog-excerpt{
		display: inline-block;
		width: calc(50% - 20px);
	}
}

@media (max-width:600px) {
	.blog-excerpt{
		display: inline-block;
		width: calc(100% - 20px);
	}
}

.blog-excerpt img{
	display: block;
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-excerpt a{
	text-decoration: none;
	color: #333;
	font-weight: 700;
}

.blog-excerpt h3{
	text-transform: uppercase;
}

.main-content{
	display: block;
	position: relative;
	z-index: 50;
	margin-bottom: 400px;
	box-shadow: 0px 0px 8px black;
	background-color: #fff;
}

.footer{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 400px;
	z-index: 0;
	width: 100%;
	text-align: center;
}

.main-menu{
	top: 0;
	left: 0;
	display: flex;
	position: fixed;
	height: 70px;
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 0px 8px black;
	background-color: rgba(255, 255, 255, 0.7);
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 0;
}

.main-nav {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
	display: block;
	position: absolute;
	width: 100%;
	max-width: 100vw;
	text-align: center;
	z-index: 0;
	margin: 0;
	padding: 0;
}

.main-nav li{
	text-decoration: none;
	display: inline;
	border-color: #999;
	line-height: 0.75em;
}

.color-block-copy{
	max-width: 960px;
    width: calc(100% - 40px);
    }


.main-nav li a{
	padding: 8px 8px 3px 10px;
	border-radius: 6px;
	background-color: transparent;
	transition: all 0.5s;
	text-align: center;
	margin: 0 5px 0 5px;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	color: #333;
	text-decoration: none;
	border-color: transparent;
}

.main-nav li a.show{
	border-radius: 6px;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	background-color: #0099CC;
}

.main-nav li a:hover{
	border-radius: 6px;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	background-color: #0099CC;
	}


.main-nav li:last-child{
	border: none;
}


@media (max-width:1040px) {
  .main-nav {
  	display: block;
	position: relative;
  }
}

@media (max-width:840px) {
  .main-nav {
  	display: none;
  }
}

.main-menu .material-icons{
	font-size: 30px;
}

.main-menu .menu-btn {
    display: flex;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px;
    height: 100%;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #333;
    background-color: transparent;
    transition: all 0.5s;
    cursor: pointer;
}

.main-menu .menu-btn:hover{
	background-color: #000;
	color: #fff;
}

.menu-left{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
	z-index: 1;
}

.menu-left img{
	max-width: 172px;
	margin-left: 20px;
	cursor: pointer;
	width: 100%;
}

.header-logo{
	padding: 0 0 7px 0;
	margin: 0 0 0 20px;
}

.phone-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
	padding: 0 20px 0 20px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #333;
	font-size: 16px;
	z-index: 1;
}

.sub-menu a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	position: relative;
	width: calc(100% - 40px);
	padding: 20px 20px 15px 20px;
	transition: all 0.5s;
	font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
	border: none;
}

.side-menu a:hover{
	background-color: #000;
	color: #fff;
}


.global-links a{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1600 - 300)));
}


.global-links a:hover{
	background-color: #fff;
	color: #000;
	}
	
.slide-menu{
	left: -290px;
	top: 0;
	position: fixed;
	z-index: 9999;
	width: 280px;
	height: 100vh;
	box-shadow: 0px 0px 8px black;
	background-color: #fff;
	transition: all 0.5s;
}

.side-menu{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 70px;
	height: calc(100vh - 70px);
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Josefin Sans', sans-serif;
	font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
}

.side-menu a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	position: relative;
	width: calc(100% - 40px);
	padding: 20px 20px 15px 20px;
	transition: all 0.5s;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #666;
}

.close-menu{
	display: flex;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px;
    height: 100%;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #333;
    background-color: transparent;
    transition: all 0.5s;
    cursor: pointer;
}

.slide-menu.show{
	left: 0;
}

.slide-menu-title .menu-left{
	width: 100%;
}


.slide-menu-box{
	display: block;
	position: relative;
	width: 100%;
	max-width: 280px;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.slide-menu-title{
	top: 0;
    left: 0;
    display: flex;
    position: relative;
    height: 70px;
    max-width: 280px;
    width: 100%;
    position: absolute;
    z-index: 999;
    box-shadow: 0px 0px 8px black;
    background-color: rgba(255, 255, 255, 0.7);
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 0;
}

.side-menu-copy{
	width: calc(100% - 40px);
	padding: 0 20px 15px 20px;
}

.side-menu-copy p{
	font-family: 'Josefin Sans', sans-serif;
	}
	
.dark-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.8);	
}

/*Video Modal*/


.video-image{
	display: block;
	position: relative;
	
}

.video-image img{
	width: auto;
	max-width: 100%;
}

.video-modal-box{
	z-index: 9999;
	position: fixed;
	top:0px;
	left: 0px;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.video-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.video-content{
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	width: auto;
	height: auto;
}

.video-content img{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: calc(100% - 40px);
	max-height: 100vh;
	background-color: #000;
	border-radius: 12px;
	overflow: hidden;
}

.video-content iframe{
	display: block;
	position: absolute;
	top:20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}


.close-video{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	position: absolute;
	background-color: #000;
	border-style: solid;
	border-width: 2px;
	border-color: #333;
	right: 10px;
	top: -10px;
}

.close-video .material-icons{
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	margin-left: 1px;
}



/* Footer Contact */

.contact-modal-btn{
	right: 20px;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 60px;
	height: 60px;
	background-color: #0099CC;
	z-index: 995;
	border-radius: 50%;
	transition: all 0.5s;
	opacity: 1;
	cursor: pointer;
	border-style: solid;
	border-width: 3px;
	border-color:#fff;
}

.contact-modal-btn.scroll:hover{
	opacity: 1;
}

.contact-modal-btn .material-icons{
	color: #fff;
	font-size: 30px;
}

.contact-modal-btn.scroll{
	opacity: 0.3;
}

.micro-contact{
	width: 100%;
	max-width: 280px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: auto;
	z-index: 995;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	display: none;
}



.footer-micro-contact{
	width: auto;
	position: relative;
	margin: 0 auto;
	float: right;
	height: auto;
	z-index: 995;
	border-radius: 8px;
	background-color: #fff;
	display: block;
	right: 0;
	bottom: 0;
	box-shadow: none;
}

.micro-contact .gform_body{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.footer-micro-contact .gform_body{
	padding: 0;
}


.micro-contact textarea, .footer-micro-contact textarea{
	height: 80px;
}

.micro-contact .title{
	width: calc(100%  - 20px);
	max-width: 280px;
	background-color: #0099CC;
	min-height: 20px;
	border-radius:8px 8px 0px 0px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.micro-contact .material-icons{
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
}

.wpcf7-form{
	max-width: 100%;
	text-align: center;
}

.wpcf7-form p{
	line-height: 0;
}

.wpcf7-form input, .wpcf7-form textarea{
	display: inline-block;
	margin: 0 0 3px 0;
	max-width: calc(100% - 40px);
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	font-family: 'Josefin Sans', sans-serif;
}

.wpcf7-not-valid-tip{
	position: relative;
	z-index: 999;
	font-size: 12px !important;
	top:-12px;
}

.contact-page{
	display: flex;
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	width: calc(100% - 40px);
}

.contact-page .wpcf7{
	max-width: 960px !important;
	margin: 0 auto;
	width: calc(100% - 40px) !important;
}

.contact-page .wpcf7-form input, .contact-page .wpcf7-form textarea{
	width: calc(100% - 20px) !important;
	padding: 10px;
	border-radius: 6px;
	margin: 0 0 10px 0;
}

.contact-page .wpcf7-form input{
	text-transform: uppercase;
}

.contact-page .wpcf7-form .wpcf7-submit{
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 100px;
}

.fullwidth{
	position: relative;
	width: 100%;
}

.wp-block-column p:last-child{
	padding-bottom: 0;
}

/* ACF Blocks */

.big-header{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.small-header{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}

a{
	color: #0099CC;
}

@media (max-width:640px) {
	.small-header{
		min-height: 100vh;
	}
}


@media (max-height:640px) {
	.small-header{
		min-height: 100vh;
	}
}


.header-shadow{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 999;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+20,0.29+99 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.29) 99%, rgba(0,0,0,0.29) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.29) 99%,rgba(0,0,0,0.29) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.29) 99%,rgba(0,0,0,0.29) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4a000000',GradientType=0 ); /* IE6-9 */
}


.shadow{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.sections-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.sections{
	display: block;
	position: relative;
	width: 33.333%;
	height: 100vh;
	overflow: hidden;
	box-shadow: none;
	opacity: 0.9;
	transition: all 0.5s;
}

.video-title{
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-title a{
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	background-color: #E25D03;
	border-radius: 6px;
	text-decoration: none;
	font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1600 - 300)));
}


.sections.show{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}


.white-overlay{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
}

.big-header-title{
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.77);
	line-height: 1em;
	padding: 15px 15px 6px 15px;
	text-align: center;
	max-width: (100% - 40px);
	width: auto;
	display: block;
	position: relative;
	margin: 0 auto;
}


/* Video Background */



.section-video{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}

.video-bg{
	display: block;
	position: relative;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
}
	
.video_background { 
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	overflow: hidden; 
	background-color: #fff;
}

.section-video_background{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100vh; 
	background-color: #fff;
}

.section-video_background video{
	position: relative;
	height: 100vh;
	margin-left: -49.5vh;
	opacity: 1;
}

.section-1, .section-2, .section-3{
	display: none;
}


@media (max-width:840px) {
	
	.sections-box{
		flex-wrap: wrap;
	}
	
	.sections{
		width: 100%;
		height: 33.333%;
		display: none;
	}
	
	
	.video-title{
		display: flex;
	}
	
	.section-video_background video {
		margin-left: 0;
	}
}

@media (max-width:540px) {
	
	.phone-head{
		display: none;
	}
	
}



/* Big Title and Text */


.generic-block{
	display: block;
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	max-width: 960px;
	width: calc(100% - 40px);
}


.generic-block.blog{
	max-width: 1200px;
}

.generic-block.center{
	text-align: center;
}

.big-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)));
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.77);
	font-weight: 700;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000;
	}

.big-title-copy{
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}


/* Fullwidth Block */
.fullwidth-block{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	clear: both;
	flex-wrap: wrap;
}

.fullwidth-block:nth-child(even){
	flex-direction: row-reverse;
}

.fullwidth-block .image{
	display: block;
	position: relative;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fullwidth-block .image img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.play-btn-box{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;

}

.play-btn{
	display: flex;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-width: 4 px;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    cursor: pointer !important;
    transition: all 0.3s;
    opacity: 0.6;
    }
    
    .play-btn:hover{
	    opacity: 1;
    }
    
 .play-btn .material-icons {
    color: #fff;
    font-size: 60px;
}

.fullwidth-block .copy .title{
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)));
}


.fullwidth-block .copy{
	width: calc(50% - 80px);
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.fullwidth-block:nth-child(even) .copy{
	text-align: right;
}

@media (max-width:880px) {
	.fullwidth-block .copy{
		width: calc(100% - 40px);
		padding: 20px;
	}
	
	.fullwidth-block:nth-child(even) .copy {
		text-align: left !important;
	}
	
	.fullwidth-block .image{
		width: 100%;
	}
}

/* Gallery Images */

.gallery{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin: 60px auto 60px auto;

}

.gallery a{
	display: block;
	position: relative;
	width: calc(20% - 20px);
	margin: 10px;
	min-width: 120px;
	max-width: 240px;
}

.gallery a img{
	max-width: 100%;
	
	height: auto;
}

/* Dark Section */

.big-dark-title{
	font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #616161;
	font-weight: 500;
	color: #B1B1B1;
	text-align: center;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

.big-dark-content{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(50% - 160px);
	padding: 20px 80px 20px 80px;
	height: auto;
	min-height: calc(100vh - 40px);
	color: #B1B1B1;
	text-align: left;
	line-height: 1.75em;
	background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width:840px) {
	
	.big-header{
		padding-top: 70px;
		min-height: calc(100vh - 70px);
	}
	
	.big-header.big-video{
		display: none;
	}
	
	.big-dark-content{
		min-height: calc(100vh - 110px);
	}

}


.big-dark-content.right{
	float: right;
}

.big-dark-content p{
	font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1600 - 300)));
}



.dark-block-button{
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 15px auto 0 auto;
	border-style: solid;
	border-width: 1px;
	font-weight: 500;
	color: #B1B1B1;
	border-color: #B1B1B1;
	padding: 5px 10px 1px 10px;
	background-color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.5s;
}


.dark-block-button:hover{
	color: #ccc;
	border-color: #ccc;
}

@media (max-width:880px) {
	.big-dark-content{
		width: calc(50% - 80px);
		padding: 20px 40px 20px 40px;
	}
}

@media (max-width:667px) {
	.big-dark-content{
		width: calc(100% - 40px);
		padding: 20px;
	}
}

.promo-block{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.promo-overlay{
	display: block;
	position: absolute;
	top: 0p;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

.promo-block .content{
	display: block;
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	padding: 100px 20px 80px 20px;
	max-width: 960px;
	text-align: center;
}

.promo-title span{
	font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1600 - 300)));
	font-family: 'Josefin Sans', sans-serif;
	display: inline-block;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color:#000;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.promo-copy{
	font-size: calc(16px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
	margin: 0 0 20px 0;
}

.promo-phone{
	font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1600 - 300)));
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}

/* Three Colun Links */

.three-column-links{
	display: flex;
	position: relative;
	height: auto;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	z-index: 1;
}


.three-column-block{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 33.33333%;
	height: 20vw;
	min-height: 210px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width:920px) {
	
	.three-column-links{
		
	}
	
	.three-column-block{
		width: 100%;
	}
}

.three-column-block .overlay{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.5);
}

.three-column-block .overlay a{
	padding: 10px 10px 8px 10px;
	color: #fff;
	line-height: 0.75em;
	background-color: rgba(255, 255, 255, 0.32);
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.three-blocks-title{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	text-align: center;
}

.three-blocks-title span{
	display: inline-block;
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 8px 10px 5px 10px;
	color: #fff;
}


.spacer-box{
	display:block;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	text-align: center;
	float: left;
	background-color: #336699;
	width: 100%;
}

.image-copy-block{
	display:block;
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 40px);
	height: auto;
}

.image-copy-block img{
	display: block;
	position: relative;
}

img.alignright{
	display: inline-block;
	float: right;
	margin: 0 0 10px 20px;
	max-width: calc(50% - 20px);
}


img.alignleft{
	display: inline-block;
	float: left;
	margin: 0 20px 10px 0;
	max-width: calc(50% - 20px);
}



@media (max-width:640px) {
	img.alignright{
		margin: 0 0 10px 0;
		max-width: 100%;
		width: 100%;
	}
	
	img.alignleft{
		margin: 0 0 10px 0;
		max-width: 100%;
		width: 100%;
	}
}

.copy-box{
	display: block;
	position: relative;
	width: 100%;
}

.image-copy-block{
	display: flex;
	position: relative;
	width: calc(100% - 40px);
	max-width: 1200px;
}

.break{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	background-color: #ff0000;
	height: 60px;
	}

.page-header{
	display: block;
	position: relative;
	margin: 0 auto;
   max-width: 960px;
   width: calc(100% - 40px);
   line-height: 1.75em;
   }
   
   
.column-box{
	display: flex;
	justify-content: center;
	align-items: top;
	flex-wrap: wrap;
    position: relative;
    clear: both;
    margin: 0 auto 0 auto;
    max-width: 1000px;
    width: 100%;
}

.staff-box{
	display: flex;
	justify-content:center;
	align-items:flex-start;
	flex-flow: wrap;
    position: relative;
    clear: both;
    margin: 0 auto 0 auto;
    max-width: 960px;
    width: calc(100% - 20px);
    padding-bottom: 20px;
}

.staff-block{
	max-width: 530px;
	padding: 0 10px 0 10px;
    width: calc(33.3333% - 20px);
}

.staff-block img{
	width: 100%;
	height: auto;
}

.staff-name{
	font-weight: 700;
}

.staff-title{
	padding: 5px 0 5px 0;
	color: #E25D03;
}

@media (max-width:840px) {
	.staff-box{
		flex-wrap: wrap;
	}
	
	.staff-block{
		width: calc(50% - 40px);
		margin-bottom: 20px;
	}
}

@media (max-width:620px) {
	.staff-block{
		width: calc(100% - 20px);
	}
}

.column-box p{
	padding-bottom: 0;
}

.column-box p img{
	max-width: 100%;
	height: auto;
}

.half{
	display: block;
	position: relative;
	width: 50%;
}

.sixty{
	display: block;
	position: relative;
	width: 60%;
}

.forty{
	display: block;
	position: relative;
	width: 40%;
}

.seventy{
	display: block;
	position: relative;
	width: 70%;
}

.thirty{
	display: block;
	position: relative;
	width: 30%;
}

.three_quarter{
	display: block;
	position: relative;
	width: 75%;
}

.quarter{
	display: block;
	position: relative;
	width: 25%;
}

.thirty-three{
	display: block;
	position: relative;
	width: 33.333333%;
}

.color-block-copy{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}
	
.line-break{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	width: calc(100% - 40px);
}

@media (max-width:840px) {
	.seventy, .thirty, .three_quarter, .quarter{
		width: 50%;
	}
	
	.thirty-three{
		width: 100%;
		padding-bottom: 20px;
	}
}


@media (max-width:720px) {
	.half, .sixty, .forty, .seventy, .thirty, .three_quarter, .quarter{
		width: 100%;
		padding-bottom: 20px;
	}
}



.main-custom-primary{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: auto;
    min-height: 100vh;
    color: #B1B1B1;
    text-align: left;
    line-height: 1.75em;
    background-color: rgba(0, 0, 0, 0.6);
}

.main-custom-primary.auto-height{
	min-height: 0;
	height: auto;
}


.wp-block-column p{
	color: #fff;
}

.main-content-background{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


/*Video Modal*/

.module-play-btn-box{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.module-play-btn-box .show-movie{
	
}



.video-image{
	display: block;
	position: relative;
	
}

.video-image img{
	width: auto;
	max-width: 100%;
}

.video-modal-box{
	z-index: 9999;
	position: fixed;
	top:0px;
	left: 0px;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.video-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

/* New Stuff */

.promo-link a{
	padding: 10px 10px 8px 10px;
    color: #fff;
    line-height: 0.75em;
    background-color: rgba(255, 255, 255, 0.32);
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    font-size: 18px;
    text-decoration: none;
}
