/* cmsms stylesheet: bandb modified: Wednesday, May 26, 2021 12:35:24 PM */

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #9E1A41;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

.hidden { display: none; }

a {
  color: #a1e3fd;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #fff;
}

h1 {
  font-family: 'Raleway';
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;
  margin: 1rem 0;
}

h1 a, h1 a:hover {
  color: #9E1A41;
}

h2, h3, h4, h5 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  margin: 1rem 0;
}
h2 { font-size: 1.6rem }
h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
h4 { font-size: 1.2rem }
h5 { font-size: 1.0rem; color: #000;}

p, ul, ol, li { color: black; }

#logo a {}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Raleway';
  font-size: 0rem;
  line-height: 1rem;
  color: #ededed;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #9E1A41;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #a1e3fd transparent transparent;
}

.divider {
  background: #ededed;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #9E1A41;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #000;
}

.card-divider {
  background: #9E1A41;
  color: #ededed;
}

.card-divider h4 { margin: 0 }

.button {
  background: #ededed;
  color: #9E1A41;
  border-radius: 5px;
}

.button:hover {
  background: #9E1A41;
  color: #ededed;
}

.divider .button {
  background: #9E1A41;
  color: #ededed;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #a1e3fd;
  color: #9E1A41;
}

#content-columns a,
article a {
   color: #000;
   text-decoration: underline #9E1A41 dotted;
}
#content-columns a:hover,
article a:hover {
   color: #9E1A41;
}

footer {
  background: #9E1A41;
  color: #ededed;
}

footer p, 
footer ul, 
footer ol, 
footer li { color: #fff }

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #ededed;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #ededed;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #ededed;
  padding: 1rem;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

/* ====== Small only ====== */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

}

/* ===== Medium and up ===== */
@media screen and (min-width: 40em) {}

/* ===== Medium only ===== */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* ===== Large and up ===== */
@media screen and (min-width: 64em) {}

/* ===== Large only ===== */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
