/*! Kreativ Pro Front Page
---------------------------------------------------------------------------------------------------- */
/* # Table of Contents
- Flexible Widgets
- Image Section
- Front page Styling
- Front page Section 1
- Front page Section 2
- Front page Section 3
- Front page Section 4
- Front page Section 5
- Front page Section 6
- Front page Section 7
*/


/*! Flexible Widgets
--------------------------------------------- */
.flexible-widgets.widget-area .widget:nth-of-type(1) {
	width: 100%;
	margin: 0 auto 40px;
	float: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

.flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-thirds .widget,
.flexible-widgets.widget-fourths .widget {
	width: 100%;
	margin-left: 0;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 860px) {

	.flexible-widgets.widget-area .widget:nth-of-type(1) {
		max-width: 600px;
		margin: 0 auto 60px;
	}

	.flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1;
		text-align: center;
	}

	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 48.717948717948715%;
	}

	.flexible-widgets.widget-thirds .widget {
		width:  31.623931623931625%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 23.076923076923077%;
	}

	.flexible-widgets.widget-halves .widget:nth-of-type(2n+2),
	.flexible-widgets.widget-thirds .widget:nth-of-type(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-of-type(4n+2) {
		margin-left: 0;
		clear: left;
	}

}

/*! Image Section
--------------------------------------------- */

.image-section > .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.image-section > .wrap {
  position: relative;
  z-index: 4;
}

/*! Front page Styling
--------------------------------------------- */
.front-page .site-inner {
	max-width: 100%;
	padding: 0;
	position: relative;
	z-index: 5;
}

@media (min-width:1024px) {
	.front-page .site-inner {
		top: -150px;
		margin-bottom:-150px;
	}

}

.front-page .breadcrumb {
	max-width: 1170px;
	margin: 10px auto;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	padding: 70px 0 40px;
}

@media only screen and (min-width: 860px) {

	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		padding: 80px 0 50px;
	}

}

.front-page-2,
.front-page-4,
.front-page-6 {
	background: #fff none repeat scroll 0 0;
}

.front-page-3,
.front-page-5,
.front-page-7 {
	background: #f3f3f3 none repeat scroll 0 0;
}

/*! Front page Section 1
--------------------------------------------- */

.front-page-1 {
	background-color: #363f48;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	position: relative;
	background-position: center top;
	background-size: auto auto;
	font-size: 16px;
	font-size: 1.6rem;
	min-height: auto;
	padding: 100px 0;
}

@media only screen and (min-width: 860px) {

	.front-page-1 {
		padding: 15% 0;
		background-position: 50% 0;
		background-size: cover;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}

}

@media only screen and (min-width: 1023px) {

	.front-page-1 {
		min-height: 580px;
	}

}

.front-page-1 .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 860px) {

	.front-page-1 .widget-title {
		font-size: 50px;
		font-size: 5rem;
	}

}

.front-page-1 .widget:nth-of-type(1) {
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width: 860px) {

	.front-page-1 .widget:nth-of-type(1) {
		max-width: 600px;
	}

}

.front-page-1 .button {
	font-size: 18px;
	font-size: 1.8rem;
}

/*! Front page Section 2
--------------------------------------------- */

.front-page-2 .widget {
	margin-bottom: 30px;
}

.front-page-2 .widget:nth-of-type(n+2) h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2rem;
}

.front-page-2 .widget:nth-of-type(n+2) p {
	margin-bottom: 0;
}

.front-page-2 .widget:nth-of-type(n+2) i {
	width: 40px;
	font-size: 40px;
	font-size: 4rem;
	color: #ff6c3a;
	line-height: 1;
	text-align: center;
	display: inline-block;
	margin-bottom: 15px;
}

/*! Front page Section 3 / Featured Portfolio
--------------------------------------------- */

.front-page .featured-portfolio .entry {
	float: left;
	text-align: center;
	padding: 0;
}

.front-page .featured-portfolio .entry .entry-title {
	margin: 25px 0;
}

.front-page .featured-portfolio .more-link {
  margin: 20px auto 0;
}

/*! Front page Section 4
--------------------------------------------- */

.front-page-4 .widget:nth-of-type(n+2) .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
}

.front-page-4 .widget:nth-of-type(n+2) img {
	max-height: 200px;
	max-width: 200px;
	border-radius: 50%;
}

.front-page-4 .widget:nth-of-type(n+2) h4 {
	margin: 15px 0;
}

.front-page-4 .widget:nth-of-type(n+2) span {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.front-page-4 .widget:nth-of-type(n+2) a {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 15px 0;
	color: #363f48;
	line-height: 32px;
	text-align: center;
}

.front-page-4 .widget:nth-of-type(n+2) a:hover {
	color: #ff6c3a;
}

/*! Front page Section 5
--------------------------------------------- */


.front-page-5 .widget:nth-of-type(n+2) {
	background: #fff none repeat scroll 0 0;
	padding: 30px 40px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.front-page-5 .widget:nth-of-type(n+2) .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
}

.front-page-5 .widget:nth-of-type(n+2) h2 {
    border-bottom: 1px solid #eee;
    font-size: 40px;
    font-size: 4rem;
    padding: 0 0 15px;
}

.front-page-5 .widget:nth-of-type(n+2) ul li {
	padding: 6px 0;
}

.front-page-5 .button {
	padding: 6px 16px;
	font-size: 16px;
	font-size: 1.6rem;
	min-width: 190px;
	margin-top: 25px;
}

/*! Front page Section 6
--------------------------------------------- */
.front-page-6 .widget-area .widget:nth-of-type(n+2) {
	text-align: left;
	position: relative;
	margin-bottom: 60px;
}

@media only screen and (min-width: 860px) {

	.front-page-6 .widget-area .widget:nth-of-type(n+2) {
		padding-left: 60px;
		margin-bottom: 30px;
	}

	.front-page-6 .widget:nth-of-type(n+2):before {
		content: "“";
		position: absolute;
		float: left;
		top: 0;
		left: 0;
		width: 60px;
		font-family: georgia,sans-serif;
		font-size: 60px;
		font-size: 6rem;
		font-style: italic;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
}

.front-page-6 .widget:nth-of-type(3n+2) {
	margin-left: 0px;
	clear: both;
}

.front-page-6 .widget:nth-of-type(n+2) img {
	float: left;
	max-height: 75px;
	max-width: 75px;
	margin: 30px 20px 0 0;
	border-radius: 50%;
}

.front-page-6 .widget:nth-of-type(n+2) h4 {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: bold;
}

.front-page-6 .widget:nth-of-type(n+2) h4 span {
	display: block;
	margin: 5px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
}

/*! Front page Section 7
--------------------------------------------- */

.front-page-7 {
	text-align: center;
}

.front-page-7 .widget:nth-of-type(1) {
	margin: 0 auto;
}

.front-page-7 .button {
	margin-top: 25px;
}

/*! Genesis Featured Posts
--------------------------------------------- */

.front-page .featured-content .entry {
	text-align: center;
	padding: 0;
}

@media only screen and (min-width: 860px) {

	.front-page .featured-content .entry {
		float: left;
		margin-left: 2.564102564102564%;
		width: 31.623931623931625%;
	}

	.front-page .featured-content .entry:nth-of-type(3n+1) {
		margin-left: 0;
	}

}

.front-page .featured-content .entry .entry-title {
	margin: 25px 0;
	font-size: 20px;
	font-size: 2rem;
}

.front-page .featured-content .more-link {
  margin: 20px auto 0;
}

.front-page .featured-content .entry > a {
	position: relative;
	margin: 0;
	width: 100%;
}

.front-page .featured-content .entry .entry-image {
	vertical-align: middle;
	margin-bottom: 0;
	width: 100%;
}

.front-page .featured-content .entry > a:after {
	background: #ff6c3a none repeat scroll 0 0;
	content: "\f105";
	border-radius: 50%;
	color: #fff;
	font-family: FontAwesome;
	font-size: 24px;
	font-size: 2.4rem;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.front-page .featured-content .entry > a:hover:after {
	opacity: 1;
}

/* HOME VIDEO */

.section-video {
	position: relative;
	height: auto;
}

@media only screen and (max-width: 64em) {
	.section-video {
		height: auto;
		background:#000;
	}
}

.section-video__bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 64em) {
	.section-video__bg {
		position: relative;
		z-index: 1;
	}
}

.section-video__bg__video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.section-video__content {
	position: relative;
	top: 0;
	width: 100%;
	height:90vh;
	background:rgba(0,0,0,0.35)
}

@media only screen and (max-width: 64em) {
	.section-video__content {
		height:auto;
		position: relative;
		bottom: 4.5rem;
		z-index: 50;
		margin-top: 0;
	}
}

.section-video__content-full {
	background: #fff;
	padding: 2.5rem 0;
}

@media only screen and (max-width: 64em) {
	.section-video__content-full {
		padding: 2.5rem 1.5rem;
	}
}

@media only screen and (max-width: 37.5em) {
	.section-video__content-full {
		padding: 0 1.5rem 2.5rem;
	}
}

.section-video__content-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.section-video__content-button {
	max-width: 43rem;
	text-align: center;
}

@media only screen and (max-width: 64em) {
	.section-video__content-button {
		background: #2e3192;
		max-width: 100%;
		display: flex;
		justify-content: center;
		padding: 2.5rem 3rem;
	}
}

@media only screen and (max-width: 64em) {
	.section-video__content-button .button-full {
		width: auto;
	}
}

.section-video__content-copy {
	text-align: center;
	max-width:750px;
	margin:0 auto;
}

@media only screen and (max-width: 64em) {
	.section-video__content-copy {
		text-align: center;
		max-width: 100%;
	}
	.section-video__content-copy .block-txt-white {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

.section-video__content-copy h3 {
	text-align: center;
	color:#fff;
	font-size:48px;
	font-weight:bold;
	text-transform:uppercase
}

.section-video__content-copy p {
	font-family:"Saira", sans-serif;
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height: 30px;
}

@media only screen and (max-width: 800px) { 
	.section-video__content-copy p {
		font-family:"Saira", sans-serif;
		font-size:18px;
		color:#fff;
		text-align:center;
		line-height: 30px;
	}
}

.home-section {
	padding:90px 0;
}

@media (min-width:1024px) {

	.port {
		padding:1650px 0;
	}

}

@media (min-width:1600px) {

	.port {
		padding:200px 0;
	}

}

.home-section-grey {
	background:#f8f8f8;
}

.home-section .wrap {
	max-width:1460px;
	margin:0 auto;
}


.home-section .wrap::before,
.home-section .wrap::after {
	display:none;
}

.half-bar {
	margin-top: -90px;
	z-index: 50;
	position: relative;
}

.half-bar-container {
	display: flex;
	max-width: 1680px;
}

.half-bar-block {
    width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.half-bar-block h2, 
.half-bar-block h3 {
	color:#fff;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
}

.half-bar-block-left {
	background: #006db6;
	padding: 55px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.half-bar-block-right {
    background: #00263f;
	padding: 65px 0;
	gap:20px;
}

.half-bar--lds .half-bar-block-left {
	padding: 35px 0;
}

.half-bar--lds .half-bar-block-right {
	padding: 45px 0;
	gap: 25px;
}

.half-bar--lds .half-bar-block-right img.lds-logo {
	max-width:245px;
}

@media (max-width:650px) {

	.half-bar-block-left,	
	.half-bar-block-right {
		padding: 35px 0;
	}

	.half-bar-block-right {
		flex-direction: column;
	}
}

.half-bar .homeLinkChoice {
	display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
}

@media (max-width:650px) {

	.half-bar .homeLinkChoice {
		flex-direction:column;
	}
}

.half-bar .homeLinkChoice select {
	padding:15px 45px;
	border-radius:0;
	border: 1px solid #fff;
	border-right:none;
	-webkit-appearance:none;
}

.half-bar .homeLinkChoice button {
	padding: 17px 45px;
	background:none;
	color:#fff;
	border-radius: 0;
	border: 1px solid #fff;
	border-left:none;
	line-height:100%;
}

@media (max-width:650px) {

	.half-bar .homeLinkChoice button {
		border: 1px solid #fff;
		width:100%;
	}
}

@media (max-width:1280px) {
	.half-bar-block h2 {
		font-size:22px;
		font-size:2.25rem;
	}
	 
	.half-bar-block h3 {
		font-size:20px;
		font-size: 2rem;
	}

	.half-bar-block .button {
		padding: 15px 45px;
	}
}


@media (max-width:1024px) {
	.half-bar {
		margin: 0;
		padding:0;
	}

	.half-bar-container {
		flex-direction: column;
	}

	.half-bar-block {
		width: 100%;
	}

	.half-bar-block-left {
		background: #006db6;
		padding: 55px 0;
		margin:0;
	}

	.half-bar-block .button {
		padding: 15px 30px;
	}
}


@media (max-width:900px) {

	.half-bar-block-left {
		background: #006db6;
		padding: 25px 0;
		margin:0;
	}
}

.welcome {
	background:#fff;
}

.home-section.welcome {
	padding:130px 0;
}

.welcome-projects {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:150px;
}

@media (max-width:1500px) {
	.welcome-projects {
		gap:75px;
		padding:0 35px;
	}
}

@media (max-width:1280px) {
	.welcome-projects {
		gap:45px;
	}
}
@media (max-width:1023px) {
	.welcome-projects {
		gap:85px;
	}
}

@media (max-width:1023px) {
	.welcome-projects {
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.welcome-projects-block {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:flex-start;
	max-width:100%;
}

@media (max-width:1280px) {
	.welcome-projects {
		max-width:100%;
	}
}


.welcome-projects-block--center {
	align-items:center;
}

.welcome-projects-block--video a {
	margin-top:30px
}

@media (max-width:1060px) {
	.welcome-projects-block--video {
		width:100%;
	}
}

.welcome-projects .project-container {
	position: relative;
	margin-bottom:25px;

}

.welcome-projects .project-container .project-container-title {
	position: absolute;
	top: 20px;
	left: 0;
	background:#006db6;
	color: #fff;
	padding: 15px 10px 15px 20px;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: bold;
}

.quick-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding:0 35px;
}

@media (min-width:1024px) {

	.site-header {
		padding:0 25px;
	}

}

@media (min-width:1600px) {

	.site-header {
		padding:0;
	}

}

.quick-links a {
    font-size: 2.25rem;
    color: #282828;
    text-transform: uppercase;
    font-weight: bold;
}

.quick-links a:hover + p a::after {
	width: 100%;
	left: 0;
}

@media (max-width:1440px) {
	.quick-links {
		gap:25px;
	}
}

@media (max-width:1023px) {
	.quick-links {
		flex-direction: column;
	}
}

.shops {
	background:url(images/shops-bg.jpg) no-repeat center center;
	background-size:cover;
}

.shops .wrap {
	max-width:1200px;
}

.shops ul {
	margin:0;
	column-count: 2;
	color:#fff;
}

@media (max-width:1023px) {

	.shops ul {
		column-count: 1;
	}
}

.shops li {
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 45px;
    margin-left: 45px;
}

@media (max-width:650px) {

	.shops li {
		font-size:20px;
		margin-right: 0;
		margin-left: 0;
	}
}

.shops a {
	color: #fff;
}

.shops a .fa {
	transition: all 0.3s ease;
}

.shops a:hover,
.shops a:focus {
	color: #fff;
}

.shops a:hover .fa {
	padding-left: 10px;
}

.home-section.partners {
	padding: 90px 0 150px;
}

@media (max-width:900px) {

	.home-section.partners {
		padding: 90px 0;
	}
}

.home-section.partners .heading-underline {
	margin-bottom:35px;
}

.partners .slick-slider {
    padding-top: 25px;
}

.partners .slick-slider img {
	margin:0 auto;
}

.partner-logos {
	display:flex;
	justify-content: space-around;
	align-items:center;
}

.partner-logos .slick-slide img {
	margin:0 auto;
	height:120px;
}

.testmonials .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before, 
.testmonials .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev::before {
	background:#006db6;
}

.testmonials .wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

.testmonials .strong-view.wpmtst-simple.controls-type-sides .wpmtst-testimonial-inner {
	padding-left: 100px;
	padding-right: 100px;
}

.port {
	position:relative;
	height: 600px;
	background:url(images/community-involvement-bg.jpg);
	background-size:cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color:#fff;
	padding:90px 0;
}

@media (max-width:1023px) {

	.port {
		position:relative;
		height: 450px;
		background:url(images/community-involvement-bg.jpg);
		background-size:cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		padding:90px 0;
	}
}


@media (min-width:1600px) {

	.home-section {
		padding:90px 0;
	}

}

.port .bg-color {
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.3);
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center;
	text-align: center;
}

.port h2 {
	color:#fff;
	font-size:32px;
}

@media (min-width:1024px) {

	.port h2 {
		font-size:42px;
	}

}

@media (min-width:1600px) {

	.port h2 {
		font-size:56px;
	}

}

.port p {
	font-size:20px;
}

@media (min-width:1024px) {

	.port p {
		font-size:24px;
	}

}

@media (min-width:1600px) {

	.port p {
		font-size:32px;
	}

}

.port .button {
	border-color:#fff;
	color:#fff;
}

.port .button:hover,
.port .button:active {
	color:#006db6;
	background:#fff;
}

.contact-divisions {
	padding:0;
	background:#fff;
}

.contact-divisions {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: stretch;
}

.contact-divisions-block {
	width: 50%;
	padding: 5%;
}

.center-slick-sections .slick-prev, .center-slick-sections .slick-next {
	position:absolute;
	top: auto;
	bottom: -55px;
	background:none;
	border:none;
	padding:0;
}

.strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	text-align: center;
  }


@media (max-width:1280px) {
	.center-slick-sections .slick-prev, .center-slick-sections .slick-next {
		bottom: -40px;
	}
}


@media (max-width:900px) {
	.center-slick-sections .slick-prev, .center-slick-sections .slick-next {
		bottom: -45px;
	}
}

.center-slick-sections .slick-prev {
	left: 40%;
}

.center-slick-sections .slick-next {
	right: 40%;
}

.center-slick-sections .slick-prev::before, .center-slick-sections .slick-next::before {
	color:#006db6;
	font-size:35px;
}

.center-slick-sections .slick-prev::before {
	-webkit-mask: url(images/chevron-left-solid.svg) center center no-repeat;
	mask: url(images/chevron-left-solid.svg) center center no-repeat;
	height: 25px;
	width: 25px;
	background: #006db6;
	display: block;
	content: "";
}

.center-slick-sections .slick-next::before {
	-webkit-mask: url(images/chevron-right-solid.svg) center center no-repeat;
	mask: url(images/chevron-right-solid.svg) center center no-repeat;
	height: 25px;
	width: 25px;
	background: #006db6;
	display: block;
	content: "";
}

.center-slick-sections .services img {
	margin-bottom:25px;
}

.center-slick-sections .services p {
		margin: 0 0 10px;
		padding: 0;
		font-size: 17px;
		line-height: 165%;
}

.center-slick-sections .news-post:last-child {
	border-bottom: none;
}

.center-slick-sections .news-posts hr:last-of-type {
	display: none;
  }

.center-slick-sections .news-post h3 {
	margin-bottom: 5px;
}

.center-slick-sections .news-post .link--line {
	margin-bottom: 15px;
}

.center-slick-sections .certifications img {
	margin:55px auto;
}

@media (max-width:800px) {

	.center-slick-sections .certifications img {
		margin:15px auto;
	}
}


@media (max-width:1023px) {
	.contact-divisions {
		display:flex;
		flex-direction: column;
	}

	.contact-divisions-block {
		width: 100%;
		padding: 5%;
	}

	.contact-divisions .slick-slider {
		margin-bottom:55px
	}
}

.newsletter {
	background: #006db6;
	display: flex;
	justify-content: center;
	align-items:center;
	padding:25px 0;
}


@media (max-width:1023px) {
	.newsletter  {
		flex-direction: column;
	}
}

.newsletter h2 {
	color:#fff;
	margin:0 0 15px;
	padding:0;
	text-transform: uppercase;
	font-size:2rem
}

@media (min-width:1024px) {

	.newsletter h2 {
		margin:0 80px 0 0;
	}

}

@media (min-width:1280px) {

	.newsletter h2 {
		font-size:3rem
	}

}

.newsletter .gform_wrapper form {
	display:flex;
	justify-content: center;
	align-items: center;
}


@media (max-width:1023px) {
	.newsletter .gform_wrapper form  {
		flex-direction: column;
	}
}

.newsletter .gform_wrapper.gravity-theme .gform_footer .button {
    background: none;
	border: 1px solid #fff;
	border-left: none;
	border-radius: 0;
	color: #fff;
	margin: 0 0 0 -2px;
	padding: 5px 45px;
}


@media (max-width:1023px) {

	.newsletter .gform_wrapper.gravity-theme .gform_footer .button {
		border: 1px solid #fff;
		border-top:none;
		margin:0;
		width:100%;
	}
}

.newsletter .gform_wrapper.gravity-theme .gform_footer {
	margin:0;
}


  @media (max-width:1023px) {

	.newsletter .gform_wrapper.gravity-theme .gform_footer {
		padding: 0;
		width: 100% !important;
	  }
  }


.newsletter .gform_wrapper .gform_button {
	margin:0;
}

.newsletter .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"] {
  margin-bottom: 0 !important;
  border-radius: 0;
  line-height: 138%;
}

.newsletter .newsletter li.hidden_label input {
  margin-top: 0 !important;
}

body .newsletter .top_label div.ginput_container {
  margin-top: 0 !important;
}

.newsletter  div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.newsletter  div.gform_body {
  width: auto !important;
}

.newsletter  div.gform_footer.top_label input[type="submit"] {
  line-height: 26px;
  font-size: 13px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 1px
}

#logo-carousel img {
	margin:0 25px;
}

#panel-slide .splide__arrow {
	background: none;
	top: 100%;
  }