a {
    color: #2d6ec2;
}
a:visited {
	color: #2c5792;
} 
body .h3, body h3 {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 600;
}

@font-face {
  font-family: "lightcase";
  src: url(../fonts/lightcase-aa8cf0ca7ea275cade12b18883ec9f535901498eda08613a7f8ad128d9311e15.eot?55356177);
  src: url(../fonts/lightcase-aa8cf0ca7ea275cade12b18883ec9f535901498eda08613a7f8ad128d9311e15.eot?55356177#iefix)
      format("embedded-opentype"),
    url(../fonts/lightcase-43182bb40f1da1bc00e452221a9cb359701c7b32e7cdb07acc4f789d70de80fb.woff?55356177)
      format("woff"),
    url(../fonts/lightcase-22018a2cffbea5e6da19f738420c84135b535223080bf56664c7801e7b584793.ttf?55356177)
      format("truetype"),
    url(../fonts/lightcase-afa28052a0ed0e4036efcca52945fa7cc732af1f1b0948cde6c9c2c9e7490f56.svg?55356177#lightcase)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="lightcase-icon-"]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.lightcase-icon-play:before {
  content: "\e800";
}
.lightcase-icon-pause:before {
  content: "\e801";
}
.lightcase-icon-close:before {
  content: "\e802";
}
.lightcase-icon-prev:before {
  content: "\e803";
}
.lightcase-icon-next:before {
  content: "\e804";
}
.lightcase-icon-spin:before {
  content: "\e805";
}
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type="inline"] #lightcase-case,
  html[data-lc-type="ajax"] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type="error"]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type="image"] #lightcase-content,
  html[data-lc-type="video"] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type="inline"] #lightcase-content,
html[data-lc-type="ajax"] #lightcase-content,
html[data-lc-type="error"] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  html[data-lc-type="inline"] #lightcase-content,
  html[data-lc-type="ajax"] #lightcase-content,
  html[data-lc-type="error"] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type="inline"]
    #lightcase-content
    .lightcase-contentInner
    > *:not(iframe),
  html[data-lc-type="ajax"]
    #lightcase-content
    .lightcase-contentInner
    > *:not(iframe),
  html[data-lc-type="error"]
    #lightcase-content
    .lightcase-contentInner
    > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type="iframe"]
    #lightcase-content
    .lightcase-contentInner
    iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type="image"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="video"] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  html[data-lc-type="inline"]
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap,
  html[data-lc-type="ajax"]
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap,
  html[data-lc-type="error"]
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type="error"])
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
.lightcase-open body {
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type="image"]):not([data-lc-type="video"]):not(
      [data-lc-type="flash"]
    ):not([data-lc-type="error"])
    #lightcase-info {
    position: static;
  }
}
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*="lightcase-icon-"] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
a[class*="lightcase-icon-"],
a[class*="lightcase-icon-"]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*="lightcase-icon-"] > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*="lightcase-icon-"]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
.lightcase-isMobileDevice a[class*="lightcase-icon-"]:hover {
  color: #aaa;
  text-shadow: none;
}
a.lightcase-icon-close[class*="lightcase-icon-"] {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
a.lightcase-icon-prev[class*="lightcase-icon-"] {
  left: 15px;
}
a.lightcase-icon-next[class*="lightcase-icon-"] {
  right: 15px;
}
a.lightcase-icon-pause[class*="lightcase-icon-"],
a.lightcase-icon-play[class*="lightcase-icon-"] {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  a.lightcase-icon-pause[class*="lightcase-icon-"],
  a.lightcase-icon-play[class*="lightcase-icon-"] {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  a[class*="lightcase-icon-"] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  a[class*="lightcase-icon-"] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*="lightcase-icon-"]:hover,
  #lightcase-case:hover ~ a[class*="lightcase-icon-"] {
    opacity: 1;
  }
}
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



.site>header .navbar-brand img {
    width: auto;
    max-height: 60px;
    min-width: 60px;
	height: auto;
}

.site>header #main-nav {
    background: #2d6ec2;
	height: 107px;
}
div.phoneItem {
    font-weight: 700;
	width: 200px;
	    position: absolute;
    top: 20px;

}

.contactBox {
  display: flex;
  flex-direction: column-reverse;
}
.bottomContact {
  display: flex;
  justify-content: center;
}
.contactBox button {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  padding: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.wasBox button {
	position: relative;
	top: -2px;
}
.wasBox button:hover {
  background: #25d366;
}
.viberBox button:hover {
  background: #59267c;
}
.contactBox button img {
  width: auto;
  height: 24px;
  min-width: 20px;
  fill: #fc0 !important;
}

.st5 {
  fill: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  z-index: 9999;
}
.bottomContact button:active,
.bottomContact button:focus {
  outline: none;
}

.topContact .nav-link {
  color: #fff;
}

/** dev */
#menu-item-32404 , 
#menu-item-19268 , 
#menu-item-19270 , 
#menu-item-33603{
	display: none;
}

 form.navSearch {
    position: relative;
    top: 10px !important;
    z-index: 0;
    margin-bottom: 30px !important;
  }
  .searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    padding: 0px;
    position: relative;
    width: 240px;
    min-width: 1px;
    right: 0;
    top: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 300;
    transition: all 0.3s ease-in-out;
  }
  .searchbar.hover {
    width: 100% !important;
    background-color: transparent;
    color: #fff;
    height: 50px;
  }
  .searchbar.hover > .search_input {
    padding: 0 10px;
    caret-color: red;
    transition: width 0.4s linear;
    background-color: transparent;
    border-radius: 30px;
    height: auto;
  }
  .search_input::placeholder {
    color: #fff;
  }
  .search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    border-bottom: 1px solid #fff;
  }

form.navSearch {
  position: relative;
  top: -20px;
  width: 60px;
  z-index: 0;
}
.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 40px;
  background-color: transparent;
  border-radius: 30px;
  padding: 0px;
  position: absolute;
  width: auto;
  min-width: 40px;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 300;
  transition: all 0.3s ease-in-out;
}
.searchbar.hover {
  width: 240px;
  background-color: #353b48;
}
.search_input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.4s linear;
}
.searchbar.hover > .search_input {
  padding: 0 10px;
  width: 360px;
  caret-color: red;
  transition: width 0.4s linear;
  background-color: #353b48;
}
.searchbar.hover > .search_icon {
  background: white;
  color: #e74c3c;
}
.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
}

.searchBut {
  color: #f5f5f5;
  background: transparent;
  border: none;
  font-size: 18px;
}
.searchBut::placeholder {
  color: #fff;
}

form.navSearch {
	position: absolute;
    right: 20px;
    top: 30px !important;
    width: 360px;
}

body {
	    font-family: "Poppins", sans-serif;
		color: #212529;
}
body .h2,body h2 {
	color: #212529;
}
.site>header li .nav-link {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}
.nav-link {
	font-size: 15px;
}
.redShape {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/red-shape-2fd5e77bc35e1d5861f8a3b3b0a4270e9a65a6081ae0da25bcfec52f3e377f8a.png)
    no-repeat top;
  background-size: 120% 100%;
  width: 100%;
  max-width: 700px;
  margin: 60px auto 100px;
  padding: 2em 2em 3em 2em;
  z-index: 1;
  position: relative;
  text-align: center;
  height: auto;
  min-height: 300px;
}
img.ugTitle {
  display: block;
  position: absolute;
  top: -3em;
  left: 54%;
}

.home h1.hero-title {
	margin: 0.75em 2em;
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
	line-height: 1.2;
}

#post-2523 #left-sidebar {
	background: #E8EAED;
}

#gform_wrapper_1 {
	background-image: none;
	padding-left: 20px;
	padding-right: 20px;
}

#gform_wrapper_1 .gfield_html .h3, #gform_wrapper_1 .gfield_html h3 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.hero-block {
	/*background-image: url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/uglobal-homepage-hero-scaled.jpg); */
	background-image: url(../img/uglobal-homepage-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-color: #036;
	/*background-color: rgb(0,51,102);
background: linear-gradient(0deg, rgba(0,51,102,1) 50%, rgba(56,140,238,1) 100%);*/
}
.home #content {
	padding: 0;
}
.site>header .navbar-brand {
	padding-left: 0;
}

