@font-face {
  font-family: "DeliveryCdBlk";
  src: url("../fonts/Delivery_W_CdBlk.woff2") format("woff2"), url("../fonts/Delivery_W_CdBlk.woff") format("woff");
}
@font-face {
  font-family: "DeliveryCdLt";
  src: url("../fonts/Delivery_W_CdLt.woff2") format("woff2"), url("../fonts/Delivery_W_CdLt.woff") format("woff");
}
@font-face {
  font-family: "DeliveryLtIt";
  src: url("../fonts/Delivery_W_LtIt.woff2") format("woff2"), url("../fonts/Delivery_W_LtIt.woff") format("woff");
}
@font-face {
  font-family: "DeliveryRg";
  src: url("../fonts/Delivery_W_Rg.woff2") format("woff2"), url("../fonts/Delivery_W_Rg.woff") format("woff");
}
h2 {
  font-family: "DeliveryCdBlk", sans-serif;
}

h3 {
  font-family: "DeliveryCdBlk", sans-serif;
}

.dhl-text-color {
  color: #323232;
}

.dhl-red {
  color: #d40511 !important;
}

.dhl-yellow {
  color: #ffcc00 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.gc-event {
  /* Standard syntax */
  /* selection pictograms */
  /*links in navbar when no scroll*/
  /* Utility */
  /* Rich text editor styles */
}
.gc-event body {
  width: 100%;
  height: 100%;
}
.gc-event html {
  width: 100%;
  min-height: 100%;
}
@-webkit-keyframes fade {
  0% {
    color: black;
  }
  50% {
    color: rgba(0, 0, 0, 0);
  }
  100% {
    color: black;
  }
}
@keyframes fade {
  0% {
    color: black;
  }
  50% {
    color: rgba(0, 0, 0, 0);
  }
  100% {
    color: black;
  }
}
.gc-event .anim_fadeout {
  -webkit-animation: fade 1s;
  /* Chrome, Safari, Opera */
  animation: fade 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.gc-event .anim_fadein {
  -webkit-animation: fade 1s;
  /* Chrome, Safari, Opera */
  animation: fade 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gc-event .event-error-cont {
  color: #676a6c;
  padding: 40px 10px 10px;
}
.gc-event #browser-warn {
  display: none;
  top: 0;
  width: 100%;
  background-color: #c33;
  padding: 5px;
  color: #fff;
  position: fixed;
  z-index: 10000;
}
.gc-event #bad-browser-wrapper {
  display: none;
}
.gc-event .badbrowser {
  width: 80%;
  max-width: 900px;
  background-color: white;
  color: black;
  font-size: 22px;
  margin: 40px auto;
  text-align: center;
  padding: 20px;
}
.gc-event .badbrowser img {
  margin: 10px auto;
}
.gc-event .main-content {
  min-height: 200px;
}
.gc-event .picts .cell .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.gc-event .picts .cell {
  text-align: center;
  margin-bottom: 10px;
}
.gc-event .picts .cell.selected .overlay {
  display: none;
}
.gc-event .picts .cell .selection-sign {
  display: none;
}
.gc-event .picts .cell.selected .selection-sign {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(50, 55, 55, 0);
  font-size: 60px;
}
.gc-event a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gc-event a:hover,
.gc-event a:focus {
  color: #d40511;
  text-decoration: none;
}
.gc-event {
  color: #323232;
  font-size: 18px;
  font-family: "DeliveryRg", sans-serif;
}
.gc-event h1 {
  font-size: 36px;
  font-weight: bold;
  font-family: "DeliveryCdBlk", sans-serif;
  color: #d40511;
  margin-top: 0;
}
.gc-event .form-control {
  color: #323232;
  font-size: 18px;
  height: 40px;
}
.gc-event textarea.form-control {
  height: auto;
}
.gc-event .margin-bottom-zero {
  margin-bottom: 0 !important;
}
.gc-event .submit-container .btn {
  margin-top: 0px;
}
.gc-event .has-error .control-label {
  color: #d40511;
}
.gc-event .has-error .form-control {
  border-color: #d40511;
  -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);
}
.gc-event .text-danger {
  color: #d40511;
}
.gc-event .button-row {
  margin-top: 20px;
}
.gc-event .intl-tel-input {
  display: block;
}
.gc-event .loading-cont {
  margin-top: 25%;
}
.gc-event .gc-footer-logo {
  width: 100px;
  margin-bottom: 5px;
}
@media (max-width: 378px) {
  .gc-event .gc-footer-logo {
    margin-top: 5px;
  }
}
.gc-event #gc_branding {
  padding-top: 10px;
  font-size: 13px;
  background-color: #c3c3c3;
  color: #ffffff;
}
.gc-event #gc_branding a {
  color: #ffffff;
  font-size: 13px;
}
.gc-event .container-bg-img {
  background: url("../img/dhl-bg-new2.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.gc-event .container-bg-gradient {
  background: #d2d2d2;
  background: radial-gradient(circle, #d2d2d2 0%, white 100%);
}
.gc-event .margin-from-menu {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .gc-event .margin-from-menu {
    margin-top: 67px;
  }
}
.gc-event .section-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gc-event .pictogram {
  width: 100px;
  margin-bottom: 10px;
}
.gc-event #email-pictogram {
  width: 80px;
  margin-bottom: 25px;
}
.gc-event .navbar {
  margin-bottom: 0;
  background: #ffcc00;
  background: -moz-linear-gradient(94deg, #ffcc00 0%, rgba(253, 187, 45, 0) 50%);
  background: -webkit-linear-gradient(94deg, #ffcc00 0%, rgba(253, 187, 45, 0) 50%);
  background: linear-gradient(94deg, #ffcc00 0%, rgba(253, 187, 45, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc00",endColorstr="#fdbb2d",GradientType=1);
}
.gc-event .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .gc-event .navbar-brand {
    height: 40px;
    margin: 10px;
  }
}
.gc-event .top-nav-collapse .navbar-brand {
  height: 30px;
  margin: 10px;
}
.gc-event .navbar-brand:focus {
  outline: 0;
}
.gc-event .navbar-custom a {
  color: #ffffff;
  text-transform: none;
}
.gc-event .navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.gc-event .navbar-custom .nav li a:hover,
.gc-event .navbar-custom .nav li a:focus,
.gc-event .navbar-custom .nav li.active {
  outline: 0;
}
.gc-event .navbar-toggle {
  padding: 10px 10px;
  font-size: 20px;
  color: #d40511;
  background-color: #ffcc00;
  text-align: center;
}
.gc-event .navbar-toggle:focus,
.gc-event .navbar-toggle:active {
  outline: 0;
}
.gc-event .nav > li > a:focus, .gc-event .nav > li > a:hover {
  text-decoration: none;
  background-color: #d40511;
}
@media (min-width: 768px) {
  .gc-event {
    /*color of navbar when scrolling*/
  }
  .gc-event .navbar {
    padding: 20px 10px;
    border-bottom: 0 solid #FFFFFF;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    background-color: #ffcc00;
    background: #ffcc00;
    background: -moz-linear-gradient(94deg, #ffcc00 0%, rgba(253, 187, 45, 0) 50%);
    background: -webkit-linear-gradient(94deg, #ffcc00 0%, rgba(253, 187, 45, 0) 50%);
    background: linear-gradient(94deg, #ffcc00 0%, rgba(253, 187, 45, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc00",endColorstr="#fdbb2d",GradientType=1);
  }
  .gc-event .navbar-brand {
    -webkit-transition: height 0.5s ease-in-out, margin 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, margin 0.5s ease-in-out;
    transition: height 0.5s ease-in-out, margin 0.5s ease-in-out;
  }
  .gc-event .top-nav-collapse {
    padding: 0;
    background-color: #ffcc00;
  }
  .gc-event .navbar-custom.top-nav-collapse a {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .gc-event .navbar {
    padding: 0 30px;
  }
}
.gc-event .navbar-collapse {
  text-align: center;
}
.gc-event .navbar .separator {
  padding: 10px 5px 15px 0px;
  color: #323232;
}
@media (max-width: 767px) {
  .gc-event .navbar .separator {
    padding: 5px 0 5px;
  }
}
.gc-event .navbar .separator hr {
  margin: 0 auto;
}
.gc-event .nav > li.lang > a {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.gc-event .navbar-brand {
  padding-left: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .gc-event .navbar-brand {
    height: 50px;
  }
}
.gc-event .btn-gc-primary {
  color: white;
  background-color: #d40511;
  border-color: #d40511;
  padding: 15px 8px;
  font-size: 22px;
  font-weight: 700;
  border-width: 2px;
  border-radius: 0;
  margin: 10px;
  width: 250px;
}
.gc-event .btn-gc-primary:hover, .gc-event .btn-gc-primary:focus, .gc-event .btn-gc-primary.focus, .gc-event .btn-gc-primary:active, .gc-event .btn-gc-primary.active, .open > .gc-event .btn-gc-primary.dropdown-toggle {
  color: white;
  background-color: #a2040d;
  border-color: #98040c;
}
.gc-event .btn-gc-primary:active, .gc-event .btn-gc-primary.active, .open > .gc-event .btn-gc-primary.dropdown-toggle {
  background-image: none;
}
.gc-event .btn-gc-primary.disabled, .gc-event .btn-gc-primary.disabled:hover, .gc-event .btn-gc-primary.disabled:focus, .gc-event .btn-gc-primary.disabled.focus, .gc-event .btn-gc-primary.disabled:active, .gc-event .btn-gc-primary.disabled.active, .gc-event .btn-gc-primary[disabled], .gc-event .btn-gc-primary[disabled]:hover, .gc-event .btn-gc-primary[disabled]:focus, .gc-event .btn-gc-primary[disabled].focus, .gc-event .btn-gc-primary[disabled]:active, .gc-event .btn-gc-primary[disabled].active, fieldset[disabled] .gc-event .btn-gc-primary, fieldset[disabled] .gc-event .btn-gc-primary:hover, fieldset[disabled] .gc-event .btn-gc-primary:focus, fieldset[disabled] .gc-event .btn-gc-primary.focus, fieldset[disabled] .gc-event .btn-gc-primary:active, fieldset[disabled] .gc-event .btn-gc-primary.active {
  background-color: #d40511;
  border-color: #d40511;
}
.gc-event .btn-gc-primary .badge {
  color: #d40511;
  background-color: white;
}
.gc-event .btn-bio-red {
  color: #ffffff;
  background-color: #d40511;
  border-color: #d40511;
  padding: 5px 5px;
  font-size: 16px;
  font-weight: 700;
  border-width: 2px;
  border-radius: 0;
  margin: 10px;
  width: 150px;
}
.gc-event .btn-bio-red:hover, .gc-event .btn-bio-red:focus, .gc-event .btn-bio-red.focus, .gc-event .btn-bio-red:active, .gc-event .btn-bio-red.active, .open > .gc-event .btn-bio-red.dropdown-toggle {
  color: #ffffff;
  background-color: #a2040d;
  border-color: #98040c;
}
.gc-event .btn-bio-red:active, .gc-event .btn-bio-red.active, .open > .gc-event .btn-bio-red.dropdown-toggle {
  background-image: none;
}
.gc-event .btn-bio-red.disabled, .gc-event .btn-bio-red.disabled:hover, .gc-event .btn-bio-red.disabled:focus, .gc-event .btn-bio-red.disabled.focus, .gc-event .btn-bio-red.disabled:active, .gc-event .btn-bio-red.disabled.active, .gc-event .btn-bio-red[disabled], .gc-event .btn-bio-red[disabled]:hover, .gc-event .btn-bio-red[disabled]:focus, .gc-event .btn-bio-red[disabled].focus, .gc-event .btn-bio-red[disabled]:active, .gc-event .btn-bio-red[disabled].active, fieldset[disabled] .gc-event .btn-bio-red, fieldset[disabled] .gc-event .btn-bio-red:hover, fieldset[disabled] .gc-event .btn-bio-red:focus, fieldset[disabled] .gc-event .btn-bio-red.focus, fieldset[disabled] .gc-event .btn-bio-red:active, fieldset[disabled] .gc-event .btn-bio-red.active {
  background-color: #d40511;
  border-color: #d40511;
}
.gc-event .btn-bio-red .badge {
  color: #d40511;
  background-color: #ffffff;
}
.gc-event .btn-bio-yellow {
  color: white;
  background-color: #ffcc00;
  border-color: #ffcc00;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  border-width: 2px;
  border-radius: 0;
  margin: 10px;
  width: 180px;
}
.gc-event .btn-bio-yellow:hover, .gc-event .btn-bio-yellow:focus, .gc-event .btn-bio-yellow.focus, .gc-event .btn-bio-yellow:active, .gc-event .btn-bio-yellow.active, .open > .gc-event .btn-bio-yellow.dropdown-toggle {
  color: white;
  background-color: #cca300;
  border-color: #c29b00;
}
.gc-event .btn-bio-yellow:active, .gc-event .btn-bio-yellow.active, .open > .gc-event .btn-bio-yellow.dropdown-toggle {
  background-image: none;
}
.gc-event .btn-bio-yellow.disabled, .gc-event .btn-bio-yellow.disabled:hover, .gc-event .btn-bio-yellow.disabled:focus, .gc-event .btn-bio-yellow.disabled.focus, .gc-event .btn-bio-yellow.disabled:active, .gc-event .btn-bio-yellow.disabled.active, .gc-event .btn-bio-yellow[disabled], .gc-event .btn-bio-yellow[disabled]:hover, .gc-event .btn-bio-yellow[disabled]:focus, .gc-event .btn-bio-yellow[disabled].focus, .gc-event .btn-bio-yellow[disabled]:active, .gc-event .btn-bio-yellow[disabled].active, fieldset[disabled] .gc-event .btn-bio-yellow, fieldset[disabled] .gc-event .btn-bio-yellow:hover, fieldset[disabled] .gc-event .btn-bio-yellow:focus, fieldset[disabled] .gc-event .btn-bio-yellow.focus, fieldset[disabled] .gc-event .btn-bio-yellow:active, fieldset[disabled] .gc-event .btn-bio-yellow.active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.gc-event .btn-bio-yellow .badge {
  color: #ffcc00;
  background-color: white;
}
.gc-event .btn-gc-default {
  color: #d40511;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.gc-event .btn-gc-default:hover, .gc-event .btn-gc-default:focus, .gc-event .btn-gc-default.focus, .gc-event .btn-gc-default:active, .gc-event .btn-gc-default.active, .open > .gc-event .btn-gc-default.dropdown-toggle {
  color: #d40511;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.gc-event .btn-gc-default:active, .gc-event .btn-gc-default.active, .open > .gc-event .btn-gc-default.dropdown-toggle {
  background-image: none;
}
.gc-event .btn-gc-default.disabled, .gc-event .btn-gc-default.disabled:hover, .gc-event .btn-gc-default.disabled:focus, .gc-event .btn-gc-default.disabled.focus, .gc-event .btn-gc-default.disabled:active, .gc-event .btn-gc-default.disabled.active, .gc-event .btn-gc-default[disabled], .gc-event .btn-gc-default[disabled]:hover, .gc-event .btn-gc-default[disabled]:focus, .gc-event .btn-gc-default[disabled].focus, .gc-event .btn-gc-default[disabled]:active, .gc-event .btn-gc-default[disabled].active, fieldset[disabled] .gc-event .btn-gc-default, fieldset[disabled] .gc-event .btn-gc-default:hover, fieldset[disabled] .gc-event .btn-gc-default:focus, fieldset[disabled] .gc-event .btn-gc-default.focus, fieldset[disabled] .gc-event .btn-gc-default:active, fieldset[disabled] .gc-event .btn-gc-default.active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.gc-event .btn-gc-default .badge {
  color: #FFFFFF;
  background-color: #d40511;
}
.gc-event .btn-reject {
  color: #d40511;
  background-color: #FFFFFF;
  border-color: #d40511;
  padding: 15px 8px;
  font-size: 22px;
  font-weight: 700;
  border-width: 2px;
  border-radius: 0;
  margin: 10px;
  width: 250px;
}
.gc-event .btn-reject:hover, .gc-event .btn-reject:focus, .gc-event .btn-reject.focus, .gc-event .btn-reject:active, .gc-event .btn-reject.active, .open > .gc-event .btn-reject.dropdown-toggle {
  color: #d40511;
  background-color: #e6e6e6;
  border-color: #98040c;
}
.gc-event .btn-reject:active, .gc-event .btn-reject.active, .open > .gc-event .btn-reject.dropdown-toggle {
  background-image: none;
}
.gc-event .btn-reject.disabled, .gc-event .btn-reject.disabled:hover, .gc-event .btn-reject.disabled:focus, .gc-event .btn-reject.disabled.focus, .gc-event .btn-reject.disabled:active, .gc-event .btn-reject.disabled.active, .gc-event .btn-reject[disabled], .gc-event .btn-reject[disabled]:hover, .gc-event .btn-reject[disabled]:focus, .gc-event .btn-reject[disabled].focus, .gc-event .btn-reject[disabled]:active, .gc-event .btn-reject[disabled].active, fieldset[disabled] .gc-event .btn-reject, fieldset[disabled] .gc-event .btn-reject:hover, fieldset[disabled] .gc-event .btn-reject:focus, fieldset[disabled] .gc-event .btn-reject.focus, fieldset[disabled] .gc-event .btn-reject:active, fieldset[disabled] .gc-event .btn-reject.active {
  background-color: #FFFFFF;
  border-color: #d40511;
}
.gc-event .btn-reject .badge {
  color: #FFFFFF;
  background-color: #d40511;
}
.gc-event .btn-addto {
  color: #d40511;
  background-color: #FFFFFF;
  border-color: #d40511;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  border-width: 2px;
  border-radius: 0;
  margin: 10px;
  width: none;
}
.gc-event .btn-addto:hover, .gc-event .btn-addto:focus, .gc-event .btn-addto.focus, .gc-event .btn-addto:active, .gc-event .btn-addto.active, .open > .gc-event .btn-addto.dropdown-toggle {
  color: #d40511;
  background-color: #e6e6e6;
  border-color: #98040c;
}
.gc-event .btn-addto:active, .gc-event .btn-addto.active, .open > .gc-event .btn-addto.dropdown-toggle {
  background-image: none;
}
.gc-event .btn-addto.disabled, .gc-event .btn-addto.disabled:hover, .gc-event .btn-addto.disabled:focus, .gc-event .btn-addto.disabled.focus, .gc-event .btn-addto.disabled:active, .gc-event .btn-addto.disabled.active, .gc-event .btn-addto[disabled], .gc-event .btn-addto[disabled]:hover, .gc-event .btn-addto[disabled]:focus, .gc-event .btn-addto[disabled].focus, .gc-event .btn-addto[disabled]:active, .gc-event .btn-addto[disabled].active, fieldset[disabled] .gc-event .btn-addto, fieldset[disabled] .gc-event .btn-addto:hover, fieldset[disabled] .gc-event .btn-addto:focus, fieldset[disabled] .gc-event .btn-addto.focus, fieldset[disabled] .gc-event .btn-addto:active, fieldset[disabled] .gc-event .btn-addto.active {
  background-color: #FFFFFF;
  border-color: #d40511;
}
.gc-event .btn-addto .badge {
  color: #FFFFFF;
  background-color: #d40511;
}
.gc-event .map-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.gc-event .map-section .section-body {
  padding-bottom: 0px;
  padding-top: 0px;
}
.gc-event .map-section .section-body h2 {
  margin-top: 0;
  color: #323232;
  font-size: 24px;
}
.gc-event .map-section a {
  font-weight: bold;
}
.gc-event .map-section a:hover, .gc-event .map-section focus, .gc-event .map-section active {
  color: #323232;
}
.gc-event .map-overlay {
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.1);
}
.gc-event .map-responsive {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 560px;
  position: relative;
  height: 0;
}
@media (max-width: 991px) {
  .gc-event .map-responsive {
    height: 860px;
  }
}
.gc-event .map-responsive iframe {
  left: 0;
  top: 0;
  height: 600px;
  width: 100%;
  position: absolute;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .gc-event .map-responsive iframe {
    height: 875px;
  }
}
.gc-event .scroll-overlay {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .gc-event .scroll-overlay {
    height: 900px;
  }
}
.gc-event .paralax-section {
  background-image: url("../img/paralax.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 500px;
}
@media (max-width: 767px) {
  .gc-event .paralax-section {
    background-image: url("../img/paralax-sm.png");
    background-attachment: inherit;
  }
}
.gc-event .input-group-btn:last-child > .btn, .gc-event .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
  border: 1px solid #ccc;
  border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  border-radius-bottomright: 4px;
  -moz-border-radius-bottomright: 4px;
  -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);
  height: 40px;
}
.gc-event body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.gc-event .m-b-md {
  margin-bottom: 20px;
}
.gc-event .m-t-md {
  margin-top: 20px;
}
.gc-event .ql-size-small {
  font-size: 0.75em;
}
.gc-event .ql-size-large {
  font-size: 1.5em;
}
.gc-event .ql-size-huge {
  font-size: 2.5em;
}
.gc-event .ql-align-center {
  text-align: center;
}
.gc-event .ql-align-justify {
  text-align: justify;
}
.gc-event .ql-align-right {
  text-align: right;
}
@media (max-width: 991px) {
  .gc-event .navbar {
    background: #ffcc00;
  }
  .gc-event .navbar-header {
    float: none;
  }
  .gc-event .navbar-left, .gc-event .navbar-right {
    float: none !important;
  }
  .gc-event .navbar-toggle {
    display: block;
  }
  .gc-event .navbar-fixed-top {
    top: 0;
  }
  .gc-event .navbar-collapse.collapse {
    display: none !important;
  }
  .gc-event .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .gc-event .navbar-nav > li {
    float: none;
  }
  .gc-event .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gc-event .collapse.in {
    display: block !important;
  }
  .gc-event .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .gc-event .hidden-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .gc-event .hidden-down {
    display: none !important;
  }
}
.gc-event .payment-form .group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}
.gc-event .payment-form label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
}
.gc-event .payment-form .group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}
.gc-event .payment-form label > span {
  width: 160px;
  text-align: right;
  margin-right: 30px;
}
.gc-event .payment-form .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}
.gc-event .payment-form .field::-webkit-input-placeholder {
  color: #CFD7E0;
}
.gc-event .payment-form .field::-moz-placeholder {
  color: #CFD7E0;
}
.gc-event .payment-form .btn-gc-primary {
  width: 100%;
  margin: 0;
}
.gc-event .payment-form .btn-gc-primary {
  width: 100%;
  margin: 0;
}
.gc-event .payment-form .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}
.gc-event .payment-form .success,
.gc-event .payment-form .error {
  display: none;
  font-size: 13px;
}
.gc-event .payment-form .success.visible,
.gc-event .payment-form .error.visible {
  display: inline;
}
.gc-event .payment-form .error {
  color: #E4584C;
}
.gc-event .payment-form .success {
  color: #666EE8;
}
.gc-event .payment-form .success .token {
  font-weight: 500;
  font-size: 13px;
}
.gc-event strong {
  font-family: "DeliveryCdBlk";
}
.gc-event .fw-300 {
  font-family: "DeliveryLtIt";
}
.gc-event #intro_section {
  min-height: 100vh;
  background-color: #ffffff;
  background: url("../img/dhl-bg-new2.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: -50px;
}
.gc-event #intro_section .header-logo {
  width: 60%;
  margin-top: 80px;
  margin-bottom: 20px;
  max-width: 250px;
}
.gc-event #intro_section h1 {
  font-size: 58px;
  color: #ffffff;
  line-height: 1;
}
.gc-event #intro_section h3 {
  color: #ffffff;
  font-weight: 300;
  margin-top: 0;
}
.gc-event #intro_section h2 {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 5px;
  font-weight: 700;
}
.gc-event #intro_section .fw-300 {
  font-family: "DeliveryCdLt";
}
.gc-event #intro_section h3 {
  font-family: "DeliveryCdLt";
}
.gc-event #intro_section #second-header {
  font-family: "DeliveryLtIt";
}
.gc-event #info_section {
  background-color: #f5f5f5;
}
.gc-event #news_section {
  background-color: #fff;
}
.gc-event #speakers_section {
  background-color: #ffffff;
}
.gc-event #speakers_section .theme-wrapper-bg-1 {
  background: url("../img/ee.png") no-repeat;
  background-size: cover;
  background-position: 0% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-2 {
  background: url("../img/gr.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-3 {
  background: url("../img/clo.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-4 {
  background: url("../img/vs.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-5 {
  background: url("../img/nm.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-6 {
  background: url("../img/tt.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-7 {
  background: url("../img/zt.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-8 {
  background: url("../img/ttkp.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-9 {
  background: url("../img/uds.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-10 {
  background: url("../img/rch.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-11 {
  background: url("../img/oou.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .theme-wrapper-bg-12 {
  background: url("../img/sh.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event #speakers_section .speaker-photo {
  margin-bottom: 0;
}
.gc-event #speakers_section h3 {
  margin-top: 10px;
}
.gc-event #speakers_section .theme-overlay {
  height: 230px;
}
.gc-event #form_section {
  background-color: #f5f5f5;
}
.gc-event #program_section {
  background-color: #ffffff;
}
.gc-event #program_section h2 {
  font-weight: 700;
  margin-bottom: 0;
}
.gc-event #program_section h3 {
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.gc-event h3 {
  font-weight: 700;
  margin-bottom: 0;
}
.gc-event #contact_section {
  background-color: #f5f5f5;
}
.gc-event #contact_section h3 {
  margin-top: 0;
}
.gc-event #gallery_section {
  background-color: #f5f5f5;
}
.gc-event #gallery_section .gallery-cell {
  background-color: #ffffff;
}
.gc-event .gallery {
  background-color: #ffffff;
}
.gc-event .gallery .buttons {
  background-color: #ffffff;
}
.gc-event #video_section {
  background-color: #f5f5f5;
}
.gc-event #countdown_section {
  background-color: #f5f5f5;
}
.gc-event #weather_section {
  background-color: #f5f5f5;
}
.gc-event #calendar_section {
  background-color: #ffffff;
}
.gc-event #gc_branding {
  background-color: #d40511;
}
.gc-event .weather-icon {
  color: #d40511;
  font-size: 80px;
}
.gc-event .weather-description {
  margin-top: -20px;
}
.gc-event a,
.gc-event .red-text {
  color: #d40511;
}
.gc-event .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.gc-event .event-logo {
  width: 100%;
  max-width: 450px;
  margin-top: 50px;
}
.gc-event .logo-footer {
  width: 250px;
  margin-top: 40px;
}
.gc-event .logo {
  width: 200px;
  margin-bottom: 40px;
}
.gc-event #dhl {
  margin-bottom: 40px;
}
.gc-event #google {
  margin-top: 10px;
}
.gc-event .program-sign {
  width: 100%;
}
.gc-event .speaker-photo {
  width: 150px;
}
.gc-event .theme-photo {
  width: 100%;
  border-bottom: 4px solid #d40511;
}
.gc-event .speaker-name {
  font-weight: bold;
}
.gc-event .modal-body {
  padding: 20px;
}
.gc-event .modal-content {
  border-radius: 0;
}
.gc-event .sriracha {
  font-family: "Sriracha", cursive;
}
.gc-event .btn-bio-red {
  max-width: 500px;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.gc-event .theme-wrapper {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.gc-event .theme-wrapper-bg-1 {
  background: url("https://guestcloud-adhoc-files.s3.eu-central-1.amazonaws.com/dhl/dhlexpress-min.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event .theme-wrapper-bg-2 {
  background: url("https://guestcloud-adhoc-files.s3.eu-central-1.amazonaws.com/dhl/dhl_odd-min.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event .theme-wrapper-bg-3 {
  background: url("https://guestcloud-adhoc-files.s3.eu-central-1.amazonaws.com/dhl/fop-min.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
}
.gc-event .theme-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 300px;
  width: 190px;
}
.gc-event .theme-overlay p {
  font-size: 14px;
}
.gc-event .theme-overlay h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.gc-event .theme-time {
  font-size: 18px;
}
.gc-event .speaker-photo {
  width: 200px;
}
.gc-event .custom-menu a {
  display: block;
}
@media (min-width: 992px) {
  .gc-event .custom-menu a {
    display: inline-block;
  }
}
.gc-event .gallery.padding-for-buttons {
  padding-top: 80px;
}
.gc-event .gallery .buttons {
  padding: 20px;
  top: 0;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.1);
}
.gc-event .gallery .buttons.buttons-fixed {
  position: fixed;
}
.gc-event .gallery .buttons h1 {
  margin-bottom: 0;
}
.gc-event .gallery .grid-item {
  width: 33%;
  margin-bottom: 5px;
  display: none;
}
.gc-event .gallery .grid-item.loaded {
  display: block;
}
@media (max-width: 991px) {
  .gc-event .gallery .grid-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .gc-event .gallery .grid-item {
    width: 100%;
  }
}
.gc-event .gallery-cell {
  margin: 10px;
  display: inline-block;
}
.gc-event .gallery-cell .sub-title {
  height: 40px;
}
.gc-event .gallery-cell .gallery-image-cell {
  margin-bottom: 5px;
  height: 220px;
  width: 220px;
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */
