/* 
 Theme Name:     WR-Immigration Theme
 Template:       Divi
 Version:        1.0399
*/ 



/* Typekit gibson font */
@import url("https://use.typekit.net/mnn4mwx.css");

body {
     font-family: "canada-type-gibson",sans-serif;
}

strong {
    font-weight: 600;
}

/*****************
Set Divi default row width override
*****************/
.et_pb_row {
    width: 90%;
}

/* Menu Link Button */
.menuloginlink a {
    display:none!important;
}
.menuloginlink img {
    vertical-align: middle;
	width: 16px;
	height: 18px;
    margin-top: -5px;
    margin-right: 5px;
}

/* Super Script used in menu TM*/
.super {
    font-size: .5em;
    vertical-align: text-top;
    display: inline;
    margin-top: -1.2em;
}

footer .super {
    margin-top: -0.4em;
    display: inline-block;
    margin-left: 1px;
}



.relatedPostItem .wr_specialblogexcerptview_inner{display: flex;flex-direction: column;gap:20px!important;}
.relatedPostItem .wr_specialblogexcerptview_featuredimage{width: 100%;height: 280px!important;}
.relatedPostItem .wr_specialblogexcerptview_content{width: 100%!important;}
.WR_RelatedBlogPosts{     flex-wrap: nowrap!important;    gap: 20px 80px;}
 .relatedPostItem   .wr_specialblogexcerptview_content {
        font-size: 22px;line-height: 32px;
    }
.relatedPostItem .wr_specialblogexcerptview_content h2{margin-bottom: 10px;}






/* Use with span to make text blue */
.bluetext {
    color:#223870;
}

.orangetext {
    color: #d34600;
}

/* Divi Menu Border override */
ul.sub-menu {
    border-top: none!important;
}

/* Form Buttons */
#standard-form .button, .gform_button {
    background: #d34600;
    color: white;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    cursor: pointer;
}


#footer-form .button, .gform_button {
    background: #fb6023;
    color: white;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    cursor: pointer;
}



/* Layout of text element for a headline that has a white background and is moved up into the top border creating a split border look */
.headlineoverborder .et_pb_text_inner h2 {
    background: white;
    display: inline-block;
    width: auto;
    padding: 0 30px;
    top: -9px;
    position: relative;
    font-weight: 600;
}

/****************
Menu Header
**************/
/*
.et_pb_menu__logo img {

  transition:all .25s;
}

.has_et_pb_sticky .et_pb_menu__logo img {

}
*/

/************
Custom header
***************/
#wr_customheader {
    display:none;
}

.has-custom-header #wr_customheader {
    display: block;
    height: 31vw;
    max-height: 601px;
    position: relative;
}

.wr_customheader_text_wrap
{
    margin-bottom: 25px;
}

h1.pagetitle {
    font-size: 68px;
    color: #223870;   
    font-weight: 600;
    max-width: 1000px;
}

.header_sub_text {
    margin-top:20px;
    font-size: 36px;
    color: #223870;
}

#custom_header_inner_row {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}

#wr_customheader_mobileimagecontainer  {
    display:none;
}

.pageheader_hasicon h1.pagetitle {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    max-width: 870px;
}

img.pagetitleicon {
    width: 133px;
    display: inline-block;
    vertical-align: top;
    margin-right: 49px;
}

@media(max-width: 1414px)
{
    h1.pagetitle {
        font-size: 62px;
    }
}

@media(max-width: 1250px)
{
    h1.pagetitle {
        font-size: 50px;
    }

    .header_sub_text {
        font-size: 28px;
    }

    img.pagetitleicon {
        width: 100px;
    }
}

@media(max-width: 980px)
{   

    .has-custom-header #wr_customheader {
        background: none!important;
        min-height: 100px;
        max-height: 100%;
    }

    #custom_header_inner_row {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
    }

    #wr_customheader_mobileimagecontainer {
        display: block;        

    }
    .wr_customheader_mobile_image img {
        width:100%;
    }

    .wr_customheader_mobile_image {
        margin-bottom: 15px;
    }

    img.pagetitleicon {
        width: 60px;        
        margin-right: 16px;
    }

    .pageheader_hasicon h1.pagetitle {     
        width: 80%;        
    }
}

@media(max-width: 700px)
{
     h1.pagetitle {
        font-size: 30px;
    }
}

@media(max-width: 600px)
{
    .pageheader_hasicon #wr_customheader {
        border-bottom: 2px solid #f09668;
        margin-bottom: 29px;
    }
    .pageheader_hasicon #custom_header_inner_row {
        width: 94%;
    }
    img.pagetitleicon {
        width: 15%;
        margin-right: 3%;
    }
    .pageheader_hasicon h1.pagetitle {
        width: 80%;
        font-size: 6.5vw;        
    }
    .wr_customheader_text_wrap
    {
        margin-bottom: 15px;
    }
}


