@font-face {
  font-family: 'Averta';
  src: url("fonts/averta-regular-webfont.woff2") format("woff2"), url("fonts/averta-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta-bold';
  src: url("fonts/averta-bold.woff") format("woff"), url("fonts/aAverta-bold.otf") format("otf");
  font-weight: normal;
  font-style: bold;
  font-display: swap;
}

* {
  font-family: 'Averta', sans-serif;
	    -webkit-font-smoothing: auto;
	border-width:1px;
}

::selection {
    background: #024ddf;
    color: #fff;
}

*:focus-visible{
	border:1px solid #240ddf !important;
}
header > *:focus-visible{
	border:1px solid #fff !important;
}
body #page-container .et_pb_button:focus-visible {
    background-color: #024DDF !important;
    border-color: #024ddf !important;
    color: #fff !important;
}
/* html{

	-webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
} */

@media screen and (min-width:1024px){
	.et_search_outer{
		max-width:450px;
		right:0;
	}
	.container.et_search_form_container{
	opacity: 1 !important;
    z-index: 999 !important;
    height: 64px !important;
}
	.et_search_form_container > form input {
    color: #fff;
    font-size: 16px;
    border-left: 0px solid #fff;
    border-radius: 2px!important;
    border: 1px solid hsla(0,0%,100%,.6)!important;
    background-color: hsla(0,0%,100%,.12)!important;
}

	.et_fullwidth_nav .et_close_search_field {
    display: none;
}
.et-search-form input{
	right:0;
}
	.et_search_form_container > form input::placeholder {
    color: #fff !important;
}

.et_search_form_container > form input:focus {
    background: #fff !important;
	color:#121212 !important;
}
span.et_close_search_field{
	border:none;
}
span.et_close_search_field:after,.et-fixed-header .et_close_search_field:after{
	color:#024ddf !important;
}
	
}

header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

#page-container {
  padding-top: 49px!important;
}

@media (min-width: 981px){
  #page-container {
    padding-top: 64px!important;
  }
}
@media (max-width: 980px){
  #page-container {
    background-color:#024ddf;
  }
}

h1, h2, h3, h4, h5, h6{
  padding-bottom: 1em;
  line-height: 1.2em;
  font-weight: bold;
  font-family: 'Averta-bold';
}

.et_pb_text ul {
  margin-left: 0;
  padding-left: 0;
}

.et_pb_text ul li {
  position: relative;
  margin: 0 0 0 30px;
  list-style: none;
}

.et_pb_text ul li::before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 1.4em;
}

.et_pb_text ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}

.et_pb_text ol > li {
  position: relative;
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: none;
  counter-increment: item;
}

.et_pb_text ol > li:before {
  position: absolute;
  top: 0;
  left: -30px;
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.otnotice-version {
    font-size: 16px;
}


.video-container .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#main-content .container {
    padding-top: 30px;
}

@media (min-width: 981px){
  #main-content .container {
      padding-top: 50px;
  }

}


a.module-primary-button{
  padding: 10px 30px;
  background: #024ddf;
  border-radius: 2px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.3s;
}

a.module-primary-button:hover, a.module-primary-button:focus, a.module-primary-button:active{
  background: #0150a7;
}

a.primary-button:hover, a.primary-button:focus, a.primary-button:active{
  border-color: #0150a7!important;
  background-color: #0150a7!important;
}


body #page-container a.secondary-button:hover, body #page-container a.secondary-button:focus, body #page-container a.secondary-button:active{
  color: #024ddf!important;
  background-color: #ffffff!important;
}


a.module-white-button{
  padding: 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.3s;
}

a.module-white-button:hover, a.module-white-button:focus, a.module-white-button:active{
  background: #ffffff;
  color: #024ddf;
}






/*Forms*/


::-webkit-input-placeholder,::placeholder,:-ms-input-placeholder {
  font-weight: normal;
  opacity: 1;
  color:#fff !important;
}


.enterprise-form input, .enterprise-form textarea, .enterprise-form .form-required{
  float: left;
  width: 100%;
}

.enterprise-form input, .search-page input, .menu-overlay input {
  height: 36px;
  margin: 7px 5px 14px 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #999999;
  padding-left: 10px;
  padding-right: 10px;
  line-height: normal;
  font-size: 14px;
  color: #121212;
}

.enterprise-form textarea{
  height: 200px;
  margin: 7px 5px 7px 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #999999;
  padding-left: 10px;
  padding-right: 10px;
  line-height: normal;
  font-size: 14px;
  color: #121212;
}

.enterprise-form input::-webkit-input-placeholder, .search-page input::-webkit-input-placeholder, .menu-overlay input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.enterprise-form input::-moz-placeholder, .search-page input::-moz-placeholder, .menu-overlay input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.enterprise-form input:-ms-input-placeholder, .search-page input:-ms-input-placeholder, .menu-overlay input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.enterprise-form input::placeholder, .search-page input::placeholder, .menu-overlay input::placeholder {
  color: #fff;
  opacity: 1;
}

.enterprise-form input::-ms-input-placeholder, .search-page input::-ms-input-placeholder, .menu-overlay input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.enterprise-form input:-ms-input-placeholder, .search-page input:-ms-input-placeholder, .menu-overlay input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.enterprise-form input:focus, .enterprise-form textarea:focus, .search-page input:focus, .menu-overlay input:focus {
  border: 1px solid #024ddf;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 inset #024ddf;
  background-color: rgba(255, 255, 255, 1);
  outline: none;
}

.enterprise-form input:hover, .enterprise-form textarea:hover, .search-page input:hover, .menu-overlay input:hover {
  border: 2px solid #024ddf;
  padding-left: 9px;
  padding-right: 9px;
}

.enterprise-form [type="number"]::-webkit-inner-spin-button {
  display: none;
}
.enterprise-form [type="date"]::-webkit-inner-spin-button {
  display: none;
}
.enterprise-form [type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.enterprise-form select{
    font-size: 16px;
    padding: 0 16px;
    color: #475058;
    background: #fff;
    border: 1px solid #a3a8ac;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 36px;
}

.enterprise-form select:hover{
  padding: 0 15px;
  border: 2px solid #024ddf;
}

.enterprise-form select:focus{
  padding: 0 16px;
  border: 1px solid #024ddf;
}

.enterprise-form .styled-select{
  float: left;
  width: 100%;
  position: relative;
}

.enterprise-form .styled-select svg{
  position: absolute;
  top: 11px;
  right: 16px;
}


.enterprise-form input.button, .search-page input.button, .search-page button{
  height: 38px;
  font-weight: 600;
	font-size: 16px;
	line-height: 2.43;
	padding: 0px 16px;
	margin-bottom: 7px;
	text-align: center;
	text-transform: capitalize;
	border-radius: 2px;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	background-color: #024ddf;
	border: none;
	-webkit-transition: -webkit-transform 0.1s linear;
	-webkit-transition: transform 0.1s linear;
	transition: transform 0.1s linear;
	-webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


.search-page button:hover, .search-page button:focus, .search-page input.button:hover, .search-page input.button:focus, .enterprise-form input.button:hover, .enterprise-form input.button:focus{
  cursor: pointer;
  background-color: #0150a7;
  border: none;
}

.contact-us h1{
  padding-bottom: 20px;
}

.enterprise-form label, .enterprise-form input, .enterprise-form textarea, .enterprise-form select{
  float: left;
  width: 100%;
}

.enterprise-form label{
  padding-top: 20px;
}

.enterprise-form label span{
  font-size: 12px;
}

.enterprise-form input.button{
  margin: 24px 0 7px;
}

.enterprise-form p.help{
  float: left;
  width: 100%;
  padding: 24px 0 7px;
}


.enterprise-form .error {
  border: 1px solid #D93A3A;
}

.enterprise-form .form-required{
  position: relative;
}

.enterprise-form .form-alert{
  display: none;
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
  font-size: 12px;
  line-height: 1.25;
  color: #D93A3A;
}




@media (min-width: 981px){
  .contact-us{
    float: left;
    padding: 32px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  }


  .enterprise-form label{
    padding-top: 25px;
  }

  .enterprise-form input.button{
    width: auto;
    min-width: 200px;
  }

  .enterprise-form .left-side{
    float: left;
    width: 50%;
    padding-right: 12px;
  }

  .enterprise-form .right-side{
    float: right;
    width: 50%;
    padding-left: 12px;
  }

}

.enterprise-form.dark-mode{
  color: #ffffff;
}

.enterprise-form.dark-mode h1, .enterprise-form.dark-mode h2, .enterprise-form.dark-mode h3, .enterprise-form.dark-mode h4, .enterprise-form.dark-mode h5, .enterprise-form.dark-mode h6 {
  color: #ffffff;
}

.enterprise-form.dark-mode  input{
  background: none!important;
  border: 1px solid #80B5EF;
  color: #ffffff;
}

.enterprise-form.dark-mode textarea{
  background: none!important;
  border: 1px solid #80B5EF;
  color: #ffffff;
}

.enterprise-form.dark-mode input:focus, .enterprise-form.dark-mode textarea:focus {
  border: 1px solid #ffffff;
  box-shadow: 0 0 4px 0 inset #ffffff;
}


.enterprise-form.dark-mode input.button{
	border: 1px solid #ffffff;
  color: #ffffff;
}


.enterprise-form.dark-mode input.button:hover, .enterprise-form.dark-mode input.button:focus{
  background-color: #ffffff!important;
  color: #024ddf;
}

.enterprise-form.dark-mode .error {
  border: 1px solid #00ffff;
}

.enterprise-form.dark-mode .form-alert{
  color: #00ffff;
}

.enterprise-form.center-mode{
  text-align: center;
}

.enterprise-form.center-mode form{
  text-align: center;
}

.enterprise-form.center-mode input.button{
	float: none;
}


/*Top menu*/

#main-header{
  position: fixed!important;
  top: 0;
  z-index: 999;
}

.logo_container #logo{
  position: absolute;
  top: 7px;
  left: 0;
  width: 160px;
  max-height: initial;
}


