/* Custom styles */

body {
	font-family: 'futura-book-bt-22240';
	font-size:20px;
	line-height:31px;
	color: #132530;
}



a, a:hover {
	color: #132530;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

p:empty,
p:last-child {
	margin-bottom:0;
}

.alignleft {
	margin-right: 15px;
	margin-bottom:15px;
}

.btn, .wpcf7 input[type="submit"], 
input.button {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 15px 25px;
	font-size: 20px;
	line-height: 1;
	font-family: 'FUTURABC';
	text-transform:uppercase;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn.focus, .btn:focus, .wpcf7 input.focus[type="submit"], .wpcf7 input:focus[type="submit"],
.btn-primary.focus, 
.btn-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary,
.contact-page .gform_wrapper .gform_footer input.button {
	color: #fff;
	background-color: #008dc7;
	border-color: #008dc7;
}

.btn-primary:hover,
.btn-primary.focus, 
.btn-primary:focus,
.contact-page .gform_wrapper .gform_footer input.button:hover {
	color: #008dc7;
	background-color: #fff;
	border-color: #008dc7;
}

#searchsubmit {
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius:0 .25rem 0.25rem 0;
}

.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	border-color: #008dc7;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar {
	padding:25px 0;
}

.navbar-brand {
	padding:0;
	margin:0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link {
	color: #132530;
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
	color: #008ac0;
}

.navbar-dark .navbar-nav .active > .nav-link {
	color: #008ac0;
}

.navbar-dark .navbar-nav .active > .nav-link:after {
	content:'';
	width:-moz-calc( 100% - 30px );
	width:-webkit-calc( 100% - 30px );
	width:calc( 100% - 30px );
	height:5px;
	background-color:#008ac0;
	position:absolute;
	bottom:-5px;
	left:15px;
}


.nav-link {
	font-family: 'FUTURA-CONDENSEDLIGHT';
	font-size:24px;
	text-transform:uppercase;
	position:relative;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-left:15px;
	padding-right:15px;
}

.header-menu {
	margin-left:10%;
	margin-right:auto;
}

.header-right {
	font-family: 'FUTURA-CONDENSEDLIGHT';
	font-size:34px;
}

.header-right span {
	display:inline-block;
	width:50px;
	height:50px;
	line-height:1;
	text-align:center;
	padding:10px;
	color:#fff;
	font-size:33px;
	background-color:#19845d;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.header-right a {
	color: #132530;
	text-decoration:none;
}

.wrapper {
	padding:0;
}

#wrapper-footer-full {
	padding:30px 0;
	background-color:#132530;
	border-top:10px solid #00a54e;
}

#wrapper-footer-full .menu {
	padding:0;
	margin:0;
}

#wrapper-footer-full .menu li {
	list-style-type:none;
	display:inline-block;
}

#wrapper-footer-full .menu li a {
	display:block;
	padding:0 15px;
	color:#bbb;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'FUTURA-CONDENSEDLIGHT';
}

#wrapper-footer-full .menu li a:hover {
	color:#fff;
}

#wrapper-footer-full .social-media a,
.contact-page .sidebar .social-media a {
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:50px;
	line-height:1;
	padding:12px;
	color:#fff;
	text-decoration:none;
	font-size:23px;
	text-align:center;
	background-color:#6a747c;
	border:1px solid #6a747c;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

#wrapper-footer-full .social-media a:hover {
	color:#6a747c;
	background-color:#fff;
}

#wrapper-footer {
	background-color:#132530;
	padding:0 0 35px;
	color:#b4b4b4;
	font-size:13px;
	line-height:30px;
}

#wrapper-footer .footer-right {
	text-align:right;
	font-size:17px;
	color:#fff;
}

#wrapper-footer .footer-right span {
	display:inline-block;
	margin-right:15px;
}

#wrapper-footer .footer-right a {
	color:#fff;
	text-decoration:none;
}

.mobile-menu-wrap {
	display:none;
}