.free-evaluation-form-block {
	padding-left: 1.5rem !important;
}
#left-sidebar .co-mobile {
	margin: 0;
}

#field_1_3 {
	grid-column: 1 / 7 !important;	
}
#field_1_4 {
	grid-column: 7 / 13 !important;
}

#field_1_7 {
	grid-column: 1 / 7 !important;	
}

#field_1_16 {
	grid-column: 7 / 13 !important;	
}

#gform_submit_button_1 {
	   border: none !important;
    width: 170px;
    height: 50px;
	    margin: 0 auto;
	
	    color: #fff;
    text-transform: uppercase;
	border-radius: .25rem;
    font-weight: 600;
    font-size: 18px;
    background: #0a99ff;
}

.home .border-divider>.wp-block-column:nth-of-type(2)::before {
	border: none;
}

.hero-block ul.conferences-items.list-group {
	border-bottom: none;
}

section h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 2rem;
    text-align: left;
}

.advertise .icon {
    text-align: center;
    width: 100px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advertise .icon img {
    height: 40px;
}

.advertise .icon p {
    font-size: 0.8em;
    color: #666;
    width: 100%;
    margin: 2em 0 0;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
section.iconsArea {
	padding-top: 20px;
}

body .h2, body .h3, body .h4, body .h5, body .h6, body h2, body h3, body h4, body h5, body h6, body:not(.home) .entry-content .more-articles-group .h4, body:not(.home) .entry-content .more-articles-group h4 {
	font-family: "Poppins", sans-serif;
}

  .carouselControls {
    top: 5px;
    right: 16px;
    width: auto;
    height: 30px;
    display: flex;
    z-index: 999;
    float: none !important;
    clear: both;
    position: relative;
  }
  .owl-carousel .owl-stage-outer {
    width: 100%;
  }
.carouselControls {
 	width: 65px;
    height: 30px;
    position: absolute;
    float: right !important;
    right: 36px;
    top: -60px;
}
.carousel-control-next,
.carousel-control-prev {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  color: #fff;
  text-align: center;
  opacity: 1;
  float: left;
}
.carousel-control-prev-icon {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/arrow_left-69514f5a527bbd47e52383ab6ed7b8bdae0a4748bf37e387a0ca7f6c9113adc7.png)
    no-repeat 50%;
  background-size: auto;
  width: 30px !important;
  height: 30px;
  background-size: 50%;
}
.carousel-control-next-icon {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/arrow_right-c9204abc3727da1a771d4eb4be87b62194ccf63b0bc5e8edc3026290ba84b67a.png)
    no-repeat 50%;
  background-size: auto;
  width: 30px !important;
  height: 30px;
  background-size: 50%;
}

.owl-carousel .owl-item .indusImg img{
  height: auto;
  width: 100%;
  object-fit: cover;
  float: left; 
  margin-right: 1rem;
  object-position: center left;
}
.articleInner {
  border-radius: 4px;
  border: 1px solid rgba(132, 167, 193, 0.29);
  padding: 1rem;
  margin: 1rem auto;
	position: relative;
	min-height: 575px;
}
article h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}
article h4 a {
  color: #212121;
}
.indusDate {
  font-size: 0.75rem;
  color: #999;
}
.indusContent {
  display: block;
  font-weight: 400;
  color: #666;
  float: none;
  clear: both;
  margin: 2rem 0 0;
	/*margin-top: 100px; */
}

body .h2, body .h2 a, body h2, body h2 a, body:not(.home) .entry-content .more-articles-group .h4, body:not(.home) .entry-content .more-articles-group .h4 a, body:not(.home) .entry-content .more-articles-group h4, body:not(.home) .entry-content .more-articles-group h4 a {
	font-size: 44px;
    padding-top: .5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 48px;
	font-weight: 600;
    color: #212529;
}
section h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 2rem;
    text-align: left;
	color: #212529;
}
.heading {
	font-family: "Poppins",sans-serif;
	letter-spacing: 0;
	text-transform: none;
}
section {
	padding: 0 24px;
}
section.industryNews {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.recent-qa .heading,.industry-news-block .heading, .top-contributors .heading {
	padding: 0 48px;
}

.recent-blog .wp-block-post-title a {
	color: #212121;
	font-size: 17px;
	font-weight: 400;
	padding-right: 8px;
	margin-top: 10px;
}
.recent-blog .wp-block-post-title {
	font-weight: 400;
    font-size: 1.125rem;
    color: #00477a;
    line-height: 24px;
    margin-top: 0;
    padding-top: .5rem;
    display: inline;
	
	/*position: absolute;*/
    /*width: 60%;*/
    top: 5px;
}

.recent-blog .wp-block-post-author__content, .recent-blog .wp-block-post-date {
	/*margin-top: 100px; */
}

.recent-qa {
	position: relative;
}
.home .recent-qa .more-articles-group  {
	position: relative;
}
.questionInner {
  border-left: 5px solid #2d6ec2;
  padding-left: 15px;
	padding-right:15px;
}
.recent-qa h5 {
    font-size: 18px;
    font-weight: 900;
}
.questionInner .metaInfo {
    font-size: 14px;
    font-weight: 400;
	    color: #666;
}

 .recent-qa .more-articles-group .list-group.qa-page .list-group-item .h3 a,  .recent-qa .more-articles-group .list-group.qa-page .list-group-item h3 a {
	    font-size: 18px;
    font-weight: 900;
    color: #2d6ec2;
    line-height: 22px;
	font-family: "Poppins", sans-serif;
}
.home .recent-qa .more-articles-group .list-group.qa-page .list-group-item .h3 a, .home .recent-qa .more-articles-group .list-group.qa-page .list-group-item h3 a {
	    font-size: 18px;
    font-weight: 900;
    color: #2d6ec2;
    line-height: 22px;
	font-family: "Poppins", sans-serif;
}

 .recent-qa .more-articles-group .list-group.qa-page .list-group-item {
	padding: 0;
    border: none;
    margin-bottom: 0;
}

.testiBox {
	padding: 0 24px;
}

 .recent-qa .more-articles-group .list-group.qa-page .list-group-item p,  .recent-qa .more-articles-group .list-group.qa-page .list-group-item time {
	font-size: 14px;
	font-weight: 400;
}

.more-articles-group .directory-results .directory-result a .avatar img,.more-articles-group .directory-results .directory-result a .avatar {
	width: 84px;
	height: 84px;
}

.more-articles-group .directory-results .directory-result a {
	grid-template-columns: 84px 1fr;
}

.directory-result .content {
	width: 90%;
	
}

.top-contributors .more-articles-group {
	margin-left: 40px;
	position: relative;
}

.directory-results .directory-result a {
	border-bottom: none;
	
}

.directory-results .directory-result a .content .h3, .directory-results .directory-result a .content h3 {
	font-size: 16px;
	color: #2d6ec2;
}

.magazine-block {
	padding: 40px 40px;
}

.magCover {
    text-align: center;
    padding: 0 24px;
    background: url(../img/blob1-02a39df943a8b4fe29d7ed4506b143ab395020d147b3dd307ee1a5153be75e78.svg) no-repeat top left, url(../img/blob2-36cebfa3284630b2cb81423f9ccb2bac339f60b70676038c4840ee91c5fc565d.svg) no-repeat top right;
    background-size: 90% 95%;
}

.magCover .wp-block-image img {
	width: 414px;
}

.magContent p {
	color: #666;
    font-size: 16px;
    line-height: 32px;
	margin-top: 30px;
}

.advertiseCTA {
  background: url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/adBlockBg-860e69f1fe94d9e73048858599535d5b4de085cb1c12c058ee71d4bb4218aaaf.png)
    no-repeat;
  background-size: cover;
  min-height: 256px;
  margin-top: 5%;
}
.advertiseCTA .CTA {
  margin: 10% 0 0 5%;
  /*padding: 1% 6%;*/
	padding: 10px 50px;
    white-space: nowrap;
}

.CTA, .CTA:visited {
    background: #fb4d3d;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}
a.CTA:hover,
a.CTA:active,
a.CTA:focus {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
	opacity: 0.9;
	background: #fb4d3d;
}

.slants {
	padding: 48px 24px;
  background: #fff
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/full_slant-93a0cb60b745c3883f3f86479b2aefdb307434121997d6d33d1bc42f10b93ca8.jpg)
    no-repeat 50%;
  color: #fff;
}
.slant-left {
  padding: 8px 32px 8px 0;
  width: 50%;
}
.slant-right {
  padding: 8px 0 8px 32px;
  width: 50%;
}
.slants p {
  font-size: 16px;
  font-weight: 600;
	margin-top: 20px;
}
.slants h3 {
  font-weight: 600;
  font-size: 32px;
}

