@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600");
@media (min-width: 768px) {
  .col-sm-50 {
    width: 20%;
    *width: 20%;
  }
  .col-sm-70 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
  .col-sm-80 {
    width: 12.5%;
    *width: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-md-50 {
    width: 20%;
    *width: 20%;
  }
  .col-md-70 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
  .col-md-80 {
    width: 12.5%;
    *width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .col-lg-50 {
    width: 20%;
    *width: 20%;
  }
  .col-lg-70 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
  .col-lg-80 {
    width: 12.5%;
    *width: 12.5%;
  }
}
.equal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.equal > div[class*=col-] {
  display: flex;
  flex-direction: column;
}

body {
  font-size: 13px;
  line-height: 28px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.btn-event-color,
.btn-event-color:focus {
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #0d1b3a;
  border: 1px solid #fff;
  padding: 7px 18px;
}
.btn-event-color:hover, .btn-event-color:active,
.btn-event-color:focus:hover,
.btn-event-color:focus:active {
  cursor: pointer;
  background-color: #ff3b30;
  color: #fff;
}

.btn-gold-color,
.btn-gold-color:focus {
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #c28b45;
  border: 1px solid #8c632e;
  padding: 7px 18px;
}
.btn-gold-color:hover, .btn-gold-color:active,
.btn-gold-color:focus:hover,
.btn-gold-color:focus:active {
  cursor: pointer;
  background-color: #795528;
  color: #fff;
}

.lead-light {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.event-color {
  color: #0d1b3a;
}

.event-color-bg {
  background-color: #0d1b3a;
}

.vm-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vm-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vm-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vm-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.vm-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hm-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.fs-16 {
  font-size: 16px;
  line-height: 1.7;
}

.link-dashed {
  border-bottom: 1px dashed #337ab7;
  color: #337ab7;
}

.link-dashed:hover {
  cursor: pointer;
  text-decoration: none;
}

.link-dashed-white {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px dashed #FFFFFF;
}
.link-dashed-white:hover {
  color: #d1d1d1;
  text-decoration: none;
  cursor: pointer;
}
.link-dashed-white:visited {
  color: #bfbfbf;
  text-decoration: none;
}

.link-dashed-gold {
  color: #c28b45;
  text-decoration: none;
  border-bottom: 1px dashed #c28b45;
}
.link-dashed-gold:hover {
  color: #815b2a;
  text-decoration: none;
  cursor: pointer;
}
.link-dashed-gold:visited {
  color: #664821;
  text-decoration: none;
}

.no-brake {
  white-space: nowrap;
}

hr.nav-anchor {
  margin: -60px 0 0 0;
  height: 60px;
  border: none;
}

.me-main-media-partners {
  margin-bottom: 40px;
}
.me-main-media-partners h3 {
  min-height: 40px;
  font-weight: 600;
}

.countdown {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.countdown .date {
  display: inline-block;
  font-size: 40px;
  width: 100px;
  height: 100px;
  color: #fff;
  padding-top: 20px;
  margin-right: 7px;
  margin-left: 7px;
}
.countdown .date {
  border-right: solid 1px white;
}
.countdown .date:last-child {
  border-right: none;
}
.countdown .date span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 5px;
}

@media (max-width: 480px) {
  .countdown {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .countdown {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .countdown .date {
    font-size: 35px;
    height: 50px;
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
  }
}
.countdown .months::after {
  content: " Months";
}

.countdown .days::after {
  content: " Days";
}

.countdown .hours::after {
  content: " Hours";
}

.countdown .minutes::after {
  content: " Minutes";
}

.countdown .seconds::after {
  content: " Seconds";
}

.countdown > div::after {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 5px;
}

@media (max-width: 767px) {
  .countdown .months::after {
    content: " Month";
  }
  .countdown .days::after {
    content: " Days";
  }
  .countdown .hours::after {
    content: " Hrs";
  }
  .countdown .minutes::after {
    content: " Min";
  }
  .countdown .seconds::after {
    content: " Sec";
  }
}
.countdown .date {
  color: #fff;
  border-right: solid 1px #fff;
}

.countdown > div::after {
  color: #fff;
}

.navbar {
  background-color: rgba(13, 27, 58, 0.7);
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;
  border-bottom: none;
  font-size: 1.3rem;
  font-weight: 400;
}
.navbar #navbar a {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.navbar #navbar li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar #navbar li.header-cta-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar #navbar li.active a {
  background-color: transparent;
}
.navbar img {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  max-width: 55px;
  width: 55px;
  height: auto;
}
.navbar .header-cta {
  border-radius: 5px;
  background-color: #c28b45;
  color: white;
  border: 1px solid #795528;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
}
.navbar .header-cta:hover {
  background-color: #8c632e;
}
.navbar .divider {
  height: 30px;
  margin: 18px 9px 0 9px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.navbar .lang-selector a::before {
  display: inline-block;
  content: "\f0ac";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

@media (max-width: 768px) {
  .navbar-nav {
    margin-top: 0px !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #040810;
  }
  #navbar li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #navbar .navbar .header-cta {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.in {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .navbar .divider {
    display: none;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
}
.navbar-default .navbar-collapse {
  border-color: black;
}

.nav-anchor {
  margin-top: -60px;
  height: 60px;
}

@media (min-width: 768px) and (max-width: 1202px) {
  .nav-link-overflow {
    display: none !important;
  }
}
.promo-wrapper {
  width: 100%;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
}

.promo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 85vh;
  min-height: 100%;
}

.promo-content {
  color: white;
  text-align: left;
}
.promo-content .content-inner {
  margin-top: 100px;
}
.promo-content .incorporating {
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 34px;
}
.promo-content .full-title {
  font-size: 46px;
  line-height: 1.23;
  letter-spacing: 1px;
  margin-top: 40px;
}
.promo-content .dates::before,
.promo-content .location:before {
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
  margin-top: 6px;
  font-size: 0.7em;
  float: left;
}
.promo-content .dates {
  font-size: 30px;
  font-weight: 300;
  margin-top: 50px;
}
.promo-content .dates:before {
  content: "\f073"; /* Calendar */
}
.promo-content .location {
  font-size: 30px;
  font-weight: 300;
}
.promo-content .location:before {
  content: "\f0ac"; /* Globe */
}
.promo-content .dates-xxs {
  display: none;
}
.promo-content .intro {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.promo-content .coming-soon {
  margin-top: 80px;
}

@media (max-height: 910px) {
  .promo-content .content-inner {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .promo-content .full-title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .promo-content .dates,
  .promo-content .location {
    font-size: 20px;
  }
  .promo-content .full-title {
    font-size: 34px;
    margin-top: 30px;
  }
  .promo-content .intro {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .promo-content .dates,
  .promo-content .location {
    font-size: 20px;
  }
  .promo-content .full-title {
    font-size: 34px;
    margin-top: 10px;
  }
  .promo-content .intro {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .promo {
    height: 100vh;
  }
  .promo .countdown {
    display: block;
    margin-top: 10px !important;
  }
  .promo .coming-soon .countdown .date {
    padding-right: 10px;
    font-size: 25px !important;
    padding-top: 10px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .promo .countdown .date span {
    font-size: 10px;
  }
  .promo-content .dates,
  .promo-content .location {
    font-size: 18px;
  }
  .promo-content .incorporating {
    font-size: 18px;
  }
  .promo-content .full-title {
    font-size: 24px;
    margin-top: 20px;
  }
  .promo-content .intro {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media (max-height: 650px) {
  .promo {
    height: 100vh;
  }
  .promo-content .dates,
  .promo-content .location {
    font-size: 18px;
  }
  .promo-content .incorporating {
    font-size: 18px;
    margin-top: 0px;
  }
  .promo-content .full-title {
    font-size: 24px;
    margin-top: 20px;
  }
  .promo-content .full-title--brake {
    display: none;
  }
  .promo-content .intro {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media (max-height: 360px) {
  .promo-content .full-title {
    margin-top: 40px;
  }
  .promo-content .dates {
    display: none;
  }
  .promo-content .dates-xxs {
    display: inline-block;
    float: right;
  }
}
.col-md-offset-custom {
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-offset-custom {
    padding-left: 5%;
  }
}
/* Medium devices (desktops, 992px and up) */
.two-cols-promo-form {
  padding: 20px 20px;
  margin-top: 10px;
}
.two-cols-promo-form .two-cols-promo-input {
  background: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px !important;
  border-color: white;
  height: 39px;
  padding: 8px 15px;
  color: white;
  margin-top: 15px;
  text-align: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  opacity: 0.8;
  outline: 0;
  font-size: 14px;
}
.two-cols-promo-form .two-cols-promo-input:focus {
  border-color: white;
  box-shadow: none;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  opacity: 1;
  outline: 0;
}
.two-cols-promo-form .two-cols-promo-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  font-size: 14px;
}
.two-cols-promo-form .two-cols-promo-input::-moz-placeholder { /* Firefox 19+ */
  color: white;
  font-size: 14px;
}
.two-cols-promo-form .two-cols-promo-input:-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-size: 14px;
}
.two-cols-promo-form .two-cols-promo-input:-moz-placeholder { /* Firefox 18- */
  color: white;
  font-size: 14px;
}
.two-cols-promo-form .has-success .two-cols-promo-input {
  border-color: #00dd04;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.two-cols-promo-form .has-error .two-cols-promo-input {
  border-color: #fa312d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.two-cols-promo-form .btn-epc-form-submit {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
  background-color: #f44336;
  border-radius: 3px;
  font-size: 16px;
}
.two-cols-promo-form .btn-epc-form-submit::before {
  content: "\f1d9";
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.two-cols-promo-form .btn-epc-form-submit:hover {
  color: wheat;
  text-decoration: none;
}
.two-cols-promo-form .btn-epc-form-submit:active,
.two-cols-promo-form .btn-epc-form-submit:focus {
  color: wheat;
  text-decoration: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}

@media (max-width: 1024px) {
  .two-cols-promo-form .two-cols-promo-form {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  .two-cols-promo-form .two-cols-promo-form {
    padding: 15px 15px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .two-cols-promo-form .two-cols-promo-input {
    margin-top: 10px;
  }
  .two-cols-promo-form .two-cols-promo-form {
    padding: 10px 10px;
  }
}
@media (max-height: 650px) {
  .two-cols-promo-form .two-cols-promo-input {
    height: 32px;
    margin-top: 18px !important;
    padding: 4px 8px;
  }
}
@media (max-width: 450px) {
  .two-cols-promo-form .two-cols-promo-input {
    padding: 4px 8px;
  }
  .two-cols-promo-form .register-button-wrapper {
    text-align: center;
  }
  .two-cols-promo-form .register-button-wrapper .btn-epc-form-submit {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
  }
}
.two-cols-promo-form.darken {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.two-cols.epc-form-success,
.two-cols.epc-form-error {
  color: white;
}

@keyframes bounce {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.bouncing-arrow {
  position: absolute;
  margin: auto;
  width: 39px;
  cursor: pointer;
  display: inline-block;
  z-index: 9;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center;
}

.bounce {
  animation: bounce 1.7s infinite;
}

.bouncing-arrow:hover {
  opacity: 0.7;
}

.divider-1 {
  height: 8px;
  background: url("/img/dividers/1.png") repeat-x;
  background-size: 20px 20px;
  margin: 20px 0px;
}

.slider-wrapper {
  height: 500px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}
.slider-wrapper .slider-gallery,
.slider-wrapper .slider-text {
  height: 500px;
  padding-left: 0px;
  padding-right: 0px;
  width: 50%;
  position: relative;
  float: left;
}

.slider-gallery-container .icon-prev,
.slider-gallery-container .icon-next {
  font-size: 2em;
}
.slider-gallery-container .icon-prev:before,
.slider-gallery-container .icon-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  width: auto;
  margin-right: 0;
}
.slider-gallery-container .icon-prev:before {
  content: "\f053";
}
.slider-gallery-container .icon-next:before {
  content: "\f054";
}
.slider-gallery-container .item {
  width: 100%;
}
.slider-gallery-container .item-img {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-text {
  background-color: #0d1b3a;
  color: white;
}
.slider-text .slider-text-container {
  padding: 10%;
}
.slider-text h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.45;
}
.slider-text p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .slider-wrapper .slider-text h2 {
    font-size: 30px;
  }
  .slider-wrapper .slider-text p {
    font-size: 18px;
    line-height: 1.4;
  }
  .slider-wrapper .slider-text .slider-text-container {
    padding: 4%;
  }
}
@media (max-width: 768px) {
  .slider-wrapper .slider-text h2 {
    font-size: 28px;
  }
  .slider-wrapper .slider-text p {
    font-size: 18px;
    line-height: 1.4;
  }
  .slider-wrapper .slider-text .slider-text-container {
    padding: 4%;
  }
}
@media (max-width: 767px) {
  .slider-wrapper {
    height: 100%;
  }
  .slider-wrapper .slider-gallery,
  .slider-wrapper .slider-text {
    width: 100%;
    height: 100%;
    float: none;
  }
  .slider-wrapper .slider-text h2 {
    font-size: 22px;
  }
  .slider-wrapper .slider-text p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.experts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.expert-block {
  min-width: 170px;
  max-width: 200px;
  width: 25%;
  /*width: 20%;*/
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  list-style: none;
}

.expert-block__img {
  display: inline-block;
  max-width: 170px;
  width: 100%;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 1px 5px rgba(254, 203, 78, 0.7);
  box-shadow: inset 0 0 1px 5px rgba(254, 203, 78, 0.7);
  z-index: 2;
}

.expert-block__img img {
  position: relative;
  width: 100%;
  z-index: -1;
}

.expert-block__name {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

.expert-block__name::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(24, 158, 179);
}

.expert-block__position,
.expert-block__company {
  line-height: 16px;
  margin-bottom: 0;
}

.expert-block__company {
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(24, 158, 179);
}

.testimonials-logo {
  padding: 20px 0 40px 0;
}
.testimonials-logo h1 {
  margin-bottom: 30px;
  font-weight: 600;
}
.testimonials-logo .img {
  height: 100px;
}
.testimonials-logo .quote span {
  display: inline-block;
  float: left;
  color: rgb(59, 175, 231);
  font-size: 60px;
  line-height: 0.8;
  font-family: "Georgia Times New Roman", serif;
}
.testimonials-logo .quote div {
  margin-left: 40px;
}

.testimonials-one {
  margin-top: 20px;
}
.testimonials-one .carousel-indicators {
  bottom: -40px;
}
.testimonials-one .carousel-indicators li {
  border: 1px solid #081125;
}
.testimonials-one .carousel-indicators .active {
  background-color: #162e64;
}
.testimonials-one #carousel-quotes {
  margin-bottom: 50px;
}
.testimonials-one .quote-one .quote-one-item {
  margin: 10px auto;
}
.testimonials-one .quote-one span {
  float: left;
  font-family: "Georgia Times New Roman", serif;
  width: 60px;
  display: inline-block;
  line-height: 115px;
  font-size: 120px;
  text-align: center;
  color: #fff;
}
.testimonials-one .quote-one .quote-one-right {
  margin-left: 80px;
}
.testimonials-one .quote-one p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}
.testimonials-one .quote-one .color {
  color: #162e64;
}
.testimonials-one .item .all-tesimonials p {
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  text-align: right;
}
.testimonials-one .item .all-tesimonials a {
  border-bottom: 1px dashed #337ab7;
}
.testimonials-one .item .all-tesimonials a:hover,
.testimonials-one .item .all-tesimonials a:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  .testimonials-one .quote-one p {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonials-one .quote-one-item {
    line-height: 1.6;
  }
}
/* Nav tabs */
.tab-content {
  padding-top: 10px;
}

/* Nav tabs style #2 */
.nav-tabs-two .tab-content {
  border: 1px solid #eee;
  border-top: 0px;
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nav-tabs-two ul.nav-tabs li {
  margin-right: 2px;
}
.nav-tabs-two ul.nav-tabs li a {
  background: #fcfcfc;
  border: 1px solid #eee;
  border-bottom: 1px solid #fcfcfc;
  padding: 12px 15px 10px;
}
.nav-tabs-two ul.nav-tabs li a:hover {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.active a {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #0d1b3a;
}
.nav-tabs-two ul.nav-tabs li.active a:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a:focus {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two.font-lg ul.nav-tabs li a {
  font-size: 24px;
}

@media (max-width: 992px) {
  .nav-tabs-two.font-lg ul.nav-tabs li a {
    font-size: 18px;
  }
}
/* Nav tabs */
.tab-content {
  padding-top: 10px;
}

/* Nav tabs style #2 */
.nav-tabs-two .tab-content {
  border: 1px solid #eee;
  border-top: 0px;
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nav-tabs-two ul.nav-tabs li {
  margin-right: 2px;
}
.nav-tabs-two ul.nav-tabs li a {
  background: #fcfcfc;
  border: 1px solid #eee;
  border-bottom: 1px solid #fcfcfc;
  padding: 12px 15px 10px;
}
.nav-tabs-two ul.nav-tabs li a:hover {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.active a {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #0d1b3a;
}
.nav-tabs-two ul.nav-tabs li.active a:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a:focus {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two.font-lg ul.nav-tabs li a {
  font-size: 24px;
}

@media (max-width: 992px) {
  .nav-tabs-two.font-lg ul.nav-tabs li a {
    font-size: 18px;
  }
}
.schedule-auto {
  margin-top: 30px;
}
.schedule-auto h1 {
  margin-top: 50px;
  font-weight: 600;
}
.schedule-auto .row-block--no-autodiv {
  margin-top: 5px;
  margin-bottom: 10px;
}
.schedule-auto .subheader {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
.schedule-auto .tab-content {
  margin-bottom: 40px;
}
.schedule-auto .time {
  font-size: 20px;
  line-height: 1.35;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000000;
}
.schedule-auto .heading {
  font-size: 20px;
  line-height: 1.23;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.schedule-auto .line {
  height: 1px;
  background: #000;
  opacity: 0.1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.schedule-auto .subheading,
.schedule-auto .subheading-footer,
.schedule-auto .qa {
  font-size: 16px;
  line-height: 1.23;
  font-weight: 400;
}
.schedule-auto .inlinepic,
.schedule-auto .floatpic {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 0;
}
.schedule-auto .inlinepic img {
  display: inline-block;
  max-width: 100px;
  margin-right: 10px;
  height: auto;
}
.schedule-auto .floatpic img {
  float: left;
}
.schedule-auto .rblocks .rblock {
  border: 1px solid #1661ca;
  display: inline-block;
  padding: 5px 5px;
  margin: 5px 5px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  line-height: 1.7;
}
.schedule-auto .rblocks.row .rblock {
  width: 100%;
}
.schedule-auto .subheading {
  font-weight: bold;
}
.schedule-auto .subheading::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d1b3a;
  margin-right: 10px;
  content: "\f130";
}
.schedule-auto .qa::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d1b3a;
  margin-right: 5px;
  content: "\f086";
}
.schedule-auto .topics {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  list-style-type: none;
  padding-left: 0;
}
.schedule-auto .topics ul {
  padding-left: 30px;
  line-height: 1.2;
  list-style-type: none;
}
.schedule-auto .topics li:before {
  font-family: "FontAwesome";
  content: "\f0da"; /* caret-right */
  float: left;
  color: #0d1b3a;
  margin-left: -20px;
}
.schedule-auto .note-bordered {
  border-left: 3px solid #0d1b3a;
  line-height: 1.5;
  padding-left: 10px;
  margin-left: 3px;
  margin-top: 5px;
  font-style: italic;
}
.schedule-auto .speaker {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  min-height: 55px;
}
.schedule-auto .speaker .company {
  display: block;
  margin-left: 60px;
  font-weight: bold;
  color: #0d1b3a;
  text-decoration: none;
}
.schedule-auto .speaker .speaker-info {
  margin-left: 60px;
  margin-top: 3px;
}
.schedule-auto .speaker .speaker-img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 140px;
  background-color: #f5f5f5;
}
.schedule-auto .speaker .speaker-img.mr-placeholder {
  background-image: url("/img/persons/300x300/mr-placeholder.png");
  background-color: #c7c7c7;
}
.schedule-auto .stand::before {
  color: #0d1b3a;
  margin-left: 0;
  content: "\e800"; /* Exhibition Stand */
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: -5px;
  -webkit-font-smoothing: antialiased;
}
.schedule-auto .speaker-img.bs-150 {
  background-size: 150px;
}
.schedule-auto .speaker-img.bs-140 {
  background-size: 140px;
}
.schedule-auto .speaker-img.bs-120 {
  background-size: 120px;
}
.schedule-auto .speaker-img.bs-100 {
  background-size: 100px;
}
.schedule-auto .speaker-img.bs-80 {
  background-size: 80px;
}
.schedule-auto .speaker-img.bs-70 {
  background-size: 70px;
}
.schedule-auto .speaker-img.bs-60 {
  background-size: 60px;
}
.schedule-auto .speaker-img.bs-50 {
  background-size: 50px;
}
.schedule-auto .speaker-img.bs-55 {
  background-size: 55px;
}
.schedule-auto .speaker-img.bs-40 {
  background-size: 40px;
}
.schedule-auto .agenda-divider {
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
}

@media (max-width: 992px) {
  .schedule-auto .time {
    font-size: 14px;
    line-height: 1.35;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000000;
  }
  .schedule-auto .heading {
    font-size: 18px;
    line-height: 1.23;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000000;
  }
  .schedule-auto .subheading,
  .schedule-auto .subheading-footer,
  .schedule-auto .topics,
  .schedule-auto .qa {
    font-size: 12px;
    font-weight: 600;
  }
  .schedule-auto .speaker {
    font-size: 12px;
    min-height: 48px;
  }
  .schedule-auto .line {
    height: 1px;
    background: #000;
    opacity: 0.1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .schedule-auto .buttons {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.textbox-one .textbox-one-item {
  padding: 12px 17px;
  border-radius: 3px;
  color: #fff;
  height: 100%;
  font-size: 20px;
}
.textbox-one .textbox-one-item h5 {
  text-align: right;
  color: #fff;
}
.textbox-one .textbox-one-item h3 {
  font-weight: bold;
}
.textbox-one .textbox-one-item p {
  margin-top: 10px;
}
.textbox-one .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .textbox-one .textbox-one-item p {
    font-size: 12px;
    line-height: 1.2;
  }
  .textbox-one .textbox-one-item h3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 450px) {
  .textbox-one .textbox-one-item p {
    display: none;
  }
}
.card-one .card {
  margin-bottom: 30px;
}
.card-one .card-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  margin-top: 0px;
  line-height: 1.4;
}
.card-one .card a {
  text-decoration: none;
}
.card-one .card-meta {
  padding: 10px 22px;
  color: #999;
  display: block;
  border-bottom: 1px solid #EDEDED;
}
.card-one .card-date {
  margin: 6px auto;
}
.card-one .card-share {
  margin: 10px auto;
}
.card-one .card-content {
  padding: 16px 22px;
}
.card-one .card-content p {
  color: #999;
  margin: 18px auto;
}
.card-one .card-content .btn {
  padding-left: 6px;
  padding-right: 6px;
}
.card-one .card p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
.card-one .card .panel-body {
  padding: 0;
}
.card-one .card .panel > img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.card-one .card .panel {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-one .card:hover .panel {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.schedule-auto .heading {
  margin-bottom: 10px;
  margin-top: 10px;
}

.team-five {
  margin: 10px auto;
  padding: 20px 0px;
}
.team-five .team-member {
  max-width: 300px;
  margin: 20px auto;
  padding: 25px 10px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.team-five .team-member img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.team-five .team-details {
  margin: 10px 0px;
}
.team-five .team-details .deg {
  display: block;
  color: #aaa;
  font-style: italic;
}
.team-five .team-member .brand-bg {
  margin-top: 10px;
}

.team-five .team-member {
  min-height: 409px;
}

.social-links p::before {
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  transition: background 2s ease;
}
.social-links p {
  font-size: 16px;
  font-weight: 600;
}
.social-links .fa-flickr::before {
  background: #ff61e7;
}
.social-links .fa-file-pdf-o::before {
  background: #84a1c8;
}

/* Centered HR */
.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.strike > span {
  position: relative;
  display: inline-block;
}
.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #DCDCDC;
}
.strike > span:before {
  right: 100%;
  margin-right: 15px;
}
.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.registration-block {
  background-color: #0d1b3a;
  color: white;
  padding-bottom: 70px;
  padding-top: 50px;
}
.registration-block .ie-warning {
  margin-bottom: 24px;
  line-height: 1.2;
  font-style: italic;
}
.registration-block .form-header {
  font-weight: 600;
  text-align: center;
}
.registration-block section:first-of-type .btn-default.btn-move:first-child {
  margin-top: 15px;
}
.registration-block .form-control {
  border: 1px solid black;
}
.registration-block .well {
  background-color: #081125;
  border-color: #040810;
}
.registration-block .control-label,
.registration-block label {
  font-size: 18px;
}
.registration-block .rate {
  margin-top: 8px;
}
.registration-block input[type=text],
.registration-block input[type=email],
.registration-block select {
  color: white;
  background-color: #081125;
}
.registration-block .btn-default {
  color: #ffffff;
  background-color: #c28b45;
  border-color: #A67638;
  font-size: 16px;
  /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);*/
  border-radius: 3px !important;
}
.registration-block .btn-default:hover {
  background-color: #A67638;
}
.registration-block .btn-success {
  color: #ffffff;
  font-size: 16px;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-radius: 3px !important;
  font-weight: bold;
}
.registration-block .business-nature-h4 {
  text-align: center;
}
.registration-block .has-success .help-block,
.registration-block .has-success .control-label,
.registration-block .has-success .radio,
.registration-block .has-success .checkbox,
.registration-block .has-success .radio-inline,
.registration-block .has-success .checkbox-inline,
.registration-block .has-success.radio label,
.registration-block .has-success.checkbox label,
.registration-block .has-success.radio-inline label,
.registration-block .has-success.checkbox-inline label {
  color: #0c3c0c !important;
}
.registration-block .has-success .form-control {
  border-color: #0c3c0c !important;
}
.registration-block .has-error .help-block,
.registration-block .has-error .control-label,
.registration-block .has-error .radio,
.registration-block .has-error .checkbox,
.registration-block .has-error .radio-inline,
.registration-block .has-error .checkbox-inline,
.registration-block .has-error.radio label,
.registration-block .has-error.checkbox label,
.registration-block .has-error.radio-inline label,
.registration-block .has-error.checkbox-inline label {
  color: #ff0700 !important;
}
.registration-block .has-error .form-control {
  border-color: #ff0700 !important;
}
.registration-block .dashed {
  color: wheat;
  border-bottom: 1px dashed wheat;
}
.registration-block .dashed:hover,
.registration-block .dashed:active,
.registration-block .dashed:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
.registration-block .radio,
.registration-block .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.registration-block #gdpr-block input[type=checkbox] {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .registration-block .container > form {
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
.confirmation-contact-us {
  color: white;
}

.advisory-committee .speaker,
.advisory-committee .chairman {
  min-height: 130px;
}
.advisory-committee .speaker {
  position: relative;
  min-height: 150px;
  font-size: 14px;
}
.advisory-committee .chairman {
  margin-top: 20px;
  margin-bottom: 20px;
}
.advisory-committee .speaker.chairman .descr {
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 16px;
  color: rgb(24, 158, 179);
}
.advisory-committee .speaker-img {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 140px;
  background-color: #F5F5F5;
  box-shadow: 0 0 1px 5px rgba(206, 149, 15, 0.7);
}
.advisory-committee .bs-150 {
  background-size: 150px;
}
.advisory-committee .bs-140 {
  background-size: 140px;
}
.advisory-committee .bs-120 {
  background-size: 120px;
}
.advisory-committee .bs-110 {
  background-size: 110px;
}
.advisory-committee .bs-100 {
  background-size: 100px;
}
.advisory-committee .bs-90 {
  background-size: 80px;
}
.advisory-committee .bs-80 {
  background-size: 80px;
}
.advisory-committee .mr-placeholder {
  background-image: url("/img/persons/300x300/mr-placeholder.png");
}
.advisory-committee .speaker-details {
  margin-left: 120px;
  min-height: 150px;
}
.advisory-committee .speaker-details .name,
.advisory-committee .speaker-details .title,
.advisory-committee .speaker-details .company {
  margin: 4px 0 0 0;
  line-height: 1.4;
}
.advisory-committee .speaker-details .title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.advisory-committee .speaker-details .name span {
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 2px #cc7528;
  padding-bottom: 2px;
}
.advisory-committee .speaker-details .company {
  font-weight: bold;
  text-transform: capitalize;
  color: #cc7528;
}

.gallery-one {
  display: flex;
  margin-top: 40px;
}
.gallery-one .tile {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  font-size: 0;
  vertical-align: top;
}
.gallery-one .tile a {
  width: 100%;
}
.gallery-one .tile-left {
  display: flex;
  padding-right: 10px;
}
.gallery-one .tile-right {
  padding-left: 10px;
}
.gallery-one .big-img {
  height: 570px;
  background: url("/img/week/idw2018/2018/1.jpg") center center/cover no-repeat;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.gallery-one .img-left,
.gallery-one .img-right {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
}
.gallery-one .img-left {
  padding-right: 10px;
}
.gallery-one .img-right {
  padding-left: 10px;
}
.gallery-one .img-lg {
  height: 275px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
}

@media (max-width: 992px) {
  .gallery-one .big-img {
    height: 300px;
  }
  .gallery-one .img-lg {
    height: 140px;
  }
}
/* CTA Four */
.cta-four {
  padding-top: 10px;
  padding-bottom: 20px;
}
.cta-four .cta-four-content {
  text-align: center;
}
.cta-four h4 {
  font-size: 18px;
  line-height: 33px;
  font-weight: 600;
  margin: 2px 0px;
  padding: 0px;
}
.cta-four p {
  margin: 5px auto 10px auto;
  max-width: 700px;
}
.cta-four .btn {
  margin: 10px 10px;
}
.cta-four .btn.btn-white {
  background: #ffffff;
  color: #666666;
  border: 1px solid #dddddd;
}
.cta-four .btn-transparent {
  color: white;
  border-color: white;
}
.cta-four .bullhorn > i {
  font-size: 46px;
  border: 1px solid white;
  border-radius: 50%;
  padding: 16px;
}

.cta-four.event-color-bg {
  color: white;
}

/* Scroll to top */
.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 104400;
  transition: opacity 1s;
  opacity: 0;
  display: block;
}
.totop a i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 2px;
}
.totop a, .totop a:visited {
  color: #fff;
}
.totop a:hover {
  color: #fff;
  text-decoration: none;
}
.totop .bg-color {
  background-color: rgba(13, 27, 58, 0.7);
}
.totop .bg-color:hover {
  background-color: #0d1b3a;
}

/**** Map ****/
#map {
  height: 500px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: rgb(229, 227, 223);
  left: 0px;
  top: 0px;
}

#map-canvas {
  width: 100%;
  height: 100%;
}

#cover-map {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 3;
  max-width: 550px;
  min-height: 300px;
  text-align: right;
  float: right;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#cover-map h2 {
  color: white;
  background-color: rgba(13, 27, 58, 0.8);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
}

#cover-map h3 {
  color: white;
  text-align: center;
}

#cover-map h3 a {
  text-decoration: none;
  color: white;
}

#cover-map h4 {
  color: white;
  text-align: center;
}

#cover-map p {
  font-size: 14px;
  line-height: 28px;
}

#cover-map .btn {
  margin-top: 10px;
  color: white;
  background: #ff3030;
  border-color: #970909;
  border-radius: 5px;
  font-size: 16px;
}

#cover-map .btn:hover {
  background: #e30000 !important;
}

#cover-map img {
  margin-bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#cover-map .photo-wrapper {
  position: relative;
}

#cover-map .photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7);
  clear: both;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#cover-map .photo-overlay a {
  color: #eee;
}

.marker-style {
  background-color: #1c1c1c;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  margin-top: -80px !important;
  margin-left: 0px !important;
  overflow: visible !important;
}

.marker-style:after {
  content: "";
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #1c1c1c transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -18px;
}

/* Footer */
footer {
  padding: 15px 10px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  background: #333333;
  color: #ccc;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #aaa;
}
footer p {
  margin: 2px 0px;
  padding: 0px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  footer .pull-left,
  footer .pull-right {
    float: none !important;
    text-align: center;
  }
}
/* Brand & Social Media */
/* Brand with background color */
.brand-bg .fa {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  transition: background 2s ease;
}
.brand-bg .fa-flickr {
  background: #ff61e7;
}
.brand-bg .fa-file-pdf-o {
  background: #84a1c8;
}
.brand-bg a:hover {
  text-decoration: none;
}
.brand-bg a i {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -o-transition: background 2s ease;
  -ms-transition: background 2s ease;
  transition: background 2s ease;
}
.brand-bg a i:hover {
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -o-transition: background 2s ease;
  -ms-transition: background 2s ease;
  transition: background 2s ease;
  cursor: pointer;
}
.brand-bg a.twitter i {
  background: #32c8de;
}
.brand-bg a.twitter i:hover {
  background: #188392;
}
.brand-bg a.facebook i {
  background: #3280e7;
}
.brand-bg a.facebook i:hover {
  background: #134fa0;
}
.brand-bg a.flickr i {
  background: #ff61e7;
}
.brand-bg a.flickr i:hover {
  background: #fa00d4;
}
.brand-bg a.youtube i {
  background: #ed5441;
}
.brand-bg a.youtube i:hover {
  background: #b72411;
}
.brand-bg a.linkedin i {
  background: #729fda;
}
.brand-bg a.linkedin i:hover {
  background: #3069b6;
}
.brand-bg a.instagram i {
  background: #e95950;
}
.brand-bg a.instagram i:hover {
  background: #b35637;
}

.square-2 {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
}

.circle-3 {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.square-3 {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
}

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-4 {
  border-radius: 10px !important;
}

.flex-leaf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-leaf.btn {
  justify-content: center;
}
.flex-leaf.btn .leaf {
  width: auto;
  border-radius: 15px;
  padding: 10px 30px;
}
.flex-leaf.btn .leaf p {
  font-weight: 300;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 0;
}
.flex-leaf.btn .leaf:active,
.flex-leaf.btn .leaf:hover {
  background-color: #4c7741;
  border-color: #0b1f0d;
}
.flex-leaf .leaf {
  text-align: center;
  margin-top: 5rem;
  border-radius: 15px 50px;
  background: #0d1b3a;
  padding: 20px;
  display: block;
  border: 1px solid #19401d;
  max-width: 40%;
  box-shadow: 1px 0 29px 0 rgb(36, 108, 52);
  color: white;
}
.flex-leaf .leaf h3 {
  color: white;
  font-weight: 300;
  font-size: 3rem;
}
.flex-leaf .leaf p {
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 300;
}
.flex-leaf .leaf a {
  border-bottom: 1px dashed;
  color: white;
}
.flex-leaf .leaf .logo {
  width: 50%;
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 600px) {
  .flex-leaf {
    flex-direction: column;
  }
  .flex-leaf .leaf {
    max-width: 90%;
    padding: 10px;
  }
  .flex-leaf .leaf h3 {
    font-size: 2.5rem;
  }
  .flex-leaf .leaf p {
    font-size: 1.8rem;
  }
}
.lead-light {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.lead-light li {
  margin-bottom: 1rem;
}

.seminar-label {
  display: inline-block;
  text-transform: uppercase;
  background-color: #123547;
  color: #fff;
  padding: 0.2em 0.6em;
  border-radius: 12px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: -5px;
}

.counter-section span.counter {
  font-size: 40px;
  color: #000;
  line-height: 60px;
  display: block;
  letter-spacing: 2px;
}
.counter-section a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.counter-section a:hover {
  cursor: pointer;
  color: #ff3b30;
}

.counter-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2rem;
}

.counter-section i {
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  float: left;
}

.gallery-item {
  overflow: hidden;
  padding: 1px;
}

.gallery-item .box {
  height: 200px;
  overflow: hidden;
}

.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.4941176471);
}
.overlay i {
  position: relative;
  top: 45%;
  left: 45%;
  color: #fff;
  font-size: 25px;
}

.overlay:hover {
  opacity: 1;
}

.modal-open .gallery-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gallery-item .modal-body {
  padding: 0px;
}

.modal-open .gallery-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gallery-item button.close:focus {
  outline: none;
}

.modal-open .gallery-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gallery-container .modal-dialogue {
  width: 80%;
}

.gallery-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}

@media (min-width: 768px) {
  .gallery-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}
@media (max-width: 768px) {
  .gallery-container .modal-content {
    height: 250px;
  }
}
#latest-insights {
  margin-top: 40px;
  margin-bottom: 20px;
}
#latest-insights h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  color: white;
}
#latest-insights .article-preview {
  font-size: 14px;
  font-style: italic;
  color: grey;
  margin-top: -1.3rem;
}
#latest-insights #collapseArticle1 .title, #latest-insights #collapseArticle2 .title, #latest-insights #collapseArticle3 .title {
  font-size: 3rem;
}
#latest-insights #collapseArticle1 .sub-title, #latest-insights #collapseArticle2 .sub-title, #latest-insights #collapseArticle3 .sub-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#latest-insights #collapseArticle1 p, #latest-insights #collapseArticle1 li, #latest-insights #collapseArticle2 p, #latest-insights #collapseArticle2 li, #latest-insights #collapseArticle3 p, #latest-insights #collapseArticle3 li {
  font-size: 16px;
}
#latest-insights #collapseArticle1 .caption, #latest-insights #collapseArticle2 .caption, #latest-insights #collapseArticle3 .caption {
  font-style: italic;
  text-align: center;
  font-size: 14px;
  margin-top: 1rem;
}
#latest-insights #collapseArticle1 .question, #latest-insights #collapseArticle2 .question, #latest-insights #collapseArticle3 .question {
  font-weight: 600;
  font-size: 20px;
}
#latest-insights #collapseArticle1 .quote, #latest-insights #collapseArticle2 .quote, #latest-insights #collapseArticle3 .quote {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  color: #000;
}
#latest-insights #collapseArticle1 .article-footer, #latest-insights #collapseArticle2 .article-footer, #latest-insights #collapseArticle3 .article-footer {
  font-size: 14px;
  font-style: italic;
  color: grey;
}

