@-webkit-keyframes slide-in-bl {
    0% {
      -webkit-transform: translateY(1000px) translateX(-1000px);
              transform: translateY(1000px) translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) translateX(0);
              transform: translateY(0) translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bl {
    0% {
      -webkit-transform: translateY(1000px) translateX(-1000px);
              transform: translateY(1000px) translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) translateX(0);
              transform: translateY(0) translateX(0);
      opacity: 1;
    }
  }
  
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container, .section-inner{
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}
.admin-bar #site-header{
	top: 32px;
}
.header-link {
    display: flex;
    align-items: center;
}
.resources a.button-link:before{
    background-image: url(../images/more-blue.svg);
    /*margin-right: 28px;*/
}
.resources a.button-link {
    color: #2c4983;
}
.resources a.button-link:hover{
    background: #2c4983;
    color: #fff;
}
.resources a.button-link:hover:before{
    background-image: url(../images/more-hover.svg);
}
.header-link .resources {
    margin-right: 36px;
}

.header-link .membership {
    margin-right: 22px;
}
footer#site-footer {
    background: #1A2E56;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
#site-footer .section-inner{
	flex-wrap: wrap;
}
#site-footer .footer-top{
	width: 100%;
    border-top: 1px solid #506184;
    flex-wrap: wrap;
    border-bottom: 0;
    padding-top: 41px;
    padding-bottom: 131px;
}
.footer-top .widget-content {
    display: flex;
    justify-content: space-between;
}
#site-footer .footer-top .widget-title:before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../images/mess-icon.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
    margin-right: 12px;
    margin-top: -6px;
}
#site-footer .footer-top .widget-title {
    margin: 0 0 22px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.footer-top .widget.widget_text {
    width: 100%;
}
.footer-top .textwidget ul {
    display: flex;
    list-style: none;
    margin: 0;
}
.footer-top .footer-menu li {
    margin: 0;
}
.footer-top .textwidget {
    color: #ffffff;
    font-family: "Source Serif Pro";
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
}
.footer-top .textwidget .button-link {
    color: #fff;
    background: none;
}
.footer-top .textwidget .button-link:hover {
    opacity: 0.8;
}
.footer-top .button-link:before{
	background-image: url(../images/more-hover.svg);
    margin-right: 17px;
}
.footer-top .widget:last-child .textwidget {
    max-width: 700px;    
    margin-top: 72px;
}
.footer-menu .menu li a {
    color: #526385;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}
.footer-menu .menu{
	display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.footer-credits .textwidget{
	color: #526385;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 0;
}
#site-footer li::marker {
    display: none;
}
.footer-menu .menu li {
    margin: 0;
    margin-right: 39.5px;
    list-style: none;
    padding: 0;
}
#site-footer .footer-menu {
	margin: 0;
}
.footer-menu .menu li a:hover, .footer-credits a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-top .textwidget ul li {
    margin-left: 92px;
    margin-top: 1px;
    list-style: none;
    padding: 0;
}
.home header:not(.sticky) .resources{
	display: none;
}
.home header:not(.sticky) .header-inner .nav-toggle{
    background: #000;
    color: #fff;
    margin: 0;
}
.home header:not(.sticky) .header-inner .nav-toggle:hover {
    opacity: 0.8;
}
.home header:not(.sticky) .header-inner .nav-toggle:before{
	background-image: url(../images/more-hover.svg);
}
.menu-modal{
	background: #000;
	z-index: 999;
    display: flex;
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    opacity: 1;
    justify-content: flex-end;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
body .menu-modal.active{
    right: auto;
    left: 0;
    opacity: 1;
    visibility: visible;
}
.menu-top li a {
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
}
.menu-top li.current-menu-item a,
.menu-top li a:hover {
    color: #2c4983;
}
.menu-top .menu-wrapper{
    padding: 50px 0;
}
button.close-nav-toggle{
    color: #fff;
    padding: 0;
    width: auto;
    min-width: 0;
    float: right;
    position: absolute;
    right: calc((100% - 1230px)/2);
    top: 102px;
    z-index: 9;
    overflow: hidden;
}
/* .admin-bar button.close-nav-toggle{
    top: 37px;
}
 */
button.close-nav-toggle:before{
    background-image: url(../images/more-hover.svg);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@keyframes arrow {
  0% {
    -webkit-transform: translateY(0)  translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-45px) translateX(20px);
    transform: translateY(-45px) translateX(20px);
    opacity: 0;
  }
}
@keyframes arrow-2 {
  0% {
    -webkit-transform: translateY(45px) translateX(-45px);
    transform: translateY(45px) translateX(-45px);
    opacity: 0;
    -moz-transform: translateY(45px) translateX(-45px);
    -ms-transform: translateY(45px) translateX(-45px);
    -o-transform: translateY(45px) translateX(-45px);
}
    60% {
    -webkit-transform: translateY(0px) translateX(0);
    transform: translateY(0px) translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-45px) translateX(45px);
    transform: translateY(-45px) translateX(45px);
    opacity: 1;
    -moz-transform: translateY(-45px) translateX(45px);
    -ms-transform: translateY(-45px) translateX(45px);
    -o-transform: translateY(-45px) translateX(45px);
}
}