.logo_container #t-logo{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.bottom-nav li.current-menu-item>a{
	color:#fff !important;
}
@media (min-width: 981px){
  .et_menu_container{
    height: 64px!important;
  }

  .logo_container{
    position: relative;
    height: 64px!important;
  }

  #et-top-navigation{
    padding-top: 25px!important;
  }

  .logo_container #logo{
    top: 19px;
  }
  .logo_container #t-logo{
    top: 10px;
  }
}

@media (max-width: 980px) and (min-width:768px) {
	.logo_container #logo{
	  top: 10px;
	  width: 87px;
	}
	#main-header .container {
    width: 100%;
}
	
	.et_search_outer .container.et_search_form_container.et_pb_search_visible {
    height: 44px !important;
}
}
@media screen and (max-width:767px) {
	.logo_container #logo{
	  top: 10px;
	  width: 120px;
	}
}
.scale-out-left {
	-webkit-animation: scale-out-left 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-left 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.scale-in-left {
	-webkit-animation: scale-in-left 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-left 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.nav li{
  position: inherit;
}

#top-menu{
  padding-right: 5px;
}

#top-menu a, #top-menu a:hover,  #top-menu a:focus,  #top-menu a:active{
  opacity: 1!important;
}

#top-menu li{
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

#top-menu li a{
  padding-left: 8px;
  padding-right: 8px;
	font-size:15px;
}

#top-menu li li{
  padding: 0;
}

#top-menu li.menu-item-has-children a{
  position: relative;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after{
  content: '';
  top: auto;
}

#top-menu li.et-hover a::after, #top-menu li.current-menu-item a::after{
  content: '';
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto 0;
  background: #ffffff;
  -webkit-animation: scale-up-hor-center 0.3s ease-in both;
  animation: scale-up-hor-center 0.3s ease-in both;
}

#top-menu li.contact-link a::after, #top-menu li.language-link a::after{
  display: none!important;
}


#top-menu li.language-link{
  font-size: 0;
  padding-left: 10px;
}

#top-menu li.language-link a{
  font-size: 0;
  text-indent: -9999px;
}

#top-menu li.language-link a:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 0;
  height: 20px;
  width: 20px;
  text-indent: 0;
  background: url("img/nav_lang.svg") no-repeat center right;
}

#top-menu li.language-link li a{
  text-indent: 0;
}

#top-menu li.language-link li a:before{
  display: none;
}


#top-menu li.current-menu-item a::after{
  -webkit-animation: scale-up-hor-center 0s ease-in both;
	        animation: scale-up-hor-center 0s ease-in both;
}

#top-menu .sub-menu{
  right: 0;
  width: auto;
  padding: 19px 16px 16px;
  border: none!important;
  background: none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#top-menu .sub-menu::before{
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: top;
  border: none;
  border-radius: 4px;
  background-color: #ffffff!important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
}


#top-menu li.menu-item-has-children.et-show-dropdown .sub-menu{
-webkit-animation: slide-in-top 0.3s ease-in both;
	        animation: slide-in-top 0.3s ease-in both;
}


#top-menu li .sub-menu li a{
  font-size: 16px;
  font-weight: normal;
  color: #262626!important;
  border-radius: 2px;
}

#top-menu li .sub-menu li a::after{
  display: none;
}

#top-menu li .sub-menu li a:hover, #top-menu li .sub-menu li a:focus, #top-menu li .sub-menu li a:active{
  color: #ffffff!important;
  background: #024ddf;
}

#top-menu li .sub-menu li.current-menu-item a{
  color: #262626!important;
}

#top-menu li .sub-menu li.current-menu-item a:hover, #top-menu li .sub-menu li.current-menu-item a:focus, #top-menu li .sub-menu li.current-menu-item a:active{
  color: #ffffff!important;
  background: #024ddf;
}

#top-menu .sub-menu .excerpt, #top-menu .sub-menu p{
  display: none;
}

#top-menu .sub-menu li.nav-bordertop a{
  border-top: 1px solid #EBEBEB;
}

#main-header{
  padding: 5px 0;
}

@media (min-width: 981px){
  #main-header{
    padding:0;
  }
}


#top-menu li.contact-link{
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
	margin-left: 6px;
}
#top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
	padding-right: 8px;
}
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom:25px;
}
#top-menu li.contact-link a{
  position: relative;
  transition: all 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}

#top-menu li.contact-link a::before{
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  bottom: 15px;
  left: -10px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  transition: all 0.3s;
  z-index: -10;
}

#top-menu li.contact-link a:hover, #top-menu li.contact-link a:focus, #top-menu li.contact-link a:active{
  color: #024ddf!important;
}

#top-menu li.contact-link a:hover::before, #top-menu li.contact-link a:focus::before, #top-menu li.contact-link a:active::before{
  background: #ffffff;
}

#top-menu li .sub-menu li.heading a{
  font-weight: bold;
  pointer-events: none;
}

#top-menu li .sub-menu li.heading ul li a{
  font-weight: normal;
  pointer-events: all;
}

/* .nav li ul {
  display: none!important;
  /*visibility:visible!important;
  opacity: 1!important;
}

.nav li.et-show-dropdown ul{
  display: block!important;
} */


.nav li ul li ul{
  visibility: visible!important;
  opacity: 1!important;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

#top-menu li.meganav .sub-menu li.heading ul li a{
  padding-left: 20px;
  padding-right: 20px;
}

.nav li li ul::before{
  display: none;
}


#top-menu li.meganav .sub-menu li.heading{
  float: left;
  width: 260px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.5em;
}

#top-menu li.meganav .sub-menu {
  width: 850px;
  padding-bottom: 0;
}

#top-menu li.meganav.two .sub-menu {
  width: 580px;
}

#top-menu li.meganav .sub-menu .sub-menu{
  width: 260px;
  padding-bottom: 40px;
}

#top-menu li li a{
  width: 250px;
}

#top-menu li.meganav .sub-menu li.heading ul li a{
  width: 100%;
}

#top-menu li.meganav .sub-menu li.heading ul li{
  display: block;
}


.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{
  padding-left: 0!important;
}

@media (max-width: 981px) and (min-width:768px) {
#top-menu li.contact-link a::before {
	top: -5px;
    right: -8px;
    bottom: 10px;
    left: -8px;
}
}
/*Mobile menu*/

.mobile_menu_bar:before{
  color: #ffffff!important;
}

/* #et_top_search{
  display: none;
} */

@media (min-width: 981px){
  #et_top_search{
    display: block;
	margin-right: 16px;
  }
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
		padding-bottom: 25px;
	}
}