.brand-bg {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.brand-bg a i.square-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* STATISTICS SECTION Counter #4 */
.counter-four {
  margin: 20px 0;
}

.counter-four .counter-item {
  max-width: 350px;
  margin: 3px auto;
  padding: 10px 0;
}
.counter-four .counter-item a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.counter-four .counter-item a:hover span:hover {
  cursor: pointer;
  text-decoration: underline;
}

.counter-four i {
  width: 75px;
  height: 75px;
  line-height: 73px;
  font-size: 35px;
  text-align: center;
  float: left;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
}

.full-width {
  width: 95vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -47vw;
  margin-right: -30vw;
}

.counter-four h4,
.counter-four p {
  margin-left: 70px;
}

.counter-four h4 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 46px;
}

.counter-four h4 small {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bbb;
  margin-left: 10px;
  vertical-align: bottom;
}

.counter-four p {
  color: #888;
}

.contact-us {
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

#cover-map h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
}

.word-cloud {
  margin-top: 0;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .word-cloud {
    margin-top: 11rem;
  }
}
/* Owl carousel */
.owl-theme .owl-controls {
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-pagination {
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-nav {
  text-align: right;
  margin-bottom: 10px;
}

.owl-nav a i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.owl-nav a i:hover {
  color: #fff;
}

.owl-nav a.owl-nav-prev i {
  margin-right: 3px;
}

.owl-carousel .owl-content {
  margin: 10px 5px;
}

.owl-theme .owl-controls .owl-pagination {
  text-align: center;
}

.owl-theme .owl-controls {
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page.active span {
  background-color: #93e705;
  border: 1px solid #89d20e;
}

.registration-block .btn-success {
  background-color: #004d00;
  border-color: #0c3c0c;
  font-weight: 700;
}

.registration-block .btn-success:hover {
  background-color: #0c3c0c;
}

/*Video Slider*/
/*TODO: вынести в scss */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > .arrow,
.carousel-inner > .item > a > .arrow {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control.rightar {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: none;
  background-repeat: repeat-x;
}

/* carousel */
.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px;
  margin-top: 30px;
}

/* Previous button  */
.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #a2ab58;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 50px;
}

.media-carousel .carousel-control.leftar {
  left: 0 !important;
  background-image: none;
  background: none repeat scroll 0 0 transparent;
  border: 4px solid transparent;
  height: 60px;
  width: 60px;
  margin-top: 140px;
}

/* Next button  */
.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 transparent;
  border: 4px solid transparent;
  height: 120px;
  width: 120px;
  margin-top: 80px;
}

.media-carousel .carousel-control.rightar {
  right: 0 !important;
  background-image: none;
  background: none repeat scroll 0 0 transparent;
  border: 4px solid transparent;
  height: 60px;
  width: 60px;
  margin-top: 140px;
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
  background: #b4b4b4;
}

.media-carousel .arrow {
  width: 100%;
  height: 100%;
}

.media-carousel .panel-footer {
  background-color: white !important;
}

@media (max-width: 850px) {
  #cover-map {
    max-width: 300px;
    min-height: 200px;
  }
  #cover-map h2 {
    font-size: 25px;
  }
  #cover-map h3 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #cover-map {
    display: none;
  }
}
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.adv-img:hover {
  filter: grayscale(80%);
}