/* @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
   */

.expanded-menu {
    clear: both;
    width: 100%;
    display: block;
}
.menu-modal .menu-top {
    display: flex;
    align-items: center;
    padding-bottom: 11px;
}
.menu-modal .menu-top .widgettitle{
    color: #595959;
      font-family: Montserrat;
      font-size: 15px;
      font-weight: 500;
      line-height: 23px;
      text-transform: uppercase;
    letter-spacing: 0.7px;
    margin: 0 0 18px;
}
.menu-wrapper.section-inner {
    width: 100%;
    /* max-width: 843px; */
    position: static;
    padding: 0 160px;
}
.menu-modal .menu-top ul {
    margin: 0;
}
/* .menu-wrapper .menu-content{
    width: 47.8%;
} */
.admin-bar .menu-modal{
    padding-top: 32px;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.menu-wrapper .menu-item{
    margin-bottom: 23px;
}
.menu-modal.active .menu-content {
	        /*-webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        */-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000)  both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000)  both;
	        animation-delay: 0.3s;
	      
}
.menu-modal.active .menu-wrapper .menu-item {
	        /*-webkit-animation: fade-in-right 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        */-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000)  both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000)  both;
	        animation-delay: 0.5s;

}
.menu-modal.active .menu-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.menu-modal.active .menu-wrapper .menu-item:nth-child(2){
    animation-delay: 0.7s;
}
.menu-modal.active .menu-wrapper .menu-item:nth-child(3){
    animation-delay: 0.9s;
}
.menu-modal.active .menu-wrapper .menu-item:nth-child(4){
    animation-delay: 1.1s;
}
.menu-modal.active .menu-wrapper .menu-item:nth-child(5){
    animation-delay: 1.3s;
}
.menu-modal.active .menu-wrapper .menu-item:nth-child(6){
    animation-delay: 1.5s;
}
.menu-modal.active .menu-wrapper .menu-item:nth-child(7){
    animation-delay: 1.7s;
}
.menu-modal.active .menu-wrapper .menu-item:nth-child(8){
    animation-delay: 1.9s;
}
div#content-page {
    padding-top: 100px;
}
.home div#content-page {
    overflow: hidden;
}
#site-header{
    -webkit-transition: background .3s;
    transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
   
}
.header-titles-wrapper{
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000)   1s both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000)   1s both;
}
.mobile-menu{
    display: none;
}
.blurheader {
    background: transparent;
    overflow: hidden;
    z-index: 998;
    background: #fff;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100px;
    top: -14px;
}
.admin-bar .blurheader{
    top: 17px;
}
#canvas {
    opacity: 1;
    z-index: 100;
    position: absolute;
    display: block;
    top: 0;
}
#wpadminbar{
    overflow: hidden;
}
html.menu-open body,
html.menu-open{
	overflow: hidden;
}
.blurheader .contact-page .label-rotate {
	display: none;
}

