html {
  	scroll-padding-top : 100px;
	scroll-behavior: smooth;
} 
.site-main a {
	color : var(--crimson) !important;
	text-decoration : none;
}
.site-main a:focus,
.site-main a:hover {
	opacity : 0.5;
}
h1,h2,h3,h4,h5,table,p,ul,ol,code,quote,.wp-block-buttons {
	margin-top : 0;
	margin-bottom : 20px;
}
*:last-child {
	margin-bottom : 0;
}
h1 strong,
h2 strong,
h1,h2 {
	font-weight : 300;
	margin-top: 0;
}
h1 {
	font-size : 45px;
} 
h2 {
	font-size: 40px;
}
h3 {
	font-size: 24px;
}
/* h4 {
	color : var(--crimson);
} */
h1 strong,
h2 strong,
h3 strong,
h4 strong {
	color : #333333;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
	color : var(--crimson);
}
/* h4 strong {
	color : #333333;
} */
ul, ol {
	margin-left : 0;
	padding-left : 20px;
	margin-bottom: 20px;
}


.underline,u { text-decoration : underline; }
.text-icon::before {
	content : ' ';
  	background-size : contain;
  	background-image : url(https://cdn.prod.website-files.com/668c2a9e1d5cd0fd974dc5a2/67535a8479f4a70cf92157d8_document-new.png);
	display : inline-block;
	width : 24px;
	height : 24px;
	vertical-align : middle;
	margin-right : 10px;
}
html ul > li.link-item,
html ul > li.lightning-item {
	position : relative;
	list-style : none;
}
html ul > li.link-item::before,
html ul > li.lightning-item::before {
	content : ' ';
  	background-size : contain;
  	background-image : url(https://cdn.prod.website-files.com/668c2a9e1d5cd0fd974dc5a2/67535ae5de3e7d18ea91a952_link-icon.png);
	display : inline-block;
	width : 24px;
	height : 24px;
	position : absolute;
	left : -27px;
	top : 2px;
}
li.star-item {
	position : relative;
	list-style : none;
}
li.star-item::before {
	content : ' ';
  	background-size : contain;
  	background-image : url(https://cdn.prod.website-files.com/668c2a9e1d5cd0fd974dc5a2/67166e4dbaa5c2f8e73ee986_star.png);
	display : inline-block;
	width : 24px;
	height : 24px;
	position : absolute;
	left : -27px;
	top : 2px;
}
li.document-item {
	position : relative;
	list-style : none;
}
li.document-item::before {
	content : ' ';
  	background-size : contain;
  	background-image : url(https://cdn.prod.website-files.com/668c2a9e1d5cd0fd974dc5a2/67535a8479f4a70cf92157d8_document-new.png);
	display : inline-block;
	width : 24px;
	height : 24px;
	position : absolute;
	left : -27px;
	top : 2px;
}
.important-notice {
	color : #333333;
	font-weight : 600;
}

quote,
p,
h1,
h2 {
	margin-top : 0;
	margin-bottom : 20px;
}
h3,
h4,
h5 {
	margin-top : 0;
	margin-bottom : 15px;
    line-height : 1.5;
}
h5 {
	font-size : 18px;
	font-weight : 400;
	text-decoration : underline;
}
ul,
ol {
	margin-top : 0;
	margin-bottom : 20px;
  	padding-left : 20px;
}
ul li,
ol li {
	margin-top : 0;
	margin-bottom : 15px;	
}
.container {
	width : 100%;
	max-width : var(--content-width);
	margin-left : auto;
	margin-right : auto;
}
article {
	display : block;
	margin : 0 auto;
}
.menu-wrapper  {
    z-index: 900;
    background: #974044;
    font-family: Satoshi, sans-serif;
    position: sticky;
    top: 0;
	width: 100vw;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all .25s ease-in-out;
}
.home .menu-wrapper {
	position: fixed;
	background-color: transparent;
}
.home.logged-in.admin-bar .menu-wrapper {
	padding-top: 52px;
}
.nav-bar-outer {
    max-width : var(--content-width);
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 15px;
    padding-right: 15px; */
    font-size: 18px;
}
.nav-bar-inner {
	justify-content: space-between;
    align-items: center;
    display: flex;
}
.nav-wrapper {
	align-items: center;
    display: flex;
}
.main-navigation > a {
	text-decoration: none;
    display: inline-block;
    position: relative;
	color: var(--white) !important;
    letter-spacing: .5px;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 4px 10px;
    font-size: 19px;
    font-weight: 300;
    transition: all .3s;
}
.main-navigation > a:focus ,
.main-navigation > a:hover {
    opacity: .5;
}
@media screen and (max-width: 1180px) and (min-width: 992px) {
    #site-navigation > a:nth-child(2), 
	#site-navigation > a:first-child {
        width: 150px;
    }
}


.w-icon-nav-menu:before {
  content: "\e602";
}
.nav-button {
	float: right;
	cursor: pointer;
	-webkit-tap-highlight-color: #0000;
	padding: 18px;
	font-size: 24px;
	display: none;
	position: relative;
	color: var(--white);
	z-index : 997;
}
.nav-button[aria-expanded="true"] {
	background-color: var(--blue);
	border-radius: 5px;
	color: #fff;
}
    
@media screen and (max-width: 991px) {
  #site-navigation {
    display: none !important;
  }
  .nav-wrapper > .nav-button {
    display: block;
  }
  /* .nav-bar-outer {
	padding-right : 0;
  } */
}
.mobile-nav-wrapper {
	overflow-x : hidden;
	position : relative;
}
#mobile-navigation {
	/* display : none; */
	position : fixed;
	left : 100%;
	top : 0;
	width : 100%;
	height : 100vh;
	z-index : 996;
	background-color : var(--crimson);
	padding-top : 140px;
	text-align : center;
	
	/* debug */
	
    transition: left 0.4s;
}
@media screen and ( max-width : 991px ){
	#mobile-navigation.toggled {
		/* display : block; */
		left : 0;
	}
}
#mobile-navigation a {
	display : block;
	width : auto;
	margin-left : 0;
	margin-right : 0;
	font-size : 30px;
	text-align : center;
}


