/* xl - DESKTOP STYLES */ 
html {/* set root-em */
	font-size: 16px;
	
}

.elementor-kit-18 {
	
	--font-family-header: 'Roboto', sans-serif;
	--font-family-subheader: 'Roboto', sans-serif;
	--font-family-text: 'Roboto', sans-serif;
	--font-family-testimonial: 'Cormorant Garamond';
	
	--color-blue-dk: #416179;
	--color-blue: #6291BB;
	--color-blue-lt: #C5D4EA;
	--color-tan: #EAF0DA;
	--color-green: #B9C648;
	--color-grey: #333333;
	
}

.content-std.maxsingle {
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
}

body section .elementor-widget-container h1 {
	
	color: var(--color-grey);
	font-family: var(--font-family-header);
	font-size: 3.5rem;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 5px;
}
body section .elementor-widget-container h2 {
	
	color: var(--color-grey);
	font-family: var(--font-family-subheader);
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

body section .resources-header h2{
	color: var(--color-grey);
	font-family: var(--font-family-subheader);
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}



body section .elementor-widget-container h2.top-space {
	line-height: 2.5rem;
	margin-bottom: 0px;
	
}


body section .elementor-widget-container h3,
body section .elementor-widget-container .mimic-h2 h3,
body section .elementor-posts .elementor-post__title {
	color: var(--color-grey);
	font-family: var(--font-family-header);
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
}
body section .elementor-widget-container h3.multi-col {
	text-align: center;
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2.5px;
}
body section .elementor-widget-container h4 {
	
	color: var(--grey);
	font-family: var(--font-family-subheader);
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 400;
}
body section .elementor-widget-container h5 {
	
	color: var(--color-grey);
	font-family: var(--font-family-text);
	font-size: .8rem;
	line-height: 1.1;
	font-weight: 700;
}
body section .elementor-widget-container h6 {
	color: var(--color-grey);
	font-family: var(--font-family-text);
	font-size: .5rem;
	line-height: 1.1;
	font-weight: 700;
}

body section .elementor-widget-container p {
	
	font-size: 1.2rem;
	line-height: 2.2rem;
}

body section .elementor-widget-container p.multi-col {
	text-align: left;
}

body section .elementor-widget-container p.top-space {
	
	margin-bottom: 20px;
	text-align: left;
	
}

body section .blue-banner p {
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: none;
}

body section .resources-text p, 
body section .resources-text a {
	font-size: 1rem;
	line-height: 1.2rem;
	
}

body section .steps h3 {
	color: #FFFFFF;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 4rem;
	background: var(--color-green);
	border-radius: 50px 0px 0px 50px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}

body section .green-box h3{
	color: var(--color-grey);
	font-family: var(--font-family-header);
	font-size: 3.5rem;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: 5px;
	
}
.section-header a {
	width: 100%;
	max-width: 241px;
}

.section-header-menu a {
	border-top: 5px solid var(--color-green);
	
}



.img-std-spacing.alignleft {
	margin-right: 40px;
	margin-bottom: 10px;
	
}

.img-std-spacing.alignright {
	margin-left: 40px;
	margin-bottom: 10px;
	
}


.step-text .elementor-widget-container {
	padding: 20px 30px 10px 30px;
}

.content-std ul {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.content-std ul li {
	margin-bottom: 16px;
}


.col-care {
	margin-bottom: 180px;
}
.col-care:last-child {
	margin-bottom: 60px;
}
.col-care .elementor-widget-text-editor {
	padding: 10px 30px 30px 30px;
}





a,
a:link,
a:visited,
a:hover {
	color: #000000;
	text-decoration: none;
	text-decoration-color: #cfcfcf;
}
a:active {
	color: #000000;
}


body section.content-std a,
body section.content-std a:link,
body section.content-std a:visited
body section.content-std a,
body section .resource-link a:link,
body section .resource-link a:visited {
	color: #000000;
	text-decoration: underline;
	text-decoration-color: #cfcfcf;
}
body section.content-std a:hover,
body section.content-std a:active,
body section .resource-link a:hover,
body section .resource-link a:active {
	color: #000000;
	text-decoration: none;
}

body section .header-link a {
	color: var(--color-grey);	
}

body section .header-link a:hover {
	color: var(--color-grey);
	text-decoration: underline;
}

body section .contact-link a {
	color: #000;	
}

body section .contact-link a:hover {
	color: var(--color-blue-dk);
}
body section .footer-link a {
	color: #FFFFFF;
}

body section .footer-link a:hover {
	color: #FFFFFF;
	text-decoration: underline ;
}

body section .copyright-link p {
	color: var(--color-blue-lt);	
	font-size: 85%;
}
body section .copyright-link a {
	color: var(--color-blue-lt);
}

body section .copyright-link a:hover {
	color: #ffffff;	
}








.strong-content .wpmtst-testimonial .wpmtst-testimonial-inner{
	padding: 20px;
	text-align: center;
	
	
}
.strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content {
	
	font-size: 1.5rem;
    font-style: var(--font-family-testimonial);
    
	margin: 0px 0px 30px 0px;
	padding: 20px;
    position: relative;
    text-align: center
}



.strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content p {
	color: var(--color-grey);
	font-family: var(--font-family-testimonial);
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight:500;
	font-style: italic;
}
.strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-name {
	display: right;
	color: var(--color-grey);
	font-family: var(--font-family-testimonial);
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-location {
	display: inline;
	color: var(--color-grey);
	font-family: var(--font-family-testimonial);
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 500;
}


.elementor-widget-container .strong-view.wpmtst-modern .testimonial-field.testimonial-location {
	display: inline;
	color: var(--color-grey);
	font-family: var(--font-family-testimonial);
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 500;
}

.elementor-widget-container .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
    display: none;
	content: "";
    left: -100px;
    top: 0;
}
.elementor-widget-container .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
	content: "";
    right: -50px;
    bottom: 0;
}



.url__testimonials .section-subfooter {
	display: none;
}

.url__contact .section-subfooter {
	display: none;
}
.url__testimonials .strong-content .wpmtst-testimonial .wpmtst-testimonial-inner {
    padding: 30px;
    text-align: right;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	border-bottom: solid 10px var(--color-green);
}

.url__testimonials .strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content {
	
	background-color: none;
	
 
	padding: 0px;
    position: relative;
}
.url__testimonials .strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content p {
	color: var(--color-grey);
	font-family: var(--font-family-testimonial);
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	text-align: justify;
	font-style: italic;
}
.url__testimonials .strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-name {
	display: inline;
	color: var(--color-grey);
	font-family: var(--font-family-testimonial);
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 400;
}

.url__testimonials .strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-location {
	display: inline;
	color: var(--color-grey);
	font-family: var(--font-family-testimonial);
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: capitalize;
}

.url__testimonials .elementor-widget-container .strong-view.wpmtst-modern .testimonial-field.testimonial-location {
	display: inline;
	color: var(--color-grey);
	font-family: var(--font-family-testimonial);
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 400;
	text-transform: capitalize;
}

.url__testimonials .elementor-widget-container .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
    display: none;
	content: "";
    left: -100px;
    top: 0;
}
.url__testimonials .elementor-widget-container .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
	content: "";
    right: -50px;
    bottom: 0;
}