@media (min-width: 768px){
    .home div#content-page {
        padding-top: 0;
    }
    .home #site-header:not(.sticky){
        background: transparent;
    }
    #site-header:not(.sticky)~.blurheader {
        opacity: 0;
    }
}
@media (min-width: 1025px){
a.button-link:hover:before, .button-link:hover:before{
    -webkit-animation: arrow-2 1s infinite;
    animation: arrow-2 1s infinite;        
    /* -webkit-animation: slide-in-bl 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) 100ms infinite ;
    animation: slide-in-bl 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) 100ms infinite ; */
    /* -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both; */
    background-image: url(../images/more-bluee.svg); 
}
button.close-nav-toggle:hover:before{
    background-image: url(../images/more.svg); 
}
}
@media (min-width: 1280px){    
	button.close-nav-toggle:hover {
	    background: #fff;
	    color: #000;
    }
    .menu-open .page-template:not(.home) .menu-modal.active button.close-nav-toggle {
        top: 18px;
    }
    .page-template:not(.home) button.close-nav-toggle {
        top: 18px;
    }

    a.button-link:before, .button-link:before{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    a.button-link, .button-link{
        position: relative;
        overflow: hidden
    }
    /*a.button-link:after, .button-link:after{
        content: "";
        width: 12px;
        height: 11px;
        background: url(../images/more.svg) no-repeat center;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        position: absolute;
        left: 23px;
        top: 20px;
    }*/
    .footer-top .button-link:hover:before/*,
    .footer-top .textwidget .button-link:after,
    .resources a.button-link:after, .header-inner .toggle:after*/{
        background-image: url(../images/more-hover.svg);
    }
    button.close-nav-toggle{
        padding-left: 23px;
        right: calc((100% - 1103px)/2);
        top: 18px;
    }
    .mac-os a.button-link:hover, .mac-os .button-link:hover{
    	text-decoration: underline;
    }
    .mac-os a.button-link:hover:before, .mac-os .button-link:hover:before{
    	-webkit-animation: none;
        animation: none;
    }
    button.close-nav-toggle:hover, .resources a.button-link:hover, .header-inner .toggle:hover{
    	text-decoration: none;
    }

    /*a.button-link:hover:after, .button-link:hover:after{
        -webkit-animation: arrow-2 1s infinite;
        animation: arrow-2 1s infinite;
    }*/
    .footer-top .textwidget ul li{
        margin-left: 46px;
    }
    .footer-top .textwidget ul{
        margin-right: -20px;
        margin-top: -15px;
    }
    .footer-top .widget:last-child .textwidget{
        margin-top: 58px;
    }
    button.close-nav-toggle .toggle-text {
        margin-right: 27px;
    }
    #site-header.sticky~.content-wrapper .label-rotate {
	    top: 120px;
	}
	.admin-bar #site-header.sticky~.content-wrapper .label-rotate {
	    top: 152px;
	}
	.container, .section-inner{ 
        max-width: 1400px;
        padding: 0 80px;
	}
}
@media all and (-ms-high-contrast:none){
   a.button-link:hover, .button-link:hover{
    	text-decoration: underline;
    }
    a.button-link:hover:before, .button-link:hover:before{
    	-webkit-animation: none;
        animation: none;
    }
}
@media (min-width: 1366px){ 
    button.close-nav-toggle {
        padding-left: 23px;
        right: calc((100% - 1188px)/2);
        top: 18px;
    }

}
@media (min-width: 1440px){ 
    button.close-nav-toggle {
        padding-left: 24px;
        right: calc((100% - 1240px)/2);
        top: 70px;
    }
    .check-sticky button.close-nav-toggle {
        top: 18px;
        right: calc((100% - 1240px)/2);
    }

}
@media (min-width: 1680px){ 
    .check-sticky button.close-nav-toggle {
        top: 13px;
        right: calc((100% - 1450px)/2);
    }
    /* .container, .section-inner{
        max-width: 1490px;
        padding: 0 20px;
      } */
    .header-inner .nav-toggle{
    	padding: 0 25px;
    }
    div#content-page {
	    padding-top: 100px;
	}
    button.close-nav-toggle{
        right: calc((100% - 1455px)/2);
        padding-left: 25px;
        top: 80px;
    }
    /* .menu-wrapper.section-inner{
        max-width: 1080px;
    } */
    a.button-link:after, .button-link:after{
    	left: 34px;
    	top: 24px;
    }
    .footer-top .textwidget ul{
	    margin-top: -17px;
        margin-right: -3px;
    }
    button.close-nav-toggle .toggle-text {
	    margin-right: 34px;
	}
	.blurheader{
        height: 86px;
	}
     footer#site-footer{
        padding-top: 47px;
        padding-bottom: 27px;
      }
      #site-footer .footer-top{
        padding-top: 48px;
        padding-bottom: 164px;
      }
      #site-footer .footer-top .widget-title:before{
            margin-top: -4px;
        margin-left: 2px;
            width: 32px;
        height: 32px;
      }
      .footer-top .widget:last-child .textwidget {
        max-width: 800px;
        margin-top: 76px;
        letter-spacing: 0.1px;
      }
      .footer-menu .menu li{
          margin-right: 61px;
      }
      .footer-top .textwidget ul li{
        margin-left: 78px;
        margin-right: 0;
      }
      .footer-top .button-link:before{
        margin-right: 20px;
      }
      .blurheader {
        top: 0px;
    }
}
@media (min-width: 1920px){ 
    /* .container, .section-inner{
        max-width: 1680px;
        padding: 0 20px;
      } */
      button.close-nav-toggle {
        right: calc((100% - 1640px)/2);
        padding-left: 21px;
        top: 80px;
    }
    .check-sticky button.close-nav-toggle {
        top: 13px;
        right: calc((100% - 1642px)/2);
    }

}
@media (max-width: 1279px){
	button.close-nav-toggle {		
        padding-left: 1.6rem
	}
	button.close-nav-toggle:hover {
	    background: #fff;
	    color: #000;
	}
	button.close-nav-toggle:hover:before{		
	    background: url(../images/more.svg) no-repeat center;
	}
    button.close-nav-toggle{
        right: 30px;
        z-index: 9;
        top: 57px;
    }
    .footer-top .textwidget .button-link {
        height: auto;
        padding: 0;
        display: inherit;
    }
}
@media (max-width: 1199px){
	.footer-menu .menu li{
		margin: 0 10px;
	}
    .footer-top .widget:last-child .textwidget{
        margin: 50px auto 0;
        text-align: center; 
    }
    #site-footer .footer-top{
        padding-bottom: 80px;
    }
    #site-footer .footer-menu{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-credits{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 1024px){
    
    .footer-top .textwidget ul li{
        margin-left: 50px;
    }
    .footer-top .widget:last-child .textwidget{
        margin-top: 20px;
    }
    #site-footer .footer-top {
        padding-bottom: 50px;
    }
    .menu-wrapper.section-inner {
        padding: 0 60px;
    }
}
@media (max-width: 999px){
    .menu-modal-inner {
        opacity: 0;
        padding: 0;
        transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    }
    .menu-modal.active .menu-modal-inner {
        opacity: 1;
        transition-delay: 0.5s;
    }
    button.close-nav-toggle{
        top: 40px;
        position: absolute;
    }
}
@media (max-width: 782px){
    .admin-bar #site-header {
        top: 46px;
    }
    .admin-bar .blurheader{
        top: 46px;
    }
}
@media (max-width: 767px){
    .header-link .resources{
        display: none;
    }
	button.close-nav-toggle{
        height: 53px;
        right: 0;
        min-width: unset;
        width: auto;
        background: #000;
        padding-top: 23px;
    }
    button.close-nav-toggle .toggle-text {
        margin-right: 2.6rem;
    }
    .blurheader{
        height: 85px;
    }
    .menu-top li a{
    	font-size: 20px;
    }
    .header-inner .nav-toggle {
        background: #000;
        color: #fff;
        height: 40px;
    }
    .header-inner .nav-toggle:before {
        background-image: url(../images/more-hover.svg);
    }
    .footer-top .widget:last-child {
        order: -1;
    }
    #site-footer .footer-top{
        position: relative;
        padding-top: 67px;
        padding-bottom: 34px;
    }
    #site-footer .footer-top .widget-title{
        position: absolute;
        top: 21px;
        padding-left: 40px;
    }
    #site-footer .footer-top .widget-title:before{
        margin-right: 10px;
        position: absolute;
	    left: 0;
	    top: 0;
	        margin-top: 0;
    }
    .footer-top .widget:last-child .textwidget{
        text-align: left;
    }
    .footer-top .textwidget ul li{
        margin-right: 50px;
        margin-left: 0;
        padding: 0;
    }
    .footer-menu .menu li{
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    #site-footer .footer-menu{
    	justify-content: flex-start;
    }
    .footer-menu .menu li a{
        letter-spacing: -0.1px;
    }
    .footer-credits{
        justify-content: flex-start;
        padding-top: 10px;
    }
    .footer-top .textwidget ul{
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .footer-top .textwidget{
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    .footer-top .textwidget .button-link{
        display: inline-block;
    }
    #site-header .site-logo img{
        max-height: 55px;
    }
     #site-header .header-titles-wrapper{
        padding: 15px 0;
    }
    div#content-page {
        padding-top: 75px;
    }
    #site-header{
        background: #fff;
    }
    #site-header.sticky{
        background: rgba(255,255,255,0.7);
    }
    .header-link{
        padding-right: 0;
    }
    footer#site-footer{
        padding-top: 31px;
        padding-bottom: 19px;
    }
    .menu-wrapper .menu-content {
        width: 100%;
        margin-bottom: 52px;
    }
    .menu-modal-inner{
        position: static;
    }
    .menu-modal .menu-top .widgettitle{
        font-size: 12px;
      line-height: 23px;
      margin: 0 0 12px;
    }
    .menu-wrapper .menu-item{
        margin: 0 0 15px;
    }
    .menu-wrapper .menu-content:last-child {
        margin-bottom: 0;
    }
    .menu-top .menu-wrapper {
        padding: 44px 0 10px;
    }
    .menu-modal .menu-top{
        padding: 0;
    }
}

