body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  overflow-x: hidden;
}

:root {
  font-size: 14px;
}

a {
  color: #333333;
}

a:hover, a:focus {
  color: #d6243c;
  text-decoration: underline;
}

.h1, h1, h2, .h2, .h3, h3, h4, .h4, h5, .h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.display-3 {
  font-size: 4rem;
}

.display-2 {
  font-size: 5rem;
}

.bg-maroon {
  background-color: #8A1726;
}

.social .nav-link {
  display: flex;
  padding: 0.35rem 0.35rem;
  line-height: 1;
  color: #fff;
  height: 100%;
  align-items: center;
}

.btn {
  border-radius: 0;
  color: #3333333;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.btn-light {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-light:hover, .social .nav-link:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(51 51 51 / 35%);
  border-color: transparent;
}

.btn-warning {
  color: #3333333;
  background-color: #f09a3e;
  border-color: #f09a3e;
}

.btn-warning:hover, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #333333;
  background-color: #f2bf88;
  border-color: #f2bf88;
}

.navbar-brand {
  width: 11rem;
  padding: .5rem 0;
}

.navbar {
  padding: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #707070;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.dropdown-menu {
  min-width: 16rem;
  padding: 0;
  margin: 0.125rem 0 0;
  color: #333333;
  background-color: #e4e4e4;
  border: 0;
  border-radius: 0;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .1);
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
  color: #333333;
  background-color: transparent;
  border-left: 3px solid transparent;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  color: #333333;
  text-decoration: none;
  background-color: #f0f0f0;
  border-color: #8a1726;
}

.search .form-control {
  border-color: white;
  border-radius: 0;
}

.btn-outline-secondary {
  color: #707070;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}

.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f09a3e;
  border-color: #f09a3e;
}

.form-control:focus, .bg-maroon .form-control:focus {
  color: #333333;
  background-color: #fff;
  border: 2px solid #f09a3e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(240 154 62 / 13%);
  border-radius: 0.25rem;
}

.home-banner {
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url("../img/Home/home-banner.jpg");
  background-size: cover;
}

.align-left {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  position: fixed;
  z-index: -1;
}

.text-shadow {
  text-shadow: 2px 0px 5px rgba(0, 0, 0, 0.6);
}

.btn-warning .bi-arrow-right-short {
  color: white;
  background-color: #bd7931;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: 1rem;
  transition: background-color .15s ease-in-out;
}

.arrow-btn {
  padding: 0 0 0 1rem;
  border: 0;
  display: flex;
  align-items: center;
}

.arrow-btn:hover .bi-arrow-right-short {
  background-color: #f09a3e;
}

.mt-100vh {
  margin-top: 100vh;
  overflow-x: clip;
}

.featured-program {
  height: 30rem;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.featured-first {
  border-top-left-radius: 3rem
}

.featured-last {
  border-top-right-radius: 3rem
}

.feature-image {
  width: 100%;
  height: 100%;
  background-color: black;
  /* fallback color */
  background-position: center;
  background-size: cover;
  transition: all .15s;
}

.f-1 {
  background-image: url("../img/Home/featured-placeholder_employment.png");
}

.featured-program:hover .feature-image,
.featured-program:focus .feature-image {
  transform: scale(1.2);
}

.featured-program:hover .feature-text,
.featured-program:focus .feature-text {
  transform: translateY(-2rem);
}

.feature-image::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 45%)
}

.feature-text {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  display: block;
  transition: all .15s;
}

.hr-yellow {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 4px solid #f09a3e;
}

.link-white {
  color: #fff;
}

.link-white:focus, .link-white:hover {
  color: #f09a3e;
}

.maroon-border {
  position: absolute;
  top: -8rem;
  height: 120%;
  z-index: -1;
  left: 50%;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 135%;
  transform: translateX(-50%);
  background-color: #8a1726;
}

.text-maroon {
  color: #8A1726;
}