.col-living-options .title {
	
}

.col-living-options .logo-bug {
	margin: -95px 0px 0px 0px;
}

.col-living-options .text {
	margin: -85px 0px 0px 0px;
	padding: 110px 30px 30px 30px;
	-webkit-box-shadow: 16px 16px 25px -10px rgba(0,0,0,.25);
box-shadow: 16px 16px 25px -10px rgba(0,0,0,.25);
}




.content-std .forminator-button.forminator-button-submit  {
    display: block !important;
    height: 50px !important;
    font-size: 1.5rem !important;
    line-height: 27px !important;
    padding: 0px !important;
    margin: 0px 0px 0px 0px !important;
    color: #ffffff !important;
    font-weight: normal !important;
    letter-spacing: .5px !important;
    max-width: 100px !important;
    width: 100% !important;
    background-color: var(--color-green) !important;
    display: block !important;
    border: 0px solid #F58321 !important;
    margin: 0px auto !important;
    text-decoration: none !important;
    transition: all 0.4s ease-in !important;
}
.btn-type-1:hover,
.content-std .forminator-button.forminator-button-submit:hover {
    text-decoration: none; !important
    z-index: 100 !important;
    color: #ffffff !important;
    background-color: #E2E3E5 !important;
    border: 0px solid var(--color-green) !important;
}


body .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=material] .forminator-input,
body .forminator-ui.forminator-custom-form[data-design=material] .forminator-input,
.forminator-textarea{
	border: 1px solid #E2E3E5 !important;
	background-color: #E2E3E5 !important;
	padding-left: 10px;
}



