@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,800&family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://pro.fontawesome.com/releases/v5.15.4/css/all.css");
/*------- BASE STYLES -------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
  margin: 1rem 0px;
  padding-left: 0px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul.list {
  list-style: disc;
  padding-left: 12px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-family: "Oswald", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  color: #500000;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 600;
  color: #500000;
  margin-top: 0;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  color: #555555;
}

h4, h5 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
  color: #500000;
  border-bottom: 1px dotted;
  cursor: pointer;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus {
  color: #006483;
  border-bottom: 1px solid;
  text-decoration: none;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

p a, li a, .breadcrumbs a, .content a:not(.c-button), a.link {
  text-decoration: none;
  color: #006483;
  border-bottom: 1px dotted #006483;
  cursor: pointer;
}
p a:hover, p a:focus, li a:hover, li a:focus, .breadcrumbs a:hover, .breadcrumbs a:focus, .content a:not(.c-button):hover, .content a:not(.c-button):focus, a.link:hover, a.link:focus {
  color: #004362;
  border-bottom: 1px solid #004362;
  text-decoration: none;
}

.maroon-subheader {
  color: #500000;
  font-weight: 600;
  font-size: 1.2rem;
}

.maroon-subheading {
  color: #500000;
  text-transform: uppercase;
  font-weight: bold;
}

.message-archive h3 {
  margin-top: 0.5rem;
}

.message-archive h2 {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  font-weight: 600;
}

.fa-external-link::before {
  font-weight: 400;
}

.timestamp {
  color: #333333;
  font-style: italic;
}

.icon-caret:after, .icon-arrow:after, .icon-chevron:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  padding-left: 5px;
}

.breadcrumbs {
  display: flex;
  margin: 0;
}

.breadcrumbs > * {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
}

.breadcrumbs > ::before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > :first-child::before {
  content: " ";
  margin: 0;
}

.border-left {
  padding: 0 0 0 1.5rem;
  border-left: 3px solid #d3d3d3;
}

/*------- CONTAINERS ------*/
.c-heading_container {
  max-width: 1100px;
  margin: 1rem auto;
  padding: 0 1rem;
}

.c-content_container {
  max-width: 1100px;
  margin: 1rem auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
}
.c-content_container .content {
  max-width: 100%;
  width: 100%;
}
/*--- SIDEBAR ---*/
.c-content_container aside {
  width: 400px;
  margin-left: 2rem;
}
.c-content_container aside h2, .c-content_container aside h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.c-content_container aside li {
  white-space: nowrap;
  line-height: 2;
  border-left: 3px solid #d1d1d1;
  padding-left: 1.5rem;
}
.c-content_container aside li .timestamp {
  display: block;
  padding-bottom: 1rem;
}

.c-content_container aside ul ul li {
  border: 0px;
  margin-left: 15px;
  padding-left: 5px;
  margin-top: -1.5rem;
  padding-bottom: 0px;
  list-style-type: circle;
}

.c-content_container aside .sub-list li {
  border: 0px;
  margin-left: 15px;
  padding-left: 5px;
  margin-top: .3rem;
  padding-bottom: 0px;
  list-style-type: circle;
}
.c-content_container aside .sub-list li {
  
}
.c-content_container aside .sub-list lh {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  color: #3e3e3e;

}


@media (max-width: 700px) {
  .c-content_container {
    flex-direction: column;
  }
  .c-content_container aside {
    width: 100%;
    margin-left: 0px;
  }
}
.blue-subheading, .gray-subheading {
  font-size: 1.15rem;
  color: #333333;
  font-style: italic;
  font-weight: 400;
}

.maroon-subheading {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #500000;
}

/* PDF ICON */
a[href$=".pdf"]:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  padding-left: 0.5rem;
}

aside li a[href$=".pdf"] span:not(.u-color-gray):first-of-type:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  padding-left: 8px;
}