@media (max-width: 980px){
  .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    display: block;
    padding-top: 10px;
  }
}

.menu-overlay {
  z-index: 9999;
  display: none;
  position: absolute;
  top: 91px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1F262D;
  font-size: 16px;
}

.menu-overlay .container{
  float: left;
  width: 100%;
  background: #1F262D;
  padding: 10px 10% 35px;
}

@media (min-width: 767px){
  .menu-overlay .container{
    padding: 10px 20% 35px;
  }
}

.menu-overlay ul {
  float: left;
  width: 100%;
  padding: 25px 0 25px;
  list-style: none;
}

.menu-overlay ul li a{
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  color:#ffffff;
  text-decoration: none!important;
}

.menu-overlay li.language-link a{
  margin-top: 16px;
  padding-left: 25px;
  border-top: 1px solid #bfbfbf;
}

.menu-overlay li.language-link a:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: 15px;
  width: 15px;
  text-indent: 0;
  background: url("img/nav_lang.svg") no-repeat center left;
}

.menu-overlay li.language-link li a{
  margin-top: 0;
  border-top: none;
}

.menu-overlay li.language-link li a:before{
  display: none;
}


.menu-overlay ul li.menu-item-has-children a::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  bottom: 0;
  background: url("img/nav_chevron.svg") no-repeat center center;
}

.menu-overlay ul li.submenu-down a::after{
  -webkit-animation: rotate180 0.4s ease-in-out both;
  	      animation: rotate180 0.4s ease-in-out both;
}


.menu-overlay ul.sub-menu li a::after{display: none;}

.menu-overlay ul li a:hover{
  text-decoration: underline;
}

.menu-overlay ul.sub-menu li a{
  font-weight: normal;
  margin-left: 20px;
}

.menu-overlay .sub-menu{
  padding-top: 0;
  padding-bottom: 15px;
}

.menu-overlay p.excerpt{
  display: none;
}

.menu-overlay form{
  float: left;
  width: 100%;
  /* padding-top: 20px;
  border-top: 1px solid #bfbfbf; */
}

.menu-overlay label{
  font-size: 14px;
  color: #ffffff;
}

.menu-overlay input{
    width: 100%;
}

.menu-overlay ul.sub-menu li.heading a{
  font-weight: bold;
  pointer-events: none;
  color: #BFBFBF;
}

.menu-overlay ul.sub-menu li.heading ul li a{
  font-weight: normal;
  pointer-events: all;
  color: #00FFFF;
}


.hamburger {
 padding: 0;
 display: inline-block;
 cursor: pointer;
 -webkit-transition-property: opacity, -webkit-filter;
 transition-property: opacity, -webkit-filter;
 transition-property: opacity, filter;
 transition-property: opacity, filter, -webkit-filter;
 -webkit-transition-duration: 0.15s;
         transition-duration: 0.15s;
 -webkit-transition-timing-function: linear;
         transition-timing-function: linear;
 font: inherit;
 color: inherit;
 text-transform: none;
 background-color: transparent;
 border: 0;
 margin: 0;
 overflow: visible;
}

.hamburger:hover, .hamburger:focus, .hamburger:active {
 border: none;
 outline: 0;
 background: none;
}

.hamburger-box {
 width: 25px;
 height: 25px;
 display: inline-block;
 position: relative;
}

.hamburger-inner {
 display: block;
 top: 50%;
 margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
 width: 25px;
 height: 2px;
 background-color: #ffffff;
 position: absolute;
 -webkit-transition-property: -webkit-transform;
 transition-property: -webkit-transform;
 transition-property: transform;
 transition-property: transform, -webkit-transform;
 -webkit-transition-duration: 0.15s;
         transition-duration: 0.15s;
 -webkit-transition-timing-function: ease;
         transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
 content: "";
 display: block;
}

.hamburger-inner::before {
 top: -6px;
}

.hamburger-inner::after {
 bottom: -6px;
}


/*
   * Spin
   */
.hamburger .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


nav.fixed {
 position: fixed;
 top: 0;
 -webkit-transition: top 0.2s ease-in-out;
 transition: top 0.2s ease-in-out;
 width: 100%;
 z-index: 999;
}

nav.highlight {
 background: #ffffff;
}

nav.highlight .hamburger-inner, nav.highlight .hamburger-inner::before, nav.highlight .hamburger-inner::after {
 background-color: #024ddf;
}

nav.highlight .compact {
 display: none;
}

nav.highlight .compact-blue {
 display: block;
}

@media (min-width: 981px){
  .hamburger{
    display: none;
  }
}

/*Footer*/

#main-footer {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  color: #ffffff;
}

#main-footer button{
  font-family: "Averta", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  padding: 0 22px 0 0;
  margin: 0;
  cursor: pointer;
  border: none!important;
  background: none;
  -moz-appearance:none!important;
  -webkit-appearance:none!important;
  utline: none!important;
  outline: none!important;
}

#main-footer button:hover, #main-footer button:focus{
  color: #ffffff;
  text-decoration: underline;
}

#footer-widgets{
  padding: 12% 0 0;
}

.footer-widget h4{
  font-size: 14px;
}

#footer-logo, .secondary-footer{
  float: left;
  width: 100%;
}

#footer-logo{
  border-top: 1px solid #bfbfbf;
}

#footer-logo, #et-footer-nav{
  padding: 30px 0 0px;
}
#footer-bottom{
	padding:0;
}
#menu-footer-menu{
  padding: 0;
  text-align: left;
}

#footer-bottom {
  font-size: 12px;
  line-height: 23px;
}



#footer-bottom .footer-credits {
  font-size: 12px;
}

#footer-info{
  float: left;
  width: 100%;
  padding-top: 20px;
  font-size: 12px;
  text-align: left;
}

.et-social-icons{
  text-align: left;
}

.et-social-icons li{
  margin: 30px 20px 0 0;
}

.et-social-google-plus a.icon:before {
    content: "\e09d"!important;
}

.bottom-nav a, .bottom-nav li.current-menu-item a{
  font-weight: normal;
}

.bottom-nav a:hover, .bottom-nav li.current-menu-item a:hover, .et_pb_widget a:hover, #footer-widgets .footer-widget li a:hover,
.bottom-nav a:focus, .bottom-nav li.current-menu-item a:focus, .et_pb_widget a:focus, #footer-widgets .footer-widget li a:focus,
.bottom-nav a:active, .bottom-nav li.current-menu-item a:active, .et_pb_widget a:active, #footer-widgets .footer-widget li a:active{
  opacity: 1;
  text-decoration: none;
}

@media (min-width: 767px){
  #footer-logo{
    width: 100%;
  }

  #footer-widgets{
    padding: 6% 0;
  }

  .secondary-footer{
    width: 100%;
    text-align: left;
  }

  #et-footer-nav, #footer-bottom, .footer-credits, .et-social-icons{
    display: inline-block;
  }

  .et-social-icons li{
    margin: 0 0 0 20px;
  }
}

@media (min-width: 981px){
  #footer-logo{
    width: 100%;
	  max-width:120px;
  }

  #footer-widgets{
    padding: 6% 0 0;
  }
	.et_pb_gutters3 .footer-widget{
		margin-right:0 !important;
		width:20% !important;
	}
	div#block-14{
		width:100%;
	}

  .secondary-footer{
    width: 100%;
	  max-width:700px;
    text-align: right;
    border-top: 1px solid #bfbfbf;
  }


  #et-footer-nav, #footer-bottom, #footer-bottom p{
    display: inline-block;
  }

  #footer-logo, #et-footer-nav{
    padding: 30px 0 30px;
  }

  #footer-info{
    padding: 10px 0 30px;
  }

}

#ot-sdk-btn{
  display: none;
}


/*404*/

.page-404 p{
  font-size: 16px;
  color: #262626;
}

.page-404 p a{
  font-weight: bold;
}

.page-404 p a:hover{
  color: #0150A7!important;
}

/*Search results*/

.search-page h1{
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1.2em;
}


.search-page article{
  float: left;
  width: 100%;
  margin: 0;
}

.search-page .et_pb_post a{
  float: left;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  font-size: 14px;
  color: #262626;
  transition: box-shadow 0.2s;
}

.search-page .et_pb_post h2{
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}


.search-page form{
  float: left;
  width: 100%;
  margin: 30px 0 40px;
}

.search-page label, .search-page input, .search-page button{
  float: left;
  width: 100%;
}