/****************
Custom 4 col image grid
********************/
.wr_custom4colgrid {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(4,minmax(0,1fr));
}

a.single_wr_custom4colgrid_main_link {
    transition: box-shadow .25s,background-size .25s;
    background-repeat: no-repeat;
    background-size: 103%;
    box-shadow: 1px 1px 6px 1px #bfbfbf;
    display: inline-block;
    width: 100%;
    background-position: center;
    color: white;
    position: relative;    
    height: 23vw;
    max-height: 359px;    
    position: relative;
}

a.single_wr_custom4colgrid_main_link:hover {
    box-shadow: 0 0 10px 3px #868686;
    background-size: 106%;
}

.single_wr_custom4colgrid_mobileimage {
    display: none;
}

.wr_custom4colgrid h2 {
    font-size: 34px;
    color: #FFFFFF!important;
	font-weight: 600;
}

.single_wr_custom4colgrid_innertextwrap:before {
    background: transparent linear-gradient(
180deg
, #223870 85%, #172957 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000022;
    mix-blend-mode: multiply;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: " ";
}

.single_wr_custom4colgrid_title,.single_wr_custom4colgrid_text {
    position: relative;
}

.single_wr_custom4colgrid_innertextwrap {
   /* background: rgb(34,56,112);
    background: linear-gradient(180deg, rgba(34,56,112,0.9) 0%, rgba(162,163,164,0.8) 100%);*/
    position: absolute;
    bottom: 0;
    width: 100%;    
    padding: 8% 11% 6%;
    line-height: 1.5;
}

@media(max-width: 1520px)
{
    .wr_custom4colgrid h2 {
        font-size: 2.3vw;
    }
    .single_wr_custom4colgrid_innertextwrap {
        font-size: 1.24vw;
    }
}
@media(max-width: 1010px)
{
    .wr_custom4colgrid {        
        grid-gap: 2rem;
        gap: 2rem;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    a.single_wr_custom4colgrid_main_link {         
        height:51vw;   
        max-height: 500px;           
    }

    .wr_custom4colgrid h2 {
        font-size: 4.4vw;
    }
    .single_wr_custom4colgrid_innertextwrap {
        font-size: 2.45vw;
    }

    a.single_wr_custom4colgrid_main_link:hover,a.single_wr_custom4colgrid_main_link{
        background-size: cover;        
    }
}
@media(max-width: 700px)
{
    a.single_wr_custom4colgrid_main_link {         
        height:90vw;   
    }
    .single_wr_custom4colgrid {
        margin-bottom: 26px;
    }
    
     .wr_custom4colgrid {
        display: inline-block;
        width:100%;        
     }
     .single_wr_custom4colgrid_innertextwrap {
        font-size: 20px;
        
        
    }
     .wr_custom4colgrid h2 {
        font-size: 35px;
    }
}






/*****************************/
/*Home page article feed row */
.single_wr_homepagefeeditem_cat {
    font-size: 18px;
    color: #4E5358;
    border-bottom: 1px solid #EA6724;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

.single_wr_homepagefeeditem h2 {
    color: #4E5358;
    font-size: 26px;
    font-weight: 600;
}

.single_wr_homepagefeeditem p {
    color: #4E5358;
    font-size: 20px;
    line-height: 1.3;
}

.single_wr_homepagefeeditem_link a {
    background: #d34600;
    width: 25px;
    height: 25px;
    display: flex;
    text-align: center;
    padding: 6px;
    border-radius: 40px;
    transition: background .25s;
}

.single_wr_homepagefeeditem_link a:hover {
	 transition: background .25s;
	 background:#21386F;
}

.single_wr_homepagefeeditem_link a img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .5s ease-in-out;
}

.single_wr_homepagefeeditem_link a:hover img {
	-webkit-transform: rotate(360deg);
  	transform: rotate(360deg);
}

.wr-immigration .single_wr_homepagefeeditem_link a, .community .single_wr_homepagefeeditem_link a{
    background: #4DA66F;
}








.single_wr_homepagefeeditem_linkR .spinImg {
    background: #d34600;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    padding: 6px;
    border-radius: 40px;
    transition: background .25s;
}

.single_wr_homepagefeeditem_linkR .spinImg:hover {
	 transition: background .25s;
	 background:#21386F;
}

.single_wr_homepagefeeditem_linkR a img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .5s ease-in-out;
}

.single_wr_homepagefeeditem_linkR a:hover img {
	-webkit-transform: rotate(360deg);
  	transform: rotate(360deg);
}

.wr-immigration .single_wr_homepagefeeditem_linkR a, .community .single_wr_homepagefeeditem_linkR a{
    background: #4DA66F;
}
.single_wr_homepagefeeditem_linkR a{display: flex;gap:10px;align-items: center;}


@media(max-width: 991px){
    .WR_RelatedBlogPosts{gap:20px 40px;}
    .relatedPostItem .wr_specialblogexcerptview_content {
    font-size: 18px;
    line-height: 26px;
}
.relatedPostItem .wr_specialblogexcerptview_featuredimage{height: 220px !important;}
.relatedPostItem .wr_specialblogexcerptview_content h2{font-size: 26px;line-height: 30px;margin-bottom: 6px;}


}



@media(max-width:767px){
    .WR_RelatedBlogPosts{flex-direction: column;}
    .WR_RelatedBlogPosts .wr_specialblogexcerptview{margin-bottom: 30px!important;}
}





@media(min-width:981px){
	.wr_homepagefeed_container {
	    display: grid;
	    grid-gap: 2.5rem;
	    gap: 2.5rem;
	    grid-template-columns: repeat(3,minmax(0,1fr));
	}
}

@media(min-width: 1400px)
{
	.wr_homepagefeed_container {	   
	    grid-gap: 6.5rem;
	    gap: 6.5rem;	   
	}
}

@media(max-width: 1550px)
{
    .single_wr_homepagefeeditem h2 {
        font-size: 28px;
    }

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

@media(max-width: 1111px)
{
	.single_wr_homepagefeeditem h2 {
	    font-size: 26px;
	}

	.single_wr_homepagefeeditem p {	 
	    font-size: 18px;	    
	}
}

@media(max-width: 980px)
{
	.single_wr_homepagefeeditem {
	    margin-bottom: 60px;
	}
}

.single_wr_homepagefeeditem_link {
    margin-top: 25px;
}
.single_wr_homepagefeeditem_linkR {
    margin-top: 25px;
}

.single_wr_inner 
{
	width:90%;
}







/*****************************/
/* Location Circle Grid */
.wr_locationscirclegrid {
    display: grid;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    grid-template-columns: repeat(7,minmax(0,1fr));
}

a.single_wr_locationscirclegrid {    
    width: 150px;
    height: 149px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 200px;
    display: inline-block;
    align-items: center;
    position: relative;
    transition: box-shadow .25s;
}

.wr_locationscirclegrid_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #223870;
    opacity: .5;
    border-radius: 200px;
    z-index: 1;
    transition: opacity .25s;
}

.wr_locationscirclegrid_inner {
    text-align: center;
    color: white;
    font-size: 21px;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: text-shadow .25s;
}

.blackwhitehover a.single_wr_locationscirclegrid {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .25s;
}

a.single_wr_locationscirclegrid:hover {
    box-shadow: 0px 2px 4px black;
    transition: box-shadow .25s;
}

.blackwhitehover a.single_wr_locationscirclegrid:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

a.single_wr_locationscirclegrid:hover .wr_locationscirclegrid_inner {
    text-shadow: 0 0 5px black;
    transition: text-shadow .25s;
}

a.single_wr_locationscirclegrid:hover .wr_locationscirclegrid_overlay {
    opacity: 0;
 	transition: opacity .25s;
}

.circle_grid_less_than_7 .single_wr_locationscirclegrid_container {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
}

.wr_locationscirclegrid.circle_grid_less_than_7 {
    display: block;
    margin:0 auto;
    text-align: center;
}

.circlegridlabel {
    text-align: center;   
    border-top: 1px solid #A2A3A4;
    position: relative; 
}

.circlegridlabel h2 {
    font-size: 24px;
    color: #223870;
}

.circclegridlabelinner {
    display: inline-block;
    padding: 10px 54px;
    background: white;
    position: relative;
    top: -19px;
}


@media(max-width: 2100px)
{
	a.single_wr_locationscirclegrid {
	    width: 8vw;
	    height: 7.9vw;
	}
}

@media(max-width: 1400px)
{
	a.single_wr_locationscirclegrid {
	    width: 150px;
	    height: 149px;
	}

	.wr_locationscirclegrid {
	    display: block;
	    width: 100%;
	    max-width: 930px;
	    margin: 0 auto;
	    text-align: center;
	}

	.single_wr_locationscirclegrid_container {
	    display: inline-block;
	    margin: 0 10px 15px;
	}
}

/*Text below layout option*/
.single_wr_locationname_textbelow {
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #223870;
    margin-top: 25px;
}

.single_wr_locationscirclegrid_container.layout_textbelow {
    margin-bottom: 65px;
    text-align: center;
}




/* Team member layout option */
.singleteamgriditem .single_wr_locationname_textbelow {
    font-size: 21px;
    color: #223870;    
}

.single_wr_locationname_textbelow_title {
    font-size: .8em;
    color: #666;
}

.single_wr_locationname_textbelow_name {
    font-size: 19px;
    line-height: 1.2;
}


/************
Team member contact area
*****************/
.wr_teammember_contact_container {
    display: inline-block;
    width:100%;
}
.wr_teammember_contactsubsection {    
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    
}

.wr_teammember_contact {
    margin-right: 8%;
}



/******************************/
/* LOCATION page */
.locationaddress {
    margin-bottom: 25px;
}










/**************************/
/* Blog grid layout */
.zt_ajaxloaderposts {
    display: grid;
    grid-gap: 7.5rem;
    gap: 7.5rem;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.single_zt_blog_item_excerpt {
    font-size: 20px;
    margin-bottom: 25px;
}

.single_zt_blog_item h2 a {
    color: #223870;
    font-size: 28px;
}

.single_zt_blog_item h2 {
    margin-bottom: 17px;
}

.postcountrylist {
    margin-top: -25px;
    margin-bottom: 15px;
    font-size: .8em;
    text-transform: uppercase;
}

form.ztajax_filters.ztajax_filters_blog {
    margin-bottom: 44px;
    display: inline-block;
    width: 100%;
}

.ztajax_filters_blog .ZT_AjaxLoader_Filter_categories, .ztajax_filters_blog .ZT_AjaxLoader_Filter_t_countryselect {
    float: left;
    margin-right: 20px;
}

.ztajax_filters_blog .ZT_AjaxLoader_Filter.ZT_AjaxLoader_Filter_search {
    float: right;
}

.ztajax_filters_submit_container {
    display: none;
}

.ZT_AjaxLoader_Filter select, .ZT_AjaxLoader_Filter input {
    width: 255px;
    font-size: 20px;
    padding: 8px;
    color: #4E5358;
}

.ZT_AjaxLoader_Filter_Title {
    text-transform: uppercase;
}

.single_zt_blog_item_featured_image {
    height: 224px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    border: 1px solid #707070;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@media(max-width: 1300px)
{
    .zt_ajaxloaderposts {       
        grid-gap: 3.5rem;
        gap: 3.5rem;        
    }
}

@media(max-width: 1080px)
{
    .zt_ajaxloaderposts {       
        grid-gap: 3.5rem;
        gap: 3.5rem;   
        grid-template-columns: repeat(2,minmax(0,1fr));     
    }
}

@media(max-width: 915px)
{
    .zt_ajaxloaderposts {                
        grid-template-columns: repeat(1,minmax(0,1fr));     
    }
    .ztajax_filters_blog .ZT_AjaxLoader_Filter_categories,.ztajax_filters_blog .ZT_AjaxLoader_Filter_t_countryselect {
        float: none!important;
        margin-bottom: 15px;
    }

    .ztajax_filters_blog .ZT_AjaxLoader_Filter.ZT_AjaxLoader_Filter_search {
        float: none!important;
    }

}









/*********************************
Single Blog Post Layout
**********************************/
.wr_bloglayout_container {
    display: flex;
    flex-wrap: wrap;
}

.wr_bloglayout_featuredimage {
    display: inline-block;
    vertical-align: top;
    width: 44%;
}

.wr_bloglayout_postcontent {
    display: inline-block;
    padding-right: 5%;
    width: 50%;;
}

.wr_bloglayout_featuredimage img {
    width: 100%;
}

@media(max-width: 1085px)
{
    .wr_bloglayout_postcontent {
        flex: 100%;
        order: 2;
        padding: 0;
    }

    .wr_bloglayout_featuredimage {
        flex: 100%;
        order: 1;
        margin-bottom: 25px;
    }
}






/**********************************
Social Media Share
***********************************/
.wr_socialshare {
    display: inline-block;
}

.wr_singlesocialshare i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.wr_singlesocialshare {
    border: 1px solid;
    border-radius: 200px;
    font-size: 17px;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    color: #848484;
    transition: color .25s;
}

a.wr_singlesocialshare:hover {
    color:#223870;
}

a.wr_singlesocialshare:last-child{
    margin-right:0;
}





/***************************
Related Blog Posts
************/
.WR_RelatedBlogPosts {
    display: flex;
    flex-wrap: wrap;
}

.WR_RelatedBlogPosts .wr_specialblogexcerptview {
    flex: 50%;
    padding-right:5%;
    max-width: 50%;
}

@media(max-width: 1500px)
{
    .wr_specialblogexcerptview_content {
        font-size: 18px;
    }
    .WR_RelatedBlogPosts .wr_specialblogexcerptview {
        padding-right:0;
    }
}

@media(max-width: 1290px)
{
    .WR_RelatedBlogPosts .wr_specialblogexcerptview {
        flex: 100%;        
        max-width: 100%;
        padding: 0;
        margin-bottom: 70px;
    }

    
}







/************************
Special Blog view
************************/
.wr_specialblogexcerptview_inner {
    /*display: flex;*/
    width: 100%;    
}

.wr_specialblogexcerptview_featuredimage {
    width: 40%;   
    height:200px;
    margin-right: 5%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;        
    background-size: cover;
    background-position: center;
}


.wr_specialblogexcerptview_content {
    display: inline-block;    
    vertical-align: top;
    width: 90%;
}

.wr_specialblogexcerptview_haspostthumb .wr_specialblogexcerptview_content {
    width:48%;
}

.wr_specialblogexcerptview_readmore {
    margin-top: 35px;
}

.wr_specialblogexcerptview_content h2 {
    color: #223870;
}
@media(max-width: 1290px)
{
    .wr_specialblogexcerptview_inner {
        display: inline-block;     
    }

    .wr_specialblogexcerptview_featuredimage {
        height:200px;
    }
}

@media(max-width: 700px)
{
    .wr_specialblogexcerptview_featuredimage {
        width: 100%;
        margin-right: 0;
    }

    .wr_specialblogexcerptview_content {
        width:100%;
    }

    .wr_specialblogexcerptview_haspostthumb .wr_specialblogexcerptview_content {
        width:100%;
    }
}




/****************
Careers page
*********************/
.ztajax_filters.ztajax_filters_careergrid {
    margin-bottom: 40px;
}





/******************
Testimonials Slider
********************/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {    
    align-items: center;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sliderquote {
    padding-left: 69px;
    padding-right: 59px;
    font-size: 36px;
    line-height: 1;
    color: #d34600;
}

.testimonialsslidertopborder,.testimonialssliderbottomborder {
    border-top: 2px solid #707070;
    position: relative;
    width: 100%;
    text-align: center;
}

.testimonialssliderbottomborder {
    margin-top: 52px;
}

.tstb_2 {
    font-size: 71px;
    color: #EA6724;
    display: inline-block;
    background: white;
    line-height: 1;
    margin-top: -22px;
    font-family: Arial;
    vertical-align: text-top;
    padding:0 20px;
}

.slidertitle {
    margin-top: 14px;
    font-size: 24px;
}

.swiper-button-next, .swiper-button-prev {
    color: #223870!important;
    top:35%!important;
}



@media(max-width: 1050px)
{
    .sliderquote {
        font-size: 20px;
    }
    .slidertitle {
        font-size:22px;
    }
}




/*****************************/
/* Footer Menus */
footer nav ul {
	display: block!important;	
}

footer .et_pb_menu__menu {
	display: flex!important;
}

footer .et_mobile_nav_menu {
	display:none!important;
}

@media(max-width:980px)
{
	footer nav ul {
		margin-left:auto;
		margin-right:auto;
	}

	footer .et_pb_menu__menu {
		display: block!important;
    	margin: 0 auto;
	}

	footer .threeColMiddle_forceSmall .et_pb_menu {
	    display: inline-block;
	    vertical-align: top;
	    width: 45%;
	}
}




/*****************************/
/* Footer Gravity Forms */
footer .gform_wrapper label.gfield_label, footer .gform_wrapper legend.gfield_label {
    font-weight: normal;
}

footer .gform_footer.top_label {
    margin-top: 0;
}

footer #field_1_1 .gfield_required {
    display: none;
}

@media(min-width: 981px)
{
	footer input#input_1_1 {
	    max-width: 396px;
	}
}




/*****************************/
/* Footer Column sizes 3 column layout */
@media(min-width: 981px)
{
	.et_pb_gutters3 .et_pb_column_1_3.threeColLeft_forceLarger   {
	    width: 38%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_3.threeColMiddle_forceSmall {
	    width: 15%;
	}

	.et_pb_gutters3 .et_pb_column_1_3.threeColRight_forceLarger   {
	    width: 35%;
	}
}




/* Map Page Styles */
#page-container .map-block-wrapper > div {
    max-width: 100%;
    width: 100%;
}
#page-container .map-block-wrapper {
    padding-top: 0;
    z-index: 10;
	padding-bottom: 0;
    margin-bottom: -20px;
}
#page-container .map-block-wrapper > .et_pb_row {
	padding-top: 0;
}
#page-container .mapBlock .container {
    max-width: 100%;
    padding: 0 95px;
    font-family: "Gibson", sans-serif;
    width: 100%;
}

