﻿/**************************
Variables
**************************/
/* fixes line 89 in site.less */
textarea {
  min-height: 268px;
  width: 100%;
  /* jen added to fix comment on email us page */
}
.module-n ul ul {
  margin: 10px 0;
  padding: 0;
  list-style: disc !important;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.module-n .extra-ul {
  margin: 0;
  padding-top: 0;
  list-style: disc;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.module-h .copy-wrap h3 {
  margin: 0;
  padding-top: 10px;
  line-height: 1.3;
  color: #003EA1;
  text-transform: uppercase;
  border-bottom: 1px solid #4d4d4d;
}
.module-g .copy-wrap h3 {
  padding: 15px;
  margin: 0 10px;
  padding-top: 15px;
  line-height: 1.3;
  color: #003EA1;
  text-transform: uppercase;
  border-bottom: 1px solid #4d4d4d;
}
.navigation-container ul.navigation .sub-nav li a,
.navigation-container ul.navigation ul.sub-nav.two-column li a,
.navigation-container ul.navigation ul.sub-nav.three-column li a,
.navigation-container ul.navigation ul.sub-nav.four-column li a {
  padding: 17px 20px;
  height: auto;
  width: 100%;
  font-size: 18px;
  text-transform: none;
}
.copy-wrap li strong {
  font-family: 'Open Sans', sans-serif;
}
.copy-wrap ol li::before {
  font-size: 18px;
  font-family: raleway, sans-serif;
  margin-top: 15px;
}
.copy-wrap ol li ul li {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 8px;
  color: #333333;
}
.module-h .above-copy-image {
  background-position: center center;
  background-size: contain;
  padding-top: 335px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  .module-a {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 400px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .module-a {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 200px;
    max-height: 73vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 990px) {
  .main-header a.logo img {
    width: auto;
    max-width: 92%;
    padding-top: 0;
    max-height: 100px;
  }
}
@media screen and (max-width: 990px) {
  .module-h .above-copy-image {
    background-size: contain;
    background-position: center center;
    padding-top: 335px;
    background-repeat: no-repeat;
  }
}
ul.address li {
  list-style: disc;
}
ul.address li ul {
  padding: 0;
}
ul.address li ul li {
  list-style: none ;
  margin: 0 0 0.25em;
  line-height: 12px !important;
}
ul.address a {
  font-family: 'raleway', sans-serif !important;
}
.copy-wrap h4 {
  color: #003EA1;
  margin: 1em 0 0.25em;
  font-size: 16px;
  font-family: 'raleway', sans-serif;
}
.copy-wrap dl {
  list-style: none;
  padding: 0;
  color: #333333;
}
.copy-wrap dl strong {
  font-family: 'raleway', sans-serif;
  font-weight: bold;
}
.copy-wrap dl dt {
  color: #003EA1;
  margin: 1em 0 0.25em;
  font-size: 17px;
  font-family: 'raleway', sans-serif;
}
.copy-wrap dl dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.module-contentdetail .copy-wrap li {
  font-size: 15px;
}