aside a:not(.c-button)[href$=".pdf"]:after {
  content: "";
  padding-left: 0px;
}
a[href$=".docx"]:after, a[href$=".doc"]:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f56d";
    padding-left: 0.5rem;
}
a[href$=".xlsx"]:after, a[href$=".xls"]:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f1c3";
    padding-left: 0.5rem;
}

/*------- HEADER -------*/
header a {
  border-bottom: 0px;
}
header a:hover, header a:focus {
  border-bottom: 0px;
}
header .c-header_container {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
header section {
  flex: 1;
}
header .c-header_right {
  /* flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1rem; */
  padding-right: 1rem;
  text-align: right;
  margin-top: 10px;
}
header .c-header_search {
  margin-top: 10px;
}
header .c-header_search .input-group, header .Search__container .input-group {
  display: flex;
  align-items: stretch;
}
header .c-header_search:after, header .c-header_search:before, header .Search__container:after, header .Search__container:before {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7;
}
header .c-header_search .fa-search, header .Search__container .fa-search {
  color: white;
}
header .c-header_search input, header .Search__container input {
  background-color: #e7e7e7;
  font-size: 1rem;
  padding: 0.25rem 1rem;
  overflow: visible;
  border: 0px;
  border-radius: 0;
}
header .c-header_search input:focus, header .Search__container input:focus {
  border-width: 0;
  outline: 0;
}
header .c-header_search button, header .Search__container button {
  color: white;
  background-color: #500000;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  border: none;
}
header .c-header_search button:hover, header .c-header_search button:focus, header .Search__container button:hover, header .Search__container button:focus {
  outline: 0;
  background-color: #3c0000;
}
header .c-header_nav {
  width: 100%;
  background-color: #500000;
  border-bottom: 1px solid #e4002b;
  margin-top: 1rem;
  font-size: 1.1rem;
}
header .c-header_nav .c-nav_container {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
header .c-header_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
header .c-header_nav ul li {
  list-style: none;
  display: flex;
}
header .c-header_nav ul li a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0px;
  padding: 1.5rem;
  margin: 0px;
}
header .c-header_nav ul li a:hover, header .c-header_nav ul li a:focus {
  text-decoration: none;
  background-color: #3c0000;
  border-bottom: 0px;
}

.navbar {
  margin-bottom: 0px;
  border: 0px;
  border-bottom: 1px solid #e4002b;
}

.navbar-nav a {
  color: #ffffff;
}

.navbar-collapse {
  background: #500000;
  margin-top: 1rem;
}

.navbar-collapse a {
  border-bottom: 0px;
}

.navbar-nav > li > a {
  padding: 1.25rem;
}

.nav.navbar-nav {
  max-width: 1100px;
  margin: 0 auto;
}
.nav li a.background-blue {
  background: #006483;
}
.nav li a.background-blue:hover,.nav li a.background-blue:focus {
  background: #3c0000;
}
@media (max-width: 868px) {
.navbar-nav > li > a {
      padding: 1rem 11px;
      font-size: .9rem;
    }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
}

@media (max-width: 768px) {
  header .c-header_search input, header .Search__container input {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
  header .c-header_search button, header .Search__container button {
    padding: 0.6rem;
  }
  header .c-header_container {
    margin: 0 auto;
    border-bottom: 1px solid #500000;
  }

  .navbar-toggle {
    border: 0;
    position: inherit;
    float: none;
    padding: 0;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
    color: #500000;
    font-weight: bold;
  }

  .navbar-toggle::before {
    font-size: 1.5rem;
    padding-left: 0.75rem;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #500000;
    padding-right: 0.75rem;
  }

  .navbar {
    border-bottom: 1px solid #500000;
  }

  .navbar-collapse.collapse.in {
    margin-top: 5px;
    transition: 0.3s ease;
  }

  .navbar-nav {
    float: none;
    margin: 0 auto;
    max-width: 1100px;
  }

  .navbar {
    border-bottom: 1px solid #500000;
  }
  
}
a.skip-nav {
  background: #500000;
  border-radius: 0 0 3px 3px;
  color: #fff !important;
  height: 30px;
  left: 50%;
  margin-left: -125px;
  position: absolute;
  top: -36px;
  transition: top 0.2s ease;
  width: 250px;
  z-index: 9000;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 30px;
}
a.skip-nav:hover, a.skip-nav:focus {
  top: 0px;
}

/*------- LOGO LOCKUP -------*/
.c-logo-lockup {
  padding: 1rem;
  max-width: 400px;
  padding-left: 0px;
}
.c-logo-lockup a {
  text-decoration: none;
  color: #500000;
}
.c-logo-lockup a:hover, .c-logo-lockup a:focus {
  text-decoration: none;
  color: #3c0000;
}
.c-logo-lockup .c-logo-lockup-logo {
  padding: 0 0.7rem;
  display: flex;
}
.c-logo-lockup .c-logo-lockup-logo img, .c-logo-lockup .c-logo-lockup-logo svg {
  width: 4rem;
  height: 4rem;
  margin-right: auto;
  margin-left: auto;
}
.c-logo-lockup .c-logo-lockup-wordmark {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  height: 4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  color: #500000;
}
.c-logo-lockup .c-logo-lockup-wordmark .c-logo-lockup-wordmark-small {
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 5px;
}
.c-logo-lockup .c-logo-lockup-wordmark .c-logo-lockup-wordmark-large {
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}

.c-logo-lockup_horizontal {
  display: flex;
  align-items: center;
}
.c-logo-lockup_horizontal .c-logo-lockup-wordmark {
  display: flex;
  flex-direction: column;
}
.c-logo-lockup_horizontal .c-logo-lockup-wordmark-small {
  display: block;
  margin: 0;
}
.c-logo-lockup_horizontal .c-logo-lockup-wordmark-large {
  line-height: 1.5rem;
  margin: 0px 0px;
  letter-spacing: 0.25px;
}

@media (max-width: 500px) {
  .c-logo-lockup .c-logo-lockup-logo img, .c-logo-lockup .c-logo-lockup-logo svg {
    width: 3rem;
    height: 3rem;
  }
  .c-logo-lockup .c-logo-lockup-wordmark {
    height: 3rem;
    padding-top: 0px;
  }
  .c-logo-lockup .c-logo-lockup-wordmark .c-logo-lockup-wordmark-small {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  .c-logo-lockup .c-logo-lockup-wordmark .c-logo-lockup-wordmark-large {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .c-logo-lockup .c-logo-lockup-logo {
    padding: 0 0.5rem;
  }

  header .c-header_search input, header .Search__container input {
    max-width: 8rem;
  }
  header .c-header_search input, header .Search__container input, header .c-header_search button, header .Search__container button {
    padding: 0.8rem;
  }

  .far.fa-search.fa-lg {
    font-size: 1rem;
    vertical-align: 0%;
  }
}
/*---- FOOTER ----*/
footer {
  color: #500000;
  padding: 2rem auto;
  background: #eaeaea;
  padding-bottom: 1rem;
}

footer ul {
  display: flex;
  gap: 1rem;
  max-width: 1200px;
  justify-content: center;
}

footer section {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

footer li a {
  color: #500000;
  border-bottom: 1px dotted #500000;
}

footer ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 1rem;
}

.c-footer_logo {
  padding: 1.5rem 0 1rem 0;
}

.c-footer_logo img {
  max-width: 14rem;
  margin-bottom: 1rem;
  margin-bottom: 0px;
}

.c-footer_logo a:hover, .c-footer_logo a:focus, .c-footer_logo a:active {
  border-bottom: 0px;
}

.c-footer_contact {
  margin-bottom: 2rem;
}

.subfooter {
  color: #ffffff;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  background: #000000;
}

.subfooter ul {
  display: flex;
  flex-direction: row;
  padding: 10px;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 2rem;
  width: auto;
  margin: 0 auto;
}

.subfooter li a {
  color: #000000;
  border-bottom: 1px dotted;
}

.subfooter li a:hover, .subfooter li a:focus, .subfooter li a:active {
  border-bottom: 1px solid;
  color: #004362;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .flex-row, footer .flex-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .subfooter ul {
    justify-content: center;
    gap: 1rem;
  }

  footer ul {
    margin: 0.25rem;
    flex-direction: column;
  }

  footer img {
    margin-bottom: 0;
  }
}
.c-button {
  display: block;
  margin: 0;
  padding: 1rem;
  transition: 0.3s ease-in-out;
  border: 3px solid;
  border-bottom: 3px solid;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 300px;
  margin: 0.5rem auto;
}

.c-button_small {
  padding: 0.5rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.c-button_gray {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  border-bottom: 3px #d1d1d1 solid;
  color: #500000;
}

.c-button_gray:hover, .c-button_gray:focus {
  background-color: #7d7d7d;
  border-color: #7d7d7d;
  border-bottom: 3px #7d7d7d solid;
  color: #ffffff;
}

.c-button_maroon-ghost {
  background-color: transparent;
  border-color: #500000;
  border-bottom: 3px #500000 solid;
  color: #500000;
}

.c-button_maroon-ghost:hover, .c-button_maroon-ghost:focus {
  background-color: #500000;
  border-bottom: 3px #500000 solid;
  color: #ffffff;
}

.c-button_maroon-ghost-reverse {
  background-color: #500000;
  border-color: #500000;
  border-bottom: 3px #500000 solid;
  color: #ffffff;
}

.c-button_maroon-ghost-reverse:hover, .c-button_maroon-ghost-reverse:focus {
  background-color: transparent;
  color: #500000;
  border-bottom: 3px #500000 solid;
}

.c-button_blue-ghost {
  background-color: transparent;
  border-color: #006483;
  color: #006483;
  border-bottom: 3px #006483 solid;
}

.c-button_blue-ghost:hover, .c-button_blue-ghost:focus {
  background-color: #006483;
  color: #ffffff;
  border-bottom: 3px #006483 solid;
}

.c-button_blue-ghost-reverse {
  background-color: #006483;
  border-color: #006483;
  color: #ffffff;
  border-bottom: 3px #006483 solid;
}

.c-button_blue-ghost-reverse:hover, .c-button_blue-ghost-reverse:focus {
  background-color: transparent;
  color: #006483;
  border-bottom: 3px #006483 solid;
}

/*------- WORKING GROUP LISTS -------*/
ul.wg__members {
  list-style: none;
  padding-left: 0px;
  column-count: 2;
}
ul.wg__members li {
  font-weight: bold;
  padding-bottom: 1rem;
  padding-right: 1rem;
  break-inside: avoid-column;
}
ul.wg__members li span {
  font-weight: normal;
  display: block;
}

.two-col {
  column-count: 2;
}

.two-col li {
  padding-right: 1rem;
  padding-bottom: 2.5rem;
  break-inside: avoid-column;
}
.two-col li strong {
  font-weight: bold;
  color: #500000;
  font-weight: 600;
  font-size: 1.2rem;
}

.page-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-top: 3rem;
  font-style: italic;
  letter-spacing: 0.5px;
  margin-left: 2.1rem;
}

@media (max-width: 700px) {
  .two-col, ul.wg__members {
    column-count: 1;
  }
}
.card-has-image img {
  width: 100%;
  border-bottom: solid #500000 10px;
  margin-bottom: 0.75rem;
}

.card h2 {
  margin-bottom: 0.5rem;
}

.card .available-times {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
  border-left: solid #d1d1d1 2px;
  padding-left: 1rem;
  line-height: 1.7;
}
.card .available-times lh {
  font-style: italic;
  text-transform: uppercase;
  color: #3B3B3B;
  font-weight: bold;
  font-size: 0.9rem;
}

.card-group {
  padding: 2rem 0;
  max-width: 1300px;
  margin: 0 auto;
}
.card-group a {
  color: #006483;
  border-bottom: 1px dotted;
}
.card-group a:hover, .card-group a:focus {
  color: #004362;
  border-bottom: 1px solid;
}

.card-group-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.card-group-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.card-group-four {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.card p {
  margin-bottom: 0.5rem;
}

@media (min-width: 651px) and (max-width: 1000px) {
  .card-group-four {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .container {
    padding: 2rem;
  }
}
@media only screen and (max-width: 650px) {
  .card-group-two, .card-group-three, .card-group-four {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .container {
    padding: 2rem;
  }
}
.card-border {
  border: solid #d1d1d1 2px;
  padding: 1.5rem;
  border-bottom: none;
}

.card-border-blue {
  box-shadow: 0px 12px 0px #006483;
}

.card-border-maron {
  box-shadow: 0px 12px 0px #500000;
}

.flex-two-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.flex-two-col .flex-card {
  width: 45%;
  display: flex;
  vertical-align: center;
  align-items: center;
}
.flex-two-col .flex-card .col-bold {
  color: #500000;
  font-weight: bold;
  font-size: 1.75rem;
  display: block;
}
.flex-two-col .flex-card .gray-subheading {
  font-size: 1rem;
  color: #3e3e3e;
  font-weight: 400;
  font-style: italic;
  display: block;
}
.flex-two-col .flex-card h2 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}
.flex-two-col .flex-card .wg-content {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 2px solid #d1d1d1;
  width: 100%;
}
.flex-two-col .flex-card .wg-number {
  width: 90px;
}

@media (max-width: 700px) {
  .flex-two-col .flex-card {
    width: 100%;
  }
}
/*------- SEARCH -------*/
.content .input-group {
  display: flex;
  border: 0;
  width: 100%;
  align-items: stretch;
}
.content .input-group > :first-child {
  border-radius: 0;
  border-radius: 0;
}

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.content input:placeholder, .Content textarea:placeholder {
  color: #000;
  background: #e7e7e7;
  border: 0px;
  padding: 1rem;
}

.content [type=search] textarea, .Content [type=text] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: none;
}

.content .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.content .button.search {
  color: #ffffff;
  background-color: #500000;
  font-family: "Font Awesome Pro";
  font-size: 1.2rem;
  cursor: pointer;
  border: 0;
  margin: 0;
  transition: 0.3s ease;
  padding: 1rem;
}
.content .button.search:hover, .content .button.search:active, .content .button.search:focus {
  color: #ffffff;
  background-color: #3c0000;
}

.content .SearchForm__text {
  padding: 1rem;
  border: 0px;
}
.content #searchForm {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.content .Search__container input {
  width: 300px;
}

.content .Search__container input {
  width: 100%;
  background-color: #e7e7e7;
}

/* GOOGLE SEARCH RESULTS */
a.gs-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem !important;
}

a.gs-title b {
  font-size: 1.25rem !important;
  font-weight: normal;
}

.gsc-url-top, .gs-snippet, .gsc-result-info-container, .gsc-orderby, .gs-bidi-start-align {
  font-family: "Open Sans", sans-serif;
}

.gsc-expansionArea {
  margin-bottom: 2rem;
}

.gsc-cursor-page {
  font-family: "Open Sans", sans-serif;
  padding: 0.5rem;
}

.gsc-results .gsc-cursor-box {
  margin: 0;
  margin-bottom: 2rem;
  text-align: center;
}

.gsc-cursor-page .gsc-cursor-current-page {
  color: #006483;
}

.gcsc-more-maybe-branding-root {
  padding-top: 0.5rem;
  border-top: solid gray 1px;
}

.gcsc-more-maybe-branding-root a {
  border-bottom: none;
  font-family: "Open Sans", sans-serif;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #000000;
  background: #c2c2c2;
}

.gs-result .gs-title *, .gsc-cursor-page, .gs-spelling a {
  color: #500000;
}

.gs-spelling a:hover, .gs-spelling a:focus {
  color: #004863;
}

.gs-promotion .gs-visibleUrl, .gs-webResult .gs-visibleUrl {
  color: #004863;
}

.gsc-tabHeader.gsc-tabhActive {
  border-bottom: 2px solid #004863;
  color: #004863;
}

.gcsc-find-more-on-google {
  color: #004863;
}

/*------- MESSAGE CARD -------*/
.message-card {
  max-width: 1100px;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 65% 35%;
  padding: 0;
}
.message-card a {
  border-bottom: 1px dotted;
}
.message-card a:hover, .message-card a:focus {
  border-bottom: 1px solid;
}

.message-card .latest {
  background-color: #f6f6f6;
  border-left: solid #500000 20px;
}

.message-card .icon span {
  background-color: #ffffff;
  color: #500000;
  font-size: 2rem;
  padding: 1.5rem;
  border-radius: 50%;
}

.message-card .icon {
  margin-left: -3.1rem;
  margin-top: 2rem;
  display: inline;
  position: absolute;
}

.message-card .message-card_message {
  padding: 2rem 2rem;
}

.message-card .message-archive {
  background-color: #eaeaea;
  padding: 1rem 2rem;
}

.message-card .timestamp {
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
}

.message-card .message-intro {
  border-left: solid #707070 2px;
  padding-left: 1.5rem;
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.message-card .message-intro p {
  padding-bottom: 1rem;
}

.message-card .latest h2 {
  margin-bottom: 0.5rem;
}

.message-card .message-archive h2 {
  margin-bottom: 1rem;
}

.message-card .message-title a {
  text-decoration: none;
  border-bottom: 1px dotted;
}

.message-card .message-title a:hover, .message-card .message-title a:focus {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #004362;
}

.message-card .message-archive .message-title {
  margin-bottom: 1.5rem;
}

.message-card .CTA {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-decoration: none;
  color: #006483;
}

.message-card .CTA:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding-left: 0.5rem;
}

.message-card .CTA:hover, .message-card .CTA:focus {
  border-bottom: solid #500000 1px;
  color: #00475D;
}

.subhead {
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .message-card {
    display: block;
    padding: 0px;
    margin: 0px;
  }
  .message-card .message {
    padding: 1rem 1rem 1rem 2.5rem;
  }

  .message-card .latest {
    background-color: #f6f6f6;
    border-left: solid #500000 15px;
  }
}
.full-width {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.nav > li > a:focus, .nav > li > a:hover {
  /* background-color: #eee; */
  background-color: #3c0000;
  color: #ffffff;
  border-bottom: 0px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  /* background-color: #eee; */
  /* border-color: #337ab7; */
  background-color: #3c0000;
  border: none;
  color: #ffffff;
}

.c-navigation {
  background: #500000;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #eaeaea;
  border-bottom: 0px;
}

.dropdown-menu > li > a {
  padding: 1rem;
  line-height: 1.5;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.u-font-weight-300 {
  font-weight: 300 !important;
}

.u-font-weight-400 {
  font-weight: 400 !important;
}

.u-font-weight-600 {
  font-weight: 600 !important;
}

.u-font-weight-700 {
  font-weight: 700 !important;
}

.u-font-weight-800 {
  font-weight: 800 !important;
}

/* --  Font Weights, oswald -- */
.u-oswald {
  font-family: "oswald";
  font-weight: 400;
  letter-spacing: 1px !important;
}

.u-oswald-200 {
  font-family: "oswald";
  font-weight: 200;
  letter-spacing: 1px !important;
}

.u-oswald-300 {
  font-family: "oswald";
  font-weight: 300;
  letter-spacing: 1px !important;
}

.u-oswald-400 {
  font-family: "oswald";
  font-weight: 400;
  letter-spacing: 1px !important;
}

.u-oswald-500 {
  font-family: "oswald";
  font-weight: 500;
  letter-spacing: 1px !important;
}

.u-oswald-600 {
  font-family: "oswald";
  font-weight: 600;
  letter-spacing: 1px !important;
}

.u-oswald-700 {
  font-family: "oswald";
  font-weight: 700;
  letter-spacing: 1px !important;
}

/* -- Font Weights, Open Sans -- */
.u-open-sans {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
}

.u-open-sans-300 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300 !important;
}

.u-open-sans-400 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
}

.u-open-sans-600 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
}

.u-open-sans-700 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700 !important;
}