.search-page label{
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}


@media (min-width: 981px){
  .search-page #content-area{
    padding-bottom: 30px;
  }

  .search-page h1{
    padding-bottom: 20px;
    font-size: 32px;
  }

  .search-page .et_pb_post a{
    margin-top: 2px;
    margin-bottom: 30px;
    padding: 24px;
  }


  .search-page .et_pb_post a:hover{
    margin-top: 0;
    margin-bottom: 32px;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
  }

  .search-page form{
    margin-top: 0;
  }
}


/*Contact us*/

.enterprise-icon-links .et_pb_image_wrap{
  width: 65px;
}

.enterprise-icon-links .et_pb_module_header{
  padding-bottom: 10px;
}

.enterprise-icon-links .et_pb_module_header a:hover{
  color: #0150a7!important;
}

@media (min-width: 981px){
  .enterprise-icon-links .et_pb_image_wrap{
    width: 80px;
  }

  .enterprise-icon-links.et_pb_blurb_position_left .et_pb_blurb_container{
    padding-left: 24px;
  }
}

/*Global*/

.global-market {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
}

.global-market .et_pb_blurb{
  height: auto!important;
}

.global-market .et_pb_main_blurb_image{
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
}

.global-market .et_pb_main_blurb_image img{
  width: auto;
  max-width: 290px;
  max-height: 45px;
  border: 1px solid #bfbfbf;
}

.global-market h4{
  padding: 0;
  font-size: 18px!important;
  line-height: 1.5em!important;
}

.global-market .et_pb_blurb_description{
  font-size: 14px!important;
}

.global-market p{padding: 4px 0 0;}

.global-market a:hover, .global-market a:focus{
  text-decoration: underline;
}

.global-market .et_pb_column .et_pb_module {
    margin-bottom: 30px!important;
}

@media (max-width: 767px){
  .global-market {
    margin-bottom: 20px!important;
  }
}

@media (min-width: 767px){
  .global-market-container .et_pb_column{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .global-market{
    float: none;
    width: 48%;
    margin: 1%!important;
  }
}

@media (min-width: 1400px){
  .global-market{
    width: 23%;
  }
}


/*Local team*/

@media (max-width: 980px) {

.local-team-member {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  flex-wrap: wrap;
}


.local-team-member__picture {
  -webkit-order: 1;
  order: 1;
}

.local-team-member__details {
  -webkit-order: 2;
  order: 2;
}
}


.local-team-member__details h3{
  padding-bottom: 0;
}

.video-bg{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.video-bg::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(left,  rgba(25,52,81,1) 23%, rgba(25,52,81,0.2) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(25,52,81,1) 23%,rgba(25,52,81,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(25,52,81,1) 23%,rgba(25,52,81,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193451', endColorstr='#80193451',GradientType=1 ); /* IE6-9 */
}


#videobcg {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top:0;
  left: 0;
  transform: scale(3);
}
@media (min-width: 768px) {
  #videobcg {
    transform: scale(2);
  }
}

@media (min-width: 980px) {
  #videobcg {
    transform: scale(1.5);
  }
}

@media (min-width: 1400px) {
  #videobcg {
    transform: scale(1);
  }
}





/*Image and text*/

@media (max-width: 980px) {

.image-text-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  flex-wrap: wrap;
}


.image-text-block__picture {
  -webkit-order: 1;
  order: 1;
}

.image-text-block__details {
  -webkit-order: 2;
  order: 2;
}
}

@media (min-width: 981px){
.division-logo-left{
	float: left;
}

.division-logo-right{
	float: right;
}
}


/* News */

.news-hero .et_pb_more_button.et_pb_button:hover{
  background-color: #0150A7!important;
}

.news-hero h2{padding-bottom:10px!important;}

@media (min-width: 767px){
  .news-hero h2{padding-bottom:20px!important;}
}

.news-block .et_pb_ajax_pagination_container article, .news-block .dp-dfg-items article{
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 24px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  transition: all 0.2s;
  cursor: pointer;
}

.news-block .et_pb_ajax_pagination_container article .entry-featured-image-url{order:1; margin:0;}

.news-block .et_pb_ajax_pagination_container article .post-meta{
  order:2;
  margin:0;
  padding: 20px 16px 0px;
  font-size: 14px;
  color: #962D94;
}
.news-block .et_pb_ajax_pagination_container article .post-meta a{color: #962D94;}

.news-block .et_pb_ajax_pagination_container article .post-meta a:hover,.news-block .et_pb_ajax_pagination_container article .post-meta a:focus, .news-block .et_pb_ajax_pagination_container article .post-meta a:active{
  color: #6D236C;}

.news-block .et_pb_ajax_pagination_container article .entry-title{
  order:3;
  margin:0;
  padding: 16px 16px 0px;
}
.news-block .et_pb_ajax_pagination_container article .post-content{
  order:4;
  margin:0;
  padding: 22px 16px 0px;
}

.news-block div:last-child{
  width: 100%;
}

.news-block .wp-pagenavi{
  text-align: center;
}

.news-block .wp-pagenavi .pages, .news-block .wp-pagenavi .first, .news-block .wp-pagenavi .last, .news-block .wp-pagenavi .page, .news-block .wp-pagenavi .current, .news-block .wp-pagenavi .extend {display: none;}

.news-block .wp-pagenavi .previouspostslink{
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.news-block .wp-pagenavi .nextpostslink{
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.news-block .wp-pagenavi .previouspostslink, .news-block .wp-pagenavi .nextpostslink{
  font-size: 16px!important;
  color: #024ddf!important;
}

.news-block .wp-pagenavi .previouspostslink:hover, .news-block .wp-pagenavi .nextpostslink:hover{
  color: #0150A7!important;
}

.news-block .dp-dfg-items article .entry-header{
  padding: 17px 0 0;
}

@media (min-width: 767px){
  .news-block .et_pb_ajax_pagination_container{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .news-block .et_pb_ajax_pagination_container article{
    float: none;
    width: 48%;
    margin: 3px 1% 40px!important;
  }

  .news-block .et_pb_ajax_pagination_container article:hover, .news-block .dp-dfg-items article:hover{
    margin-top: 0!important;
    margin-bottom: 43px!important;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
  }

  .news-block .et_pb_ajax_pagination_container article:hover h2 a, .news-block .dp-dfg-items article:hover h2 a{
    color: #024ddf;
  }

  .news-block .wp-pagenavi {
    width: 100%;
    margin: 0 1%;
    text-align: right;
  }


  .news-block .wp-pagenavi .previouspostslink, .news-block .wp-pagenavi .nextpostslink{
    float: none;
  }

  .news-block .wp-pagenavi .previouspostslink{margin-right: 10px;}

  .news-block .wp-pagenavi .nextpostslink{margin-left: 10px;}

}


@media (min-width: 981px){
  .news-block .dp-dfg-items{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .news-block .dp-dfg-items article{
    float: none;
    width: 31%;
    margin: 3px 1% 40px!important;
  }

  .news-block .et_pb_ajax_pagination_container article{
    width: 31%;
  }

  .news-block .wp-pagenavi{
    margin-right: 2%;
  }

  #news-block-4 .et_pb_ajax_pagination_container article{
    width: 23%;
  }


  /*.news-block .wp-pagenavi .first, .news-block .wp-pagenavi .last, .news-block .wp-pagenavi .page, .news-block .wp-pagenavi .current, .news-block .wp-pagenavi .extend {
    display: inline-block;
    font-size: 16px!important;
  }

  .news-block .wp-pagenavi .first{
    margin-right: 25px;
  }

  .news-block .wp-pagenavi .last{
    margin-left: 25px;
  }

  .news-block .wp-pagenavi .extend {
    font-weight: normal!important;
  }

  .news-block .wp-pagenavi .first, .news-block .wp-pagenavi .last{
    color: #024ddf!important;
  }

  .news-block .wp-pagenavi .page{
    width: 35px;
    border: 1px solid #024ddf!important;
    text-align: center;
  }*/


}

#news-block-4 .et_pb_ajax_pagination_container article .post-content{
  display: none;
}

/*top news post*/
.news-block#top-post .et_pb_ajax_pagination_container article{
  width:100%;
  background: #ffffff;
}

.news-block#top-post a.more-link{
  padding-top: 5px;
  font-weight: bold;
  font-variant: normal;
}

.news-block .et_pb_ajax_pagination_container article:hover a.more-link, .news-block .dp-dfg-items article:hover a.more-link{
  text-decoration: underline;
}

@media (min-width: 1100px){
  .news-block#top-post .et_pb_ajax_pagination_container article{
    display: block;
    position: relative;
    padding-bottom: 0;
  }

  .news-block#top-post .et_pb_ajax_pagination_container article a.entry-featured-image-url{
    display: inline-block;
    float: left;
    width: 50%;
  }

  .news-block#top-post .et_pb_ajax_pagination_container article .et_main_video_container{
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 0px;
  }

  .news-block#top-post .et_pb_ajax_pagination_container article h2.entry-title,
  .news-block#top-post .et_pb_ajax_pagination_container article .post-content{
    display: inline-block;
    float: left;
    width: 50%;
  }

  .news-block#top-post .et_pb_ajax_pagination_container article h2.entry-title{
    padding-top: 22px;
  }

  .news-block.with-meta#top-post .et_pb_ajax_pagination_container article h2.entry-title{
    padding-top: 50px;
  }

  .news-block#top-post .et_pb_ajax_pagination_container article .post-content{
    padding-top: 13px;
    padding-bottom: 16px;
  }

  .news-block#top-post .et_pb_ajax_pagination_container article p.post-meta{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }


}


