/* web/assets/css/styles.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --primary-light-blue: #00a7cf;
  --primary-dark-blue: #011e41;
  --primary-white: #ffffff;
  --secondary-purple: #61279e;
  --secondary-cyan: #cb007c;
  --secondary-yellow: #ffb81d;
  --secondary-green: #81bc00;
  --secondary-blueish: #00c4b4;
  --neutral-dark: #1d252c;
  --neutral-eighty-percent: #323e48;
  --neutral-eighty-percent-50: #90989d;
  --neutral-eighty-percent-25: #c6cbce;
  --neutral-sixty-percent: #7c868d;
  --neutral-sixty-percent-50: #b0c0c4;
  --neutral-sixty-percent-25: #dbe0e1;
  --neutral-light: #d0d3d4;
  --neutral-light-50: #e5e8ea;
  --neutral-light-25: #f3f3f3;
}
body {
  line-height: 1.7em;
  color: #7f8c8d;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #34495e;
}
.pure-img-responsive {
  max-width: 100%;
  height: auto;
}
.l-box-small {
  padding: 0.3em;
}
.l-box {
  padding: 1em;
}
.l-box-lrg {
  padding: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.is-center {
  text-align: center;
}
.pure-form label {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 100%;
}
.pure-form input[type] {
  border: 2px solid #ddd;
  box-shadow: none;
  font-size: 100%;
  width: 100%;
  margin-bottom: 1em;
}
.pure-button {
  background-color: #1f8dd6;
  color: white;
  padding: 0.5em 2em;
  border-radius: 5px;
}
a.pure-button-primary {
  background: white;
  color: #1f8dd6;
  border-radius: 5px;
  font-size: 120%;
}
.home-menu {
  padding: 0.5em;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #2d3e50;
}
.pure-menu.pure-menu-fixed {
  border-bottom: none;
  z-index: 4;
}
.home-menu .pure-menu-heading {
  color: white;
  font-weight: 400;
  font-size: 120%;
}
.home-menu .pure-menu-selected a {
  color: white;
}
.home-menu a {
  color: #6fbef3;
}
.home-menu li a:hover,
.home-menu li a:focus {
  background: none;
  border: none;
  color: #aecfe5;
}
.splash-container {
  background: #1f8dd6;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 88%;
  top: 0;
  left: 0;
  position: fixed !important;
}
.splash {
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.splash-head {
  font-size: 20px;
  font-weight: bold;
  color: white;
  border: 3px solid white;
  padding: 1em 1.6em;
  font-weight: 100;
  border-radius: 5px;
  line-height: 1em;
}
.splash-head-alternate {
  font-size: 20px;
  font-weight: bold;
  font-size: 300%;
  color: white;
  font-weight: 100;
  border-radius: 5px;
  line-height: 1em;
  border: 0px solid white;
  font-weight: bold;
}
.splash-subhead {
  color: white;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
.splash-subhead-alternate {
  color: white;
  letter-spacing: 0.05em;
  opacity: 0.8;
  text-align: left;
}
.content-wrapper {
  position: absolute;
  top: 87%;
  width: 100%;
  min-height: 12%;
  z-index: 2;
  background: white;
}
.content {
  padding-top: 55px;
  font-family: "Inter", sans-serif;
}
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
.content-head-alternate {
  font-weight: 400;
  margin: 2em 0 1em;
}
.content-head-ribbon {
  color: white;
}
.content-subhead {
  color: #1f8dd6;
}
.content-subhead i {
  margin-right: 7px;
}
.ribbon {
  background: #2d3e50;
  color: #aaa;
}
.footer {
  background: #111;
  width: 100%;
}
@media (min-width: 48em) {
  body {
    font-size: 16px;
  }
  .home-menu {
    text-align: left;
  }
  .home-menu ul {
    float: right;
  }
  .splash {
    width: 50%;
    height: 50%;
  }
  .splash-head {
    font-size: 250%;
  }
  .l-box-lrg {
    border: none;
  }
}
@media (min-width: 78em) {
  .splash-head {
    font-size: 300%;
  }
}
@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    width: 100% !important;
    height: 200px !important;
  }
}
.mobile-header {
  margin-top: 5% !important;
}
@media screen and (max-width: 768px) {
  .mobile-header {
    margin-top: 40% !important;
  }
}
.inter-font-thin {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.inter-font-light {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.inter-font-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.inter-font-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.inter-font-black {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.button-pill {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
}
.button-pill-radius {
  border-radius: 20px;
}
a.button-pill-radius {
  border-radius: 20px;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #717171;
}
.avatar-card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 15px;
}
.avatar-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.avatar-container {
  padding: 2px 16px;
}
.pure-menu-heading-footer {
  color: white;
}
.pure-menu-link-footer {
  color: var(--neutral-eighty-percent-50);
}
.pure-menu-link-footer {
  padding: 0.5em 1em;
}
.pure-menu-link-footer {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.pure-menu-link-footer:hover {
  background-color: transparent;
  cursor: default;
}
.pure-menu-active > .pure-menu-link-footer,
.pure-menu-link-footer:focus,
.pure-menu-link-footer:hover {
  color: var(--primary-white);
  text-decoration-line: underline;
  transition: color 0.8s;
}
.fade-out {
  opacity: 0;
  transition-duration: 1s;
}
.fade-out-btn {
  background-color: white;
  color: white;
}
.fade-in-btn {
  background-color: black;
  color: white;
}
.btn-opacity:hover {
  opacity: 1;
}
.visible {
  visibility: visible;
  display: block;
  opacity: 1;
  transition: opacity 2s linear;
}
.hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
.dark-button {
  font-size: 110%;
  background-color: var(--neutral-eighty-percent-50);
  transition: background-color 0.6s ease;
}
.light-button {
  font-size: 110%;
  background-color: var(--neutral-dark);
  transition: background-color 0.6s ease;
}
.navbar-link {
  color: black !important;
}
.navbar-link:hover {
  color: var(--neutral-eighty-percent) !important;
}
.padding-content {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.padding-left {
  padding-left: 5% !important;
}
.padding-right {
  padding-right: 5% !important;
}
.light-blue {
  background-color: var(--primary-light-blue);
}
.icon-style {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50% !important;
  padding: 0.8em;
  background-color: var(--primary-dark-blue);
  color: white;
}
.primary-blue-light {
  color: var(--primary-light-blue) !important;
}
.fa-center {
  line-height: inherit !important;
  vertical-align: middle;
}
.check-style {
  vertical-align: middle !important;
  font-size: 1.4em;
}
.check-style-light {
  vertical-align: middle !important;
  font-size: 1.5em;
}
.social-media-btn {
  color: white;
  background-color: var(--primary-dark-blue);
  border: 0px;
  cursor: pointer;
}
