html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 16px;
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

body {
  background-color: #FFF;
}

.container {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 0;
}

.img-full {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 700;
}
h1 .sub-h1 {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.6rem;
  }
  h1 .sub-h1 {
    font-size: 1.563rem;
  }
}

h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #4D4D4D;
  letter-spacing: 0.1em;
  line-height: 170.25%;
}
h3.border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

h4 {
  font-size: 1.15rem;
  margin-bottom: 20px;
  font-weight: 600;
}

p {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  p {
    font-size: 1.15rem;
  }
}
p.large {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  p.large {
    font-size: 1.75rem;
  }
}

a {
  color: #2E6B8D;
  transition: color 300ms ease-in-out;
}
a img {
  transition: filter 300ms ease-in-out;
}
a:hover {
  color: #013E66;
}
a:hover img {
  filter: brightness(80%);
}
ul li {
  font-size: 1rem;
  margin-bottom: 5px;
}

.resource-item {
  display: block;
  border-bottom: 1px solid #69767E;
}
.resource-item a {
  display: block;
  color: #013E66;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 0;
  color: #013E66;
  text-decoration: none;
  transition: 0.4s;
}
.resource-item a:hover {
  background-color: rgba(169, 185, 196, 0.2);
  padding-left: 14px;
}
@media (min-width: 992px) {
  .resource-item {
    font-size: 1.15rem;
  }
}

.instructions {
  padding-left: 15px;
  border-left: 3px solid #FDBA17;
  margin-bottom: 30px;
  color: #751113;
  max-width: 530px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 170.25%;
}
@media (min-width: 992px) {
  .instructions {
    font-size: 1.15rem;
    padding-left: 20px;
  }
}

.footer .banner-img-container {
  width: 100%;
  height: 150px;
}
.footer .banner-img-container .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .footer .banner-img-container {
    height: 277px;
  }
}
.footer .footer-content {
  background-color: #2E6B8D;
  padding: 10px;
}
.footer .sddot-logo {
  background-color: #FFF;
  width: 80px;
  padding: 3px;
  height: auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 1000;
}
.header .navbar {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .header .navbar {
    padding: 0;
  }
}
.header .navbar .navbar-nav {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav {
    margin-top: 0;
  }
}
.header .navbar .navbar-nav .nav-item {
  flex: 1;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0;
}
.header .navbar .navbar-nav .nav-item:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item {
    border-bottom: 0;
    border-right: 1px solid #FFF;
  }
  .header .navbar .navbar-nav .nav-item:last-child {
    border-right: 0;
  }
}
.header .navbar .navbar-nav .nav-item .nav-link {
  display: block;
  height: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  background-color: #2E6B8D;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: background-color 150ms ease-in-out;
}
.header .navbar .navbar-nav .nav-item .nav-link.current {
  background-color: #751113;
}
.header .navbar .navbar-nav .nav-item .nav-link.current:hover {
  background-color: #751113;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #013556;
}
.header .navbar .navbar-nav .nav-item .nav-link .icon {
  display: block;
  height: 15px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.header .navbar .navbar-toggler {
  margin-left: auto;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  height: 425px;
  padding: 30px 0;
  background-image: url("../assets/images/hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .hero {
    height: 600px;
  }
}
.hero .container {
  height: 100%;
}
.hero .container .flex-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero .hero-content .content-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
}
@media (min-width: 992px) {
  .hero .hero-content .content-container {
    padding-left: 275px;
  }
}
.hero .hero-content h1 {
  text-shadow: 0 0 4px #444;
}
.hero .hero-content .i-29-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 80px;
  height: auto;
  padding-right: 15px;
  border-right: 2px solid #E8B03C;
}
@media (min-width: 992px) {
  .hero .hero-content .i-29-icon {
    padding-right: 25px;
    top: -60px;
    transform: translateY(0);
    width: 250px;
  }
}
.hero .hero-content * {
  color: #FFF;
}

/* LIGHTBOX */
#lightbox {
  height: 100%;
  position: fixed;
  top: -100%;
  transition: top 0.85s;
  width: 100%;
  z-index: 1000000;
}

#lightbox > span {
  background-color: rgba(35, 35, 35, 0.8);
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#lightbox > span span {
  color: #fff;
  font-size: 3.6em;
  line-height: 0.4em;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

#lightbox div {
  box-shadow: 0 8px 15px 0 #000;
  margin: -120px auto 0;
  max-height: 80%;
  overflow: auto;
  position: relative;
  transform: rotateX(90deg) translateY(-160px);
  transition: 0.24s;
  width: 88%;
}

#lightbox img {
  display: block;
  width: 250%;
  padding: 20px;
  background-color: #FFF;
}
@media (min-width: 992px) {
  #lightbox img {
    width: 100%;
  }
}

#lightbox.on {
  top: 0;
}

#lightbox.on div {
  margin-top: 50px;
  transition: 0.8s ease-out 0.32s;
  transform: rotateX(0deg) translateY(0px);
}

.lightbox {
  cursor: pointer;
}