.btn-primary, .btn-primary:visited {
    color: #fff;
    background-color: #2d6ec2;
    border-color: #2d6ec2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
#wrapper-footer a.CTA {
	color: #ffffff;
}

.countries {
  background: #2d6ec2;
  color: #fff;
	padding-top: 48px;
}
.countries h2 {
	color: #fff;
	width: auto;
}
.countries .countrySearch {
	width: auto;
}
.countries .countrySearch .form-control {
	    background: transparent;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
	
	        display: inline-block;
        width: auto;
        vertical-align: middle;
}
.countries .countrySearch .form-control::placeholder {
	color: white;
}
.row.topCountries {
  justify-content: space-between;
  align-items: first baseline;
  margin-bottom: 48px;
}
.countries h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.countries a {
  color: #fff;
}
.countries ul,
.countries li {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style-type: none;
  line-height: 2;
}
.countries ul {
  margin-bottom: 32px;
}
.europe li {
  width: 49.2%;
  display: inline-block;
}
.europe ul {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/europe-bb8b630cbe336f86c310aef56bb40d092c275e1e0dbcbf365ebc58e37fa53a68.png)
    no-repeat 50%;
  background-size: contain;
}
.asia {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/asia-b8a666e90d09508d09e821a48d05e07948d1ecf43d66bbfd06abb472d0971cec.png)
    no-repeat 50%;
  background-size: contain;
}
.mena {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/mena-470c8c890620a377493b12b8aa21e020915b208535e5a38b66b77902e33cbba5.png)
    no-repeat 50%;
  background-size: contain;
}
.caribbean ul {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/caribbean-a7f2554031fbeb391b44f676f1f1d42aaf1c09ced7f5ba319f8bdf1dc7f57c87.png)
    no-repeat 50%;
  background-size: contain;
}
.au {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/oceania-08a8d7a3c233777b90cca36c5dad22e9e959aca0096e1a3fb6e0b6c034e90aba.png)
    no-repeat 50%;
  background-size: contain;
}
.na {
  background: transparent
    url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/north-am-9a1912b44916a7154663086ef12bc259fad560ab0f7dfc34af7c2d75f6f178ea.png)
    no-repeat 50%;
  background-size: contain;
}

.searchBut {
  color: #f5f5f5;
  background: transparent;
  border: none;
  font-size: 18px;
}
.searchBut::placeholder {
  color: #fff;
}

article.eb5_countries .entry-title {
    font-size: 36px;
    font-weight: 600;
    padding: 0;
    font-family: Poppins, sans-serif;
    color: #212529;
}
	
.destinies h3 {
		    font-size: 24px;
}

.destinyOverlay {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
}
.destinyInner {
  position: relative;
  margin: 16px auto;
}
.destinyOverlay a {
  color: #fff;
}
.destinies {
  padding: 0;
  margin: 24px 0 40px;
}
.row.asiaRow {
    background: transparent url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/asia-b-3aa2559d2b9c898d528f0f97eb0db830faa2518e44faf8025840d39ae16337b9.png
) no-repeat 50%;
    background-size: cover;
}

.row.europeRow {
    background: transparent url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/europe-b-a9bd5c3353f350d0b58c81911862221c37093e3a98d99ab2b35d7e37873d395d.png
) no-repeat 50%;
    background-size: cover;
}

.row.caribbeanRow {
    background: transparent url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/caribbean-b-180811ffc307e417d5709bc43d062d4d08b482b4fe7d175cc8364ffed0313467.png

) no-repeat 50%;
    background-size: cover;
}


.row.australiaRow {
    background: transparent url(https://uglobalstg.wpenginepowered.com/wp-content/uploads/2025/02/oceania-b-b04493bda61b644ea8a4846466ccad762b20883a0e71de0dbf2bd987c305ad45.png


) no-repeat 50%;
    background-size: cover;
}

.post-type-archive-eb5_conferences article.eb5_conferences .conferences-grid ul li {
	width: 48% !important;
	 box-shadow: 0 0 28px rgba(0, 0, 0, 0.25);
	
	    text-align: center;
    padding-bottom: 20px;
}

.post-type-archive-eb5_conferences .pastEvents {
	margin-top: 40px;
	padding: 0;
	position: relative;
}
.post-type-archive-eb5_conferences .carouselControls{
	top: 10px;
}

.outerBox {
  position: relative;
  width: 100%;
  height: 228px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastEventOverlay {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  bottom: 45px;
  width: 90%;
  padding: 12px;
	
	display: none;
}
.pastEventOverlay h4 {
  font-size: 1rem;
}

.testimonials-container {
	position: relative;
	padding: 0 40px;
}
.testimonials-container  blockquote.testimonial {
	display: flex;
	flex-direction: row-reverse;
}
.testimonials-container  blockquote.testimonial  .meta {
	flex-direction: column;
}
.testimonials-container  .testimonials .testimonial .meta figure {
	width: 100px !important;
	height: 100px !important;
}
.testimonials-container .testimonials .testimonial .meta figure img {
	width: 100px !important;
	height: 100px !important;
}

.testimonials-container .testimonials .testimonial .meta .content {
	margin-top: 20px;
}
.testimonials-container .testimonials .testimonial {
	padding-right: 30px;
	border-bottom: none !important;
}

.post-type-archive-eb5_conferences .contribBox , 
.post-type-archive-eb5_conferences .recent-qa {
	position: relative;
}
.post-type-archive-eb5_conferences .recent-qa {
	margin-bottom: 80px;
}

.postid-32406 .gform_title {
	display: none;
}

.postid-32406 .sub-heading {
	display: none !important;
}

.post-type-archive-eb5_magazine .magCover {
	background: none;
}

section.umags {
  padding: 0;
}
.umags .magCover {
  margin: 32px auto;
  padding: 0 32px;
  background: unset;
}
.magInfo {
  display: flex;
  align-items: flex-start;
}
.currentMagCover {
  min-width: 320px;
}
.magContent .content p {
  font-size: 20px;
}
.row.recentMag h5 {
  font-size: 20px;
}
.currentMagInfo {
  padding: 0 24px;
}
.magContent .questionInner p.metaInfo {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.recentMag .questionInner {
  margin-bottom: 48px;
}
.magContent p.resume {
  font-size: 16px;
  line-height: 1.5;
}
.recentMag {
  margin-top: 5em;
}
.darkBlue.washedBlue {
  background: #6a92c8;
  font-size: 20px;
  margin-top: 32px;
}
.CTAshadow {
  padding: 8px 32px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
  margin: 24px auto;
}
.CTAshadow:hover {
  padding: 8px 32px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 24px auto;
}
.currentMagInfo h1 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 36px;
}
.currentMagInfo h2 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
}
.currentMagInfo h3 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 20px;
  color: #999;
}
.magSubscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px !important;
}

.grid-wrap {
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
}
.grid {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  min-height: 500px;
}
.js .grid {
  background: url(/wp-content/themes/understrap-child/img/loading-fa5b1e6e2e5d555d021de24acd9c867eecf3ce31fc856fe0605fd59656e1606e.gif)
    no-repeat 50% 100px;
}
.js .grid.loaded {
  background: none;
}
.grid li {
  display: inline-block;
  overflow: hidden;
  width: 314px;
  text-align: left;
  vertical-align: top;
}
.js .grid li {
  display: none;
  float: left;
}
.js .grid.loaded li {
  display: block;
}
.grid li > a,
.grid li img {
  display: block;
  outline: none;
  border: none;
}
.grid li img {
  width: 100%;
  height: auto;
}
.grid li > a {
  position: relative;
  overflow: hidden;
  margin: 7px;
}
.grid .curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #96cdc8;
}
.grid.swipe-right .curtain {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.grid.swipe-down .curtain {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.grid.swipe-rotate .curtain {
  width: 200%;
  height: 200%;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.grid .curtain::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
}
.grid.swipe-right .curtain::after,
.grid.swipe-rotate .curtain::after {
  left: -100%;
}
.grid.swipe-down .curtain::after {
  top: -100%;
}
.mediaContainer {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 2em;
}
.mediaHero {
  padding: 48px 24px 0;
}
.grid li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 16px;
  width: 100%;
  background: rgba(45, 110, 194, 0.8);
  color: #fff;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s;
}
.grid li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 100.5%;
  border: 0px solid transparent;
  background: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: border-width 0.2s, border-color 0.2s;
  transition: border-width 0.2s, border-color 0.2s;
}
.grid li.shown:hover h3 {
  color: #fff;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  background: #2d6ec2;
}
.grid li.shown:hover > a::before {
  border-width: 14px;
  border-color: #2d6ec2;
}
.grid.swipe-right li.animate .curtain {
  -webkit-animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
  animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}