/* news highlight*/

.news-highlights{
  padding: 0 4px;
}

.news-highlights .et_pb_column{
  margin-bottom: 30px!important;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  transition: all 0.2s;
  cursor: pointer;
}

.news-highlights .et_pb_ajax_pagination_container article{
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}


.news-highlights .et_pb_ajax_pagination_container article .entry-featured-image-url{order:1; margin:0;}

.news-highlights .et_pb_ajax_pagination_container article .post-meta{
  order:2;
  margin:0;
  padding: 20px 16px 0px;
  font-size: 14px;
  color: #962D94;
}
.news-highlights .et_pb_ajax_pagination_container article .post-meta a{color: #962D94;}

.news-highlights .et_pb_ajax_pagination_container article .entry-title{
  order:3;
  margin:0;
  padding: 16px 16px 24px;
}

.news-highlights .et_pb_ajax_pagination_container article .post-content{
  display: none;
}



@media (min-width: 767px){
  .news-highlights{
    padding: 0;
  }

  .news-highlights .et_pb_column{
    margin-top: 3px!important;
  }

  .news-highlights .et_pb_column:hover{
    margin-top: 0!important;
    margin-bottom: 33px!important;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
  }
}

/*news category*/
.category #main-content .container:before {display: none;}

.category h1{
  display: block;
  width: 100%;
  clear: both;
}

.category #left-area{
  padding-bottom: 50px;
}

.category #left-area article{
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  transition: all 0.2s;
  cursor: pointer;
}

.category #left-area article .entry-featured-image-url{order:1; margin:0;}

.category #left-area article .post-meta{display: none;}

.category #left-area article .entry-title{
  order:2;
  margin:0;
  padding: 16px;
  font-size: 18px!important;
  line-height: 1.5em!important;
}
.category #left-area article .post-content{
  order:3;
  margin:0;
  padding: 0px 16px 24px;
}

.category .wp-pagenavi{
  text-align: center;
}

.category .wp-pagenavi .pages, .category .wp-pagenavi .first, .category .wp-pagenavi .last, .category .wp-pagenavi .page, .category .wp-pagenavi .current, .category .wp-pagenavi .extend {display: none;}

.category .wp-pagenavi .previouspostslink{
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.category .wp-pagenavi .nextpostslink{
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.category .wp-pagenavi .previouspostslink, .category .wp-pagenavi .nextpostslink{
  font-weight: bold!important;
  font-size: 16px!important;
  color: #024ddf!important;
}

.category .wp-pagenavi .previouspostslink:hover, .category .wp-pagenavi .nextpostslink:hover{
  color: #0150A7!important;
}

@media (min-width: 767px){

  .category h1{
    margin-left: 1%;
    margin-right: 1%;
  }

  .category #left-area{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .category #left-area article{
    float: none;
    width: 48%;
    margin: 3px 1% 40px!important;
  }

  .category #left-area article:hover{
    margin-top: 0!important;
    margin-bottom: 43px!important;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
  }

  .category .wp-pagenavi {
    width: 100%;
    margin: 0 1%;
    text-align: right;
  }


  .category .wp-pagenavi .previouspostslink, .category .wp-pagenavi .nextpostslink{
    float: none;
  }

  .category .wp-pagenavi .previouspostslink{margin-right: 10px;}

  .category .wp-pagenavi .nextpostslink{margin-left: 10px;}

}

@media (min-width: 981px){
  .category #left-area {
    width: 100%;
    margin: 0 auto;
    float: none !important;
    padding-bottom: 70px;
  }

  .category #left-area article{
    width: 31%;
  }

  .category .wp-pagenavi{
    margin-right: 2%;
  }

}

/*case studies*/

.case-studies article.dp-dfg-item{
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  transition: all 0.2s;
  cursor: pointer;
}

.case-studies article.dp-dfg-item .entry-title{
  order:3;
  margin:0;
  padding: 16px 0 0;
}

.case-studies article.dp-dfg-item .entry-summary{
  margin:0;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}


@media (min-width: 767px){
  .case-studies article.dp-dfg-item{
    float: left;
    width: 100%;
    margin-top: 3px!important;
    margin-bottom: 40px!important;
  }

  .case-studies article.dp-dfg-item:hover{
    margin-top: 0!important;
    margin-bottom: 43px!important;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
  }
  .case-studies article.dp-dfg-item:hover h2 a{
    color: #024ddf;
  }
}


@media (min-width: 981px){

  .case-studies article.dp-dfg-item{
    padding: 0;
  }

  .case-studies article.dp-dfg-item .dp-dfg-image{
    float: left;
    width: 50%;
    margin: 0;
  }

  .case-studies article.dp-dfg-item .dp-dfg-header, .case-studies article.dp-dfg-item .dp-dfg-content, .case-studies article.dp-dfg-item .dp-dfg-meta{
    float: left;
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .case-studies article.dp-dfg-item .dp-dfg-meta .terms a{
    font-weight: bold;
    color: #6D236C;
  }
}

@media (min-width: 1400px){
  .case-studies article.dp-dfg-item .dp-dfg-image{
    width: 30%;
  }

  .case-studies article.dp-dfg-item .dp-dfg-header, .case-studies article.dp-dfg-item .dp-dfg-content, .case-studies article.dp-dfg-item .dp-dfg-meta{
    width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-studies article.dp-dfg-item .dp-dfg-header{
    padding-top: 14px;
  }

  .case-studies article.dp-dfg-item .dp-dfg-content{
    padding-bottom: 30px;
  }
}

/*case studies loader*/

.dp-dfg-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

.my_custom_loader {
  margin: 20px auto 40px;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }
  .my_custom_loader .dot1, .my_custom_loader .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #024ddf;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  .my_custom_loader .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }


/*case studies category*/

/*news tax-project_category*/
.tax-project_category #main-content .container:before, .tax-project_tag #main-content .container:before {display: none;}

.tax-project_category h1, .tax-project_tag h1{
  display: block;
  width: 100%;
  clear: both;
}

.tax-project_category #left-area, .tax-project_tag #left-area{
  padding-bottom: 50px;
  width: 100%;
}

.tax-project_category #left-area article, .tax-project_tag #left-area article{
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  transition: all 0.2s;
  cursor: pointer;
}

.tax-project_category #left-area article .entry-featured-image-url, .tax-project_tag #left-area article .entry-featured-image-url{order:1; margin:0;}

.tax-project_category #left-area article .post-meta, .tax-project_tag #left-area article .post-meta{display: none;}

.tax-project_category #left-area article .entry-title, .tax-project_tag #left-area article .entry-title{
  margin:0;
  padding: 16px;
  font-size: 18px!important;
  line-height: 1.5em!important;
}
.tax-project_category #left-area article .post-content, .tax-project_tag #left-area article .post-content{
  margin:0;
  padding: 0px 16px 24px;
}

.tax-project_category .wp-pagenavi, .tax-project_tag .wp-pagenavi{
  text-align: center;
}