.u-open-sans-800 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800 !important;
}

/* -- Font Sizes, s-xl -- */
.u-font-size-xs {
  font-size: 0.85rem !important;
}

.u-font-size-sm {
  font-size: 1rem !important;
}

.u-font-size-md {
  font-size: 1.25rem !important;
}

.u-font-size-lg {
  font-size: 1.5rem !important;
}

.u-font-size-xl {
  font-size: 2rem !important;
}

/* -- Text Align -- */
.u-text-align-l {
  text-align: left !important;
}

.u-text-align-c {
  text-align: center !important;
}

.u-text-align-r {
  text-align: right !important;
}

.u-text-align-i {
  text-align: inherit !important;
}

/* -- Text Transform -- */
.u-text-transform-u {
  text-transform: uppercase !important;
}

.u-text-transform-l {
  text-transform: uppercase !important;
}

/* -- Letter Spacing -- */
.u-letter-spacing-0 {
  letter-spacing: 0px !important;
}

.u-letter-spacing-1 {
  letter-spacing: 1px !important;
}

.u-letter-spacing-2 {
  letter-spacing: 2px !important;
}

.u-letter-spacing-3 {
  letter-spacing: 3px !important;
}

/* -- Padding -- */
.u-padding-0 {
  padding: 0px !important;
}