.mapBlock__title {
    color: #223870;
    font-size: 61px;
    margin-bottom: 12px;
    line-height: 1;
    font-weight: 600;
}
.mapBlock__subtitle {
    color: #223870;
    font-size: 40px;
    margin-bottom: 88px;
    line-height: 1;
}
.mapBlock__text {
    color: #223870;
    font-size: 21px;
    line-height: 1.2;
}

#page-container .map-block-wrapper > div .et_pb_text_inner > p {
    padding: 0;
}

.mapBlock__map svg path {
    fill: #C9C9C9;
    transition: .3s;
    stroke: #fff;
}
.mapBlock__map svg .active,
.mapBlock__map svg .opened {
    fill: #D34701;
    cursor: pointer;
}

.mapBlock__popupWrapper {
    position: fixed;
    top: 182px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.mapBlock__popupWrapper.opened {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
body.map-popup {
    overflow: hidden;
}
.mapBlock__popupContent {
    display: flex;
    justify-content: space-between;
    margin-left: 12px;
    bottom: 0;
    width: calc( 100% - 12px );
    background: #fff;
    box-shadow: 0px -27px 40px #00000029;
    padding: 50px 44px 29px;
    border-radius: 70px;
    display: none;
    position: relative;
    margin-top: 10vh;
}
.mapBlock__popupContent.active {
    display: flex;
}
.mapBlock__popupCountries,
.mapBlock__popupPost__wrapper {
    width: 30%;
}

.mapBlock__popupCountries__title,
.mapBlock__popupPost__title,
.mapBlock__popupForm__title {
    font-size: 26px;
    color: #223870;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #D34600;
    margin-bottom: 35px;
}
.mapBlock__popupForm__title {
    font-weight: 400;
}
.mapBlock__popupPost__title {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.mapBlock__popupForm__title {
    margin-bottom: 36px;
}
.mapBlock__popupPost__link {
    font-size: 12px;
    color: #D34600;
    padding-left: 12px;
    line-height: 1.2;
}
.mapBlock__popupPost__titleWrapper {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #D34600;
    margin-bottom: 20px;
    justify-content: space-between;
}
.mapBlock__popupCountries__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.mapBlock__popupCountries__list ul {
    padding: 0;
}

.mapBlock__popupCountries__list ul li {
    list-style-type: none;
    color: #223870;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1;
}
.mapBlock__popupPost__name {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 600;
    color: #223870;
    line-height: 1.1;
}
.mapBlock__popupPost__image {
    margin-bottom: 21px;
}
.mapBlock__popupPost__data {
    display: flex;
    column-gap: 12px;
    margin-bottom: 19px;
}
.mapBlock__popupPost__data * {
    font-size: 13px;
    display: block;
    line-height: 1.1;
}
.mapBlock__popupPost__date {
    color: #D34600;
    position: relative;
}
.mapBlock__popupPost__date::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 1px;
    background-color: #223870;
}
.mapBlock__popupPost__cat {
    text-decoration: underline;
}
.mapBlock__popupPost__text * {
    font-size: 15px;
    color: #000;
    line-height: 1.2;
}
.mapBlock__popupPost__buttons {
    display: flex;
    gap: 36px;
    margin-top: 10px;
}
.mapBlock__popupPost__buttons .button {
    background-color: #223870;
    color: #fff;
    padding: 11px 24px;
    font-size: 16px;
    line-height: 1;
    display: block;
	border-radius: 12px;
}
.mapBlock__popupPost__buttons .button:first-child {
    padding-left: 30px;
    padding-right: 30px;
}
.mapBlock__popupForm__wrapper {
    width: 34.532%;
    background: #F5F5F5;
    margin-top: -27px;
    padding: 27px 26px 30px 36px;
}
.mapBlock__popupForm .gform_heading {
    display: none;
}
#et-main-area .mapBlock__popupForm .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 12px;
    column-gap: 9px;
}
#et-main-area .mapBlock__popupForm .gform_fields .chosen-choices {
    padding: 3.5px 8px;
}
#et-main-area .mapBlock__popupForm .gform_fields .chosen-choices input {
    color: #fff;
}
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_14_1,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_14_2,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_14_5,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_14_6,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_15_1,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_15_2,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_15_5,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_15_6,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_16_1,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_16_2,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_16_5,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_16_6{
    width: calc( 50% - 4.5px );
}
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 0;
}
#et-main-area .mapBlock__popupForm .gform_footer {
    padding: 0;
    display: flex;
    margin: 0;
}
#et-main-area .mapBlock__popupForm .gform_footer input {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 27px;
    margin-top: 36px;
	border-radius: 12px;
    background-color: #D34600;
}
.map-page-form #standard-form .button, .gform_button {
	border-radius: 12px;
}
#et-main-area .mapBlock__popupForm .gform_footer .gfield_label {
    margin-top: 6px;
    margin-bottom: 34px;
}
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield #input_14_7,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield #input_15_7,
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield #input_16_7 {
    height: 115px;
}
.mapBlock__popupClose {
    position: absolute;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 17px 30px 15px;
    top: -32px;
    right: 95px;
    border-radius: 10px;
    cursor: pointer;
}
.mapBlock__popupClose span {
    color: #D34600;
}
.mapBlock__popupTop {
    padding: 102px 98px 190px;
    margin-bottom: 138px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFFF2 50%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    display: none;
}
.mapBlock__popupTitle{
    color: #223870;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1;
}
.mapBlock__popupSubtitle {
    font-size: 40px;
    color: #223870;
    line-height: 1;
}