hr {
	background-color : #e2e2e4;
	margin-top : 75px;
	margin-bottom : 75px;
	height : 1px;
}
hr,
.full-screen {
	width : auto;
	margin-left : calc( -1 * ( ( ( 100vw - var(--scrollbarWidth) ) - var(--content-width) ) / 2 ) );
	margin-right : calc( -1 * ( ( ( 100vw - var(--scrollbarWidth) ) - var(--content-width) ) / 2 ) );
}
.wp-block-group.full-screen > .wp-block-group__inner-container {
	max-width : var(--content-width);
	margin-left : auto;
	margin-right : auto;
}

.entry-content {
	padding-top : 75px;
	padding-bottom : 75px;
	margin-top : 0;
	margin-bottom : 0;
}
.content-width {
	width : var(--content-width);
	margin-left : auto;
	margin-right : auto;
}
.wp-block-separator {
	border-top : none !important;
}

.entry-header {
    background-color: var(--blue);
    color: var(--white);
    padding-top: 30px;
    padding-bottom: 30px;
	
}
.entry-header h1 {
	margin-top: 30px;
	color: var(--white);
	margin-bottom: 30px !important;
    font-size: 38px;
    line-height: 44px;
}


.site-branding {
    float: left;
    text-decoration: none;
    position: relative;
	color: var(--white) !important;
	font-size: 22px;
	font-weight: 500;
}
#site-navigation {
	align-items: center;
    display: flex;
}
.footer {
    background-color: var(--navy);
    padding-top: 75px;
    padding-bottom: 10px;
}
.footer-content {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.footer a ,
.footer {
	font-size: 18px;
	color : #ffffff !important;
	text-decoration : none;
}
.footer a:hover,
.footer a:focus {
	opacity: .25;
}

.footer img {
	width : 400px;
	max-width : 100% !important;
}

.footer-column+.footer-column {
	padding-left : 25px;
}

.footer .footer-column:nth-child(2) ,
.footer .footer-column:nth-child(3) {
	white-space : nowrap;
}
.footer .footer-column:nth-child(2) {
	min-width : 240px;
}
.footer .footer-column:nth-child(3) ,
.footer .footer-column:last-child {
	min-width : 200px;
}

@media screen and ( max-width : 920px ){
	.footer-content {
		flex-wrap : wrap;
	}
	.footer .footer-column:first-child {
		width : 100% !important;
		padding-bottom : 40px;
	}
	.footer .footer-column:nth-child(2) {
		padding-left : 0;
	}
}
@media screen and ( max-width : 690px ){
	.footer .footer-column:last-child {
		width : 100% !important;
		padding-left : 0;
	}
}
@media screen and ( max-width : 490px ){
	.footer .footer-column:nth-child(2) ,
	.footer .footer-column:nth-child(3) {
		width : 100% !important;
		padding-left : 0;
	}
}


/* home page */
#homeBanner {
	background-color: #974044;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-top: 0;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
#homeVideo {
	background-image: url();
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
}
#homeBanner .banner-content {
	z-index: 10;
	text-align: center;
	color: #fff;
}


