/* ============================================================
	Replace me with the Actual Design
============================================================ */

html,
body {
	font-family: "roboto", sans-serif;
	color: #5b5b5b;
	font-size:18px;
	scroll-behavior: smooth;
	background-color:#cccccc;
}

/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/
img{
	max-width:100%;
}

.nav__list__level-1 {
}

main .module {
	max-width: 1200px;
	margin: 0 auto;
}

h1, .cms-content h1, .news-view h1, .events-view h1{
	font-size: 70px;
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight:normal;
}
.cms-content a,
.cms-content a:visited{
	color:#dc8631;
}
.cms-content a:hover{
	color:#273f5e;
}
h2,
.cms-content h2 {
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight:normal;
    font-size: 38px;
	color:#62615b;
	padding-bottom: 0.5em;
}
h3,
.cms-content h3{
    font-family: "cheddar-gothic-rough", sans-serif;
	font-weight:normal;
    font-size: 28px;
}

.generic__1up, 
.generic__2up, 
.generic__3up, 
.generic__4up{
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}

.generic__inner{
	padding:4em 1em;
	max-width:1000px;
	margin:0 auto;
}
.generic__part{
	padding:1em;
}

.navigation{
	position:absolute;
	top: 0;
    right: 0;
	z-index: 2;
	    padding: 2em;
}
.navigation a,
.navigation a:visited{
	color:white;
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight: normal;
    font-size: 42px;
    padding: 0 .5em 0.1em;
	border-bottom: 2px solid transparent;
}
.navigation a:hover{
	border-bottom: 2px solid white;
}
.navigation a.socialicon,
.navigation a.socialicon:hover{
	border-bottom: 2px solid transparent;
	padding: 0 .1em 0;
}


img.socialicon{
	max-height:40px;
}

nav {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
	display:none;
}
nav a,
nav a:visited{
	color:white;
}
.nav__link {
    background-color: transparent;
}
.nav__item-action {
    color: white;
	font-size: 30px;
}
#primary-nav-toggle .material-icons{
    color: white;
    position: absolute;
    top: 37px;
    right: 37px;
    z-index: 2;
    font-size: 52px;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #273f5e;
	color: white;
}
.nav__item:hover > .nav__item-actions .nav__link {
    background-color: #dc8631;
	color:white;
}
.open .nav__menu {
    background-color: rgba(0, 0, 0, 0.5);
	padding: 3em 1em;
}

a.generic__link-button,
a.generic__link-button:visited,
.fb3__button,
.fb3__button:visited{
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight:normal;
	font-size:25px;
	color:white;
	background-color: #dc8631;
    border-radius: 37px;
    padding: 0.5em 1em;
    text-transform: uppercase;
	text-align: center;
	margin: 1em .5em;
	transition: 0.3s;
	border: 0;
	letter-spacing: .5px;
}
a.generic__link-button:hover,
.fb3__button:hover{
	background-color:#273f5e;
	color:white;
}

.body__layout__default a.ctaphone,
.body__layout__default a.ctaphone:visited {
    position: absolute;
    top: 34px;
}

.body__layout__default .header__inner{
	padding: 1.25em 1.5em;
}

.home-header{
	background-image: url(../../images/headerbg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	position:relative;
}
.home-header h1,
.home-header h2{
	color:white;
	filter: drop-shadow(0 0 0.75rem black);
}
.header__inner {
	padding: 1.25em 1.5em 38em;
    position: relative;
    z-index: 1;
}
.heading-video-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
}
.heading_video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115%;
    height: auto;
}

img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
a.header__logo-link {
	max-width: 300px;
}
.body__layout__home a.header__logo-link {
    top: -114px;
}
.heading_splash {
    padding: 6em 0px;
	text-align:center;
	max-width:1045px;
	margin:0 auto;
}
.heading_splash h2{
	font-weight:normal;
	padding-bottom: .5em;
    font-size: 46px;
	color:white;
	padding-top: 0.3em;
}

