@import 'pelican.min.css';
* {
  font-family: "Red Hat Text";
}

h1, h2, h3, .card-title {
  font-family: "Red Hat Display";
}

body {
  background-image: url("../images/polygon-bg-white.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.section-process {
  overflow: hidden;
}

.img-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 200%;
}

.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overlay-gray {
  background-color: #808080;
  mix-blend-mode: saturation;
  z-index: 1;
}

.overlay-color {
  background-color: #00284d;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.85;
}

.section-process .container {
  z-index: 10;
}

.shadow-img, .hero-img {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 40, 77, 0.25);
}

.shadow-sm, .section-hero {
  box-shadow: 0 0.125rem 0.125rem 0 rgba(108, 117, 125, 0.1);
}

.section-hero {
  padding: 3rem 0;
  background-color: #ffffff;
}

.hero-img-wrapper {
  width: 100%;
  margin-top: 1rem;
  position: relative;
  height: 12rem;
}
@media screen and (min-width: 500px) {
  .hero-img-wrapper {
    height: 18rem;
  }
}
@media screen and (min-width: 501px) {
  .hero-img-wrapper {
    height: 8rem;
  }
}
@media screen and (min-width: 720px) {
  .hero-img-wrapper {
    height: 12rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-img-wrapper {
    height: 19rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-img-wrapper {
    height: 24rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero-img-wrapper {
    height: 28rem;
  }
}

.hero-img {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(3rem);
}

summary:hover {
  text-decoration: underline;
}

.btn {
  box-shadow: 0 0.125rem 0 0 rgba(0, 0, 0, 0.25);
  transition: 100ms all ease-out;
}
.btn:hover {
  box-shadow: 0 0.1875rem 0 0 rgba(0, 0, 0, 0.35);
}

.card .step {
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  border: 0.25rem solid #00284d;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}

.logo-normal .ots-abbrv-text {
  fill: #002849;
}
.logo-normal .ots-full-text {
  fill: #008282;
}
.logo-normal .ots-network {
  fill: #ffffff;
}
.logo-normal .ots-state {
  fill: #fe9903;
}

.nav-block {
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .nav-block .container {
    display: flex;
  }
}

.nav-block-brand {
  padding: 1rem;
  display: flex;
  align-items: center;
  color: #00284d;
}
.nav-block-brand .divider {
  width: .125rem;
  height: 3rem;
  background-color: #d8dddf;
  margin: 0 .5rem;
}
.nav-block-brand a, nav-block-brand .btn-link {
  text-decoration: none;
  color: inherit;
}
.nav-block-brand a:hover, nav-block-brand .btn-link:hover {
  text-decoration: none;
}
.nav-block-brand .btn {
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .nav-block-brand  {
    
  }
  .nav-block-brand .btn  {
    display: none;
  }
}

.site-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .site-title {
    font-size: 1.5rem;
  }
}

.nav-block-nav-items {
  border-bottom: 1rem solid white;
}
@media screen and (min-width: 992px) {
  .nav-block-nav-items {
    display: block !important;
    border-bottom: none;
    width: 100%;
  }
}

.nav-block-nav-items-iconic {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background-color: #F7F8F8;
  color: #3A4B50;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .nav-block-nav-items-iconic {
    gap: 0;
    justify-content: end;
    background-color: transparent;
    padding: .25rem 0 0;
  }
}

.nav-item-icon-block {
  color: inherit;
  flex: 0 1 calc(50% - .5rem);
  padding: .75rem .5rem .25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  border-bottom: .25rem solid white;
  border-radius: .25rem;
}
.nav-item-icon-block .icon {
  display: block;
  opacity: .5;
}
.nav-item-icon-block:hover {
  border-bottom-color: #fe990380;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .nav-item-icon-block {
    flex: 0 1 31%;
  }
}
@media screen and (min-width: 992px) {
  .nav-item-icon-block {
    flex: 0 1 6.875rem;
    border-radius: .25rem .25rem 0 0;
  }
  .nav-item-icon-block:hover {
    background-color: #eaeeef;
  }
}
