/* **** accordion beaver builder **** */
/* **** accordion-module **** */
/* **** advert-module **** */
/* **** advert-v2-module **** */
/* **** advert-v10-module **** */
/* **** benefits-highlight-module **** */
/* **** blog-grid-module **** */
/* **** blog-list-module **** */
/* **** blog-post-module **** */
/* **** breadcrumbs-module **** */
/* **** button-module **** */
/* **** button-fancy-module **** */
/* **** button-multiline-module **** */
/* **** button-multiline-icon-module **** */
/* **** case-study-module **** */
/* **** contact-module **** */
/* **** contact-us-module **** */
/* **** cta-module **** */
/* **** cta-small-module **** */
/* **** double-image-slider-module **** */
/* **** download-module **** */
/* **** download-file-module **** */
/* **** emailus-module **** */
/* **** fancy-link-module **** */
/* **** first-paragraph-module **** */
/* **** full-width-image-module **** */
/* **** heading-sub-module **** */
/* **** heading-paragraph-module **** */
/* **** heading-large-module **** */
/* **** hero-basic-module **** */
/* **** hero-basic-slim-module **** */
/* **** hero-simple-full-module **** */
/* **** hero-with-form-module **** */
/* **** hero-with-form-simple-module **** */
/* **** hero-with-profile-module **** */
/* **** hero-with-right-section-module **** */
/* **** hero-with-two-sections-module **** */
/* **** hero-with-two-sections2-module **** */
/* **** hero-with-text-module **** */
/* **** highlight-text-module **** */
/* **** highlight-icon-module **** */
/* **** highlight-image-module **** */
/* **** home-icons-module **** */
/* **** icons-module **** */
/* **** icon-circ-module **** */
/* **** icon-circ-row-module **** */
/* **** image-with-caption-module **** */
/* **** multi-picture-highlight-module **** */
/* **** nsi-news-module **** */
/* **** nsi-slider-module **** */
/* **** page-header-module **** */
/* **** page-heading-module **** */
/* **** photo-button-module **** */
/* **** multiple-photo-button-module **** */
/* **** photo-button2-module **** */
/* **** picture-highlight-module **** */
/* **** property-listing-module **** */
/* **** seperator-module **** */
/* **** service-highlight-module **** */
/* **** signup-module **** */
/* **** simple-slider-module **** */
/* **** slider-module **** */
/* **** slider-v2-module **** */
/* **** slider-with-tabs-module **** */
/* **** spacer-module **** */
/* **** staff-profile-module **** */
/* **** staff-quote-module **** */
/* **** statistics-module **** */
/* **** square-content-block-module **** */
/* **** talk-to-us-module **** */
/* **** testimonial-module **** */
/* **** testimonial-speech-module **** */
/* **** testimonial2-module **** */
/* **** testimonial3-module **** */
/* **** testimonial4-module **** */
/* **** two-columns-module **** */
/* **** two-columns-photo-module **** */
/* **** staff-quote-module **** */
/* **** text-image-caption-module **** */
/* **** text-image-module **** */
/* **** twitter-module **** */
/* **** wave-row-module **** */
/* **** landing-page-header-module **** */
/* **** icon-link-module **** */
/* **** home-page-header-module **** */

/* **** accordion beaver builder **** */

.fl-accordion-button-label {
	font-weight:700;
	padding-left: 50px;
	padding-right: 30px;
	outline:none!important;
	line-height:1;
}

.fl-accordion-small .fl-accordion-content {
    border: none;
    background: #ebeeed;
	padding: 35px 68px;
	font-size:20px!important;
	color:#000!important;
	line-height: 1.6!important;
	letter-spacing: 0.1px!important;
}

.fl-accordion-button-img {
	height: 32px;
    width: auto;
    position: absolute;
    margin-top: 3px;
}

.chevrons-instead {
	transition: 0.3s ease-in-out;
	margin:0;
	padding:0;
}

.chevrons-instead.fa-plus {
	transform:rotate(0deg);
}

.chevrons-instead.fa-minus {
	transform:rotate(180deg);
}

.chevrons-instead:before {
    content: "\f078"!important;
	font-size: 24px;
	font-weight:300
}

@media (max-width:991px){
	.fl-accordion-small .fl-accordion-button {
		padding: 14px 15px;
	}
	.fl-accordion-button-label{
		padding-top: 4px;
		padding-bottom: 2px;
	}
	.fl-accordion-button-img {
		height: 28px;
		margin-top: 1px;
	}
	.chevrons-instead:before {
		font-size: 20px;
	}
	.fl-accordion-small .fl-accordion-content {
		padding: 23px 65px;
	}
}
@media (max-width:767px){
	.fl-accordion-small .fl-accordion-content {
		padding: 23px 23px 23px 65px;
	}
}

/* **** accordion-module **** */

.accordion h3.ui-accordion-header {
	background:#ece8e7 !important;
	border-radius: 0;
	border: 1px solid #dcdcdc;
	margin-top: 8px;
	outline: none;
	padding: 15px 20px 15px 40px;
}

.accordion .ui-accordion-content {
	background: #ffffff;
	border-radius: 0;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	/*font-size: 24px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: 0px;
	color: #000000;*/
	padding: 30px 40px 40px!important;
}

.accordion .ui-accordion-header-icon {
	float: right;
	background: none !important;
	width: auto;
	height: auto;
	text-indent: 0;
	transition: 0.3s ease-in-out;
}

.accordion .ui-accordion-header-icon:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f078';
	font-size: 32px;
	font-weight:300;
	color: #000;
}

.accordion .ui-accordion-header-icon.ui-icon-triangle-1-s {
	transform: rotate(180deg);
}

@media (max-width: 991px){
	.accordion h3.ui-accordion-header,
	.accordion p.ui-accordion-content{
		font-size: 18px;
		width: 100%;
	}
	.accordion .ui-accordion-header-icon:after {
		font-size: 22px;
	}
}

/* **** advert-module **** */

.adnvis-module {
	background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 96%;

}
.adnvis-module .fl-module-content{
	padding:96px 80px 40px;
	margin:0;
}
.adnvis-text-container{
	float:left;
	width:60%;
}
.adnvis-button{
	float:right;
	width:40%;
	text-align: center;
    padding-top: 100px;
}

.adnvis-largetext.h1 {
	margin-top:0!important
}

@media (min-width: 768px) and (max-width:1300px){
	.adnvis-module .fl-module-content {
		padding: 70px 40px 40px;
	}

	.adnvis-text-container{
		width: 66%;
	}

	.adnvis-button{
		padding-top: 132px;
		width: 28%;
	}
}

@media  (max-width:991px){
	.adnvis-module .fl-module-content {
		padding: 18px;
	}
}

@media  (max-width:767px){
	.adnvis-module .fl-module-content {
		padding: 18px;
	}

	.adnvis-text-container {
		float: none;
		width: 100%;
	}

	.adnvis-button {
		float: none;
		width: 100%;
		text-align: right;
		padding-top: 0;
	}
	.adnvis-module {
		background-size: cover;
	}
}

/* **** advert-v2-module **** */
.adnvis-v2-module{
	height:490px;
	background-repeat: no-repeat;
	background-position: top left;
}
.adnvis-v2-module .fl-module-content{
	margin:0;
}
.adnvis-v2-text-container{
	width:370px;
	padding-top:50px;
}
p.adnvis-v2-largetext{
	font-size:56px!important;
	line-height: 1.18!important;
	letter-spacing: -1.25px!important;
	font-weight:bold!important;
}
p.adnvis-v2-smalltext{
	font-size:22px!important;
	line-height: 1.45!important;
	letter-spacing: -0.75px!important;
	width:315px;
}
.adnvis-v2-mobileimage{
	display:none;
}
@media (max-width:991px){
	.adnvis-v2-module{
		height:auto;
		background-image:none!important;
	}
	p.adnvis-v2-smalltext,
	.adnvis-v2-text-container{
		width:100%;
	}
	.adnvis-v2-mobileimage{
		display:block;
	}
	.adnvis-v2-mobileimage img{
		width:100%;
	}
	p.adnvis-v2-largetext {
		font-size: 42px!important;
	}
}

@media (max-width:991px){
	p.adnvis-v2-largetext {
		font-size: 32px!important;
	}
	p.adnvis-v2-smalltext{
		font-size: 18px!important;
	}
}

/* **** advert-v10-module **** */
.advert-v10-module{
	padding:25px 40px;
}

.advert-v10-module img{
	float:left;
}

.advert-v10-module h2{
	float:right;
	text-align: right;
    width: 65%;
}

.advert-v10-module .advert-v10-btn{
	float:right;
	clear:right;
}

@media (max-width:767px){
	.advert-v10-module .fl-module-content{
		text-align:center;
	}

	.advert-v10-module img {
		float: none;
	}

	.advert-v10-module h2 {
		float: none;
		text-align: center;
		width: 100%;
	}

	.advert-v10-module .advert-v10-btn {
		float: none;
	}

}

/* **** benefits-highlight-module **** */

.benefits-highlight-module .fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
	padding:120px 0;
}

.fl-row-full-width .fl-row-full-width .fl-module-benefits-highlight-module > .fl-module-content{
	margin-left:0; /* remove margin around module when full width */
	margin-right:0;
}

.bhm-left{
	float:left;
	width:50%;
	padding-right:50px;
}

.fl-row-fixed-width .benefits-highlight-module  .bhm-left{
	padding-left:50px; /* extra padding when module is fixed width */
}

.fl-row-fixed-width .benefits-highlight-module  .fl-module-content{
	padding-right:50px; /* extra padding when module is fixed width */
}

.bhm-left .btn.topcta-btn1{
	margin-top:40px;
}

.bhm-right{
	float:right;
	width:50%;
	background: #fff;
    padding: 70px 60px;
}

.bhm-right ul{
	list-style-type:none;
	padding:0;
	margin:0 0 30px 0;
}

.bhm-right div h3{
	padding:0 0 30px 87px;
	color:inherit!important;
}

.bhm-right div h3:before{
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    font-weight: 400;
    padding: 5px;
    content: '\f00c';
    line-height: 24px;
    background: #0b153a;
    color: #fff;
    margin-left: -80px;
    margin-right: 46px;
    vertical-align: middle;
    border-radius: 3px;
}

@media (max-width: 1300px){
	.fl-row-fixed-width .benefits-highlight-module .bhm-left{
		padding-left: 0;
	}
	.fl-row-fixed-width .benefits-highlight-module .fl-module-content {
		padding-right: 0;
	}
}

@media (max-width: 991px){
	.benefits-highlight-module .fl-row-fixed-width{
		padding: 3px 0;
	}

	.bhm-right {
		padding: 25px 25px 25px 18px;
	}

	.bhm-left {
		padding-right: 18px;
		padding-top: 36px;
	}

	.bhm-right div h3 {
		padding: 0 0 30px 64px;
	}

	.bhm-right div h3:before{
		margin-left: -60px;
		margin-right: 26px;
	}
}

@media (max-width: 767px){
	.benefits-highlight-module .fl-row-fixed-width {
		padding: 40px 0;
	}

	.fl-row-fixed-width .benefits-highlight-module .fl-module-content {
		padding-right: 0;
	}

	.bhm-left {
		float: none;
		width: 100%;
		padding: 0 0 40px 0;
	}

	.bhm-right {
		float: none;
		width: 100%;
		background: #fff;
		padding: 40px 18px;
	}
	.bhm-right div h3:before{
		font-size: 16px;
		margin-left: -55px;
		margin-right: 28px;
	}
}

/* **** blog-grid-module **** */
.fl-module-blog-grid-module{
	margin-left:-18px;
	margin-right:-18px;
}

.blog-grid-module.col-md-6{
	padding-left:18px;
	padding-right:18px;
}

.blog-grid-module .bpm-small-title {
}

.blog-grid-module .bpm-article-title {
}

.blog-grid-module .bpm-article-title a {
}

.blog-grid-module .bpm-article-title a:hover {
}

.bpm-article-date p.small{
	margin:10px 0;
}

.bpm-social {
	margin: 30px 0 50px;
}

.bpm-social i {
	font-size: 24px;
	color: #000000;
}
.bpm-social a {
	text-decoration: none !important;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
}

.bpm-social i {
	font-size: 24px;
	color: #000;
}

.bpm-thumb img {
	width: 100%;
}

@media screen and (max-width: 767px){
	.blog-grid-module .bpm-article-title {
		/*font-size: 38px;*/
	}
}

/* **** blog-list-module **** */

.blog-list-module{
	clear:both;
}

.blm-image{
    float: left;
    width: calc(50% - 18px);
    padding-right: 18px;
    margin-right: 18px;
	margin-bottom:36px;
}

.blm-content{
	float:left;
	 width: calc(50% - 18px);
	margin-bottom:36px;
}

/* **** blog-post-module **** */

.bpm-image-right{
	float:left;
	width:50%;
	padding-right:18px;
}
.bpm-content-right{
	float:left;
	width:50%;
	padding-left:18px;
}
.blog-post-module .bpm-article-title {
	line-height: 1.2;
}

.blog-post-module .bpm-article-title a {
	text-decoration: none;
}

.blog-post-module .bpm-article-title a:hover {
	text-decoration: none;
}

.blog-post-module .bpm-article-date {
	padding-top: 20px;
}

@media screen and (max-width: 767px){
	.bpm-image-right {
		float: none;
		width: 100%;
		padding-right:0;
	}
	.bpm-content-right {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
	}
}

