/* cmsms stylesheet: foundation_styles modified: 06/30/20 10:41:27 */
 
 
 

body {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}


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

.v-space {
  height: 2rem;
}

.narrow {
  padding: 0 2rem;
  max-width: 1000px;
}

.pad {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

h2 {
  font-family: museo-sans, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
}

#content h2 {
  margin-bottom: 2rem;
}

h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
}

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

a:hover, a.menuactive, .menu .is-active>a {
  color: #4296C4;
}

.text-large p {
  font-size: 1.25rem;
}

.button {
  background: #D0021B;
  border-radius: 1rem;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.button:hover {
  background: #082241;
  color: white;
}

.corner {
  border-radius: 5px;
}

.upper {
  text-transform: uppercase;
}

.divider {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rule {
  border-bottom-color: #D0021B;
  width: 200px;
  max-width: 50vw;
  margin: 3rem auto 0 auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #082241;
  opacity: 0.4;
}

.clear-overlay {
  position: relative;
}

#header {
  background: #082241;
  color: white;
  font-weight: 400;
}

#logo img {
  max-height: 40px;
  width: auto;
  margin: 0.5rem 0;
  transition: all 0.2s;
}

.is-stuck #logo img {
  max-height: 35px;
}

#hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3rem 0;
}

#hero p:last-child {
  margin-bottom: 0;
}

#hero .button {
  width: 100%;
  margin: 1rem 0 0 0;
}

#hero-left {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
  color: white;
}

#hero-right {
  padding-left: 2rem;
  padding-right: 2rem;
}

#callout {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#callout h1 {
  font-family: museo-sans, sans-serif;
  margin-bottom: 1rem;
}

#callout .button {
  width: 100%;
}

#lower-content h1 {
  margin-bottom: 1rem;
}

.icon-block {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.icon-block img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.narrow-p p:not(.image), .narrow-p h1, .narrow-p h2, .narrow-p h3 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.narrow-p .image {
  text-align: center;
  color: darkgrey;
}

#content hr:not(.rule) {
  border-bottom: 1px solid #4296C4;
  max-width: 85vw;
}

.three-column li {
  margin-bottom: 0.5rem;
}



#dropdown-menu a {
  color: white;
  text-transform: uppercase;
}

#dropdown-menu a:hover, #dropdown-menu .is-active>a, #dropdown-menu .menuactive>a {
  color: #4296C4;
}

#dropdown-menu .button {
  background: #D0021B;
}

#dropdown-menu .button:hover {
  background: #4296C4;
  color: white;
}

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

.is-dropdown-submenu {
  border: 0;
  background: #082241;
}

.drilldown {
  padding-bottom: 1rem;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent #D0021B;
  right: 0;
}

.drilldown .is-drilldown-submenu {
  background-color: black;
}

.drilldown a {
  background-color: transparent;
}



#footer {
  background: #082241;
  color: white;
  padding: 1.5rem 0;
}

#footer h3 {
  margin-top: 2.5rem;
}

#footer a {
  color: white;
}

#footer a:hover {
  color: #4296C4;
}

.slick-slider {
  margin-bottom: 2rem;
}

.slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.slide img {
  height: 250px;
  width: auto;
  max-width: 100%;
}

ul.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #4296C4;
  border-radius: 50%;
  opacity: 0.5;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-arrow {
  border: 1px solid #4296C4;
  border-left: none;
  border-bottom: none;
  height: 20px;
  width: 20px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}

.slick-prev {
  transform: rotate(-135deg);
  left: 0%;
  top: 40%;
}

.slick-next {
  transform: rotate(45deg);
  right: 0%;
  top: 40%;
}
/* cmsms stylesheet: foundation_queries modified: 06/26/20 16:17:46 */


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

  .small-pad {
    max-width: 85vw;
    margin: 0 auto;
  }

}

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

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu.medium-align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #logo img {
    max-height: 50px;
  }

  #hero .button {
    width: auto;
    margin: 3rem 0.5rem 0 0.5rem;
    
  }

  #hero-left, #hero-right {
    padding: 0;
  }

  .button {
    width: 160px;
    min-width: 160px;
  }

  #dropdown-menu .button {
    margin-left: 1rem;
  }

  #callout .button {
    width: auto;
  }

  h2 {
    font-size: 1.6rem;
  }

  .icon-block {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .narrow-p p:not(.image), .narrow-p h1, .narrow-p h2, .narrow-p h3 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  } 

  .narrow-p .image {
    max-width: 700px;
    float: right;
    padding: 1rem 0 0 1rem;
  }

  .three-column {
    columns: 3;
  }

  .three-column li {
    margin-bottom: 1rem;
  }

  #footer h3 {
    margin-top: 0;
  }

  #footer .menu li:first-of-type a {
    margin-left: -1rem;
  }

}

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

/* X-Large and up */
@media screen and (min-width: 75em) {

}