body .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=material] .forminator-input:hover,
body .forminator-ui.forminator-custom-form[data-design=material] .forminator-input:hover,
.forminator-textarea:hover,
body .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=material] .forminator-input:focus,
body .forminator-ui.forminator-custom-form[data-design=material] .forminator-input:focus,
.forminator-textarea:focus{
	border: 1px solid var(--color-green) !important;
	background-color: #E2E3E5 !important;
}




#forminator-module-582.forminator-design--material .forminator-is_active .forminator-label[class*="forminator-floating-"]{
	
	color: var(--color-green) !important;
}

#forminator-module-582.forminator-design--material .forminator-input--wrap::after,
#forminator-module-582.forminator-design--material .forminator-textarea--wrap::after,
#forminator-module-582.forminator-design--material .forminator-textarea--wrap::after{
    background-color: unset !important;
	display:none !important;
}

#forminator-module-582.forminator-design--material .forminator-label[class*="forminator-floating-"] {
	color: #898989;
    z-index: 100;
    position: relative;
    margin-left: 10px;
}

#forminator-module-582.forminator-design--material .forminator-label[class*="forminator-floating--textarea"] {
	position: absolute !important;
}



.alignright.xtraspace {
	margin-left: 35px;
	max-width: 60%;
	
}




.sm-only-block {
	display: none;
}
.sm-only-inline {
	display: none;
}
.xs-only-block {
	display: none;
}
.xs-only-inline {
	display: none;
}
.xs-only-hidden {
	
}


@media screen and (max-width: 1080px) {
	.section-header-menu li a {
		font-size: .85rem;
	}
}


body section .center-override {
	margin-left: auto;
	margin-right: auto;
}

body #page-content .page-content .elementor section.content-std p a {
	text-decoration: underline !important;
}