#homeBanner .banner-content .site-title {
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 10px;
	padding : 0 40px;
}
#homeBanner .banner-content .site-title {
	font-size : 40px;
}
#homeBanner .banner-content .site-title .sub-title {
	font-size : 25px;
	display : block;
	padding-top : 10px;
}
#homeBanner .banner-content h2 {
    box-sizing: content-box;
    margin-bottom: 20px;
    font-size: 100px;
    font-weight: 300;
    line-height: 1.2;
	padding : 0 40px;
	max-width : 1010px;
	margin : 0 auto;
}
@media screen and ( max-width : 1024px ){
	#homeBanner .banner-content h2 {
		font-size : 80px;
	}
	#homeBanner .banner-content .site-title {
		font-size : 35px;
	}
	#homeBanner .banner-content .site-title .sub-title {
		font-size : 20px;	
	}
}
#homeBanner > img {
	position : absolute;
	z-index : 8;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	object-fit : cover;
}
#homeBanner > .img-overlay {
	position : absolute;
	z-index : 9;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	background-color : rgba(0,0,0,0.65);
}
@media screen and ( max-width : 600px ){
	#homeBanner .banner-content h2 {
		font-size : 60px;
	}
	#homeBanner .banner-content .site-title {
		font-size : 30px;
	}
	#homeBanner .banner-content .site-title .sub-title {
		font-size : 20px;	
	}
}
@media screen and ( max-width : 430px ){
	#homeBanner .banner-content h2 {
		font-size : 50px;
	}
}
@media screen and ( max-width : 340px ){
	#homeBanner .banner-content h2 {
		font-size : 40px;
	}
}
.video-overlay {
	height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000045;
    z-index: 1;
}
.home .entry-header {
	display : none;
}
/* .home #primary > article > .entry-content {
	padding-top : 0;
	padding-bottom : 0;
} */
.hero-section:first-child {
	margin-top : -75px;
}
.hero-section:last-child {
	margin-bottom : -75px;
}
.hero-section > .wp-block-group__inner-container {
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	font-size: var(--main);
	display: flex;
	padding-top: 100px;
	padding-bottom: 125px;
}
.hero-section p {
	max-width : 880px;
    font-weight: 300;
    line-height: 1.5;
	font-size: var(--main);
}

.hero-section p.subtitle {
    letter-spacing: .15rem;
    text-transform: uppercase;
    margin-bottom: 20px;
	font-size: 18px;
}
.hero-section h2.hero-heading {
    box-sizing: content-box;
    margin-bottom: 20px;
    font-size: 100px;
    font-weight: 300;
    line-height: 1.2;
}
.hero-section > .wp-block-group__inner-container {
	padding-top : 75px;
	padding-bottom : 75px;
}
@media screen and ( max-height : 1350px ) and ( min-width : 992px ) {
	/* .hero-section > .wp-block-group__inner-container {
		padding-top : 40px;
		padding-bottom : 40px;		
	} */
	.home-section-1 .wp-block-group__inner-container {
		min-height : calc( ( 100vh - 76.500px ) * 0.45 );
	}
	.home-section-2 .wp-block-group__inner-container {
		min-height : calc( ( 100vh - 76.500px ) * 0.55 );
	}
	html .hero-section h2.hero-heading {
		font-size : 7.4vh;
	}
}
@media screen and ( max-height : 1350px ) and ( min-width : 992px ) and ( max-width : 1180px ) {
	html .home-section-1 .wp-block-group__inner-container {
		min-height : calc( ( 100vh - 105px ) * 0.45 );
	}
	html .home-section-2 .wp-block-group__inner-container {
		min-height : calc( ( 100vh - 105px ) * 0.55 );
	}
}
@media screen and ( max-height : 920px ) and ( min-width : 992px ) {
	html .hero-section h2.hero-heading {
		margin-top : 10px;
		font-size : 5.75vh;
		margin-bottom : 10px;
	}	
}
@media screen and ( max-height : 768px ) and ( min-width : 992px ) {
	html .hero-section h2.hero-heading {
		font-size : 40px;
	}	
}
@media screen and (max-width: 720px) {
  .hero-section h2.hero-heading {
    font-size: 60px;
  }
}
@media screen and (max-width: 479px) {
  html .hero-section .wp-block-group__inner-container {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .hero-section h2.hero-heading {
    font-size: 30px;
  }

  .hero-section p {
    font-size: 13px;
  }
}	

/* accordion styles */
.accordion-heading {
	color : var(--crimson);
	text-decoration : underline;
	cursor : pointer;
}
.accordion-item.hidden {
	display : none;
}

/* Formidable forms */
.frm_forms {
	max-width : 530px;
}
.frm_primary_label {
	font-size : 16px;
	display : block;
	margin-bottom : 5px;
}
fieldset {
	padding : 0;
	border : none;
}
.frm_required {
	display : none;
}
.form-field textarea ,
.form-field input {
	width : 100%;
    border: 1px solid var(--blue);
    background-color: var(--white);
    color: var(--crimson);
    border-radius: 0;
    margin-bottom: 20px;
    padding: 7px 12px;
    font-size: 18px;
	outline : 0;
}
.form-field textarea:active ,
.form-field textarea:focus ,
.form-field input:active ,
.form-field input:focus {
    border-color: var(--crimson);
}
.form-field input {
    line-height: 1.42857;
	height: 38px;
}
.frm_error {
	font-size : 16px;
	color : var(--crimson);
	margin-top : -20px;
	margin-bottom : 10px;
}

