.container .balloon {
  opacity: .8;
  cursor: pointer;
}

.container .balloon::after {
  content: "";
  margin-left: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(icon-info.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.container .balloon:hover {
  background-color: rgba(240, 240, 240, 0.5);
  color: #ec6803;
}

.container .balloon.person {
  font-weight: 600;
}

#modal-container,
#balloon-container {
  z-index: 800;
  margin: 0 20px;
  background: #fafafa;
  border: 1px solid #efefef;
  border-radius: 6px;
  color: #555;
  line-height: 1.4em;
  -webkit-box-shadow: 2px 3px 11px 0px #dbdbdb;
  box-shadow: 2px 3px 11px 0px #dbdbdb;
}

#modal-container {
  right: -100vw;
  margin: 0 auto;
  padding: 10px 0 20px;
  display: none;
}

#modal-container.visible {
  display: block;
  position: fixed;
  top: auto;
  right: calc(50% - 338px);
  bottom: 10px;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 1px;
  margin: 0 auto;
  padding: 10px 0 20px;
  border: 4px solid #ec6803;
}

#modal-container .close {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 22px;
  width: 22px;
  background-image: url(icon-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: .4;
}

#modal-container .close:hover {
  opacity: 1;
}

#modal-container .content {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 640px;
}

#modal-container .content h4 {
  color: #505050;
  display: inline-block;
  font-size: 1.4rem;
  margin: 20px 0 12px;
  padding-left: 16px;
  padding-right: 12px;
}

#modal-container .content p {
  margin: .5rem 0;
  font-size: 1.1rem;
  padding-left: 16px;
  padding-right: 16px;
}

#balloon-container {
  position: absolute;
  padding: 12px 16px;
  max-width: 400px;
  top: -1000px;
  left: -1000px;
}

#balloon-container p {
  margin: .5rem 0;
  font-size: 1rem;
}

#balloon-container p strong {
  font-size: 1.2rem;
}

@media (max-width: 575.98px) {
  #balloon-container {
    max-width: 300px;
    left: auto !important;
    margin: 0 14px;
  }
  #modal-container {
    display: block;
    position: fixed;
    right: -100vw;
    top: 0;
    bottom: 0;
    overflow: scroll;
    width: 100vw;
    background: #f0f0f0;
    padding: 10px 0 20px;
    -webkit-transition: right 0.4s cubic-bezier(0.5, 0.01, 0.5, 0.9);
    transition: right 0.4s cubic-bezier(0.5, 0.01, 0.5, 0.9);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #modal-container .content {
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  #modal-container .content h4,
  #modal-container .content p {
    padding-left: 24px;
    padding-right: 12px;
  }
  #modal-container .close {
    position: fixed;
    opacity: 1;
    top: 0;
    left: -24px;
    height: 100vh;
    width: 24px;
    z-index: 801;
    -webkit-transition: left 0.5s cubic-bezier(0.5, 0.01, 0.5, 0.9);
    transition: left 0.5s cubic-bezier(0.5, 0.01, 0.5, 0.9);
    background-color: #e6e6e6;
    background-image: url(icon-right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: initial;
  }
  #modal-container.visible {
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: right 0.4s cubic-bezier(0.5, 0.01, 0.5, 0.9);
    transition: right 0.4s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  }
  #modal-container.visible .close {
    left: 0;
    -webkit-transition: left 0.4s cubic-bezier(0.5, 0.01, 0.5, 0.9);
    transition: left 0.4s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  }
  #modal-container.visible .close:hover {
    background-color: gainsboro;
  }
}

header {
  top: 40px;
}

header .container img {
  opacity: 1;
  width: 200px;
}

body #extra-nav .row .col {
  text-align: center;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  transition: all 0.2s cubic-bezier(0.5, 0.01, 0.5, 0.9);
}

body #extra-nav .row .col:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
}

body #extra-nav .row .col img {
  margin-bottom: .5rem;
}
body #extra-nav .row .col a.link {
  text-decoration: none;
  font-size: 1.2rem;
  color: #ea6903;
}

body #extra-nav .row .col a.link:hover {
  text-decoration: underline;
}

body .pull {
  border-top: 1px solid #ea6903;
}

body .pull:hover {
  border-top: 1px solid #256a78;
}

body .pull:hover span,
body .pull:hover span:after {
  color: #256a78;
  border-color: #256a78;
}

body .pull span {
  color: #ea6903;
}

body .pull span:after {
  border-color: #ea6903;
}

body hr::before {
  color: rgba(80, 80, 80, 0.5);
}

body #balloon-container a {
  color: #ea6903;
}

body .container .balloon::after {
  background-image: url(icon-info-rfe.svg);
}

body #modal-container .close {
  background-image: url(icon-close-rfe.svg);
}

@media (max-width: 575.98px) {
  body #modal-container .close {
    background-image: url(icon-right-rfe.svg);
  }
  body header .container img {
    width: 160px;
  }
}
/*# sourceMappingURL=rfe-extra.css.map */