/* Front page */
.front-page .hero-slide,
.has-hero-image .hero-section {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.front-page .hero-slide .row {
	height:680px;
}

.front-page .hero-slide .hero-content {
	color:#fff;
	font-size:40px;
	font-family: 'FUTURA-CONDENSEDLIGHT';
	text-transform:uppercase;
	line-height:51px;
}

.front-page .hero-slide .hero-content p:nth-child(2):not(:last-child) {
	font-size:55px;
	font-family: 'FUTURABC';
	line-height:63px;
}

.front-page .hero-slider .slick-arrow {
	cursor:pointer;
	font-size:53px;
	line-height:1;
	color:#fff;
	position:absolute;
	top:50%;
	margin-top:-27px;
	z-index:99;
	left:15px;
}

.front-page .hero-slider .slick-arrow.slick-next {
	left:auto;
	right:15px;
}

.front-page .section-1 {
	padding:65px 0;
	
}

.front-page .section-1 .feature-item {
	position:relative;
	height:100%;
}

.front-page .section-1 .feature-item .feature-thumbnail {
	height:100%;
}

.front-page .section-1 .feature-item .feature-thumbnail img {
	height:100%;
	object-fit:cover;
}

.front-page .section-1 .feature-item .feature-overlay {
	position:absolute;
	padding:30px;
	bottom:0;
	width:100%;
	z-index:99;
	color:#fff;
	text-transform:uppercase;
	font-family: 'FUTURABC';
	font-size:35px;
	line-height:1;
}

.front-page .section-2 {
	padding:120px 0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.front-page .section-2 .content-section {
	padding:60px;
	background-color:rgba(255,255,255,0.85);
	font-size:20px;
	line-height:31px;
	position:relative;
}

.front-page .section-2 .content-section:after {
	content:'';
	width: 0; 
	height: 0; 
	border-left: 0px solid transparent;
	border-right: 75px solid transparent;
	border-top: 45px solid rgba(255,255,255,0.85);
	position:absolute;
	bottom:-45px;
	left:60px;
}

.front-page .section-2 .content-section h3:first-child,
.page-section .content-section.with-title h3:first-child,
.page-section .section-title h3 {
	font-size:55px;
	text-transform:uppercase;
	font-family: 'FUTURABC';
	font-weight:400;
	margin-bottom:20px;
	position:relative;
	line-height:1.2;
}

.front-page .section-2 .content-section h3 span,
.page-section .content-section.with-title h3:first-child span,
.page-section .section-title h3 span {
	position:relative;
	z-index:2;
}

.front-page .section-2 .content-section h3:after,
.page-section .content-section.with-title h3:first-child:after,
.page-section .section-title h3:after {
	content:'';
	width:175px;
	height:15px;
	background-color:#008dc7;
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}

.front-page .section-3 {
	padding:80px 0;
}

.front-page .section-3 .content-section.with-title h3:after {
	width:85px;
	left:0;
}

.front-page .section-3 .content-section ol {
	padding:0;
	margin-bottom:20px;
	counter-reset: my-awesome-counter;
	font-size:20px;
	line-height:25px;
}

.front-page .section-3 .content-section ol li {
	list-style-type:none;
	padding-left:55px;
	position:relative;
	counter-increment: my-awesome-counter;
}

.front-page .section-3 .content-section ol li:not(:last-child) {
	margin-bottom:15px;
}

.front-page .section-3 .content-section ol li:before {
	content: counter(my-awesome-counter);
	position:absolute;
	left:0;
	width:25px;
	height:25px;
	text-align:center;
	padding:2px;
	color:#fff;
	line-height:1;
	background-color:#008dc7;
	font-family: 'FUTURA MEDIUM BT';
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.front-page .section-4 {
	padding:0 0 80px;
}

.front-page .section-4 .featured-logo > div,
.about-page .section-3 .featured-logo > div,
.section-logo .featured-logo > div {
	text-align:center;
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
}

.front-page .section-4 .featured-logo > div:first-child,
.about-page .section-3 .featured-logo > div:first-child,
.section-logo .featured-logo > div:first-child {
	text-align:left;
} 

.front-page .section-4 .featured-logo > div:last-child,
.about-page .section-3 .featured-logo > div:last-child,
.section-logo .featured-logo > div:last-child {
	text-align:right;
}

.front-page .section-5 {
	padding:80px 0;
	background-repeat:no-repeat;
	background-position:100% 0px;
	background-size:auto 100%;
	background-color:#fff;
}

.front-page .section-5 .section-title h3,
.front-page .section-6 .section-title h3,
.front-page .section-7 .section-title h3 {
	display:inline-block;
	margin-bottom:65px;
}

.front-page .section-5 .section-title h3:after {
	width:135px;
	left:auto;
	right:0;
}

.front-page .section-5 .content-section-wrap {
	background-color:#f2f6fa;
	padding:45px 0;
	margin-right:-85px;
	padding-right:85px;
}

.front-page .section-6 .section-title h3:after {
	left:90px;
}

.front-page .section-6 .features .grid-item {
	margin-bottom:30px;
	min-height:315px;
}

.front-page .section-6 .features .feature-item {
	min-height:315px;
	padding:35px;
	color:#fff;
	text-align:center;
	font-size:25px;
	font-family: 'FUTURA-CONDENSEDLIGHT';
}

.front-page .section-6 .features .grid-item:nth-child(3),
.front-page .section-6 .features .grid-item:nth-child(3) .feature-item,
.front-page .section-6 .features .grid-item:nth-child(7),
.front-page .section-6 .features .grid-item:nth-child(7) .feature-item {
	min-height:488px;
}

.front-page .section-6 .features .feature-item .feature-number {
	width:80px;
	height:80px;
	text-align:center;
	padding:22px;
	font-size:35px;
	font-family: 'FUTURABC';
	color:#000;
	line-height:1;
	margin:0 auto 25px;
	background-color:rgba(255,255,255,0.85);
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.front-page .section-7 {
	padding:80px 0 50px;
}

.front-page .section-7 .section-title h3:after {
	width:235px;
	right:-5px;
	left:auto;
}

.front-page .section-7 .row .col {
	margin-bottom:50px;
	text-align:center;
	-moz-flex:0 0 20%;
	-webkit-flex:0 0 20%;
	flex:0 0 20%;
}

.front-page .section-7 .row .col:first-child,
.front-page .section-7 .row .col:nth-child(6) {
	text-align:left;
}

.front-page .section-7 .row .col:nth-child(5),
.front-page .section-7 .row .col:last-child {
	text-align:right;
}

.front-page .section-7 .row .col:nth-child(6),
.front-page .section-7 .row .col:nth-child(7),
.front-page .section-7 .row .col:nth-child(8),
.front-page .section-7 .row .col:nth-child(9) {
	-moz-flex:0 0 25%;
	-webkit-flex:0 0 25%;
	flex:0 0 25%;
}

/* About page */
.about-page .section-1 {
	padding:100px 0 0;
}

.about-page .section-1 .section-title h3 {
	margin-bottom:55px;
}

.about-page .section-1 .section-title h3:after {
	left:224px;
}

.about-page .section-1 .content-section-wrap {
	background-color:#f2f6fa;
	padding:65px 0;
	position:relative;
	z-index:99;
}

.about-page .section-1 .content-section {
	font-size:20px;
	letter-spacing:1px;
	line-height:31px;
	padding-right:30px;
	text-align:justify;
}

.about-page .section-2 {
	background-color: #dde5ee;
	padding: 315px 0 70px;
	position: relative;
	margin-bottom: -250px;
	-moz-transform: translateY(-250px);
	-webkit-transform: translateY(-250px);
	-ms-transform: translateY(-250px);
	-o-transform: translateY(-250px);
	transform: translateY(-250px);
}

.about-page .section-2 .section-title h3 {
	display:inline-block;
	margin-bottom:100px;
}

.about-page .section-2 .section-title h3:after {
	width:185px;
	right:0;
	left:auto;
	bottom:8px;
}

.about-page .section-2 .features {
	position:relative;
}

.about-page .section-2 .features:after {
	content:'';
	width:100%;
	max-width:1000px;
	height:10px;
	background-color:#a8c0e2;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:45px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

.about-page .section-2 .feature-wrap {
	height:100%;
}

.about-page .section-2 .feature-item {
	max-width:225px;
	margin:0 auto;
	padding:20px;
	background-color:#f2f6fa;
	font-size:16px;
	line-height:23px;
	position:relative;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

.about-page .section-2 .feature-item:after {
	content:'';
	width: 15px; 
	height: 15px; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f2f6fa;
	position:absolute;
	bottom:-15px;
	left:0;
	right:0;
	margin:0 auto;
}

.about-page .section-2 .feature-date {
	position:relative;
	text-align:center;
	font-size:20px;
	font-family: 'FUTURABC';
	text-transform:uppercase;
	color:#008dc7;
	margin-top:70px;
}

.about-page .section-2 .feature-date:before {
	content:'';
	width:20px;
	height:20px;
	background-color:#008dc7;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:-30px;
	z-index:2;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.about-page .section-2-1 {
	padding:100px 0;
	background-color:#f2f6fa;
}

.about-page .section-2-1 .section-title h3 {
	margin-bottom:100px;
	display:inline-block;
}

.about-page .section-2-1 .section-title h3:after {
	width:100px;
	left:auto;
	right:0;
}

.about-page .section-2-1 .feature-content {
	font-size:17px;
	line-height:23px;
}

.about-page .section-2-1 .feature-content h3 {
	font-size:30px;
	text-transform:uppercase;
	font-family: 'FUTURABC';
}

.about-page .section-2-1 .feature-content h3 + p {
	font-size:20px;
	color:#008dc7;
}


.about-page .section-3 {
	padding:90px 0;
	text-align:center;
}

.about-page .section-3 .content-section {
	margin-bottom:90px;
}

/* Contact Us */
.contact-page .section-1 {
	padding:100px 0;
}

.contact-page .section-1 .section-title h3:after {
	width:125px;
}

.contact-page .section-1 .content-section-wrap {
	padding:65px;
	background-color:#f2f6fa;
}

.contact-page .section-1 .row {
	margin-left:0;
	margin-right:0;
}

.contact-page .section-1 .row > div {
	padding:0;
}

.contact-page .gform_wrapper {
	margin:0;
}

.contact-page .gform_wrapper ul.gform_fields {
	margin-left:-15px !important;
	margin-right:-15px !important;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.contact-page .gform_wrapper ul.gform_fields li.gfield {
	padding:0 15px;
	width:100%;
	max-width:50%;
	-moz-flex:0 0 50%;
	-webkit-flex:0 0 50%;
	flex:0 0 50%;
}

.contact-page .gform_wrapper ul.gform_fields li.gfield:nth-last-child(3),
.contact-page .gform_wrapper ul.gform_fields li.gfield:nth-last-child(2),
.contact-page .gform_wrapper ul.gform_fields li.gfield:last-child {
	max-width:100%;
	-moz-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
}

.contact-page .gform_wrapper .top_label .gfield_label {
	display:none;
}

.contact-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-page .gform_wrapper textarea {
	padding:15px 20px;
	line-height:1;
	font-size:17px;
	font-family: 'FUTURA LIGHT BT';
	border:1px solid #fff;
	-moz-box-shadow:0 0 8px 2px rgba(0,0,0,0.10);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.10);
	box-shadow:0 0 8px 2px rgba(0,0,0,0.10);
}

.contact-page .gform_wrapper .top_label input.medium,
.contact-page .gform_wrapper textarea.medium {
	width:100%;
}

.contact-page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.contact-page .gform_wrapper .gform_footer {
	padding:0;
}

.contact-page .gform_wrapper .gform_footer input.button {
	font-size:20px;
	line-height:1;
	margin:0;
	width:auto;
	min-height:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.contact-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
	line-height: 1;
	min-height:0;
}

.contact-page .sidebar {
	background-color:#008dc7;
	color:#fff;
	padding:50px 30px 90px;
	font-family: 'FUTURA-CONDENSEDLIGHT';
	font-size:28px;
	line-height:33px;
	letter-spacing:-1px;
}

.contact-page .sidebar h2 {
	font-size:55px;
	margin-bottom:40px;
	font-family: 'FUTURABC';
	font-weight:400;
	line-height:1;
	letter-spacing:normal;
}

.contact-page .sidebar .contact-details > div {
	margin-bottom:20px;
}

.contact-page .sidebar .contact-details span {
	display:inline-block;
	width:40px;
	height:40px;
	padding:10px;
	text-align:center;
	background-color:#fff;
	color:#132530;
	font-size:21px;
	line-height:1;
	margin-right:15px;
	vertical-align:middle;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.contact-page .sidebar .contact-details span + div {
	display:inline-block;
	vertical-align:top;
}

.contact-page .sidebar .contact-details a {
	color:#fff;
	text-decoration:none;
}

.contact-page .sidebar .social-media {
	margin-top:45px;
}

.contact-page .sidebar .social-media > div {
	margin-right:5px;
}

.contact-page .sidebar .social-media a {
	background-color:#132530;
	border-color:#132530;
	color:#fff;
}

.contact-page .sidebar .social-media a:hover {
	color:#132530;
	background-color:#fff;
}

.contact-page .section-2 {
	padding-bottom:100px;
}

/* Thank you page */
.thank-you-page .section-1 .section-title {
	text-align:center;
}

.thank-you-page .section-1 .section-title h3 {
	display:inline-block;
}


.thank-you-page .section-1 .entry-content {
	text-align:center;
	font-size:34px;
	font-family: 'FUTURA-CONDENSEDLIGHT';
	line-height:41px;
	text-transform:uppercase;
}

.has-hero-image .hero-section {
	padding:140px 0;
}

.has-hero-image .hero-section .page-title {
	font-size:55px;
	font-family: 'FUTURABC';
	font-weight:400;
	color:#fff;
}

.has-hero-image .hero-section .breadcrumbs-section,
.has-hero-image .hero-section .breadcrumbs-section a {
	color:#fff;
	font-size:20px;
	text-decoration:none;
}

.generic-page .section-1 {
	padding:200px 0;
	background-color:#f2f6fa;
}


@media (min-width:1200px) {
	.wide-container {
		max-width:1720px;
	}
}

@media (min-width:1920px) {
	.front-page .hero-slider .slick-arrow {
		left:-25%;
	}
	
	.front-page .hero-slider .slick-arrow.slick-next {
		right:-25%;
		left:auto;
	}
}

@media (min-width:768px) {
	.contact-page .gform_wrapper ul.gform_fields li.gfield:first-child,
	.contact-page .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
		margin-top:0;
	}
}

@media (max-width:1199px) {
	.site-logo {
		width:100%;
		max-width:150px;
		-moz-flex:0 0 150px;
		-webkit-flex:0 0 150px;
		flex:0 0 150px;
	}
	
	.front-page .section-1 .feature-item .feature-overlay {
		padding-left:15px;
		padding-right:15px;
		font-size:30px;
	}
	
	.front-page .section-5 .content-section-wrap {
		margin-right: -8%;
		padding-right: 8%;
	}
	
	.front-page .section-6 .features .grid-item,
	.front-page .section-6 .features .feature-item {
		min-height: 330px;
	}
	
	.front-page .section-6 .features .grid-item:nth-child(3), 
	.front-page .section-6 .features .grid-item:nth-child(3) .feature-item, 
	.front-page .section-6 .features .grid-item:nth-child(7), 
	.front-page .section-6 .features .grid-item:nth-child(7) .feature-item {
		min-height: 503px;
	}
	
	.contact-page .sidebar {
		font-size: 24px;
	}
}

@media (max-width:991px) {
	.header-menu {
		margin-left:15px;
	}
	
	.front-page .hero-slide .hero-content p:nth-child(2):not(:last-child) {
		font-size: 45px;
		line-height: 53px;
	}
	
	.front-page .section-1 .row > div {
		margin-bottom:30px;
	}
	
	.front-page .section-1 .feature-item {
		max-width: 263px;
		margin: 0 auto;
	}
	
	.front-page .section-2 .content-section h3:first-child, 
	.page-section .content-section.with-title h3:first-child, 
	.page-section .section-title h3 {
		font-size: 45px;
	}
	
	.front-page .section-2 .content-section.with-title h3:after {
		width:150px;
	}
	
	.front-page .section-3 .content-section.with-title h3:after {
		width: 70px;
	}
	
	.front-page .section-5 .section-title h3:after {
		width: 115px;
	}
		
	.front-page .section-6 .section-title h3:after {
		left: 70px;
		width:235px;
	}
	
	.front-page .section-6 .features .feature-item {
		padding:15px;
	}
	
	.front-page .section-6 .features .grid-item, 
	.front-page .section-6 .features .feature-item {
		min-height: 337px;
	}
	
	.front-page .section-7 .section-title h3:after {
		width: 190px;
	}
	
	.about-page .section-1 .section-title h3:after {
		left: 185px;
		width: 140px;
	}
	
	.about-page .section-1 .content-image {
		position:relative;
		z-index:2;
	}
	
	.about-page .section-2 .feature-item {
		padding:15px;
	}
	
	.contact-page .section-1 .section-title h3:after {
		width: 100px;
	}
}

@media (max-width:767px) {
	
	.site-logo {
		padding-left:15px;
	}
	
	.mobile-menu-wrap {
		display:block;
	}
	
	.header-menu,
	.header-right {
		margin:0;
		width:100%;
		max-width:100%;
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.header-right {
		text-align:center;
		margin-top:30px;
	}
	
	.navbar-collapse.show {
		margin-top:30px;
	}
	
	.navbar-dark .navbar-toggler {
		border:none;
		padding:0 15px;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background:none;
	}
	
	.navbar-toggler-icon {
		position:relative;
		border-bottom:5px solid #132530;
	}

	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		content:'';
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		top:0;
		background-color:#132530;
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}

	.navbar-toggler-icon:after {
		top:13px;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		border-bottom-color:transparent;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		top:13px;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	#wrapper-footer-full .row > div:not(:last-child) {
		margin-bottom:30px;
	}
	
	#wrapper-footer-full .footer-3 .social-media {
		-webkit-box-pack: flex-start !important;
		-webkit-justify-content:flex-start !important;
		-moz-box-pack: flex-start !important;
		-ms-flex-pack: flex-start !important;
		justify-content: flex-start !important;
	}
	
	#wrapper-footer-full .footer-3 .social-media > div {
		margin:0 15px 0 0;
	}
	
	#wrapper-footer .row > div:last-child {
		margin-bottom:30px;
	}
	
	#wrapper-footer .footer-right {
		text-align:left;
	}
	
	.front-page .section-2 .content-section {
		padding: 30px 15px;
	}
	
	.front-page .section-3 .row > div:first-child {
		margin-top:30px;
	}
	
	.front-page .section-6 .section-title h3:after {
		bottom: 63px;
	}
	
	.front-page .section-6 .features .grid-item, 
	.front-page .section-6 .features .feature-item,
	.front-page .section-6 .features .grid-item:nth-child(3), 
	.front-page .section-6 .features .grid-item:nth-child(3) .feature-item, 
	.front-page .section-6 .features .grid-item:nth-child(7), 
	.front-page .section-6 .features .grid-item:nth-child(7) .feature-item {
		min-height: 0;
	}
	
	.front-page .section-7 .section-title h3:after {
		width: 190px;
		right: auto;
		left: 0;
	}
	
	.about-page .section-1 .section-title h3:after {
		bottom: auto;
		top: 30px;
	}
	
	.about-page .section-1 .content-section .row > div:last-child {
		margin-top:30px;
	}
	
	.about-page .section-2 .features:after {
		display:none;
	}
	
	.about-page .section-2 .features > div:not(:last-child),
	.about-page .section-2-1 .row > div:not(:last-child) {
		margin-bottom:30px;
	}
	
	.front-page .section-4 .featured-logo,
	.section-logo .featured-logo {
		-moz-justify-content:space-between;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	
	.front-page .section-4 .featured-logo > div,
	.section-logo .featured-logo > div {
		max-width:25%;
		moz-flex:0 0 25%;
		-webkit-flex:0 0 25%;
		flex:0 0 25%;
	}
	
}

@media (max-width:568px) {
	.front-page .hero-slider .slick-arrow {
		display:none !important;
	}
	
	.front-page .hero-slider:hover .slick-arrow {
		display:block !important;
	}
	
	.contact-page .section-1 .content-section-wrap {
		padding-right:15px;
	}
}


@media (max-width:567px) {
	.front-page .hero-slide .hero-content {
		font-size: 30px;
		line-height: 41px;
	}
	
	.front-page .hero-slide .hero-content p:nth-child(2):not(:last-child) {
		font-size: 35px;
		line-height: 43px;
	}
	
	.front-page .section-2 .content-section.with-title h3:after {
		bottom: 63px;
	}
	
	.front-page .section-4 .row > .col,
	.front-page .section-7 .row .col,
	.front-page .section-7 .row .col:nth-child(6), 
	.front-page .section-7 .row .col:nth-child(7), 
	.front-page .section-7 .row .col:nth-child(8), 
	.front-page .section-7 .row .col:nth-child(9),
	.about-page .section-3 .row > .col,
	.section-logo .row > .col {
		margin-bottom:30px;
		max-width:50%;
		-moz-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		flex:0 0 50%;
	}
	
	.front-page .section-7 .row .col:nth-child(5), 
	.front-page .section-7 .row .col:last-child {
		text-align: center;
	}
	
	.contact-page .gform_wrapper ul.gform_fields li.gfield {
		max-width: 100%;
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:413px) {
	.front-page .section-5 .section-title h3:after {
		right: auto;
		left: 0;
	}
}

@media (max-width:374px) {
	.front-page .section-6 .section-title h3 {
		font-size:40px;
	}
	
	.front-page .section-6 .section-title h3:after {
		bottom: 55px;
		right: 22px;
		left: auto;
		width: 200px;
	}
	
	.about-page .section-1 .section-title h3:after {
		top: 85px;
		left: 0;
		width: 150px;
	}
	
	.gform_wrapper .top_label div.ginput_recaptcha {
		max-width:100%;
		overflow:auto;
	}
	
	.contact-page .sidebar {
		padding-left:15px;
		padding-right:15px;
	}
}


/* Associates logo groups (Home section-7, About section-3) + footer strip - Aug 2026 */
.associates-group {
	margin-bottom:30px;
}

.associates-group .section-title {
	text-align:left;
}

.associates-group .section-title h3 {
	display:inline-block;
	margin-bottom:45px;
}

.associates-group .section-title h3:after {
	width:60%;
	left:auto;
	right:-5px;
}

.associates-logos {
	-moz-align-items:center;
	-webkit-align-items:center;
	align-items:center;
}

.associates-logos .col {
	-moz-flex:0 0 20%;
	-webkit-flex:0 0 20%;
	flex:0 0 20%;
	max-width:20%;
	text-align:center;
	margin-bottom:45px;
	padding:0 25px;
}

.associates-logos img {
	max-height:85px;
	width:auto;
	max-width:100%;
}

#wrapper-associates-strip {
	background-color:#fff;
	border-top:1px solid #e6ebf0;
	padding:30px 0;
}

.footer-logos {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
}

.footer-logos > div {
	padding:10px 30px;
}

.footer-logos img {
	max-height:48px;
	width:auto;
}

@media (max-width:767px) {
	.associates-logos .col {
		-moz-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
		margin-bottom:30px;
	}
	
	.footer-logos > div {
		padding:8px 15px;
	}
	
	.footer-logos img {
		max-height:38px;
	}
}

/* 27 Aug 2026: dark gradient so the box captions stay legible on lighter imagery */
.front-page .section-1 .feature-item .feature-thumbnail { position: relative; }
.front-page .section-1 .feature-item .feature-thumbnail::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60%; background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,0) 100%); }

/* 27 Aug 2026: footer credit link was inheriting the dark link colour on the dark footer */
.site-info .custom-html-widget a { color: #fff; text-decoration: underline; }
.site-info .custom-html-widget a:hover { color: #34c759; }
.site-info .custom-html-widget a.wd-credit { text-decoration: none; }
.site-info .custom-html-widget a.wd-credit img { height: 12px; width: auto; vertical-align: middle; margin-left: 4px; }

/* Hero H1: match the surrounding paragraph styling so the heading is structural only */
.hero-content h1 {
	font-size: 35px;
	font-weight: 400;
	margin: 0 0 1rem;
	color: inherit;
	line-height: inherit;
	text-transform: inherit;
}

/* 4 Sep 2026: email as mailto link, keep surrounding text colour */
.contact-details #email a, .footer-right a { color: inherit; text-decoration: none; }
.contact-details #email a:hover, .footer-right a:hover { text-decoration: underline; }