/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 1023px) {
  body section .elementor-widget-container h1 {
  
  	font-size: 3.5rem;
  	line-height: 1.1;
  }
  
  body section .elementor-widget-container h2 {
  	font-size: 2rem;
  	line-height: 1;
  	letter-spacing: 2.5px;
  }
  
  body section .resources-header h2{
  	font-size: 1.5rem;
  	line-height: 1;
  	letter-spacing: 2.5px;
  }
  
  
  
  body section .elementor-widget-container h2.top-space {
  	line-height: 2rem;
  	margin-bottom: 0px;
  	
  }
  
  
  body section .elementor-widget-container h3,
  body section .elementor-posts .elementor-post__title {
  	font-size: 1.5rem;
  	line-height: 1.5;
  }
  body section .elementor-widget-container h3.multi-col {
  	text-align: center;
  	font-size: 1.75rem;
  	line-height: 1;
  	letter-spacing: 2.5px;
  }
  body section .elementor-widget-container h4 {
  	font-size: 1rem;
  	line-height: 1.1;
  }
  body section .elementor-widget-container h5 {
  	font-size: .8rem;
  	line-height: 1.1;
  }
  
  body section .elementor-widget-container h6 {
  	font-size: .5rem;
  	line-height: 1.1;
  }
  
  body section .elementor-widget-container p {
  	font-size: 1.2rem;
  	line-height: 2.2rem;
  }
  
  body section .elementor-widget-container p.multi-col {
  	text-align: left;
  }
  
  
  
  body section .blue-banner p {
  	font-size: 2rem;
  	line-height: 1;
  	letter-spacing: 2px;
  }
  
  body section .header-tag p{
  	font-size: 1.2rem;
  }
  
  body section .resources-text p, 
  body section .resources-text a {
  	font-size: 1rem;
  	line-height: 1.2rem;
  }
  
  body section .steps h3 {
  	font-size: 3.5rem;
  	line-height: 4rem;
  	border-radius: 50px 0px 0px 50px;
  	padding-right: 20px;
  	padding-left: 20px;
  	margin: 0px;
  }
  
  body section .green-box h3{
  	font-size: 3.5rem;
  	line-height: 1.1;
  	letter-spacing: 5px;
  	
  }
  .section-header-menu a {
  	border-top: 5px solid var(--color-green);
  }
  
  
  
  section .footer-link a {
  	line-height: 1rem !important
  }
  
  section .footer-link a:hover {
  	line-height: 1rem !important
  }
  
  section .copyright-link p,
  section .copyright-link a {	
  	font-size: 1rem !important;
  	line-height: 1rem !important;
  }
  
  .alignright.xtraspace {
  	
  	max-width: 50%;
  }
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  body section .elementor-widget-container h1 {
  
  	font-size: 2.5rem;
  	line-height: 3.rem;
  	letter-spacing: 0.2rem
  }
  
  body section .elementor-widget-container h2 {
  	font-size: 1.5rem;
  	line-height: 2rem;
  	letter-spacing: 2px;
  }
  
  body section .resources-header h2{
  	font-size: 1.5rem;
  	line-height: 2rem;
  	letter-spacing: 2.5px;
  }
  
  
  
  body section .elementor-widget-container h2.top-space {
  	line-height: 2rem;
  	margin-bottom: 0px;
  	
  }
  
  
  body section .elementor-widget-container h3,
  body section .elementor-posts .elementor-post__title {
  	font-size: 1.5rem;
  	line-height: 1rem;
  }
  body section .elementor-widget-container h3.multi-col {
  	text-align: center;
  	font-size: 1.75rem;
  	line-height: 2rem;
  	letter-spacing: 2.5px;
  }
  
  body section .elementor-widget-container p.multi-col {
  	text-align: center !important;
  }
  
  body section .elementor-widget-container h4 {
  	font-size: 1rem;
  	line-height: 1.1rem;
  	text-align: center;
  }
  
  body section .elementor-widget-container h5 {
  	font-size: .8rem;
  	line-height: 1.1rem;
  }
  
  body section .elementor-widget-container h6 {
  	font-size: .5rem;
  	line-height: 1.1rem;
  }
  
  body section .elementor-widget-container p {
  	font-size: 1.2rem;
  	line-height: 2.2rem;
  }
  
  body section .elementor-widget-container p.multi-col {
  	text-align: left;
  }
  
  
  
  body section .header-tag p{
  	font-size: 1.2rem;
  }
  
  section .header-link a {
  	font-size: 1rem;
  }
  
  section .header-link a:hover {
  	font-size: 1rem;
  }
  
  .header-banner p {
  	font-size: 1rem !important;
  	line-height: 1.5rem !important;
  }
  
  .col-living-options .text {
  	margin: -85px 0px 150px 0px;
  	padding: 110px 10px 0px 10px;
  	-webkit-box-shadow: 16px 16px 25px -10px rgba(0,0,0,.25);
  box-shadow: 16px 16px 25px -10px rgba(0,0,0,.25);
  }
  
  
  
  body section .steps h3 {
  	color: #FFFFFF;
  	font-size: 3.5rem;
  	font-weight: 700;
  	line-height: 4rem;
  	background: var(--color-green);
  	border-radius: 50px 0px 0px 50px;
  	padding-right: 20px;
  	padding-left: 20px;
  	margin: 0px;
  }
  
  
  
  .col-care {
  	margin-bottom: 180px;
  }
  .col-care .elementor-widget-text-editor {
  	padding: 10px 0px 0px 0px;
  }
  
  
  
  section .footer-link a, section .footer-link p {
  	font-size: 1rem !important;
  	line-height: 1rem !important
  		
  }
  
  section .footer-link a:hover {
  	line-height: 1rem !important
  }
  
  section .copyright-link p,
  section .copyright-link a {	
  	font-size: 0.8rem !important;
  	line-height: 0.8rem !important;
  }
  
  .content-std ul {
  	padding: 0 0 0 20px;
  }
  
  .wp-image-361 {
  	max-width: 150px !important;
  }
  
  
  .col-books p+p {
  	margin-top: -15px;
  }
  
  
  .sm-only-block {
  	display: block;
  }
  .sm-only-inline {
  	display: inline;
  }
  
  
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  body section .header-tag p {
  	font-size: 1.6rem !important;
  }
  
  body section .blue-banner p {
  	font-size: 1.5rem !important;
  	line-height: 1.8rem !important;
  	font-weight: 400;
  	letter-spacing: 0.1rem !important;
  }
  
  
  
  
  body section .blue-banner p {
  	font-size: 2rem;
  	line-height: 1;
  	letter-spacing: 2px;
  }
  
  .xs-only-block {
  	display: block;
  }
  .xs-only-inline {
  	display: inline;
  }
  .xs-only-hidden {
  	display: none;
  }
  
  body section .elementor-widget-container p {
  	
  	font-size: 1rem;
  	line-height: 1.8rem;
  }
  
  body section .elementor-widget-container h2.top-space {
  	text-align: center;
  }
  
  .alignright.xtraspace {
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 20px;
  	max-width: 60%;
  	float: none;
  	display: block;
  }
}

.profileitem {
	border: 2px dashed #afffaf;
}
.profileitem img {
	border-radius: 15px; 	
	-webkit-box-shadow: 10px 10px 15px 0 #78FFDF;
box-shadow: 10px 10px 15px 0 #78FFDF;

}