.tax-project_category .wp-pagenavi .pages, .tax-project_category .wp-pagenavi .first, .tax-project_category .wp-pagenavi .last, .tax-project_category .wp-pagenavi .page, .tax-project_category .wp-pagenavi .current, .tax-project_category .wp-pagenavi .extend,
.tax-project_tag .wp-pagenavi .pages, .tax-project_tag .wp-pagenavi .first, .tax-project_tag .wp-pagenavi .last, .tax-project_tag .wp-pagenavi .page, .tax-project_tag .wp-pagenavi .current, .tax-project_tag .wp-pagenavi .extend {display: none;}

.tax-project_category .wp-pagenavi .previouspostslink, .tax-project_tag .wp-pagenavi .previouspostslink{
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.tax-project_category .wp-pagenavi .nextpostslink, .tax-project_tag .wp-pagenavi .nextpostslink{
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.tax-project_category .wp-pagenavi .previouspostslink, .tax-project_category .wp-pagenavi .nextpostslink,
.tax-project_tag .wp-pagenavi .previouspostslink, .tax-project_tag .wp-pagenavi .nextpostslink{
  font-weight: bold!important;
  font-size: 16px!important;
  color: #024ddf!important;
}

.tax-project_category .wp-pagenavi .previouspostslink:hover, .tax-project_category .wp-pagenavi .nextpostslink:hover,
.tax-project_tag .wp-pagenavi .previouspostslink:hover, .tax-project_tag .wp-pagenavi .nextpostslink:hover{
  color: #0150A7!important;
}

@media (min-width: 981px){

  .tax-project_category h1, .tax-project_tag h1{
    margin-left: 1%;
    margin-right: 1%;
  }

  .tax-project_category #left-area article, .tax-project_tag #left-area article{
    float: none;
    width: 100%;
    margin: 3px 1% 40px!important;
  }

  .tax-project_category #left-area article:hover, .tax-project_tag #left-area article:hover{
    margin-top: 0!important;
    margin-bottom: 43px!important;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
  }

  .tax-project_category article, .tax-project_tag article {
    padding: 0;
  }

  .tax-project_category article .entry-featured-image-url, .tax-project_tag article .entry-featured-image-url{
    float: left;
    width: 50%;
    margin: 0;
  }

  .tax-project_category article .entry-title, .tax-project_category article .post-content, .tax-project_tag article .entry-title, .tax-project_tag article .post-content{
    float: left;
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tax-project_category .wp-pagenavi, .tax-project_tag .wp-pagenavi {
    width: 100%;
    margin: 0 1%;
    text-align: right;
  }


  .tax-project_category .wp-pagenavi .previouspostslink, .tax-project_category .wp-pagenavi .nextpostslink, .tax-project_tag .wp-pagenavi .previouspostslink, .tax-project_tag .wp-pagenavi .nextpostslink{
    float: none;
  }

  .tax-project_category .wp-pagenavi .previouspostslink, .tax-project_tag .wp-pagenavi .previouspostslink{margin-right: 10px;}

  .tax-project_category .wp-pagenavi .nextpostslink, .tax-project_tag .wp-pagenavi .nextpostslink{margin-left: 10px;}

}

@media (min-width: 1400px){
  .tax-project_category article .entry-featured-image-url, .tax-project_tag  article .entry-featured-image-url{
    width: 30%;
  }

  .tax-project_category article .entry-title, .tax-project_category article .post-content, .tax-project_tag  article .entry-title, .tax-project__tag article .post-content{
    width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tax-project_category article .entry-title, .tax-project_tag article .entry-title{
    padding-top: 14px;
  }

  .tax-project_category article .post-content, .tax-project_tag article .post-content{
    padding-bottom: 30px;
  }
}


/*news and case studies article*/

.single .et_pb_post,
.single .project{
  max-width: 700px;
  margin: 0 auto;
	width: 84%;
}

.single-post #main-content .container:before,
.single-project #main-content .container:before{display: none;}

.single-post article,
.single-project article {
  font-size: 16px;
  line-height: 1.6em;
  color: #262626;
}

.single-post article p.excerpt{
  margin-bottom: 12px;
}

.single-project article p.excerpt{
  font-size: 19px;
  line-height: 25px;
}

.single-post article .post-meta a,
.single-project article .post-meta a{color: #962D94!important;}

.single-post article .post-meta a:hover, .single-post article .post-meta a:focus, .single-post article .post-meta a:active,
.single-project article .post-meta a:hover, .single-project article .post-meta a:focus, .single-project article .post-meta a:active{
  color: #6D236C!important;}

.single-post article p:not(.has-background):last-of-type,
.single-project article p:not(.has-background):last-of-type {
  padding-bottom: 10px;
}

.single-post article cite,
.single-project article cite{
  color: #666666!important;
}

.single-post article figure,
.single-project article figure{
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 2em;
	text-align:center;
}

.single-post article figure figcaption,
.single-project article figure figcaption{
  text-align: left;
  font-style: italic;
  color: #666666!important;
}

.single-post article a,
.single-project article a{
  color: #024ddf;
}

.single-post article a:hover, .single-post article a:focus,
.single-project article a:hover, .single-project article a:focus{
  color: #0150A7;
}

.single-post article h1,
.single-project article h1{
  font-size: 23px;
  line-height: 1.4em;
}

.single-post article h2,
.single-project article h2{
  padding-bottom: 1em;
  font-size: 18px;
  line-height: 1.4em;
}

.single-post article h3, .single-post article h4, .single-post article h5 .single-post article h6,
.single-project article h3, .single-project article h4, .single-project article h5 .single-project article h6{
  font-size: 16px;
  line-height: 1.4em;
}

.single-post article .entry-content,
.single-project article .entry-content{
  padding-top: 20px;
}

.single-post .below-post,
.single-project .below-post {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.single-post .below-post h3,
.single-project .below-post h3{
  font-size: 22px;
}

.single-post .below-post ul,
.single-project .below-post ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.single-post .below-post li,
.single-project .below-post li{
  width: 100%;
  margin-top: 2px;
  margin-bottom: 15px;
}

.single-post .below-post li a,
.single-project .below-post li a{
  float: left;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #024ddf!important;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12);
  transition: box-shadow 0.2s;
}

.single-project #left-area .et_pb_gutters1{
  width: 100%;
  margin: 0;
  padding: 0;
}


@media (min-width: 767px){
  .single-post article h1,
  .single-project article h1{
    font-size: 30px;
  }

  .single-post article h2,
  .single-project article h2{
    font-size: 24px;
  }

  .single-post article h3, .single-post article h4, .single-post article h5 .single-post article h6,
  .single-project article h3, .single-project article h4, .single-project article h5 .single-project article h6{
    font-size: 20px;
  }

}

@media (min-width: 981px){

  .single.et_right_sidebar #left-area {padding-right: 0;}

  .single-post #left-area, .single-post .widget_recent_entries,
  .single-project #left-area, .single-project .widget_recent_entries {
    width: 100%;
    margin: 0 auto;
    float: none !important;
  }

  .single-post #left-area,
  .single-project #left-area {
    max-width: 1100px;
  }

  .single-post .below-post,
  .single-project .below-post {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .single-post .below-post li,
  .single-project .below-post li{
    width: 50%;
    margin-bottom: 15px;
  }

  .single-post .below-post li:nth-child(even), .single-project .below-post li:nth-child(even){padding-left: 7px;}
  .single-post .below-post li:nth-child(odd) .single-project .below-post li:nth-child(odd){padding-right: 7px;}

  .single-post .below-post li:hover,
  .single-project .below-post li:hover{
    margin-top: 0;
    margin-bottom: 17px;
  }

  .single-post .below-post li:hover a,
  .single-project .below-post li:hover a{
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15);
  }

}

/*news gallery ul*/

#left-area ul.blocks-gallery-grid, .comment-content ul.blocks-gallery-grid, .entry-content ul.blocks-gallery-grid, body.et-pb-preview #main-content .container ul.blocks-gallery-grid{
  padding-left: 0;
}


.social-share{
  width: 100%;
}

.social-share ul {
  display: inline-block;
  margin: 0;
  padding: 20px 0!important;
  text-indent: 0;
  list-style-type: none; }

.social-share.social-share-project ul {padding: 10px 0 20px!important;}

.social-share li {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 6px; }
  .social-share li:first-child {
    padding-left: 0; }

.social-share a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .social-share a img {
    max-width: 23px; }
  .social-share a:hover img, .social-share a:focus img {
    opacity: 0.6; }


@media (min-width: 768px) {
  .social-share ul {padding: 30px 0!important;}
  .social-share.social-share-project ul {padding: 20px 0 30px!important;}
  .social-share a img {
    max-width: 27px; } }


    .tooltip {
      position: absolute;
      visibility: hidden;
      top: 27px;
      left: 17px;
      width: 160px;
      padding: 7px 5px;
      text-align: center;
      opacity: 0;
      color: #262626;
      border: 1px solid #999999;
      border-radius: 2px;
      background-color: #ffffff;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
      font-size: 12px;
      font-weight: bold;
      line-height: 15px;
      margin-top: 10px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.7s;
      transition: all 0.7s; }
      .tooltip::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        border: 1px solid #777;
        border-width: 0 1px 1px 0;
        background-color: #fff;
        top: -7px;
        left: 50%;
        margin-left: -6px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      .tooltip.visible {
        visibility: visible;
        opacity: 1; }
      @media (min-width: 768px) {
        .tooltip {
          top: 30px;
          left: 18px; } }


/*clubs page*/

@media (min-width: 1400px){
  .clubs-text-1{padding-top:100px; padding-right:40px;}
  .clubs-text-2{padding-top:50px; padding-left:40px;}
  .clubs-text-3{padding-top:100px; padding-right:40px;}
  .clubs-text-4{padding-top:40px; padding-left:40px;}
  .clubs-text h1, .clubs-text h2{font-size:42px!important; line-height:1.4em!important;}
}

/*Wordpress styles*/

.wp-block-button{}

.wp-block-button__link{
  background-color: #024ddf!important;
  color: #ffffff!important;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 2px;
  transition: all 0.3s;
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active{
  background: #0150a7!important;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-5-23 16:38:14
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * Divi child theme css updates/includes
 * ----------------------------------------
 */
footer#main-footer {
    background-color: #000000;
}

.recommended-posts div.dp-dfg-items {
    padding: 0;
}

.recommended-posts .dp-dfg-item {
    padding: 0;
}

.recommended-posts .dp-dfg-skin-default figure {
    margin-bottom: 50px;
}

.recommended-posts figure:after {
    content: "";
    width: 123px;
    height: 9px;
    background: #024DDF;
    display: block;
    margin: 0px 70px 0 auto;
}

.recommended-posts article .entry-header {
    margin: 0 0 10px;
    padding: 0;
}

.blog-list h2 {
    font-weight: normal;
    line-height: 1;
}

.blog-list .dp-dfg-meta {
    font-size: initial;
    line-height: inherit;
    order: -1;
}

.blog-list .dp-dfg-layout-fullwidth article {
    padding: 35px 12px;
    align-items: center;
    grid-template-columns: 2fr 4fr 6fr!important;
    background-color: transparent;
}

.blog-list .entry-summary {
    padding-left: 3em;
}

.see-more-ps-news .et_pb_text_inner a {
    color: #024DDF;
}

.added-bussi-sol-menu .et_pb_toggle_content {
    padding-left: 0;
    margin: 0 -20px;
    width: auto;
    padding: inherit;
	padding-bottom: 5px;
    position: relative;
}

.added-bussi-sol-menu .et_pb_toggle_title {
    padding-right: 22px !important;
}

.added-bussi-sol-menu .et_pb_toggle_content hr {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 15px;
    margin-top: 5px;
	border-top-width: 0;
    border-bottom-width: 2px;
    border-bottom-color: #024DDF;
}

.inner-pages-title .entry-title {
    padding: 0;
}

.related-news>.container {
    padding-top: 0 !important;
    padding-bottom: 82px;
	
}

.related-news h3 {
    font-size: 40px;
    line-height: 1.01;
    padding-bottom: 34px;
    color: #024ddf;
}
.related-news ul li {
    padding: 35px 12px;
    border-top: 1px solid #121212;
    font-size: 16px;
    line-height: 1.6;
    display: grid;
    grid-template-columns: 2fr 4fr 6fr;
    align-items: center;
	cursor:pointer;
}

.related-news ul li:last-child {
    border-bottom: 1px solid #121212;
}

.related-news .news-title {
    font-size: 25px;
    line-height: 1.2;
    padding-left: 15px;
}

.related-news .news-excerpt {
    padding-left: 3em;
}

.container {
    width: 84%;
}

.published {
    color: #000;
}
.single-post #main-content > .container {
    width: 100%;
}

.single-post #main-content #left-area,
.single-post #left-area article {
/*     max-width: 100%; */
	font-size: 16px;
    line-height: 1.6;
}

