/* reset some thangs */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}




body {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	
}
.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;

}
.content {
	padding-left: 15px;
	padding-right: 15px;
}
header {
	
	
}
.header-eyebrow {
	background-color: #80C0A9;
	text-align: right;
	color: #fff;
}
.header-phone {
	display: inline-block;
	background-image: url('../img/icon-phone.svg');
	background-position: 15px center;
	background-size: 25px;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-portal {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.16);
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url('../img/icon-portal.svg');
	background-position: 15px center;
	background-size: 25px;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-right: 20px;
	color: #fff;
}
.row-header {
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	position: relative;	
	padding-bottom: 30px;
	padding-top: 30px;
}

.logo img {
	max-width: 225px;
}
.nav-top {
	display: flex;
	align-self: center;
	justify-content: right;
}

.nav-top li {
	
	font-weight: 300;
	font-style: normal;
	display: inline-block;
	font-size: 1.25em;
	
	
	padding-left: 40px;
	padding-right: 0px;
	position: relative;

}
.nav-top li a {
	color: #1B3655;
	text-decoration: none;
}
.nav-top li.active > a {
	color: #80C0A9;
	text-decoration: none;
}
/* drop down */
.nav-top li ul  {
	position: absolute;
	z-index: 17;
	top: 20px;
	width:275px;
	box-shadow: 0px 2px 7px rgba(0, 20, 41, 0.27);
	border-radius: 0px 0px 20px 20px;
	overflow: hidden;
	display: none;
	
}
.nav-top li:hover ul, .nav-top li ul:hover {
	display: block;
}
.nav-top li ul li {
	display: block;
	background-color: #80C0A9;
	padding: 10px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: capitalize;
}
.nav-top li ul li a {
color: #fff;
line-height: 1.25em;
}
.nav-top li ul li.active a {
color: #1B3655;
}
.nav-top li ul li:hover {
	background-color: #fff;
	color: #fff;
	cursor: pointer;
}
.nav-top li ul li:hover a {
	
	color: #80C0A9;
	
}
.nav-mobile {
	display: none;
}


.hero-home {
	background-image: url('../img/hero-home.jpg');
	margin-top: 0px;
	min-height: 35vh;
	background-size: cover;
	background-position: center center;	
	padding-top: 130px;
	position: relative;
}
.hero-internal {
	background-image: url('../img/hero-home.jpg');
	margin-top: 0px;
	min-height: 20vh;
	background-size: cover;
	background-position: center center;	
	padding-top: 100px;
	position: relative;
	margin-bottom: 30px;
}

h1 {
	font-size: 3.5em;
	line-height: 1em;;
	color: #fff;
	font-family: "Radley", serif;
	padding: 15px;
	padding-left: 60px;
	background-color: rgba(27, 54, 85, 0.69);
	display: inline-block;
	border-radius: 0px 20px 20px 0px;
	width: 60%;
}

.hero-home p {
	padding-left: 60px;
	color: #fff;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: 15px;
	width: 60%;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.77);
	
}
h2 {
	color: #14263b;
	font-size: 4em;
	font-weight: bold;
}

h3 {
	color: #14263A;
	font-size: 2em;
	
	font-weight: bold;
}



strong {
	font-weight: bold;
}


.container p {
	font-size: 1.25em;
	line-height: 1.5em;
}

button, .button {
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
	background-color: #788CAF;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.61);
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	margin-top: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 7px;
	width: fit-content;
	margin: auto;
	transition: all .75s;
}

button:hover, .button:hover {
	background-color: #14263A;	
	color: #fff;
}

.button-home {
	border: none;
	font-weight: 400;
	font-style: normal;
	background-color: #80C0A9;
	padding: 30px;
	padding-left: 45px;
	padding-right: 45px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	display: inline-block;
	border-radius: 60px;
	width: fit-content;
	margin: auto;
	transition: all .75s;
	text-decoration: none;
	position: absolute;
	bottom: -35px;
	right: 30px;
}
.button-secondary {
	border: 2px solid #1B3655;
	font-weight: 600;
	font-style: normal;
	background-color: transparent;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	color: #1B3655;
	font-size: 1em;
	text-align: center;
	display: block;
	border-radius: 50px;
	width: fit-content;
	margin: auto;
	cursor: pointer;
	transition: all .75s;
}