.program-img {
  height: 20rem;
  width: 100%;
  background-size: cover;
  transition: all .15s;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

/* .p1 {
  background-image: url("../img/Home/certificates-placeholder_bw.jpg");
} */
/* .program:focus .p1, .program:hover .p1 {
  background-image: url("../img/Home/certificates-placeholder.jpg");
} */
.p1 {
  background-image: url("https://via.placeholder.com/225x280");
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.program:focus .p1, .program:hover .p1 {
  background-image: url("https://via.placeholder.com/225x280");
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.hr-white {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 1px solid #fff;
}

.calender-icon {
  background-color: #e4e4e4;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calender-icon svg {
  width: 45%;
  height: 45%;
}

.bg-light-grey {
  background-color: #f0f0f0;
}

.link-maroon {
  color: #8a1726;
}

.link-maroon:focus, .link-maroon:hover {
  color: #d6243c;
}

.btn-primary {
  color: #fff;
  background-color: #8a1726;
  border-color: #8a1726;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover {
  color: #fff;
  background-color: #d6243c;
  border-color: #d6243c;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #d6243c;
  border-color: #d6243c;
  box-shadow: 0 0 0 0.2rem #d6243c38;
}

.event:hover, .event:focus {
  background-color: white;
  border: 1px solid #333333;
}

.event {
  border: 1px solid transparent;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(214 36 60 / 26%);
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(242 191 136 / 30%);
}

.link-maroon {
  color: #8a1726;
}

.link-maroon:focus, .link-maroon:hover {
  color: #d6243c;
}

.bg-success-stories {
  background: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 50%)), url("../img/Home/stories-bg.jpg");
  background-size: cover;
}

.success-img-cont {
  overflow: hidden;
  transition: all .15s;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.success-img {
  transition: all .15s;
  position: relative;
}

.search-result-img {
  transition: all .15s;
}

.search-result-cont {
  overflow: hidden;
  transition: all .15s;
}

.search-result:hover, .search-result:focus {
  box-shadow: 0 0rem 2rem rgb(0 0 0 / 15%) !important;
}

.success-img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 45%);
  transition: all .15s;
}

.success:hover .success-img, .success:focus .success-img {
  transform: scale(1.2);
}

.success:hover .success-img::before, .success:focus .success-img::before {
  background-color: rgb(0 0 0 / 0%);
}

.search-result:hover .search-result-img, .search-result:focus .search-result-img {
  transform: scale(1.2);
}

label {
  font-weight: 600;
}

.bg-maroon .form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  color: #333333;
  border: 1px solid #fff;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
  color: #333333;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 0;
}

.text-red {
  color: #d6243c;
}

footer .nav-link {
  padding: 0.5rem 1rem;
  padding: 0;
  padding-bottom: 0.5rem;
}

.bg-black {
  background-color: #333;
}

.page-top-margin {
  margin-top: 10rem;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #333333;
  content: ">";
}

.breadcrumb-item.active {
  /* color: #bbbbbb; */
  color: #333;
}

.bg-programs {
  background: linear-gradient(0deg, rgb(214 214 214 / 89%), rgb(222 222 222 / 90%)), url("../img/Programs/banner_programs.jpg");
}

.banner {
  height: 13rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-programs-center {
  background-image: url("../img/Programs/banner_programs.jpg");
}

.hr-black {
  border-color: #333;
}

.success:hover {
  text-decoration: none;
  color: inherit;
}

.programs .success {
  box-shadow: 0 .15rem .75rem rgba(0, 0, 0, .1);
  transition: all .15s;
}

.programs .success:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.programs .success-img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 0%);
  transition: all .15s;
}

.programs .success:hover .success-bg {
  background: linear-gradient(124deg, #fff, rgb(222 222 222 / 75%));
}

.text-grey {
  color: #bbbbbb;
}

.calender-day {
  background-color: #e4e4e4;
  border: 1px solid #bbbbbb;
  position: relative;
}

.calender-day.disabled::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(255 255 255 / 50%), rgb(255 255 255 / 50%));
}

.calender-day:hover, .calender-day:focus {
  background-color: #fff;
  border-bottom: 2px solid #8a1726;
}

