/* cmsms stylesheet: portage modified: Thursday, September 11, 2025 9:54:00 AM */

blockquote {
  border-left: none;
}

.no-js .top-bar {
  display: none;  }

html, body {
  height: 100%;
}

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

#fullscreen {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #081D27;
}

#header-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  width: 100%;
}

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

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

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

#header {
  background: #F2F5F7;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

#header svg {
  font-weight:bold;
  max-width:300px;
  height:auto;
}

h1 {
  font-family: 'Josefin Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  margin: 0;
  padding-top: 2rem;
  padding: 0;
  text-transform: uppercase;
}

h1 a, h1 a:hover {
  color: #081D27;
}

h2, h3, h4 {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

h2 {
  color: #081D27;
  font-size: 0.8rem;
  margin: 0;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

#sticky-logo a {
  transition: all 0.5s ease;
  font-family: 'Josefin Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  color: #F2F5F7;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
}

.is-stuck #sticky-logo a {
  opacity: 1;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
  padding-top: 0.25rem;
}

.top-bar {
  padding-top: 0;
  padding-bottom: 0;
}

.top-bar, .top-bar ul {
  z-index: 999;
}

.top-bar, .top-bar ul, .drilldown .is-drilldown-submenu, #top-menu .drilldown a {
  background-color: #081D27;
}

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

.dropdown.menu li.opens-left>a:after {
  border-color: transparent #1B456A transparent transparent;
}

#top-menu .is-dropdown-submenu {
  border: 0;
}

#top-menu a, #top-menu button {
  color: #F2F5F7;
}

#top-menu button:hover {
  cursor: pointer;
  color: #3371A4;
}

#top-menu a.menuactive, #top-menu .menuparent.menuactive > a, #top-menu a:hover, #top-menu .is-active > a {
  color: #3371A4;
}

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

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

.divider a:hover {
  color: #1B456A;
}

#social-media {
  margin: 0;
}

.card img {
  width: 100%;
}

.card-divider {
  background: #081D27;
  color: #F2F5F7;
}

.button {
  background: #081D27;
  color: #F2F5F7;
  border-radius: 5px;
}

.button:hover {
  background: #1B456A;
  color: #F2F5F7;
}

.divider .button {
  margin-bottom: 0.2rem;
}

#sidebar .card .button {
  background: #F2F5F7;
  color: #081D27;
}

#sidebar .card .button:hover {
  background: #3371A4;
  color: #F2F5F7;
}

footer {
  background: #081D27;
  color: #F2F5F7;
}

footer .column {
  padding: 0 2rem;
}

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

footer i {
  margin-right: 0.5rem;
}

footer .drilldown a {
  background-color: #081D27;
}

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

#copyright span {
  margin: 0 1rem;
}

#sidebar {
  background: #F2F5F7;
  padding: 1rem 0.5rem;
  font-size: 0.9rem;
}

#sidebar h4, #three-col h4 {
  color: #081D27;
  text-transform: uppercase;
}

#sidebar small {
  color: #3371A4;
}

#columns h4 {
  color: #F2F5F7;
  background: #1B456A;
  padding: 0.5rem;
}

#news-feed {
  margin-top: 1rem;
}

.top-bar #mobile-search input {
  border: 0;
  max-width: none;
  width: calc(100% - 50px);
  display: inline-block;
}

#mobile-search .input-group-button {
  display: inline-block;
  white-space: nowrap;
}

#mobile-search .input-group-button button {
  width: 50px;
  background: #3371A4;
  color: #F2F5F7;
}

#mobile-search .input-group-button button:hover {
  background: #1B456A;
  color: #081D27;
}

.contactform {
  padding: 1rem;
  border: 1px solid #F2F5F7;
  border-radius: 0.5rem;
}

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

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

}

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

  .top-bar {
    padding: 0;
  }

  #sticky-logo a {
    padding-top: 0.5rem;
    line-height: 1.75rem;
  }

}

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