  @charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0 !important;
}

p {
  font-family: "Nunito Sans", sans-serif;
  opacity: 1;
  color: #282828;
}

a:hover {
  text-decoration: none;
  color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  color: #282828;
  font-weight: 300;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: 700;
}

.both-navs {
  position: sticky;
  top: 0;
  z-index: 10000;
}

.above-nav {
  background-color: #282828;
  padding: 6px 40px;
}
.above-nav a {
  margin: 0 7.5px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
}

nav.navbar.navbar-dark.navbar-top {
  background-color: #312E36;
  color: rgba(255, 255, 255, 0.45);
  padding: 10px 35px;
}
nav.navbar.navbar-dark.navbar-top .right-section a, nav.navbar.navbar-dark.navbar-top .right-section span {
  margin: 0 15px;
}
nav.navbar.navbar-dark.navbar-top a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}

nav.navbar.navbar-dark {
  background-color: #a91e36;
  padding: 15px 40px;
}
nav.navbar.navbar-dark .navbar-brand {
  padding: 0;
}
nav.navbar.navbar-dark .navbar-brand img {
  height: 71px;
  width: auto;
}
nav.navbar.navbar-dark .row {
  width: calc(100% + 30px);
}
nav.navbar.navbar-dark .navbar-nav > li > .nav-link {
  padding: 10px 0;
  margin: 0 20px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 100;
  font-size: 18px;
  vertical-align: middle;
  text-align: right;
}
nav.navbar.navbar-dark .navbar-nav > li .dropdown-toggle::after {
  display: none;
}
nav.navbar.navbar-dark .navbar-nav > li .dropdown-menu .dropdown-item {
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
}