.lightbox-cta {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  transition: filter 150ms ease-in-out;
  margin-bottom: 20px;
}
.lightbox-cta:hover {
  filter: brightness(80%);
}
.lightbox-cta .title {
  display: block;
  background-color: #751113;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.lightbox-cta .img-container {
  display: block;
  position: relative;
  padding: 14px;
  background-color: #F4F7F8;
}
.lightbox-cta .img-container::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url("../../assets/images/garnish/magnifying-glass-zoom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 43px;
  height: 43px;
}
.lightbox-cta .img-container img {
  width: 100%;
  height: auto;
}

.sidebar-section {
  padding: 35px 15px;
  overflow: hidden;
}
.sidebar-section h2 {
  color: #2E6B8D;
}
.sidebar-section h3 {
  border-color: #FFF;
}
@media (min-width: 992px) {
  .sidebar-section {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 0;
  }
}
.sidebar-section .sidebar {
  position: relative;
  background-color: #2E6B8D;
  padding: 45px 25px;
  background-image: url("../assets/images/garnish/about-icon-info.svg");
  background-repeat: no-repeat;
  background-size: 357px 357px;
  background-position-y: bottom;
  background-position-x: right;
}
.sidebar-section .sidebar * {
  color: #FFF;
}

.standard-section {
  padding: 35px 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .standard-section {
    padding: 70px 30px;
  }
}
.standard-section h2 {
  color: #2E6B8D;
}
.standard-section.gray-bg {
  background-color: #F4F7F8;
}
.standard-section.gray-bg h3 {
  color: #2E6B8D;
  border-color: #2E6B8D !important;
}
.standard-section.red-bg {
  background-color: #C02229;
}
@media (min-width: 992px) {
  .standard-section.red-bg {
    background-image: url("../assets/images/garnish/flag-red-bg.svg");
    background-repeat: no-repeat;
    background-size: 331px 422px;
    background-position-y: bottom;
    background-position-x: right;
  }
}
.standard-section.red-bg * {
  color: #FFF;
}
.standard-section.red-bg p {
  font-size: 1rem;
  font-weight: 400;
}
.standard-section.red-bg .date {
  font-size: 1.25rem;
  font-weight: 700;
}
.standard-section.red-bg .address {
  font-size: 1.15rem;
  font-weight: 600;
}
.standard-section.red-bg .copy-block {
  width: 100%;
  height: 100%;
  background-color: #CA454A;
  padding: 30px;
}
.standard-section.yellow-bg {
  background-color: #FDBA17;
}
@media (min-width: 992px) {
  .standard-section.yellow-bg {
    background-image: url("../assets/images/garnish/flag-yellow-bg.svg");
    background-repeat: no-repeat;
    background-size: 331px 422px;
    background-position-y: bottom;
    background-position-x: right;
  }
}
.standard-section.yellow-bg * {
  color: #292D2F;
}
.standard-section.yellow-bg p {
  font-size: 1rem;
  font-weight: 400;
}
.standard-section.yellow-bg .date {
  font-size: 1.25rem;
  font-weight: 700;
}
.standard-section.yellow-bg .address {
  font-size: 1.15rem;
  font-weight: 600;
}
.standard-section.yellow-bg .copy-block {
  width: 100%;
  height: 100%;
  background-color: #751113;
  padding: 30px;
}
.standard-section.yellow-bg .copy-block * {
  color: #FFF;
}
.standard-section.teal-bg {
  background-color: #2E6B8D;
}
@media (min-width: 992px) {
  .standard-section.teal-bg {
    background-image: url("../assets/images/garnish/book-teal-bg.svg");
    background-repeat: no-repeat;
    background-size: 331px 286px;
    background-position-y: 120%;
    background-position-x: 100%;
  }
}
.standard-section.teal-bg * {
  color: #FFF;
}
.standard-section.teal-bg .copy-block {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 40px 20px;
}
.standard-section.teal-bg .copy-block * {
  color: #292D2F;
}
.standard-section.teal-bg .copy-block h3 {
  color: #751113;
}
.standard-section.teal-bg .copy-block a {
  color: #2E6B8D;
}

.top-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #FFF;
  padding: 10px;
}
.top-banner .logo-container .logo {
  width: auto;
  height: 30px;
  margin-right: 8px;
}
.top-banner .banner-link {
  display: inline-block;
  color: #005288;
  transition: color 150ms ease-in-out;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.top-banner .banner-link:hover {
  color: #013E66;
}

.video-embed {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22sass/_global.scss%22,%22sass/_variables.scss%22,%22sass/_typography.scss%22,%22sass/blocks/footer.scss%22,%22sass/blocks/header.scss%22,%22sass/blocks/hero.scss%22,%22sass/blocks/lightbox.scss%22,%22sass/blocks/sidebar-section.scss%22,%22sass/blocks/standard-section.scss%22,%22sass/blocks/top-banner.scss%22,%22sass/blocks/video-embed.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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%22,%22file%22:%22main.css%22%7D */
