/* cmsms stylesheet: amigos modified: 12/31/20 12:59:48 */

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


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

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

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

h1 {
  font-size: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #537473;
}

h2 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
  color: #537473;
}

h3 {
  font-size: 1.1rem;
  color: #537473;
}

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

.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: #537473;
  z-index: 999;
}

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

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

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

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

.card-divider {
  background: #c19b89;
  color: '#000000';
}

.inurl {
  background: #ffffff;
  color: #537473;
  font-weight: bold;
}

.inurl:hover {
  background: #537473;
  color: #ffffff;
  font-weight: bold;
}

.exurl {
  background: #ffffff;
  color: #537473;
  text-decoration: underline;
}

.exurl:hover {
  background: #537473;
  color: #ffffff;
  text-decoration: underline;
}

.button {
  background: #ffffff;
  color: #537473;
  border-radius: 5px;
}

.button:hover {
  background: #537473;
  color: #ffffff;
}

.divider .button {
  background: #537473;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #eac6af;
  color: #537473;
}

footer {
  background: #537473;
  color: #ffffff;
}

footer .column {
  padding: 0 2rem;
}

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

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


footer i {
  margin-right: 0.5rem;
}

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

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: left;
  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) {}