.u-padding-xs {
  padding: 0.5rem !important;
}

.u-padding-sm {
  padding: 1rem !important;
}

.u-padding-md {
  padding: 1.5rem !important;
}

.u-padding-lg {
  padding: 2rem !important;
}

.u-padding-xl {
  padding: 2.5rem !important;
}

.u-padding-t-0 {
  padding: 0px !important;
}

.u-padding-t-xs {
  padding: 0.5rem !important;
}

.u-padding-t-sm {
  padding: 1rem !important;
}

.u-padding-t-md {
  padding: 1.5rem !important;
}

.u-padding-t-lg {
  padding: 2rem !important;
}

.u-padding-t-xl {
  padding: 2.5rem !important;
}

.u-padding-r-0 {
  padding: 0px !important;
}

.u-padding-r-xs {
  padding: 0.5rem !important;
}

.u-padding-r-sm {
  padding: 1rem !important;
}

.u-padding-r-md {
  padding: 1.5rem !important;
}

.u-padding-r-lg {
  padding: 2rem !important;
}

.u-padding-r-xl {
  padding: 2.5rem !important;
}

.u-padding-b-0 {
  padding: 0px !important;
}

.u-padding-b-xs {
  padding: 0.5rem !important;
}

.u-padding-b-sm {
  padding: 1rem !important;
}

