.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  color: #2571be;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

a {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(37, 113, 190, 0.53);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #2672bf;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #d16311;
  color: #e06c00;
}

li {
  margin-bottom: 17px;
  font-family: Roboto, sans-serif;
  color: #494949;
  font-size: 16px;
}

.main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-sidebar {
  position: relative;
  width: 25%;
  margin-right: 0%;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: #2672bf;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.23);
}

.content-main-column {
  width: 75%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f6f6f5;
}

.main-nav {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  list-style-type: none;
}

.main-nav-l1 {
  padding: 10px 23px 10px 18px;
  border-bottom: 1px solid hsla(0, 0%, 83.3%, 0.33);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-nav-l1.active {
  background-color: #0a4e92;
}

.main-nav-l1.map {
  padding-left: 67px;
  background-color: #61a000;
  background-image: url('../images/us-icon-01.svg');
  background-position: 20px 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.padding {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.row.padding.news {
  margin-top: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.padding.main-content {
  margin-top: 36px;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col._3-up {
  width: 31%;
  margin-bottom: 31px;
  padding-right: 0px;
  padding-left: 0px;
}

.col._2-up {
  width: 47%;
  padding-right: 0px;
  padding-left: 0px;
}

.news-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px 22px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: none;
}

.column-image {
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.column-image:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.paragraph-small {
  font-family: Roboto, sans-serif;
  color: rgba(24, 24, 24, 0.6);
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 400;
}

.link {
  color: #2673c0;
  text-decoration: none;
}

.link:hover {
  color: #f17500;
}

.date {
  font-family: Roboto, sans-serif;
  color: #747474;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-2 {
  text-decoration: none;
}

.logo-container {
  overflow: hidden;
  width: 90%;
  margin: 18px auto 22px;
}

.logo-container._2 {
  margin-top: 15px;
  padding: 5px 4px;
  background-color: #fff;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 31px;
  padding: 73px 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(85deg, #000, hsla(0, 0%, 100%, 0) 77%), url('../images/hero-2.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.hero.v2 {
  padding: 0px;
  background-image: none;
}

.paragraph {
  color: hsla(0, 0%, 100%, 0.76);
}

.hero-heading {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: Varela, sans-serif;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0.4px;
}

.hp-bottom-content {
  padding-right: 46px;
  padding-bottom: 40px;
  padding-left: 46px;
}

.hp-module {
  margin-bottom: 0px;
  padding: 20px 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.hp-module.full-width {
  margin-top: 26px;
  padding-bottom: 20px;
}

.hp-module.no-bg {
  margin-bottom: 16px;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
}

.button {
  display: block;
  width: 225px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  border-radius: 20px;
  background-color: #77b814;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #518600;
  color: #fff;
}

.button.hp-news-btn {
  width: 225px;
  margin-top: 22px;
  margin-bottom: 0px;
  background-color: #2571be;
}

.button.hp-news-btn:hover {
  background-color: #0a4a8a;
}

.button.sidebar {
  width: auto;
  background-color: #003468;
}

.button.filter-button {
  display: inline-block;
  width: auto;
  margin: 0px 12px 0px 0px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #2571be;
}

.button.filter-button:hover {
  background-color: #0a4a8a;
}

.button.search-biblio {
  width: auto;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 80px;
  text-align: center;
}

.button.show {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 11px 14px;
  color: #fff;
  font-weight: 700;
}

.map-img {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
}

.hp-h3 {
  margin-top: 10px;
  font-family: Varela, sans-serif;
  color: #61a000;
  font-weight: 400;
}

.hp-h3.dark {
  color: #363636;
  font-size: 26px;
}

.main-nav-l2 {
  padding-right: 18px;
  padding-left: 18px;
}

.nav-l2-item {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 14px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  text-transform: none;
  cursor: pointer;
}

.nav-l2-item:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.nav-l1-item {
  position: relative;
  display: inline-block;
  float: left;
  clear: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.faq-question-wrap {
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.question-title {
  margin-right: 10px;
  letter-spacing: -0.03em;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f3f3f3;
}

.plus-icon {
  width: 80%;
}

.l2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #485166;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.div-block {
  width: 100%;
  height: 1px;
}

.nav-plus {
  position: static;
  display: block;
  width: 23px;
  height: 23px;
  min-height: 25px;
  min-width: 25px;
  margin-right: -6px;
  float: right;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 9%;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.nav-plus.small {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
}

.nav-l1-link {
  display: block;
  margin-top: 4px;
  clear: none;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.nav-l1-link:hover {
  border-bottom: 3px solid #fff;
  color: #fff;
  text-decoration: none;
}

.nav-plus-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-bar-text {
  margin-bottom: 0px;
  padding-right: 18px;
  padding-bottom: 25px;
  padding-left: 18px;
  border-bottom: 1px solid hsla(0, 0%, 83.3%, 0.33);
  color: #fff;
}

.logo {
  margin-right: 19px;
  margin-left: 19px;
}

.btn-hero {
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #d36409;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.btn-hero:hover {
  border-color: #2571be;
  background-color: #9e4604;
  color: #fff;
}

.btn-hero.secondary {
  border: 2px solid transparent;
  background-color: #fff;
  color: #2571be;
}

.btn-hero.secondary:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.51);
  color: #fff;
}

.btn-hero.secondary.hp {
  margin-left: 11px;
}

.btn-hero._2 {
  background-color: #bb3d08;
}

.btn-hero._2:hover {
  border-color: #752301;
  background-color: #742300;
}

.btn-hero._3 {
  background-color: #7e304e;
}

.hero-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._2-column-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._2-column-module.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

._2-column-img {
  width: 40%;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/covid.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._2-column-img.reverse {
  margin-right: 0px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/courthouse.jpg');
}

._2-column-text {
  width: 60%;
  padding-bottom: 5px;
}

.hp-p-xtra-large {
  color: #535353;
  font-size: 18px;
  line-height: 1.3em;
}

.paragraph-medium {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: rgba(24, 24, 24, 0.6);
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
}

.btn-small {
  margin-top: 6px;
  padding: 4px 11px;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #2571be;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.btn-small:hover {
  background-color: #0a539c;
  color: #fff;
}

.btn-small.secondary {
  border: 2px solid transparent;
  background-color: #fff;
  color: #2571be;
}

.btn-small.secondary:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.51);
  color: #fff;
}

.btn-small.secondary.hp {
  margin-left: 11px;
}

.read-more {
  padding-left: 12px;
  border-bottom-style: none;
  background-image: url('../images/blue-arrow.svg');
  background-position: 0% 40%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.hp-news {
  margin-bottom: 20px;
}

.hp-column-img {
  display: block;
  width: 100%;
  margin: 15px auto 28px;
}

.form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-wrap.pre-header {
  margin-left: 0px;
  padding-right: 25px;
}

.form-field {
  width: 100%;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
  color: #313131;
}

.form-field::-webkit-input-placeholder {
  color: #313131;
}

.form-field:-ms-input-placeholder {
  color: #313131;
}

.form-field::-ms-input-placeholder {
  color: #313131;
}

.form-field::placeholder {
  color: #313131;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(0, 0, 0, 0.04);
}

.form-field.no-bottom-margins.search {
  width: 150px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.form-field.no-bottom-margins.search.border {
  margin-right: 16px;
  padding-top: 21px;
  padding-bottom: 21px;
  border: 1px solid #cacaca;
  border-radius: 60px;
}

.form-field.no-bottom-margins.search.border.preheader {
  padding: 0px 16px;
  border-radius: 0px;
  line-height: 14px;
}

.form-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-with-button.sidebar {
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn {
  padding: 10px 25px;
  border: 2px solid #089abf;
  border-radius: 40px;
  background-color: #089abf;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.btn:hover {
  border-color: #f28010;
  background-color: #f28010;
}

.btn.mini {
  padding: 4px 11px;
  font-size: 14px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.mobile-header {
  display: none;
  padding: 15px 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2670bd;
}

.mobile-logo-container {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.toc-list {
  margin-right: 43px;
  margin-left: 43px;
  padding-left: 0px;
  list-style-type: none;
}

.toc {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20000;
  display: block;
  overflow: visible;
  width: 350px;
  height: 100vh;
  max-height: none;
  max-width: 750px;
  padding: 43px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00649e;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
  background-color: #fff;
}

.image-3 {
  width: 300px;
}

.header-logo {
  margin-right: 16px;
  padding-top: 18px;
  padding-left: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.simple-menu-button {
  top: 0px;
  right: 0px;
  z-index: 15000;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: transparent;
}

.simple-menu-button.w--open {
  position: relative;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  background-color: transparent;
}

.list-item {
  color: #fff;
}

.simple-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.toc-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
}

.toc-link:hover {
  border-bottom: 2px solid #fdb823;
  color: #fdb823;
}

.toc-content {
  width: 350px;
  opacity: 1;
  text-align: left;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
  background-color: #fff;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
  background-color: #fff;
}

.news-article-simple {
  margin-bottom: 0px;
  padding: 12px 0px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #d8d8d8;
}

.news-article-simple.last {
  margin-bottom: 16px;
  border-bottom-style: none;
}

.heading-2 {
  margin-top: 5px;
}

.minus-icon {
  display: none;
  width: 80%;
}

.nav-sidebar-mobile {
  position: relative;
  display: none;
  width: 25%;
  margin-right: 0%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #2672bf;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.23);
}

.hero-text-img {
  width: 100%;
  padding-right: 23px;
  padding-left: 23px;
}

.caption {
  margin-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
  font-size: 14px;
  font-weight: 400;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.light {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(41, 127, 202, 0.8);
  color: #313131;
}

.special-list-item {
  color: #0c7e79;
  list-style-type: disc;
}

.content-image-container-2 {
  display: block;
  overflow: hidden;
  width: 40%;
  margin: 0px auto 43px 48px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-small-divider {
  width: 100%;
  margin-top: 0px;
  opacity: 0.3;
}

.special-list {
  padding-right: 60px;
  padding-left: 60px;
  color: #2a2e72;
  font-size: 22px;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-2.narrow {
  width: 75%;
  padding-bottom: 20px;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-bottom.small {
  margin-bottom: 20px;
}

.styleguide-caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.heading-9 {
  font-size: 58px;
}

.heading-8 {
  font-weight: 700;
}

.interior-h1 {
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.two-column-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion__wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.index {
  padding-bottom: 0px;
}

.main-link {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-style: none;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #fff;
  font-size: 18px;
}

.main-link:hover {
  opacity: 1;
  color: #6898c9;
}

.site-width-container {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion--content {
  display: block;
  padding-top: 12px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.intro-hero-headline {
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0px;
}

.table-of-contents-title {
  width: 100%;
}

._2col--item__wrapper {
  width: 50%;
  padding-right: 24px;
  padding-left: 24px;
}

.body-2 {
  background-color: #444;
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.results--pager__item-2 {
  margin-right: 6px;
  padding: 7px 10px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #2571be;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #2571be;
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.results--pager__item-2:hover {
  border-bottom-color: #2571be;
  background-color: rgba(37, 113, 190, 0.1);
  box-shadow: none;
  color: #2571be;
}

.results--pager__item-2.current {
  border-color: #2571be;
  background-color: #2571be;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #4b4b4b;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.action-alert-wrap {
  margin-right: 46px;
  margin-left: 46px;
  padding: 0px 0px 25px;
  border-bottom: 2px solid #2571be;
  box-shadow: none;
}

.action-alert-heading {
  margin-top: 0px;
  color: #d2630e;
}

.action-alert-heading._2 {
  color: #d16311;
}

.action-alert-heading._3 {
  color: #7e304e;
}

.social-media-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media-item {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  line-height: 1em;
}

.footer-contact-link {
  margin-top: 5px;
  border-bottom-style: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.copyright-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
}

.divider {
  width: 30%;
  height: 6px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #2571be;
}

.breadcrumbs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.breadcrumb-single {
  margin-right: 4px;
  margin-left: 4px;
}

.heading-10 {
  font-style: normal;
}

.highlight {
  max-width: 300px;
  margin: 16px 0px 16px 40px;
  padding-top: 5px;
  padding-right: 9px;
  padding-bottom: 5px;
  float: right;
  border-left-color: #61a000;
  font-family: Varela, sans-serif;
  font-size: 28px;
  line-height: 1.3em;
}

.link-3 {
  border-bottom-style: none;
}

.news-link {
  border-bottom-style: none;
}

.biblio-result-single {
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid #bebebe;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
}

.biblio-result-single.last {
  border-bottom-style: none;
}

.biblio-heading {
  margin-top: 30px;
  color: #61a000;
}

.biblio-heading.intro {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #252525;
}

.biblio-heading.map-intro {
  display: inline-block;
  margin-top: 0px;
  margin-right: 19px;
  margin-bottom: 0px;
  color: #333;
}

.filter-overlay-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.63);
}

.filter-overlay-window {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  overflow: hidden;
  width: 80%;
  height: 80%;
  margin-top: 63px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 33px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.28);
}

.filter-overlay-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding: 15px 20px 0px;
  border-bottom: 1px none #636363;
  background-color: #fff;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.filter-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px none #636363;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.filter-section-heading.single {
  padding-bottom: 0px;
}

.filter-overlay-subject-section {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.filter-overlay-subject-section.no-sub-areas {
  padding-top: 19px;
  padding-bottom: 19px;
}

.filters-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.individual-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.individual-filter.see-all {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 33px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4b4;
  border-radius: 3px;
}

.filters-holder {
  overflow: auto;
  height: 100%;
  padding-top: 116px;
  padding-right: 34px;
  padding-left: 34px;
}

.filters-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.filters-wrap.disclaimer {
  display: block;
}

.filters-wrap.jurisdiction {
  display: none;
}

.filters-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.results {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px none #c9c9c9;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.round-btn {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.round-btn:hover {
  background-color: #2a2e72;
}

.round-btn.search {
  padding-top: 6px;
  padding-bottom: 6px;
}

.round-btn.search:hover {
  background-color: #2a2e72;
}

.form {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-with-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-field-2 {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(236, 236, 236, 0.6);
  background-image: none;
  color: #313131;
}

.form-field-2::-webkit-input-placeholder {
  color: #313131;
}

.form-field-2:-ms-input-placeholder {
  color: #313131;
}

.form-field-2::-ms-input-placeholder {
  color: #313131;
}

.form-field-2::placeholder {
  color: #313131;
}

.form-field-2.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(0, 0, 0, 0.04);
}

.form-field-2.no-bottom-margins.search {
  min-width: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 1px;
  background-color: #fff;
}

.filter-overlay-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #636363;
  border-bottom: 1px none #636363;
  background-color: #fff;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.close-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 25px;
  height: 25px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url('../images/close-01.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.biblio-tag {
  display: inline-block;
  padding: 6px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  background-color: #fff;
  color: #636363;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.biblio-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  float: left;
}

.filter-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 0px;
  border-bottom: 4px solid #61a000;
  text-align: left;
}

.filter-tab {
  display: inline-block;
  margin-bottom: -4px;
  padding: 12px 15px 10px;
  border-bottom: 4px solid #61a000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #61a000;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.filter-tab.inactive {
  margin-left: 18px;
  border-bottom-style: solid;
  border-bottom-color: #61a000;
  background-color: #dfdfdf;
  box-shadow: inset -2px -8px 6px -6px rgba(0, 0, 0, 0.2);
  color: #686868;
}

.full-width {
  width: 100%;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 0px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #adadad;
  border-radius: 0px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question {
  display: block;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #61a000;
}

.question:hover {
  color: #2571be;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #158873;
  border-radius: 50%;
  color: #158873;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #115781;
  font-size: 24px;
  text-align: left;
}

.question-arrow-icon {
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 24px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #adbd38;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 0px;
}

.answer-text {
  margin-top: 8px;
  color: #383838;
  font-size: 18px;
}

.tab-label {
  margin-right: 15px;
  padding-top: 11px;
  font-size: 18px;
}

.h3 {
  color: #61a000;
}

.state-issue-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-color {
  width: 25px;
  height: 25px;
  margin-right: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #868686;
  border-radius: 20px;
  background-color: #dfccff;
}

.key-color._1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d6ef94;
}

.key-color._1.words {
  width: auto;
  padding-top: 2px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #383838;
  font-size: 13px;
  font-weight: 700;
}

.key-color._2 {
  background-color: #ffcfcf;
}

.key-color._4 {
  background-color: #d9ad73;
}

.key-color._5 {
  background-color: #e5f1ff;
}

.key-color._6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff9966;
}

.key-color._7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e9f3ff;
}

.key-color._8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f25524;
}

.state-area-key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding: 15px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  background-color: #eee;
}

.key-color-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.key-heading {
  width: 100%;
  margin-bottom: 14px;
}

.key-read-more {
  display: inline-block;
  margin-right: 21px;
  border-bottom-style: none;
  font-size: 16px;
  font-weight: 700;
}

.key-learn-more-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid #b1b1b1;
}

.state-page-result-single {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 31px;
  padding: 25px;
  border-bottom: 1px none #bebebe;
  background-color: #fff;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.44);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
}

.state-page-result-single.last {
  border-bottom-style: none;
}

.state-item-heading {
  margin-top: 11px;
  margin-bottom: 15px;
  color: #525252;
  font-size: 20px;
  font-weight: 700;
}

.state-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11px;
  padding: 6px 8px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  background-color: #fff;
  color: #202020;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  text-transform: none;
}

.bold-text {
  color: #696969;
}

.state-subject-read-more {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-top: 13px;
  margin-right: 18px;
  margin-bottom: 13px;
  float: right;
  border-bottom-style: none;
  font-size: 16px;
  font-weight: 700;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.key-development {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -13px;
  margin-right: -13px;
  margin-bottom: 10px;
  padding: 7px 11px 7px 13px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #61a000;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.question-mark-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  padding: 11px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.84);
  border-radius: 20px;
  background-color: #2571be;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.state-page-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  overflow: hidden;
  width: 80%;
  margin-top: 63px;
  margin-right: auto;
  margin-left: auto;
  padding: 58px 17px 33px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.28);
}

.key-explanations {
  padding-right: 27px;
  padding-left: 27px;
}

.key-explanation-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 15px;
  padding-bottom: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #c9c9c9;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.key-explanation-single.last {
  border-bottom-style: none;
}

.key-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.nccrc-involve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-bottom: 9px;
}

.status-map-wrap {
  width: 100%;
  margin-bottom: 50px;
}

.map-dropdown {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-radius: 11px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.map-dropdown-contain {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #888;
}

.radio-button-field {
  margin-right: 19px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.radio-button-label {
  font-weight: 700;
}

.map-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 26px 26px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  background-color: #fff;
}

.form-block-2 {
  margin-bottom: 0px;
}

.image-4 {
  width: 100%;
}

.map-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.map-key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 19px;
  padding-top: 0px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top: 1px none silver;
  border-left: 1px solid #cfcfcf;
}

.key-color-map-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.disclaimer {
  font-size: 18px;
}

.disclaimer-window {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 80%;
  height: 80%;
  margin-top: 63px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 73px 73px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.28);
}

.disclaimer-text {
  font-family: Varela, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
  text-align: center;
}

.map-page-link {
  margin-right: 0px;
  font-size: 15px;
  font-weight: 700;
}

.map-page-federal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-family: Varela, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.or {
  margin: 17px 16px 17px 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.instructions-next {
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
  text-align: center;
}

.disclaimer-heading {
  color: #bb3d08;
}

.instructions {
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #61a000;
}

.instructions:hover {
  color: #2571be;
}

.map-page-instructions-link {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}

.key-color-words {
  width: auto;
  height: 25px;
  margin-right: 9px;
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #868686;
  border-radius: 20px;
  background-color: #dfccff;
  font-family: Roboto, sans-serif;
  color: #363636;
  font-size: 13px;
  font-weight: 700;
}

.key-color-words._1 {
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d6ef94;
}

.key-color-words._1.words {
  width: auto;
  padding-top: 2px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #383838;
  font-size: 13px;
  font-weight: 700;
}

.key-color-words._2 {
  background-color: #ffcfcf;
}

.key-color-words._4 {
  background-color: #d9ad73;
}

.key-color-words._5 {
  background-color: #e5f1ff;
}

.key-color-words._6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5bca5;
}

.key-color-words._7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e9f3ff;
}

.key-color-words._8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f25524;
}


.text-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.field-label {
  margin-bottom: 10px;
}

.state-list {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
}

.nccrc-logo-mark {
  width: 30px;
  margin-right: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .nav-sidebar {
    display: none;
  }

  .content-main-column {
    width: 100%;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.padding {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row.padding.news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.padding.main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col._3-up {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col._2-up {
    width: 100%;
  }

  .news-article {
    margin-bottom: 0px;
  }

  .hero {
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-heading {
    width: 60%;
    font-size: 24px;
  }

  .hp-module {
    margin-bottom: 40px;
  }

  .hp-module.no-bg {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .button.hp-news-btn {
    margin-top: 0px;
  }

  .button.filter-button {
    margin-top: 0px;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._2-column-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-column-module.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-column-img {
    width: 100%;
    margin-right: 0px;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  ._2-column-img.reverse {
    margin-left: 0px;
  }

  ._2-column-text {
    width: 100%;
    margin-top: 17px;
  }

  .search-wrap.pre-header {
    padding-right: 0px;
  }

  .form-field.no-bottom-margins.search.border.preheader {
    min-width: 300px;
  }

  .heading {
    font-size: 28px;
  }

  .mobile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .news-article-simple {
    margin-bottom: 40px;
  }

  .nav-sidebar-mobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 300px;
    height: 100%;
    margin-right: -300px;
    padding-top: 92px;
  }

  .body {
    display: block;
    height: 100%;
  }

  .page {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .section {
    padding-bottom: 50px;
  }

  .site-width-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-hero-headline {
    width: 100%;
    font-size: 65px;
    letter-spacing: -2px;
  }

  .pager {
    padding-bottom: 1rem;
    text-align: center;
  }

  .results--pager__item-2 {
    margin-left: 0.15rem;
    font-size: 0.9rem;
  }

  .filters-holder {
    padding-top: 135px;
  }

  .filter-tabs {
    margin-top: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .tab-label {
    width: 100%;
    margin-bottom: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .radio-button {
    margin-top: 0px;
    margin-right: 7px;
    border-style: solid;
    border-width: 2px;
    border-color: #666;
  }

  .radio-button-field {
    margin-right: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .radio-button-label {
    margin-bottom: 0px;
  }

  .radio-button {
    position: relative;
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 20px;
  }

  .map-filters {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero.v2 {
    min-height: 0px;
  }

  .form-block {
    width: 100%;
  }

  .form-field.no-bottom-margins.search.border.preheader {
    min-width: 250px;
  }

  .form-with-button {
    width: 100%;
  }

  .content-image-container-2 {
    width: 100%;
  }

  .wrapper-2 {
    padding-top: 30px;
  }

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 82px;
  }

  .results--pager__item-2 {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }

  .highlight {
    max-width: 250px;
    font-size: 24px;
  }

  .filters-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    margin-right: 0px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text {
    margin-top: 8px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 1.4em;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 100%;
  }

  .hero {
    background-position: 0px 0px, 50% 50%;
  }

  .hero-heading {
    width: 100%;
  }

  .hp-bottom-content {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn-hero {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .hero-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.no-bottom-margins.search.border {
    margin-right: 0px;
    margin-bottom: 14px;
  }

  .form-field.no-bottom-margins.search.border.preheader {
    min-width: 100%;
  }

  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-logo-container {
    width: 150px;
  }

  .toc {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
  }

  .header-logo {
    width: 250px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .simple-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-article-simple {
    margin-bottom: 12px;
  }

  .wrapper-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .interior-h1 {
    font-size: 28px;
    line-height: 1.3em;
  }

  .section {
    padding-top: 0px;
  }

  .site-width-container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .intro-hero-headline {
    font-size: 26px;
    line-height: 1.1em;
    letter-spacing: 0px;
  }

  ._2col--item__wrapper {
    width: 100%;
  }

  .pager {
    padding-top: 0rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .action-alert-wrap {
    margin-right: 20px;
    margin-left: 20px;
  }

  .social-media-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .copyright-footer {
    margin-bottom: 24px;
  }

  .highlight {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }

  .filter-overlay-window {
    width: 95%;
  }

  .round-btn.search {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }

  .form {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .form-with-button-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-with-button-2.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-with-button-2.horizontal.search {
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-field-2.no-bottom-margins {
    min-width: auto;
  }

  .form-field-2.no-bottom-margins.search {
    width: 100%;
    min-width: 0px;
    margin-bottom: 14px;
  }

  .filter-tabs {
    text-align: center;
  }

  .filter-tab {
    padding: 7px 10px;
    font-size: 14px;
  }

  .filter-tab.inactive {
    margin-left: 12px;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0px;
  }

  .state-page-overlay {
    width: 95%;
  }

  .disclaimer-window {
    width: 95%;
  }
}