.global-wrapper .head-section {
  background-position: center center;
  background-size: cover;
  padding: 37px 0;
}
.global-wrapper .head-section h1 {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
}
.global-wrapper .jci-section {
  padding: 45px 0;
  margin-top: 45px;
  background-size: cover;
  background-position: center center;
}
.global-wrapper .jci-section .jci-box {
  background-color: rgba(243, 232, 196, 0.85);
  padding: 30px;
}
.global-wrapper .jci-section .jci-box a {
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  display: block;
  background-color: #a91e36;
}
.global-wrapper .map-section iframe {
  width: 100%;
  height: 400px;
}
.global-wrapper .lists-section {
  padding: 45px 0 0;
}
.global-wrapper .lists-section .list-header {
  background-color: #a91e36;
  padding: 14px 18px 10px;
}
.global-wrapper .lists-section .list-header h1 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}
.global-wrapper .lists-section .list-body {
  padding: 20px;
  background-color: #F3E8C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-wrapper .lists-section .list-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.global-wrapper .lists-section .list-body ul li {
  padding: 0;
  margin: 0;
}
.global-wrapper .lists-section .list-body ul li h2 {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  color: #282828;
  margin: 0 0 10px;
}
.global-wrapper .lists-section .list-body ul li p {
  font-size: 14px;
  margin-bottom: 15px;
}
.global-wrapper .lists-section .list-body .more-btn {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 900;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  display: block;
  background-color: #a91e36;
}
.global-wrapper .lists-section hr {
  border-top: 5px solid #a91e36;
  margin: 45px auto 0;
  width: 200px;
}
.global-wrapper .location-boxes-section {
  padding: 45px 0 0;
}
.global-wrapper .location-boxes-section h2 {
  font-size: 24px;
  margin: 0 0 15px;
}
.global-wrapper .location-boxes-section p {
  font-size: 16px;
  margin: 0 0 20px;
}
.global-wrapper .location-boxes-section hr {
  border-top: 5px solid #a91e36;
  margin: 45px auto 0;
  width: 200px;
}
.global-wrapper .location-boxes-section .locations .location {
  height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 25px 30px;
  background-position: center center;
  background-size: cover;
}
.global-wrapper .location-boxes-section .locations .location h2 {
  font-size: 24px;
  margin: 0 0 8px;
}
.global-wrapper .location-boxes-section .locations .location p {
  font-size: 14px;
  margin: 0 0 5px;
}
.global-wrapper .location-boxes-section .locations .location a {
  font-weight: 900;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  display: block;
}
.global-wrapper .location-boxes-section .locations .location.red h2,
.global-wrapper .location-boxes-section .locations .location.red p,
.global-wrapper .location-boxes-section .locations .location.red a {
  color: #ffffff;
}
.global-wrapper .location-boxes-section .locations .location.yellow h2,
.global-wrapper .location-boxes-section .locations .location.yellow p,
.global-wrapper .location-boxes-section .locations .location.yellow a {
  color: #282828;
}
.global-wrapper .contact-section {
  padding: 45px 0 100px;
}
.global-wrapper .contact-section h1 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 15px;
}
.global-wrapper .contact-section p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
.global-wrapper .contact-section .gform_wrapper {
  margin: 0;
}
.global-wrapper .contact-section .gform_wrapper .gform_body .gform_fields .gfield {
  padding: 0;
  margin: 0 0 15px;
}
.global-wrapper .contact-section .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}
.global-wrapper .contact-section .gform_wrapper .gform_body .gform_fields .gfield.field_sublabel_below .ginput_complex label {
  display: none;
}
.global-wrapper .contact-section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}
.global-wrapper .contact-section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.global-wrapper .contact-section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.global-wrapper .contact-section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  background-color: #F3E8C4;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  border: 0;
  padding: 15px;
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0;
}
.global-wrapper .contact-section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
  height: 30px;
}
.global-wrapper .contact-section .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  text-align: center;
}
.global-wrapper .contact-section .gform_wrapper .gform_footer input[type=submit] {
  margin-top: 15px;
  padding: 15px 55px;
  background-color: #a91e36;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}
.global-wrapper .archive-summary-section {
  padding: 45px 0 0;
}
.global-wrapper .archive-summary-section .summary-col h1 {
  font-size: 24px;
  margin: 0 0 15px;
}
.global-wrapper .archive-summary-section .summary-col p {
  font-size: 16px;
  margin: 0 0 20px;
}
.global-wrapper .archive-summary-section .search-bar {
  background-color: #F3E8C4;
  font-size: 16px;
  padding: 15px;
  height: 54px;
  border-radius: 4px;
  color: #282828;
  margin-bottom: 30px;
  display: block;
  border: 0;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
}
.global-wrapper .archive-section {
  padding: 0 0 100px;
}
.global-wrapper .archive-section .container > .row {
  margin: 0 0 30px;
  width: calc(100% - 30px);
}
.global-wrapper .archive-section .container > .header-row {
  margin: 20px 0 10px;
}
.global-wrapper .archive-section .summary-col {
  padding: 25px;
  background-color: #F3E8C4;
}
.global-wrapper .archive-section .summary-col h1 {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  color: #a91e36;
  margin: 0 0 5px;
}
.global-wrapper .archive-section .summary-col p {
  font-size: 16px;
  color: #282828;
}
.global-wrapper .archive-section .list-col {
  background-color: #F3E8C4;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-wrapper .archive-section .list-col h2 {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  color: #a91e36;
  margin: 0 0 5px;
}
.global-wrapper .archive-section .list-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.global-wrapper .archive-section .list-col ul li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.global-wrapper .archive-section .list-col ul li a {
  color: #282828;
}
.global-wrapper .archive-section .list-col p {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
.global-wrapper .archive-section .list-col a {
  color: #a91e36;
}
.global-wrapper .archive-section .list-col .more-btn {
  padding: 15px 0;
  display: block;
  background-color: #a91e36;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.global-wrapper .content-section {
  padding: 45px 0 100px;
}
.global-wrapper .content-section hr {
  border-top: 5px solid #a91e36;
  margin: 45px auto 0;
  width: 200px;
}
.global-wrapper .content-area h1 {
  font-size: 36px;
  margin: 0 0 30px 0;
  font-family: "Libre Baskerville", serif;
}
.global-wrapper .content-area h2 {
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
}
.global-wrapper .content-area p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #282828;
  margin-bottom: 20px;
  font-weight: 100;
}
.global-wrapper .content-area img {
  max-width: 100%;
  height: auto;
}
.global-wrapper .content-area strong {
  font-weight: 700;
}
.global-wrapper .content-area em {
  font-style: italic;
}
.global-wrapper .content-area ol {
  padding: 15px 30px;
  counter-reset: list-counter;
  list-style: none;
  margin-bottom: 0;
}
.global-wrapper .content-area ol li {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  font-size: 16px;
  counter-increment: list-counter;
}
.global-wrapper .content-area ol li::before {
  border-radius: 50%;
  color: #686868;
  padding: 1px;
  content: counter(list-counter);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 10px;
}
.global-wrapper .content-area ul {
  padding: 15px 30px;
  list-style: none;
  margin-bottom: 0;
}
.global-wrapper .content-area ul li {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  font-size: 16px;
}
.global-wrapper .content-area ul li::before {
  border-radius: 50%;
  color: #686868;
  padding: 1px;
  content: "•";
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 10px;
}
.global-wrapper .content-area .alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.global-wrapper .content-area .alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.global-wrapper .content-area .aligncenter {
  margin: 0 auto 15px auto;
  display: block;
}
.global-wrapper .content-area .small-content h1 {
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.global-wrapper .content-area .small-content p {
  font-size: 16px;
  line-height: 25px;
}
.global-wrapper .content-area .gform_wrapper {
  margin: 0;
}
.global-wrapper .content-area .gform_wrapper .gform_body .gform_fields .gfield {
  padding: 0;
  margin: 0 0 15px;
}
.global-wrapper .content-area .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}
.global-wrapper .content-area .gform_wrapper .gform_body .gform_fields .gfield.field_sublabel_below .ginput_complex label {
  display: none;
}
.global-wrapper .content-area .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}
.global-wrapper .content-area .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.global-wrapper .content-area .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.global-wrapper .content-area .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  background-color: #F3E8C4;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  border: 0;
  padding: 15px;
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0;
}
.global-wrapper .content-area .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
  height: 30px;
}
.global-wrapper .content-area .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  text-align: center;
}
.global-wrapper .content-area .gform_wrapper .gform_footer input[type=submit] {
  margin-top: 15px;
  padding: 15px 55px;
  background-color: #a91e36;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.single-wrapper .content-section {
  padding-bottom: 30px;
}
.single-wrapper .content-section img {
  margin-bottom: 30px;
}
.single-wrapper .content-section .social-links {
  text-align: center;
}
.single-wrapper .content-section .social-links a {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #d3c678;
  color: #a91e36;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 0 10px;
  font-size: 22px;
}
.single-wrapper .anchor {
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}
.single-wrapper .sticky-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 25%;
  right: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.single-wrapper .sticky-menu .menu-toggle {
  color: #ffffff;
  background-color: #a91e36;
  padding: 10px;
}
.single-wrapper .sticky-menu .menu-box {
  padding: 10px;
  background-color: #F3E8C4;
}
.single-wrapper .sticky-menu .menu-box .more-btn {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 900;
  color: #ffffff;
  padding: 10px 30px;
  text-align: center;
  display: block;
  background-color: #a91e36;
}
.single-wrapper .sticky-menu .menu-box .more-btn:first-of-type {
  margin-top: 0;
}
.single-wrapper .contact-section {
  padding: 45px 0 80px;
}
.single-wrapper .lists-section {
  padding: 0 0 30px;
}
.single-wrapper .staff-section {
  padding: 0 0 80px;
}
.single-wrapper .staff-section h1 {
  margin: 0;
}
.single-wrapper .staff-section .profile-img {
  margin: 30px 0 10px;
}
.single-wrapper .staff-section h3 {
  margin-bottom: 2px;
  font-size: 22px;
}
.single-wrapper .staff-section p {
  margin: 0;
}
.single-wrapper .class-row {
  margin-top: 30px;
}
.single-wrapper .class-row .list-body .more-btn {
  margin-top: 25px;
}
.single-wrapper .class-row .list-body .list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.single-wrapper .class-row .list-body .list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-bottom: 1px solid rgba(40, 40, 40, 0.25);
  padding-top: 10px;
}
.single-wrapper .class-row .list-body .list li h2 {
  padding: 5px 0 10px;
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 5px;
  font-weight: bold;
  color: #282828;
}
.single-wrapper .class-row .list-body .list li p {
  margin-bottom: 10px;
}
.single-wrapper .class-row .list-body .list li a {
  font-size: 14px;
  color: #a91e36;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 10px;
}
.single-wrapper .list-body .content-area p {
  font-size: 14px;
}

