/*
	Theme Name: Uveloped Theme
	Theme URI: https://uveloped.com
	Description: Custom theme developed by Uveloped.
	Version: 1.4.3
	Author: Uveloped
	Author URI: https://uveloped.com
*/

/** cookies banner **/
#cookieBanner{
	margin-bottom: -100%;
	transition: margin-bottom .6s ease-in-out;
}
#cookieBanner.show{
	margin-bottom: 0;
}
#cookieBanner .rich-text a{
	text-decoration: underline;
}

/** annimations **/
@keyframes fadeIn { 
  0% {
  	opacity: 0;
    transform: scale(0.95);
  }
  100% {
  	opacity: 1;
    transform: scale(1);
  }
}

/** reveal **/
.reveal{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .6s ease-in-out, transform .4s ease-in-out;
}
.reveal.inview{
	opacity: 1;
	transform: translateY(0);
}

/** menu toggle **/
.header-top .menu-toggle{
		position: relative;
    display: block;
    height: 30px;
		width: 30px;
    cursor: pointer;
    z-index: 16;
}
.header-top .menu-spacer{
	width: 30px;
}
.header-top .menu-toggle span,
.header-top .menu-toggle:before,
.header-top .menu-toggle:after{
	content:'';
	height: 4px;
	width: 30px;
	border-radius: 2px;
	background: #58738A;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	transform:rotate(0);
	transition: margin-top 0.2s ease-in 0.2s, background 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-in;
}

body.open .header-top .menu-toggle span,
body.open .header-top .menu-toggle:before,
body.open .header-top .menu-toggle:after{
	background: #ffffff;
}

.header-top .menu-toggle:before{
	margin-top: -11px;
}
.header-top .menu-toggle:after{
	margin-top: 11px;
}
.header-top .menu-toggle.active span,
.header-top .menu-toggle.active:before,
.header-top .menu-toggle.active:after{
	transition: margin-top 0.2s ease-in, background 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-in 0.2s;
}
.header-top .menu-toggle.active span{
	opacity: 0;
}
.header-top .menu-toggle.active:before{
	margin-top: 0;
	transform:rotate(45deg);
}
.header-top .menu-toggle.active:after{
	margin-top: 0;
	transform:rotate(-45deg);
}

/** general **/
body:not(.modal-open) {
    max-width: 100%;
    overflow-x: hidden;
}
body{
	font-size: 18px;
	line-height: 1.5;
	color: #5C5C5C;
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 767px){
	body{
		font-size: 16px;
	}
}