/* **** breadcrumbs-module **** */

.fl-module-breadcrumbs-module .fl-module-content {
	margin-top: 10px;
}

.sibling-pages {
	display: inline-block;
	position: relative;
	/*padding-bottom:50px;*/
	position: absolute;
}

.sibling-pages-spacer {
	display: inline-block;
	width: 35px;
}

.sibling-pages-links {
    display: none;
    position: absolute;
    z-index: 5;
    min-width: 200px;
	background: #fff;
	margin-left: 2px;
    width: 375px;
	top: 32px;
}

.sibling-pages-links a {
	display:block;
	background-color:#FFF;
	color:#333333;
	padding: 10px 12px;
	margin: 0 0 -1px 0;
	border: 1px solid #dbd7d7;
	text-decoration: none !important;
}

.sibling-pages-btn {
    width: 25px;
    height: 25px;
    text-align: center;
	margin: 3px 0 0 5px;
}

.sibling-pages-btn:after {
	content:"\f054";
	font-family: "Font Awesome 5 Pro";
	color: #333;
	top: -5px;
    left: 0;
    position: relative;
    font-size: 13px;
}

.sibling-pages-btn {
	cursor: pointer;
	transition: 0.3s ease-in-out;
	border: 1px solid #dbd7d7;
}

.sibling-pages-btn.menu-open {
	transform: rotate(180deg);
}

.breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom:0;

}

@media (min-width:992px){
	.breadcrumb {
		font-size: 72%;
	}
}

.breadcrumb a {
	letter-spacing: 0.1px;
	text-decoration:underline;
}

.breadcrumb .current-page {
	display: inline-block;
	letter-spacing: 0.1px;
}

.breadcrumb .fa-chevron-right {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}

@media screen and (max-width: 767px){
	.breadcrumb a, .breadcrumb .current-page {
		font-size: 16px;
	}
	.sibling-pages-btn {
		margin-top: 3px;
	}
}

/* **** button-module **** */

.btn.topcta-btn1, .btn.topcta-btn2 {
	color: #fff;
}

@media screen and (max-width: 1024px){
	.btn.topcta-btn1, .btn.topcta-btn2 {
		margin-left: 0;
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px){
	.btn.topcta-btn1, .btn.topcta-btn2 {
		margin: 5px 0;
	}
}

/* **** contact-module **** */

.contact-module{
	padding:40px;
}

.contact-module.text-color-white p,
.contact-module.text-color-white h2{
	color:#fff!important;
}

@media (max-width:991px){
	.contact-module {
		padding: 18px;
	}
}

/* **** contact-us-module **** */

.contact-us-module {
	display:table-row;
}
.contact-us-module-left{
	display: table-cell;
    padding-right: 40px;
	vertical-align: middle;
}
.contact-us-module-right{
	display: table-cell;
    vertical-align: middle;
}
.contact-us-module i{
    font-size: 40px;
    border: 1px solid;
    padding: 18px;
    width: 77px;
    border-radius: 50%;
    height: 77px;
}
@media (max-width:767px){
	.contact-us-module a{
		display:inline-block;
	}
	.contact-us-module i {
		font-size: 31px;
		padding: 13px;
		width: 56px;
		height: 56px;
	}
}

/* **** cta-module **** */

.cta-module .fl-module-content{
	margin:0;
}

.cta-module img{
	width:100%;
	margin-bottom: 14px;
}

/* **** cta-small-module **** */
.cta-small-module{
	min-height:240px;
	background-size: cover;
}
.cta-small-module .fl-module-content{
	margin:0;
}
.cta-small-heading-container{
	width: 315px;
    margin-top: 45px;
    background: #fff;
    border: 12px solid #1e7642;
    padding: 15px 15px 10px;
    float: right;
}
p.cta-small-heading{
	font-size:28px!important;
	line-height: 1.2!important;
	letter-spacing: -0.27px!important;
	font-weight:bold!important;
	color: #1e7642!important;
}
.cta-small-button{
	float: right;
    clear: right;
    margin-top: -37px;
    margin-right: 25px;
}

/* **** double-image-slider-module **** */
.double-image-slider{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
}

.double-image-slider .image-1-outer,
.double-image-slider .image-2-outer,
.double-image-slider .image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.double-image-slider .image {
	background-position: center;
	background-size: cover;
}
.double-image-slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double-image-slider .image-2-outer .image {
	right: auto;
}

.double-image-slider .dis-separator {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #000;
}
.double-image-slider .dis-separator .dis-toggle {
	position: absolute;
	top: 50%;
	padding: 10px;
	background: #000;
	border-radius: 99px;
  white-space: nowrap;
  border: 3px solid #ffffff50;
  transform: translate(-50%,-50%);
  margin-left: 2px;
	cursor: col-resize;
}
.double-image-slider .dis-separator .dis-toggle i {
	color: #fff;
	margin: 0 5px;
}


/* **** download-module **** */

.downloads-module.table {
	display: table;
}

.downloads-module .table-row {
	display: table-row;
}

.downloads-module .table-cell {
	display: table-cell;
	vertical-align: middle;
	border-top: solid 1px #dbd7d7;
	padding: 10px 10px 10px 0;
}

.downloads-module .table-row:last-child .table-cell {
	border-bottom: solid 1px #dbd7d7;
}

.downloads-module .download-icon {
	font-size: 42px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	color: #E14045;
}

.downloads-module .download-title {
}

.downloads-module .download-btn {
	margin-left: 10px;
	margin-right: 0;
	float: right;
}

@media screen and (max-width: 991px){

}

@media screen and (max-width: 767px){
	.downloads-module .table-row {
		display: block;
		border-top: solid 1px #dbd7d7;
	}

	.downloads-module .table-row:last-child {
		border-bottom: solid 1px #dbd7d7;
	}

	.downloads-module .table-cell {
		display: block;
		border: none;
		padding: 8px 22px 6px;
		text-align: center;
	}

	.downloads-module .table-row:last-child .table-cell {
		border: none;
	}

	.downloads-module .download-btn {
		display: block;
		float: none;
		margin: 10px 0;
	}

	.downloads-module .download-icon {
		/* display: none; */
	}
}
/* **** emailus-module **** */

/* **** fancy-link-module **** */
.fancy-link-module{}

.fancy-link-module a{
	text-transform:uppercase;
	font-size: 22px;
    color: inherit;
	text-decoration: none;
}

.fancy-link-module a span:nth-child(2){
    padding: 0 3px 0 8px;
}

/* **** first-paragraph-module **** */

.first-paragraph-module .fl-module-content{
	margin:0;
}

.first-paragraph-module .inherit-style p{
	color:inherit!important;
	font-size:inherit!important;
	line-height:inherit!important;
	font-weight:inherit!important;
}

/* **** heading-sub-module **** */

.heading-sub-module .fl-module-content{
	margin:0!important;
}

.heading-sub-module hr{
    width: 40px;
}

.heading-sub-module .fl-module-content.hsm-top-reversed{
	display:none;
}
.heading-sub-module .fl-module-content.hsm-bottom-normal{
	display:none;
}

/* **** hero-simple-module **** */

.fl-module-hero-simple-module{
	margin-top: 12px;
}

.fl-row-full-width .fl-module-hero-simple-module > .fl-module-content {
	margin:0;
}

.hero-simple-module{
	position: relative;
}

.hsm-image img{
	width:100%
}

.hsm-content{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle at 48% 45%, rgba(4, 4, 4, 0.69), rgba(18, 18, 18, 0.41) 48%, rgba(216, 216, 216, 0));
}

.hsm-inner.fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-image:url(/wp-content/themes/vanilla-child/oval.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 31%;
}

.hsm-inner.fl-row-fixed-width .fl-module-content{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
	align-items: center;
	height: 100%;
	margin: 0;
}

.hsm-inner-inner{
	flex: 1;
    box-sizing: border-box;
    flex-basis: 100%;
	text-align: center;
}

.hsm-inner-inner p{
	margin:0;
	padding:0;
	font-weight: 700!important;
}

.hsm-inner-inner h1{
	margin:0;
	padding:0;
	line-height: 86px!important;
}

.hsm-scroll-down{
	font-size: 24px;
    font-weight: 300;
    padding: 5px;
    text-align: center;
    width: 42px;
    height: 42px;
    color: #31c3e7;
    border-radius: 50%;
    border: 1px solid #31c3e7;
    position: absolute;
    bottom: 42px;
    left: calc(50% - 21px);
}



/* **** hero-with-form-module **** */


.fl-row-full-width .fl-row-full-width .fl-module-hero-with-form-module > .fl-module-content{
	margin-left:0; /* remove margin around module when full width */
	margin-right:0;
}

.hero-with-form-container{
	background-size:cover;
	background-position: center;
	position: relative;
	background-repeat:no-repeat;
}

.hero-with-form-container .hero-image-overlay {
	background:#0000009c; /* FF3.6-15 */
	background:rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width:50%;
}

.hero-with-form-inner.fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
	position: relative;
	z-index: 3;
}

.hero-with-form-inner.fl-row-fixed-width .table {
    min-height: 700px;
	display: table;
	position: relative;
	margin-bottom:0;
}

.fl-row-fixed-width .hero-with-form-inner.fl-row-fixed-width .table {
	padding-left: 40px;
    padding-right: 40px;
}

.fl-row-fixed-width .hero-with-form-inner.fl-row-fixed-width .table .hero-form-left{
	padding-left: 30px;
}

.hero-with-form-inner.fl-row-fixed-width .table .table-row{
	display: table-row;
    height: 100%;
	position: relative;
}