.u-padding-b-md {
  padding: 1.5rem !important;
}

.u-padding-b-lg {
  padding: 2rem !important;
}

.u-padding-b-xl {
  padding: 2.5rem !important;
}

.u-padding-l-0 {
  padding: 0px !important;
}

.u-padding-l-xs {
  padding: 0.5rem !important;
}

.u-padding-l-sm {
  padding: 1rem !important;
}

.u-padding-l-md {
  padding: 1.5rem !important;
}

.u-padding-l-lg {
  padding: 2rem !important;
}

.u-padding-l-xl {
  padding: 2.5rem !important;
}

/* -- Margins -- */
.u-margin-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-margin-0 {
  margin: 0px !important;
}

.u-margin-xs {
  margin: 0.5rem !important;
}

.u-margin-sm {
  margin: 1rem !important;
}

.u-margin-md {
  margin: 1.5rem !important;
}

.u-margin-lg {
  margin: 2rem !important;
}

.u-margin-xl {
  margin: 2.5rem !important;
}

.u-margin-t-0 {
  margin: 0px !important;
}

.u-margin-t-xs {
  margin: 0.5rem !important;
}

.u-margin-t-sm {
  margin: 1rem !important;
}

.u-margin-t-md {
  margin: 1.5rem !important;
}

.u-margin-t-lg {
  margin: 2rem !important;
}

