@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* 7px tall for main H1 titles */
/* Center aligned */
/* Left aligned */
/**
 * $icon: icon name, that has been defined in the $icons map
 * $element: pseudo element (before, after)
 * $verticalAlign: if this is set, the value of this will be applied to vertical-align
 * Usage example: @include icon_pseudo('angle-right', after) / @include icon_pseudo('angle-right', before, middle);
 */
#external-link-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 61, 116, 0.9);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}

#external-link-popup > .popup {
  padding: 20px;
  background: #fff;
  max-width: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  #external-link-popup > .popup {
    width: 70%;
  }
}

@media screen and (min-width: 60em) {
  #external-link-popup > .popup {
    width: 50%;
  }
}

#external-link-popup > .popup button.close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #868685;
  margin-bottom: 20px;
}

#external-link-popup > .popup button.close::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  font-weight: normal;
  content: "";
  pointer-events: none;
  color: #868685;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  margin-left: 10px;
}

#external-link-popup > .popup button.close:hover, #external-link-popup > .popup button.close:hover:after {
  color: #323231;
}

#external-link-popup > .popup .text h3 {
  text-align: center;
  margin-bottom: 15px 0;
}

#external-link-popup > .popup .text .yellow-line {
  width: 50px;
  height: 5px;
  background-color: #FFDB00;
  margin: 15px auto;
}

#external-link-popup > .popup .text p {
  font-size: 17px;
  text-align: center;
}

#external-link-popup hr {
  border-color: #D9D9D9;
  margin: 15px -20px;
}

#external-link-popup div.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#external-link-popup div.actions .button {
  margin: 20px 10px;
  font-family: "Produkt", "Roboto Slab", Arial, sans-serif;
  min-width: 90px;
  font-size: 12px;
  text-transform: uppercase;
}

#external-link-popup div.actions .button.cancel {
  background-color: #FFFFFF;
  color: #003D74;
}
