
/* General Styles */

.page-template-template-builder header{
	background-color: #fff;
    position: absolute;
}

.page-template-template-builder header.sticky{
	background-color: transparent;
}

header.scrolled{
	position: fixed;
}

.page_builder section{
	padding: 64px 0;
}

.section_cta{
	border-radius: 4px;
}

/* Page Banner */

.page_banner{
    display: flex;
    align-items: flex-end;
    height: 95vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.page_banner.middle {
    max-height: 400px;
    align-items: end;
    top: 0;
}

.page_banner.middle h4{
	margin-bottom: 10px;
}

.page_banner.small {
    max-height: 206px;
    align-items: center;
    top: 0;
    margin-top: 56px;
    background-position: right;
}

.page_banner.large{
	max-height: 635px;
	animation-duration: 1s;
}

.page_banner.large.xlarge{
	align-items: center;
	max-height: 832px;
}

.page_banner.partner {
	min-height: unset;
    max-height: 200px;
    background-image: url(../images/page-banner-partner.webp);
    justify-content: center;
}

.page_banner.partner .container.page_banner_container {
    background-image: none;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    width: 100%;
    max-width: 90%;
}

.page_banner.partner a {
	display: flex;
    align-items: center;
    color: #FFF;
    font-family: Blinker;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.page_banner.partner .container.page_banner_container h1{
	color: var(--Secondary-Yellow-500, #FBAD26);
}

.page_banner.partner .container.page_banner_container h1 span{
	color: #FFF;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
}

.page_banner.large.xlarge .container.page_banner_container{
	width: auto;
    height: auto;
    align-items: flex-start;
}

.page_banner .container {
    display: flex;
    padding: 24px 48px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0px 0px 32px 0px;
    margin: 0 56px;
    position: relative;
    top: 40px;
    z-index: 2;
}

.page_banner .container.page_banner_container {  
    width: 526px;
    height: 200px;
	align-items: center;
    justify-content: end;
    background-image: url(../images/page-banner-vector.png);
    color: #fff;
    background-repeat: no-repeat;
    padding: 16px 48px 16px 64px;
    border-radius: 0px 32px 0px 0px;
    margin: 0;
    position: absolute;
    top: unset;
    bottom: 0;
    animation-duration: 1.3s;
}

.single-partner .page_banner .container.page_banner_container {
    width: 526px;
    height: 200px;
    align-items: flex-start;
    justify-content: end;
    background-image: url(../images/page-banner-vector.png);
    color: #fff;
    background-repeat: no-repeat;
    padding: 16px 48px 16px 16px;
    border-radius: 0px 32px 0px 0px;
    margin: 0;
    position: absolute;
    top: unset;
    bottom: 0;
    animation-duration: 1.3s;
}

.page_banner.large.xlarge .container.page_banner_container {
	position: static;
    background: transparent;
    padding-left: 0;
    margin: 0 auto;
}

.page_banner .container.page_banner_container h1{
	color: #fff;
}

.page_banner.xlarge .container.page_banner_container h1{
	color: var(--Secondary-Yellow-500, #FBAD26);
	font-family: Blinker;
	font-size: 60px;
	font-weight: 700;
	line-height: 64px;
}

.page-template-template-builder .page_banner.middle .container {
	width: 100%;
	max-width: 90%;
    display: flex;
    align-items: flex-start;
    background: transparent;
    position: static;
    animation-duration: 1.5s;
    margin: 0 auto;
}

.page-template-template-builder .page_banner.small .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    position: static;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.page-template-template-builder .page_banner .container h1 {
   	color: var(--Secondary-Yellow-500, #FBAD26);
	font-family: Blinker;
	font-size: 48px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: -0.96px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0;
    z-index: 2;
    width: 100%;
    max-width: 463px;
}

.page-template-template-builder .page_banner.white-text .container h1{
	color: #fff;
}

.page-template-template-builder .page_banner.middle .container h1 {
    color: #FBAD26;
	font-family: Blinker;
	font-size: 48px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: -0.96px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0;
    z-index: 2;
}

.page-template-template-builder .page_banner.small .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    position: static;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    height: 100%;
    margin: auto;
}


.page-template-template-builder .page_banner .container p{
	color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	z-index: 2;
}

.page-template-template-builder .page_banner.middle .container p {
    color: #FFF;
    font-family: Blinker;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.page-template-template-builder .page_banner.middle .container p strong{
	display: block;
	color: var(--Blinker-Orange-500, #FF7C00);
	font-family: Blinker;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px; 
	margin-top: 8px;
	margin-bottom: 24px;
}

.page-template-template-builder .page_banner.xlarge .container p{
	color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 16px 0;
}

.before_title_link{
	display: flex;
}

.before_title_link img{
	margin-right: 10px;
}

.before_title_link a{
	color: #FFF;
	font-family: Blinker;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	z-index: 2;
	position: relative;
}

.page_banner_container h1{
	color: #FFF;
	font-family: Blinker;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.72px;
	margin: 0;
	margin-left: 24px;
}

.single-partner .page_banner .container.page_banner_container h1 {
    color: #FBAD26;
    line-height: 40px;
    max-width: 485px;
}

.after_title_text {
    color: #FFF;
    font-family: Blinker;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.banner_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner_vector_image {
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: 2;
    animation-duration: 2s;
}

.page_banner.large .banner_vector_image{
	display: none;
}

.page_banner.xlarge .banner_vector_image{
	display: block;
}

/* Page Banner 3 Columns */

.page_builder section.homeslider_section{
	position: relative;
	padding: 0;
}

.homeslider_section .slick-list{
	overflow: visible;
}

.home_slide.slick-slide {
    height: 100vh;
    max-height: 750px;
    background: var(--S4R-Blinker-Gradient, linear-gradient(104deg, #75BC22 0%, #0095A9 100%));
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_linear_gradient .home_slide.slick-slide{
	background: var(--S4R-Blinker-Gradient, linear-gradient(104deg, #75BC22 0%, #0095A9 100%)));
    background-repeat: no-repeat;
    background-size: cover;
}

.home_slide.slick-slide.slick-current.slick-active {
    display: flex;
    align-items: end;
    justify-content: center;
}

.home_slide.slick-slide .home_slide_text{
	visibility: hidden;
	animation-duration: 2.5s;
}

.home_slide.slick-slide.slick-current.slick-active .home_slide_text {
    display: flex;
    align-items: end;
    width: 100%;
    max-width: 100%;
    visibility: visible;
}

.home_slide_column {
    width: 100%;
      animation-duration: 1.3s;
    max-width: 80%;
    margin: 0 auto;
	  animation-duration: 1.3s;
	margin-top: 50px;
}

.home_slide_column.left {
    display: flex;
    height: 100vh;
    max-height: 664px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin-left: 50px;
    max-width: 1280px;
    margin: 0 auto;
}

.home_slide_column.left img {
    max-width: 500px;
}

.home_slide_column_left_1 {
    display: flex;
    align-items: flex-end;
    margin-right: 10%;
}

.home_slide_column_left_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.home_slide_column h1 {
    font-family: Blinker;
    font-weight: 400;
    color: var(--Blinker-Blue-500, #0600EB);
    font-size: 60px;
    line-height: 64px;
    max-width: 530px;
    margin-top: 0;
    margin-bottom: 10px;
}


.home_slide_column h1 strong{
	color: #090093;
	font-family: Blinker;
	font-size: 60px;
	font-weight: 700;
	line-height: 64px;
}

.home_slide_column_left_2 p {
	width: fit-content;
    color: var(--Blinker-Slate-500, #07072B);
    font-family: Blinker;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 500px;
    margin: 20px 0;
}

.home_slide_column_left_2 p:last-child{
	margin-bottom: 0;
}

.home_slide_column_left_2 a {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Blinker;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #0600EB;
    text-decoration: none;
    border-radius: 4px;
}

.home_slide_column_left_2 a:hover{
    background-color: #dedeff;
    color: #090093;
}

.home_slide_buttons {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.home_slide_buttons a {
    display: flex;
    max-width: fit-content;
	justify-content: center;
	align-items: center;
    color: #fff;
    font-family: Blinker;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #0600EB;
    text-decoration: none;
    border-radius: 4px;
    padding: 16px 24px;
}

.home_slide_buttons a:hover{
	background: #ef7e14;
	color: #00284e;
}


.home_slide_column.right {
	width: auto;
    height: 100vh;
    max-height: 664px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: relative;
    top: 40px;
}

.home_slide_column.right img {
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}








@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
}

.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 48px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}



/* Editor on the Left - Image on the Right */


.editor_left_image_right {
   	position: relative;
   	background-repeat: no-repeat;
   	background-position: 0 100%;
}


.editor_left_image_right .section_container {
    display: flex;
    justify-content: space-between;
}

.editor_left_image_right .vector_image{
	position: absolute;
	top: -25px;
	right: 0;
}


.editor_left_image_right .column_left {
    margin-right: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.editor_left_image_right h2 {
	font-family: Blinker;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.72px;
}

section.blue h2 {
    color: #006BB8;
}

section.green h2{
	color: #008A80;
}

section.pink h2{
	color: #F1607A;
}

.editor_left_image_right p{
	max-width: 464px;
	color: #21282E;
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px; 
	margin: 0;
	margin-bottom: 16px;
}

.editor_left_image_right p strong{
	color: #3E4883;
}

.editor_left_image_right p span{
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-top: 16px;
}

.editor_left_image_right a {
    /*margin-top: auto;*/
    margin-bottom: 0;
}

.editor_left_image_right .column_right .image_container{
	position: relative;
}

.editor_left_image_right .column_right img {
    animation-duration: 2.5s;
    border-radius: 8px 8px 8px 64px;
}

.editor_left_image_right .column_right img.vector_image {
    border-radius: 0;
    top: -20px;
    right: -80px;
}

.editor_left_image_right.cta_blue  .section_cta{
	background-color: #004383;
	color: #fff;
}

.image_full_width .container {
    width: 1280px;
    max-width: 90%;
}

.image_full_width .image_container {
    width: 100%;
    position: relative;
}

.image_full_width img{
	display: block;
	width: 100%;
	border-radius: 0 0 50px 0;
	margin: 0px auto;
	margin-bottom: 0;
}

.image_full_width .vector_image{
	width: auto;
	position: absolute;
	top: -20px;
	left: -20px;
}

/* Editor Left - Editor Right */
.editor_left_editor_right .container {
    width: 1280px;
    max-width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    padding: 0px 0;
}

.editor_left_editor_right .column {
    width: 50%;
    max-width: 640px;
}

.editor_left_editor_right h2 {
    color: var(--Blinker-Blue-600, #F1607A);
    font-family: Blinker;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.editor_left_editor_right h3{
	color: #3E4883;
	font-family: Blinker;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px; 
}

.colored .editor_left_editor_right h3{
	color: #fff;
}

.editor_left_editor_right h4{
	color: #3E4883;
	font-family: Blinker;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
	margin-bottom: 20px;
}

.editor_left_editor_right p{
	color: #07072B;
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 0;
	margin-bottom: 20px;
}

.editor_left_editor_right p:last-child{
	margin-bottom: 0;
}

.editor_left_editor_right ul{
	padding-left: 15px;
	margin-top: 25px;
}

.editor_left_editor_right li {
    color: #07072B;
    font-family: Blinker;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 0;
    margin-bottom: 20px;
}

.editor_left_editor_right.color_blue h2,
.editor_left_editor_right.color_blue h3,
.editor_left_editor_right.color_blue h4,
.editor_left_editor_right.color_blue p{
	color: #004383;
}

/* Image Left - Image Right */

.image_left_image_right .container {
    width: 1280px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}

.image_left_image_right .column{
	width: 50%;
	height: 403px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.image_left_image_right .column.left{
	margin-right: 32px;
}

.image_left_smaller .column.left{
	width: 40%;
}

.image_left_smaller .column.right{
	width: 60%;
}

.image_left_image_right .column img{
	display: none;
}

.image_left_image_right .column.left{
	border-radius: 0 50px 0 50px;
}

.image_left_image_right .column.right {
    border-radius: 0 50px 0 50px;
}

/* Image Left - Editor Right */

.image_left_editor_right{
    padding: 0px 0;
    position: relative;
}

.image_left_editor_right .container{
	justify-content: space-between;
}

.image_left_editor_right .column_left img {
	max-width: 100%;
    animation-duration: 2.5s;
    border-radius: 8px 64px 8px 8px;
}

.image_left_editor_right .column_left .image_container {
    position: relative;
}

.image_left_editor_right .column_left img.vector_image {
    border-radius: 0;
    position: absolute;
    top: -100px;
    left: -100px;
    visibility: hidden;
}

.image_left_editor_right .column_right {
    margin-left: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image_left_editor_right a {
    /*margin-top: auto;*/
    margin-bottom: 0;
}


/* Address Layout */
.address_layout{
	background-repeat: no-repeat;
	background-position: right;
}

.address_layout h2 {
    color: #FBAD26;
    font-family: Blinker;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.address_items {
    width: 100%;
    margin-top: 0;
}

.address_item_repeater{
	margin-bottom: 25px;
}

.address_item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0 56px;
    margin-bottom: 32px;
}

.address_item_column.left{
	width: 36%;
	padding: 64px 48px;
}

.address_item_column.right{
	display: flex;
	width: 100%;
	flex-grow: 1;
}

.address_item_icon{
	margin-right: 12px;
}

.address_item_title {
    display: flex;
    align-items: center;
    color: #333E48;
    font-family: Blinker;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 16px;
}

.address_item_address {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: var(--Blinker-Slate-500, #07072B);
    font-family: Blinker;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 24px 0;
    margin-bottom: 24px;
}

.address_item_address p {
    color: #07072B;
    margin-left: 0;
}

.address_item_tel{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.address_item_tel a{
	color: var(--Blinker-Slate-500, #07072B);
	font-family: Blinker;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.address_item_email{
	display: flex;
	align-items: center;
	font-family: Blinker;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 24px;
}

.address_item_email a {
    color: #006BB8;
    font-family: Blinker;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.address_item_team{
	display: flex;
	align-items: center;
}

.address_item_team a{
	color: var(--Blinker-Navy-500, #006BB8);
	font-family: Blinker;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px; 
	text-decoration: none;
}

.map_iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map_iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 0 56px 0 0;
}













@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
}

.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 48px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}


.watch_video {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 5%;
	color: var(--base-colours-white, #FFF);
	font-family: SourceSans;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
}

.watch_video img{
	margin-right: 16px;
}


.partners_section {
    padding: 25px 0;
}

.partners_carousel{
	max-width: 1200px;
    margin: 0 auto;
}

.partners_carousel .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.partners_carousel {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.partners_carousel_item {
    width: 40%;
    float: left;
    height: 52px;
    margin: 10px 5%;
}

.partners_carousel_item img{
    max-width: 100%;
}

.partners_carousel .slick-slide img {
    /*filter: grayscale(100%);*/
}

.partners_carousel .slick-slide img {
  transition: filter 0.3s ease;
}

.partners_section p {
    color: #000;
    font-family: Blinker;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 1130px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}

section .section_container{
	display: flex;
}

section h4{
	color: #FDD795;
	font-family: Blinker;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px; 
	margin: 0;
}

section h2,
section p{
	max-width: 608px;
}

section h2 {
   color: #090093;
   font-family: Blinker;
   font-size: 36px;
   line-height: 44px; 
   letter-spacing: -0.72px;
}

section h3 {
   color: #21282E;
   font-family: Blinker;
   font-size: 20px;
   line-height: 30px;
   font-weight: 600; 
   letter-spacing: -0.72px;
}

section p{
	color: #004383;
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px; 
}

section p span{
	color: #536B7E;
	font-family: Blinker;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

section li {
    color: #004383;
    font-family: Blinker;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}


.section_cta{
	max-width: fit-content;
	display: flex;
	padding: 16px 48px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background-color: #FBAD26;
	color: var(--Blinker-Navy-600, #21282E);
	font-family: Blinker;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

.section_cta:hover{
	background-color: #004383;
}

.section_2 {
	background-color: #004383;
    padding: 80px 0;
    position: relative;
}

.section_2 .section_container {
    display: flex;
    justify-content: space-between;
}

.section_2 .column_left {
    padding-right: 5vw;
    max-width: 612px;
    animation-duration: 3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_2 .vector_image{
	position: absolute;
	top: -20px;
	left: -20px;
}

section.section_2 .column_left h2{
	color: #fff;
	font-family: Blinker;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.72px;
}

section.section_2 .column_left p{
	color: #fff;
	max-width: 464px;
}

section.section_2 .column_left p{
	color: #fff;
}


.section_2 .column_right img{
	border-radius: 10px 50px 10px 50px;
	animation-duration: 2.5s;
}

.section_3 {
    background: var(--Blinker-Blue-100, #BFE8F7);
    padding: 80px;
    padding-bottom: 40px;
}

.section_3 .section_container {
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    padding-top: 0;
}

.section_3 .column_left{
	position: relative;
}

.section_3 .column_left img {
      animation-duration: 1.3s;
    border-radius: 0 0 50px 0;
}

.section_3 .column_left .vector_image {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 2;
}

.section_3 .column_right p{
	animation-duration: 2s;
}

.section_container {
    justify-content: space-between;
    max-width: 90%;
    width: 1280px;
}

 .column_33 {
    width: 100%;
    max-width: 491px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 .column_33.column_center{
	margin: 0 40px;
}

 .blog_item {
    height: 47%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    animation-duration: 2s;
    border-radius: 8px 64px 8px 8px;
    overflow: hidden;
}

.column_33.column_center .blog_item{
	height: 100%;
}

.blog_item a{
	cursor: pointer;
}

.blog_item img {
    width: 100%;
    transition: transform 0.3s ease;
    visibility: hidden;
}

.blog_item:hover > img{
 	transform: scale(1.2);
 }


.blog_item h3{
	display: flex;
    align-items: center;
    width: 100%;
   	max-width: 252px;
    font-family: Blinker;
    font-weight: 600;
    font-size: 16px;
   	line-height: 24px;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 0px 16px 0px 0px;
    margin-bottom: 0;
    padding: 16px 16px;
}

.post_grid.stair .container.heading{
	width: 100%;
	text-align: center;
}
.post_grid.stair .container.heading h2{
	width: 100%;
	max-width: 100%;
	color: var(--Tertiary-Dark-Blue-500, #3E4883);
	text-align: center;
	font-weight: 400;
	font-family: Blinker;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 20px;
}

.post_grid h2{
	color: #090093;
	font-family: Blinker;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.72px;
	margin-bottom: 0;
}

.stair{
	position: relative;
}

.stair .column{
	display: flex;
	flex-wrap: wrap;
}

.stair .column a {
    flex: calc(33.333% - 60px);
    height: 260px;
    border-radius: 70px 70px 70px 16px;
    padding: 0;
    margin: 16px 10px;
    transition: transform 0.5s ease; 
}

.stair .column a h3{
    border-radius: 0px 8px 0px 16px
}

.stair .post_category{
	position: absolute;
	top: 30px;
	left: 30px;
}

.stair .post_category span{
	background: var(--Base-White, #FFF);
	color: var(--Primary-Slate-600, #21282E);
	font-family: Blinker;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 4px 16px;
	border-radius: 100px;
	margin-right: 10px;
}

.stair .post_grid_vector{
	position: absolute;
	top: -130px;
	right: 0;
	animation-duration: 2s;
}

.heading_with_cta{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.heading_with_cta a{
	display: flex;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background-color: #004383;
	color: #FFF;
	font-family: Blinker;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	text-decoration: none;
}

.heading_with_cta a:hover{
	background-color: #EFAC14;
}

.post_grid .post_grid_container{
	display: flex;
	margin-top: 50px;
}

.post_grid.middle h2{
	width: 100%;
	max-width: 100%;
	font-family: Blinker;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}

.post_grid .post_item{
	width: 100%;
}

.post_grid .post_item a{
	text-decoration: none;
}

.post_grid .post_item:nth-child(2){
	margin: 0 60px;
	margin-top: 40px;
}

.post_grid .post_item_img{
	height: 461px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 50px 0;
}

.post_grid .post_item .title{
	color: var(--Blinker-Navy-500, #004383);
	font-family: Blinker;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-left: 15px;
}



/*  Post Grid List */

.post_grid_list {
    padding: 64px 0;
    position: relative;
}

.post_grid_list .section_container {
    max-width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

.post_grid_list .partners_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(16.666% - 40px);
    background-color: #fff;
    border: 1px solid #B3DFE5;
    margin: 20px;
    box-sizing: border-box;
    animation-duration: 2.5s;
}

.post_grid_list .partners_item:hover{
    border: 3px solid #B3DFE5;
}

.post_grid_list .partners_item img {
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

/* 2 Editors - 2 Images */
.editors2_images2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.editors2_images2_editors2 .image_left_image_right{
    padding: 0;
}

.editors2_images2_editors2 .editor_left_editor_right h3 {
	color: #006BB8;
    margin-top: 0;
}

.editors2_images2_editors2 .image_left_image_right .column {
    margin-bottom: 0px;
}


/* Image Full Width - 2 Editors - 2 Images */
.image_full_width_2_editors_in_bottom_2_images_bottom {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

.image_full_width_2_editors_in_bottom_2_images_bottom section{
	position: relative;
	z-index: 2;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .section_vector{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}


.image_full_width_2_editors_in_bottom_2_images_bottom .image_full_width img {
    border-radius: 0 50px 0px 50px;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.left{
    width: 33%;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.right{
    width: 67%;
    max-width: 100%;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.right p{
    max-width: 100%;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right h2{
    color: #008A80;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right h3 {
    color: #3E4883;
    margin-top: 10px;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right p {
    color: #21282E;
    font-family: Blinker;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right{
    padding-top: 0;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.left {
    width: 60%;    
}

.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.right {
    width: 40%;    
}


/* Address & Contact Form */
.address_contact_form .address_item_column.left{
	width: 36%;
	border-radius: 8px;
	background: var(--Gradient-Blue, linear-gradient(90deg, #090093 0%, #0600EB 100%));
	padding-top: 40px;
	padding-bottom: 32px;
}

.address_contact_form .address_item_column.right {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 64px;
}

.address_contact_form .address_item{
	align-items: flex-start;
	margin-top: 0;
}

.address_contact_form .address_item:last-child{
	margin-bottom: 0;
}

.address_contact_form .address_item_column.right {
    flex-direction: column;
    align-items: center;
    animation-duration: 1.5s;
    width: 100%;
}

.address_desc h1{
	color: var(--Blinker-Blue-500, #0600EB);
	font-family: Blinker;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px; 
	letter-spacing: -0.72px;
}

.address_desc p{
	margin-left: 0;
	margin-bottom: 32px;
}

.address_contact_form .address_item_title {
	color: #FFF;
	font-family: Blinker;
	font-size: 30px;
	font-weight: 400;
	line-height: 38px; 
}

.address_contact_form .address_item_address p {
	color: #FFF;
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
    margin-left: 0;
}

.address_contact_form .address_item_tel a{
	color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px; 
}

.address_contact_form .address_item_email a{
	color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.address_contact_form .map_iframe{
	margin-top: 50px;
}

.address_contact_form .map_iframe iframe {
    height: 350px;
    border-radius: 8px;
}

.form_row p {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.form_row label {
    color: #000;
    font-family: Blinker;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}

.form_row label:first-child {
    margin-right: 32px;
}

.form_row .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"]{
    background-color: transparent;
    color: #142a3e;
    width: auto;
    max-width: 287px;
    height: 40px;
    font-size: 20px;
    padding: 5px 0;
    padding-left: 15px;
    border-radius: 4px;
    border: 1px solid var(--Blinker-d-4-b-slate-500, #142A3E);
    margin-top: 8px;
    margin-bottom: 32px;
    outline: none;
}

.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #59656D;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
}

.wpcf7::-moz-placeholder { /* Firefox 19+ */
  	color: #59656D;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
}

.wpcf7:-ms-input-placeholder { /* IE 10+ */
  	color: #59656D;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
}

.wpcf7:-moz-placeholder { /* Firefox 18- */
	color: #59656D;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
}

.contact_method{
	display: flex;
	flex-direction: column;
}

.contact_method .wpcf7-radio .wpcf7-list-item{
	margin-top: 8px;
}

.contact_method .wpcf7-radio .wpcf7-list-item {
    background-image: url('../images/form-radio.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.contact_method .wpcf7-radio .wpcf7-list-item.active {
    background-image: url('../images/form-radio-checked.png');
}

.contact_method .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.contact_method .wpcf7-radio .wpcf7-list-item label:hover{
    cursor: pointer;
}

.contact_method .wpcf7-radio .wpcf7-list-item input[type="radio" i] {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 0;
    margin-top: 0;
    visibility: hidden;
}

.contact_method input:checked {
   width: 62px;
   height: 62px;
}

.contact_method .wpcf7-radio .wpcf7-list-item input[type="radio" i]:hover{
	cursor: pointer;
}

.form_container .wpcf7-form p.contact_method {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_method .wpcf7-radio .wpcf7-list-item{
    margin-left: 0;
    margin-right: 32px;
}

.form_row.textarea{
	width: 100%;
	max-width: 100%;
	margin-top: 32px;
}

.form_row.textarea label{
	width: 100%;
	max-width: 100%;
}

.form_row.textarea textarea {
    width: 100%;
    max-width: 100%;
    height: 200px;
    border: 1px solid #142A3E;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form_row.checkbox p{
	align-items: center;
}

.form_row.checkbox .wpcf7-form-control-wrap{
	width: auto;
}

.form_row.checkbox .wpcf7-form-control.wpcf7-checkbox{
	display: flex;
}

.form_row.checkbox .wpcf7-not-valid-tip{
	position: absolute;
	min-width: 300px;
}

.form_row.checkbox label{
	flex-direction: row;
	color: #000;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
	margin-right: 10px;
}

.form_row.checkbox .wpcf7-list-item {
    margin-left: 0;
}

.form_row.checkbox .wpcf7-list-item-label{
	display: none;
}

.form_row.checkbox input[type="checkbox" i] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin: 0;
}

.form_row.checkbox input[type="checkbox" i]:hover{
	cursor: pointer;
}

.form_row.checkbox a {
    color: #0600EB;
    text-decoration: none;
    margin: 0 5px;
}

.form_row.checkbox a:hover{
	text-decoration: underline;
}

.form_row .wpcf7-submit{
	width: 502px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--Blinker-Blue-500, #0600EB);
	color: #FFF;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding: 16px 24px;
	border: 0 none;
	border-radius: 4px;
	margin-top: 32px;
}

.form_row .wpcf7-submit:hover{
	background-color: #dedeff;
	color: #0600EB;
	cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	    border-color: red;
}

/* Address Contact Form Only */
.address_contact_form.only .address_items {
    margin-top: 0;
}

.address_contact_form.only .address_desc{
	width: 100%;
	text-align: left;
}

.address_contact_form.only .address_desc p {
    width: 100%;
    max-width: 100%;
    color: #07072B;
}

.address_contact_form.only .wpcf7{
	width: 100%;
}

.address_contact_form.only .form_row label{
	width: 100%;
}

.address_contact_form.only .wpcf7 input[type="text"], 
.address_contact_form.only .wpcf7 input[type="email"]{
	width: 100%;
	max-width: 100%;
}

.address_contact_form.only .form_row.textarea label {
    margin-right: 0;
}


/* Post Grid List */
.post_grid_list_with_content{
    padding: 40px 0;
}

.post_grid_list_with_content .partners_carousel .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.post_grid_list_with_content {
    padding-top: 80px;
    position: relative;
    background-image: none;
}

.post_grid_list_with_content .section_container {
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

.post_grid_list_with_content .post_categories {
    display: flex;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    padding-left: 15px;
}

.post_grid_list_with_content .post_categories li {
    background-color: #FF7C00;
    border-radius: 8px;
    margin-right: 8px;
}

.post_grid_list_with_content .post_categories li:hover{
    background-color: #0600eb;
    color: #fff;
    cursor: pointer;
}

.post_grid_list_with_content .post_categories li:hover > a{
    color: #fff;
}

.post_grid_list_with_content .post_categories li.active {
    background-color: #0600eb;
}

.post_grid_list_with_content .post_categories li a {
    display: block;
    color: #000056;
    font-family: Blinker;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 16px;
}

.post_grid_list_with_content .post_categories li.active a{
    color: #fff;
}

.post_grid_list_with_content .news_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(33% - 40px);
    text-decoration: none;
    margin: 20px;
    box-sizing: border-box;
    animation-duration: 2.5s;
    position: relative;
}

.post_grid_list_with_content .news_item:first-child {
    width: calc(66% - 40px);
    max-height: 600px;
}

.post_grid_list_with_content .news_item:first-child .news_item_content{
	padding: 32px;
	border-radius: 0px 32px 0px 0px;
	background: #008A80;
	position: absolute;
	bottom: 0;
	transition: transform 2.5s ease;
}

.post_grid_list_with_content .news_item:first-child:hover > .news_item_content{
	background-color: #FBAD26;
	transition: transform 2.5s ease;
}

.post_grid_list_with_content .news_item_img {
    width: 100%;
    height: 360px;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.post_grid_list_with_content .news_item_img img{
	transform: scale(1);
    transition: transform 0.5s ease;
	max-width: 100%;
}

.post_grid_list_with_content .news_item_img:hover > img{
	transform: scale(1.2);
	transition: transform 0.5s ease;
}

.post_grid_list_with_content .news_item h2 {
    color: var(--Tertiary-Accessible-Blue-500, #006BB8);
	font-family: Blinker;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px; 
	margin-top: 16px;
	margin-bottom: 0;
}

.post_grid_list_with_content .news_item:first-child .news_item_content h2{
	color: #fff;
	font-family: Blinker;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px; 
	height: auto !important;
}

.post_grid_list_with_content .news_item:nth-child(2) .news_item_content h2{
	height: auto !important;
}

.post_grid_list_with_content .news_item h3{
    color: var(--Primary-Slate-500, #333E48);
	font-family: Blinker;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.post_grid_list_with_content .news_item:nth-child(2) .news_item_content h3{
	height: auto !important;
}

.post_grid_list_with_content .news_item:first-child .news_item_content h3{
	color: #FFF;
	font-family: Blinker;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px; 
	max-width: 541px;
}

/* Image Full Width - 2 editor on bottom */
.image_full_width_2_editors_on_bottom{
    background-size: cover;
    position: relative;
}

.page_builder section.editor_left_editor_right.with_image_on_top{
    padding-top: 0;
}

.editor_left_editor_right.colored.with_image_on_top h2{
    color: #FFA861;
    font-weight: 400;
    font-family: Blinker;
}

.editor_left_editor_right.colored.with_image_on_top p{
    color: #fff;
}

.editor_left_editor_right.colored.with_image_on_top li{
    color: #fff;
}

/* Text Editor */
section.text_editor_section{
	padding: 5%;
}

section.text_editor_section  p{
	max-width: 100%;
}

/* Single Partner */
.single-partner .editor_left_editor_right.colored.with_image_on_top h2{
	color: #008A80;
}

.single-partner .colored .editor_left_editor_right h3 {
    color: #3E4883;
}

.single-partner .editor_left_editor_right.colored.with_image_on_top p {
    color: #21282E;
}

.single-partner .editor_left_editor_right h4{
	color: #006BB8;
	font-family: Blinker;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.single-partner .editor_left_editor_right p{
	color: #333E48;
}

/* Responsive Design */


@media only screen and (min-width: 768px) {
	.sib-default-btn{
		padding: 14px 30px;
		margin-top: 28px;
	}

}

@media only screen and (min-width: 1025px) {

	.stair .column a {
	    max-width: 406px;
	}

	.editor_left_image_right .img_container:hover > .img_filter {
	    background-image: none;
	}

	.image_left_image_right .column.right {
	    margin-top: 56px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.right{
		margin-top: 0;
	}

	.post_grid_list_with_content .news_item_img {
	    max-height: 300px;
	    overflow: hidden;
	}

	.post_grid_list_with_content .news_item:first-child .news_item_img{
		max-height: unset;
	}

}


@media only screen and (min-width: 1200px) {


		.post_grid.middle .section_container{
			max-height: 650px;
		}		
		
		.blog_item{
			background-image: none;
			transition: transform 0.3s ease;
			transform: scale(1);
		}

		.blog_item img {
		    visibility: visible;
		    transition: transform 0.3s ease;
		}

		.blog_item:hover img{
		 	transition: transform 0.3s ease;
		 }

		/* Post Grid - 6 Items */	
		.stair .column a:nth-child(3n+2){
			margin-top: 40px;
		}

		.stair .column a:nth-child(3n+3){
			margin-top: 70px;
		}

}

@media only screen and (min-width: 1280px) {

	.homeslider_section{
		z-index: 2;
	}

	.home_slide_column_right{
		position: relative;
		top: 30px;
	}

}


@media only screen and (max-width: 1680px) {

	 .column_left h2 {
	    max-width: 800px;
	}
  
	.editor_left_image_right .column_right {
	    max-width: 40%;
	}


}


@media only screen and (max-width: 1580px) {


	.container.section_container.course_container {
	    max-width: calc(100% - 100px);
	    padding: 0 50px;
	    align-items: center;
	    justify-content: center;
	}

	.course_item{
		width: 33.333%;
	}

	/* Post Grid List  */
	.post_grid_list .partners_item {
        width: calc(20% - 40px);
    }


}


@media only screen and (max-width: 1480px) {
  
	.section_3 .column_right {
	    max-width: 40%;
	    padding: 0 5%;
	}

	.editor_left_image_right .column_left img{
		max-width: 90%;
	}

}


@media only screen and (max-width: 1440px) {

	.home_slide_text h1 {
	    font-size: 50px;
	    line-height: 62px;
	}

	.editor_left_image_right h2 {
	    font-size: 40px;
	    line-height: 50px;
	}

	.section_2 .section_container {
	    justify-content: center;
	}

	.section_2 .column_left {
	    padding: 0 5%;
	}

	.section_2 .column_right img {
	    max-width: 100%;
	}

	.section_3 .column_left img {
	    max-width: 100%;
	}

	 .column_33{
		width: 33.333%;
	}

	 .column_left h2 {
	    max-width: 750px;
	}

	.editor_left_image_right  .section_container {
	    justify-content: center;
	}

	.editor_left_image_right .column_right img {
	    max-width: 100%;
	}

	/* Post Grid List */
	.post_grid_list .partners_item {
        width: calc(25% - 40px);
    }

    /* Post Grid List with Content */
    .post_grid_list_with_content .section_container {
	    max-width: 90%;
	}

}

@media only screen and (max-width: 1380px) {

	.home_slide_column.left img {
	    max-width: 400px;
	}

	.home_slide_column_right img{
		max-width: 250px;
	}

	.home .home_slide.slick-slide {
	    height: auto;
	    padding-top: 120px;
	}


}

@media only screen and (max-width: 1280px) {


	.home_slide_column.left {
	    height: auto;
	    max-height: unset;
	   	margin: 0 auto;
	    align-items: center;
	}

	.home_slide_column.left img {
	    max-width: 350px;
	}

	.home_slide_column_right{
		display: none;
	}

	.page_banner {
	    height: 50vh;
	}

	.page_banner.xlarge{
		height: 100vh;
	}

	.banner_vector_image {
	    bottom: -40px;
	}

	.image_left_editor_right .column_left img.vector_image {
		top: -60px;
	    left: -60px;
	}

	.image_full_width .container,
	.editor_left_editor_right .container,
	.image_left_image_right .container,
	.image_left_editor_right .container  {
    	max-width: 90%;
	}

	.home_slide_text .container{
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
	}

	.home_slide_column_left_1 {
	    margin-right: 0%;
	}

	.home_slide_column_left_2 {
	    padding: 5%;
	}

	.column_left h2 {
	    max-width: 650px;
	}

	.container.section_container.course_container {
	    margin-top: 30px;
	}

	.editor_left_image_right .column_left img{
		max-width: 80%;
	}

	.editor_left_image_right .column_right img {
	    margin-bottom: 50px;
	}

}


@media only screen and (max-width: 1200px) {

	.page_banner.middle {
	    height: auto;
	    margin-top: 110px;
	}

	.page_builder section {
	    padding: 50px 0;
	}

	.home_slide_column.left img {
	    max-width: 450px;
	}

	.home_slide_text h1,
	.home_slide_text h1 strong {
	    font-size: 40px;
	    line-height: 52px;
	}

	.slick-slide img {
	    max-width: 220px;
	}

	.editor_left_image_right h2{
		font-size: 30px;
	    line-height: 40px;
	}

	.editor_left_image_right .section_cta,
	.image_left_editor_right a {
	    margin-top: 35px;
	}

	.column_right .vector {
	    max-width: 450px;
	}

	.editor_left_image_right .column_left {
	    padding: 0 25px;
	    margin-right: 0;
	}

	.section_9 h2 {
	    font-size: 28px;
	    line-height: 36px;
	}

	.strategy_section h2 {
	    font-size: 28px;
	    line-height: 36px;
	    max-width: 100%;
	}

	section h5 {
	    font-size: 24px;
	    line-height: 32px;
	}

	.section_2 .column_left {
	    padding-right: 5vw;
	    max-width: calc(50% - 5vw);
	}

	.editor_left_image_right .column_left img {
	    max-width: 70%;
	}

	section .team_carousel_item h5 {
	    font-size: 18px;
	    line-height: 28px;
	}

	/*Post Grid List With Content */
	.post_grid_list_with_content .news_item {
        width: calc(33.333% - 40px);
    }

}

@media only screen and (max-width: 1080px) {

	.home_slide_column h1 {
	    max-width: 100%;
	}

	.home_slide_column_left_2 p {
	    width: 100%;
	    max-width: 100%;
	}

	.home_slide_column.left img {
	    max-width: 350px;
	}

	.home_slide_column.left{
		margin-left: 0;
	}

	.home_slide_column.center {
	    width: 50%;
	    padding-bottom: 0;
	    margin-left: 10vw;
	    margin-top: auto;
	    margin-bottom: 25px;
	}

	.home_slide_column.center h1 {
	    font-size: 50px;
	    line-height: 60px;
	}

	.home_slide_column.right img {
	    max-width: 250px;
	    bottom: 40px;
	}

	.editor_left_editor_right h3 {
	    font-size: 24px;
	    line-height: 32px;
	}

	/* Addres & Contact Form */
	.address_contact_form .address_items{
		margin-top: 0;
	}

	.address_contact_form .address_item_column.left {
	    width: 90%;
	    padding: 5%;
	    margin-top: 100px;
	}

	.address_contact_form .address_item_column.right {
		width: 100%;
	    padding: 0;
	    margin-top: 20px;
	}

	.address_contact_form .address_item {
	    flex-direction: column;
	}

	.address_contact_form .wpcf7{
		width: 100%;
	}

	.form_row.textarea p{
		max-width: 100%;
	}

	.form_row.textarea label {
	    width: 100%;
	    max-width: 100%;
	    margin-right: 0;
	}

	.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	    max-width: calc(100% - 20px);
	}

	.form_row.textarea textarea {
	    max-width: calc(100% - 2px);
	    margin-top: 10px;
	}

}


@media only screen and (max-width: 1024px) {

	h1 {
	    font-size: 32px !important;
	    line-height: 40px !important;
	}

	h2 {
	    font-size: 28px !important;
	    line-height: 36px !important;
	}

	.page_banner.middle {
	    margin-top: 0;
	}

	.page_banner.large.xlarge {
    	align-items: flex-start;
    	max-height: 650px;
	}

	.image_left_editor_right .column_left img.vector_image {
	    max-width: 150px;
	}

	.stair .post_grid_vector {
	    max-width: 150px;
	}

	.home .home_slide.slick-slide {
	    padding-top: 60px;
	}

	.home_slide_column.left {
	    margin-left: 0;
	    width: 100%;
	    max-width: 100%;
	}

	.home_slide_column_left_2 {
    	padding-top: 0;
	}

	.page-template-template-builder header {
        position: static;
        background-color: transparent;
    }

	.page_builder{
		margin-top: 20px;
	}

	section .section_container {
	    max-width: 90%;
	}

	.home_slide.slick-slide {
	    max-height: 580px;
	}

	.partners_carousel .slick-slide img {
	    max-width: 100px;
	}

	.scroll-btn .mouse{
		display: none;
	}

	section p{
		margin: 0;
	}

	section h2, section p{
		padding: 0%;
	}


	section h2{
		max-width: 100%;
	}

	 .column_right .vector {
	    display: none;
	}

	section .section_container{
		width: 100%;
	}

	.value_item:nth-child(2n+2) {
	    justify-content: flex-start;
	}

	.value_item_text {
	    display: flex;
	    flex-grow: 1;
	    flex-direction: column;
	    max-width: 600px;
	}

	.popup_column.right {
	    max-height: 100vh;
	    overflow-y: scroll;
	}

	.custom_dots .slick-dots {
	    text-align: center;
	    margin-left: 0px;
	}

	.custom_dots .slick-dots li {
	    width: auto;
	    height: 2px;
	    margin-right: 0px;
	}

	.custom_dots .slick-dots li:nth-child(1) button:after {
	    display: none;
	}

	.custom_dots .slick-dots li:nth-child(2) button:after {
	    display: none;
	}

	.custom_dots .slick-dots li button:before {
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	}

	.custom_dots .slick-dots li.slick-active button:before {
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	}

	.section_7{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container.section_container.course_container {
	    align-items: flex-start;
	}

	.course_item:nth-child(2) {
	    top: 0;
	}

	.course_item:nth-child(3) {
	    top: 0px;
	}

	.editor_left_image_right .column_left {
	    padding: 0 25px;
	    margin-right: 0;
	    padding-right: 7%;
	}

	/* Address & Contact Form */
	.address_contact_form{
		position: relative;
	}

	.address_contact_form .address_item_column.left {
	    margin-top: 0;
	}

	.address_contact_form .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	    max-width: calc(100% - 50px);
	}

	/* Post Grid Middle */
	.post_grid.middle .column_left .blog_item {
	    height: calc(50% - 12px);
	}

	.post_grid.middle .column_right .blog_item {
	    height: calc(50% - 12px);
	}

	.post_grid.middle .column_33.column_center {
	    margin: 0 24px;
	}

}


@media only screen and (max-width: 991px) {

	.page_builder .column{
		min-height: unset;
	}

	.section_cta{
		margin-bottom: 50px;
	}

	/* Post Grid List */
	.post_grid_list {
        padding: 5% 0;
    }

    /* Post Grid List With Content */
    main .container.post_categories_container{
    	max-width: 90%;
    	padding-bottom: 0;
    	margin: 0 auto;
    }

    .post_grid_list_with_content .post_categories li {
        margin-bottom: 20px;
    }

    .post_grid_list_with_content .section_container {
        padding-top: 0;
    }

}

@media only screen and (max-width: 962px) {

	.page-template-template-builder .page_banner.middle .container h1 {
	    margin-top: 0;
	}

	.home_slide_column_left_2 a {
	    margin-bottom: 50px;
	}

	.page_builder section{
		padding: 40px 0;
	}

	.page_builder section .container{
		padding: 0 0;
	}

	.page_builder section .container.page_banner_container {
	    padding: 20px 40px;
	    width: auto;
	}

	.page_builder .column{
		padding: 0;
	}

	.home_slide.slick-slide {
	    max-height: 500px;
	}

	.home_slide_column_right img {
    	max-width: 200px;
	}

	.post_grid .section_container{
		flex-direction: column;
		align-items: center;
	}

	.column_33{
		width: 100%;
	}

	.column_33.column_center {
	    margin: 0 auto;
	}

	.blog_item {
	    height: 25vh !important;
	    margin-bottom: 15px;
	}

	.column_33.column_center {
	    height: auto;
	}

	.column_33.column_center .blog_item {
	    height: 25vh;
	}

	.blog_item h3 {
	    bottom: 0px;
	}

	.image_left_image_right .column {
	    margin-bottom: 50px;
	}

	.editor_left_editor_right .column.left{
		padding-right: 20px;
	}

	.editor_left_editor_right .column.right{
		padding-left: 20px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right p {
	    font-size: 24px;
	    line-height: 32px;
	}

	.editors2_images2 .image_left_image_right .column {
	    margin-bottom: 10px;
	}

	/* Address & Contact Form */
	.form_row p {
	    flex-direction: column;
	}

	.address_contact_form .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	    max-width: calc(100% - 10px);
	    width: 100%;
	}

	.form_row label:first-child {
	    margin-right: 0px;
	}

	.form_row.checkbox p {
	    flex-direction: row;
	}

	.form_row.checkbox label{
		margin-right: 15px;
	}

	/* Post Grid Stair */
	.stair .column a {
	    flex: calc(50% - 60px);
	    height: 260px !important;
	    border-radius: 15px;
	}

	.page_builder section.page_banner.large .container.page_banner_container{
		width: 100%;
		align-items: flex-start;
	}

}

@media only screen and (max-width: 828px) {

	.page-template-template-builder .page_banner .container {
	    margin: 0;
	    border-radius: 0;
	}

	.page_builder section .container{
		max-width: 90%;
	}

	.page_builder .column {
	    padding: 10px;
	}

	.home_slide.slick-slide {
	    height: auto;
	    max-height: unset;
	}

	.home_slide_column {
	    margin-top: 150px;
	}

	.home_slide_column.left {
	    flex-direction: column;
	    max-height: unset;
	}

	.home .home_slide.slick-slide {
	    padding-top: 0;
	}

	.home_slide_column_left_2 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.image_full_width img{
		margin-top: 0;
	}

	.page_builder section.image_left_image_right{
		padding: 0;
	}

	.page_builder .image_full_width_2_editors_in_bottom_2_images_bottom section.image_left_image_right {
	    padding: 40px 0;
	}

	.editor_left_image_right .column_right {
	    max-width: 50%;
	    margin: auto;
	    margin-top: 25px;
	}

	.image_left_editor_right .column_left{
		display: flex;
		align-items: center;
	}

	.address_layout h2 {
		width: 100%;
		text-align: center;
	    margin-bottom: 30px;
	}

	.editors2_images2 .image_left_image_right .column {
	    margin-bottom: 50px;
	}

}

@media only screen and (max-width: 800px) {

	/* Address & Contact Form */
	.address_contact_form .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	    max-width: calc(100% - 20px);
	    margin-bottom: 15px;
	}

	.address_contact_form .wpcf7 input[type="text"].wpcf7-not-valid, 
	.address_contact_form .wpcf7 input[type="email"].wpcf7-not-valid{
	    margin-bottom: 0px;
	}

	.form_row.textarea {
	    margin-top: 20px;
	}

}

@media only screen and (min-width: 768px) and  (max-width: 828px){

	/*.home_slide.slick-slide {
	    height: auto;
	    max-height: unset;
	}

	.home_slide_column {
	    margin-top: 150px;
	}

	.home_slide_column.left {
    	flex-direction: column-reverse;
	}*/

	.home_slide_column.left {
		width: 100%;
    	max-width: 100%;
    	height: auto;
	    flex-direction: row;
	    margin-top: 0;
	}

	.home_slide_column_left_1 {
	    width: 50%;
	}

	.home_slide_column_left_2 {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    height: auto;
	    margin-top: auto;
	    margin-bottom: 20px;
	}

	.home_slide_column_left_2 a {
	    padding: 20px 20px;
	}

	.home_slide_column_right {
	    display: none;
	}


}


@media only screen and (max-width: 768px) {

	.section_container {
	    flex-direction: column;
	}

	.home_slide_text h1 {
	    margin-top: 0px;
	}

	.image_left_editor_right .column_left {
	    margin: 40px auto;
	}

	.editor_left_image_right .section_cta, .image_left_editor_right a {
	    margin-top: 0;
	    margin-bottom: 50px;
	}

	.post_grid .post_grid_container {
	    flex-direction: column;
	   	margin-top: 35px;
	}

	.post_grid .post_item:nth-child(2) {
	    margin: 0;
	}

	.post_grid .post_item .title {
		font-weight: 600;
	    margin-left: 24px;
	}

	.blog_item {
	    height: 50vh;
	    margin-bottom: 50px;
	}

	.column_33.column_center .blog_item {
	    height: 50vh !important;
	}

	.editor_left_image_right.cta_blue  .section_cta {
	    margin-top: 0;
	}

	.editor_left_image_right .column_right img{
		margin-left: 0;
		margin-bottom: 0;
	}

	.column_33.column_center {
	    width: 100%;
	}

	/* Post Grid List */
	.post_grid_list .section_container{
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	}

	.post_grid_list .partners_item {
	    width: calc(33.333% - 40px);
	    height: 200px !important;
	}

    /* Post Grid List With Content */
    .post_grid_list_with_content .section_container {
        display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
    }


    /* Single Partner */
    .single-partner .image_full_width .vector_image {
	    max-width: 100px;
	}
	



}


@media only screen and (max-width: 767px) {

	.page_banner.partner {
	    background-position: 33%;
	}

	.page_banner.partner .container.page_banner_container h1{
		max-width: 200px;
	}

	.single-partner .image_full_width{
		padding-bottom: 10px;
	}

	.single-partner .editor_left_editor_right h2 {
	    margin-bottom: 10px;
	}

	.single-partner .editor_left_editor_right h3 {
	    margin-top: 10px;
	    margin-bottom: 0;
	}

	.single-partner .editor_left_editor_right h4 {
	    margin-bottom: 0;
	}

	.address_contact_form.only .wpcf7 input[type="text"], .address_contact_form.only .wpcf7 input[type="email"] {
	    width: 100%;
	    max-width: 90%;
	    padding: 0 5%;
	}

	.blog_item h3{
        max-width: 80%;
    }

    .editor_left_image_right .container{
        flex-direction: column-reverse;
    }

    .editor_left_image_right h2{
        margin-top: 20px;
    }

    .image_full_width_2_editors_in_bottom_2_images_bottom .section_vector {
	    max-width: 200px;
	}

	.image_full_width .vector_image {
	    max-width: 100px;
	}

	.page_banner.large.xlarge .container.page_banner_container {
	    padding-left: 40px;
	}

	.page_banner.large.xlarge {
	    background-position: 68% 10%;
	}

	.page_banner.large .banner_vector_image {
	    max-width: 280px;
	}

	.page_builder section .container.page_banner_container{
		width: 100%;
	}

	.post_grid_list_with_content .news_item:first-child {
	    width: 100%;
	}

	.post_grid_list_with_content .news_item:first-child .news_item_content {
	    position: static;
	    background: none;
	    padding: 0;
	    border-radius: 0;
	}

	.post_grid_list_with_content .news_item:first-child .news_item_content h2 {
	    color: #006BB8;
	}

	.post_grid_list_with_content .news_item:first-child .news_item_content h3 {
	    color: #07072B;
	}

	.stair .column{
		max-width: 100%;
	}

	.text_editor_section h3{
		font-size: 24px !important;
	    line-height: 32px !important;
	}

	.home .home_slide.slick-slide {
	    max-height: unset;
	}

	.home_slide_column_left_2 {
	    max-width: 100%;
	    height: auto;
	    justify-content: flex-start;
	}

	.home_slide_column_right{
		display: none;
	}

	.page-template-template-builder .page_banner.middle .container h1 {
		font-size: 36px;
	    line-height: 44px;
	}

	.page-template-template-builder .page_banner.middle .container p {
	    font-size: 14px;
	    line-height: 22px;
	}

	.page_builder {
	    margin-top: 0px;
	}

	.page_banner.middle {
	    margin-top: 0;
	}

	.page_banner.small {
		min-height: unset;
		background-position: center;
	    margin-top: 0px;
	}

	.page-template-template-builder .page_banner.small .container{
		margin: 0;
	}

	.home_slide_column {
	    margin-top: 120px;
	}

	.home_slide_column.left {
	    max-width: 100%;
	}

	.home_slide_column.left img {
	    max-width: 320px;
	    margin: 0 auto;
	}

	.home_slide_column_left_2 a {
	    margin-bottom: 0;
	}

	.home_slide_column_right img {
	    max-width: 150px;
	    position: absolute;
	    bottom: 40%;
	    right: 0%;
	}

	.editor_left_image_right .column_right {
	    max-width: 100%;
	}

	.image_left_editor_right .column_left {
	    margin: 0px auto;
	    margin-bottom: 25px;
	}

	.image_left_editor_right .column_right {
	    margin-left: 0;
	}

	.editor_left_image_right .section_cta, .image_left_editor_right a {
	    margin: 40px 0;
	}

	.blog_item {
	    margin-bottom: 25px;
	}

	.column_33.column_center .blog_item {
	    height: 25vh;
	}

	.post_grid.middle .column_33.column_center {
	    margin: 0 auto;
	}

	.column_33.column_center .blog_item {
	    height: 50vh;
	}

	/* Post Grid List */
	.post_grid_list .section_container {
        padding-top: 0;
    }

    .post_grid_list .partners_item {
        width: calc(50% - 40px);
        height: 25vh !important;
    }

    /* Editor Left - Editor Right */
	.editor_left_editor_right .container{
		flex-direction: column;
	}

	.editor_left_editor_right .column {
	    width: 100%;
	    max-width: 90%;
	}

	.editor_left_editor_right .column.right {
	    padding-left: 0;
	}


	/* Image Left - Image Right */
	.image_left_image_right .container{
		flex-direction: column;
	}

	.image_left_image_right .column{
    	width: 100%;
	}

	.image_left_image_right .column.left {
	    margin: 0 auto;
	    margin-bottom: 40px;
	}

	/* Address */
	.address_items {
	    margin-top: 15px;
	}

	.address_item {
    	flex-direction: column;
	}

	.address_item_column.left {
	    width: 80%;
	    padding: 10%;
	}

	.editors2_images2_editors2 .editor_left_editor_right h2 {
	    font-size: 28px;
	    line-height: 36px;
	    margin-bottom: 0;
	}

	.editors2_images2_editors2 .editor_left_editor_right .column.right {
	    padding-left: 0px;
	    padding-bottom: 0;
	}

	.editors2_images2_editors2 .image_left_image_right .column.left {
	    margin: 0 auto;
	    margin-bottom: 40px;
	}

	.editors2_images2_editors2 .editor_left_editor_right h3 {
	    margin-bottom: 0;
	}

	.editors2_images2_editors2 .editor_left_editor_right .column.left {
	    padding-top: 0px;
	    padding-left: 0;
	    padding-right: 0;
	}

	.editors2_images2_editors2 .image_left_image_right .column {
		max-width: 90%;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right h3 {
	    margin-bottom: 0;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.left {
	    width: 100%;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.right {
	    width: 100%;
	    max-width: 90%;
	    padding-left: 0;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.left {
	    width: 100%;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.right {
	    width: 100%;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right p {
	    font-size: 20px;
	    line-height: 28px;
	}

	.editors2_images2 .editor_left_editor_right .column.right {
    	padding-left: 0px;
	}

	.editors2_images2 .editor_left_editor_right h3 {
	    margin-bottom: 0;
	}

    /* Post Grid List With Content */
    .post_grid_list_with_content .news_item {
	    margin-bottom: 0;
	}

	/* Address Contact Form */
	.address_contact_form .map_iframe {
	   height: auto;
	   margin-top: 30px;
	}

	.form_row .wpcf7-form-control-wrap {
	    line-height: 26px;
	}

	.form_row label {
	    font-size: 16px;
	    line-height: 24px;
	}

	.form_row.checkbox .wpcf7-not-valid-tip {
	    bottom: -42px;
	}

	.wpcf7 form .wpcf7-response-output {
	    margin: 0;
	    padding: 15px 10px;
	    border: 2px solid #00a0d2;
	}

	/* Specific Styles */
	.section-3 .section_cta{
		margin-bottom: 0;
	}

	.page_builder section.section-4{
		padding-top: 0;
		padding-bottom: 0;
	}

	.post_grid_list_with_content .section_container {
        padding-top: 0;
    }

    .post_grid_list_with_content .news_item {
        width: calc(50% - 40px);
    }

    .home .post_grid.middle{
    	padding-bottom: 0;
    }

    .single-partner .editor_left_image_right .column_right img.vector_image {
	    right: -10px;
	}

}

@media only screen and (max-width: 600px) {

	.address_item_column.left {
	    width: 90%;
	    padding: 10% 5%;
	}

	.address_contact_form .address_item_title {
	    font-size: 24px;
	    line-height: 32px;
	}

	.address_desc h1 {
	    margin-top: 10px;
	}

	.form_row.checkbox p {
	    flex-direction: row;
	    align-items: flex-start;
	}

	.form_row .wpcf7-submit {
	    width: 100%;
	}

	.form_row.checkbox label {
	    flex-wrap: wrap;
	}

	.address_layout .map_iframe iframe {
	    height: 40vh;
	}

	.stair .post_grid_vector{
		display: none;
	}

	.stair .column a {
	    flex: 100%;
	}


}

@media only screen and (max-width: 540px) {
 	
 	/* Post Grid List */
 	.post_grid_list .partners_item {
        width: calc(100% - 40px);
        margin: 20px auto;
    }

    /* Post Grid List With Content */
    .post_grid_list_with_content .news_item {
        width: calc(100% - 40px);
    }

}

@media only screen and (max-width: 414px) {

		.home_slide_column_right img {
		    max-width: 110px;
		}

}