.button-secondary:hover {
	background-color: #14263A;	
	color: #fff;
}

.button-tertiary {
	border: 2px solid #1B3655;
	font-weight: 600;
	font-style: normal;
	background-color: transparent;
	padding: 15px;
	padding-left: 45px;
	padding-right: 45px;
	text-decoration: none;
	color: #1B3655;
	font-size: 1em;
	text-align: center;
	display: block;
	border-radius: 50px;
	width: fit-content;
	margin-top: 30px;
	cursor: pointer;
	transition: all .75s;
}

.button-tertiary:hover {
	background-color: #fff;	
	color: #1B3655;
	border: 2px solid #fff;
}





body {
	background-image: url('../img/bg-tree.svg');
	background-position: center center;
	background-attachment: fixed;
	
}
.page-content {
	min-height: 100vh;
	padding-top: 60px;
}

.page-content .container > h2 {
	font-family: "Radley", serif;
	font-weight: 300;
	padding-left: 60px;
	background-color: rgba(128, 191, 168, 0.3);
	display: inline-block;
	border-radius: 0px 20px 20px 0px;
	font-size: 2em;
    line-height: 1em;
    color: #1B3655;
    padding: 25px;
    padding-left: 15px;
    
}



.stages-feed {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}
.stages:nth-child(even) {
	
}
.stages {
	display: grid;
	grid-template-columns: 25% 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	margin-top: 60px;
	grid-template-areas: "image content";
}
.stages:nth-child(even) {
	grid-template-columns: 1fr 25%; /* Flip column sizes */
	grid-template-areas: "content image"; /* Swap content order */

}

.stages img {
	width: 100%;
	height: auto;
	grid-area: image;
}
.stage-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-area: content;
}
.stages h2 {
	color: #6A90BA;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2.25em;
	margin-bottom: 15px;
}
.stages p {
	font-size: 1.25em;
	line-height: 1.5em;
}






.module-why {
	background-color: rgba(128, 192, 169, 0.25);
	padding-top: 60px;
	padding-bottom: 60px;
}
.module-why .container > h2 {
	font-size: 2.25em;
	line-height: 1em;;
	color: #fff;
	font-family: "Radley", serif;
	font-weight: 300;
	padding: 25px;
	padding-left: 60px;
	background-color: #80C0A9;
	display: inline-block;
	border-radius: 0px 20px 20px 0px;
	width: min-intrinsic;
}


