:root {
  --firebrick: #a70508;
  --white-90: rgba(255, 255, 255, .9);
  --blue-20: rgba(48, 48, 253, .2);
  --orange-30: rgba(253, 176, 38, .3);
  --theme-color-2: #a70508;
  --black-333: #333;
  --white: white;
  --white-smoke: #f7f7f7;
  --theme-blue: #3030fd;
  --theme-color-80: rgba(48, 48, 253, .8);
  --orange: #fdb026;
  --white-10: rgba(255, 255, 255, .1);
  --black-10: rgba(51, 51, 51, .1);
  --whitesmoke-50: rgba(245, 245, 245, .5);
  --firebrick-10: rgba(167, 5, 8, .1);
  --blue-65: rgba(48, 48, 253, .65);
  --black-50: rgba(51, 51, 51, .5);
  --firebrick-80: rgba(167, 5, 8, .8);
  --orange-40: rgba(253, 176, 38, .4);
  --blue-60: rgba(48, 48, 253, .6);
  --black-20: rgba(51, 51, 51, .2);
  --midnight-blue-50: rgba(23, 52, 95, .5);
  --midnight-blue-80: rgba(23, 52, 95, .8);
  --white-80: rgba(255, 255, 255, .8);
  --black-90: rgba(51, 51, 51, .9);
  --white-80-2: rgba(255, 255, 255, .8);
  --white-53: rgba(255, 255, 255, .53);
  --theme-blue-8: rgba(48, 48, 253, .08);
  --gainsboro: #e7e7e7;
  --cornflower-blue: #9999f8;
  --white-95: rgba(255, 255, 255, .95);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: 1;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.8;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: square;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}

li {
  margin-bottom: 6px;
  padding-left: 5px;
  font-weight: 500;
  line-height: 1.5;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  color: var(--firebrick);
  border-left: 5px solid rgba(167, 5, 8, .2);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.body-wrapper {
  background-image: linear-gradient(to bottom, var(--white-90), var(--white-90)), url('../images/texture-circle-black.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
}

.top-bar {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, var(--blue-20), var(--orange-30));
  padding: 10px 30px;
}

.nav-wrapper {
  z-index: 999;
  position: relative;
}

.popup-container {
  z-index: 1;
  position: relative;
}

.white-wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  overflow: hidden;
}

.menu-wrapper {
  align-items: center;
  display: flex;
}

.search-text {
  display: none;
}

.search-icon {
  color: var(--theme-color-2);
  font-family: "Font awesome 5 free solid 900", sans-serif;
  display: block;
}

.search-icon:hover {
  color: var(--black-333);
}

.search-link {
  padding: 9px 0 9px 15px;
  text-decoration: none;
}

.search-link:hover {
  opacity: 1;
}

.nav {
  z-index: 1000;
  background-color: var(--white-smoke);
  border-bottom: 1px solid rgba(67, 70, 77, .2);
  align-items: center;
  padding: 18px 30px;
}

.close-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--black-333);
  text-transform: uppercase;
  padding: 9px 11px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.nav-link:hover {
  opacity: .9;
  color: var(--theme-blue);
}

.nav-link:active {
  opacity: .8;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--firebrick);
  font-weight: 600;
}

.nav-link.w--current:hover {
  opacity: .8;
  color: var(--firebrick);
}

.nav-link.w--current:active {
  opacity: .7;
  color: #32343a;
}

.nav-link.toggle {
  color: var(--black-333);
  padding-right: 22px;
}

.nav-link.toggle:hover {
  color: var(--theme-blue);
}