@-webkit-keyframes swipeRight {
  0% {
  }
  50%,
  60% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@keyframes swipeRight {
  0% {
  }
  50%,
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.grid li.animate .curtain::after {
  -webkit-animation: fadeOut 1.5s ease forwards;
  animation: fadeOut 1.5s ease forwards;
  -webkit-animation-delay: inherit;
  animation-delay: inherit;
}
@-webkit-keyframes fadeOut {
  0% {
  }
  50%,
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
  }
  50%,
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.js .grid li img,
.js .grid li h3 {
  visibility: hidden;
}
.grid li.animate img,
.grid li.animate h3 {
  -webkit-animation: showMe 1.5s step-end forwards;
  animation: showMe 1.5s step-end forwards;
}
@-webkit-keyframes showMe {
  from {
    visibility: hidden;
  }
  60%,
  100% {
    visibility: visible;
  }
}
@keyframes showMe {
  from {
    visibility: hidden;
  }
  60%,
  100% {
    visibility: visible;
  }
}
.grid li.shown img,
.grid li.shown h3 {
  visibility: visible;
}
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: visible !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 760px !important;
}
.lightcase-contentInner img {
  width: auto !important;
  height: 80vh !important;
  max-height: 700px !important;
  max-width: initial !important;
  object-fit: cover;
  display: block;
  position: relative;
}
.site>header li:last-child .nav-link {
	color: #fff;
}
.breadcrumb {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2;
  font-family: "Poppins", sans-serif;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 1rem 0;
  margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #212121;
  content: ">";
}
.breadcrumb-item a {
  color: #2c5792;	
}
.single-post h1.entry-title {
color: #212529 !important;
    font-family: "Poppins", sans-serif;
    font-size: 36px !important;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.3 !important;
	margin-bottom: 0 !important;
}
.single-post .heading-meta span {
 	margin-right: 0;
	font-weight: 400;
}
.single-post .heading-meta {
	font-family: "Poppins",sans-serif;
	font-size: 16px;
	color: #212529;
	margin-top: 5px;
	font-weight: 400;
}
.authorBox {
  margin: 40px auto;
}
.authorProfile {
  margin: 0 auto;
  text-align: center;
  padding: 0 40px 0 0;
  width: 20%;
  min-width: 160px;
}
.authorProfile .circle {
  width: 120px;
}
.authorInner {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 24px auto;
}
.authorInfo {
  font-size: 14px;
  padding: 8px;
  line-height: 1.6;
  width: 80%;
}
.authorBox h4,
.authorBox h5 {
  text-transform: uppercase;
}

.authorBox h4 {
	font-size: 20px;
	font-weight: 600;
}
.authorBox h5 {
  text-transform: uppercase;
  margin: 0;
}

.widget h3 {
  font-size: 24px;
  font-weight: 600;
}
.buttons-widget {
  margin-top: 56px;
}
.widget p {
	margin-bottom: 10px;
}
.darkBlue {
  background: #1b4274;
  color: #fff !important;
  font-weight: 600;
}
.widget .btn.darkBlue:hover {
	opacity: 0.9;
		background-color: #1b4274;

}

.single-post .entry-content .wp-post-image img {
	margin-bottom: 40px;
}

.h1, .h2, .h3, .h4, .h5, .h6, body:not(.home) .entry-content .more-articles-group .h4, body:not(.home) .entry-content .more-articles-group h4, h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}
.single-eb5_conferences .entry-title {
	font-size: 32px;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
.archive #primary .entry-header .h1, .archive #primary .entry-header h1, .blog #primary .entry-header .h1, .blog #primary .entry-header h1, .page-template-default #primary .entry-header .h1, .page-template-default #primary .entry-header h1, .page-template-fullwidthpage #primary .entry-header .h1, .page-template-fullwidthpage #primary .entry-header h1, .single #primary .entry-header .h1, .single #primary .entry-header h1 {
	color: #212529;	
}

@media (min-width: 992px) {
	.archive #primary .entry-header .h1, .archive #primary .entry-header h1, .blog #primary .entry-header .h1, .blog #primary .entry-header h1, .page-template-default #primary .entry-header .h1, .page-template-default #primary .entry-header h1, .page-template-fullwidthpage #primary .entry-header .h1, .page-template-fullwidthpage #primary .entry-header h1, .single #primary .entry-header .h1, .single #primary .entry-header h1 {
	font-size:32px;
}
}

.conference-meta {
    color: #212529;
    font-size: 16px;
	line-height: 1.125rem;
    font-weight: 400;
    margin: -.5rem 0 1.5rem;
}
.single-eb5_conferences .entry-title {
	margin-bottom: 10px !important;
}

.archive #primary .entry-header, .blog #primary .entry-header, .page-template-default #primary .entry-header, .page-template-fullwidthpage #primary .entry-header, .single #primary .entry-header {
	margin-bottom: 0;
	border-bottom: none;
}