.u-margin-t-xl {
  margin: 2.5rem !important;
}

.u-margin-r-0 {
  margin: 0px !important;
}

.u-margin-r-xs {
  margin: 0.5rem !important;
}

.u-margin-r-sm {
  margin: 1rem !important;
}

.u-margin-r-md {
  margin: 1.5rem !important;
}

.u-margin-r-lg {
  margin: 2rem !important;
}

.u-margin-r-xl {
  margin: 2.5rem !important;
}

.u-margin-b-0 {
  margin: 0px !important;
}

.u-margin-b-xs {
  margin: 0.5rem !important;
}

.u-margin-b-sm {
  margin: 1rem !important;
}

.u-margin-b-md {
  margin: 1.5rem !important;
}

.u-margin-b-lg {
  margin: 2rem !important;
}

.u-margin-b-xl {
  margin: 2.5rem !important;
}

.u-margin-l-0 {
  margin: 0px !important;
}

.u-margin-l-xs {
  margin: 0.5rem !important;
}

.u-margin-l-sm {
  margin: 1rem !important;
}

.u-margin-l-md {
  margin: 1.5rem !important;
}

.u-margin-l-lg {
  margin: 2rem !important;
}

.u-margin-l-xl {
  margin: 2.5rem !important;
}

/* -- Vertical Alignments -- */
.u-vertical-align-t {
  vertical-align: top !important;
}