.nav-divider {
  background-color: rgba(67, 70, 77, .4);
  width: 1px;
  height: 18px;
  margin: 10px 6px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.popup-wrapper {
  z-index: 1001;
  background-color: rgba(67, 70, 77, .95);
  padding: 60px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field {
  border-radius: 6px;
  height: 45px;
  margin-bottom: 15px;
}

.text-field.search {
  background-image: linear-gradient(rgba(245, 246, 247, .973), rgba(245, 246, 247, .973));
  border: 1px solid rgba(67, 70, 77, .2);
  border-radius: 6px 0 0 6px;
  height: 50px;
  margin-bottom: 0;
}

.text-field.search:hover {
  background-image: linear-gradient(rgba(67, 70, 77, .2), rgba(67, 70, 77, .2)), linear-gradient(rgba(245, 246, 247, .973), rgba(245, 246, 247, .973));
  border-color: rgba(67, 70, 77, .2);
}

.text-field.search:active {
  border-color: rgba(67, 70, 77, .2);
}

.text-field.search:focus {
  background-image: linear-gradient(rgba(67, 70, 77, .2), rgba(67, 70, 77, .2)), linear-gradient(rgba(245, 246, 247, .973), rgba(245, 246, 247, .973));
  border-color: rgba(67, 70, 77, .2);
}

.button {
  background-color: var(--firebrick);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--black-333);
  color: var(--white);
}

.button.search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.light {
  background-color: var(--white);
  color: var(--theme-color-2);
  margin-bottom: 20px;
  padding: 9px 15px;
  font-size: 10px;
  font-weight: 700;
}

.button.light:hover {
  background-color: var(--black-333);
  color: var(--white);
}

.button.v2 {
  border: 1px solid var(--theme-blue);
  background-color: var(--white);
  color: var(--theme-blue);
}

.button.v2:hover {
  background-color: var(--theme-blue);
  color: var(--white);
}

.button.v3 {
  border: 1px solid var(--firebrick);
  background-color: var(--white);
  color: var(--firebrick);
}

.button.v3:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.button.search-popup {
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.button.search-popup:hover {
  background-color: var(--theme-blue);
}

.button.search {
  border-radius: 0;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.button.search {
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.button.search:hover {
  background-color: var(--theme-blue);
}

.branding {
  z-index: 1;
  width: 170px;
}

.branding.w--current {
  width: 150px;
}

.logo-image {
  display: block;
}

.drop-list.w--open {
  border-radius: 6px;
  margin-top: 10px;
  overflow: hidden;
}

.drop-link {
  background-color: var(--theme-blue);
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(67, 70, 77, .1);
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.drop-link:hover {
  background-color: var(--black-333);
  opacity: .9;
  color: #fff;
  border-bottom-color: rgba(245, 245, 245, .6);
}

.drop-link:active {
  opacity: .8;
}

.drop-link.w--current {
  background-color: var(--firebrick);
  opacity: 1;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .1);
  font-weight: 600;
}

.drop-link.w--current:hover {
  opacity: .8;
}

.drop-link.w--current:active {
  opacity: .7;
}

.drop-link.last {
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, .1);
}

.close-link {
  float: right;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
}

.close-link:hover {
  text-decoration: underline;
}

.flex-form {
  display: flex;
}

.mx-width {
  z-index: 1;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mx-width.pop {
  z-index: 1;
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.nav-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
}

.sub-para {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
}

.social-media-link {
  color: var(--black-333);
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.social-media-link:hover {
  color: var(--theme-blue);
}

.social-media-link.ft {
  color: var(--white);
  margin-left: 0;
  margin-right: 15px;
  font-size: 25px;
  line-height: 1;
}

.social-media-link.ft:hover {
  color: var(--theme-color-2);
}

.mini-flex-wrapper {
  opacity: .77;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mini-flex-wrapper:hover {
  opacity: 1;
}

.mini-flex-wrapper.top-contact {
  opacity: 1;
  color: var(--black-333);
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
}

.mini-flex-wrapper.top-contact:hover {
  opacity: .8;
}

.top-flex-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.social-media-wrapper {
  justify-content: flex-end;
  display: flex;
}

.social-media-wrapper.ft {
  color: var(--black-333);
  justify-content: flex-start;
  margin-bottom: 15px;
}

.bar-contact-wrapper {
  margin-right: 40px;
  display: flex;
}

.top-link {
  color: var(--black-333);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.top-link:hover {
  color: var(--theme-blue);
  text-decoration: none;
}

.link-section {
  margin-bottom: 1px;
}

.link-grid {
  grid-column-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block {
  opacity: 1;
  height: 100%;
  text-decoration: none;
  display: block;
}

.link-block:hover {
  opacity: 1;
}

.color-div {
  background-color: var(--theme-blue);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px;
  transition: color .4s, background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-div:hover {
  background-color: var(--theme-color-2);
  color: var(--white);
}

.mini-spacer {
  background-color: var(--white);
  opacity: .4;
  width: 30px;
  height: 3px;
  margin: 0 auto 20px;
}

.mini-spacer.dark {
  background-color: var(--theme-color-2);
  opacity: .4;
  margin-left: 0;
}

.big-icon {
  opacity: .6;
  margin-bottom: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.section {
  margin-top: 0;
  padding: 90px 30px;
}

.color-spacer {
  background-color: var(--orange);
  width: 50px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 40px;
}

.color-spacer.bot-margin-20 {
  margin-bottom: 10px;
}

.intro-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.img-wrapper {
  border-radius: 3px;
  overflow: hidden;
}

.service-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-wrapper {
  color: var(--theme-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-wrapper:hover {
  color: var(--theme-color-2);
}

.outline-circle-div {
  opacity: 1;
  border: 1px solid rgba(51, 51, 51, .06);
  border-radius: 6px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 4px;
  display: inline-block;
}

.outline-circle-div.faqs {
  margin-bottom: 0;
  margin-right: 0;
}

.inner-circle-div {
  color: rgba(48, 48, 253, .4);
  background-color: #e6e6fd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
}

.inner-circle-div.mini {
  width: 30px;
  height: 30px;
}

.ft-section {
  background-color: var(--theme-color-2);
  background-image: linear-gradient(to bottom, var(--firebrick), #530000);
  color: var(--white);
  padding: 60px 30px 40px;
}

.mini-text {
  font-size: 12px;
}

.copy-wrapper {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.label {
  opacity: .5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.ft-link {
  opacity: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.ft-link:hover {
  opacity: 1;
  color: var(--orange);
}

.ft-link.mini {
  text-transform: capitalize;
  font-size: 13px;
  display: inline-block;
}

.mini {
  opacity: 1;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.mini:hover {
  opacity: 1;
}

.ft-branding {
  z-index: 1;
  background-color: var(--white-smoke);
  border-radius: 6px;
  width: 100%;
  margin-bottom: 40px;
  padding: 10px;
}

.site-by-link {
  opacity: .5;
  color: var(--white);
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.site-by-link:hover {
  opacity: 1;
}

.site-by-link:active {
  opacity: .8;
}

.ft-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr;
}

.contain-block {
  border-bottom: 1px solid var(--white-10);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.article-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.more-link {
  margin-top: 20px;
  font-size: 13px;
  font-style: italic;
}

.title {
  color: var(--theme-color-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
}

.title.faqs {
  margin-bottom: 20px;
}

.article-wrap {
  z-index: 1;
  border: 4px solid var(--black-10);
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--whitesmoke-50), var(--whitesmoke-50));
  box-shadow: none;
  color: var(--black-333);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  transition: color .4s, background-color .4s, transform .4s, box-shadow .4s;
  display: flex;
  position: relative;
}

.article-wrap:hover {
  background-color: var(--firebrick);
  box-shadow: 0 4px 15px 0 var(--black-10);
  color: var(--white);
  background-image: none;
  transform: translate(0, -10px);
}

.date-wrapper {
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.date-text {
  font-size: 13px;
  font-style: italic;
}

.media-type-icon {
  margin-right: 8px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.summary {
  opacity: .8;
  max-height: 110px;
  display: none;
  overflow: hidden;
}

.dark {
  color: var(--black-333);
}

.top-icon {
  opacity: .5;
  margin-right: 5px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.social-media-icon {
  opacity: .76;
  font-family: "Font awesome 5 brands 400", sans-serif;
}

.social-media-icon:hover {
  color: var(--theme-blue);
}

.social-media-icon.special {
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.social-media-icon.ft {
  font-family: "Font awesome 5 brands 400", sans-serif;
}

.social-media-icon.ft:hover {
  opacity: 1;
  color: var(--white);
}

.preview-text.solid {
  color: var(--black-333);
}

.item-title {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 90px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.button-wrapper {
  margin-top: 30px;
}

.text-link {
  color: var(--theme-blue);
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  color: var(--theme-color-2);
}

.dd-icon {
  opacity: .5;
  margin-right: 5px;
}

.page-img-wrap {
  float: left;
  border-radius: 3px;
  width: 40%;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.board-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.member-content-wrapper {
  float: right;
  border-style: solid solid solid none;
  border-width: 4px;
  border-color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 30px 15px;
  display: flex;
}

.card-divider {
  background-color: var(--white-smoke);
  width: 20%;
  height: 3px;
  margin-top: 25px;
  margin-bottom: 0;
  display: inline-block;
}

.position-text {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.form-wrap {
  background-color: var(--white-smoke);
  border-radius: 6px;
  margin-top: 78px;
  margin-left: -40px;
  padding: 50px 50px 50px 90px;
}

.option-wrapper {
  margin-bottom: 40px;
}

.form-grid {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.radio-button-label {
  font-size: 13px;
  font-weight: 600;
}

.rdio-button-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 5px;
}

.field {
  border: 2px solid var(--black-10);
  background-color: var(--white);
  border-radius: 5px;
  height: 50px;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 400;
}

.field:hover {
  border-bottom-color: rgba(2, 105, 148, .2);
}

.field:active, .field:focus {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(2, 105, 148, .2);
}

.field::placeholder {
  color: rgba(51, 51, 51, .6);
}

.field.message {
  min-height: 150px;
}

.field.search-popup {
  border-style: solid none solid solid;
  border-width: 3px;
  border-color: var(--theme-color-2);
  border-radius: 10px 0 0 10px;
  height: 70px;
  margin-bottom: 0;
}

.field.search-popup:hover {
  border-style: solid none solid solid;
  border-color: var(--theme-color-80);
  background-image: linear-gradient(to bottom, var(--firebrick-10), var(--firebrick-10));
}

.field.search-popup:active {
  background-image: linear-gradient(to bottom, var(--firebrick-10), var(--firebrick-10));
  border-right-style: none;
}

.field.search-popup:focus {
  border-color: var(--theme-color-80);
  background-image: linear-gradient(to bottom, var(--firebrick-10), var(--firebrick-10));
  border-right-style: none;
}

.field.search {
  border-style: solid none solid solid;
  border-width: 3px;
  border-color: var(--theme-color-2);
  border-radius: 10px 0 0 10px;
  height: 60px;
  margin-bottom: 0;
}

.field.search:hover {
  border-style: solid none solid solid;
  border-color: var(--theme-color-80);
  background-image: linear-gradient(to bottom, var(--firebrick-10), var(--firebrick-10));
}

.field.search:active {
  background-image: linear-gradient(to bottom, var(--firebrick-10), var(--firebrick-10));
  border-right-style: none;
}

.field.search:focus {
  border-color: var(--theme-color-80);
  background-image: linear-gradient(to bottom, var(--firebrick-10), var(--firebrick-10));
  border-right-style: none;
}

.help-title {
  color: var(--firebrick);
  margin-bottom: 20px;
  font-weight: 700;
}

.option-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.info-wrap {
  z-index: 1;
  background-color: var(--theme-blue);
  background-image: linear-gradient(to bottom, var(--blue-65), var(--blue-65)), url('../images/texture-circle-black.png');
  color: var(--white);
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-radius: 6px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.opening-hours-div {
  margin-bottom: 20px;
}

.time-title {
  margin-bottom: 4px;
  font-weight: 700;
}

.opening-hours-text {
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.no-points-list {
  opacity: 1;
  padding-left: 0;
  list-style-type: none;
}

.ct-link {
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.ct-link:hover {
  color: var(--white);
}

.mini-flex {
  align-items: center;
  display: flex;
}

.link-title {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

.map {
  border-radius: 6px;
  height: 500px;
  overflow: hidden;
}

.map-section-id {
  height: 1px;
}

.pagination-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.pagination {
  border: 4px solid var(--white-smoke);
  background-color: var(--white);
  color: var(--firebrick);
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 13px;
  font-size: 13px;
  font-weight: 600;
}

.pagination:hover, .pagination.w--current {
  background-color: var(--theme-blue);
  color: var(--white);
}

.profile-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.profile-img-wrap {
  z-index: 1;
  float: left;
  border: 4px solid var(--black-10);
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  z-index: 1;
  width: 100%;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.lightbox-link:hover {
  opacity: 1;
  transition: none;
}

.thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.magnifi-text {
  color: var(--white);
  padding: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-overlay-wrapper {
  background-color: var(--black-10);
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subheadin {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.back-link {
  color: var(--black-50);
  margin-top: 15px;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.back-link:hover {
  color: var(--firebrick-80);
}

.back-link.hidden {
  font-weight: 400;
}

.committee-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.members-card {
  border: 4px solid var(--black-10);
  color: var(--black-333);
  width: 100%;
  height: auto;
  padding: 6px;
  text-decoration: none;
  transition: transform .5s, box-shadow .5s;
  overflow: hidden;
}

.members-card:hover {
  box-shadow: 0 0 10px 0 var(--black-50);
  transform: translate(0, -10px);
}

.dr-pic-wrapper {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.dr-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.committee-name {
  color: var(--theme-color-2);
  min-height: 0;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.heading {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.4;
}

.hero-pic {
  object-fit: cover;
}

.hero-cont-wrap {
  background-image: linear-gradient(333deg, #a70508, var(--orange-40) 63%, var(--blue-60));
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-cont-wrap.home {
  background-image: linear-gradient(333deg, #a70508, var(--orange-40) 63%, var(--blue-60));
  display: none;
}

.heading-2 {
  color: var(--firebrick);
}

.heading-3 {
  color: var(--firebrick);
  font-weight: 600;
}

.top-content-div {
  color: var(--black-333);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.divider {
  border-bottom: 1px dashed var(--black-20);
  opacity: .5;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.divider.space {
  margin-top: 40px;
}

.heading-4 {
  color: var(--firebrick);
}

.hero-sect {
  height: 450px;
  position: relative;
}

.hero-sect.home {
  height: auto;
}

.hero-sect.login {
  height: 200px;
}

.cta-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}

.on-blue {
  color: var(--white);
}

.intxt {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: none;
}

.intxt:hover {
  text-decoration: underline;
}

.contact-no {
  background-color: var(--white-smoke);
  padding: 30px;
}

.tele-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr;
}

.emtel {
  opacity: .5;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.emtel-wrap {
  border-bottom: 1px solid var(--white-10);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.emtel-wrap._2 {
  justify-content: flex-end;
}

.con-link {
  opacity: 1;
  color: var(--firebrick);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 2;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.con-link:hover {
  opacity: 1;
  color: var(--theme-blue);
}

.hero-sect-inner {
  height: 350px;
  position: relative;
}

.on-header {
  color: var(--white);
  margin-bottom: 0;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.on-header.abs {
  text-shadow: 1px 0 7px var(--black-333);
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.copyright {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
}

.popup {
  z-index: 100000;
  background-color: var(--midnight-blue-50);
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.content {
  height: 90vh;
  padding: 60px 25px 25px;
  position: relative;
  overflow: auto;
}

.close-popup-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-menu {
  margin-bottom: 50px;
}

.tab-link {
  border: 1px solid var(--black-10);
  color: var(--midnight-blue-80);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 15px;
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 600;
}

.tab-link:hover {
  border-color: var(--orange);
  background-color: var(--theme-color-2);
  color: var(--white);
}

.tab-link.w--current {
  border-style: solid;
  border-color: var(--firebrick);
  background-color: var(--theme-color-2);
  color: var(--white);
}

.item-tag {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.faq-wrapper {
  margin-bottom: 60px;
}

.title-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 40px 1fr;
  align-items: start;
}

.download-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-link {
  background-color: var(--white-smoke);
  color: var(--theme-color-2);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  height: 100px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.card-link:hover {
  border: 2px solid var(--orange);
  background-color: var(--theme-color-2);
  color: var(--white);
  text-align: left;
}

.mini-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  align-items: start;
  justify-items: start;
}

.text-icon {
  opacity: .35;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 20px;
}

.label-text {
  line-height: 1.5;
}

.mem-wrapper {
  min-height: 120px;
}

.board-pic-wrapper {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.search-close {
  opacity: .5;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  transition: opacity .3s;
}

.search-close:hover {
  opacity: 1;
}

.search-pop {
  z-index: 10000;
  background-image: linear-gradient(to bottom, var(--white-80), var(--white-80)), linear-gradient(315deg, var(--blue-60), var(--orange-40) 46%, var(--firebrick-80)), url('../images/scu-website.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-wrapper {
  z-index: 1;
  flex: 0 auto;
  position: relative;
}

.search-close-link {
  color: var(--black-333);
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10%;
  padding-right: 10%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-grid {
  grid-column-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px;
  overflow: hidden;
}

.popup-label {
  opacity: .63;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
}

.alert-section {
  z-index: 1001;
  background-color: var(--theme-color-2);
  text-align: left;
  cursor: pointer;
  border-radius: 0 0 6px 6px;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 20px;
  font-size: 17px;
  font-weight: 500;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.alert-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 25px 1fr;
}

.alert-icon {
  color: #fff;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}

.alert-text {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline;
}

.link {
  opacity: 0;
  color: #f5f5f5;
  background-color: #333;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 14px 10px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link:hover {
  opacity: .29;
}

.popup-close-link {
  filter: blur(5px);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.message-pop-container {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--white-80-2), var(--white-80-2)), url('../images/texture-circle-black.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  width: 60%;
  max-width: 960px;
  height: 85%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 105px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.message-popup {
  z-index: 10000;
  background-color: var(--black-50);
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px;
  align-items: center;
}

.logo-img-wrap {
  width: 90px;
  margin-right: 10px;
}

.popup-content-wrapper {
  padding: 40px 60px 60px;
  position: relative;
  overflow: auto;
}

.brand-title {
  color: #25b00d;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-title.tt {
  color: var(--theme-color-2);
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.2;
}

.close-popup {
  opacity: .42;
  color: #333;
  padding: 10px 0 10px 16px;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.close-popup:hover {
  opacity: .7;
}

.popup-logo {
  align-items: center;
  display: flex;
}

.popup-close-wrapper {
  border-left: 1px solid rgba(51, 51, 51, .2);
}

.top-popup-bar {
  background-color: #fff;
  background-image: linear-gradient(to right, var(--blue-20), var(--orange-30));
  border-bottom: 1px solid rgba(51, 51, 51, .1);
  padding: 15px 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider {
  height: 400px;
  display: block;
}

.slide-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.arrow {
  background-color: var(--white-53);
  color: #333;
  border: 1px solid rgba(51, 51, 51, .1);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 20px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow:hover {
  background-color: var(--white);
}

.arrow.right {
  border-radius: 0 6px 6px 0;
  margin-left: 52px;
}

.slide-nav, .home-hero-img {
  display: none;
}

.sp-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.close-sub-pop {
  color: var(--black-333);
  padding: 15px;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-sub-pop:hover {
  text-decoration: none;
}

.popup-2, .popup-3 {
  z-index: 100000;
  background-color: var(--midnight-blue-50);
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.result-link {
  opacity: .6;
  color: #292d4b;
  border-bottom: 1px solid rgba(41, 45, 75, .1);
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: block;
}

.result-link:hover {
  opacity: 1;
  color: #5cac42;
}

.tag-text {
  opacity: .5;
  color: #292d4b;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.divider-div {
  border-bottom: 1px solid rgba(41, 45, 75, .1);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 140px 1fr;
}

.result-para {
  color: #292d4b;
  font-size: 15px;
}

.result-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.faded-scroll {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff 80%);
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.login-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

html.w-mod-js [data-ix="hidden-search"], html.w-mod-js [data-ix="load-alert"] {
  opacity: 0;
  display: none;
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="hidden-message-popup"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .slider {
    height: 450px;
  }
}

@media screen and (min-width: 1440px) {
  .alert-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .popup-content-wrapper {
    padding: 40px 75px 75px;
  }

  .slider {
    height: 550px;
  }
}

@media screen and (min-width: 1920px) {
  .alert-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .message-pop-container {
    max-width: 50%;
  }

  .popup-content-wrapper {
    padding: 60px 90px 90px;
  }

  .slider {
    height: 650px;
  }
}

@media screen and (max-width: 991px) {
  .dropdown {
    display: block;
  }

  .menu-wrapper {
    float: right;
    display: block;
  }

  .search-text {
    display: block;
  }

  .search-icon {
    display: none;
  }

  .search-link {
    background-color: var(--black-333);
    opacity: 1;
    color: var(--white);
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(245, 245, 245, .6);
    padding: 15px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: none;
    display: block;
  }

  .search-link:hover {
    color: #43464d;
    background-color: #fff;
    border-bottom-color: rgba(67, 70, 77, .4);
  }

  .nav {
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
  }

  .nav-link {
    background-color: var(--theme-blue);
    opacity: 1;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(245, 245, 245, .6);
    padding: 15px 20px;
    transition: none;
    display: block;
  }

  .nav-link:hover {
    opacity: 1;
    color: #43464d;
    background-color: #fff;
    border-bottom-color: rgba(67, 70, 77, .4);
    display: block;
  }

  .nav-link:active {
    opacity: 1;
  }

  .nav-link.w--current {
    background-color: var(--firebrick);
    color: var(--white);
    border-bottom-color: rgba(67, 70, 77, .4);
  }

  .nav-link.w--current:hover, .nav-link.toggle {
    color: var(--white);
  }

  .nav-link.toggle:hover {
    color: #43464d;
    display: block;
  }

  .nav-divider {
    display: none;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px #1a1b1f;
    width: 220px;
    margin-top: 106px;
    display: block;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    color: var(--firebrick);
    background-color: rgba(0, 0, 0, 0);
  }

  .button {
    justify-content: center;
  }

  .branding {
    width: 150px;
  }

  .branding.w--current {
    flex: 1;
  }

  .drop-list.w--open {
    text-align: left;
    border-radius: 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .drop-link {
    background-color: var(--theme-color-80);
    opacity: 1;
    padding: 15px 30px;
    transition: none;
  }

  .drop-link:hover {
    opacity: 1;
  }

  .drop-link.last:hover {
    background-color: var(--white);
    color: var(--black-333);
  }

  .mx-width {
    display: block;
  }

  .top-flex-wrapper {
    grid-template-columns: 1fr .25fr;
    justify-content: space-between;
  }

  .social-media-wrapper, .bar-contact-wrapper {
    margin-right: 0;
  }

  .link-grid {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ft-branding.w--current {
    flex: 1;
  }

  .ft-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .board-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .form-wrap {
    margin-top: 0;
    margin-left: 0;
    padding-left: 50px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .option-grid {
    grid-template-columns: 1fr 1fr;
  }

  .info-wrap {
    padding: 50px;
  }

  .profile-grid {
    grid-template-columns: .5fr 1fr;
  }

  .committee-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-cont-wrap.home {
    background-image: linear-gradient(333deg, #a70508, var(--orange-40) 63%, var(--blue-60));
    display: flex;
  }

  .hero-sect, .hero-sect.home {
    height: 350px;
  }

  .tele-grid {
    grid-template-columns: 1fr 1fr;
  }

  .emtel-wrap {
    text-align: center;
    justify-content: center;
  }

  .emtel-wrap._2 {
    justify-content: center;
  }

  .download-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .alert-section {
    z-index: 2000;
    width: 90%;
  }

  .message-pop-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 95px;
  }

  .logo-img-wrap {
    width: 60px;
  }

  .popup-content-wrapper {
    padding: 30px;
  }

  .slider {
    display: none;
  }

  .home-hero-img {
    display: block;
  }

  .login-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  .top-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav {
    padding: 10px 15px;
  }

  .popup-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    width: 100%;
  }

  .branding {
    padding-left: 0;
  }

  .branding.w--current {
    width: 100px;
  }

  .sub-para {
    display: none;
  }

  .mini-flex-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .mini-flex-wrapper.top-contact {
    align-items: center;
  }

  .top-flex-wrapper {
    display: none;
  }

  .color-div {
    padding: 40px;
  }

  .section {
    padding: 40px 15px;
  }

  .color-spacer {
    margin-bottom: 30px;
  }

  .intro-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .mini-text {
    flex: 1;
  }

  .ft-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .copy-wrapper {
    margin-top: 15px;
  }

  .ft-branding {
    padding-left: 0;
  }

  .site-by-link {
    text-align: center;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-wrap {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-left: 0;
  }

  .item-title {
    min-height: auto;
  }

  .member-content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .form-wrap {
    padding: 20px;
  }

  .field.message {
    height: 100px;
    margin-bottom: 40px;
  }

  .info-wrap {
    padding: 20px;
  }

  .profile-grid {
    grid-column-gap: 20px;
    grid-template-columns: .5fr 1fr;
  }

  .dr-pic-wrapper {
    height: 250px;
  }

  .hero-cont-wrap.home {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-sect, .hero-sect.home {
    height: 300px;
  }

  .on-header {
    font-size: 17px;
  }

  .copyright {
    margin-bottom: 6px;
  }

  .popup {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    padding: 60px 15px 30px;
  }

  .tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .label-text {
    min-height: 0;
  }

  .board-pic-wrapper {
    height: 340px;
  }

  .alert-grid {
    grid-column-gap: 5px;
  }

  .message-pop-container {
    max-width: 100%;
    padding-top: 85px;
  }

  .message-popup {
    padding: 40px 15px;
  }

  .popup-content-wrapper {
    padding: 15px;
  }

  .brand-title.tt {
    font-size: 16px;
    display: none;
  }

  .close-popup {
    padding: 10px 0 10px 15px;
  }

  .top-popup-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow {
    display: none;
  }

  .arrow.right {
    margin-left: 0;
    margin-right: 5px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .sp-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .close-sub-pop {
    margin-top: 10px;
    padding: 15px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .popup-2, .popup-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .divider-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .faded-scroll {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .text-field.search {
    border-radius: 6px;
    margin-bottom: 15px;
  }

  .button {
    width: 100%;
    display: block;
  }

  .button.search {
    border-radius: 6px;
    width: 100%;
    display: block;
  }

  .button.search-popup, .button.search, .button.search {
    border-radius: 10px;
  }

  .branding.w--current {
    width: 90px;
  }

  .flex-form {
    display: block;
  }

  .sub-para {
    display: none;
  }

  .mini-flex-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .color-spacer {
    margin-bottom: 30px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .copy-wrapper {
    flex-direction: column;
    margin-top: 15px;
  }

  .site-by-link {
    text-align: left;
    display: block;
  }

  .ft-grid {
    grid-template-columns: 1fr;
  }

  .summary {
    max-height: 1350px;
  }

  .page-img-wrap {
    width: 100%;
  }

  .board-grid {
    grid-template-columns: 1fr;
  }

  .member-content-wrapper {
    width: 100%;
    padding: 15px;
  }

  .card-divider {
    margin-top: 15px;
  }

  .rdio-button-field {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .field.search-popup {
    border-right-style: solid;
    border-radius: 10px;
    height: 60px;
  }

  .field.search-popup:hover, .field.search-popup:active {
    border-right-style: solid;
  }

  .field.search-popup::placeholder {
    font-size: 14px;
  }

  .field.search {
    border-right-style: solid;
    border-radius: 10px;
    height: 60px;
  }

  .field.search:hover, .field.search:active {
    border-right-style: solid;
  }

  .field.search::placeholder {
    font-size: 14px;
  }

  .option-grid {
    grid-template-columns: 1fr;
  }

  .profile-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .profile-img-wrap {
    float: none;
    width: 100%;
  }

  .back-link.hidden {
    display: none;
  }

  .committee-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .dr-pic-wrapper {
    height: 250px;
  }

  .heading {
    font-style: italic;
    font-weight: 400;
  }

  .hero-cont-wrap, .hero-cont-wrap.home {
    padding: 30px 15px;
  }

  .hero-sect, .hero-sect.home {
    height: 250px;
  }

  .tele-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .emtel-wrap {
    text-align: left;
    display: block;
  }

  .popup {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    padding-top: 57px;
  }

  .tab-menu {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .search-pop {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-wrapper {
    width: auto;
  }

  .search-grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .search-button-wrap {
    height: 60px;
  }

  .alert-section {
    width: 95%;
    padding: 15px 40px 15px 15px;
  }

  .alert-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .alert-text {
    line-height: 23px;
  }

  .message-pop-container {
    max-width: 100%;
  }

  .brand-title.tt {
    display: none;
  }

  .close-popup {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sp-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .close-sub-pop {
    margin-top: 10px;
    padding: 10px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .popup-2, .popup-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#menu-nav-grid.w-node-f62b6ecb-ca03-7d32-834e-b5e98d910279-d3cb05c7 {
  justify-self: end;
}

#right-alert-grid.w-node-_4385a78f-f7cb-4f91-ab74-0823387e6074-d3cb05c7 {
  justify-self: start;
}

#left-tele-grid.w-node-_9febec9b-5ea8-0149-a14f-c46b4ac1c61d-4ac1c61a, #right-tele-grid.w-node-_9febec9b-5ea8-0149-a14f-c46b4ac1c623-4ac1c61a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5607269f-5ddb-f544-628f-09e10b2d91f0-5bdf8982, #w-node-_6e5fa07f-7d97-708f-7230-dcdf270ef3c9-5bdf8982, #w-node-_8e6bb605-a311-f4ea-6c1d-e46c5b81025e-5bdf8982 {
  order: -9999;
  justify-self: end;
}

#btn-search-grid.w-node-_9e3109df-3f3c-885b-e582-04faa18a6167-90160e29 {
  align-self: stretch;
  justify-self: stretch;
}

#close-popup-top-grid.w-node-a5bc6024-876f-437c-78a6-63166242efb8-6242efab, #menu-nav-grid.w-node-bcb61b05-804c-1771-e851-91c3dfe095dd-dfe095d6 {
  justify-self: end;
}

#btn-search-grid.w-node-_24b6435e-c45f-bd46-8df0-37f09856eb1a-59f5e3c7 {
  align-self: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_76b90151-4f17-698b-22cd-7e70c0da8f75-4e5ecd64 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0d855885-175d-f0bf-efd1-b3b07412b5d3-d3cb05c7, #w-node-_0d855885-175d-f0bf-efd1-b3b07412b5db-d3cb05c7, #w-node-_0d855885-175d-f0bf-efd1-b3b07412b5f4-d3cb05c7, #w-node-_0d855885-175d-f0bf-efd1-b3b07412b60f-d3cb05c7, #w-node-_4c09e812-b0b7-05a3-c2b2-19287e09e184-7e09e181, #w-node-_4c09e812-b0b7-05a3-c2b2-19287e09e18c-7e09e181, #w-node-_4c09e812-b0b7-05a3-c2b2-19287e09e190-7e09e181, #w-node-_4c09e812-b0b7-05a3-c2b2-19287e09e1b5-7e09e181 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d855885-175d-f0bf-efd1-b3b07412b5d3-d3cb05c7, #w-node-_0d855885-175d-f0bf-efd1-b3b07412b5db-d3cb05c7, #w-node-_0d855885-175d-f0bf-efd1-b3b07412b5f4-d3cb05c7, #w-node-_0d855885-175d-f0bf-efd1-b3b07412b60f-d3cb05c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5607269f-5ddb-f544-628f-09e10b2d91f0-5bdf8982, #w-node-_6e5fa07f-7d97-708f-7230-dcdf270ef3c9-5bdf8982, #w-node-_8e6bb605-a311-f4ea-6c1d-e46c5b81025e-5bdf8982 {
    order: -9999;
  }

  #btn-search-grid.w-node-_9e3109df-3f3c-885b-e582-04faa18a6167-90160e29 {
    justify-self: stretch;
  }

  #w-node-_4c09e812-b0b7-05a3-c2b2-19287e09e184-7e09e181, #w-node-_4c09e812-b0b7-05a3-c2b2-19287e09e18c-7e09e181, #w-node-_4c09e812-b0b7-05a3-c2b2-19287e09e190-7e09e181, #w-node-_4c09e812-b0b7-05a3-c2b2-19287e09e1b5-7e09e181 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #btn-search-grid.w-node-_24b6435e-c45f-bd46-8df0-37f09856eb1a-59f5e3c7 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}