@charset "UTF-8";
/*
 * _base-sass.scss
 */
/*
 * _foundation-customization.scss
 */
/*
 * helpers/_variables.scss
 */
/*
 * helpers/_mixing.scss
 */
/*
 * vendors/tympanus/_hover-effects.scss
 * @see http://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
 * @see http://tympanus.net/Development/HoverEffectIdeas/
 */
/* Common style */
.tympanus figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.tympanus figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.tympanus figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}

.tympanus figure figcaption::before,
.tympanus figure figcaption::after {
  pointer-events: none;
}

.tympanus figure figcaption,
.tympanus figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tympanus figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.tympanus figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.tympanus figure h2 span {
  font-weight: 800;
}

.tympanus figure h2,
.tympanus figure p {
  margin: 0;
}

.tympanus figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-milo {
  background: #2e5d5a;
}

figure.effect-milo img {
  max-width: none;
  width: calc(100% + 60px);
  height: 300px;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-30px, 0, 0) scale(1.12);
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.5;
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*
 * components/_lists.scss
 */
.inline-list--dot {
  overflow: hidden;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.inline-list--dot li {
  display: inline-block;
}
.inline-list--dot li:before {
  content: "•";
  padding: 0 0.5em 0 0.3em;
}
.inline-list--dot li:first-child:before {
  content: " ";
  padding: 0;
}

.inline-list--pipe {
  overflow: hidden;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.inline-list--pipe li {
  display: inline-block;
}
.inline-list--pipe li:before {
  content: "|";
  padding: 0 0.5em 0 0.3em;
}
.inline-list--pipe li:first-child:before {
  content: " ";
  padding: 0;
}

/*
 * components/_rotating-colors.scss
 */
.rotate-accent-color:nth-of-type(4n+1) .rotate-accent-color--accent {
  background-color: #de4e15;
}

.rotate-accent-color:nth-of-type(4n+2) .rotate-accent-color--accent {
  background-color: #caab1b;
}

.rotate-accent-color:nth-of-type(4n+3) .rotate-accent-color--accent {
  background-color: #43a173;
}

.rotate-accent-color:nth-of-type(4n+4) .rotate-accent-color--accent {
  background-color: #2d8c9a;
}

/*
 * layout/_layout.scss
 */
#welcome-bar {
  padding-top: 5px;
  padding-bottom: 5px;
}

#main-header {
  height: 106px;
  background: #193a64;
  position: relative;
}

#main-header__logo {
  display: block;
  color: #fefefe;
  margin-left: 75px;
  padding-top: 13px;
  height: 89px;
  background: url(/images/global/s4h-logo-2019.png) 0 13px no-repeat;
}

#main-header__logo span {
  display: block;
  font-size: 1.5rem;
  text-indent: 110px;
}

.main-header__title {
  font-size: 1.75rem;
  font-weight: bold;
}

#main-header-fb-like-button {
  position: absolute;
  bottom: 10px;
  right: 1rem;
}

.nav {
  border-top: 3px solid #2a7c53;
  background: #43a173;
  padding: 0.5rem;
}

.nav__heading {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fefefe;
}
.nav__heading:hover {
  color: #fefefe;
}

#main-nav > .dropdown > li:not(:last-child) {
  border-right: 1px solid #fefefe;
}

#main-nav .dropdown li.is-dropdown-submenu-parent > a {
  padding-right: 3rem;
}

#main-nav .dropdown li.is-dropdown-submenu-parent > a:after {
  border-color: #fefefe transparent transparent;
  right: 1.25rem;
}

.is-dropdown-submenu {
  background-color: rgba(67, 161, 115, 0.9);
  border: 0;
  text-align: left;
}

.dropdown > li > ul > li {
  border-right: 0px solid #fefefe;
}

.is-submenu-item a {
  color: #fefefe;
}

.is-submenu-item a:hover {
  background-color: #43a173;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 47px;
}

#main-footer {
  color: #fefefe;
}
#main-footer a:hover {
  color: #193a64;
}

#main-footer-sitemap {
  background-color: #38aec0;
  padding: 1rem;
}

.main-footer-sitemap__link {
  color: inherit;
  font-size: 0.875rem;
}

.main-footer-sitemap__heading {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.main-footer-sitemap__heading:after {
  background: #2d8c9a;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.main-footer-sitemap__social-icon {
  color: inherit;
  margin: 0 1rem 0 0;
  font-size: 2rem;
}

#main-footer__contact {
  background-color: #2d8c9a;
  padding: 1rem;
  font-size: 0.875rem;
}

#main-footer__tos {
  background-color: #084d5d;
  padding-top: 1rem;
  font-size: 0.625rem;
}

#main-footer__copyright {
  padding: 0.75rem 0;
  background-color: #353535;
  font-size: 0.625rem;
}

/*
 * modules/_error.scss
 */
/*
 * modules/_autocomplete.scss
 */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #2199e8;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/*
 * modules/_tombstone.scss
 */
.tombstone__image {
  position: relative;
}

.tombstone__accent-bar {
  position: absolute;
  bottom: 0;
  color: #fefefe;
  padding: 10px;
  text-align: center;
  width: 100%;
  opacity: 0.8;
}
.tombstone__accent-bar a {
  color: #fefefe;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 35px;
}

/*
 * modules/_carousel.scss
 */
.carousel__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.3);
}

.carousel__heading {
  font-size: 3.75rem;
}

.carousel__sub-heading {
  font-size: 2.5rem;
}

.carousel__bottom-bar {
  position: absolute;
  height: 58px;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  background: #2d8c9a;
  border-bottom: 4px solid #193a64;
  text-align: center;
  line-height: 58px;
  color: #fefefe;
}

.carousel__bottom-bar-text span {
  font-size: 1.25rem;
  line-height: 58px;
  margin: 0 20px;
}

.orbit-previous, .orbit-next {
  font-size: 2rem;
}

/*
 * sections/ehfis/_ehfis.scss
 */
.adult, .child {
  position: relative;
}

.adult__close-button, .child__close-button {
  top: -1.25rem;
  right: -1.25rem;
}

#submit-buttons {
  text-align: center;
  margin-top: 1rem;
}
#submit-buttons input[type=submit], #submit-buttons a {
  margin: 0 1rem 0 0;
}

.application-section {
  line-height: 2.5rem;
}

.field-required {
  font-weight: bold;
}
.field-required:after {
  content: "*";
}

.field-example {
  font-style: italic;
  font-size: 0.75em;
}

.field-optional {
  font-style: italic;
  font-size: 0.75em;
}

.field-error {
  background-color: yellow;
}

.answer {
  color: blue;
}

.color--primary {
  color: #2199e8;
}

.color--secondary {
  color: #777;
}

.color--success {
  color: #3adb76;
}

.color--warning {
  color: #ffae00;
}

.color--alert {
  color: #ec5840;
}

.color--inbound {
  color: #F28F34;
}

.color--outbound {
  color: #9719C3;
}

.color--ayp {
  color: #419C4D;
}

.color--general {
  color: #34A0AD;
}

.--inactive {
  color: #cacaca;
}

.sweet-alert-title {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #575757 !important;
}

.sweet-alert-container::before {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #0a0a0a !important;
}

.swal2-confirm {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.swal2-confirm:after {
  content: "Close";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}