.u-vertical-align-m {
  vertical-align: middle !important;
}

.u-vertical-align-b {
  vertical-align: bottom !important;
}

.u-vertical-align-text-t {
  vertical-align: text-top !important;
}

.u-vertical-align-text-b {
  vertical-align: text-bottom !important;
}

/* -- Widths -- */
.u-width-10 {
  width: 10% !important;
}

.u-width-20 {
  width: 20% !important;
}

.u-width-30 {
  width: 30% !important;
}

.u-width-40 {
  width: 40% !important;
}

.u-width-50 {
  width: 50% !important;
}

.u-width-60 {
  width: 60% !important;
}

.u-width-70 {
  width: 70% !important;
}

.u-width-80 {
  width: 80% !important;
}

.u-width-90 {
  width: 90% !important;
}

.u-width-100 {
  width: 100% !important;
}

.show-for-sr {
  display: none;
  visibility: hidden;
}

.u-text-white {
  color: #ffffff !important;
}

.u-bg-maroon {
  background: #500000 !important;
  color: #ffffff !important;
}

.u-bg-gray-100 {
  background: #f6f6f6 !important;
  color: #000000 !important;
}

.u-bg-gray-200 {
  background: #eaeaea !important;
  color: #000000 !important;
}

.u-bg-gray-300 {
  background: #d1d1d1 !important;
  color: #000000 !important;
}

.u-bg-gray-400 {
  background: #a7a7a7 !important;
  color: #000000 !important;
}

.u-bg-gray-500 {
  background: #707070 !important;
  color: #ffffff !important;
}

.u-bg-gray-600 {
  background: #3e3e3e !important;
  color: #ffffff !important;
}
.u-color-gray {
  color: #333333 !important;
}