.mapBlock__map {
    position: relative;
}
.mapBlock__mapLabel {
    background: #fff;
    font-size: 16px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 8px 16px;
    border-radius: 10px;
    color: #013364;
    font-weight: 600;
    z-index: 1;
}
.mapBlock__mapLabel__wrapper{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity visibility .3s;
    transform: translate(-50%, -140%);
}
.mapBlock__mapLabel__wrapper.opened {
    opacity: 1;
    visibility: visible;
}
.mapBlock__mapLabel__wrapper.americas {
    top: 41%;
    left: 15.75%;
}
.mapBlock__mapLabel__wrapper.europe {
    left: 38.3%;
    top: 40%;
}
.mapBlock__mapLabel__wrapper.asia-pacific{
    left: 66%;
    top: 36%;
}
.mapBlock__mapLabel__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 24px solid #fff;
    z-index: 1;
}
.mapBlock__mapMobile__listWrapper { 
    display: none;
}

.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield_label > .gfield_required::after {
    content: "*";
    color: #797979;
    font-size: 20px;
}
.mapBlock__popupForm .gform_wrapper.gravity-theme .gfield_required .gfield_required {
    display: none;
}

.map-block-wrapper + .et_pb_section .et_pb_team_member_0.et_pb_team_member .et_pb_team_member_image img, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_1.et_pb_team_member .et_pb_team_member_image img, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_2.et_pb_team_member .et_pb_team_member_image img, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_3.et_pb_team_member .et_pb_team_member_image img, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_4.et_pb_team_member .et_pb_team_member_image img, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_5.et_pb_team_member .et_pb_team_member_image img, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_6.et_pb_team_member .et_pb_team_member_image img, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_7.et_pb_team_member .et_pb_team_member_image img {
    border-radius: 200px;
    transition: .3s;
}