.single-post .et_post_meta_wrapper > img {
    margin: 25px auto;
    display: block;
	width: 100%;
}
.single-post article h3, .single-post article h4, .single-post article h5 .single-post article h6, .single-project article h3, .single-project article h4, .single-project article h5 .single-project article h6 {
	font-size: 1.75em;
	line-height: 1.2em;
	padding-bottom: .75em;
}
.single-post article h1, .single-project article h1 {
    display: flex;
    align-items: center;
}
.single-post #main-content {
    background-color: #fff;
    background-image: url(https://b2busdev.wpengine.com/wp-content/uploads/2022/03/top-left-v1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.footer-widget p strong {
    font-size: 1.25em;
}

#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
	background-color: #024DDF;
}

.category-nav #sticky-nav {
    display: flex;
    justify-content: space-between;
}

.category-nav:after {
    display: none;
}

@media screen and (min-width:980px) {
    .recommended-posts img {
        padding-right: 50px;
    }
.single-post article h1, .single-project article h1 {
	padding: 30px 0;
    font-size: 30px;
}
	.related-news>.container {
    width: 70%;
	padding-left:15px;
	padding-right:15px;
	
}
}

@media screen and (min-width: 768px) {
	
	button#hamburger-menu,.menu-overlay {
		display: none !important;
	}
	#top-menu, #et_top_search, #main-content, #main-footer {
		display:block !important;
	}
	
.category-nav > div {
/*     width: auto !important; */
}

}
@media screen and (max-width:980px) and (min-width:768px) {
    .category-nav {
        display: flex;
        justify-content: space-between;
        max-width: 860px !important;
    }
    .category-nav:after {
        display: none;
    }
    .category-nav>div {
/*         width: auto !important; */
        float: none;
    }
    .blog-list .dp-dfg-layout-fullwidth article {
        padding: 27px 16px;
    }
    .recommended-posts .dp-dfg-skin-default figure {
        margin-bottom: 27px;
    }
    .recommended-posts figure:after {
        width: 68.02px;
        height: 4.87px;
        margin: 0px 20px 0 auto;
    }
    .blog-list .entry-summary {
        padding-left: 2em;
    }
    .related-news h3 {
        font-size: 30px;
        line-height: .9;
        padding-bottom: 22px;
    }
    .published {
        font-size: 15px;
    }
    .published {
        font-size: 15px;
    }
    .related-news ul li {
        font-size: 15px;
    }
    .related-news ul li {
        padding: 25px 12px;
    }
    .related-news .news-title {
        font-size: 26px;
    }
.single-post article h1, .single-project article h1 {
	padding: 10px 0 32px;
}	
	.et_header_style_left #et-top-navigation nav>ul>li>a {
      padding: 2px 8px 18px;
      font-size: 12px;
   }
	
	#et_top_search {
    margin: -5px 0 0 13px;
    float: left;
}
}

@media screen and (max-width: 768px) {
    .recommended-posts img {
        padding-right: 0px;
    }
    .blog-list .dp-dfg-meta {
        font-size: 1.2em;
    }
    .added-bussi-sol-menu .et_pb_toggle_content hr {
        border-top-width: 0;
    }

	.single-post .entry-content img.alignright, 
	.single-post .entry-content img.alignleft{
    display: block;
    float: none;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
    .published {
        font-size: 15px;
    }
    .recommended-posts .dp-dfg-skin-default figure {
        margin-bottom: 27px;
    }
    .recommended-posts figure:after {
        width: 115px;
        height: 8.23px;
        margin: 0px 20px 0 auto;
    }
    .blog-list .dp-dfg-layout-fullwidth article {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px 0;
        margin: 0 -15px;
    }
    .blog-list .entry-summary {
        padding-left: 0;
    }
    .blog-list .dp-dfg-meta {
        font-size: 1.5em;
    }
    .recommended-posts article+article {
        margin-top: 25px;
    }
    .related-news h3 {
        font-size: 26px;
        line-height: .9;
        padding-bottom: 40px;
    }
    .related-news>.container {
        padding-bottom: 45px;
    }
	.related-news ul li {
    padding: 18px 0 27px;
    font-size: 15px;
		display: block;
}

.related-news .news-date {
    margin-bottom: 10px;
}

.related-news .news-title {
    font-size: 28px;
    padding: 0 0 10px;
}

.related-news .news-excerpt {
    padding: 0;
}
.single-post #main-content #left-area,
.single-post #left-area article {
	font-size: 15px;
}
	.single-post #main-content {
		background-position: top left;
	}