.citizenship {
  padding: 16px 24px 32px;
}
.blueBoxes {
  background: #193366;
  color: #fff;
  padding: 0;
}
.blueBoxes h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  padding: 16px 16px 0;
}
.blueRows {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.req {
  background: #2d6ec2;
}
.mob {
  background: #24589b;
}
.blueLeft {
  width: 60px;
  height: 60px;
  border-right: 5px solid #fff;
  display: flex;
  align-items: center;
}
.blueRight {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding-left: 16px;
}
.blueRight .huge {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.smallText {
  font-size: 12.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.content .nav-tabs .nav-link {
  color: #666;
}
.content .nav-tabs .nav-link:hover {
  color: #333;
}
.content .nav-tabs .nav-item.show .nav-link,
.content .nav-tabs .nav-link.active {
  color: #2d6ec2;
	font-size: 16p;
	font-weight: 600;
}
.content .tab-content {
  margin: 24px auto;
}
.questions {
  margin: 32px auto;
}
.tab-pane li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  float: left;
  margin-left: -1.5em;
  color: #0074d9;
}
.tab-pane .qaBox {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.qaTabCol {
  width: 25%;
  min-width: 160px;
  padding: 16px;
  text-align: center;
}
.tab-pane .metainfo {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #666;
}
#myTabContent ul,
#myTabContent li {
    list-style-type: none;
    padding: 10px;
    margin: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs li .nav-link.active  {
    color: #212121;
    background-color: #fff;
    border-color: transparent;
    border-bottom-color: transparent;
    border-bottom: 3px solid #2d6ec2;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link , .nav-tabs li .nav-link{
    display: block;
    padding: 0.5rem;
    margin-right: 1rem;
	background-color: #ffffff;
    font-weight: 600;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.post-type-archive-eb5_magazine .recentMag h3 {
	font-size: 24px;
}
.post-type-archive-eb5_magazine .recentArticles h5 a {
	font-size: 20px;
	color: #2c5792 !important;
}

.post-type-archive-eb5_magazine .questionInner h5 a {
	color: #2c5792 !important;
}

.post-type-archive-eb5_magazine .row.recentMag h5 {
	font-size: 20px;
}
.post-type-archive-eb5_magazine .row.recentMag .metaInfo,
.post-type-archive-eb5_magazine .questionInner .metaInfo{
	margin-top: 0;
}

.post-type-archive-eb5_magazine .row.recentMag p {
	font-size: 16px !important;
	line-height: 24px !important;
}

.post-type-archive-eb5_magazine .magContent .content {
	margin: 0 47px;
}

article.eb5_conferences .conferences-grid ul {
	flex-direction: row !important;
}

#articles .row {
    margin: 40px 0;
}

.single-eb5_countries #left-sidebar ul.conferences-items.list-group {
	border-bottom: none !important;
}

.container-fluid {
	width: 100%;
	max-width: 100%;
}

.post-type-archive-eb5_podcast .testimonials-section {
	margin-top: 80px;
}

.podcast_host .host_picture img {
    height: 150px;
    width: 150px;
}

.more-text {
	display: none;
}
.formBox {
	    background: #fbfbfb;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #ededed;
}
.formBox h3 {
	margin-bottom: 20px;
}

.post-type-archive-eb5_podcast :where(.wp-block-columns.has-background) {
	padding: 0;
}
.post-type-archive-eb5_podcast .entry-title {
	font-size: 48px !important;
}

.post-type-archive-eb5_podcast .formBox h3 {
	margin-bottom: 30px !important;
}

ol, p, ul {
    font-size: 1rem;
    margin: 0 0 1.5rem;
} 
.post-type-archive-eb5_podcast .host-block p {
	font-size: 1rem;
	line-height: 1.5;
}
.card {
    text-align: center;
    margin: 48px 8px 16px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.25);
    border: none;
}
.podcastCard {
  text-align: left !important;
}
.podcastCard a.transcript {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin: 8px 0;
  padding: 8px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.podcastCardInner {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
.podcastCardInnerTop {
  position: relative;
}
.podcastBottomBar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.podcastImg {
  position: relative;
  min-height: 245px;
  max-height: 100%;
}
.podcastImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 245px;
  max-height: 260px;
}
.bottomBarLeft {
  background: rgba(0, 126, 167, 0.7);
  color: #fff;
  padding: 8px;
  width: 30%;
  min-width: 160px;
  display: flex;
  flex-direction: column;
}
.podcaster {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
p.company {
  font-size: 12px;
  margin: 8px 0 0;
}
h5.podcastTitle {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
h5.podcastTitle a,
.overlay a,
.overlay p {
  color: #fff !important;
}

.bottomBarRight {
  padding: 8px;
  display: flex;
  align-items: center;
}
.overlay {
  background: rgba(0, 126, 167, 0.9);
  color: #fff;
  padding: 16px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.overlay:hover {
  opacity: 1;
}
.podcastCardInnerBottom {
  position: relative;
}
.podcastPlay {
  font-size: 64px;
  padding: 0 24px;
  border-right: 1px solid #ededed;
  margin: 0 24px 0 0;
  transition: all 0.3s ease-in-out;
}
.podcastPlay:hover {
  color: #007ea7;
  opacity: 0.9;
}
.section_margin {
  margin-bottom: 60px;
}
.pcAuthor {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 110%;
}

.show_more_episode {
    display: flex;
    justify-content: center;
}
.show_more_episode .show_more_episode_btn {
    padding: 13px 23px;
    background-color: #2d6ec2;
    color: white;
    border: none;
    border-radius: 3px;
}
.post-type-archive-eb5_podcast .testimonials-container .carouselControls  {
	top: 0;
}
#wrapper-footer .footer-top {
	background-color: #ffffff;
}
#wrapper-footer .footer-top a , #menu-secondary-footer-menu  li a {
	color: #2d6ec2;
}
#wrapper-footer .footer-top a:hover , #menu-secondary-footer-menu  li a:hover {
	color: #fb4d3d;
}
.footer-top {
	display: flex;
	flex-direction: row-reverse;
}
#wrapper-footer .footer-top {
	padding: 1.2rem 0;
	padding-left: 50px;
	padding-right: 50px;
}
.footer-top .logoBox img {
    width: auto;
    height: 32px;
} 
#wrapper-footer .footer-top .footer-menu ul {
	margin-bottom: 0;
}
.footer-top .logoBox {
	text-align:right;
}
#menu-secondary-footer-menu {
display: flex;
	list-style: none outside none;
}
.footer-bottom .copyright {
	float: left;
	color: #666;
	font-size: 14px;
	padding-left: 30px;
}
#wrapper-footer .footer-bottom {
	background:#ffffff;
}
#menu-secondary-footer-menu  li {
	padding: 0 20px;
}

.login_link a {
	width: 100px;
	display: block;
	margin-left: 40px;
}

.uglobal-investment #wrapper-navbar {
	background-color: #003B71;
}
.uglobal-investment .site>header #main-nav {
	background-color: #003B71;
}

#footer {
    font-family: "Inter-UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    font-family: "Inter-UI-Medium", "Inter-UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500
}

@media (max-width: 768px) {
    #footer .footer-content>.container-fluid,
    #footer .footer-content>.container,
    #footer .footer-meta>.container-fluid,
    #footer .footer-meta>.container {
        padding-left: 18px;
        padding-right: 18px
    }
}

@media (min-width: 768px) {
    #footer .footer-content>.container-fluid,
    #footer .footer-content>.container,
    #footer .footer-meta>.container-fluid,
    #footer .footer-meta>.container {
        padding-left: 31.992px;
        padding-right: 31.992px
    }
}

#footer .footer-header {
    height: 60px;
    margin-right: 31.992px;
    position: relative
}

@media (max-width: 991px) {
    #footer .footer-header {
        display: none
    }
}

#footer .footer-header .top-link-wrapper {
    bottom: 60px;
    position: absolute;
    right: 0
}

#footer .footer-content {
    padding-top: 16px;
    border-top: 1px solid #E6E9ED
}

@media (min-width: 992px) {
    #footer .footer-content {
        padding-top: 24px
    }
}

#footer .footer-content .magazine-signup-panel {
    position: relative
}

#footer .footer-content .magazine-signup-panel::before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
    border-top: 15px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    margin: auto;
    position: absolute;
    right: -1px;
    top: 0;
    width: 0
}

#footer .footer-programs,
#footer .footer-investment-links {
    padding-top: 42px
}

#footer .footer-programs h5,
#footer .footer-investment-links h5 {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    #footer .footer-programs,
    #footer .footer-investment-links {
        padding-top: 34px
    }
    #footer .footer-programs h5,
    #footer .footer-investment-links h5 {
        margin-bottom: 24px;
        padding-top: 0
    }
    #footer .footer-programs h6.heading-block,
    #footer .footer-investment-links h6.heading-block {
        color: #94A0B0 !important;
        font-size: 16px;
        text-transform: none
    }
    #footer .footer-programs ul li a,
    #footer .footer-investment-links ul li a {
        font-weight: 400
    }
}

#footer .footer-signup {
    border-bottom: 1px solid #031A2D;
    border-top: 1px solid #031A2D;
    padding: 0
}

#footer .footer-signup .container-fluid {
    padding: 0
}

#footer .footer-signup .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0
}

#footer .footer-signup .col-md-6 {
    display: flex;
    flex: 0 1 auto;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    #footer .footer-signup .col-md-6 {
        height: 220px
    }
}

@media (min-width: 992px) {
    #footer .footer-signup .col-md-6 {
        width: 50%;
        height: 300px
    }
}

#footer .footer-signup .panel {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    align-items: center
}

@media (max-width: 768px) {
    #footer .footer-signup .panel::before {
        border: none
    }
}

#footer .footer-signup .panel-body {
    width: 100%;
    position: relative;
}

#footer .footer-signup .panel-body .heading {
    padding-top: 0;
		    margin: 0;
    margin-bottom: 25px;
    font-size: 20px;

}

@media (max-width: 768px) {
    #footer .footer-signup .panel-body {
        padding: 24px 18px 0 18px
    }
    #footer .footer-signup .panel-body .heading {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 10px
    }
    #footer .footer-signup .panel-body p {
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        margin-bottom: 16px
    }
    #footer .footer-signup .panel-body .actions {
        margin-bottom: 20px
    }
    #footer .footer-signup .panel-body .actions a {
        font-size: 12px;
        font-weight: 300
    }
}

@media (min-width: 768px) {
    #footer .footer-signup .panel-body {
        height: 220px
    }
}

@media (min-width: 992px) {
    #footer .footer-signup .panel-body {
        padding: 24px 48px;
        height: 80%
    }
}

#footer .footer-signup .panel .actions {
    padding-top: 0
}

@media (min-width: 768px) {
    #footer .footer-signup .panel .actions {
        position: absolute;
        bottom: 0
    }
}

@media (min-width: 992px) {
    #footer .footer-signup .panel .actions {
        left: 48px
    }
}