.map-block-wrapper + .et_pb_section .et_pb_team_member_0.et_pb_team_member .et_pb_team_member_image img:hover, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_1.et_pb_team_member .et_pb_team_member_image img:hover, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_2.et_pb_team_member .et_pb_team_member_image img:hover, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_3.et_pb_team_member .et_pb_team_member_image img:hover, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_4.et_pb_team_member .et_pb_team_member_image img:hover, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_5.et_pb_team_member .et_pb_team_member_image img:hover, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_6.et_pb_team_member .et_pb_team_member_image img:hover, 
.map-block-wrapper + .et_pb_section .et_pb_team_member_7.et_pb_team_member .et_pb_team_member_image img:hover {
    box-shadow: 0px 2px 4px black;
    transition: box-shadow .25s;
}
.mapBlock__mapMobile__text {
    color: #223870;
}
.mapBlock__popupPost .mapBlock__popupPost__name, .mapBlock__popupPost .mapBlock__popupPost__image a {
	display: block;
}

@media(max-width: 1500px) {
    .mapBlock__popupPost__buttons .button {
        padding: 11px 14px;
        font-size: 14px;
    }
    .mapBlock__popupPost__buttons {
        gap: 12px;
    }
    .mapBlock__popupPost__buttons .button:first-child {
        padding-left: 14px;
        padding-right: 14px;
    }   
}

