.wp-block-columns, .container {
	max-width: 1000px;
	margin: 0 auto;
}



.is-layout-flex.alignfull {
	max-width: none;
}

.wp-block-columns h5 + h3,
h5 + h2 {
	margin: 20px 0;
}

.wp-block-image {
	margin-bottom: 0;
}

.wp-block-columns ul {
	list-style: none;
	margin:0;
	padding-left: 0;
}

.wp-block-columns ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}

.wp-block-columns ul li:last-child {
	margin-bottom: 1rem;
}

.wp-block-columns ul li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #6ead0f;
	border-radius: 50%;	
	top:9px;
	left: 0rem;
}

p#breadcrumbs {
	margin-bottom: 15px;
}

p#breadcrumbs * {
	text-transform: uppercase;
	font-family: Lato;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 28px;
	text-align: left;
	color: #003249;	
}

.dual {
	width: 100vw;
	max-width: none;
}	

@media (min-width: 782px) {
.dual {
	width: 100vw;
	max-width: none;
	background: rgb(235,244,222);
	background: -moz-linear-gradient(90deg, rgba(235,244,222,1) 50%, rgba(0,50,73,1) 50%);
	background: -webkit-linear-gradient(90deg, rgba(235,244,222,1) 50%, rgba(0,50,73,1) 50%);
	background: linear-gradient(90deg, rgba(235,244,222,1) 50%, rgba(0,50,73,1) 50%);
}	
}

@media (max-width: 781px) {
	.dual .wp-block-columns .wp-block-column:nth-child(odd) {
		background-color: rgba(235,244,222,1);
	}
	.dual .wp-block-columns .wp-block-column:nth-child(even) {
		background-color: rgba(0,50,73,1);
	}

	.dual .wp-block-columns {
		gap: 0;
	}

	.dual .wp-block-columns .wp-block-column {
		padding: 30px;
	}

	.dual .wp-block-spacer {
		display: none;
	}
}

.dual h3 {
	font-size: 25px;
}

.dual .is-layout-flex > .is-layout-flow:nth-child(even) * {
	color: #fff;
}

.dual .is-layout-flex > .is-layout-flow:nth-child(even) .wp-block-button .wp-block-button__link, 
.dual .is-layout-flex > .is-layout-flow:nth-child(even) .wp-block-button .wp-block-button__link:visited {
	color: #323B44;
}

@media (min-width: 576px) {
	.dual .is-layout-flex > .is-layout-flow:nth-child(even) {
		padding-left: 30px;
		padding-right: 15px;
	}
	.dual .is-layout-flex > .is-layout-flow:nth-child(odd) {
		padding-right: 30px;
		padding-left: 15px;
	}	
}


@media (min-width: 1200px) {
	.dual .is-layout-flex > .is-layout-flow:nth-child(even) {
		padding-left:75px;
	}
	.dual .is-layout-flex > .is-layout-flow:nth-child(odd) {
		padding-right:75px ;
	}	
}


.rounded_box {
	border-radius: 15px;
	padding: 30px 17px!important;
}

.smaller_gap .is-layout-flex {
	gap: 15px;
}

.smaller_gap  {

}

.hover_row {
	background: #F8F9FA;
	border-bottom: 5px solid #fff;
	padding: 30px;
	position: relative;
}

.hover_row a {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
}

.hover_row a img {
	position: absolute;
	top: 20px;
	right: 20px;
}

.hovercolumn_pad {
	padding-top:20px;
}

.hover_row:hover {
	background-color: #D9ECF7;
}

.featured_background,
.featured_background2 {
	background-image: url(../img/iStock-915753500.jpg);
	background-size: cover;
	background-position: center;
	background-color: #efefef;
	position: relative;
	top:-280px;
	z-index: -10;
	height: 590px;
	margin-bottom: -280px;
	margin-left: 0;
	margin-right: 0;
}

.featured_background {
	margin-bottom: -280px !important;
}

.featured_background2 {
	top:-140px;
	margin-bottom: -140px;
	height: 270px;
}

.featured_background2 + .has-background {
	z-index: 10;
	position: relative;
}

.featured_background p {
	opacity: 0;
}

.tick_list {
	margin-left: 0;
	padding-left: 0;
}
.tick_list li {
	position: relative;
	list-style: none;
	background-image: url(../img/tick.svg);
	background-repeat: no-repeat;
	background-position: top 8px left;
	padding-left: 25px;
}

.tick_list li:before {
	display: none;
}


.hover-smooth {
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;	
}

.rounded_blue_boxes .wp-block-column {
	padding: 30px 25px 74px 25px;
	border-radius: 15px;
	border: 1px solid #ddd;	
	position: relative;
}