.hero-with-form-inner.fl-row-fixed-width .table .table-cell{
	display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.hero-form-left {
    width: 50%;
    padding-right: 80px;
}

.hero-form-left p.hero{
	color:#fff!important;
}

.hero-form-left p.large{
	color:#fff!important;
	line-height:1.1!important;
}

.hero-form-left p.intro {
    color: #ffffff!important;
    margin-top: 20px;
	margin-bottom: 32px;
}

h3.hero-with-form-statement1 {
    color: #ffffff!important;
    margin-bottom: 0;
}

h3.hero-with-form-statement2 {}

.hwf-btn-outer{
	margin-top:30px;
	margin-bottom:30px;
}

.hero-form-right {
    padding-left:15%;
    width: 50%;
}

.hero-form-right .frm_forms{
    padding-right: 50px;
    padding-left: 36px;
	padding-top:10px;
	background: #ffffffa3;
	background: rgba(255, 255, 255, 0.63);
}
.hero-form-right h3{
	background: #ffffffa3;
	background: rgba(255, 255, 255, 0.63);
    padding: 40px 50px 0 36px;
	margin:0;
	display:block;
}

@media (min-width: 768px) and (max-width: 1300px){
	.fl-row-fixed-width .hero-with-form-inner.fl-row-fixed-width .table {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-form-right{
		padding-left:10%;
	}
	.fl-row-fixed-width .hero-with-form-inner.fl-row-fixed-width .table .hero-form-left {
		padding-left: 0;
	}
}

@media (max-width: 991px){
	p.hero-with-form-description{
		font-size: 36px;
	}

	h4.hero-with-form-statement1,
	h4.hero-with-form-statement2{
		font-size: 28px;
	}

	.frm_style_formidable-style.with_frm_style h3.frm_form_title{
		font-size: 28px;
	}

	.hero-form-right{
		padding-left:5%;
	}
	.frm_style_formidable-style.with_frm_style select,
	.frm_style_formidable-style.with_frm_style input[type=text],
	.frm_style_formidable-style.with_frm_style input[type=email],
	.frm_style_formidable-style.with_frm_style textarea{
		font-size: 16px;
		padding: 17px 27px 15px 18px;
	}

	.frm_style_formidable-style.with_frm_style .frm_submit button{
		padding: 15px 34px;
		font-size: 17px;
	}

	.hero-with-form-inner.fl-row-fixed-width .table {
		min-height: 600px;
	}

	.hero-form-right .frm_forms{
		padding-right: 30px;
		padding-left: 30px;
		padding-top:20px;
	}
}

@media screen and (max-width: 767px) {
	.hero-with-form-inner.fl-row-fixed-width .table,
	.hero-with-form-inner.fl-row-fixed-width .table .table-row,
	.hero-with-form-inner.fl-row-fixed-width .table .table-cell	{
		display: block;
	}
	.fl-row-fixed-width .hero-with-form-inner.fl-row-fixed-width .table {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-with-form-container .hero-image-overlay {
		width:100%;
	}
	.fl-row-fixed-width .hero-with-form-inner.fl-row-fixed-width .table .hero-form-left,
	.hero-form-left {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-form-left, .hero-form-right {
		width: 100%;
		padding-top:18px;
		padding-bottom:18px;
	}

	.hero-form-right {
		/*background:#EBE9E8;*/
		background: #ffffffa3;
		background: rgba(255, 255, 255, 0.63);
		padding-left:18px;
		padding-right:18px;
	}

	.hero-form-right h3,
	.hero-form-right .frm_forms{
		background:transparent;
	}

	.hero-form-right h3{
		padding: 8px 50px 0 0;
	}

	.hero-form-right .frm_forms {
		padding-left: 0;
		padding-right:0;
	}
	.hero-form-left p.intro {
		margin-bottom: 22px;
	}
}

/* **** hero-with-form-simple-module **** */

.fl-row-full-width .fl-row-full-width .fl-module-hero-with-form-simple-module > .fl-module-content{
	margin-left:0; /* remove margin around module when full width */
	margin-right:0;
}

.hero-with-form-container.hwf-simple .fl-module-content{
	margin-top:0; /* butt this up to the top of the screen and  */
}

.hero-with-form-container.hwf-simple .hero-image-overlay {
	background:#00000021; /* FF3.6-15 */
	background:rgba(0, 0, 0, 0.13);
	width:100%;
}

.hwf-simple	.hero-form-left{
	width:65%;
	padding-left:0;
}

.hwf-simple	.hero-form-left p.hero{
	color:#fff!important;
}

.hwf-simple .hero-form-right {
	width:35%;
	padding-left:0;
	padding-right:0;
}

.hwf-simple .hero-form-right .frm_forms {
    padding-right: 50px;
    padding-left: 38px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.hwf-simple	.btn {
	margin-top:40px;
}

.hwf-simple .with_frm_style .frm_submit {
    text-align: right;
}

.hwf-highlight-box .fl-row-fixed-width {
	margin-left:auto;
	margin-right:auto;
	padding:70px 0;
}

.hwf-highlight-box p.intro{
	color:#fff!important;
	margin-bottom:0;
}

.hwf-highlight-box p.intro-bold{
	font-weight:700!important;
}

@media (min-width: 768px) and (max-width: 991px){
	.hwf-simple	.hero-form-left {
		width: 45%;
		padding-right: 40px;
	}
}

@media (max-width: 767px){
	.hwf-simple .hero-form-left,
	.hwf-simple .hero-form-right{
		width:100%;
	}

	.hwf-simple .hero-form-right{
		padding:18px;
		margin-bottom:18px;
	}

	.hwf-simple .hero-form-right .frm_forms {
		padding-right: 0;
		padding-left: 0;
	}
	.hwf-simple	.btn {
		margin-top:0px;
	}

}

/* **** hero-with-form-simple-fs-module **** */

.fl-row-full-width .fl-module-hero-with-form-simple-fs-module > .fl-module-content {
	margin:0;
}

.hero-with-form-simple-fs-module{
	position: relative;
}

.hwfsfs-image img{
	width:100%
}

.hwfsfs-content{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
.hwfsfs-inner.fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

.hwfsfs-inner.fl-row-fixed-width .fl-module-content{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
	align-items: center;
	height: 100%;
	margin-top: 0;
    margin-bottom: 0;
}

.hwfsfs-inner-left{
	flex: 1;
    box-sizing: border-box;
    flex-basis: 60%;
}

.hwfsfs-inner-right{
	flex: 1;
    box-sizing: border-box;
    flex-basis: 40%;
}
.hwfsfs-inner-right .form-surround{
    background-color: #fff;
    padding: 12% 14% 10%;
    border: solid 2px #040404;
	margin-left: 13%;
}

.hwfsfs-inner-right .form-surround p.h2{
    margin-bottom: 23px;
}

@media (min-width:992px) and (max-width:1280px){
	.hwfsfs-inner-right .form-surround p.h2 {
		font-size: 36px!important;
	}

	.hwfsfs-inner-right .form-surround {
		padding: 3%;
	}
}


/* **** hero-with-right-section-module **** */

.fl-module-hero-with-right-section-module .hero-with-form-container .fl-module-content {
	margin: 20px !important;
}

.fl-module-hero-with-right-section-module .hero-with-form-container .hero-image-overlay {
    background: #0000009c;
    background: rgba(0, 0, 0, 0.39);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 50%;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
}

.fl-module-hero-with-right-section-module .hero-with-form-inner.fl-row-fixed-width .table .table-cell {
	padding-left: 20px;
	padding-right: 20px;
}

.fl-module-hero-with-right-section-module  .hero-form-left {
    width: 65%;
}

.fl-module-hero-with-right-section-module .hero-with-form-inner.fl-row-fixed-width .table .table-cell.hero-form-left p.intro{
	max-width:540px;
}

.fl-module-hero-with-right-section-module .hero-with-form-inner.fl-row-fixed-width .table .table-cell.right-section {
	padding: 36px;

}

.fl-module-hero-with-right-section-module .right-section {
	background-color: transparent;
}

.fl-module-hero-with-right-section-module .right-section p {
	color: #000000  !important;
	margin-bottom:0;
}

.fl-module-hero-with-right-section-module .hero-with-form-inner.fl-row-fixed-width .table {
	min-height: 560px;
}
@media (max-width:767px){
	.fl-module-hero-with-right-section-module .hero-form-left {
		width: 100%;
	}
	.fl-module-hero-with-right-section-module .hwf-btn-outer{
		margin-top:20px;
		margin-bottom:0px;
	}
}

/* **** hero-with-two-sections-module **** */
.hero-with-two-sections{
	background-size:cover;
}

.fl-module-hero-with-two-sections-module .hero-with-two-sections .fl-module-content {
	display:flex;
	flex-direction: row;
	margin:0;
	justify-content: space-between
}

.h2s-left-content{
	margin-right: auto;
    margin-left: 56px;
	max-width:320px;
}

.h2s-left-inner{
	background: #fff;
	padding: 0 40px 40px;
}

.h2s-left-inner img.aligncenter{
	margin-top:0;
	margin-bottom:0;
}

.h2s-right-content{
	max-width:445px;
	padding: 195px 50px 50px;
	background: #fff;
}

.hero-with-two-sections.mobile-only{
	display:none;
}

@media (max-width:767px){
	.hero-with-two-sections.desktop-only{
		display:none;
	}

	.hero-with-two-sections.mobile-only{
		display:block;
	}

	.fl-module-hero-with-two-sections-module .hero-with-two-sections .fl-module-content {
		display:block;
	}

	.h2s-right-content {
		max-width: 100%;
		padding: 40px 10px;
		text-align: center;
	}

	.h2s-left-content {
		max-width: 100%;
		padding: 40px 10px;
		margin:0;
		text-align: center;
	}
}






/* **** hero-with-text-module **** */
.hero-with-text-container {
	    background-size: cover;
}
.hero-with-text-inner{}
.hero-with-text{
	width:60%;
	padding: 251px 0px 80px 40px;
}
.hwt-boxed {
	padding: 60px 50px;
}
.fl-row-full-width .fl-row-fixed-width .fl-row-fixed-width .hwt-boxed {
	/*margin-left:40px;*/
}

.fl-row-full-width .fl-row-full-width .fl-row-fixed-width .hero-with-text {
	padding-left:0
}
.fl-row-full-width .fl-row-full-width .fl-module-hero-with-text-module > .fl-module-content{
	margin:0;
}

.hero-with-text-mobile-image{
	display:none;
}

@media (min-width:768px) and (max-width:991px){
	.hero-with-text {
		width: 75%;
		padding: 130px 0px 42px 40px;
	}
}

@media (max-width:767px){
	.hero-with-text-mobile-image{
		display:block;
	}
	.hero-with-text{
		width:100%;
		padding: 0;
	}
	.hero-with-text-container {
		background-image: none!important;
	}

	.fl-row-full-width .fl-row-full-width .fl-row-fixed-width .hero-with-text > div{
		padding-left: 32px;
		padding-right: 32px;
	}

	.fl-row-full-width .fl-row-full-width .fl-row-fixed-width .hero-with-text .hwt-boxed{
		/*padding-left: 0px;
		padding-right: 0px;*/
	}
	.hero-with-text-container .fl-module-content{
		margin:0
	}

	.hero-with-text > div {
		padding:30px 0 ;
	}

	.hero-with-text > div.hwt-boxed  {
		padding:30px ;
	}
}


/* **** highlight-text-module **** */

.fl-row-full-width .fl-row-full-width .fl-module-highlight-text-module > .fl-module-content{
	margin-left:0; /* remove margin around module when full width */
	margin-right:0;
}

.htm-highlight-box .fl-row-fixed-width {
	margin-left:auto;
	margin-right:auto;

}

.htm-highlight-box p.hero,
.htm-highlight-box p.intro,
.htm-highlight-box p.intro-bold{
	margin-top:10px;
	margin-bottom:10px;
}

.htm-highlight-box .btn{
	margin-top:30px;
}

@media (max-width: 767px){
	.htm-highlight-box .fl-row-fixed-width {
		padding:30px 0 30px 0;
	}
}

/* **** highlight-image-module **** */
.fl-module-highlight-image-module .fl-module-content > a:hover{
	text-decoration:none;
}

.fl-module-highlight-image-module .fl-module-content  a:hover .highlight-image-module{
	transition: all 0.5s ease;
	box-shadow: 3px 12px 34px 0 rgba(167, 164, 164, 0.5);
}

.highlight-image-module {
	min-height:252px;
	display:flex;
	transition: all 0.5s ease;
}

.highlight-image-module div{
	width:50%;
}

.highlight-image-module .him-img img{
	object-fit:cover;
	width: 100%;
    height: 100%;
}

.highlight-image-module .him-content{
	padding:40px;
}

.highlight-image-module .him-content p{
	margin-bottom:14px;
}

.highlight-image-module .him-content .btn {
	text-align:left;
	padding:18px 44px 18px 26px
}

.highlight-image-module .him-content .btn i{
	font-size:20px;
	margin-right: 9px;
}

@media (max-width:767px){
	.highlight-image-module {
		flex-direction: column;
		box-shadow: 3px 12px 34px 0 rgba(167, 164, 164, 0.5);
	}
	
	.highlight-image-module div {
		width: 100%;
	}
}

/* **** icons-module **** */

.icons-module{
	max-width:500px;
	margin: auto;
	padding:50px 30px 30px;
}

.icons-module.icon-center-align{
	text-align:center;
}

.icons-module.icon-right-align{
	text-align:right;
}

.icons-module i{
	font-size: 110px;
	margin-bottom:30px;
}

.icons-module a:hover {
	text-decoration:none;
}

@media (max-width: 767px){
	.icons-module-inner{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.icons-module {
		max-width: 100%;
		margin: auto;
	}
}


/* **** image-with-caption-module **** */

.image-with-caption {
	position: relative;
}

.iwc-image img {
	width: 100%;
}

.iwc-caption {
	position: absolute;
	bottom: 33px;
	left: 33px;
	right: 33px;
	background: rgba(0,0,0,0.53);
	padding: 20px;
}

.iwc-caption p,
.iwc-caption h2,
.iwc-caption h3,
.iwc-caption h4{
	color: #ffffff!important;
	margin-bottom:0!important;
}

.image-with-caption.has-link:hover .iwc-caption {
	text-decoration: underline;
	color: #ffffff!important;
}

.image-with-caption.has-link a.the-link {
	position: absolute;
	display: block;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* **** image-with-rollover-caption-module **** */

.image-with-rollover-caption {
	position: relative;
}

.iwrc-image img {
	width: 100%;
}

.iwrc-caption-outer { opacity: 0; transition: 0.3s ease-in-out; }
.image-with-rollover-caption:hover .iwrc-caption-outer { opacity: 1; }

.iwrc-caption-outer, .iwrc-caption-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.iwrc-caption-outer .iwrc-caption {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	text-align: center;
	transform: translate( 0 , -50% );
}

.iwc-caption p,
.iwc-caption h2,
.iwc-caption h3,
.iwc-caption h4{
	color: #ffffff!important;
	margin-bottom:0!important;
}

.image-with-caption.has-link:hover .iwc-caption {
	text-decoration: underline;
	color: #ffffff!important;
}

.image-with-caption.has-link a.the-link {
	position: absolute;
	display: block;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media (max-width:767px){
	.iwc-caption {
		bottom: 18px;
		left: 18px;
		right: 18px;
	}
}

/* **** multi-picture-highlight-module **** */

.fl-row-full-width .fl-row-full-width .fl-module-multi-picture-highlight-module > .fl-module-content{
	margin-left:0; /* remove margin around module when full width */
	margin-right:0;
}

.multi-picture-highlight-module{
	padding-top: 20px;
    padding-bottom: 80px;
}

.multi-picture-highlight-module .fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
}
.multi-picture-highlight-module h2{
	margin-bottom:30px;
}

.multi-picture-highlight-module .fl-module-content > h3{
	margin-bottom:30px;
}

.multi-picture-highlight-module .table{
	display:table;
}

.multi-picture-highlight-module .table-row{
	display:table-row;
}

.multi-picture-highlight-module .table-cell{
	display:table-cell;
}

.multi-picture-highlight-module .mphm-left{
	width:74%;
	position:relative;
	vertical-align:bottom;
	background-size:cover;
}

.mphm-left  .mphm-inner{
	position:absolute;
	right:0;
	bottom:0;
	background:#fff;
	width:73%;
	padding:50px 75px;
	min-height:372px;
}

.multi-picture-highlight-module .mphm-right{
	width:26%;
	vertical-align:top;
	padding-left:36px;
}

.mphm-right h3{
	margin-bottom:0;
	line-height:1;
	margin-top:10px;
}

.mphm-left  .mphm-inner a,
.mphm-right h4 a{
	text-decoration:underline;
}

.mphm-right-second{
	margin-top:98px;
}

@media (max-width: 767px){
	.multi-picture-highlight-module{
		padding-top: 0px;
		padding-bottom: 18px;
	}
	.multi-picture-highlight-module .table,
	.multi-picture-highlight-module .table-row,
	.multi-picture-highlight-module .table-cell	{
		display: block;
		position:static;
		width:100%;
	}

	.multi-picture-highlight-module .table{
		margin-bottom:0;
	}

	.multi-picture-highlight-module .mphm-left{
		padding-top:320px;
	}

	.multi-picture-highlight-module .mphm-right{
		padding-left:0;
	}

	.mphm-left .mphm-inner{
		position: static;
		width: 100%;
		padding: 30px;
		min-height: auto;
		margin-bottom: 18px;
	}

	.mphm-right-first{
		width:50%;
		float:left;
		padding-right:9px;
	}

	.mphm-right-second {
		margin-top: 0;
		width: 50%;
		float: right;
		padding-left: 9px;
	}
	.multi-picture-highlight-module h2{
		margin-top: 26px;
	}
}

/* **** nsi-news-module **** */

.fl-row-full-width.nsi-news-full-width {
	overflow-x: hidden;
}

.nsi-news .nsi-news-container {
	width:100%;
	white-space: nowrap;
	position: relative;
}

.nsi-news .nsi-news-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	color: #000;
	font-size: 2.5em;
	cursor: pointer;
}

.nsi-news .nsi-news-next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	color: #000;
	font-size: 2.5em;
	cursor: pointer;
}

.nsi-news .nsi-news-window {
	margin-left: -150px;
}

.nsi-news .nsi-news-article {
	width: 20%;
	display: inline-block;
	margin: 20px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 5px 5px 19px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 19px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 19px 0px rgba(0,0,0,0.75);
	white-space: normal;
	vertical-align: top;
	min-height: 300px;
	transition: 0.1s ease-in-out;
	cursor: pointer;
	position: relative;
}

.nsi-news .nsi-news-article.tweet a {
	color: #005398;
}

.nsi-news .nsi-news-article.tweet {
	background: #0BBBEF;
	color: #fff;
}

.nsi-news .nsi-news-article.tweet:after {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.5em;
	color: #fff;
	content: "\f099";
	font-family: FontAwesome;
	text-align: right;
}

.nsi-news .nsi-news-article:hover {
	margin-top: 0;
	margin-bottom: 40px;
}

.nsi-news .post-thumb {
	margin: -20px -20px 20px -20px;
}

.nsi-news .post-date {
	color: #949BA2;
	font-size: 0.8em;
}

.nsi-news .nsi-news-article.tweet .post-date {
	margin-bottom: 20px;
	color: #fff;
}

.nsi-news .post-title a {
	color: #444F5C;
	font-size: 1.6em;
}

.nsi-news .post-title {
	color: #444F5C;
}

.nsi-news .post-title.with-blue-bottom {
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.nsi-news .post-title.with-blue-bottom:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 50%;
	background: #37C7F1;
}

.nsi-news .post-content {
	color: #23303F;
	margin-bottom: 51px;
}

.nsi-news .nsi-news-article.tweet .post-content {
	color: #fff;
}

.nsi-news .nsi-news-btn {
	background: #0BBBEF;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none!Important;

    position: absolute;
    bottom: 20px;
    left: 20px;
}

.nsi-news-mobile-selector {
	display: none;
}

@media screen and (max-width: 767px){
	.nsi-news .nsi-news-prev, .nsi-news .nsi-news-next {
		display: none;
	}

	.nsi-news .nsi-news-container {
		overflow: hidden;
	}

	.nsi-news .nsi-news-window {
		margin-left: 0;
	}

	.nsi-news .nsi-news-article {
		width: 90%;
		margin: 0 5%;
	}

	.nsi-news-mobile-selector {
		margin-top: 20px;
		display: block;
	}

	.nsi-news-mob-sel {
		height: 4px;
		background: #90979E;
		float: left;
		margin: 5px;
		cursor: pointer;
	}

	.nsi-news-mob-sel.selected {
		background: #0BBBEF;
	}
}

/* **** nsi-slider-module **** */

.nsi-slider {
	white-space: nowrap;
	position: relative;
}

.nsi-slider .nsi-slider-viewport {
	transition: 0.4s ease-in-out;
}

.nsi-slide {
	width: 100%;
	white-space: normal;
	display: inline-block;
	vertical-align: top;
}

.nsi-slide .nsi-slide-img {
	width: 40%;
	margin-right: 5%;
	float: left;
}

.nsi-slide .nsi-slide-img img {
	width: 100% !important;
}

.nsi-slide .nsi-slide-details {
	float: right;
	width: 50%;
	margin-right: 5%;
}

.nsi-slide .nsi-slide-title {
	font-size: 24px;
	position: relative;
	margin-bottom: 40px;
}

.nsi-slide .nsi-slide-title:after {
	content:" ";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 30px;
	height: 2px;
	background-color: #06BDEB;
}

.nsi-slide .nsi-slide-paragraph {
	margin-bottom: 20px;
}

.nsi-slide .spacer {
	height: 30px;
}

.nsi-slide .nsi-slide-left-right {
	float: left;
	font-size: 2em;
}

.nsi-slide .nsi-slide-left, .nsi-slide .nsi-slide-right {
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}

.nsi-slide .nsi-slide-left.grayed-out, .nsi-slide .nsi-slide-right.grayed-out {
	cursor: default;
	opacity:0.5;
}

.nsi-slide .nsi-slide-btns {
	float: right;
}

.nsi-slide .nsi-slide-btns .nsi-slide-btn {
	display: inline-block;
	width: 40px;
	height: 4px;
	margin-right: 5px;
	background-color: #90979E;
	cursor: pointer;
}

.nsi-slide .nsi-slide-btns .nsi-slide-btn.current-page {
	background-color: #06BDEB;
}

/* **** page-header-module **** */
/* used to be called simple-hero-module */

.fl-module-page-header-module > .fl-module-content{
	margin:0;
}

.hero-image-container.simple-hero .fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
}

.hero-image-container {
	position: relative;
	min-height: 290px;
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-bottom: 40px solid #545454;
}

.hero-image-container .hero-image-overlay {
	background:#0000009c; /* FF3.6-15 */
	background:rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width:100%;
	min-height: 290px;
	height:100%
}

.hero-image-container .hero-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 160px;
	background:#0000009c; /* FF3.6-15 */
	background:rgba(0, 0, 0, 0.6);
}


.hero-image-container h1 {
	padding: 0;
	color:#fff!important;
}

@media (max-width: 991px){
	.hero-image-container {
		min-height: 200px;
		border-bottom: 30px solid #545454;
	}
	.hero-image-container .hero-image-overlay{
		min-height: 200px;
	}
	.hero-image-container .hero-text{
		height: 113px;
	}
	.hero-inner-box {
		padding: 4px 10px 0 0;
	}
	.hero-inner-box h1{
		margin-top: 10px;
	}
}

@media (max-width: 767px){
	.hero-image-container {
		min-height: auto;
		border-bottom: 18px solid #545454;
		height: auto;
		position: static;
		    padding-top: 60px;
	}
	.hero-image-container .hero-image-overlay{
		display:none;
	}
	.hero-image-container .hero-text{
		height: auto;
		min-height: auto;
		background: #0000009c;
		background: rgba(0, 0, 0, 0.6);
		position: static;
	}
	.hero-inner-box {
		padding: 4px 10px 0 0;
	}
	.hero-inner-box h1{
		margin-top: 10px;
	}
	.hero-text .fl-module-content {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

/* **** picture-highlight-module **** */

.fl-row-full-width .fl-row-full-width .fl-module-picture-highlight-module > .fl-module-content{
	margin:0; /* remove margin around module when full width */
}

.fl-row-fixed-width .fl-row-fixed-width .picture-highlight-module .fl-module-content,
.fl-row-full-width .fl-row-fixed-width .picture-highlight-module .fl-module-content{
	margin:0; /* remove double margin around module when fixed width */
}

.fl-row-full-width .fl-row-full-width .picture-highlight-module .fl-module-content{
	margin-top:0;/* remove margin top when full width so it can be placed at the top of the page*/
}

.picture-highlight-module {
	background-size:cover;
	background-repeat:none;
}

.picture-highlight-module .fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
}

.picture-highlight-module .table{
	margin-bottom:0;
}

.phm-inner {
	background:#fff;
	margin: 140px 0;
    width: 65%;
    padding: 75px;
	line-height:1.4;
}

.phm-inner *{
	line-height:1.4;
}

.phm-inner .btn{
	margin-top:20px;
}

.phm-size-half .phm-inner {
	padding: 72px 42px 42px 18px;
	min-height:370px;
	width: 65%;
}

.phm-size-half .phm-inner .btn{
	margin-top:0;
}

.phm-mobile-img{
	display:none;
}

@media (max-width: 991px){
	.phm-size-half .phm-inner {
		width: 80%;
	}
	.phm-inner {
		padding: 50px;
		margin: 87px 0;
	}
}

@media (max-width: 767px){
	.picture-highlight-module {
		background-image:none!important;
	}

	.phm-size-half .phm-inner,
	.phm-inner {
		margin: 0 0 0 0;
		width: 100%;
		padding: 18px;
		min-height: auto;
		background:#F3F1F1;
	}

	.phm-mobile-img{
		display:block;
		width:100%
	}

	.phm-mobile-img img{
		width:100%
	}

	.fl-row-full-width .fl-row-full-width .phm-inner{
		margin-bottom:18px;
	}

	.phm-inner .btn {
		margin-top: 0;
	}
}


/* **** seperator-module **** */
.fl-row-full-width .fl-row-full-width .fl-module-seperator-module > .fl-module-content{
	margin-left:0; /* remove margin around module when full width */
	margin-right:0;
}

.seperator-module .fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
}
.seperator-module{
	/*height:12px;
	background-color:#f2f2f2;
	margin-top:70px;
	margin-bottom:70px;*/
}

/* **** signup-module **** */
.signup-left{
	float:left;
	width:50%;
	padding-right:18px;
}
.signup-right{
	float:right;
	width:50%;
	padding-left:18px;
	text-align:right;
}
.signup-right input{
	display: inline-block;
	width: 320px;
    max-width: 50%;
    padding: 31px 23px!important;
    color: #000!important;
}

@media (max-width:767px){
	.signup-right,
	.signup-left{
		float:none;
		width:100%;
		padding-right:0;
		padding-left:0;
		text-align:left;
	}
	.signup-right input {
		max-width: 58%;
		padding: 27px 18px!important;
	}
}

/* **** simple-slider-module **** */
.simple-slider-module .slide.full-width {
	width: 100%;
  background-size: cover;
  background-position: center;
	position: relative;
}
.simple-slider-module .slide.full-width .slide-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.simple-slider-pagers {
  text-align: center;
  margin-top: 30px;
}

.simple-slider-pagers .page {
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #fff;
  cursor: pointer;
}

.simple-slider-pagers .page.active {
  background: #999;
}

/* **** slider-module **** */

.slider-module {
  white-space: nowrap;
  position: relative;
}

.slider-module-viewport {
  overflow: hidden;
}

.slider-module-container {
  transition: 0.6s ease-in-out;
}

.slider-module-back {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.slider-module-forward {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.slider-module .slide {
  display: inline-block;
  margin-right: -1px;
  width: 25%;
  text-align: center;
  vertical-align: top;
}

.slider-module .slide .img-container {
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}

.slider-module .slide .img-container img{
	width:155px;
}

.slider-pagers {
  text-align: center;
  margin-top: 30px;
}

.slider-pagers .page {
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #fff;
  cursor: pointer;
}

.slider-pagers .page.active {
  background: #999;
}

.slider-module i{
	font-family: 'Font Awesome 5 Pro'!important;
	font-weight:300;
}

.slider-pagers .slider-mobile-pager {
  display: none;
}

@media (max-width: 767px) {
  .slider-module .slide {
    width: 50%;
  }

  .slider-pagers .slider-mobile-pager {
    display: block;
  }

  .slider-pagers .slider-desktop-pager {
    display: none;
  }

  .slider-module-viewport{
	/*margin: 0 18px; */
  }
}

/* **** slider-v2-module **** */

.fl-module-slider-v2-module .slider-module .slide{
	width:100%;
	text-align:left;
	padding:70px 80px;
	position: relative;
}

.fl-module-slider-v2-module  .slide-fg-image{
	position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    text-align: center;
}

.fl-module-slider-v2-module  .slide-fg-image img{
	position: relative;
    top: 25%;
}

.fl-module-slider-v2-module  .slide-text-content h1{
	font-size:94px!important;
	margin:0;
}

.fl-module-slider-v2-module  .slide-text-content h2{
	font-size:56px!important;
	margin:0;
}

.fl-module-slider-v2-module .btn{
    margin-top: 45px;
}

.fl-module-slider-v2-module .slider-module .slide{
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fl-module-slider-v2-module .slider-pagers {
    background: transparent;
    height: 56px;
    padding-top: 16px;
    margin-top: -59px;
    right: 48px;
    position: absolute;
}

@media (min-width: 768px) and (max-width: 1300px) {
	.slide-text-content{
		width:70%;
	}

	.fl-module-slider-v2-module .slide-fg-image{
		width:22%;
		right: 36px;
	}

	.fl-module-slider-v2-module .slider-module .slide{
		padding:36px;
	}

	.fl-module-slider-v2-module .slide-text-content h2{
		font-size:46px!important;
	}

	.fl-module-slider-v2-module .btn{
		margin-top: 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.fl-module-slider-v2-module .slide-text-content h2	{
		font-size:40px!important;
	}
}

@media (max-width: 767px) {
	.fl-module-slider-v2-module .slide-fg-image{
		display:none;
	}

	.slide-text-content{
		white-space:normal;
	}

	.fl-module-slider-v2-module .slider-module .slide{
		    padding: 36px;
	}

	.fl-module-slider-v2-module .slider-module .slide {
		background-size: cover;
	}

	.fl-module-slider-v2-module .slide-text-content h2{
		font-size:36px!important;
	}
}

/* **** slider-with-tabs-module **** */

.fl-module-slider-with-tabs-module .slider-module .slide {
	width: 100%;
	white-space: normal;
	margin-right: 0;
}

.fl-module-slider-with-tabs-module .slider-module .slide .table{
	margin-bottom:0
}

.fl-module-slider-with-tabs-module .slider-module .slide .table-row {
	display: flex;
}
.fl-module-slider-with-tabs-module .slider-pagers{
	margin-top:20px;
}

.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager {
	display: flex;
}
.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page {
  display: block;
  width: 50%;
  border: none;
  border-radius: 0;
  height: auto;
  text-align: left;
    padding: 30px;
    font-size: 18px;
    font-weight: 800;
	background:#a2b9c9;
	color: #346195;
	margin:1px;
}
.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page:hover,
.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page.active {
	background:#fff;
}

.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page .slide-number{
		border-radius: 50%;
	background: #fff;
	color: #346195;
	cursor: pointer;
	  width: 35px;
	  height: 35px;
	  text-align: center;
	  line-height: 1.5;
	  padding-top: 5px;
	  margin-right:6px;
	  display:inline-block;
	position: absolute;
}

.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page:hover .slide-number,
.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page.active .slide-number{
		background: #a2b9c9;
	color: #fff;
}

.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .slide-title{
	    position: relative;
    padding-left: 49px;
    display: inline-block;
    padding-top: 6px;
}

.fl-module-slider-with-tabs-module .slider-module  .slide-text-content{
	text-align:left;
	width:55%;
	padding:60px 10% 30px 3%
}

.fl-module-slider-with-tabs-module .slider-module  .slide-fg-image{
	width:45%;
	padding:30px 10% 30px 3%
}

.fl-module-slider-with-tabs-module .slider-module  .slide-fg-image img{
	width:100%;
	height:auto;
}

.fl-module-slider-with-tabs-module .slider-module {
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	margin: 18px 18px 0;
}
.fl-module-slider-with-tabs-module .slider-module .slider-module-back {
	position: absolute;
	left: 10px;
	top: 50%;
	border-radius: 50%;
	background: #A2B9C9;
	color: #fff;
	cursor: pointer;
	  width: 40px;
	  height: 40px;
	  text-align: center;
	  line-height: 1.5;
	  padding-top: 5px;
}
.fl-module-slider-with-tabs-module .slider-module .slider-module-back:before {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
	font-size:20px;
	font-weight:500;
}
.fl-module-slider-with-tabs-module .slider-module .slider-module-forward {
	position: absolute;
	right: 10px;
	top: 50%;
	border-radius: 50%;
	background: #A2B9C9;
	color: #fff;
	cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.5;
  padding-top: 5px;
}
.fl-module-slider-with-tabs-module .slider-module .slider-module-forward:before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-size:20px;
	font-weight:500;
}

@media (min-width:769px) and (max-width:1100px){
	.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page{
		text-align:center;
	}
	
	.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page .slide-number{
		position: static;
	}

	.fl-module-slider-with-tabs-module .slider-pagers .slider-desktop-pager .page .slide-title{
		display:block;
		margin-top:10px;
		position: static;
		padding-left:0;
		padding-top:0
	}
}

@media (max-width:767px){
	.fl-module-slider-with-tabs-module .slider-pagers{
		display:none;
	}
	.fl-module-slider-with-tabs-module .slider-module .slide .table-row {
		flex-wrap: wrap;
	}
	.fl-module-slider-with-tabs-module .slider-module .slide-text-content{
		width:100%;
		padding:30px 0 40px 0;
		order:2;
	}
	.fl-module-slider-with-tabs-module .slider-module .slide-fg-image{
		order:1;
		width:100%;
		padding:20px 0 0 0
	}
	.fl-module-slider-with-tabs-module .slider-module {
		padding-left: 56px;
		padding-right: 56px;
	}
	.fl-module-slider-with-tabs-module .slider-module .slider-module-back{
		left:0;
	}
	.fl-module-slider-with-tabs-module .slider-module .slider-module-forward{
		right:0;
	}
}

@media (max-width:500px){
	.fl-module-slider-with-tabs-module .slider-module .slider-module-back,
	.fl-module-slider-with-tabs-module .slider-module .slider-module-forward{
		display:none;
		
	}
	.fl-module-slider-with-tabs-module .slider-module {
    padding-left: 0;
    padding-right: 0;
}
}

/* **** spacer-module **** */

.fl-module-spacer-module .fl-module-content {
	margin:0;
}


/* **** staff-profile-module **** */
.staff-profile-module img{
	width:100%;
	margin-bottom:30px;
}

.staff-profile-module hr{
	height:1px;
	border-top:1px solid #d8d8d9;
	    margin: 12px 0;
}

.staff-profile-module p{
	margin-bottom:0px;
	margin-left: 50px;
}

.staff-profile-module p.staff-profile-name{
	font-weight:700!important
}

.staff-profile-module i{
	width:50px;
	float:left;
}

.staff-profile-module a{
	text-decoration:underline;
	text-underline-position: under;
}

@media (min-width: 768px) and (max-width: 991px) {
	.staff-profile-module p {
		margin-left: 35px;
	}

	.staff-profile-module i {
		width: 35px;
	}
}

@media (max-width: 767px) {
	.staff-profile-module p {
		margin-left: 30px;
	}

	.staff-profile-module i {
		width: 30px;
	}
}

/* **** statistics-module **** */
.statistics-module 	h3{
	margin-top:0;
}
.statistics-module.icons-module{
	padding: 20px;
}
.stat-number{
	font-size:78px;
	font-weight:800;
	letter-spacing:-1.78px;
}

/* **** square-content-block-module **** */

/* equalize heights */
.fl-module-square-content-block-module,
.fl-module-square-content-block-module{
	display:flex;
}

.fl-module-square-content-block-module,
.fl-module-square-content-block-module,
.square-content-block-module,
.square-content-block-module .fl-row-fixed-width,
.square-content-block-module .fl-row-fixed-width .fl-module-content{
	height:100%;
}

.fl-module-square-content-block-module .fl-module-content{
	margin: 0;
	width: 100%;
}
/* end equalize heights */

.square-content-block-module  .fl-module-content{
	    padding: 44px 36px;
}

.square-content-block-module{
	background-color:#fff
}

.square-content-block-module a.nv-chat-icon{
	border-radius:50%;
	height:100px;
	width:100px;
	background-color:#00b3a5;
	box-shadow: 3px -1px 34px 0 rgba(170, 169, 169, 0.5);
	text-align: center;
    padding-top: 28px;
	display:inline-block
}

.square-content-block-module a.nv-chat-icon:hover{
	background-color:#0083a9;
}

.square-content-block-module .nv-chat-icon i{
	color:#fff;
	font-size: 46px;
}

/* **** testimonial-module **** */

.testimonial-module {
	padding: 62px 40px 62px 60px;
}

.testimonial-module blockquote.intro{
	margin-bottom:10px;
    padding:0;
    margin: 0;
    border-left: none;
}

.testimonial-module i{
	font-size: 90px;
    margin-bottom: 30px;
}

.testimonial-author{
	padding-top:16px;
	clear:both;
}

.testimonial-module .btn{
	margin-top: 30px;
	margin-left: 0;
}

.testimonial-module.align-icon-left .testimonial-module {
	padding: 80px 40px;
}

.testimonial-module.align-icon-left .fal{
	float:left;
}

.testimonial-module.align-icon-left .testimonial-author {
    padding-top: 0;
}

.testimonial-module.align-icon-left blockquote.intro{
	float:right;
	width:calc(100% - 140px);
}

.testimonial-module.align-icon-left i{
	margin-bottom:16px;
}

.testimonial-module.align-icon-left .testimonial-author,
.testimonial-module.align-icon-left .btn{
	margin-left:140px;
}

@media (max-width: 991px){
	.testimonial-module blockquote{
	    font-size: 28px;
	}
	.testimonial-module i {
		font-size: 76px;
	}
	.testimonial-module {
		padding: 52px 40px 52px 40px;
	}
}

@media (max-width: 787px){
	.testimonial-module.align-icon-left blockquote.intro {
		float: none;
		width: 100%;
	}
}

/* **** testimonial2-module **** */

.fl-module-testimonial2-module .fl-module-content{
	margin:0;
}

.testimonial2-background {
	background-size: cover;
}

.testimonial2-background .fl-row-fixed-width {
	margin:0 auto 0 auto;
	padding-top:380px;
	text-align: center;
}

.testimonial2-module {
    padding: 90px 50px 20px 50px;
	background:#fff;
	display:inline-block;
	width:30%;
	margin:0 1%;
}

.testimonial2-image-background-mobile{
	display:none;
}

.testimonial2-module hr {
	border-top: 2px solid #eceaea;
	width: 90%;
}

.testimonial2-module blockquote {
    padding: 0;
    margin: 0 0 20px;
    font-size: inherit;
    border-left: none;
	padding:0;
}

.testimonial2-module blockquote,
.testimonial2-module  p{
	/*font-size: 20px!important;*/
	text-align:center;
}

.testimonial2-module blockquote p{
	display:inline;
}

.testimonial2-module  blockquote:before{
	content:"\201C";
	display:inline;
	font-weight:700;
	font-size: 67px;
    line-height: 25px;
    vertical-align: text-top;
	margin-right: 6px;
}

.testimonial2-module  blockquote:after{
	display:none;
}

.testimonial2-module .testimonial-author{
	font-weight:700;
}

@media (max-width: 991px){
	.testimonial2-module {
		width:auto;
		margin:0 18px 18px;
		display: block;
	}

	.testimonial2-background .fl-row-fixed-width {
		padding-top:5%;
	}

	.testimonial2-background {
		background-image:none!important;
		background:#EBE9E8;
		padding-bottom: 20px;
	}

	.testimonial2-image-background-mobile{
		display:block;
		width:100%;
	}
	.testimonial2-image-background-mobile img{
		width:100%;
	}
}

@media (max-width: 767px){
	.testimonial2-module {
		padding: 47px 18px 18px 55px;
	}

	.testimonial2-module .testimonial-author{
		margin-bottom:0;
	}

	.testimonial2-module hr{
		width:100%;
	}

	.testimonial2-module blockquote,
	.testimonial2-module p {
		text-align: left;
	}

	.testimonial2-module blockquote {
		position: relative;
	}

	.testimonial2-module blockquote:before	{
		position: absolute;
		left: -38px;
	}

	.testimonial2-module .testimonial-author {
		padding-top: 0;
	}
}

/* **** testimonial3-module **** */
.testimonial3-module .fl-module-content > div{
	text-align: center;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial3-module .fl-module-content img{
    margin-bottom: 25px;
}

/* **** testimonial-speech-module **** */
.testimonial-speech {
	position: relative;
}

.testimonial-speech:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 33%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

.fl-module-testimonial-speech-module .testimonial-author {
	margin-left: 25%;
}

.fl-module-testimonial-speech-module .testimonial-author:before {
	content: "\f007";
	font-family: 'Font Awesome 5 Pro';
	display: block;
	font-size: 2em;
}


/* **** text-image-caption-module **** */

.text-image-caption-module-outer .fl-row-fixed-width{
	margin-left:auto;
	margin-right:auto;
}

.fl-row-full-width .fl-module-text-image-caption-module > .fl-module-content{
	margin:0;
}

.text-image-caption-module-outer .fl-module-content{
	padding-top: 18px;
    padding-bottom: 18px; /*fix no vertical margins inheritance */
}

.text-image-caption-module {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.text-image-caption-module .hola-col {
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.text-image-caption-module .hola-col-left {
	background: #ffffff;
    padding: 70px 50px 50px;
}

.text-image-caption-module .hola-col-right {
	background: #DAD7D8;
	padding: 0 40px 54px 40px;
}

.text-image-caption-module .hola-col-right h3{
	margin:40px 0 26px 0;
}

.tic-module-img-outer img{
	max-width: none !important;
	width:100%;
}

.text-image-caption-module .hola-col-right h4 {
	margin-top: 30px;
}

.tic-module-img-outer{
	position:relative;
	margin-left: -40px;
	margin-right: -40px;
}

.text-image-caption-module .hero-image-overlay {
    background: #00000033;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 50%;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
}

@media (max-width:767px){
	.text-image-caption-module .hola-col-left {
		background: #ffffff;
		padding: 36px 18px 18px;
	}
	.text-image-caption-module .hola-col-right {
		padding: 0 18px 18px 18px;
	}
	.tic-module-img-outer{
		margin-left: -18px;
		margin-right: -18px;
	}
	.text-image-caption-module .hola-col-right h3 {
		margin: 18px 0;
	}
}

/* **** text-image-module **** */

.text-image-module .table {
	display: table;
	margin: 0;
}

.text-image-module .table .table-row {
	display: table-row;
}

.text-image-module .table .table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.text-image-module .text-col-content {
	background-color: #F2F1F1;
	text-align: center;
	padding: 36px;
}

.text-image-module .img-col-content img {
	width: 100%;
}

@media  (max-width:991px){
	.text-image-module .text-col-content {
		padding: 36px 18px 18px;
	}
}

@media (max-width:767px){
	.text-image-module .table .table-cell {
		display: block;
		width: 100%;
	}
	.text-image-module .table .table-cell p{
		margin-bottom:18px;
	}
}

/* **** twitter-module **** */

.twitter-module-outer{
	padding:50px 0;
}

.fl-module-twitter-module .tweet-container {
	width: 25%;
	display: table-cell;
	background-color: #f2f2f2;
	padding: 34px 34px 34px 34px;
	color: #fff;
	cursor: pointer;
}

.fl-module-twitter-module .color-white .tweet-container {
	background-color: #fff;
	padding: 0;
	width: 23.5%;
	padding-right:3%;
}

.fl-module-twitter-module .color-white .tweet-container:hover{
	background-color: #fff!important;
}

.fl-module-twitter-module .color-grey .tweet-container {
	background-color: #f2f2f2;
}

.fl-module-twitter-module .tweet-container .tweet-inner-container {
	overflow: hidden;
}

.fl-module-twitter-module .tweet-container div {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: normal;
	color: #000000;
}

.fl-module-twitter-module .color-spot .tweet-container div {
	color:#ffffff;
}

@media (min-width:992px) and (max-width:1300px){
.fl-module-twitter-module .tweet-container div {
	/*	font-size: 14px;*/
}
}

.fl-module-twitter-module .tweet-container:hover div {
	color: #ffffff;
}

.fl-module-twitter-module .twitter-logo {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}

.fl-module-twitter-module img {
	margin-top: 20px;
	border: 1px solid rgba(255,255,255,0.5);
	display:none;
}

@media screen and (max-width: 1240px){
	.fl-module-twitter-module .tweet-container {
		width: 33.3%;
	}

	.fl-module-twitter-module .tweet-container:last-child {
		display: none;
	}
}

@media screen and (max-width: 991px){
	.fl-module-twitter-module .tweet-container, .fl-module-twitter-module .tweet-container:last-child {
		display: block;
		width: 100%;
	}
}


/* to be added to Vanilla or child theme */

/* **** hero-with-two-sections2-module **** */

.hero-with-two-sections2-module{
	background-size:cover;
	min-height: 650px;
}

.hero-with-two-sections2-module .fl-module-content {
	display:flex;
	flex-direction: row;
	margin:0;
	justify-content: space-between
}

.h2s2-left-content{
	margin-right: auto;
	max-width:490px;
}

.h2s2-left-inner{
	background: #fff;
    padding: 50px 40px 30px;
    margin-top: 150px;
    border-bottom: 9px solid #5ba0dd;
    position: relative;
}

.h2s2-left-inner p{
	font-size:32px!important;
}

.h2s2-left-inner img{
	position: absolute;
    bottom: 20px;
    right: 30px;
    max-width: 130px;
    height: auto;
}

.h2s2-right-content{
	position: relative;
    max-width: 530px;
    margin-top: 280px;
    padding: 50px 36px 30px;
    background: #fff;
    border-bottom: 9px solid #5ba0dd;
}

.h2s2-right-content p{
	font-size:32px!important;
}

.h2s2-right-content img{
	position:absolute;
	bottom: 20px;
    right: 30px;
	max-width: 130px;
    height: auto;
}

.h2s2-mobile-only{
	display:none;
}

@media (max-width:991px){
	.h2s2-right-content {
		display: none;
	}
	.hero-with-two-sections2-module {
		min-height: 560px;
	}
	.h2s2-left-inner{
		margin-top: 90px;
	}
}

@media (max-width:767px){
	.h2s2-mobile-only{
		display:block;
	    width: 100%;
	}

	.hero-with-two-sections2-module{
		background:none!important;
	}
	.hero-with-two-sections2-module .fl-module-content{
	    flex-wrap: wrap;
	}
	.h2s2-left-content {
		max-width: 100%;
		width: 100%;
	}
	.h2s2-left-inner {
		margin-top: 0;
		    padding: 50px 0px 30px;
	}
	.hero-with-two-sections2-module {
		min-height: 0;
	}
}

/* **** photo-button-module **** */
/* nb this module became multiple-photo-button-module and was then abandoned so probably doesn't work independently */
.fl-module-photo-button-module{
	display:flex;
}

.fl-module-photo-button-module,
.photo-button-module,
.photo-button-module .fl-row-fixed-width,
.photo-button-module .fl-row-fixed-width .fl-module-content{
	height:100%;
}

.photo-button-module{
	    text-align: center;
    display: flex;
    flex-direction: column;
	    padding: 33px;
		margin: 1px;
}

.fl-module-photo-button-module .fl-module-content{
	margin: 0;
}

.photo-button-module .fl-module-content{
	padding: 36px;
	position:relative;
}

.photo-button-module p{
	color: #fff!important;
    margin-bottom: 18px;
    font-size: 15px!important;
}

.photo-button-module .pbm-img{
	height:72px;
}

.photo-button-module .pbm-img .pbm-on,
.photo-button-module .pbm-img .pbm-off{
	height:80px;
}

.photo-button-module .pbm-img .pbm-on img,
.photo-button-module .pbm-img .pbm-off img{
	max-height:100%;
	width:auto;
}

.photo-button-module .pdm-btn{
	margin:auto auto 0 auto;
}

.photo-button-module .pdm-btn .btn{
	white-space: inherit;
	background-color: inherit;
}

/* roll */
.fl-module-photo-button-module a:hover{
	text-decoration:none;
}

a:hover .photo-button-module{
	background-color:#fff!important;
	transition: all 0.5s ease;
}

a:hover .photo-button-module p{
	color: #000!important;
	transition: all 0.5s ease;
}

a:hover .photo-button-module .pbm-img .pbm-off,
.photo-button-module .pbm-img .pbm-on{
	display:none;
	transition: all 0.5s ease;
}

a:hover .photo-button-module .pbm-img .pbm-on{
	display:block;
	transition: all 0.5s ease;
}
.pdm-btn .btn:hover,
a:hover .photo-button-module .pdm-btn .btn{
	background:transparent!important;
	transition: all 0.5s ease;
}

@media (min-width:992px) and (max-width:1280px){
	.photo-button-module .fl-module-content {
		padding: 36px 12px;
	}
}

@media (max-width:768px){
	.fl-module-photo-button-module {
		display: block;
	}
}


/* **** multiple-photo-button-module **** */
.fl-module-multiple-photo-button-module .fl-module-content {
	display: flex;
	margin: 18px 17px;
}
.multiple-pbm-outer-a {
	width: 100%; /*So they space evenly*/
	    margin-bottom: 2px;
}

.fl-module-multiple-photo-button-module .fl-module-content .pbm-img img {
	max-height:100%;
	width:auto;
}

.multiple-pbm-outer-a:hover {
	text-decoration:none;
}

@media (min-width: 768px) and (max-width: 1300px) {
	.fl-module-multiple-photo-button-module .fl-module-content {
		flex-wrap: wrap;
	}
	
	.multiple-pbm-outer-a {
		width: 33.3%;
		
	}
	
	.multiple-pbm-outer-a:nth-child(4) {
		margin-left:17.5%
	}
}

@media (max-width: 767px) {
		.fl-module-multiple-photo-button-module .fl-module-content {
		flex-wrap: wrap;
	}
	.multiple-pbm-outer-a {
		width: 50%;
	}
}

@media (min-width:561px) and (max-width: 767px) {
	.multiple-pbm-outer-a:nth-child(5) {
		margin-left:25%
	}
}

@media (max-width: 560px) {
	.multiple-pbm-outer-a {
		width: 100%;
	}
}

/* **** photo-button2-module **** */
/* equalize heights */
.fl-module-photo-button2-module{
	display:flex;
}

.fl-module-photo-button2-module,
.photo-button2-module,
.photo-button2-module .fl-row-fixed-width,
.photo-button2-module .fl-row-fixed-width .fl-module-content{
	height:100%;
}

.fl-module-photo-button2-module .fl-module-content{
	margin: 0;
}

.photo-button2-module  .fl-module-content{
	padding:36px;
}
/* end equalize heights */

.photo-button2-module{
	text-align:center;
}

.photo-button2-module .fbm2-img{
	height:135px;
	overflow:hidden;
}

.photo-button2-module .fbm2-img img{
	max-height:135px;
	height:auto;
	width:auto;
}

.photo-button2-module .btn{
	font-size:20px!important;
	background-color:transparent!important;
	white-space: inherit;
}

.photo-button2-module p{
	color:#fff!important;
	margin-top: 20px;
	font-size:18px!important;
	font-weight:700;
}

@media (max-width:1280px){
	.photo-button2-module .fl-module-content {
		padding: 36px 10px;
	}
	.photo-button2-module .btn {
		font-size: 16px!important;
	}
}
@media (max-width:768px){
	.fl-module-photo-button2-module {
		display: block;
	}

	.photo-button2-module {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* **** case-study-module **** */
/* equalize heights */
.fl-module-case-study-simple-module,
.fl-module-case-study-module{
	display:flex;
}

.fl-module-case-study-simple-module,
.fl-module-case-study-module,
.case-study-module,
.case-study-module .fl-row-fixed-width,
.case-study-module .fl-row-fixed-width .fl-module-content{
	height:100%;
}

.fl-module-case-study-simple-module .fl-module-content{
	margin: 0;
}

.case-study-module  .fl-module-content{
	padding:0 ;
}
/* end equalize heights */

.fl-module-case-study-simple-module  > .fl-module-content,
.fl-module-case-study-module > .fl-module-content{
	width:100%;
}

.case-study-module {
	text-align:center;
	padding:40px 14% 60px;
}
.case-study-module .csm-img .csm-img-on,
.case-study-module .csm-img .csm-img-off{
	height:90px;
}

a:hover .case-study-module .csm-img .csm-img-off,
.case-study-module .csm-img .csm-img-on{
	display:none;
}

a:hover .case-study-module .csm-img .csm-img-on{
	display:block;
}

.case-study-module p.csm-subject{
	font-weight: 800!important;
    font-size: 20px!important;
    margin: 18px 0;
}

.case-study-module h2{
	margin-bottom:22px;
}

.case-study-module .csm-two-col{
	/* width: 70%; */
    margin: 0 auto 6px;
}

.case-study-module .csm-two-col div.csm-inner{
	float:left;
	width:50%;
	padding: 0 18px;
}

.case-study-module .csm-two-col div.csm-inner p{
	font-size:24px!important;
}

.case-study-module p.csm-cta{
	font-weight:700!important;
	font-size:20px!important;
}

.fl-module-case-study-simple-module a:hover,
.fl-module-case-study-module a:hover{
	text-decoration:none!important;
}

/* light theme (pale background dark text) */
.csm-theme-light.case-study-module h2{
	color:#5ba0dd!important;
	transition: all 0.5s ease;
}

.csm-theme-light.case-study-module p.csm-cta{
	color:#346195!important;
	transition: all 0.5s ease;
}

a:hover .case-study-module.csm-theme-light{
	transition: all 0.5s ease;
}

a:hover .csm-theme-light.case-study-module h2,
a:hover .csm-theme-light.case-study-module p,
a:hover .csm-theme-light.case-study-module p.csm-cta{
	color:#fff!important;
	transition: all 0.5s ease;
}

/* medium theme (medium background white text)*/
.csm-theme-medium.case-study-module h2,
.csm-theme-medium.case-study-module p.csm-subject,
.csm-theme-medium.case-study-module p,
.csm-theme-medium.case-study-module p.csm-cta{
	color:#ffffff!important;
	transition: all 0.5s ease;
}

a:hover .csm-theme-medium.case-study-module{
	transition: all 0.5s ease;
}

a:hover .csm-theme-medium.case-study-module h2,
a:hover .csm-theme-medium.case-study-module p.csm-subject,
a:hover .csm-theme-medium.case-study-module p,
a:hover .csm-theme-medium.case-study-module p.csm-cta{
	color:#000!important;
	transition: all 0.5s ease;
}

/* dark theme (brand background white text)*/
.csm-theme-dark.case-study-module h2,
.csm-theme-dark.case-study-module p.csm-subject,
.csm-theme-dark.case-study-module p,
.csm-theme-dark.case-study-module p.csm-cta{
	color:#ffffff!important;
	transition: all 0.5s ease;
}

a:hover .csm-theme-dark.case-study-module{
	transition: all 0.5s ease;
}

a:hover .csm-theme-dark.case-study-module h2,
a:hover .csm-theme-dark.case-study-module p.csm-subject,
a:hover .csm-theme-dark.case-study-module p,
a:hover .csm-theme-dark.case-study-module p.csm-cta{
	color:#000!important;
	transition: all 0.5s ease;
}

@media (max-width:1280px){
	.case-study-module  .fl-module-content{
		padding:0;
	}
}


@media (max-width:991px){
	.case-study-module .csm-two-col {
		width: 100%;
	}
	.case-study-module .csm-two-col div.csm-inner p {
		font-size: 18px!important;
	}

	.case-study-module {
		padding: 40px 18px;
	}
}

@media (max-width:767px){
	.case-study-module .csm-two-col div.csm-inner {
		float: none;
		width: 100%;
	}
}

/* **** testimonial4-module **** */
.testimonial4-module .fl-module-content{
	padding: 100px 0 ;
	width:60%;
	margin:auto
}

.testimonial4-module.with-photo .fl-module-content{
    padding: 100px 13% 100px 7%;
	width:auto;
	margin:0 auto;
}

.testimonial4-module.with-photo.no-padding .fl-module-content,
.testimonial4-module.no-padding .fl-module-content{
    padding: 0 0 0 0;
	width:100%
}

.testimonial4-module .fl-module-content{
	/* margin:0!important; */
}

.testimonial4-module img{
	clip-path: circle();
}

.testimonial4-module .testimonial4-right{
	padding-bottom:48px
}

.testimonial4-module.with-photo .testimonial4-img {
	float:left;
	width:280px;
}

.testimonial4-module.with-photo .testimonial4-right{
	float:left;
	width:calc(100% - 280px);
	padding:40px 50px 30px;
}

.testimonial4-module h2{
	margin-bottom: 15px;
}

.testimonial4-module p.testimonial4-tel,
.testimonial4-module p.testimonial4-author {
	font-weight:800!important;
	font-size:20px!important;
}

.testimonial4-module p{
	margin-bottom:6px;
}

.testimonial4-module .btn{
	margin-top:12px; 
}

@media (max-width:991px){
	.testimonial4-module {
		width:100%
	}

	.testimonial4-module.with-photo .fl-module-content{
		padding: 60px 0;
	}

	.testimonial4-module.with-photo .testimonial4-right{
		padding:40px 0px 0 50px;
	}

	.testimonial4-module.with-photo.no-padding .fl-module-content,
	.testimonial4-module.no-padding .fl-module-content{
		padding: 0 0 0 0;
		width:100%
	}
}

@media (max-width:767px){
	.testimonial4-module.with-photo .testimonial4-img {
		float: none;
		margin: auto;
	}

	.testimonial4-module.with-photo .testimonial4-right,
	.testimonial4-module .testimonial4-right {
		float: none;
		width: 100%;
		text-align: center;

	}
	.testimonial4-module.with-photo .testimonial4-right{
		padding:40px 0 0 0
	}
	.testimonial4-module .fl-module-content {
		padding: 50px 0;
		width: 100%;
	}
}

/* **** talk-to-us-module **** */
.talk-to-us-module .t2us-inner{
	width:76%;
	margin:18px auto;
}

.t2us-img {
	float:left;
	width:100px;
}

.t2us-right{
	float:left;
	width:calc(100% - 100px);
	padding:10px 0 0 20px;
}

.t2us-right p.t2us-number{
	margin-bottom:0;
	font-size:16px!important;
	font-weight:800!important;
}

.t2us-right p.t2us-number a{
	text-decoration:none;
}

.t2us-right div{
	margin:8px 0;
}

@media (max-width:991px){
	.talk-to-us-module .t2us-inner {
		width: 100%;
	}
}

@media (max-width:767px){
	.talk-to-us-module .t2us-inner {
		width: 100%;
	}
	
	.t2us-img {
		float: none;
		width: 100%;
		text-align: center;
	}

	.t2us-right {
		float: none;
		width: 100%;
		padding: 10px 20px 20px 20px;
		text-align: center;
	}

}


/* **** hero-with-profile-module **** */
.fl-module-hero-with-profile-module > .fl-module-content{
	margin-top:0;
	margin-bottom:0;
}

.hero-with-profile-module {
	background-size:cover;
	min-height:500px
}

.hero-with-profile-module .fl-module-content {
    margin: 0;
}

.hero-with-profile-module .hwprofile-content{
	background:#fff;
	margin-top:130px;
	border-bottom: 9px solid #5f9ecb;
	width:60%;
	max-width:600px;
	margin-bottom:130px;
	padding: 50px 110px 30px 40px;
	position:relative;
}

.hero-with-profile-module .hwprofile-content img{
	position: absolute;
    top: 30px;
    right: 27px;
    width: 80px;
    height: auto;
}

.hwprofile {
	padding:12px 30px
}

.hwprofile .fl-module-content{
	margin:0
}

.hwprofile .hwprofile-image{
	float:right;
	width:56px
}

.hwprofile .hwprofile-image img{
	clip-path: circle();
}

.hwprofile .hwprofile-details{
	float:right;
	padding-top:5px;
	padding-left:20px;
	font-size:18px!important;
}

.hwprofile .hwprofile-details span{
	font-size: 16px!important;
	font-weight:800!important;
	letter-spacing:0.8px;
}

.hwprofile-mobile-only{
	display:none;
}

@media (max-width:767px){
	.hwprofile-mobile-only{
		display:block;
	}
	.hero-with-profile-module {
		background:none!important;
		min-height:0;
	}
	.hero-with-profile-module .hwprofile-content {
		margin-top: 18px;
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
		padding: 50px 110px 30px 0px;
		position: relative;
	}
	
	.hwprofile {
		margin: 0 20px;
	}
	
	.hwprofile .hwprofile-details {
		float: none;
	    text-align: center;
	}
	.hwprofile .hwprofile-image {
		float: none;

		margin: auto;
	}
}

/* **** service-highlight-module **** */

.service-highlight-module .fl-module-content{
	margin: 0 auto;
	max-width:340px;
}

.shm-img{
	float:left;
	width:65px;
	text-align:right;
}

.shm-content {
	float:left;
	width:calc(100% - 65px);
	padding-left:20px;
}
.shm-content p{
	line-height:1.6!important;
}

a:hover .service-highlight-module h4{
	color:#000!important;
}


/* **** staff-quote-module **** */
.staff-quote-module .fl-module-content{
	margin: 30px 0;
}

.staff-quote-module p.hero{
	margin-bottom: 40px;
}

.staff-quote-module p.sq-author{
	margin-bottom:0;
	font-weight:800!important;
}
.staff-quote-module p.sq-telephone{
	font-weight:800!important;
	margin-bottom: 20px;
}

@media (max-width:768px){
	.staff-quote-module .fl-module-content {
		text-align: center;
	}
	
	.service-highlight-module .fl-module-content{
		margin-top:20px;
	}
	
	.shm-content p {
		margin-bottom: 0;
	}
}

/* **** download-file-module **** */
.download-file-module .fl-module-content{
	margin:0;
}

.download-file-module .df-img,
.download-file-module .df-img img{
	position:relative;
}
	.download-file-module .df-img img{
	object-fit: cover;
    height: 295px;
    width: 100%;
}

@media (max-width:1380px){
	.download-file-module .df-img img{
		height:20vw;
	}	
}

@media (max-width:768px){
	.download-file-module .df-img img{
		height:60vw;
	}	
}			   				  
.download-file-module .df-img i{
position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    font-size: 36px;
}
.download-file-module .df-img i.none{
	display:none!important
}				   
.download-file-module a:hover{
	text-decoration:none
}

.df-content{
	padding:36px;
}

@media (max-width:991px){
	.df-content {
		padding: 18px;
	}
}

/* **** button-fancy-module **** */
.button-fancy-module a img{
	width:50px;
	height:auto;
	margin-right:10px
}
.button-fancy-module a span{
	font-size: 20px;
}

.button-fancy-module .btn{
	padding: 16px 28px 15px!important;
}

/* **** two-columns-photo-module **** */

.two-columns-photo-module .fl-module-content{
	margin:18px 0;
}

.two-columns-photo-module .fl-row-fixed-width{
	/* padding:0 5%; */
}

.two-columns-photo-module.two-col-photo-left .twocp-first{
	float:left;
	width:50%;
	padding-right:18px;
}

.two-columns-photo-module.two-col-photo-left .twocp-second{
	float:left;
	width:50%;
	padding-left:18px;
}

.two-columns-photo-module.two-col-photo-right .twocp-first{
	float:right;
	width:50%;
	padding-left:18px;
}

.two-columns-photo-module.two-col-photo-right .twocp-second{
	float:right;
	width:50%;
	padding-right:18px;
}

.two-columns-photo-module .twocp-first img{
	width:100%;
	height:auto;
}

/* **** two-columns-module **** */

.two-columns-module .fl-module-content{
	margin:18px 0;
}

.two-columns-module .fl-row-fixed-width{
	/* padding:0 5%; */
}

.two-columns-module .twoc-left {
	float:left;
	width:50%;
	padding-right:18px;
}

.two-columns-module .twoc-right {
	float:left;
	width:50%;
	padding-left:18px;
}

@media (max-width:767px){
	.two-columns-module .twoc-left {
		float:none;
		width:100%;
		padding-right:0;
	}

	.two-columns-module .twoc-right {
		float:none;
		width:100%;
		padding-left:0;
	}
}

/* **** heading-paragraph-module **** */

.heading-paragraph-module{
	padding:36px 12%;
	text-align:center;
}

.heading-paragraph-module .inherit-style p{
	color:inherit!important;
	font-size:inherit!important;
	line-height:inherit!important;
	font-weight:inherit!important;
}

.heading-paragraph-module .inherit-style p:last-child{
	margin-bottom:10px!important;
}

@media (max-width:767px){
	.heading-paragraph-module{
		padding:60px 0;
	}
}

/* **** heading-large-module **** */
.heading-large-module{
	text-align:center;
	margin: 36px auto 0;
}

/* **** hero-simple-full-module **** */

.fl-module-hero-simple-full-module > .fl-module-content{
	margin-top:0;
}

.fl-row-full-width .fl-row-full-width .fl-module-hero-simple-full-module > .fl-module-content{
	margin-right:0;
	margin-left:0;
	    margin-bottom: 0;
}

.hero-simple-full-module{
	background-size: cover;
    position: relative;
    height: 533px;
}

.hero-simple-full-module  .hsfm-mobile-only{
	display:none;
}

.hero-simple-full-module .fl-module-content{
	/* margin-left:0; */
}

.hero-simple-full-module  .hsfm-trans-layer{
	background: #ffffffba;
    width: auto;
    position: relative;
    height: 212px;
    right: 50%;
    top: 255px;
    margin-right: 140px;
}

.hero-simple-full-module .hsfm-content{
	width: 50%;
    position: relative;
    top: 25px;
	   display: flex;
    align-items: center;
    height: 212px;			  										  
}

.hero-simple-full-module .hsfm-content p{
	font-size: 24px!important;
    line-height: 1.2!important;
    margin-bottom: 0;
	margin-right: 220px;
	height:92px;
	overflow:hidden;
}

.hero-simple-full-module .hsfm-content h1{
	color:#000!important;
	margin:0;
}										  
@media (min-width:768px) and (max-width:1436px){
	.hero-simple-full-module  .hsfm-trans-layer{
		right:auto;
		width:560px;
	}

	.hero-simple-full-module .hsfm-content {
		width:485px;
		margin-right:0;
	}

		.hero-simple-full-module .hsfm-content p {

		margin-right:0;
	}
}

@media (max-width:767px){
	.hero-simple-full-module{
		background:none!important;
		height: auto;
	}

	.hero-simple-full-module  .hsfm-mobile-only{
		display:block;
	}

	.hero-simple-full-module .hsfm-trans-layer{
		display:none;
	}

	.hero-simple-full-module .hsfm-content {
		width: 100%;
		top: 0;
		height: auto;
		display: block;	   
	}

	.hero-simple-full-module .hsfm-content p{
		text-align: center;
		width: 100%;
		height:auto
	}

	.hsfm-btn-outer{
		 text-align: center;
	}

}

/* **** full-width-image-module **** */
.full-width-image-module  {
	min-height:540px;
	background-size:cover;
}

.fl-row-full-width .fl-module-full-width-image-module .fl-module-content{
	margin-left:0;
	margin-right:0;
}

.fl-row-full-width .full-width-image-module .fl-row-fixed-width{
	max-width:100%;
}
.fl-row-full-width .full-width-image-module .fl-row-fixed-width .fl-module-content{
	margin-left:0;
	margin-right:0;
}

/* **** hero-basic-module **** */
.fl-module-hero-basic-module > .fl-module-content{
	margin:0;
}

.hero-basic-module{
	background-size:cover;
	margin-bottom: 26px;
	position: relative;
	background-position: center;
}

.hero-basic-module .fl-row-fixed-width {
	margin:0 auto;
	height:415px;
	position:relative
}

.hero-basic-module .fl-row-fixed-width .fl-module-content{
    margin: 0 18px;
    position: absolute;
    left: 0;
    top: 50%;
	z-index:2;
    transform: translateY(-50%);
}

.hero-basic-module h1{
    font-weight:400;
	color:#fff!important
}

.hero-basic-module::after {
  content: " ";
  z-index: 1;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
	background: linear-gradient(90deg, rgba(7,77,92,1) 0%, rgba(7,77,92,0) 100%);
}

.hero-basic-module{
	padding:0 20px	
}

.hero-basic-module::after {
	background: linear-gradient(90deg, rgba(0,0,0,0.006039915966386533) 0%, rgba(0,0,0,0.3) 100%);
}

.hero-basic-module h1{
	text-align:right;
	font-size:36px!important;
	line-height:1.36!important;

}

.hero-basic-module .fl-row-fixed-width .fl-module-content {
    margin: 0 ;
    left: auto;
    top: 50%;
    width: 680px;
    right: 0;
    transform: translateY(-50%);
}

@media  (max-width:991px){
	.hero-basic-module h1 {
		text-align: left;
	}
	
	.hero-basic-module .fl-row-fixed-width .fl-module-content {
		left:0;
		right:auto;
		width:auto
	}
}

@media (max-width:767px){
	.hero-basic-module .fl-row-fixed-width{
		height:auto;
	}
	
	.hero-basic-module .fl-row-fixed-width .fl-module-content{
		position: relative;
		top:0;
		transform: none;
		padding: 36px 0;
	}
}

/* **** hero-basic-slim-module **** */
.fl-module-hero-basic-slim-module > .fl-module-content{
	margin:0;
}

.hero-basic-slim-module{
	background-size:cover;
	margin-bottom: 26px;
	position: relative;
}

.hero-basic-slim-module .fl-row-fixed-width {
	margin:0 auto;
	height:300px;
	position:relative
}

.hero-basic-slim-module .fl-row-fixed-width .fl-module-content{
    margin: 0 18px;
    position: absolute;
    left: 0;
    top: 50%;
	z-index:2;
    transform: translateY(-50%);
}

.hero-basic-slim-module h1{
    font-weight:400;
	color:#fff!important
}

.hero-basic-slim-module::after {
  content:"" ;
  z-index: 1;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
 background: url(/wp-content/themes/vanilla-child/ocean-hero-wave.svg);
 background-size:cover
}

/* **** button-multiline-module **** */
.button-multiline-module{
	text-align:center;
}

.button-multiline-module a {
    font-size: 20px;
    line-height: 1.3;
    padding-top: 20px;
    display: inline-block;
	width:100%;
    max-width: 297px;
    min-height: 92px;
    border-radius: 72.5px;
    text-align: center;
    border: 1px solid #e3e4e5;
    box-shadow: 3px 12px 34px 0 rgb(180 179 179 / 50%);
}

.button-multiline-module a:hover{
	text-decoration:none!important;
	background:#0083a9;
	color:#ecdf0a!important;
}

.button-multiline-module span{
	display:block;
	font-weight:300;
}

.button-multiline-module .bmlm-title{
	font-weight:700;
}

/* **** button-multiline-icon-module **** */
.button-multiline-icon-module{
	text-align:center;
}

.button-multiline-icon-module a {
	padding-top: 6px;
    display: inline-block;
	width:100%;
	max-width: 300px;
	min-height:175px;
	border: 1px solid #cecccc;
	text-align: center;
	    background: #fff;
}

.button-multiline-icon-module a:hover{
	text-decoration:none;
	background-color:#53a0e0;
		border: 1px solid #53a0e0;
}

.button-multiline-icon-module  a i{
	font-size:36px;
	color:#53a0e0;
}

.button-multiline-icon-module  a:hover i{
	color:#ffffff;
}

.button-multiline-icon-module  a span{
	font-size:24px;
	color:#1e6093;
}

.button-multiline-icon-module  a:hover span{
	color:#ffffff;
}

.button-multiline-icon-module  a span.bmlim-title{
	font-weight:700;
}

/* **** highlight-icon-module **** */
.highlight-icon-module{
	padding:  60px;
}

.highlight-icon-module a{
	text-decoration:none!important;
}

.highlight-icon-module .him-left i{
	font-size:66px;
}

.highlight-icon-module .him-left{
	float: left;
    width: 15%;
}

.highlight-icon-module .him-right{
	float: left;
    width: 85%;
}

@media (max-width:767px){
	.highlight-icon-module .him-right {
		float: none;
		width: 85%;
		margin-top: 28px;
	}
	
	.highlight-icon-module .him-left{
		float: none;
		width: 100%;
	}
}

@media (max-width:560px){
	.highlight-icon-module {
		padding: 40px;
	}
}

/* **** icon-circ-module **** */
.icon-circ-module{
	text-align:center;	
}

.icon-circ-module a{
	text-align: center;
    border: solid 9px #0083a9;
    display: block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 42px 10px 0;
    background: #fff;
	margin: 0 auto;
}

.icon-circ-module a:hover{
	text-decoration:none!important;
	background: #0083a9;
}

.icon-circ-module a h4{
	color:#1c1d19!important;
}

.icon-circ-module a:hover h4{
	color:#ecdf0a!important;
	text-decoration:none!important;
}

.icon-circ-module i{
	font-size:48px;
}

@media (max-width:560px){
	.icon-circ-module a {	
		width: 161px;
		height: 161px;
		padding: 22px 6px 0;
	}
	
	.icon-circ-module a h4 {
		font-size: 16px!important;
	}
}

/* **** icon-circ-row-module **** */
.fl-module-icon-circ-row-module > .fl-module-content {
	margin:0!important;
}

.icon-circ-row-module {
	background-size:cover;
	min-height: 260px;
}

.icon-circ-row-module .icr-inner{
    max-width: 500px;
	margin:0 auto;
	padding-top: 30px;
}

.icon-circ-row-module .icr-inner div.icon-circ-module{
	float:left;
	width: 50%;
}

.icon-circ-row-module.background1{
	background-image:url(/wp-content/themes/vanilla-child/wave-back1.svg);
}

.icon-circ-row-module.background2{
	background-image:url(/wp-content/themes/vanilla-child/wave-back2.png);	
}

/* **** wave-row-module **** */
.fl-module-wave-row-module > .fl-module-content {
	margin:0!important;
}

.wave-row-module{
	background-size:cover;
	min-height: 260px;
}

.wave-row-module.background1{
	background-image:url(/wp-content/themes/vanilla-child/wave-back1.svg);
}

.wave-row-module.background2{
	background-image:url(/wp-content/themes/vanilla-child/wave-back2.svg);	
}

/* **** home-icons-module **** */
.fl-module-home-icons-module > .fl-module-content{
	margin:0
}

.home-icons-module{
	background-image:url(/wp-content/themes/vanilla-child/wave-back1.svg);
	background-size:cover;
	height:312px;
}

.home-icons-module-inner{
	max-width:1048px;
	margin:0 auto;
}

.home-icons-module-inner div{
	float:left;
	width:33.3%;
	text-align:center;
}

.home-icons-module-inner div a{
	text-align: center;
    border: solid 9px #0083a9;
    display: inline-block;
    border-radius: 50%;
    width: 307px;
    height: 307px;
    padding: 67px 32px 0;
    background: #fff;
}

.home-icons-module-inner div a:focus,
.home-icons-module-inner div a:active,
.home-icons-module-inner div a:hover{
	background: #0083a9;
	text-decoration:none!important;
}

.home-icons-module-inner div i{
	font-size:90px;
	color:#ecdf0a!important;
}

.home-icons-module-inner div h4{
	color:#1c1d19!important;
	padding-top:4px
}

.home-icons-module-inner div a:focus h4,
.home-icons-module-inner div a:active h4,
.home-icons-module-inner div a:hover h4{
	color:#ecdf0a!important;
	text-decoration:none!important;
}

.home-icons-module-outer .him-upper{
	text-align: center;
    padding: 31px 0 20px;
}

.home-icons-module-outer .him-upper h1{
	display:none;
}

@media (min-width:768px) and (max-width:1030px){
	.home-icons-module-inner div a {
		width: 243px;
		height: 243px;
		padding: 21px 32px 0;
	}
}

@media (max-width:767px){
	.home-icons-module-outer .him-upper h1{
		display:block;
	}
	
	.fl-module-home-icons-module{
		background: linear-gradient(0deg, rgba(7,77,92,0) 0%, rgba(7,77,92,1) 100%);
	}
	
	.home-icons-module {
		background-image: none;
		height:auto;
	}
	
	.home-icons-module-outer .him-upper {
		text-align: left;
		padding: 30px 30px 10px;
	}
	
	.home-icons-module-outer .him-upper h2,
	.home-icons-module-outer .him-upper h1{
		color:#fff!important;
	}
	
	.home-icons-module-inner div {
		width: 50%;
	}
	
	.home-icons-module-inner div.him-third{
		float:none;
		width:100%;
	}
	
	.home-icons-module-inner div a {
		width: 226px;
		height: 226px;
		padding: 32px 20px 0;
	}
	
	.home-icons-module-inner div i {
		font-size: 60px;
	}
}

@media (max-width:500px){
	.home-icons-module-inner div {
		float: none;
		width: 100%;
		margin-bottom: 12px;
	}
	
	.home-icons-module-outer .him-upper {
		text-align: center;
	}
}

/* **** page-heading-module **** */
.fl-module-page-heading-module > .fl-module-content{
	margin:0;
}

.page-heading-module {
	text-align:center;
	background: linear-gradient(0deg, rgba(7,77,92,0) 0%, rgba(7,77,92,0.1) 100%);
}

.page-heading-module .fl-row-fixed-width{
		margin:auto;
}

.page-heading-module .fl-module-content{
	max-width:900px;
	margin:auto;
	padding: 40px 20px 0;
    min-height: 230px;
}

/* **** property-listing-module **** */

.property-listing-module{
	margin: auto;
    max-width: 900px;
}

.property-listing-module .pl-img{
	width:550px;
	height:320px;
	position:relative;
	z-index:1;
	float:left
}

.property-listing-module .pl-img img{
	object-fit:cover;
	width:100%;
	height:100%;
	position:relative;
}

.property-listing-module .pl-img .pl-status{
	position: absolute;
    width: 157px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 13px 0 0 0;
    text-align: center;
    font-weight: 700;
}

.property-listing-module .pl-content{
	position: relative;
    z-index: 2;
    max-width: 524px;
    min-height: 267px;
    background-color: #fff;
    float: left;
    margin: 26px 0 0 -173px;
    padding: 17px 30px;
	 box-shadow: 3px 12px 34px 0 rgba(102, 100, 100, 0.5);
}

.property-listing-module .pl-content .btn{
	position: absolute;
    right: 30px;
    bottom: 22px;
}

.property-listing-module .pl-content .btn i{
	font-size: 20px;
    margin-left: -19px;
    margin-right: 14px;
}

@media (max-width:991px){
	.property-listing-module {
		margin: auto;
		max-width: 624px;
		border:1px solid #e5e5e5;
	}
	
	.property-listing-module .pl-img{
	    width: 100%;
		height: auto;
		float: none;
	}
	
	.property-listing-module .pl-content{
		max-width: 100%;
		min-height: auto;
		float: none;
		margin: 0;
		box-shadow: none;
		padding: 17px 30px 42px;
	}
	
	.property-listing-module .pl-content .btn {
		position: static;
		margin-top: 19px;
	}
		
	
}

/* **** landing-page-header-module **** */
.fl-module-landing-page-header-module > .fl-module-content{
	margin:0;
}

.landing-page-header-module{}

.landing-page-header-module .lphm-left{
	width:51.75%;
	float:left;
	padding:80px 46px 30px 71px;
}

.landing-page-header-module .lphm-left ul{
    padding-left: 26px;
}

.landing-page-header-module .lphm-left ul li{
	font-size:18px;
	    padding-bottom: 8px;
}

.landing-page-header-module .lphm-right{
	width: 48.25%;
    float: right;
    text-align: right;
    position: relative;
    height: 473px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 106%;
	
}

@media (max-width:1500px){
	.landing-page-header-module .lphm-right{
		height: 31vw;
	}
}

.landing-page-header-module .lphm-right img:first-child{
	position: relative;
	width: 100%;
}

.landing-page-header-module .lphm-right img:last-child{
	position: absolute;
    top: 40%;
    right: 7.6%;
    z-index: 4;
    max-width: 250px;
    width: 36%;
}

@media (max-width:991px){
	.landing-page-header-module .lphm-left{
		width:100%;
		padding: 43px 5px 36px 56px;
	}
	
	.landing-page-header-module .lphm-right{
		display:none;
	}
}

@media (max-width:767px){
	.landing-page-header-module .lphm-left{
		padding: 28px 5px 31px 20px;
	}
	
	.landing-page-header-module .lphm-right{
		display:none;
	}
}

/* **** icon-link-module **** */
.icon-link-module{
	text-align:center;
}

.icon-link-module .ilm-circ{
	border-radius:50%;
	width:134px;
	height:134px;
	display:inline-block;
	text-align:center;
	padding-top: 35px;
}

.icon-link-module .ilm-circ i{
	font-size:56px;
	color:#fff!important
}

.icon-link-module a:hover,
.icon-link-module a:hover h4{
	color:#e62248!important;
	text-decoration:none!important;
}

.icon-link-module p{
	font-size:18px;
}

/* **** home-page-header-module **** */
.fl-module-home-page-header-slider > .fl-module-content {
	margin:0;
}

.home-page-header-module{
		background-color:#182641;
}

.home-page-header-module h1.hero{
	color:#fff!important;
}

.home-page-header-module h2.intro{
	color:#fff!important;
	font-weight:400;
	height:216px
}

.home-page-header-module p{
	color:#fff!important;
}

@media (min-width:769px){
	.home-page-header-module{
		background-size:cover;
		background-color:#182641;
		min-height:656px;
		background-position: top right;
	}
	
	.home-page-header-module .hphm-text{
		padding: 150px 100px 0 88px;
		max-width:910px;
	}

	.home-page-header-module .hhphm-mobile{
		display:none;
	}
	
	.home-page-header-module h1.hero{
		font-size:56px!important;	
	}
	
	.home-page-header-module h2.intro{
		font-size:56px!important;
	}	
}

@media (max-width:991px){
	.home-page-header-module{
		background-image: none!important;
		min-height: 562px
	}
	
	.home-page-header-module .hphm-text {
		padding: 113px 57px 0;
	}
}

@media (min-width:769px) and (max-width:991px){
	.home-page-header-module h2.intro{
		font-size:50px!important;
	}
}

@media (max-width:768px){
	.home-page-header-module .hhphm-mobile{
		width:100%;
	}
	
	.home-page-header-module .hphm-text {
		padding: 58px 40px 55px;
	}
}

@media (min-width:1320px){
	.home-page-header-module .hphm-text{
		max-width: 60%;
		min-width: 910px;
	}
}









