/* cmsms stylesheet: bandb modified: Thursday, July 4, 2024 9:53:13 PM */

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

p { text-align: justify; font-weight: 300; font-size: 1.1rem; }

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

a {
  color: #333333;
  transition: all 0.2s ease;
  font-weight: bold;
}

a:hover, a.menuactive {
  color: #b01b3b;
  font-weight: bold;
}



h1 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

h1 a, h1 a:hover {
  color: #333333;
}

h2 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.9rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #b01b3b;
}

h3 { font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 600;
}

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

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  background-color: #333333;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar a {
  color: #e1dfdf;
  transition: all 0.2s ease;
  font-size: 100%;
}

.top-bar a.menuactive, .top-bar a.menuvisited {
  color: #e1dfdf;
}

.top-bar a:hover {
  color: #e1dfdf;
  background-color: #b01b3b;
}

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


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

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #b01b3b transparent transparent;
}


.columncontent {padding: 20px; text-align: center; border: 0px solid #cccccc;}

.columncontenthome {padding: 5px; text-align: center; border: 0px;}

#content-columns {margin-bottom: 1rem; }

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

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

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

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

.divider2 a {
  color: #333333;
  margin: 0 0.5rem;
}

.divider2 a:hover {
  color: #b01b3b;
}

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

.divider3 a:hover {
  color: #b01b3b;
  margin: 0 0.5rem;
}

.divider3 a:active, .divider3 a:link, .divider3 a:visited {
  color: #ffcc33;
  margin: 0 0.5rem;
}



.card-divider {
  background: #333333;
  color: #e1dfdf;
}

.button {
  background: #333333;
  color: #e1dfdf;
  border-radius: 5px;
}

.button:hover {
  background: #b01b3b;
  color: #e1dfdf;
}

.divider .button {
  background: #b01b3b;
  color: #e1dfdf;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.divider .button:hover {
  background: #b01b3b;
  color: #333333;
}

.divider2 .button {
  background: #b01b3b;
  color: #e1dfdf;
  margin-bottom: 0.2rem;
}

.divider2 .button:hover {
  background: #333333;
  color: #e1dfdf;
}

footer {
  background: #333333;
  color: #e1dfdf;
}

footer .column {
  padding: 0 2rem;
}

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

footer i {
  margin-right: 0.5rem;
}

footer a, footer a:visited {
  color: #ffcc33;
  transition: all 0.2s ease;
}

footer a:hover {
  color: #e1dfdf
  font-weight: 600;
}


#copyright {
  border-top: 0.5px solid #e1dfdf;
}

#copyright span {
  margin: 0 1rem;
}

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

form {
  padding: 1rem;
}

// Show content for bigger viewpoints
@media screen and (min-width:701px), screen and (min-height:800px) {
.wrapper.content {display:block;}
.wrapper.notice {display:none;}
}

// Show notice for smaller viewpoints
@media screen and (max-width:700px), screen and (max-height:800px) {
.wrapper.content {display:none;}
.wrapper.notice {display:block;}
}

/* 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) {}