.rounded_blue_boxes .wp-block-buttons {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.rounded_blue_boxes .wp-block-column:nth-child(1) {
	background-color: #E7F1F6;
}

.rounded_blue_boxes .wp-block-column:nth-child(2) {
	background-color: #E7F1F6;
}

.rounded_blue_boxes .wp-block-column:nth-child(3) {
	background-color: #E7F1F6;
}

/** blue boxes **/
.two_blue_boxes .wp-block-column {
	background-color: #E2F0F7;
	border-radius: 15px;
	padding: 50px 40px;
	min-height: 200px;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
	border-radius: 22px;
	background: #ebf4de;
	border:0;
}

.gform_wrapper textarea {
	max-height: 100px;
}

.gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-end;
	margin-top: 0;
}

.gform_footer input {
	display: inline-block;
	height: 44px !important;
	border-radius: 22px !important;
	background: #c4ea84 !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	padding: 0 25px;
	color: #323b44;	
	text-transform: uppercase;
}

.gform_wrapper label {
	font-family: Outfit;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #09203d;	
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px !important;
}

.contact_intro {
	max-width: 770px;
	margin:0 auto;
}


#videoMessage h1 {
	font-family: Merriweather;
	font-weight: bold;
	font-size: 41px;
	line-height: 54px;
	text-align: center;
	color: #c4ea84;
	margin-bottom: 0.5rem;
}

#videoMessage p {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #fff;	
}

:where(.wp-block-columns.has-background) {
	padding:0 !important;
}



@media (max-width: 820px) {
	.wp-block-column {
		padding-left: 30px;
		padding-right: 30px;
	}

	.wp-block-columns .wp-block-columns .wp-block-column {
		padding-left: 0;
		padding-right: 0;
	}

	.row>* {
	    padding-left: calc(var(--bs-gutter-x)*1);
	    padding-right: calc(var(--bs-gutter-x)*1);
	}

	.dual .wp-block-column {
		padding-left: 0;
		padding-right: 0;
	}

	.dual .wp-block-column  > .wp-block-columns .wp-block-column {
		padding-left: 30px;
		padding-right: 30px;
	}

	h1 {
		font-size: 33px;
		line-height: 39px;
	}

	#standard-header .header-info {
		padding-left: 15px;
		padding-right: 15px;
	}	

	.timeline-item {
		gap: 10px;
	}



}

#videoMessage {
	padding: 30px;
}


/** 
 * #Home CSS
 */

#videowrapper{  
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
} 

#fullScreenDiv{
    min-height: 100%; 
    height: 100vh;
    width: 100vw;
    padding:0;
    margin: 0;
    background-color: gray;
    position: relative;
}

#video{    
    width: 100vw; 
    height: auto;
    margin: auto;
    display: block;
    margin-top: -70px;
}
@media (min-aspect-ratio: 16/9) {
  #video{
    width: 100vw; 
    height:auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #video {
    min-height: 100vh; 
    width:auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}

#videoMessage{
    max-width: 700px;
    height: 100%;
    position: absolute; 
    top: 0; 
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;

}


#videoMessage h5,
#videoMessage h6 {
	color: #fff;
}

.videoOverlay {
	background-color: rgba(23, 99, 137, 0.67);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pattern_1,
.pattern_2 {
	position: absolute;
}

.pattern_1 {
	top:-100px;
	right: -100px;
}
.pattern_2 {
	bottom: -150px;
	left: -150px;
}

#home-header {
	position: absolute;
	top: 0;
	right: 0; 
	left: 0;
	z-index: 20;
}

#home-header .sec-nav p {
	color: #fff;	
}

#secondary-nav {
	padding: 15px 0;
}

.mc-field-group label {
	display: block;
}

.mc-caption {
	max-width: 400px;
}

/** show more **/
.ub-expand-toggle-button {
	margin-top: 10px;
}
.ub-expand-toggle-button,
.ub-expand-toggle-button:hover,
.ub-expand-toggle-button:visited {
	color: #003249;
    font-size: 16px;
    line-height: 26px;	
    font-weight: bold;
}

.ub-expand-portion {
	padding-top:10px;
}


@media (max-width: 781px) { 
	#videoMessage h1 {
		font-size: 27px;
		line-height: 1.4em;
	}

	#videoMessage {
		font-weight: 0.8em;
		line-height: 1.4em;
	}

	#videoMessage {
		margin-top:50px !important;
	}

	#videowrapper .pattern_1 img,
	#videowrapper .pattern_2 img {
		max-width: 270px;
	}

	#mailchimp .mc-flex {
		display: block;
	}

	.wpavefrsz-text {
		display: block;
	}

	.rounded_blue_boxes {
		padding-left: 30px;
		padding-right: 30px;
	}

	#personnel-block-block_639a55e8ecdab {
		margin-top: 0 !important;
	}

}