.single-post article h1, .single-project article h1 {
    padding: 0 0 20px;
    font-size: 23px;
}
	.single-post #main-content > .container {
		padding-top: 50px !important;
	}
}

@media screen and (max-width: 479px) {
    .category-nav>div {
        width: 100% !important;
		max-width:470px;
    }
}
/**
 * ----------------------------------------
 * animation scale-out-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}
@keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}


@-webkit-keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}
@keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}



@-webkit-keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);

  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);

  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);

  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);

  }
}

@-webkit-keyframes rotate180 {
 0% {
   -webkit-transform: rotate(0deg);
           transform: rotate(0deg);

 }
 100% {
   -webkit-transform: rotate(-180deg);
           transform: rotate(-180deg);

 }
}
@keyframes rotate180 {
 0% {
   -webkit-transform: rotate(0deg);
           transform: rotate(0deg);

 }
 100% {
   -webkit-transform: rotate(-180deg);
           transform: rotate(-180deg);

 }
}


/* header-print-btn style */
a.print-button {
    padding: 10px 16px 10px 30px;
    display: inline-block;
    border: 1px solid #fff;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    margin-left: 20px;
	position:relative;
}
a.print-button:before {
    content: '';
    position: absolute;
    left: 8px;
    background: url(/wp-content/uploads/2023/08/Print-at-home-tickets.png);
    width: 24px;
    height: 24px;
}

a.print-button:hover{
	border-color:#024ddf;
	background-color:#024ddf;
	color:#fff;
}
.text-with-print-btn {
    display: flex;
    width: 100% !important;
    justify-content: flex-start;
    align-items: center;
}

.title-border-subheader h1:before{
	bottom:14px !important;
}

/* TOU PAGE NAVIGATION DESIGN */
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
    flex-direction: column !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul li {
    padding-bottom:10px;
	min-width:230px;
	width:230px;
	position:relative;
	flex-wrap:wrap;
	padding-left:0px;
}

ul#menu-policy-page-banner-menu li:after,ul#menu-policy-page-banner-menu li ul.sub-menu li:after {
    position: absolute;
    right: 0px;
    content: '';
    top: 0px;
    width: 24px;
    height: 24px;
    content: "\24";
    font-family: "ETModules";
    font-size: 20px;
	display:block !important;
}
ul#menu-policy-page-banner-menu li ul.sub-menu li:after {
    right: 0;
    top: 8px;
}

ul#menu-policy-page-banner-menu li.menu-item-has-children:after{
	    content: "3";
}
ul#menu-policy-page-banner-menu li.icon-up:after{
	content: "2";
}

ul#menu-policy-page-banner-menu li.privacy-policy-nav-item:after{
	content: ' ';
    background: url(https://globaltou.wpengine.com/wp-content/uploads/2023/09/External_Link@3x.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
}
#menu-policy-page-banner-menu li.et-hover a:before, 
#menu-policy-page-banner-menu li.current-menu-item a:before,
#menu-policy-page-banner-menu li ul.sub-menu li.current-menu-item a:before{
    content: '';
    width: 100%;
    height: 10px;
    background: #024ddf;
    left: 12px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
	top:8px;
}

#menu-policy-page-banner-menu li ul.sub-menu li.current-menu-item a:before,#menu-policy-page-banner-menu li ul.sub-menu li.et-hover a:before {
    top: 20px !important;
}
#menu-policy-page-banner-menu li ul.sub-menu{
	padding: 0;
    text-align: left;
    background-color: transparent !important;
    border: 0px solid #ddd;
    left: 0;
    border-radius: 0;
    position: relative;
    width: 100%;
    box-shadow: none;
	top:0;
	height:0;
	transition:all .4s ease-in;
}

.nav#menu-policy-page-banner-menu li>ul.sub-menu{
	opacity:0;
	visibility:hidden;
	pointer-events:none;
}
.nav#menu-policy-page-banner-menu li>ul.sub-menu li a {
    color: #fff !important;
}
.nav#menu-policy-page-banner-menu li>ul.sub-menu.et-show-dropdown-menu{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	height:100%;
}
.nav#menu-policy-page-banner-menu li>ul.sub-menu li{padding:0px;}
.et-menu .menu-item-has-children>a:first-child {
    padding-right: 0;
}

/* #menu-policy-page-banner-menu li.et-hover ul.sub-menu li,
.nav#menu-policy-page-banner-menu li>ul.sub-menu.et-show-dropdown-menu li{
	padding:0;
} */
#menu-policy-page-banner-menu li ul.sub-menu li a{
	padding: 5px 15px;
	padding-right:0px;
    width: auto;
    display: inline-block;
	color:#fff !important;
}


#menu-policy-page-banner-menu li.et-hover ul.sub-menu li a:before{
	height: 0px;
}
#menu-policy-page-banner-menu li.et-hover ul.sub-menu li p:after{
	display:none;
}
#menu-policy-page-banner-menu{
	min-height:320px;
}
#menu-policy-page-banner-menu li ul.sub-menu li.et-hover a:before,#menu-policy-page-banner-menu li ul.sub-menu li.current-menu-item a:before{
	height:10px;
	left: 24px;
    bottom: 8px;
	width: 100%;
    max-width: 170px;
}
#menu-policy-page-banner-menu li ul.sub-menu li.resale-purchase-policy-nav-item a:before {
    max-width: 149px;
}
.et-menu .menu-item-has-children>a:first-child:after,#menu-policy-page-banner-menu li ul.sub-menu li:after{
	display:none;
}









@media (max-width:1300px) and (min-width:1024px){
	.et_pb_gutters3 .et_pb_section--with-menu .et_pb_column, .et_pb_gutters3 .et_pb_section--with-menu .et_pb_row .et_pb_column{
		margin-right:0;
	}
	.title-border.title-border-subheader h1{
		font-size:60px;
	}
	.one-line-border h1:before {
    max-width: 230px;
}
}

@media screen and (max-width:360px){
	.title-border.title-border-subheader h1{
		font-size:22px;
		line-height:22px;
	}
	.one-line-border h1:before {
    max-width: 80px;
}
}
@media (min-width:361px) and (max-width:480px){
	.one-line-border h1:before {
    max-width: 120px;
}
}
@media (min-width:768px) and (max-width:1023px){
	.one-line-border h1:before {
    max-width: 205px;
}
}


@media (min-width:981px) and (max-width:1023px){
	.et_mobile_nav_menu{
		display:block !important;
	}
	.et_pb_menu .et_pb_menu__menu {
    display: none;
}
/* 	.et_pb_gutters3 .et_pb_column{
		margin-right:20px !important;
	} */
	.et_pb_gutters3 .et_pb_column_3_4,.et_pb_gutters3 .et_pb_column_1_4{
		width:100% !important;
	}
}

@media (min-width:768px) and (max-width:980px){
	.otnotice-menu{
		width:240px !important;
		margin-left:0 !important;
	}
	.otnotice-sections {
    margin-left: 240px !important;
    margin-right: 0 !important;
}
	ul.otnotice-menu{
		top:165px;
		height:90vh;
	}
	header#main-header.et-fixed-header {
    height: 64px !important;
}
}

/* responsive footer */

@media screen and (max-width:1023px){
	footer#main-footer .container:first-child {
    display: none;
}
	#footer-logo, #et-footer-nav,.bottom-nav{
		padding:0;
	}
	ul.bottom-nav{
	line-height: 20px;
    padding-bottom: 10px;
	}
	.secondary-footer,#footer-logo,#footer-bottom {
    width: 100%;
    text-align: center;
}

}