.home-wrapper .jumbotron-section .row {
  height: 500px;
  width: calc(100% + 30px);
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.home-wrapper .jci-section {
  padding: 45px 0;
  margin-top: 45px;
  background-size: cover;
  background-position: center center;
}
.home-wrapper .jci-section .jci-box {
  background-color: rgba(243, 232, 196, 0.85);
  padding: 30px;
}
.home-wrapper .jci-section .jci-box a {
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  display: block;
  background-color: #a91e36;
}
.home-wrapper .overlay-section {
  margin-top: -500px;
  height: 500px;
  background-color: rgba(79, 79, 79, 0.65);
  position: relative;
  z-index: 2;
}
.home-wrapper .overlay-section .overlay-row {
  height: 500px;
}
.home-wrapper .overlay-section .overlay-row .col-md-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-wrapper .overlay-section .overlay-row h1 {
  font-size: 50px;
  font-weight: 100;
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.home-wrapper .overlay-section .overlay-row h2 {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 100;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.home-wrapper .overlay-section .overlay-row p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-weight: 100;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.home-wrapper .overlay-section .overlay-row a {
  border: 6px solid #ffffff;
  padding: 30px 35px;
  font-size: 24px;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 7.5px;
}
.home-wrapper .triple-section .triple-col {
  text-align: center;
  padding-top: 60px;
}
.home-wrapper .triple-section h1 {
  text-align: center;
  color: #a91e36;
  font-size: 26px;
  margin-bottom: 20px;
}
.home-wrapper .triple-section svg {
  font-size: 80px;
  text-align: center;
  margin: 0 0 20px;
  color: #a91e36;
}
.home-wrapper .triple-section p {
  text-align: center;
}
.home-wrapper .lists-section .list-header h1 {
  font-size: 18px;
}
.home-wrapper .lists-section .list-body {
  margin-bottom: 30px;
}
.home-wrapper .lists-section:last-of-type {
  padding-bottom: 60px;
}

.home-new-wrapper .overlay-section {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding-bottom: 50px;
}
.home-new-wrapper .overlay-section .more-btn {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 900;
  color: #ffffff;
  padding: 15px 50px;
  text-align: center;
  display: inline-block;
  background-color: #8a2432;
}
.home-new-wrapper .overlay-section h1 {
  font-size: 50px;
  font-weight: 100;
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.home-new-wrapper .overlay-section h2 {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 100;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.home-new-wrapper .overlay-section p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-weight: 100;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.home-new-wrapper .overlay-section .dropdown-menu > li > a {
  color: #282828;
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  padding: 10px 20px;
  overflow-wrap: break-word; /* Break long words to wrap within the container */
  word-wrap: break-word; /* Legacy support for IE */
  word-break: break-word; /* Additional support for breaking words */
  white-space: normal;
}
.home-new-wrapper .overlay-section li small {
  display: block;
  padding: 6px 0 0 0;
  font-size: 12px;
  font-weight: normal;
}

.default-wrapper .content-section {
  padding-bottom: 30px;
}
.default-wrapper .location-boxes-section {
  padding-bottom: 100px;
}

.contact-wrapper {
  padding-bottom: 100px;
}
.contact-wrapper .contact-section {
  padding-bottom: 45px;
}
.contact-wrapper .contact-section hr {
  border-top: 5px solid #a91e36;
  margin: 45px auto 0;
  width: 200px;
}

.locations-wrapper .location .img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 330px;
  background-position: center center;
  background-size: cover;
}
.locations-wrapper .location .img-col .title-box {
  background-color: rgba(211, 198, 120, 0.75);
  padding: 25px 30px;
}
.locations-wrapper .location .img-col .title-box h1 {
  font-size: 24px;
  color: #282828;
  margin: 0;
}
.locations-wrapper .location .img-col .title-box p {
  color: #a91e36;
  font-size: 14px;
  margin: 0;
}
.locations-wrapper .location .list-col .more-btn {
  margin-bottom: 10px;
  padding: 10px 0;
}
.locations-wrapper .location .list-col .more-btn:last-of-type {
  margin-bottom: 0;
}

.programs-wrapper .jci-section {
  margin-top: 0;
  border-top: 10px solid #a91e36;
}
.programs-wrapper .archive-section .program {
  border-bottom: 1px solid rgba(40, 40, 40, 0.25);
  padding-bottom: 10px;
  margin-bottom: 15px !important;
}
.programs-wrapper .archive-section .program .locations-col {
  font-size: 12px;
}
.programs-wrapper .archive-section .program h1 {
  color: #282828;
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 5px;
  font-weight: bold;
}
.programs-wrapper .archive-section .program a {
  color: #a91e36;
}

.classes-wrapper .jci-section {
  margin-top: 0;
  border-top: 10px solid #a91e36;
}
.classes-wrapper .archive-section .class {
  border-bottom: 1px solid rgba(40, 40, 40, 0.25);
  padding-bottom: 10px;
  margin-bottom: 15px !important;
}
.classes-wrapper .archive-section .class .locations-col {
  font-size: 12px;
}
.classes-wrapper .archive-section .class h1 {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 5px;
  font-weight: bold;
}
.classes-wrapper .archive-section .class a {
  color: #a91e36;
  text-decoration: underline;
}

.class-wrapper .gform_wrapper {
  margin: 0;
}
.class-wrapper .gform_wrapper .gform_body .gform_fields .gfield {
  padding: 0;
  margin: 0 0 15px;
}
.class-wrapper .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}
.class-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}
.class-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.class-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  background-color: #ffffff;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  border: 0;
  padding: 15px;
  display: block;
}
.class-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
  height: 30px;
}
.class-wrapper .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  text-align: center;
}
.class-wrapper .gform_wrapper .gform_footer input[type=submit] {
  margin-top: 15px;
  margin-right: 0;
  padding: 15px 55px;
  background-color: #a91e36;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

footer .footer-section {
  padding: 50px 0 120px;
  background-color: #a91e36;
}
footer .footer-section h1 {
  font-size: 24px;
  color: #ffffff;
  border-bottom: 5px solid #d3c678;
  padding-bottom: 5px;
  margin: 0 0 15px;
}
footer .footer-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-section ul li {
  text-align: right;
}
footer .footer-section ul li a {
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 16px;
}
footer .bottom-section {
  background-color: #282828;
  padding: 20px 0;
}
footer .bottom-section p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  line-height: 26px;
}

/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
@media (max-width: 1199.98px) {
  .global-wrapper .lists-section .list-header h1 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  nav.navbar.navbar-dark .navbar-brand img {
    height: 60px;
  }
  .home-wrapper .overlay-section .overlay-row h1 {
    font-size: 40px;
  }
  footer .footer-section img {
    display: none;
  }
  .default-wrapper h1.heading {
    font-size: 40px;
  }
  .global-wrapper .lists-section .list-header h1 {
    font-size: 16px;
  }
  .triple-nav .navbar-top a, .triple-nav .navbar-top span {
    font-size: 14px;
  }
  .triple-nav .navbar-top .right-section a, .triple-nav .navbar-top .right-section span {
    margin: 0 10px;
  }
  .triple-nav .navbar-bottom, .triple-nav .navbar-top {
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .global-wrapper .lists-section .list-body {
    margin-bottom: 30px;
  }
  .triple-nav .navbar-bottom, .triple-nav .navbar-top {
    padding: 10px 35px;
  }
  #menu-menu-1 {
    padding-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .single-wrapper .class-row .list-body .list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}