a, a:hover, a:focus{
	color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
.gform_wrapper.gravity-theme .gfield_label,
header .menu-item,
.header-top .menu-item,
.header-mobile .menu-item,
footer .menu-item{
	font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

h1, .h1{
	font-size: 48px;
	color: #58738A;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
h1::after, .h1::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #58738A;
	width: 48px;
	height: 7px;
}
.text-center h1::after, .text-center .h1::after{
	right: 0;
	margin:  0 auto;
}
h2, .h2{
	font-size: 32px;
	color: #58738A;
	margin-bottom: 30px;
}
.section--content-grid > .container > .row h2, .section--content-grid > .container > .row .h2{
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.section--content-grid > .container > .row h2::after, .section--content-grid > .container > .row .h2::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #58738A;
	width: 45px;
	height: 6px;
}
h3, .h3{
	font-size: 24px;
	color: #58738A;
	margin-bottom: 20px;
}

.bg-03, .bg-03 h2, .bg-03 .h2,
.bg-03, .bg-03 h3, .bg-03 .h3{
	color: #F1F3F4;
}
.bg-04, .bg-04 h2, .bg-04 .h2,
.bg-04, .bg-04 h3, .bg-04 .h3{
	color: #2E2E2E;
}

.bg-05, .bg-05 h2, .bg-05 .h2,
.bg-05, .bg-05 h3, .bg-05 .h3{
	color: #F8F8F6;
}

.section--packages .items-wrap .card h3, .section--packages .items-wrap .card .h3{
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.section--packages .items-wrap .card h3::after, .section--packages .items-wrap .card .h3::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #58738A;
	width: 45px;
	height: 6px;
}
h4, .h4{
	
}
h5, .h5,
.gform_wrapper.gravity-theme .gfield_label,
header .menu-item,
.header-top .menu-item,
.header-mobile .menu-item,
footer .menu-item{
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
@media (max-width: 767px){
	h1, .h1{
		
	}
	h2, .h2{
		font-size: 28px;
	}
	h3, .h3{
		
	}
	h4, .h4{
		
	}
	h5, .h5{

	}
}

/** font sizes **/
.font-xl, .font-xl *{
	font-family: "Work Sans", sans-serif;
	font-size: 24px;
}
.font-lg, .font-lg *{
	font-family: "Work Sans", sans-serif;
	font-size: 22px;
}
.font-md{

}
.font-sm{
	font-size: 16px;
}
.font-xs{
	font-size: 14px;
}

/** background colours **/
.bg-01{ background-color:#F8F8F6; }
.bg-02{ background-color:#F1F3F4; }
.bg-03{ background-color:#58738A; }
.bg-04{ background-color:#D7CFC5; }
.bg-05{ background-color:#2E2E2E; }

@media (max-width: 767px){
	.font-lg, .font-lg *{
		font-size: 18px;
	}
	.font-md{

	}
	.font-sm{
		
	}
}

.table td, .table th{
	padding: 0 0 20px 0;
}

.btns-wrap{
	display: flex;
	gap: 10px;
	margin-top: 40px;
}

.text-center .btns-wrap {
	justify-content: center;
	margin-top: 30px;
}
.btn-wrap{
	margin-top: 40px;
}

@media (max-width: 767px){
	.btns-wrap,
	.btn-wrap{
		margin-top: 30px;
	}
}

.btn,
.gform_button{
  font-size: 16px;
  /*min-width: 200px;*/
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 25px;
  line-height: 1 !important;
  min-height: 1px !important;
  transition: all .2s ease-in-out;
}
.btn-primary,
.gform_button{
	background: #58738A;
	border: #58738A;
	color: #F8F8F6;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.gform_button:hover, .gform_button:active, .gform_button:focus{
	background: #3E5567;
	border: #3E5567;
	color: #F8F8F6;
}
.btn-secondary{
	background: #D7CFC5;
	border: #D7CFC5;
	color: #2E2E2E;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
	background: #2E2E2E;
	border: #2E2E2E;
	color: #F8F8F6;
}
.btn-light-o{
	background: transparent;
	border: 1px solid #2E2E2E;
	color: #2E2E2E;
}
.btn-light-o:hover, .btn-light-o:active, .btn-light-o:focus{
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #F8F8F6;
}
.btn-dark-o{
	background: transparent;
	border: 1px solid #F1F3F4;
	color: #F1F3F4;
}
.btn-dark-o:hover, .btn-dark-o:active, .btn-dark-o:focus{
	background: #F1F3F4;
	border: 1px solid #F1F3F4;
	color: #2E2E2E;
}

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

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section .gform_wrapper.gravity-theme .gfield_label{
	/*display: inline-block;*/
  /*font-size: 16px;*/
  font-weight: normal;
  margin-bottom: 20px;
  color: #2E2E2E;
  /*padding: 0;*/
}
.section .gform_wrapper.gravity-theme .field_description_above .gfield_description{
	padding-top: 0;
	margin-top: -16px;
	color: #5C5C5C;
}
.section .gform_wrapper.gravity-theme .gfield_required{
	display: none;
}
.section .gform_wrapper.gravity-theme .gform_fields{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.gform_wrapper.gravity-theme input:focus{
	outline: none;
}

.gform_wrapper.gravity-theme input[type=color], 
.gform_wrapper.gravity-theme input[type=date], 
.gform_wrapper.gravity-theme input[type=datetime-local], 
.gform_wrapper.gravity-theme input[type=datetime], 
.gform_wrapper.gravity-theme input[type=email], 
.gform_wrapper.gravity-theme input[type=month], 
.gform_wrapper.gravity-theme input[type=number], 
.gform_wrapper.gravity-theme input[type=password], 
.gform_wrapper.gravity-theme input[type=search], 
.gform_wrapper.gravity-theme input[type=tel], 
.gform_wrapper.gravity-theme input[type=text], 
.gform_wrapper.gravity-theme input[type=time], 
.gform_wrapper.gravity-theme input[type=url], 
.gform_wrapper.gravity-theme input[type=week], 
.gform_wrapper.gravity-theme select, 
.gform_wrapper.gravity-theme textarea{
	border: 1px solid #D7CFC5;
	color: #5C5C5C;
}

.overflow-hidden{
	overflow: hidden;
}
.rich-text > *:last-child{
	margin-bottom: 0;
}
.rich-text a{
	color: #58738A;
}
.bg-04 .rich-text a{
	color: inherit;
}
.bg-cover{
	background-size: cover;
	background-position: center;
}

.social-icons{
	display: flex;
	gap: 16px;
}

/** header **/
.header-top{
	padding: 25px 0;
	border-bottom: 1px solid #D7CFC5;
}
@media (max-width: 1199px) { 
	.header-top{
		position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 0;
	}
	body.open{
		padding-top: 87px;
	}
	body.open .header-top.bg-01{
		position: fixed;
		left: 2.5%;
		background-color: transparent !important;
		border-bottom: none !important;
		z-index: 16;
	}
	body.open .header-top.bg-01 .ctas{
		width: 0 !important;
		overflow: hidden !important;
	}
	body.open .header-top.bg-01 .ctas .d-sm-block{
		display: none !important;
	}
}

.header-top nav ul,
.header-top .ctas{
	gap: 30px;
}
@media (min-width: 1280px) { 
	.header-top nav ul,
	.header-top .ctas{
		gap: 40px;
	}
}
.header-top .menu-item{
	font-size: 14px;
	margin-bottom: 0;
}
.header-top .menu-item a:hover{
	text-decoration: none;
}
.header-top .menu-item a{
	position: relative;
	padding: 10px 0;
}
.header-top .menu-item a:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #58738A;
	width: 0;
	height: 4px;
	transition: width .2s ease-in-out;
}
.header-top .menu-item.current a:after,
.header-top .menu-item a:hover:after{
	width: 100%;
}

header .header-main{
	padding: 40px 0;
	margin-bottom: 16px;
}

@media (max-width: 1199px) { 
	header .header-main{
		padding: 20px 0;
	}
}

header .header-main nav ul{
	gap: 30px;
}
@media (min-width: 1280px) { 
	header .header-main nav ul{
		gap: 40px;
	}
}

header .header-main .menu-item{
	font-size: 18px;
	margin-bottom: 0;
}
header .header-main .menu-item a:hover{
	text-decoration: none;
}
header .header-main .menu-item a{
	position: relative;
	padding: 10px 0;
}

header .header-main .menu-item a:not(.header-logo):after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2E2E2E;
	width: 0px;
	height: 1px;
	transition: width .2s ease-in-out;
}
header .header-main .menu-item.current a:not(.header-logo):after,
header .header-main .menu-item a:not(.header-logo):hover:after{
	width: 45px;
}

header .header-main nav ul .header-logo{
	padding: 0 20px;
}
@media (min-width: 1280px) { 
	header .header-main nav ul .header-logo{
		padding: 0 60px;
	}
}

@media (max-width: 1199px) { 
	header .header-main nav ul .header-logo{
		padding: 0 0;
	}
}
@media (max-width: 575px) { 
	header .header-main nav ul .header-logo{
		max-width: 225px;
	}
}

.header-mobile{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	min-height: 100%;
	z-index: 13;
	/*margin-top: -87px;*/
	top: 0;
	/*left: -100%;
	transition: left .2s ease-in-out;*/
}
body.open .header-mobile{
	display: block;
	/*left: 0;*/
}
.header-mobile .nav{
	padding: 30px 0;
	text-align: center;
}
.header-mobile .header-logo{
	max-width: 146px;
}

/** footer **/
footer{
	margin-top: 16px;
	padding: 120px 0;
}
footer .footer-main .col-12{
	margin-bottom: 90px;
}

@media (max-width: 767px){
	footer{
		padding: 60px 0;
	}
	footer .footer-main .col-12{
		margin-bottom: 40px;
	}
}

footer .footer-main h5{
	font-size: 18px;
	font-weight: 500;
}
footer .footer-main .menu-item{
	font-size: 18px;
}

@media (max-width: 767px){
	footer .footer-main h5,
	footer .footer-main .menu-item{
		font-size: 16px;
	}
}

footer .footer-main .social-icons{
	margin-top: 40px;	
}
footer .footer-main .social-icons i{
	color: #D7CFC5;
}
footer .footer-main .social-icons a:hover i{
	color: inherit;
}

footer .footer-bottom .container{
	border-top: 1px solid #F8F8F6;
	padding: 20px 0;
}

/** layout **/
.container{
	max-width: 1640px;
	width: 95%;
}
.row{
	  margin-right: -8px;
    margin-left: -8px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	  padding-right: 8px;
    padding-left: 8px;
}

.content-wrap .content{
	padding: 40px 40px;
}

@media (max-width: 767px){
	.content-wrap .content{
		padding: 30px 20px;
	}
}

.img-wrap{
	margin-bottom: 16px;
}

.img-fill{
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.img-fill .bg-cover{
	transform: scale(1.0);
	transition: transform 1s ease-in-out;
}

a:hover .img-fill .bg-cover{
	transform: scale(1.1);
}

.img-fill .bg-cover{
	position: absolute;
	width: 100%;
	height: 100%;
}
.img-fill .img img{
	visibility: hidden;
	width: 100%;
	max-width: none;
	height: 100%;
}


/** hero **/
.hero{
	/*min-height: 400px;*/
}

.hero--homepage .row .col-12{
	margin-bottom: 16px;
}
.hero--homepage .row{
	margin-bottom: -16px;
}
.hero--homepage .content-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hero--homepage .content{
	width: 100%;
}

@media (min-width: 1200px) { 
	.hero--homepage .content{
		max-width: 535px;
	} 
}

.hero--services .content-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hero--services .content{
	width: 100%;
	max-width: 1098px;
}

.hero--services .content .call-us{
	margin-top: 30px;
}
.hero--services .content .call-us a{
	color: inherit;
}

.hero--services .slick.slick--services{
	margin-bottom: 16px;
}

.hero--services .slick.slick--services.slick-initialized {
	padding: 0 10%;
	overflow: visible;
}
@media (max-width: 991px){
	.hero--services .slick.slick--services.slick-initialized {
		padding: 0 5%;
		margin-left: -8px;
		margin-right: -8px;
	}
}

@media (max-width: 767px){
	.hero--services .slick.slick--services.slick-initialized {
		padding: 0 0;
		overflow: hidden;
	}
}

.hero--services .slick.slick--services:not(.slick-initialized) > div:not(:first-child){
	display: none;
}

.hero--services .slick.slick--services .slick-list{
	overflow: visible;
}
.hero--services .slick.slick--services .slick-dots{
	left: 0;
}

.hero--page .content-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hero--page .content{
	width: 100%;
	max-width: 1098px;
	padding: 80px 40px;
}

.hero--post .content-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hero--post .content{
	width: 100%;
	max-width: 1098px;
	padding: 80px 40px 30px;
}

.hero--post h1, 
.hero--post .h1{
	text-transform: none;
}

/** sections **/
.section{
	padding-top: 120px;
	padding-bottom: 120px;
}
.section > .block:not(:last-child){
	padding-bottom: 120px;
}

@media (max-width: 767px){
	.section{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section > .block:not(:last-child){
		padding-bottom: 60px;
	}
}

.section--services .row{
	margin-bottom: -16px;
}

.section--services .col-12{
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.section--services .content-wrap{
	height: 100%;
	display: flex;
}
.section--services .content-wrap .rich-text{
	margin-bottom: 40px;
}
.section--services .content-wrap .btn-wrap{
	margin-top: auto;
}
.section--services .content-wrap .content{
	display: flex;
	flex-direction: column;
}

.section--content-tiles .content-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.section--content-tiles .content{
	width: 100%;
}
.section--content-tiles .row:not(:last-child){
	margin-bottom: 16px;
}

@media (min-width: 1200px) { 
	.section--content-tiles .content{
		max-width: 675px;
	}
	.section--content-tiles .row:not(:last-child){
		margin-bottom: 0;
	}
}

.section--content-grid .row .col-12{
	margin-bottom: 16px;
}
.section--content-grid .row:last-child{
	margin-bottom: -16px;
}

.section--content-grid .content-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.section--content-grid .content{
	width: 100%;
}
@media (min-width: 1200px) { 
	.section--content-grid .content{
		max-width: 675px;
	}
}

.section--content-grid .spacer{
	display: block;
	height: 120px;
	margin-top: -16px;
}

.section--content-grid .section .container{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.section--content-grid .section{
	margin-top: -16px;
}

.section--packages .content-wrap{
	margin-bottom: 40px;
	align-items: end;
}

@media (min-width: 1200px) { 
	.section--packages .btns-wrap{
		justify-content: end;
	}
}

.section--packages .items-wrap{
	margin-bottom: -16px;
}
.section--packages .items-wrap > div{
	padding-bottom: 16px;
}
.section--packages .items-wrap .card{
	height: 100%;
	border-radius: 0;
	border: 1px solid #A9BBCF;
}
.section--packages .items-wrap .card-body,
.section--packages .items-wrap .col-terms{
	padding: 40px 30px;
}
.section--packages .items-wrap .card-footer{
	padding: 30px;
	border-radius: 0;
	border-top: 1px solid #A9BBCF;
}

@media (max-width: 767px){
	.section--packages .items-wrap .card-body{
		padding: 30px 20px;
	}
	.section--packages .items-wrap .col-terms{
		padding: 30px 8px;
	}
	.section--packages .items-wrap .card-footer{
		padding: 20px;
	}
}

 .section--packages .items-wrap .card-footer .font-xl{
 	color: #2E2E2E;
 }


 .section--meetings .row.content-wrap{
	margin-bottom: 40px;
	align-items: end;
}

@media (min-width: 1200px) { 
	.section--meetings .row.content-wrap .btns-wrap{
		justify-content: end;
	}
}

.section--meetings .items-wrap{
	margin-bottom: 14px;
}
.section--meetings .items-wrap .col-12
{
	margin-bottom: 16px;
}

.section--benefits .row{
	margin-bottom: -40px;
}

.section--benefits .content-wrap{
	padding-top: 30px;
	position: relative;
	height: 100%;
	display: flex;
}

.section--benefits .icon-wrap{
	position: absolute;
	top: 0;
	left: 30px;
	height: 124px;
	width: 124px;
}

.section--benefits .content{
	padding: 120px 30px 60px 30px;
	margin-bottom: 30px;
	width: 100%;
}

@media (max-width: 767px){
	.section--benefits .content{
		padding: 120px 20px 30px 20px;
	}
}

.section--workspaces .row.content-wrap{
	margin-bottom: 40px;
}

@media (max-width: 767px){
	.section--workspaces .row.content-wrap{
		margin-bottom: 30px;
	}
}

.section--workspaces .row > a:hover,
.section--workspaces .row > a:focus{
	text-decoration: none;
}
.section--workspaces .img-wrap{
	margin-bottom: 0;
}
.section--workspaces .content-wrap .content{
	padding: 30px 20px;
	text-align: center;
}

.section--latest .row .col-12{
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.section--latest .row{
	margin-bottom: -16px;
}
.section--latest .content-wrap{
	height: 100%;
	display: flex;
}
.section--latest .content-wrap .rich-text{
	margin-bottom: 40px;
}
.section--latest .content-wrap .btn-wrap{
	margin-top: auto;
}
.section--latest .content-wrap .content{
	display: flex;
	flex-direction: column;
}

.section--latest .all-news .content-wrap{
	align-items: center;
}
.section--latest .all-news .content-wrap h3, 
.section--latest .all-news .content-wrap .h3{
	margin-bottom: 20px;
}
.section--latest .all-news .content-wrap .rich-text{
	margin-bottom: 30px;
}


.section--featured .col-12 .content-wrap .content{
	padding: 100px 40px;
}


@media (max-width: 767px){
	.section--featured .col-12 .content-wrap .content{
		padding: 40px 20px;
	}
}

.section--news .col-12{
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.section--news .col-12 .content-wrap{
	height: 100%;
	display: flex;
}
.section--news .col-12 .content-wrap .rich-text{
	margin-bottom: 40px;
}
.section--news .col-12 .content-wrap .btn-wrap{
	margin-top: auto;
}
.section--news .col-12 .content-wrap .content{
	display: flex;
	flex-direction: column;
}

.section--news .pagination{
	margin-top: 30px;
}

.section--post .img-wrap{
	margin-bottom: 50px;
}

.section--page .img-wrap{
	margin-bottom: 50px;
}

.section--related .col-12{
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.section--related .row{
	margin-bottom: -16px;
}

.section--related .col-12 .content-wrap{
	height: 100%;
	display: flex;
}
.section--related .col-12 .content-wrap .rich-text{
	margin-bottom: 40px;
}
.section--related .col-12 .content-wrap .btn-wrap{
	margin-top: auto;
}
.section--related .col-12 .content-wrap .content{
	display: flex;
	flex-direction: column;
}

.section--contact-page .content-wrap .content{
	padding: 60px 40px;
}
.section--contact-page .content-wrap:not(.bg-04){
	display: flex;
	justify-content: center;
	height: 100%;
}
.section--contact-page .content-wrap:not(.bg-04) .content{
	width: 100%;
}
@media (min-width: 1200px) { 
	.section--contact-page .content-wrap:not(.bg-04) .content{
		max-width: 535px;
	}
}

@media (max-width: 991px){
	.section--contact-page .content-wrap:not(.bg-04) .content{
		padding: 60px 40px 0;
	}
}

@media (max-width: 767px){
	.section--contact-page .content-wrap .content{
		padding: 30px 20px;
	}
	.section--contact-page .content-wrap:not(.bg-04) .content{
		padding: 30px 0 0;
	}
}

.section--contact-page .social-icons{
	margin-top: 40px;	
}
.section--contact-page .social-icons i{
	color: #58738A;
}

.section--contact .row.content-wrap{
	margin-bottom: 40px;
	color: #2E2E2E;
}

.section--travel .travel-times{
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.section--travel .travel-times > div {
	width: 20%;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

@media (max-width: 1199px){
	.section--travel .travel-times > div{
		width: 25%;
	}
}
@media (max-width: 991px){
	.section--travel .travel-times > div{
		width: 33.33%;
	}
}
@media (max-width: 767px){
	.section--travel .travel-times > div{
		width: 100%;
	}
}
/*@media (max-width: 575px){
	.section--travel .travel-times > div{
		width: 100%;
	}
}
*/

.section--travel .content-wrap{
	padding-top: 30px;
	position: relative;
	height: 100%;
	display: flex;
}
.section--travel .content-wrap .rich-text{
	margin-top: auto;
}
.section--travel .content-wrap .content{
	display: flex;
	flex-direction: column;
}

.section--travel .icon-wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 124px;
	width: 124px;
}

.section--travel .content{
	padding: 120px 15px 30px;
	width: 100%;
	border: 1px solid #A9BBCF;
}

.section--travel .map{
	width: 100%;
	border: 1px solid #A9BBCF;
}

.section--faqs .content-wrap{
	display: flex;
	align-items: center;
	height: 100%;
}

.section--faqs .content{
	width: 100%;
}
@media (min-width: 1200px) { 
	.section--faqs .content{
		max-width: 675px;
	}
}
@media (max-width: 991px) { 
	.section--faqs .content{
		padding-left: 0;
		padding-right: 0;
	}
}

.faqs{
	padding-top: 20px;
}
.faq{
	border-top: 1px solid #A9BBCF;
}
.faq-button{
	padding: 15px 0;
	color: inherit;
	width: 100%;
	text-align: left;
	background: none;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq-button, .faq-button:focus{
	border: 0;
	outline: 0;
}
.faq-button i{
	font-size: 16px;
	color: #58738A;
}
.faq-button.collapsed i{
	transform: scaleY(-1);
}

.faq-text{
	padding: 5px 0 30px;
}


/** blocks **/
.content-blocks{
	padding-top: 120px;
	padding-bottom: 120px;
}
.content-blocks > .block:not(:last-child){
	padding-bottom: 30px;
}

/** cards **/
.content-cards{
	padding-top: 100px;
	padding-bottom: 100px;
}
.card-wrap{
	margin-bottom: 30px;
}
.card{
	
}
.card .card-image img{
	transform: scale(1);
	transition: transform .6s ease-in-out;
}
.card .card-image a:hover > img{
	transform: scale(1.1);
}

/** call to actions **/
.cta{
	padding-top: 50px;
	padding-bottom: 50px;
}

/** sidebar **/
.sidebar{
	padding-top: 100px;
	padding-bottom: 100px;
}
.sidebar-cards{
	padding-top: 20px;
}
.sidebar-cards .card-wrap{
	margin-bottom: 20px;
}