.grid-why {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 60px;
	grid-row-gap: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.card-why {
	display: grid;
	grid-template-columns: 10% 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	margin-top: 30px;
	
}
.card-why img {
	width: 100%;
	height: auto;
}
.card-why h2{
	color: #1B3655;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2.25em;
	margin-bottom: 15px;
}
.card-why p {
	font-size: 1.25em;
	line-height: 1.5em;
}
.p-highlight {
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	color: #1B3655;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px;
	width: auto;
}



.module-testimonials {
	background-color: #6A90BA;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.module-testimonials .container > h2 {
	font-size: 2.25em;
	line-height: 1em;;
	color: #fff;
	font-family: "Radley", serif;
	font-weight: 300;
	padding: 25px;
	padding-left: 60px;
	background-color: rgba(27, 54, 85, 0.3);
	display: inline-block;
	border-radius: 0px 20px 20px 0px;
	width: min-intrinsic;
}
.slider-testimonials {
	margin-top: 30px;
	padding: 30px;
}
.card-testimonial {
	color: #fff;
	background-image: url('../img/icon-quote.svg');
	background-position: left top;
	background-repeat: no-repeat;
	
	padding-top: 50px;
	
}
.card-testimonial p {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.5em;

}
.attribution {
	color: #1B3655;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 1.25em;
	text-align: right;
	width: 90%;
	display: block;

}




.module-connections {
	background-color: transparent;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.module-connections .container > h2 {
	font-size: 2.25em;
	line-height: 1em;;
	color: #1B3655;
	font-family: "Radley", serif;
	font-weight: 300;
	padding: 25px;
	padding-left: 60px;
	background-color: rgba(27, 54, 85, 0.3);
	display: inline-block;
	border-radius: 0px 20px 20px 0px;
	width: min-intrinsic;
}

.slider-connections {
	margin-top: 60px;
	margin-bottom: 60px;
}
.slider-connections div {
	
}
.connection-logo {
	
}
.slider-connections div img {
	width: 225px;
    height: auto;
    margin: auto;
}
.slick-prev {
	background-image: url('../img/icon-prev.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	left: -60px;
	width: 35px;
	height: 35px;
}
.slick-prev:before {
    content: ' ';
}
.slick-prev:hover, .slick-prev:focus {
   background-image: url('../img/icon-prev.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	left: -60px;
	width: 35px;
	height: 35px;
}
.slick-next {
	background-image: url('../img/icon-next.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	right: -60px;
	width: 35px;
	height: 35px;
}
.slick-next:before {
    content: ' ';
}
.slick-next:hover, .slick-next:focus {
   background-image: url('../img/icon-next.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	right: -60px;
	width: 35px;
	height: 35px;
}




.module-blog {
	background-color: rgba(106, 143, 186, 0.7);
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 120px;
}
.module-blog .container > h2 {
	font-size: 2.25em;
	line-height: 1em;;
	color: #fff;
	font-family: "Radley", serif;
	font-weight: 300;
	padding: 25px;
	padding-left: 60px;
	background-color: rgba(27, 54, 85, 0.3);
	display: inline-block;
	border-radius: 0px 20px 20px 0px;
	width: min-intrinsic;
}
.blog-headshot {
	margin-top: -270px;
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px;
}

.blog-headshot img {
	width: 100%;
	height: auto;
}
.feed-blog {
	padding-left: 160px;
	padding-right: 160px;
	margin-bottom: 60px;
	margin-top: 60px;
}
.card-article {
	display: grid;
	grid-template-columns: 25% 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	margin-top: 30px;
	
}
.article-thumb {
	background-color: #6A90BA;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
    height: 100%;
}
.article-headlines {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.card-article img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.card-article h2{
	color: #1B3655;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2.25em;
	margin-bottom: 15px;
}
.card-article p {
	font-size: 1.25em;
	line-height: 1.5em;
}
.module-process h2 {
    font-size: 2.25em;
    line-height: 1em;
    color: #fff;
    font-family: "Radley", serif;
    font-weight: 300;
    padding: 25px;
    padding-left: 60px;
    background-color: #80C0A9;
    display: inline-block;
    border-radius: 0px 20px 20px 0px;
    width: min-intrinsic;
}


.content-column {
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.content-internal h2 {
    font-size: 2.25em;
    line-height: 1em;
    color: #1B3655;
    font-family: "Radley", serif;
    font-weight: 300;
    padding: 25px;
    padding-left: 60px;
    background-color: rgba(128, 191, 168, 0.3);
    display: inline-block;
    border-radius: 0px 20px 20px 0px;
    width: min-intrinsic;
}

.content-internal h3 {
    font-size: 1.75em;
    line-height: 1em;
    color: #6A90BA;
    font-family: "Radley", serif;
    font-weight: 300;
    margin-bottom: 15px;
 }


.module-process {
	background-color: rgba(128, 192, 169, 0.25);
	padding-top: 60px;
	padding-bottom: 60px;
}
.module-process h3 {
	font-family: "Radley", serif;
    font-weight: 300;
	color: #1B3655;
	font-size: 1.75em;
}

.card-process {
	display: grid;
	grid-template-columns: 125px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	margin-top: 30px;
	
}
.card-process-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.card-process img {
	width: 100%;
	height: auto;

}

.card-process h2{
	color: #1B3655;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2.25em;
	margin-bottom: 15px;
}
.card-process p {
	font-size: 1.25em;
	line-height: 1.5em;
	
}
.content-values {
	padding-top: 60px;
	padding-bottom: 30px;
}
ul.values {
	font-size: 1.75em;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 30px;
}
ul.values li {
	margin-bottom: 10px;
}
ul.values li::marker {
  color: #6A90BA;
}







.services-feed {
	padding-bottom: 60px;
}
.services:nth-child(even) {
	
}
.services {
	display: grid;
	grid-template-columns: 25% 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	margin-top: 60px;
	grid-template-areas: "image content";
}
.services:nth-child(even) {
	grid-template-columns: 1fr 25%; /* Flip column sizes */
	grid-template-areas: "content image"; /* Swap content order */

}

.services img {
	width: 100%;
	height: auto;
	grid-area: image;
}
.services-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-area: content;
}
.services h2 {
	color: #1B3655;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 5px;
}
.services h3 {
	color: #6A90BA;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 1.75em;
	margin-bottom: 15px;
}
.services p {
	font-size: 1.25em;
	line-height: 1.5em;
}




.bio-intro {
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	
}
.bio-intro img {
	width: 100%;
	height: auto;
}

.bio-intro p  {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content-bio h2 {
	color: #1B3655;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 30px;
}
.content-bio p {
	margin-bottom: 15px;
	
}

.map-address h2 {
	color: #1B3655;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 30px;
}

/* ========================================================================== Contact Page */
.contact-info {
	display: grid;
	grid-template-columns: 1fr 70%;
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	padding-top: 60px;
	color: #14263A;

}
.contact-info a{

	color: #788CAF;

}
.contact-info .info p {
	font-weight: 300;
	line-height: 1.25em;
}
.contact-info .info p strong {
	font-weight: bold;
	
}
.map {
	padding: 0px;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	

}





.grid-conditions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-bottom: 60px;
}
.card-condition {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #d5d5d5;
	border-radius: 20px;
	min-height: 250px;
	background-position: center center;
	background-size: cover;
}
.card-condition h2 {
	font-size: 2em;
    line-height: 1em;
    color: #fff;
    font-family: "Radley", serif;
    padding: 15px;
    padding-left: 30px;
    background-color: rgba(27, 54, 85, 0.69);
    display: inline-block;
    border-radius: 0px 20px 20px 0px;
    width: 80%;
	
}

a {
	text-decoration: none;
	
}


.module-form {
	background-color: rgba(106, 143, 186, 0.10);
	padding-top: 60px;
	padding-bottom: 60px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
  text-align: left;
}

input, textarea {
  border: none;
  border-radius: 0.5rem;
  padding: 0.7rem;
  font-size: 1rem;
  background-color: white;
  box-shadow: inset 0 0 0 1px #ccc;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.button-submit {
  width: 200px;
  padding: 0.75rem;
  background-color: #7bbba3;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.button-submit:hover {
  background-color: #68a893;
}


.map-address {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.module-form {
	text-align: center;
}

.module-form p {
	margin-bottom: 60px;
}
.module-form h2 {
	font-size: 1.75em;
    line-height: 1em;
    color: #1B3655;
    font-family: "Radley", serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
}


.content-condition {
	margin-bottom: 60px;
}
.content-condition p {
	margin-bottom: 30px;
}

.content-condition h2 {
	font-size: 2em;
    line-height: 1em;
    color: #1B3655;
    font-family: "Radley", serif;
    font-weight: 300;
}

.content-condition h3 {
	font-size: 1.75em;
    line-height: 1em;
    color: #6A90BA;
    font-family: "Radley", serif;
    font-weight: 300;
}

.content-condition ul {
    font-size: 1.25em;
    font-weight: 300;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 30px;
    margin-top: 15px;
}
.content-condition ul li{
    margin-bottom: 5px;
}
.content-condition ul li::marker {
  color: #6A90BA;
}
/* ========================================================================== MODULE - CONSULTATION POPUP */

.module-consult {
	background-color: #1B3655;
	text-align: center;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url('../img/bg-module-consult.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.module-consult h2 {
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2.25em;
	color: #fff;
	margin-bottom: 15px;
}
.module-consult p {

	font-size: 1.25em;

}
.module-consult img {
	margin-top: 15px;
	max-width: 125px;
}
.button-consult {
	border: none;
	font-weight: 400;
	font-style: normal;
	background-color: #80C0A9;
	padding: 20px;
	padding-left: 45px;
	padding-right: 45px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	display: block;
	border-radius: 60px;
	width: fit-content;
	margin: auto;
	margin-top: 30px;
	transition: all .75s;
	text-decoration: none;
}

.content-article {
	margin-bottom: 60px;
}
.content-article p {
	font-size: 1.25em;
    line-height: 1.5em;
	margin-bottom: 15px;
}
.faq {
	margin-bottom: 30px;
}
.faq h2 {
    font-size: 1.75em;
    line-height: 1em;
    color: #6A90BA;
    font-family: "Radley", serif;
    font-weight: 300;
}
.faq a {
    color: #80C0A9;
}
.content-general {
	min-height: 30vh;
	margin-bottom: 60px;
}
.content-general h2 {
	font-size: 1.75em;
    line-height: 1em;
    color: #6A90BA;
    font-family: "Radley", serif;
    font-weight: 300;
    margin-top: 30px;
     margin-bottom: 15px;
    
}
.content-general p {
	margin-bottom: 15px;
}
.content-general p b {
	font-weight: bold;
}
.content-general a {
	color: #80C0A9;
}
/* ========================================================================== FOOTER */
footer {
	
	background-color: #6A90BA;
	min-height: 400px;
	text-align: center;
}

.nav-footer-secondary {
	color: #fff;
	text-align: left;
	font-size: 1.25em;
	line-height: 2em;
	padding-top: 30px;
}
.nav-footer-secondary li a{
	color: #fff;
}
.nav-footer {
	width: 100%;
	margin-top: 45px;
	text-align: center;
	padding-bottom: 60px;
  
}

.nav-footer li {
	display: inline-block;
	color: #fff;
	font-size: 1em;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-footer li a {
	color: #fff;
	text-decoration: none;
}

.footer-logo {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer-contactinfo h1 {
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 10px;
	display: block;
}
.footer-contactinfo {
	color: #E5C8AD;
	font-weight: 300;
	line-height: 1.25em;
	margin-bottom: 30px;
}
.socials li {
	display: inline-block;
	
}


.links-footer  {
	padding: 15px;
	background-color: #1B3655;
	border-radius: 7px 7px 0px 0px;
	width: 170px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	letter-spacing: 3px;
	font-weight: bold;
}
.links-footer a {
	color: #fff;
}
.copyright {
	color: #fff;
	background-color: #1B3655;
	padding: 15px;
	text-align: center;
	
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}









/* Slide Out Menu */

.toggle-button {
    position: absolute;
    width: 50px;
    height: 40px;
    top: 15px;
    right: 15px;
    padding: 4px;
    transition: .25s;
    z-index: 15;
}

.toggle-button:hover { cursor: pointer; }

    .toggle-button .menu-bar {
        position: absolute;
        border-radius: 2px;
        width: 80%;
        transition: .5s;
    }

        .toggle-button .menu-bar-top {
            border: 4px solid #1B3655;
            border-bottom: none;
            top: 0;
        }

        .toggle-button .menu-bar-middle {
            height: 4px;
            background-color: #1B3655;
            margin-top: 7px;
            margin-bottom: 7px;
            top: 4px;
            width: 90%;
        }

        .toggle-button .menu-bar-bottom {
            border: 4px solid #1B3655;
            border-top: none;
            top: 22px;
        }

        .button-open .menu-bar-top {
	        border-color: #FFFFFF;
            transform: rotate(45deg) translate(8px, 8px);
            transition: .5s;
        }

        .button-open .menu-bar-middle {
	        
            transform: translate(230px);
            transition: .1s ease-in;
            opacity: 0;
        }

        .button-open .menu-bar-bottom {
	        border-color: #FFFFFF;
            transform: rotate(-45deg) translate(8px, -7px);
            transition: .5s;
        }

.menu-wrap {
    background-color: #6A90BA;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100vw;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .5s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu-show {
    right: 0;
    box-shadow: 4px 2px 5px 1px rgba(0,0,0,0.15);
}
.nav-top-mobile {
	text-align: center;
	margin-bottom: 30px;
}


.nav-top-mobile li {
	
	display: block;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0px;
	padding: 15px;
}
.nav-top-mobile li a {
	color: #fff;
	text-decoration: none;
}
.mobile-menu-logo {
	text-align: center;
	margin: auto;
	width: 235px;
	margin-bottom: 15px;
	
}
/* Smartphones (portrait and landscape) ----------- */
@media  (min-width : 320px) 
and (max-width : 480px) {
/* Styles */


.row-header {
    grid-template-columns: 1fr;
}

.nav-top {
	display: none;
}
.nav-mobile {
	display: block;
}

h1 {
    font-size: 1.75em;
    padding: 15px;
    display: inline-block;
    width: 90%;
}
.nav-footer li {
    display: block;
    color: #fff;
    font-size: 1.25em;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.nav-footer-secondary {
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    line-height: 2em;
    padding-top: 30px;
}
ul.values {
    font-size: 1.25em;
    font-weight: bold;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 30px;
}
.hero-home {
    background-image: url(../img/hero-home.jpg);
    margin-top: 0px;
    min-height: 25vh;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    position: relative;
    padding-bottom: 20px;
}
.hero-home p {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.25em;
    margin-top: 15px;
    width: auto;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.77);
}
.button-home {
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    display: block;
    border-radius: 60px;
    width: fit-content;
    margin: auto;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
   
}
.content-column {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.content-internal h2, .module-process h2 {
    font-size: 1.75em;
    line-height: 1em;
    padding: 20px;
    padding-left: 15px;
    width: 85%;
}
.stages-feed {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
}

.stages {
	display: block;
    grid-template-columns: 1fr;
    margin-top: 60px;
    grid-template-areas: "image content";
}

.stages:nth-child(even) {
	grid-template-columns: 1fr; /* Flip column sizes */
	grid-template-areas: "image content"; /* Swap content order */

}

.stages img {
	width: 60%;
	height: auto;
	margin-bottom: 30px;
	grid-area: image;
}
.stage-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-area: content;
}
.stages h2 {
	color: #6A90BA;
	font-family: "Radley", serif;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 15px;
}
.stages p {
	font-size: 1.25em;
	line-height: 1.5em;
}


.grid-why {

   grid-template-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}


.card-why {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 30px;
}
.card-why img {
    width: 70px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.feed-blog {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.card-article {

    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    margin-top: 30px;
}

.hero-internal {
    background-image: url(../img/hero-home.jpg);
    margin-top: 0px;
    min-height: 14vh;
    background-size: cover;
    background-position: center center;
    padding-top: 52px;
    position: relative;
    margin-bottom: 30px;
}

.grid-conditions {
   
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.map-address {

    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 0px;
}


.copyright {

    font-size: 12px;
}


.module-why .container > h2 {
    font-size: 1.5em;
    line-height: 1em;
    color: #fff;
    font-family: "Radley", serif;
    font-weight: 300;
    padding: 25px;
    padding-left: 15px;
    background-color: #80C0A9;
    display: inline-block;
    width: 80%;
}
.module-connections .container > h2 {
    font-size: 2.25em;
    line-height: 1em;
    padding-left: 15px;
    width: 80%;
}
.module-testimonials .container > h2 {
    font-size: 2.25em;
    line-height: 1em;
    color: #fff;
    font-family: "Radley", serif;
    font-weight: 300;
    padding: 25px;
    padding-left: 15px;
    background-color: rgba(27, 54, 85, 0.3);
    display: inline-block;
    border-radius: 0px 20px 20px 0px;
    width: 80%;
}
.card-process {

    grid-template-columns: 50px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    margin-top: 30px;
}

.card-process img {
   width: 50px;
 
   
}
.card-why h2 {
    color: #1B3655;
    font-family: "Radley", serif;
    font-weight: 300;
    font-size: 1.75em;
    margin-bottom: 5px;
}
.module-process h3 {

    font-size: 1.5em;
}

.slider-testimonials, .slider-connections {
	overflow: hidden !important;
}
.slider-testimonials button, .slider-connections button {
	display: none !important;
}


.card-condition {
    min-height: 200px;
}
.card-condition h2 {
    font-size: 1.75em;
}

.bio-intro {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
}
.bio-intro img {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
}




/* End Styles */
}

.module-blog .container > h2 {
    font-size: 2.25em;
    line-height: 1em;
    color: #fff;
    font-family: "Radley", serif;
    font-weight: 300;
    padding: 25px;
    padding-left: 15px;
    background-color: rgba(27, 54, 85, 0.3);
    display: inline-block;
    border-radius: 0px 20px 20px 0px;
    width: 80%;
    margin-bottom: 30px;
}
.content-address {
	margin-bottom: 30px;
}
.module-consult p {
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 30px;
}


.page-content .container > h2 {
	width: 80%;
}



/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
and (max-device-width : 480px) {
/* Styles */

/* End Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */



/* End Styles */
}


 
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {



/* Styles */
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */





}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {





/* Styles */
}







/* Desktops and laptops ----------- */
@media only screen 
and (max-height : 800px) {


	
	
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
/* Styles */


}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: ""; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  .search-module, .full-bar-nav, .where, #crumbs, .brochure, .social-set, #footernav, .nav-sticky, .noprint { display: none !important; }
  .logo-purple-print, .logo-ngyp-print { display: inline !important; }
  .header { height: 90px !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }


