body {
}

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


p {
	font-size: 24px;	
}

.wp-block-image img {
max-width: 100%;
height: auto;
}

image.alignwide img {
    width: 100%;
    height: auto;
}

header {
	background: white;
	opacity:  0.6;
	width: 100%;
	height: auto;
	padding-top: 0rem;
	margin-top: 0rem;
}

.page-wrap {
	padding: 2rem 0;
}

header .top-bar {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	color: black;	
	overflow: none;	
	display: flex;
	flex-flow: wrap;
}


header .top-bar li {
	flex: 1 auto;
	min-width: 380px;
}

header .top-bar li a {
	padding: 0rem 0rem;
	color: #333;	
	text-align: center;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0px;		
}

header .top-bar li:first-child a {
	padding-left: 0;
}

header .top-bar li:last-child a {
	padding-right: 0;
}

a {
  position: relative;
  text-decoration: none;
}

a:hover { text-decoration: none;}

a::after {
	
	border-top: .25em solid #fff;
    content: "";
    position: absolute;
    right: 100%;
    bottom: .1em;
    left: 0;
    transition: right .4s cubic-bezier(0,.5,0,1);
}

a:hover::after {
	right: 0;
}

h4 {
	font-weight: 600;
	color: #222;
	font-size: 26px;
}


.btn { 
	border-radius: 25px;
	text-transform: uppercase;
	padding: 0.75rem;
	font-weight: 600;
 }


.ff-logo {
	width: 64px;
}

.banner-image-wrap {
	background-image: url('image/banner.jpg');
	background-repeat: no-repeat;	
	margin-top: 0px;
	padding-top: 0;	
	min-height: unset;
	background-position: center center;
	background-size: cover;	
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 100%; 	
	height: 950px;
}



/* Front page */
/**************/

/* TAG TEXT ON TOP OF FRONT PAGE */
/*********************************/
.front-page-tag {
	position: absolute; margin-top: -450px; 	
	text-align: center; 
	width: 100%;
	align-items: center;
}

.front-page-tag h4 {
	padding-bottom: 1.5rem;
}

.post-excerpt {
    background: white;
    border: 1px solid black;	
	margin-bottom: 2.5px;
	margin-top: 2.5px;
	padding-top: 0px;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.front-page-banner {	
	color: #FFFFFF;
	background-color: none;/*#03a9f4;*/
	background-position: center center;
	background-size: cover;	
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 350px;
}


.heading-title {
	color: white;
	/*width: 35rem;*/
	padding-top: 3rem;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

.heading-title h1 {
	font-weight: normal;
	font-family: "Colibri", sans-serif;
	font-size:1.25em;
	font-weight: 600;
}

.heading-title h4 {
	font-family: Open Sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.front-page-wrapper {	
	background: white;
	-webkit-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.17); 
	box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.17);
}

.lp_icon_top {
	width: 128px;
	height: 128px;
}

.blue-row {
	background: #b4e6ff;
	text-align: center;
}

.cream-row {
	background: #fde4d8;
	text-align:center;
}

.center-row-fp {
	text-align: center;
}

.white-border {
	border: 2px solid white;
}

.white-frame-ct {
	background: #fff;
	border-radius: 0.5rem;
	padding: 1.5rem;
}


/* COLORS */


/* FOOTER */

.ff-footer-wrap {
	z-index: 0;	
	margin-top: -4.5rem;
	background: rgb(56,63,82);
	background: linear-gradient(180deg, rgba(56,63,82,1) 0%, rgba(93,107,146,1) 40%);
	/*padding: 4rem 15rem;*/
	padding-top: 5rem;
}

.ff-footer {
	text-align: left;
	color: white;			
}

.bottom-logo {
	width: 256px;
}

.ff-footer ul {
	list-style: none;
}

.ff-footer ul li h4 {
	color: white;
	font-family: sans-serif, 'Arial';
	font-weight: 600;
	font-size: 1.5rem;	
}

.ff-footer h4 a {
	color: white;
}

.ff-footer img {
	margin-bottom: 2.5rem;
}

.ff-footer ul li h5 a {
	color: #ffd5d5;	
	/*font-size: .95rem;*/
	font-size: 25px;
}


#nf-field-10 {
	margin-top: 1.85rem;
}

.submit-wrap {
	/*width: 150px;*/

}

.nl-field {	
	display: inline-block;
	/*width: 30%;*/
	vertical-align: top;
	padding: 1.5rem 0.5rem;

}



.nl-field input:not([type="button"]) {
	-moz-box-shadow:    inset 0 0 10px #222;
   -webkit-box-shadow: inset 0 0 10px #222;
   box-shadow:         inset 0 0 10px #222;
 }


/******************************************************************************************************************/
/*							*/
/*							*/
/* Media Screen Validation */

@media only screen and (min-width: 1024px) {
  
  	header { 
  		height: 4.5rem;
    }

	header .top-bar {
		flex-flow: wrap;
		padding-top:  1.5em;
	}

	header .top-bar li {
		flex: 1 auto;
		min-width: 6rem;
		/*max-width: 100px;		*/
    }

    header .top-bar li a {
	padding: .25rem 1rem;
	color: #333;	
	text-align: center;
	font-family: 'Open Sans','Arial',sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0px;
	display: block;
}

.banner-image-wrap {	
	height: 750px;
}

.heading-title h4 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.5;
	text-align: left;
}


p {
	font-size: 1rem;
}

.heading-title {
	color: white;
	width: 35rem;
	padding-top: 3rem;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

.heading-title h1 {
	font-weight: normal;
	font-family: "Colibri", sans-serif;
	font-size:2.25em;
}

.ff-footer ul li h5 a {
	color: #ffd5d5;	
	font-size: .95rem;
}

h4 {
	font-size: 16px;
}


}