@media (max-width: 599px){
    .admin-bar #site-header {
        top: 0;
    }
    .admin-bar .blurheader{
        top: 0;
    }
    .menu-top .menu-wrapper {
	    padding: 70px 0 94px;
	}
    button.close-nav-toggle,
    .admin-bar button.close-nav-toggle{
        top: 0;
    }
    body .menu-modal.active{
    	padding: 0;
    }
    html #wpadminbar{
        display: none;
    }
    html[lang]{
        margin-top: 0 !important;
    }
    .footer-top .textwidget ul li{
        margin-right: 0;
        width: 100%;
        margin-bottom: 12px;
    }
    .footer-top .button-link:before{
        margin-right: 19px;
    }
    body .menu-modal.active{
    	padding-top: 0;
    }
}
@media (max-width: 599px) and (max-height: 700px){
	.menu-modal .menu-top{
		display: block;
	}
}
/*Contact*/
/*.section-top.form-content {
    font-size: 20px;
    line-height: 30px;
}*/
.error404 #site-content,
.page-template-default #site-content{
	padding-bottom: 100px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    background: transparent;
    transition: background-color 5000s ease-in-out 0s;
}
.contact-page .section-top .form-group .control{	
    margin-top: 30px;
}
.contact-page .section-top .form-group label{
    color: #929292;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    cursor: text;
}
.contact-page .section-top .form-group.message .control {
    margin-top: 15px;
}
.contact-page .section-bottom .sub-title {
    color: #929292;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}
/*.address-map {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}*/
.contact-page .section-bottom .info-item .title {
    color: #929292;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 0.8;    
    margin-bottom: 10px;
    width: 100%;
}
.contact-page .section-bottom .info-item a:not(.icon-social) {
    line-height: 0.8;
    /* display: inline-block; */
}

.contact-page .section-title {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 100px;
    border-top: 1px solid #d8d8d8;
    padding-top: 40px;
}
.contact-page .section-title:before{
    content: "";
    width: 26px;
    height: 26px;
    background: url(../images/title-contact.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.contact-page .form-action input[type="submit"] {
    width: 385px;
    max-width: 100%;
}
.contact-page form {
    margin-top: 60px;
    max-width: 853px;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}
.contact-page .form-group p {
    margin: 0;
}
.contact-page .form-group{
    padding: 0 20px;
    width: 100%;
}
.contact-page .form-action {
    padding: 0 20px;
    margin-top: 16px;
}
.contact-page .section-bottom {
    margin-top: 100px;
    margin-bottom: 106px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin-left: 1px
}
.contact-info .info-item {
    width: 37.4%;
    padding-left: 24px;
    border-left: 1px solid #d8d8d8;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.contact-info .info-item:last-child{
	width: auto;
}
.section-bottom .address-map {
    margin-bottom: 64px;
    max-width: 650px;
}
.contact-page {
    padding-top: 100px;
    position: relative;
}
.section-top.form-content {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
}
.contact-page .wpcf7 form .wpcf7-response-output{
    width: 100%;
    border: 0;
    color: #ce1515;
  	font-family: "Source Serif Pro";
  	font-size: 20px;
  	font-weight: 400;
  	line-height: 30px;
  	padding: 0 20px;
    margin: 32px 0 0;
}
.contact-page .wpcf7 form.sent .wpcf7-response-output{
    color: #2c4983;
}
.contact-page .form-group .wpcf7-not-valid-tip{
	display: none;
}
.contact-page .form-group.first-name,.contact-page .form-group.last-name{
	width: 50%;
}
.contact-page .form-group textarea{
	height: 188px;
}
.contact-page .label-rotate {
    position: fixed;
    top: 202px;
    left: 0;
    display: inline-block;/*
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);*/
    text-align: left;
}
.contact-page .label-rotate[style*='200px'] {
    transition: top 0.2s;
}
.section-bottom .address-map p {
    margin: 0;
}
.admin-bar .contact-page .label-rotate{
    top: 233px;
}
#site-header.sticky~.content-wrapper .label-rotate {
    top: 100px;
}
.admin-bar #site-header.sticky~.content-wrapper .label-rotate {
    top: 132px;
}
.contact-page .label-rotate .label {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 193px;
    height: 65px;
    background: #000000;
    text-align: center;
    padding: 25px 39px;
    display: inline-block;
    border-radius: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.contact-page .icon-social:hover path {
    fill: #2c4983;
}
.contact-page  .icon-social svg{
	height: 25px;
}
.page-template-template-contact h1.page-title{
	display: none;
}

@media all and (-ms-high-contrast:none){
   .element{
        display: none;
    }
    *::-ms-backdrop, element{
        display: none;
    }
}
/*@media (max-width: 1400px){
    .contact-page .label-rotate{
        display: none;
    }
}*/
@media (min-width: 1280px){
	body:not(.explorer):not(.mac-os) .contact-page .label-rotate{
		height: 193px;
	    position: sticky !important;
	    top: 102px !important;
	}
	body:not(.explorer):not(.mac-os) .contact-page>.container{
		margin-top: -193px;
	}
	body:not(.explorer):not(.mac-os) .admin-bar #site-header.sticky~.content-wrapper .label-rotate{
		top: 132px !important;
	}
	.contact-page .section-bottom {
	    margin-bottom: 0;
	}
	.page-template-template-contact div#content-page{
		padding-bottom: 106px;
	}
}
@media (max-width: 1279.98px){
	.contact-page .label-rotate{
        display: none;
    }
}
@media (max-width: 1199px){
	.contact-info .info-item{
	    width: 33.333%;
	}
}
@media (max-width: 991px){

    .home .header-footer-group.active .membership {
        width: 24%;
    }
    
    .menu-modal.active .menu-content {
        width: 33%;
    }
    
    .menu-wrapper.section-inner {
        padding: 0px 25px;
    }
    .menu-modal .menu-top .widgettitle{
        /* margin-bottom: 50px; */
    }
	.contact-info .info-item{
	    width: 100%;
        margin-bottom: 30px;
	}
	.contact-info .info-item:last-child{
		width: 100%;
	}
	.contact-page {
	    padding-top: 60px;
	}
	.contact-page .section-title{
	    margin-bottom: 60px;
	}
	.contact-page form{
	    margin-top: 39px;
	}
	.contact-page .section-bottom .info-item .title{
	    margin-bottom: 24px;
	}
	.contact-info .info-item{
	    margin-bottom: 42px;
	}
	.contact-info .info-item a.icon-social {
	    margin-top: -11px;
	}
	.contact-page .section-bottom{
	    margin-bottom: 17px;
	}
}
@media (max-width: 767px){
	.error404 #site-content,
	.page-template-default #site-content {
	    padding-bottom: 50px;
	}
	.contact-page .section-title{
	    padding-top: 20px;
	} 
	.contact-page .form-group.first-name, .contact-page .form-group.last-name {
	    width: 100%;
	}
	.section-top.form-content {
	    font-size: 20px;
	    line-height: 30px;
	}
	.contact-page form{
	    max-width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
	.contact-page .form-group{
		padding: 0;
	    margin-bottom: 31px;
	}
	.contact-page .form-action{
	    padding: 0;
    	max-width: 100%;
	    margin-top: 9px;
	}
	.contact-page .form-group textarea {
	    height: 106px;
	}
	.contact-page div.wpcf7 .ajax-loader{
	    margin: 10px auto;
    	display: block;
	}
	.contact-page .wpcf7 form .wpcf7-response-output{
	    margin: -5px 0 0;
	    padding: 0;
    }	
    
    .menu-modal .menu-top .widgettitle {
        margin-bottom: 24px;
    }
    .home .header-footer-group.active .membership {
        width: 100%;
    }
    
    .menu-modal.active .menu-content {
        width: 100%;
    }
    
    .menu-top .menu-wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width: 468px){
.blurheader {
    height: 99px;
}
}