.popover-content {
  width: 20rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.popover-img {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  height: 5rem;
  object-fit: cover;
}

.popover-body {
  padding: 0;
  color: #333333;
  min-width: 20rem;
  border-top-left-radius: 3rem;
}

.popover {
  max-width: 20rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 87%;
  font-weight: 400;
  border-radius: 0.35rem;
}

.badge-danger {
  color: #333333;
  background-color: #ffe2e6;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #333333;
  background-color: #e4a6ac;
}

.shadow {
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15) !important;
}

.radius-top {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.ul {
  list-style: none;
}

.ul li::before {
  content: "\2022";
  color: #8a1726;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.radius-top-small {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.news-img {
  border-top-left-radius: 3rem;
}

.news-img-cont::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 80%;
  right: 0;
  background: linear-gradient(91deg, rgb(219 15 77 / 0%), rgb(255 255 255));
}

.floated-title {
  position: absolute;
  top: 3rem;
  left: -3rem;
  z-index: 100;
  color: #8a1726;
  background-color: #fff;
  padding: 1.5rem;
  border-left: 4px solid #8a1726;
  box-shadow: 0 0rem .5rem rgba(0, 0, 0, .15) !important;
}

.btn-secondary {
  width: 3rem;
  height: 3rem;
  padding: 0;
  justify-content: center;
  align-items: center;
  color: #333333;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}

.btn-secondary:hover {
  color: #333333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.25rem 0;
  background-color: #fff;
  border: 0;
}

.list-group-item:hover a {
  text-decoration: none;
}

.list-group-item:hover .badge {
  text-decoration: none;
  color: #fff;
  background-color: #d6243c;
}

.badge-secondary {
  color: #333333;
  background-color: #e4e4e4;
}

.news-thumb {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  margin-right: 1rem;
}

.custom-select {
  color: #333333;
  border: 1px solid #bbbbbb;
  border-radius: 0;
}

.custom-select:focus {
  border: 2px solid #f09a3e;
  outline: 0;
  border-radius: .25rem;
  box-shadow: 0 0 0 0.2rem rgb(240 154 62 / 10%);
}

.custom-control-label::before {
  border: 1px solid #707070;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-label::before {
  border-radius: 0;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input:checked~.custom-control-label::before {
  color: #333333;
  border-color: #f09a3e;
  background-color: #fff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: #fff;
  border-color: #f09a3e;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(240 154 62 / 28%);
}

.search-result:hover, .search-result:focus {}

.bg-donate-grey:before {
  content: "";
  height: 100%;
  width: 120%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  background-color: #f0f0f0;
  transition: all .15s;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.left-red-border {
  padding-left: 1.5rem;
  border-left: 4px solid #8a1726;
}

.bg-light-red {
  background-color: rgb(138 23 38 / 16%);
}

.bg-mission {
  background-image: url("../img/Donate to OSTTC Longhouse/our-mission_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-maroon-dark {
  background-color: #570f18;
}

.border-radius-3 {
  border-radius: 3rem;
}

.bg-quote {
  background: url("../img/News/00 - Icons/block-quote-open.svg") 2rem 3rem no-repeat, url("../img/News/00 - Icons/block-quote-close.svg") 95% 4rem no-repeat;
  background-size: 6rem, 6rem;
}

.rel-info {
  border: 3px solid #8a1726;
  color: #8a1726;
  display: block;
  text-align: center;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0rem;
  transition: border-radius 0.1s linear;
  width: 100%;
}

.rel-info:hover, .rel-info:focus {
  border-color: #d6243c;
  text-decoration: none;
  border-radius: 2rem;
  box-shadow: 0 0rem .5rem rgb(0 0 0 / 15%);
}

.rel-info .icon {
  background-color: #e4e4e4;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon svg {
  width: 68%;
  height: 68%;
}

.program-list .list-group-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  font-weight: bold;
  background-color: #f0f0f0;
  align-items: center;
  border: 0;
  color: #333333;
  border-bottom: 1px solid #fff;
}

.program-list .list-group-item:hover, .program-list .list-group-item:focus {
  color: #fff;
  background-color: #8a1726;
}

.program-list .list-group-item:last-child {
  border: 0;
}

.program-list .list-group-item.btn-warning {
  color: #3333333;
  background-color: #f09a3e;
  border-color: #f09a3e;
}

.program-list .list-group-item.btn-warning:hover {
  color: #333333;
  background-color: #f2bf88;
  border-color: #f2bf88;
}

.list-group {
  border-radius: 0;
}

.bg-apply{
  background-image: url("../img/Programs/apply-now-img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat:
  
}

@media (max-width: 1200px) {
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

@media (max-width: 992px) {
  .display-2 {
    font-size: 4rem;
  }

  .page-top-margin {
    margin-top: 6.5rem;
  }

  body {
    overflow-x: hidden;
  }

  .display-3 {
    font-size: 3rem;
  }

  .display-1 {
    font-size: 4.5rem;
  }

  .bg-donate-grey {
    position: relative;
    overflow-x: hidden;
  }

  .bg-donate-grey:before {
    width: 200%;
    left: -50%;
  }

  .border-mobile-bottom {
    padding: 0;
    margin: 0 1.5rem;
    border-right: 0 !important;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .maroon-border {
    position: absolute;
    top: -4rem;
    height: 56%;
    z-index: -1;
    left: 50%;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 202%;
    transform: translateX(-50%);
    background-color: #8a1726;
  }

  .mt-100vh {
    margin-top: 100vh;
    overflow-x: clip;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28138 23 38 / 71%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-brand {
    width: 9rem;
    padding: 0.5rem 0;
  }

  .navbar-light .navbar-toggler {
    color: #f0f0f0;
    border-color: #f0f0f0;
    background-color: #f0f0f0;
    padding: .5rem;
  }

  .h4, h4 {
    font-size: 2rem;
  }

  .featured-first {
    border-top-right-radius: 3rem;
  }

  .featured-last {
    border-top-right-radius: 0;
  }

  .navbar-collapse {
    position: fixed;
    background-color: #8a1726;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    display: flex;
    flex-direction: column;
    transition: width .15s ease-in-out;
  }

  .mobile-nav-icon .navbar-toggler {
    color: #fff;
    border-color: #570f18;
    background-color: #570f18;
    padding: 0.5rem;
  }

  .mobile-nav-icon .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255 255 255 / 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-nav {
    flex-grow: 1;
  }

  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: 100;
    padding: 0.5rem 1rem;
  }

  .navbar-light .navbar-nav .nav-link {
    border-bottom: 1px solid #d6243c;
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }

  .dropdown-menu {
    min-width: 16rem;
    padding: 0;
    padding: 0.5rem;
    margin: 0.125rem 0 0;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .dropdown-item {
    padding: 0.5rem 1.5rem;
    color: #fff;
    background-color: transparent;
    border-left: 0;
    font-size: 1.1rem;
  }

  .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
  }

  .navbar-collapse.collapse.show {
    width: 100%;
  }

  .event .border-left {
    border-left: none !important;
    border-top: 1px solid #333333 !important;
  }

  .bg-success-stories .border-secondary {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 0 1.5rem;
    padding: 0;
    border-right: 0 !important;
  }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {}

/* Hidden Form Labels */
.no-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
}
/* Responsive Embeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #8A1726;
  font-size: 1.75rem;
  line-height: 1.2;
}
input[type="date"] {
  text-transform: uppercase;
}
.cms.form-success h1 {
  font-weight: bolder;
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.cms.form-success p:last-of-type {
  margin-bottom: 3rem;
}
form .education-wrap {
  border-bottom: solid 1px #dedede;
}
form .education-wrap.no-border {
  border-bottom: none;
}

/* Larger Checkbox */
.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
  top: .5rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 7px;
  padding-left: 6px;
}
/*  Longhouse */
.bg-dark {
  background-image: url("../img/longhouse/black-banner-mobile.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-lower {
  background-image: url("../img/longhouse/banner-red-mobile.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media(max-width: 991px) {
  .lh-img, .lh-img img {
    border-radius: 2rem;
  }
}
@media (min-width: 992px) {
  .bg-dark {
    background-image: url("../img/longhouse/black-banner-desktop.jpg");
  }
  .bg-lower {
    background-image: url("../img/longhouse/banner-red-desktop.jpg");
  }
}