/* easter2024 bc style overrides

COLORS:
Dark Purple #313340
Purple #5935A3
Light Purple #745AB1
Yellow #FFE618

*/



/* -------------- */
/* DESKTOP */
/* TABLET */
/* MOBILE */
/* SPECIAL BREAKPOINTS */
/* -------------- */


/* DESKTOP ****************************************************************************************/

::selection {
  background: #0a636e;
}

::-moz-selection {
  background: #0a636e;
}


body {
  background-repeat: no-repeat;
  background-size: cover;
  background: #309FAD;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #a1dfe7 27%, #309FAD 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #a1dfe7 27%, #309FAD 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #a1dfe7 27%, #309FAD 100%);
}

body #site-navigation-wrapper,
body #site-topbanner-outerwrapper,
body #BCfooter-banner {
  background: #0a636e;
}

body .BCsub-footer {
  background: #074850;
}

.title-svg {
  max-width: 800px;
  margin: -2em auto;
}

.easter24 h1 {
  font-size: 0;
  line-height: 1.2;
  color: #fff;
}

.easter24 h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
}

.easter24 .slim-af * {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.easter24 #subsite-main {
  overflow: hidden;
  width: 100%;
}

.easter24 p,
.easter24 strong,
.easter24 span {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.easter24 .marginal {
  color: #fff;
}

.easter24 strong {
  letter-spacing: 0.03em;
}

.easter24 .marginal,
.easter24 .marginal p,
.easter24 p.marginal,
.easter24 .marginal strong,
.easter24 strong.marginal,
.easter24 .marginal span,
.easter24 span.marginal {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0em;
}



/***** Navi & Footer */
#site-topbanner-outerwrapper {
  background: #074850;
}

#site-navigation-wrapper {
  background: #0a636e;
}

#BCfooter-banner {
  background: #0a636e
}

.BCsub-footer {
  background: #0a636e
}



/****** Inner content */
button {
  max-width: 200px;
  height: 50px;
  margin: auto;
  padding: 10px 20px;
  border: 2px solid #0a636e;
  border-radius: 26px;
  background: #fff;
  font-family: 'GT Walsheim Bold', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover {
  background: #0a636e;
  color: #fff !important;
}

input[type="text"],
input[type="email"] {
  max-width: 450px;
  border-bottom: 2px solid #0a636e;
  padding: 10px;
}

/* LARGE TABLET ****************************************************************************************/

@media only screen and (max-width: 1040px) {
  .title-svg {
    margin-top: 80px;
  }

  #mobilenav-bottom .bottom-border {
    background: #003972;
    border-bottom-color: #0a636e;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1200px) {

  .easter24 .slim-af {
    max-width: 400px;
  }

}

/* TABLET ****************************************************************************************/

@media only screen and (max-width: 800px) {

  .title-svg {
    margin-top: 0;
  }

  .easter24 h1 {
    font-size: 0;
  }

  .easter24 h2 {
    font-size: 45px;
  }

  .BCsub-footer-mobile {
    background: #0a636e;
  }

}



/* MOBILE ****************************************************************************************/


@media only screen and (max-width: 480px) {

  .easter24 h1 {
    font-size: 0;
  }

  .easter24 h2 {
    font-size: 30px;
  }

  .easter24 p,
  .easter24 strong,
  .easter24 span {
    font-size: 17px;
  }

  .easter24 .marginal,
  .easter24 .marginal p,
  .easter24 p.marginal,
  .easter24 .marginal strong,
  .easter24 strong.marginal,
  .easter24 .marginal span,
  .easter24 span.marginal {
    font-size: 13px;
  }

}


/* SPECIAL BREAKPOINTS ****************************************************************************************/