@media(max-width: 980px) {
    #page-container .mapBlock .container {
        padding-left: 7.5%;
        padding-right: 7.5%;
        padding-top: 0;
        padding-top: 58px !important;
    }
    .mapBlock__text {
        display: none;
    }
    .mapBlock__subtitle {
        margin-bottom: 56px;
    }
    .mapBlock__map svg {
        opacity: 0.17;
        pointer-events: none;
        width: 110%;
        margin-left: -5%;
    }
    .mapBlock__mapMobile__listWrapper {
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .mapBlock__mapMobile__text {
        font-size: 21px;
        margin-bottom: 27px;
    }
    .mapBlock__mapMobile__listTitle{
        font-size: 30px;
        border: 1px solid #707070;
        line-height: 1;
        padding: 20.5px 20px;
        color: #223870;
        position: relative;
        background-color: #fff;
    }
    .mapBlock__mapMobile__listTitle::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        border-top: 15px solid #223870;
        top: 50%;
        transform: translateY(-50%);
        right: 32px;
    }
    .mapBlock__mapMobile__list{
        border: 1px solid #707070;
        border-top: 0;
        padding: 30px 20px;
        padding-bottom: 0;
        position: absolute;
        top: 100%;
        background-color: #fff;
        width: 100%;
        display: none;
    }
    .mapBlock__mapMobile__listItem {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 36px;
        color: #223870;
    }
    .mapBlock__popupTop {
        position: static;
        display: none;
    }
    .mapBlock__popupWrapper {
        position: static;
    }
    .mapBlock__popupContent {
        margin: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: 0;
        padding: 32px 7.5%;
        background: #F5F5F5;
        flex-direction: column;
    }
    .mapBlock__popupForm__wrapper,
    .mapBlock__popupCountries, 
    .mapBlock__popupPost__wrapper {
        width: 100%;
    }
    .mapBlock__popupForm__wrapper {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 42px;
    }
    .mapBlock__popupForm__title {
        margin-bottom: 30px;
    }
    .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield input {
        padding: 21.5px 18px;
        font-size: 16px;
        line-height: 1 !important;
    }
    .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield_label {
        margin-top: 16px;
    }
    .mapBlock__popupForm .ginput_container_textarea {
        display: flex;
    }
    .mapBlock__popupForm__wrapper {
        padding-bottom: 82px;
    }
    .mapBlock {
        position: relative;
        z-index: 1;
    }
    body.map-popup {
        overflow: visible;
    }
    .mapBlock__popupClose {
        padding: 0;
        top: 24px;
        right: 3%;
        background-color: transparent;
        font-size: 13px;
    }
    .mapBlock__popupPost__buttons{
        flex-direction: column;
        align-items: flex-start;
    }
    .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_14_1, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_14_2, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_14_5, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_14_6,
    .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_15_1, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_15_2, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_15_5, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_15_6,
    .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_16_1, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_16_2, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_16_5, .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield#field_16_6 {
        width: 100%;
    }
    #et-main-area .mapBlock__popupForm .gform_footer input {
        width: 100%;
    }
    .mapBlock__popupPost__text * {
        font-size: 16px;
    }
    .mapBlock__popupContent {
        padding-bottom: 87px;
        padding-top: 69px;
    }
    #page-container .map-block-wrapper + .et_pb_section .et_pb_row_2 {
        width: 100%;
    }
    .map-block-wrapper + .et_pb_section .et_pb_team_member_0.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_1.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_2.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_3.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_4.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_5.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_6.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_7.et_pb_team_member .et_pb_team_member_image {
        width: 40vw;
        height: 20vw;
    }
    .map-block-wrapper + .et_pb_section .et_pb_team_member_0.et_pb_team_member .et_pb_team_member_image img, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_1.et_pb_team_member .et_pb_team_member_image img, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_2.et_pb_team_member .et_pb_team_member_image img, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_3.et_pb_team_member .et_pb_team_member_image img, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_4.et_pb_team_member .et_pb_team_member_image img, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_5.et_pb_team_member .et_pb_team_member_image img, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_6.et_pb_team_member .et_pb_team_member_image img, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_7.et_pb_team_member .et_pb_team_member_image img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }
}