#footer .footer-signup .panel.panel-blank:hover {
    background: white
}

#footer .footer-signup .panel.panel-dark:hover {
    background-color: #031A2D
}

@media (max-width: 768px) {
    #footer .footer-signup .panel.join-panel .heading,
    #footer .footer-signup .panel.join-panel .actions a,
    #footer .footer-signup .panel.join-panel p {
        color: #94A0B0 !important
    }
}

#footer .footer-links .gr-menu {
    margin-top: -24px;
    margin-bottom: 48px;
    margin-bottom: 48px
}

@media (max-width: 991px) {
    #footer .footer-links .gr-menu {
        margin-bottom: 24px
    }
}

#footer .footer-links .gr-menu .heading-block,
#footer .footer-links .gr-menu a,
#footer .footer-links .gr-menu p {
    padding-left: 0
}

#footer .footer-links .gr-menu ul {
    margin-bottom: 0
}

#footer .footer-links .gr-menu .heading-block {
    margin-bottom: 12px
}

#footer .footer-links .gr-menu ul li a {
    display: block;
    padding-bottom: 1px;
    padding-left: 0
}

#footer .footer-meta {
    border-top: 1px solid #031A2D;
    padding-top: 31.992px;
    padding-bottom: 18.0045011253px
}

@media (min-width: 992px) {
    #footer .footer-meta {
        padding-right: 20px;
        padding-left: 20px
    }
}

#footer .footer-meta p {
    margin: 0;
    float: left
}

#footer .footer-meta .social {
    white-space: nowrap;
    float: none;
    text-align: center
}

#footer .footer-meta .social li {
    display: inline-block;
    margin-right: 23px
}

#footer .footer-meta .social li:last-child {
    margin-right: 0
}

@media (min-width: 992px) {
    #footer .footer-meta .social {
        float: right;
        margin-top: 20px
    }
}

#footer .footer-meta .brand-logo {
    font-family: "Inter-UI-Medium", "Inter-UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 9.6px
}

#footer .footer-meta .brand-logo .navbar-brand {
    border: none;
    padding: 0;
    margin-top: 20px
}

#footer .footer-meta .brand-logo .navbar-brand::after {
    display: none
}

@media (max-width: 991px) {
    #footer .footer-meta .brand-logo .navbar-brand {
        float: none;
        height: auto;
        margin-top: 0
    }
}

#footer .footer-meta .brand-logo img {
    width: 150px
}

@media (max-width: 991px) {
    #footer .footer-meta .brand-logo img {
        width: 90px
    }
}

#footer .footer-meta .brand-footer-links {
    margin-bottom: 0;
    padding-top: 6px
}

@media (min-width: 992px) {
    #footer .footer-meta .brand-footer-links {
        margin-bottom: 9.6px
    }
}

#footer .footer-meta .brand-footer-links a {
    color: #94A0B0;
    display: block;
    font-family: "Inter-UI-Medium", "Inter-UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border-bottom-color: transparent;
    white-space: nowrap
}

#footer .footer-meta .brand-footer-links a:hover,
#footer .footer-meta .brand-footer-links a:focus {
    color: #4e545c
}

#footer .footer-meta .copyright,
#footer .footer-meta .legal-links {
    color: #94A0B0;
    margin-bottom: 0
}

#footer .footer-meta .copyright .copyright-date,
#footer .footer-meta .legal-links .copyright-date {
    font-weight: normal
}

#footer .footer-meta .copyright li,
#footer .footer-meta .copyright p,
#footer .footer-meta .copyright a,
#footer .footer-meta .legal-links li,
#footer .footer-meta .legal-links p,
#footer .footer-meta .legal-links a {
    border-bottom-color: transparent;
    font-size: 14px;
    color: #94A0B0
}

#footer .footer-meta .copyright a:hover,
#footer .footer-meta .copyright a:focus,
#footer .footer-meta .legal-links a:hover,
#footer .footer-meta .legal-links a:focus {
    color: #77869a;
    border-bottom: 1px solid #c8cfd8
}

#footer .footer-meta .copyright.mobile {
    display: none
}

@media (max-width: 991px) {
    #footer .footer-meta .copyright.mobile {
        display: inline-block
    }
}

#footer .footer-meta .legal-links .non-mobile {
    display: inline-block
}

@media (max-width: 991px) {
    #footer .footer-meta .legal-links .non-mobile {
        display: none
    }
}

@media (max-width: 991px) {
    #footer .footer-meta {
        text-align: center
    }
    #footer .footer-meta .pull-left,
    #footer .footer-meta .pull-right {
        float: none !important
    }
    #footer .footer-meta .copyright {
        margin-bottom: 24px
    }
}

#footer .footer-meta.dark {
    background-color: #031A2D;
    border-top: none
}

#footer .footer-meta.dark .brand-footer-links a {
    color: #2E70C6
}

#footer .language-toggle {
    margin-top: -24px
}

.panel-blue {
    background: #003B71 !important;

}

.panel-bordered {
    border-color: #003B71
}

#footer .panel-body {
	border: none;
}

.panel-blue .heading {
	font-size: 20px;
}
.panel-blue .text-muted  {
	font-size: 16px !important;
}
.panel-body .text-link {
	text-decoration: underline;
}
.text-link {
    cursor: pointer;
    border-bottom: 2px solid;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.panel-blue .text-link  {
border-color: #ffffff;
}

.panel-blank .heading {
	font-size: 20px !important;
	color:  #031A2D !important;
}
.panel-blank p {
	color: #656D78;
}
.panel-blank .text-link {
	color: #003B71 !important;
	border-color: #003B71;
}

.panel-blue .heading,.panel-blue .text-muted {
	color: #ffffff !important;
}
.footer-meta .list-inline li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
	list-style: none outside none;
}
.page-id-36840 .entry-title {
	display:none;
}
.heading-border {
	position: relative;
	margin-bottom: 40px;
}
.heading-border:after {
	border-bottom: 2px solid #2E70C6;
    content: '';
    left: 0;
    margin: auto;
    padding-top: 15px;
    position: absolute;
    top: 100%;
    width: 50px;
}

.recent_issues_shortcode {
	margin-bottom: 60px;	
}
#content .contact-strip {
    background: #f0f3f7;
    padding: 16px;
    padding-top: 28px;
    line-height: 34px;
    position: relative;
    margin-bottom: 24px;
    top: -40px;
}

@media (max-width: 575px) {
    #content .contact-strip {
        display: none
    }
}

@media (max-width: 991px) {
    #content .contact-strip {
        margin-top: 34px;
        top: 0
    }
}

#content .contact-strip .h6 {
    color: #2E70C6;
    font-size: 28px;
    font-weight: 600;
	text-transform: uppercase;
}

#content .contact-strip .h3 {
    color: #2E70C6;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-top: 0
}


.modal-header {
    background: #2d6ec2;
    color: #fff;
    border-bottom: 1px solid #2c5792;
}
.modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: unset;
    opacity: 0.5;
	border: none;
	background: transparent;
}

.circle, .circle img {
    width: 128px !important;
    height: 128px !important;
	max-width: 160px !important;
    margin: 16px auto;
    border-radius: 50%;
    object-fit: cover;
}
body.uglobal-investment {
	    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/map-5dd50c4e26033b0c75af3aafac10895d7a1852406db8bbbfeed944de63ab7917.png);
    background-size: cover;
}

body.uglobal-investment.page-id-37512 .fs-headline {
	font-size: 28px;
	line-height: 40px;
	font-style: italic;
	margin-bottom: 32px;
}