.body__layout__default .header{
	min-height: 142px;
	background-image: url(../../images/pagesheader.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner{
	text-align:center;
	background-color:#62615b;
}
.banner .generic__inner{
	padding: 1em;
}
.banner h2{
	color:white;
	padding-bottom:0;
}

section.images{
	background-image: url(../../images/gallerybg.jpg);
	background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
}
.images .generic__inner{
	max-width:100%;
}
.module-gallery__item-image {
    padding: .5em;
}


.contact {

}
.module.forms{
    color: white;
	max-width:100%;
}
form.fb3__form {
    text-align: left;
}
.body__layout__default .module.forms{
    background-image: url(../../images/eventsbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.body__layout__default .module.forms .generic__inner{
	max-width:800px;
	margin:0 auto;
}
.contact h2{
	color:white;
	font-size: 70px;
	line-height:76px;
}
.contact .generic__2up{
	max-width: 1200px;
    margin: 0 auto;
}
.contact .generic__2up{
	align-items: center;
}
.contact p {
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 1em;
    font-size: 23px;
}
.forms__form-item-header{
	display:none;
}
.fb3__field-input, 
.fb3__field-select{
	color:black;
}
.fb3__field-heading-text {
    padding-bottom: 0.3em;
}
.contact .generic__2up .generic__part:nth-child(odd){
	text-align: center;
}
.contact a.phonenumber {
    font-size: 35px;
    color:white;
}
.contact a.phonenumber:hover {
    font-size: 35px;
    color:white;
}
.address {
    padding: 1em 0;
    font-size: 27px;
}
.body__layout__home .module.forms .generic__inner{
	padding:0;
}

footer.footer{
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight:normal;
	font-size:32px;
	background-color:#62615b;
	color:white;
}
.footer__inner a {
    font-size: 24px;
}

.album{
	text-align: center;
	background-image: url(../../images/albumbg.png);
	background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
}

section.events__block{
	background-image: url(../../images/eventsbg.png);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.new{
	text-align: center;
}

.home .news__list .news__item {
    display: none;
}
.home .news__list .news__item:nth-child(1),
.home .news__list .news__item:nth-child(2),
.home .news__list .news__item:nth-child(3){
    display: block;
    max-width: 27.37%;
    text-align: center;
    border-radius: 12px;
    padding: 0;
    min-width: 228px;
    position: relative;
}
.news__item:hover{
	 transform: scale(1.1);
}
a.news__link.news__link__title {
    font-size: 40px;
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight:normal;
}

.module.feeds.feeds__type__news .generic__inner{
	padding:0;
}
.home .news__short-description{
	display:none;
}
.home .news__list {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.news__posted {
    padding-bottom: .6em;
}
.home a.news__link.news__link__title {
	font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 1em;
    color: white;
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight:normal;
}
.home .news__posted {
    display:none;
}
.home .news__item,
.home .news__item + .news__item{
	margin:1em;
}
.home .news__link.news__link__title {
    font-size: 20px;
    font-weight: bold;
	padding: 20px 20px;
    display:inline-block;
}
.home .news__thumbnail {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0;
	border-radius: 12px;
}
.home .feeds .feed_container:nth-child(1) h2{
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	color: #36c2df;
}

.home .feeds .feed_container:nth-child(2) h2 {
	padding-bottom:1em;
}
.home .feeds .feed_container:nth-child(2),
.home .feeds .feed_container:nth-child(2) a {
		color:white;
}
.home .feeds .feed_container:nth-child(2) .events__date{
	color: #454545;
}
.home .feeds .feed_container:nth-child(2) {
	background-image: url("../../images/footercontact.png");
  	background-repeat: no-repeat;
  	background-size: cover;
}
.body__layout__default .news__item{
	padding-bottom:1em;
	border-bottom:1px solid white;
}


ul.events__list {
    text-align: left;
}
.feeds {
	max-width:100%;
	margin:0 auto;
	position:relative;
}
.events__block .generic__inner{
	padding: 5em 1em;
}

.events__short-details,
a.events__title{
	color: #5b5b5b;
}
.feeds__type__events .generic__inner{
	padding: 0;
}
.events__item + .events__item{
	margin-top:0;
}
.events__item{
    border-bottom: 1px solid white;
}
.events__none{
	text-align: center;
	font-weight:bold;
}
.events-view__time{
	padding-bottom:1em;
}
.events-location_name{
	font-weight:bold;
}
.events__heading{
	font-size: 33px;
	text-align: center;
	font-weight: 100;
}

.events-view__date,
.events-view__time{
	font-weight:bold;
}
.events__heading{
	padding-bottom:1em;
}

.events__block h2 {
    color: #ad2e0a;
    border-bottom: 1px solid white;
}
.events__date{
	color: #ad2e0a;
	margin-right: 0;
    padding: 0;
    width: auto;
    text-align: center;
	float: none;
}
.events__date-day{
	font-size:90%;
}
.events__date {
    border: transparent;
    display: block;
    font-weight: normal;
    font-family: "cheddar-gothic-rough", sans-serif;
    font-size: 40px; 
}
.events__date-month, .events__date-day {
    display: inline;
}
.events__title {
    font-weight: normal;
}
.events__item{
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-grow: 0
}
.news__heading{
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	color: #36c2df;
}


@media screen and (max-width: 1490px){
	.header__inner {
    	padding: 1.25em 1.5em 26em;
    }
	a.header__logo-link {
    	max-width: 150px;
}
}

@media screen and (max-width: 965px) {
    .heading_video {
        height: 100%;
        width: auto;
    }
}
@media screen and (max-width: 929px){
	.contact .generic__2up,
	.cost .generic__2up{
		flex-direction: column;
	}
	.value .generic__2up{
		flex-direction:column-reverse;
	}
	.contact .generic__part,
	.value .generic__part,
	.cost .generic__part{
		width:100%;
	}
	.brandscript .generic__inner {
		margin: 0 auto;
	}
	.navigation{
		display:none;
	}
	nav{
		display:block;
	}
	
}
@media (max-width:824px){
	.process .generic__part {
		width:100%;
		max-width: 100%;
	}
	
}
@media (max-width: 767px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
	h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.heading_splash h2 {
		font-size: 34px;
	}
	.events__item {
    flex-direction: column;
	}

}
@media (max-width: 570px){
	a.header__logo-link {
		max-width: 95px;
	}
	.header__inner {
    padding: 1.25em 1.5em 12em;
	}
	
	a.generic__link-button, a.generic__link-button:visited, a.fb3__button, a.fb3__button:visited {
		font-size: 20px;
		line-height: 31px;
	}
	a.ctaphone, a.ctaphone:visited {
		position: absolute;
		top: -45px;
		font-weight: bold;
		font-size: 30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-color: white;
		padding: 0.5em 1em;
		z-index: -1;
		text-align: center;
	}
}

@media screen and (max-width: 450px){
	h2, 
	.contact h2 {
		font-size: 32px;
		line-height: 35px;
	}
	h1 {
		font-size: 37px;
	}
	.heading_splash h2 {
		font-size: 28px;
	}
	.generic__link-button,
	.fb3__button {
		font-size: 20px;
	}
	
	
}