@media(max-width: 560px) {
    .map-block-wrapper + .et_pb_section .et_pb_team_member_0.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_1.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_2.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_3.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_4.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_5.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_6.et_pb_team_member .et_pb_team_member_image, 
    .map-block-wrapper + .et_pb_section .et_pb_team_member_7.et_pb_team_member .et_pb_team_member_image {
        width: 45vw;
        height: 32vw;
    }
    .mapBlock__popupForm .gform_wrapper.gravity-theme .gfield input {
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }
    .mapBlock__popupForm__wrapper {
        padding-top: 36px;
        padding-bottom: 42px;
    }
    .mapBlock__popupContent{ 
        padding-bottom: 56px;
    }
    .mapBlock__title {
        font-size: 48px;
    }
    .mapBlock__subtitle {
        font-size: 24px;
    }
    .mapBlock__mapMobile__text{
        font-size: 13px;
        margin-bottom: 16px;
        line-height: 1.2;
    }
    .mapBlock__mapMobile__listTitle{
        font-size: 16px;
        padding: 12px;
    }
    .mapBlock__mapMobile__listTitle::after {
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 12px solid #223870;
        right: 12px;
    }
    .mapBlock__mapMobile__list{
        border: 1px solid #707070;
        padding: 16px 12px;
    }
    .mapBlock__mapMobile__listItem {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .mapBlock__popupCountries__list ul li {
        font-size: 16px;
    }
    .mapBlock__popupCountries__title, 
    .mapBlock__popupPost__title, .mapBlock__popupForm__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .mapBlock__popupPost__title {
        margin-bottom: 0;
    }
    .mapBlock__popupPost__titleWrapper {
        margin-bottom: 20px;
    }
    .mapBlock__popupPost__buttons{
        gap: 24px;
    }
}