.underline {
    position: relative;
}
.underline::after {
    border-bottom: 2px solid #2E70C6;
    content: '';
    left: 0;
    padding-top: 5px;
    position: absolute;
    top: 100%;
    width: 50px;
}
body.uglobal-investment.page-id-37512 section {
	padding: 0;
}
body.uglobal-investment.page-id-37512 section h5 {
	text-transform:uppercase;
	font-weight:400;
	margin-bottom: 25px;
}
.panel {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.question-heading {
    font-size: 14px;
	font-weight: 600;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #2F343C;
    padding-top: 0;
}
.panel.with-shadow {
	box-shadow: 0 5px 20px #dde0e4;
}
.panel-bordered {
	border-color: #003B71;
}
.text-blue {
    color: #003B71 !important;
}
.question .list-group-item {
    padding: 24px;
}
.panel-primary {
    background-color: #F0F3F7;
    border-color: transparent;
}
.panel.notch-inset-top::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -1px;
    width: 0;
}
.heading.text-center::after {
    border-color: #003B71;
}
.heading.text-center::after {
    border-bottom: 2px solid #2E70C6;
    content: '';
    left: 0;
    margin: auto;
    padding-top: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 50px;
}
.panel {
	position: relative;
}
.panel .heading {
	color :#031A2D;
	font-size: 24px;
	position: relative;
	font-weight: 400;
	margin: 40px;
}
.events-panel .conference {
	padding: 10px;
}
.text-dark {
    border: none;
    color: #394454;
}
.articles-panel a.h5, .events-panel a.h5 {
	font-weight:400;
	text-transform: uppercase;
	position: relative;
}
.events-panel .actions,.articles-panel .actions {
	padding-top: 14.3112701252px;
    margin-bottom: 24px;
}
.overline::before {
    border-bottom: 2px solid #2E70C6;
    bottom: 110%;
    content: '';
    left: 0;
    padding-bottom: 5px;
    position: absolute;
    width: 50px;
}
.articles-panel .nav li a:hover .question-content,.articles-panel .nav li a:focus .question-content{
    text-decoration: none;
    background-color: #DFDFE1;
}
.articles-panel  .question-content {
	padding: 10px;
}
.articles-panel  .question-content h4 {
	font-weight: 500;
	font-size: 16px;
}
.articles-panel .question-content p {
	color:  #394454;
}
.panel.notch-inset-bottom::after {
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -1px;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}
.page-id-37512 .sponsors-slider {
    list-style: none;
    margin: 30px 0 30px 0;
    padding: 0 0 30% 0;
    position: relative
}

@media (max-width: 768px) {
    .page-id-37512 .sponsors-slider {
        margin-bottom:10px;
        margin-top: 0;
        padding-bottom: 200%
    }

    .page-id-37512 .sponsors-slider img {
        height: 100%
    }
}

.page-id-37512 .sponsors-slider li {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: opacity 3s ease;
    top: 0
}

.page-id-37512 .sponsors-slider li:first-child {
    opacity: 1
}
.page-id-37538 .entry-header {
	display: none;
}
.page-id-37538 .promo-heading a {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 400;
}
.page-id-37538 .wp-post-image img {
	width: 100%;
}
.page-id-37538 .text-dark.h5.overline {
	text-transform: uppercase;
    position: relative;
    margin-top: 40px;
    display: block;
	font-weight: 400;
}
.page-id-37538 .meta {
	display: block;
	margin-top: 20px;
}
.page-id-37538 .heading {
	position:relative;
	font-weight: 400;
	    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    margin: 30px 0;
    position: relative;
    text-transform: capitalize;
	color: #031A2D;
}
.page-id-37538 .wp-block-columns {
	margin-top: 60px;
}
.uglobal-investment .copyright-date {
	 border-bottom-color: transparent;
    font-size: 14px;
    color: #94A0B0;
	float: left;
	padding-top: 3px;
    padding-left: 36px;
}
.speaker-grid li img {
    -o-object-fit: none;
    object-fit: none; 
    height: auto;
	width: 120px;
    height: 120px;
    object-fit: cover;
}
.speaker-grid li {
	text-align: center;
}
.speaker-grid li .meta {
	border: none;
}
.eb5_conferences #eventTabContent {
	padding-top: 40px;
}
.darkBlue:hover {
	background-color: #1b4274 !important;
	opacity: 0.9;
}
.singleConferenceButtons {
	margin-bottom: 20px;
}
.single-eb5_directory .eb5_directory .entry-title {
	    font-size: 24px !important;
    color: #2d6ec2 !important;
    margin: 0;
	margin-bottom: 0 !important;
}
.single-eb5_directory .eb5_directory .sub-heading {
	    font-size: 18px !important;
    color: #212121 !important;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0 !important;
}
.verifiedBadge {
    width: auto;
    height: 120px;
    margin: 0 0.5rem 0 0;
}
.profileMiddle {
	border-bottom: 1px solid #333;
    float: left;
    width: 70%;
}
.single-eb5_directory .eb5_directory .entry-content {
	padding-top: 20px;
}
.companyInfo {
    margin-top: 40px;
}
.companyWell {
    margin: 16px 0 32px;
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.wellRight {
    padding: 32px;
    border-left: 1px solid #ddd;
}
.address {
    margin: 0 0 5px;
}
.companyWell h5 {
    font-size: 18px;
}
.countryName {
    font-weight: 600;
    text-transform: uppercase;
}

#profile_list_answers li::before , #profile_list_publications li:before {
	display: none;
}
#profile_list_answers .questionInner {
	margin-bottom: 20px;
}
.single-eb5_directory .answer-list {
	margin-top: 30px;
}
.single-eb5_directory .answer-list li a {
	padding: 0 !important;
	border-top: none;
	border-bottom: none;
}
#input_7_23.gfield_checkbox  .gchoice {
	float: left;
	width: 33%;
}
.authorInfo p {
	font-size: 0.85rem;
}
.show_more_episode {
	margin-bottom: 140px;
}

@media (max-width: 768px) {
	#navbar_search {
		display: none;
	}
	.nav-item.phoneItem {
		left: 20px;
	}
	#navbarNavOffcanvas .offcanvas-body {
		margin-top: 20px;
	}
	#menu-secondary-footer-menu {
		display: flex;
        flex-direction: column;
		padding-left: 10px;
		padding-top: 20px;
	}
	img.ugTitle {
		left: 5%;
    width: 260px;
    height: auto;
	}
	.site>header .navbar-brand img {
		width: 120px;
	}
	#left-sidebar .co-mobile .form-callout {
		position: static;
	}
	.recent-blog .wp-block-post-title {
		position: static;
		
	}
	.articleInner {
		        min-height: auto;
        margin-bottom: 15px;
	}
	.recent-blog .wp-block-post-author__content, .recent-blog .wp-block-post-date {
		margin-top: 0;
	}
	.indusContent {
		margin-top: 20px;
	}
	.owl-carousel .owl-item .indusImg img {
		width: 100%;
	}
	.more-articles-group .directory-results .directory-result a {
		grid-template-columns: 40px 1fr;
	}
	.more-articles-group .directory-results .directory-result a .avatar img, .more-articles-group .directory-results .directory-result a .avatar {
		width: 40px;
		height: 40px;
	}
	.recent-blog .wp-block-post-title a {
		margin-top: 20px;
	}
	body .h2, body .h2 a, body h2, body h2 a, body:not(.home) .entry-content .more-articles-group .h4, body:not(.home) .entry-content .more-articles-group .h4 a, body:not(.home) .entry-content .more-articles-group h4, body:not(.home) .entry-content .more-articles-group h4 a {
		font-size: 40px;
	}
	.home h1.hero-title {
		font-size: 1.5rem;
	}
	#left-sidebar .co-mobile {
		display: none;
	}
	#co-gform {
		display: block;
	}
	    .slant-left {
        background: url(../img/left_slant-69e934987f57833d6081278104f60a1db6b6144b8433480b39dd8cc10659879f.jpg) no-repeat 50%;
        background-size: cover;
    }
	    .slant-right {
        background: url(../img/right_slant-53e20cee73ba17f0e5fd8fe24628f45d907d810dc8bf67a0a69bede55969c13d.jpg) no-repeat 50%;
        background-size: cover;
    }
	.slants {
        color: #fff;
        background-image: none;
    }
	    .slants, .slants .container, .slants .row {
        padding: 0 !important;
        overflow: hidden;
        margin: 0 !important;
        height: auto !important;
    }
   .slant-left, .slant-right {
        padding: 32px;
        width: 100%;
    }
	
	.europe li {
		width: 48.6%;
	}
	
	#wrapper-footer .footer-top {
		flex-direction: column-reverse;
	}
	.footer-top .logoBox {
		margin-bottom: 10px;
	}
	#wrapper-footer .footer-top .footer-menu ul {
		flex-direction: column;
	}
}
	
	