.img-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-img {
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.img-block:hover {
  filter: grayscale(70%);
}

.img-block:hover .overlay {
  opacity: 1;
}

#esf-2022 h2 {
  margin-top: 40px;
}
#esf-2022 .thankyou-text {
  margin-top: 3rem;
}
#esf-2022 .fa-file-pdf-o {
  background-color: white;
  color: red;
}
#esf-2022 img {
  margin: 1.7rem;
}

.image-bg-block-1 {
  background-size: cover;
  background-image: url(https://epc.fra1.cdn.digitaloceanspaces.com/img/events/457/esf-eu-wood-bkg.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}

.image-bg-block-2 {
  background-size: cover;
  background-image: url(https://epc.fra1.cdn.digitaloceanspaces.com/img/events/463/metech-uop-bkg.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}

.image-bg-block-3 {
  background-size: cover;
  background-image: url(https://epc.fra1.cdn.digitaloceanspaces.com/img/events/518/esf-europe-background-dark.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
  border-radius: 10px;
}

.image-bg-block-container {
  position: relative;
  padding: 20px 20px;
  margin: 0 40px;
  border-radius: 10px;
  box-shadow: aliceblue;
  box-shadow: 4px 4px 8px 2px rgba(36, 57, 69, 0.56);
}

.button-seminar {
  border-radius: 5px;
  margin-top: 10px;
  padding: 7px 18px;
  background-color: #233946;
  border: 0.5px solid #fff;
  color: white;
}

.label {
  display: inline-block;
  background-color: #0d1b3a;
  color: #fff;
  text-transform: uppercase;
  padding: 0.2em 0.6em;
  border-radius: 12px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: -5px;
}

.button-seminar:hover, .button-seminar:focus {
  background-color: #00a0af;
  color: white;
}

@media (max-width: 1000px) {
  #advisory-meeting-takeaway img {
    width: 30%;
  }
  #esf-2022 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #esf-2022 #hide {
    display: none;
  }
}
@media (max-width: 991px) {
  #latest-insights .article-preview, #latest-insights .article-date {
    display: none;
  }
}
@media (max-width: 767px) {
  #latest-insights .article-cover {
    display: none;
  }
  #latest-insights .article-preview, #latest-insights .article-date {
    display: block;
  }
}
@media (max-width: 680px) {
  #advisory-meeting-takeaway img {
    width: 50%;
  }
}
@media (max-width: 990px) {
  .image-bg-block-3 {
    background-image: url(https://epc.fra1.cdn.digitaloceanspaces.com/img/events/518/esf-europe-background-dark-basic.png);
  }
}
.key-topics-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.key-topics-list li {
  position: relative;
  padding-left: calc(1.3em + 1.2rem);
  margin-bottom: 0.9rem;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.key-topics-list li::before {
  content: "♻";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #ff3b30;
  font-size: 1.3em;
  line-height: 1;
}
.key-topics-list li:last-child {
  margin-bottom: 0;
}
.key-topics-list.key-topics-list-checks li::before {
  content: "✓";
  font-weight: 700;
  font-size: 1.15em;
  top: 0.15rem;
}

@media (max-width: 767px) {
  .key-topics-columns .col-sm-12 + .col-sm-12 {
    margin-top: 0;
  }
  .key-topics-list li {
    margin-bottom: 0.75rem;
  }
}
.about-esf-europe-section {
  background-color: #0d1b3a;
  color: #fff;
  padding: 40px 0 50px;
}
.about-esf-europe-section h2 {
  color: #fff;
  margin-bottom: 25px;
}

.about-esf-europe-content p {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.92);
}
.about-esf-europe-content .key-topics-list {
  margin-bottom: 1.5rem;
}

.about-esf-europe-map {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about-esf-europe-columns .col-sm-12 + .col-sm-12 {
    margin-top: 25px;
  }
}
/* Hero Section */
.promo {
  position: relative;
  height: auto;
  min-height: 100vh;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .promo {
    min-height: 110vh;
  }
}
@media (max-width: 450px) {
  .promo {
    min-height: 120vh;
    height: auto;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