.page-id-32370 .testiBox .questionInner-link.list-group-item {
	margin-bottom: 20px;
}
.page-id-32370 .testiBox .container-fluid {
	padding-left: 0;
}
.page-id-32370 .testiBox {
	padding: 0 ;
}
.page-id-32370  .list-group-item-heading {
	font-size: 28px !important;
	letter-spacing: 0 !important;
}
.single-eb5_questions .answer .content .meta .h3 a, .single-eb5_questions .answer .content .meta h3 a {
	color: #2c5792;
	font-size: 16px;
	font-weight: 600;
}
.answeree .title {
	color: #212529;
}
.all-events-widget #myTabContent {
	padding-left: 20px;
}
.questions.row .questionInner  h5 {
	font-weight: 600;
}
.single-eb5_questions .entry-content h2 {
	    font-size: 20px;
    text-transform: uppercase;
}
.question p {
	font-family: "Poppins", sans-serif; 
}
.single-eb5_questions .answer .profile-image .author {
	font-size: 16px;
	text-transform: uppercase;
	color: #2c5792;
	line-height: 19px;
	width: 120px;
	text-align: center;
	margin-top: 20px;
}
.single-eb5_questions .answer .profile-image .company {
	text-align: center;
	width: 120px;
}
.single-eb5_questions .answeree {
	display: none;
}
.single-eb5_questions .answer .content {
	width: 80%;
	padding-left: 36px;
	    background: url(../img/quotes-8322b27c7efd224afb20ad9b237799e0799d2486b59702d55ff0e4aabdd8528e.png) no-repeat 0 25%;

}
.single-eb5_questions .answer .profile-image {
	margin-right: 44px;
}
.single-eb5_questions .answer .content .meta .answered-on, .single-eb5_questions .answer .content .meta .answeree {
	min-height: auto;
	text-transform: uppercase;
}
.single-eb5_questions .answer {
	border: none;
	margin-bottom: 40px;
}
.single-eb5_questions .answer .profile-image {
	width: auto;
	height: auto;
}
.single-eb5_questions .answer .profile-image img {
	    width: 120px !important;
    height: 120px !important;
    max-width: 160px !important;
   
    border-radius: 50%;
}
.widget .questionInner-link.list-group-item {
	padding: 0;
	margin-bottom: 20px;
	border: none;
}
.widget .questionInner-link.list-group-item h3 a,.widget .questionInner-link.list-group-item h3 {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 19px;
}
.widget .more-articles-group .testiBox {
	padding: 0;
}
.single-eb5_directory .answer-list li a,.single-eb5_directory .answer-list li a h5 {
	font-weight: 600;
	color: #2d6ec2;
}
.citizenVideo {
	margin-top: -12px;
}
.gform-field-row--span-six {
	grid-row: span 4;
}


	#post-31331 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
	    background: #fbfbfb;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #ededed;

	}

#gform_7 #field_7_21 {
	background-image:  url('../img/avatar-552bed35e7579b6557fb9fdd49ce7af43cd96fc49674dfab941cf9a01c318e48.jpg');
	background-repeat: no-repeat;
	background-position: center 20px; 
	padding: 20px;
	padding-top: 200px;
	border: 3px solid #76a1d7;
    border-radius: 10px;
}
#gform_7 #field_7_21.uploaded {
	background-image: none;
	padding-top: 0;
}
#gform_7 #field_7_21 label i {
	margin-left: 20px;
}
#gform_7 #field_7_21 img {
	padding: 20px;
}
#gform_7 #input_7_1_6_container {
	flex: 1.25;
}

#gform_7 #field_7_23 legend {
	font-size: 20px;
	margin-bottom: 20px;
}
#gform_7 #field_7_23 .ginput_container_checkbox label {
	font-size: 15px;
	padding-bottom: 15px;
	color: #212529;
}
#gform_7 #field_7_23 {
	
    padding-top: 40px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}
#gform_7 #field_7_21 label {
	background-color: #6a92c8;
	color: white;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
	border-radius: 3px;
}
#gform_7 #field_7_21 input {
	display: none;
}
.searchResults .tab-pane {
	padding-top: 40px;
}
.searchResults .tab-pane .row {
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 2em;
}

.share img {
  margin: 0 0 0 16px;
}
.share {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
	float: right;
}

.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.social-share-button .ssb-twitter {
  background-image: url(../img/twitter-27ff360c0285353776bb62988f4fb11761e4bfd73b0b39363195e55e31116a0a.svg);
}
.social-share-button .ssb-facebook {
  background-image: url(../img/facebook-ad8d3a86e9fd0b06b38e14e4259498eeacfe5ee97e7511db878d8e544e8808af.svg);
}
.social-share-button .ssb-linkedin {
  background-image: url(../img/linkedin-b8af50638ca1b80bff4359c929fbb8fb8e5ee287811b32f460b3793cf7ee0edb.svg);
}
.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}
.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}
.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}
.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}
.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}

.single-post img.wp-post-image {
	width: 100%;
}

.topic-category-select {
	margin-right: 20px;
}

.article-list a {
  border-bottom: 0;
}
.article-list a:after {
  display: none;
}
@media (min-width: 768px) {
  .article-list.list-grid {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1px;
  }
  .article-list.list-grid li {
    display: flex;
  }
  .article-list.list-grid li:nth-child(2n + 1) .article {
    padding-right: 20px;
  }
  .article-list.list-grid li:nth-child(2n + 2) .article {
    padding-left: 20px;
  }
}
.article .list-group-item {
  padding: 24px;
}
.article-header {
  margin-bottom: 6px;
}
.article-heading-excerpt,
.article a {
  color: #2f343c;
	font-size: 20px !important;
  padding-top: 0;
}
.article-heading-excerpt {
  margin-bottom: 6px;
}
.article-lead.list-group li {
  padding-bottom: 20px;
  padding-top: 20px;
}
.article-lead.list-group li:first-of-type {
  border-top-color: transparent;
}
.article-lead .article-header {
  margin-bottom: 18.0045011253px;
}
.article-lead .meta {
  margin-top: -8px;
}

#subscribe_now #field_24_1 h3 {
	display: none;
}

#subscribe_now #input_24_8_6 {
	height: 50px;
}
.single-eb5_magazine.uglobal-investment .read-button .text-right {
	text-align: right;
}
.single-eb5_magazine.uglobal-investment .read-button .btn-primary{
	    background: #003B71;
    border-color: #003B71;
    border-radius: 0;
	
}
.single-eb5_magazine.uglobal-investment .panel  {
	margin-top: 20px;
}
.single-eb5_magazine.uglobal-investment .panel .btn-primary  {
	  background: #003B71;
    border-color: #003B71;
    border-radius: 0;
	    margin-left: 20px;
    margin-bottom: 20px;
}
.single-eb5_magazine.uglobal-investment .panel  .heading {
	font-size: 20px;
	margin: 20px;
}
.single-eb5_magazine.uglobal-investment .panel  p {
	padding-left: 20px;
}
.page-template-page-conferences .content-area .tab-pane li::before , .single-eb5_conferences #speakers-tab-pane li::before, .single-eb5_conferences #sponsors-tab-pane li::before{
	display: none;
}
.sponsor-grid li .sponsor-title {
	text-transform: uppercase;
	    font-size: 14px;
	line-height: 18px;
}
.gform_confirmation_message_24.gform_confirmation_message {
	color: black;
}
.gform_confirmation_message_24.gform_confirmation_message a {
color: #2e6ec2 !important;	
}

@media (max-width: 768px) {
	.wp-block-column.free-evaluation-form-block {
		padding-left: 0 !important;
	}
	#page.site {
		overflow: hidden;
	}
	.footer-menu.footer-menu-secondary {
		clear: both;
	}
	#primary.content-area {
		padding: 24px 16px;
	}
	.home #primary.content-area {
		padding-top: 0;
	}
	footer.entry-footer {
		display: none;
	}
	.gform_wrapper.gravity-theme .ginput_complex.ginput_container_address span {
		width: 100% !important;
	}
}

	.single-post .entry-content .attachment-post-thumbnail {
		margin: 24px auto;
	
	}

.entry-footer {
	/*display: none; */
} 



.recent-blog .wp-block-post-title {
	    position: relative;
    top: 10px;
	display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.wp-container-core-columns-is-layout-9d6595d7 {
	flex-direction: column-reverse;
}
	
	.lhnright.lhnWindow.lhnActive {
	top: 160px;
}
}
