.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  height: 100%;
  background-color: #eee;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
}

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

h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

a {
  display: inline;
  padding-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  /*color: #09f;*/
  color: #ef3744;
  text-decoration: none;
}

li {
  margin-bottom: 12px;
}

blockquote {
  margin: 31px 62px;
  padding: 5px 20px;
  border-left: 5px solid #a50034;
  color: #a50034;
  font-size: 18px;
  line-height: 22px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.search-input {
  width: 200px;
  margin-right: 11px;
  margin-bottom: 0px;
}

.button-3.search {
  padding: 10px 15px;
  background-color: #a40034;
  font-family: Lato, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}

.button-3 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #0388c0;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-nav-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: right;
}

.header-nav-link:hover {
  /*color: #a50034;*/
  color: #ef3744;
}

.header-nav-link.style-a {
  padding-right: 20px;
  color: #fff;
}

.header-nav-link.style-a:hover {
  color: hsla(0, 0%, 100%, 0.49);
}

.header-nav-link.style-c {
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 13px;
  float: right;
  border: 2px solid #09f;
  border-radius: 2px;
  font-family: Slinkey, sans-serif;
  color: #09f;
  line-height: 16px;
  font-weight: 100;
}

.header-nav-link.style-c:hover {
  border-color: #09f;
  background-color: #09f;
  color: #fff;
}

.header-nav-link.style-c.cart {
  padding-right: 42px;
  padding-left: 10px;
}

.header-nav-link.style-d {
  position: static;
  display: inline-block;
  margin-left: 0px;
  padding: 13px 10px 13px 8px;
}

.header-nav-link.style-d.donate {
  color: #ef3744;
  font-weight: 900;
}

.header-nav-link.style-e {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-nav-menu.style-a {
  background-color: #333;
}

.header-nav-menu.style-b {
  width: auto;
}

.header-nav-menu.style-c {
  float: left;
}

.header-nav-menu.style-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  float: none;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #ddd;
}

.header-nav-menu.style-e {
  float: none;
}

.header-navbar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.header-navbar.style-a {
  background-color: #09f;
}

.header-navbar.style-b {
  padding-top: 60px;
  padding-bottom: 60px;
}

.header-navbar.style-c {
  padding-top: 0px;
}

.header-navbar.style-d {
  width: 100%;
  padding-bottom: 7px;
}

.header-navbar.style-e {
  padding-top: 0px;
  padding-bottom: 7px;
  text-align: center;
}

.header-logo {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 11px 36px 10px;
  border-bottom-style: none;
  border-radius: 2px;
  background-color: #969696;
  color: #fff;
  font-weight: 900;
}

.header-logo:hover {
  color: #fff;
}

.header-logo.style-a {
  background-color: rgba(0, 0, 0, 0.2);
}

.header-logo.style-b {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  border-radius: 0px;
  text-align: center;
}

.header-logo.style-c {
  width: 19%;
  text-align: center;
}

.header-menu-button {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  border: 2px solid #09f;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #09f;
  font-size: 22px;
  line-height: 22;
}

.header-menu-button:hover {
  border-color: #09f;
  background-color: #09f;
  color: #fff;
}

.header-menu-button.w--open {
  border-color: #09f;
  background-color: #09f;
  color: #fff;
}

.header-menu-button.style-a {
  border-color: #fff;
  color: #fff;
}

.header-menu-button.style-a:hover {
  background-color: #fff;
  color: #09f;
}

.header-menu-button.style-a.w--open {
  background-color: #fff;
  color: #09f;
}

.header-menu-button.style-c {
  width: 5.2%;
  text-align: center;
}

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

.mb-40.related-stories {
  padding-top: 40px;
}

.mb-40.hp {
  margin-bottom: 0px;
}

.header-nav-link-text {
  margin-left: 10px;
  float: left;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.header-nav-link-text.background {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  padding-top: 15px;
  padding-right: 9px;
  padding-left: 7px;
  float: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #0080db;
  color: #fff;
}

.header-nav-link-icon {
  float: left;
}

.header-navbar-top {
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 8px;
  background-color: #333;
  text-align: right;
}

.header-navbar-top.style-a {
  margin-bottom: 0px;
  text-align: center;
}

.white-link {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.white-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.white-link.small {
  margin-left: 10px;
  border-bottom-width: 1px;
  font-size: 13px;
  line-height: 20px;
}

.small-text {
  border-bottom-width: 1px;
  font-size: 14px;
  line-height: 21px;
}

.container.style-a {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-toggle {
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  border-bottom-style: none;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-icon {
  margin-right: 0px;
}

.form-wrapper {
  margin-bottom: 0px;
}

.header-search {
  display: inline-block;
  height: 45px;
  margin-top: 3px;
  margin-bottom: 0px;
  border: 2px solid #09f;
  border-radius: 2px;
}

.header-search:hover {
  border-color: #09f;
}

.header-search:active {
  border-color: #09f;
}

.header-search:focus {
  border-color: #09f;
}

.form-field-holder {
  position: relative;
  width: 74%;
  margin-left: 1%;
  float: left;
}

.search-submit-button {
  position: absolute;
  top: 7px;
  right: 4px;
  height: 37px;
  padding-top: 0px;
  padding-bottom: 2px;
  background-color: #09f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Slinkey, sans-serif;
}

.feature-holder {
  margin-bottom: 29px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-holder.center {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e7e7e7;
  text-align: center;
}

.feature-holder.slider {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.feature-holder.video {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.feature-holder.no-padding-top {
  padding-top: 0px;
}

.feature-holder.footer {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #254985;
}

.feature-holder.footer.color2 {
  background-color: #254985;
}

.feature-holder.footer.color3 {
  background-color: #24a6b4;
}

.feature-holder.issue-faq-container {
  margin-bottom: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-holder.hp {
  padding-top: 50px;
}

.feature-holder.hp-center {
  position: relative;
  width: 65%;
  margin: -96px auto 0px;
  padding-top: 0px;
  padding-bottom: 21px;
  border-top: 8px solid #a50034;
  background-color: #fff;
  box-shadow: 0 1px 13px -3px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.feature-holder.home-content {
  background-color: hsla(0, 0%, 100%, 0);
}

.feature-holder.interior-item-related-white {
  position: relative;
  margin: 0px auto;
  padding: 28px 28px 20px;
  border-top: 8px none #a50034;
  background-color: #fff;
  box-shadow: 0 1px 13px -3px rgba(0, 0, 0, 0.18);
  text-align: left;
}

.max-width {
  margin-bottom: 15px;
  padding-right: 10%;
  padding-left: 11%;
}

.icon {
  font-family: Slinkey, sans-serif;
  color: #09f;
  font-size: 32px;
  line-height: 32px;
}

.icon.white {
  color: #fff;
}

.icon.large {
  font-size: 50px;
  line-height: 50px;
}

.icon.extra-large {
  font-size: 90px;
  line-height: 90px;
}

.feature-snippet.right {
  text-align: right;
}

.feature-snippet.left {
  text-align: left;
}

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

.image-placeholder {
  width: auto;
}

.image-placeholder.small {
  width: 50px;
}

.col-no-padding {
  padding: 50px;
}

.white-background {
  padding-top: 18px;
  padding-bottom: 31px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  text-align: left;
}

.white-background.padding {
  padding: 20px;
}

.white-background.large-padding {
  padding: 50px;
}

.blue-background {
  background-color: #09f;
  color: #fff;
}

.blue-background.padding {
  padding: 20px;
}

.blue-background.large-padding {
  padding: 50px;
}

.center {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  text-align: center;
}

.button:hover {
  border-color: #575757;
  color: grey;
}

.button.white {
  border-color: hsla(0, 0%, 100%, 0.29);
  color: #fff;
}

.button.white:hover {
  border-color: #fff;
}

.button.blue {
  border-style: none;
  border-color: #09f;
  background-color: #666;
  color: #fff;
  font-weight: 700;
}

.button.blue:hover {
  background-color: rgba(0, 153, 255, 0.8);
}

.button.latest-hp {
  display: block;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #505050;
  color: #fff;
}

.button.email-signup {
  margin-left: 18px;
  background-color: #254985;
  color: #fff;
  text-align: center;
}

.button.spanish-button {
  float: right;
}

.button.action-alert {
  padding-top: 1px;
  padding-bottom: 1px;
}

.form {
  margin-bottom: 17px;
}

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

.nb {
  margin-bottom: 0px;
}

.image-border-holder {
  display: block;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  border: 3px solid rgba(0, 0, 0, 0.09);
  text-align: center;
}

.image-border-holder.stretch {
  max-width: 100%;
  min-height: 350px;
}

.align-right {
  text-align: right;
}

.align-right.social {
  margin-bottom: 20px;
}

.align-left {
  text-align: left;
}

.slider {
  height: auto;
  background-color: #fff;
}

.slider.style-b {
  background-color: #444;
}

.slide {
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}

.slide.style-b {
  color: #fff;
}

.arrow {
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
}

.arrow:hover {
  opacity: 1;
}

.arrow.style-b {
  color: #fff;
}

.tab {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab.style-b {
  padding-right: 40px;
  padding-left: 40px;
}

.tab-link {
  width: 25%;
  padding: 30px;
  border-top: 10px solid #fff;
  border-bottom-style: none;
  background-color: #ddd;
  font-weight: 400;
}

.tab-link:hover {
  background-color: #ccc;
  color: #333;
}

.tab-link.w--current {
  border-top-color: #09f;
  background-color: #09f;
  color: #fff;
}

.tab-link.w--current:hover {
  background-color: #09f;
  color: #fff;
}

.tab-link.style-b {
  position: relative;
  display: block;
  width: auto;
  height: 25%;
  padding: 0px;
  border-left: 5px solid #ccc;
  border-top-style: none;
  background-color: #dedede;
  text-align: center;
}

.tab-link.style-b.w--current {
  border-left-color: #09f;
  background-color: #ccc;
  color: #333;
}

.tab-title {
  font-weight: 700;
}

.tabs-holder {
  background-color: #fff;
}

.tabs-holder.style-b {
  text-align: left;
}

.tabs-content {
  background-color: #fff;
}

.tabs-content.style-b {
  width: 90%;
  float: right;
}

.tabs-menu.style-b {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 10%;
  float: left;
}

.half-width {
  width: 50%;
}

.align-middle {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.col-line-right {
  margin-right: -40px;
  padding-right: 40px;
  border-right: 2px solid #ddd;
}

.co-line-left {
  margin-left: -20px;
  padding-left: 20px;
  border-left: 5px solid #eee;
}

.row-holder {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid #ddd;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.ul-list {
  padding-left: 17px;
}

.liist-el {
  color: #09f;
}

.grey-holder {
  padding: 30px;
  background-color: #eee;
}

.title-holder {
  padding: 40px;
  background-color: #444;
  color: #fff;
}

.padded-holder {
  padding: 40px;
  background-color: #fff;
}

.input {
  height: 50px;
  border: 2px solid #ddd;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input:hover {
  border-color: #bbb;
}

.input:active {
  border-color: #999;
}

.input:focus {
  border-color: #999;
}

.input.text-area {
  height: auto;
  min-height: 350px;
}

.label {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  text-transform: none;
}

.form-success {
  padding: 40px;
}

.bold {
  font-weight: 700;
}

.error-message {
  padding: 40px;
}

.map {
  max-height: 300px;
}

.map.style-b {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-height: 100%;
  opacity: 0.22;
}

.contact-map-holder {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000;
}

.contact-map-holder.style-b {
  background-color: #09f;
}

.contact-text {
  position: relative;
  z-index: 10;
  color: #fff;
}

.section-heading {
  display: block;
  margin-bottom: 25px;
  padding: 5px 10px;
  background-color: #ddd;
  text-transform: uppercase;
}

.light-grey-background {
  background-color: #fff;
}

.mb-60 {
  margin-bottom: 60px;
}

.icon-holder {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.footer-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ddd;
}

.no-margin-bottom {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 65px;
}

.social-icon {
  display: inline-block;
  margin-right: 20px;
  padding: 20px;
  border-bottom: 0px none #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  font-family: Socicon, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.social-icon:hover {
  background-color: #fff;
  color: #09f;
}

.small-social-icon {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 8px;
  border-bottom: 1px none #000;
  background-color: #eee;
  font-family: Socicon, sans-serif;
}

.small-social-icon:hover {
  background-color: #09f;
  color: #fff;
}

.newsletter {
  padding: 20px;
  background-color: #eee;
}

.home {
  padding-top: 0px;
  background-color: #fff;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 0px;
  padding-top: 6%;
  padding-bottom: 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #696969;
  background-image: none;
  background-position: 0px 0px;
}

.hero-title {
  display: inline-block;
  width: 40%;
  float: left;
  color: #fff;
}

.heo {
  margin-bottom: 25px;
}

.hero-home-title {
  margin-bottom: 0px;
  padding: 40px 60px;
  background-color: #fff;
  color: #09f;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
}

.hero-sub-title {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.contents-holder {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.span {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.action-alert-eyebrow {
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.action-alert-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.1em;
}

.help-phone {
  display: inline-block;
  margin-top: 28px;
  float: right;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.header-need-help {
  display: inline-block;
  margin-top: 0px;
}

.nav-menu {
  display: block;
  width: 100%;
  margin-top: 11px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #dbdbdb;
}

.column {
  display: block;
}

.column.interior-related-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns.interior-related {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-alert-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.hp-event-date {
  font-size: 15px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.hp-event-date.color {
  margin-bottom: 10px;
  padding-left: 23px;
  background-image: url('../images/calendar-icon.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #254985;
  font-size: 14px;
}

.hp-event-date.color.color2 {
  color: #254985;
}

.hp-event-date.color.color3 {
  color: #24a6b4;
}

.newsletter-signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*margin-bottom: 80px;*/
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 5%;
  -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;
  background-color: #646363;
}

.newsletter-signup.color {
  background-color: #a50034;
}

.footer-nav {
  padding-top: 80px;
}

.email-input {
  width: 400px;
  height: 50px;
  background-color: #fff;
}

.email-updates {
  margin-right: 24px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.pulse-forward-logo {
  display: block;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

.ux-home-h1 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 18px;
  border-bottom: 1px solid #bebebe;
  text-align: center;
}

.max-width-2 {
  padding-right: 20%;
  padding-left: 20%;
}

.mb-61 {
  margin-bottom: 20px;
  color: #c5c5c5;
}

.mb-61.old {
  text-decoration: line-through;
}

.mb-61.design {
  font-family: Lato, sans-serif;
  color: #254985;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-toggle-2 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.dropdown-toggle-2:hover {
  color: #a50034;
}

.dropdown-toggle-2.w--open {
  background-color: #a50034;
  color: #fff;
}

.dropdown-list-2 {
  background-color: #d1c0c0;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.subnav:hover {
  color: #858585;
}

.subnav.color {
  border-bottom-style: none;
  border-bottom-color: #000;
  background-color: #a50034;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.subnav.color:hover {
  color: #000;
}

.accordion-item {
  margin-bottom: 27px;
  border-bottom: 1px solid #dbdbdb;
}

.heading-2 {
  cursor: pointer;
}

.heading-2.faq-title {
  padding-right: 35px;
  background-image: url('../images/plus-blue.svg');
  background-position: 100% 5px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #254985;
  font-style: normal;
  font-weight: 400;
}

.heading-2.faq-title.minus {
  background-image: url('../images/minus-blue.svg');
}

.accordion-item-content {
  overflow: hidden;
}

.legal-help-issue-phone {
  margin-top: 26px;
  font-size: 24px;
}

.legal-help-issue-phone.design {
  margin-top: 0px;
  margin-bottom: 27px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.interior-hero-image {
  margin-bottom: 33px;
  padding-top: 106px;
  padding-bottom: 106px;
  background-color: #dadada;
}

.interior-hero-image.image-fill {
  margin-bottom: 0px;
  background-image: linear-gradient(83deg, #20242a 12%, hsla(0, 0%, 100%, 0)), url('../images/student.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.interior-hero-image.image-fill.latest {
  background-image: linear-gradient(83deg, #20242a 12%, hsla(0, 0%, 100%, 0)), url('../images/news.jpeg');
  background-size: auto, cover;
}

.interior-hero-image.no-image {
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #254985;
}

.int-page-title {
  font-size: 42px;
}

.int-page-title.design {
  font-family: Lato, sans-serif;
  color: #fff;
}

.int-page-title.design.no-image {
  margin-bottom: 0px;
}

.spanish {
  padding-top: 19px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}

.video {
  margin-bottom: 15px;
}

.video-holder {
  display: block;
  width: 60%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background-color: #e0e0e0;
}

.hero-desc {
  width: 100%;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
}

.inline-link {
  text-decoration: underline;
}

.news-column-item {
  position: relative;
  margin-bottom: 28px;
  padding-top: 31px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d1d1;
}

.news-column-item.last {
  border: 1px none #000;
}

.story-heading-column {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
  background-color: #e7e7e7;
}

.story-heading-column._1 {
  overflow: hidden;
  background-image: url('../images/woman.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-heading-column._2 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/student.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-column-item {
  margin-bottom: 37px;
}

.interior-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 37, 111, 0.7)), to(rgba(187, 37, 111, 0.7))), url('../images/wendy-shantay.jpg'), -webkit-gradient(linear, left top, left bottom, from(#c13278), to(#c13278));
  background-image: linear-gradient(180deg, rgba(187, 37, 111, 0.7), rgba(187, 37, 111, 0.7)), url('../images/wendy-shantay.jpg'), linear-gradient(180deg, #c13278, #c13278);
  background-position: 0px 0px, 0px 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.interior-hero.no-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c13278), to(#c13278));
  background-image: linear-gradient(180deg, #c13278, #c13278);
}

.intro-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 51px 0px;
}

.int-page-title-2 {
  color: #fff;
}

.img-marker {
  height: 30px;
  margin: -23px -5px 20px;
  background-image: url('../images/orange-marker.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.img-marker.yellow-page-title {
  width: 50%;
  height: 20px;
  margin: -21px -3px 20px -5px;
  background-image: url('../images/yellow-marker-flip.svg');
  background-position: 0px 50%;
}

.img-marker.yellow {
  margin: -21px -3px 20px -5px;
  background-image: url('../images/yellow-marker.svg');
}

.img-marker.yellow.interior-list {
  margin-bottom: 0px;
}

.landing-page-text {
  width: 80%;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.label-2 {
  margin-top: 44px;
  margin-bottom: 3px;
  padding-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.checkbox {
  border: 2px solid #e6c548;
}

.block-quote {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-left-style: solid;
}

.container-3 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.feature-holder-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-style: none;
}

.feature-holder-2.form {
  padding-top: 20px;
}

.radio-button-label {
  color: #2e2e2e;
}

.img-caption {
  margin-top: 5px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.input-2 {
  height: 50px;
  border: 2px solid #e6c548;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #2e2e2e;
  font-weight: 400;
}

.input-2:hover {
  border-color: #bbb;
}

.input-2:active {
  border-color: #999;
  color: #c13278;
}

.input-2:focus {
  border-color: #999;
}

.input-2.text-area {
  height: auto;
  min-height: 350px;
  margin-bottom: 20px;
}

.image-holder {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 3px;
  border-color: rgba(0, 0, 0, 0.09);
  text-align: center;
}

.image-holder.stretch {
  max-width: 100%;
}

.image-holder.stretch.interior-list-img {
  height: 100%;
  margin-bottom: 0px;
  padding-top: 22%;
  padding-bottom: 22%;
  border-style: none;
  border-bottom-width: 6px;
  border-bottom-color: #e6c548;
  background-image: url('../images/wolf-street.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-holder.stretch.interior-list-img.img3 {
  background-image: url('../images/wendy-shantay-2.jpg');
}

.image-holder.stretch.interior-list-img.img1 {
  background-image: url('../images/girl.jpg');
}

.image-holder.stretch.interior-list-img.img2 {
  background-image: url('../images/boys.jpg');
}

.list-item {
  list-style-type: disc;
}

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

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.float-img {
  width: 40%;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 2px;
  padding-bottom: 6px;
  float: right;
  border-bottom: 2px solid #ddd;
  font-size: 13px;
}

.mb-62 {
  margin-bottom: 0px;
  background-color: #fff;
}

.image-list {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
}

.image-list.last {
  border-bottom-style: none;
}

.small-text-2 {
  margin-bottom: 10px;
  border-bottom-width: 1px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 21px;
}

.image-holder-marker {
  height: 100%;
}

.learn-more-btn {
  padding-right: 19px;
  padding-left: 19px;
  border-bottom-style: none;
  background-color: #c13278;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.learn-more-btn:hover {
  background-color: #da833c;
  box-shadow: none;
  color: #fff;
}

.checkbox-label {
  color: #2e2e2e;
}

.h1 {
  font-size: 45px;
}

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

.bold-text {
  border-left: 0px solid #000;
}

.hp-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-bottom: 0px;
  padding-top: 8%;
  padding-bottom: 6%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #696969;
  background-image: linear-gradient(87deg, #202020 8%, hsla(0, 0%, 100%, 0) 68%), url('../images/lawhelp.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.hero-h1 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.1em;
  text-align: left;
  text-transform: uppercase;
}

.action-alert-tag {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100px;
  margin: -5px auto 13px;
  padding-right: 11px;
  padding-left: 11px;
  float: none;
  clear: none;
  background-color: #a50034;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.pjc-logo {
  width: 350px;
  height: 75px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 11px 36px 10px 37px;
  border-bottom-style: none;
  border-radius: 2px;
  background-image: url('../images/pjc-logo.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 900;
}

.pjc-logo:hover {
  color: #fff;
}

.pjc-logo.style-a {
  background-color: rgba(0, 0, 0, 0.2);
}

.pjc-logo.style-b {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  border-radius: 0px;
  text-align: center;
}

.pjc-logo.style-c {
  width: 19%;
  text-align: center;
}

.dd-icon {
  color: #a50034;
  font-size: 14px;
  font-weight: 300;
}

.div-block {
  display: block;
  -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;
}

.container-4 {
  position: relative;
  width: 100%;
}

.phone-highlight {
  color: #ef3744;
  font-weight: 900;
}

.home-content-container {
  padding-top: 50px;
}

.dd-icon-open {
  z-index: 10000;
  display: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.body {
  background-color: #fcf9f4;
}

.header-container {
  padding-right: 40px;
  padding-left: 40px;
}

.latest-eyebrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin: -5px auto 13px;
  padding-top: 2px;
  padding-right: 11px;
  padding-left: 11px;
  float: none;
  clear: none;
  background-color: #264985;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.latest-eyebrow.color2 {
  background-color: #254985;
}

.latest-eyebrow.color3 {
  background-color: #24a6b4;
}

.latest-eyebrow.interior {
  margin-top: 0px;
}

.hp-latest-headline {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.hp-latest-headline a {
  text-decoration: none;
border: none;
font-weight: inherit;
}

.read-more-btn {
  display: inline-block;
  padding: 0px 0px 4px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.29) #a50034;
  border-radius: 0px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #a50034;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.read-more-btn:hover {
  padding-right: 19px;
  /*border-color: #575757;*/
  /*color: #254985;*/
  border-color: #ef3744;
  color: #ef3744;
}

.read-more-btn.white {
  border-color: hsla(0, 0%, 100%, 0.29);
  color: #fff;
}

.read-more-btn.white:hover {
  border-color: #fff;
}

.read-more-btn.blue {
  border-style: none;
  border-color: #09f;
  background-color: #666;
  color: #fff;
  font-weight: 700;
}

.read-more-btn.blue:hover {
  background-color: rgba(0, 153, 255, 0.8);
}

.read-more-btn.latest-hp {
  display: block;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #505050;
  color: #fff;
}

.read-more-btn.email-signup {
  margin-left: 18px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.read-more-btn.spanish-button {
  float: right;
}

.read-more-btn.action-alert {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hp-latest-desc {
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 300;
}

.story-heading {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  height: 8%;
}

.story-heading a {
      text-decoration: none;
    border: none;
    font-weight: inherit;
} 

.hp-story-desc {
  margin-bottom: 10px;
}

.action-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: -2%;
  display: inline-block;
  height: 32px;
  margin-right: 22px;
  margin-bottom: 12px;
  padding-right: 5px;
  padding-left: 10px;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-radius: 0px;
  background-color: #ef3744;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.action-btn:hover {
  right: -3%;
  background-color: #a50034;
  color: #fff;
}

.btn-angle {
  width: 10px;
  height: 32px;
  margin-right: -10px;
  float: right;
  background-color: #ef3744;
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

.btn-angle.large {
  width: 15px;
  height: 50px;
  margin-right: -14px;
}

.btn-text {
  padding: 4px 7px 0px 3px;
  float: left;
}

.btn-text.large {
  padding-top: 13px;
  padding-right: 0px;
  padding-left: 6px;
  font-size: 16px;
}

.div-block-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.cta-red {
  position: relative;
  left: auto;
  top: auto;
  bottom: -2%;
  display: inline-block;
  height: 32px;
  margin-right: 22px;
  margin-bottom: 12px;
  padding-right: 5px;
  padding-left: 10px;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-radius: 0px;
  background-color: #ef3744;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.cta-red:hover {
  background-color: #a50034;
  color: #fff;
}

.sign-up-btn {
  position: relative;
  left: auto;
  top: auto;
  bottom: -2%;
  display: inline-block;
  height: 50px;
  margin-right: 22px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 10px;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-radius: 0px;
  background-color: #ef3744;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.sign-up-btn:hover {
  color: #fff;
}

.hp-h2 {
  font-family: Lato, sans-serif;
  color: #254985;
  font-weight: 900;
  text-transform: uppercase;
}

.hp-h2.color2 {
  color: #254985;
}

.hp-h2.color3 {
  color: #24a6b4;
}

.footer-heading {
  font-family: Lato, sans-serif;
  color: #fff;
}

.footer-link {
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.39);
  color: hsla(0, 0%, 100%, 0.52);
  font-weight: 400;
}

.footer-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.footer-link.donate {
  border-bottom-style: none;
  background-color: #ed1846;
}

.footer-donate-btn {
  position: relative;
  left: auto;
  top: auto;
  bottom: -2%;
  display: inline-block;
  height: 50px;
  margin-right: 22px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 10px;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-radius: 0px;
  background-color: #ef3744;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.footer-donate-btn:hover {
  color: #fff;
}

.img-ange {
  position: absolute;
  left: -79px;
  width: 100px;
  height: 100%;
  margin-right: -10px;
  float: left;
  background-color: #ef3744;
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
}

.img-ange.large {
  width: 15px;
  height: 50px;
  margin-right: -14px;
}

.enespanol-interior {
  background-color: #a50034;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.spanish-btn {
  position: relative;
  left: auto;
  top: -18px;
  bottom: -2%;
  display: inline-block;
  height: 32px;
  margin-top: -16px;
  margin-right: 22px;
  margin-bottom: 12px;
  padding-right: 5px;
  padding-left: 10px;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-radius: 0px;
  background-color: #ed1846;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.spanish-btn:hover {
  background-color: #a50034;
  color: #fff;
}

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

.issue-phone {
  color: #a50034;
}

.int-related-item {
  position: relative;
  margin-bottom: 28px;
  padding-top: 31px;
  padding-bottom: 24px;
  border-bottom: 1px none #d1d1d1;
}

.int-related-item.last {
  border: 1px none #000;
}

.resource-link {
  color: #a50034;
}

.resource-link:hover {
  /*color: #254985;*/
  color: #ef3744;
}

.heading-3 {
  font-family: Lato, sans-serif;
}

.paragraph-link {
  color: #a50034;
}

.paragraph-link:hover {
  color: #254985;
}

.list-2 {
  margin-bottom: 20px;
}

.block-quote-2 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
}

.textarea {
  min-height: 300px;
}

.latest-container {
  margin-top: 30px;
  margin-bottom: 28px;
}

.link {
  display: inline-block;
}

.action-bar-social-icons {
  margin-top: 12px;
  padding-top: 7px;
  float: left;
}

.social-icon-2 {
  width: 35px;
  margin-right: 10px;
  margin-bottom: 9px;
  float: left;
  border-bottom-style: none;
  border-bottom-color: #000;
  text-decoration: none;
}

@media (max-width: 991px) {
  .header-nav-link.style-d {
    padding-right: 8px;
  }
  .header-menu-button.style-c {
    width: 6.2%;
  }
  .form-field-holder {
    width: 73%;
  }
  .feature-holder.hp-center {
    width: 90%;
  }
  .feature-holder.interior-item-related-white {
    width: 90%;
  }
  .tab-link {
    padding: 15px;
  }
  .tab-link.style-b {
    height: 25%;
  }
  .tabs-holder.style-b {
    position: relative;
  }
  .tabs-content.style-b {
    float: right;
  }
  .tabs-menu.style-b {
    position: absolute;
    top: 0px;
    bottom: 0px;
  }
  .half-width {
    width: 80%;
  }
  .no-margin-bottom {
    font-size: 45px;
  }
  .hero {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .hero-title {
    width: 70%;
    margin-bottom: 35px;
  }
  .contents-holder {
    width: 70%;
  }
  .newsletter-signup {
    padding-right: 5%;
  }
  .email-input {
    width: 300px;
  }
  .dropdown-toggle-2 {
    margin-right: 7px;
    padding-right: 20px;
    padding-left: 10px;
  }
  .story-heading-column._1 {
    background-size: cover;
  }
  .story-heading-column._2 {
    background-size: cover;
  }
  .landing-page-text {
    font-size: 18px;
  }
  .hp-hero {
    min-height: 0px;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .hero-h1 {
    font-size: 45px;
  }
  .dd-icon {
    margin-right: 0px;
  }
  .dd-icon-open {
    margin-right: 0px;
  }
  .btn-text.large {
    font-size: 13px;
  }
  .footer-donate-btn {
    font-size: 11px;
  }
  .social-icon-2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
  }
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 16px;
  }
  .header-nav-link {
    padding-right: 20px;
  }
  .header-nav-link.style-b {
    color: #fff;
  }
  .header-nav-link.style-b:hover {
    color: hsla(0, 0%, 100%, 0.49);
  }
  .header-nav-link.style-c {
    margin-right: 10px;
  }
  .header-nav-link.style-d {
    display: block;
    padding-left: 22px;
    color: #fff;
    text-align: left;
  }
  .header-nav-link.style-d.donate {
    color: #fff;
  }
  .header-nav-menu.style-b {
    width: auto;
    margin-left: 0px;
    background-color: #333;
  }
  .header-nav-menu.style-c {
    background-color: #333;
  }
  .header-navbar.style-d {
    padding-top: 10px;
  }
  .header-logo.style-c {
    width: 28%;
  }
  .header-menu-button {
    margin-left: 24px;
    border-color: #202020;
  }
  .header-menu-button:hover {
    border-color: #a7a7a7;
    background-color: #ccc;
  }
  .header-menu-button.w--open {
    border-color: #3b3b3b;
    background-color: #d6d6d6;
  }
  .header-menu-button.style-c {
    width: 10%;
  }
  .header-menu-button.color {
    margin-top: 14px;
    padding: 7px;
    border-style: none;
    border-radius: 0px;
    background-color: #a50034;
  }
  .small-text {
    font-size: 13px;
    line-height: 20px;
  }
  .small-text.tab-text {
    display: none;
  }
  .dropdown-toggle {
    padding-right: 20px;
    color: #fff;
    text-align: right;
  }
  .dropdown-toggle:hover {
    color: hsla(0, 0%, 100%, 0.49);
  }
  .dropdown-toggle.w--open {
    padding-right: 20px;
    color: #fff;
  }
  .dropdown-toggle.w--open:hover {
    color: hsla(0, 0%, 100%, 0.49);
  }
  .dropdown-list.w--open {
    background-color: transparent;
  }
  .dropdown-link {
    padding-right: 20px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    text-align: right;
  }
  .dropdown-link:hover {
    color: hsla(0, 0%, 100%, 0.49);
  }
  .dropdown-icon {
    margin-right: 0px;
  }
  .form-field-holder {
    width: 60%;
  }
  .feature-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .feature-holder.center {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .feature-holder.video {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .feature-holder.hp-center {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .feature-holder.interior-item-related-white {
    margin-bottom: 29px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .max-width {
    padding-right: 10%;
    padding-left: 10%;
  }
  .feature-snippet {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .feature-snippet.right {
    text-align: center;
  }
  .feature-snippet.left {
    text-align: center;
  }
  .feature-snippet.left-main {
    max-width: 100%;
  }
  .feature-snippet.style-b {
    max-width: 100%;
  }
  .white-background {
    margin-bottom: 29px;
  }
  .button.email-signup {
    width: 125px;
  }
  .row {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-border-holder {
    margin-bottom: 50px;
  }
  .align-right.social {
    margin-bottom: 20px;
    text-align: left;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .arrow {
    font-size: 25px;
  }
  .tabs-content.style-b {
    width: 85%;
  }
  .tabs-menu.style-b {
    width: 15%;
  }
  .half-width {
    width: 100%;
  }
  .col-line-right {
    margin-right: -20px;
    padding-right: 20px;
  }
  .co-line-left {
    margin-left: -20px;
    padding-left: 20px;
  }
  .title-holder {
    padding: 20px;
  }
  .padded-holder {
    padding: 20px;
  }
  .form-success {
    padding: 20px;
  }
  .footer-holder {
    margin-bottom: 40px;
  }
  .social-icon {
    margin-right: 10px;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 16px;
  }
  .small-social-icon {
    margin-right: 10px;
    margin-left: 0px;
  }
  .hero-title {
    width: 90%;
    padding: 0 20px;
  }
  .hero-home-title {
    padding: 30px 50px;
  }
  .contents-holder {
    width: 90%;
  }
  .action-alert-heading {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .search {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 8px;
  }
  .help-phone {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 5px;
    padding-top: 10px;
    /*border-top: 1px solid #ccc;*/
    text-align: center;
  }
  .nav-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 87px;
    background-color: #a50034;
  }
  .icon-2 {
    color: #424242;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column.interior-related-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .newsletter-signup.color {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .email-input {
    width: 150px;
  }
  .max-width-2 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .dropdown-toggle-2 {
    padding-left: 22px;
    color: #fff;
  }
  .dropdown-toggle-2:hover {
    color: #000;
  }
  .subnav {
    padding-left: 47px;
    border-style: none;
    background-color: #c8c8c8;
  }
  .interior-hero-image.image-fill {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .interior-hero-image.no-image {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .int-page-title.design.no-image {
    font-size: 28px;
  }
  .img-marker.yellow-page-title {
    width: 75%;
  }
  .landing-page-text {
    width: 100%;
  }
  .feature-holder-2 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .image-holder {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .image-holder.stretch {
    min-height: 250px;
  }
  .float-img {
    width: 100%;
  }
  .small-text-2 {
    font-size: 13px;
    line-height: 20px;
  }
  .pjc-logo {
    width: 300px;
    height: 60px;
  }
  .pjc-logo.style-c {
    width: 28%;
  }
  .container-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-icon {
    color: #fff;
    font-size: 30px;
  }
  .header-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .read-more-btn.email-signup {
    width: 125px;
  }
  .bold-text-2 {
    font-size: 18px;
  }
  .action-bar-social-icons {
    /*display: none;*/
  }
  .social-icon-2 {
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }
  .social-icon-2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d95738), to(#d95738));
    background-image: linear-gradient(180deg, #d95738, #d95738);
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 1.2em;
  }
  p {
    font-size: 16px;
  }
  .story-heading {
    font-size: 20px;
  }
  .header-nav-link.style-d {
    color: #fff;
  }
  .header-nav-link.style-d:hover {
    color: hsla(0, 0%, 100%, 0.49);
  }
  .header-nav-menu.style-d {
    margin-top: 0px;
    border-top-style: none;
    background-color: #333;
  }
  .header-nav-menu.style-e {
    background-color: #333;
  }
  .header-navbar.style-d {
    padding-bottom: 20px;
  }
  .header-navbar.style-e {
    padding-bottom: 0px;
  }
  .header-logo {
    padding-top: 11px;
  }
  .header-logo.style-c {
    display: block;
    width: 100%;
    float: none;
  }
  .header-menu-button.style-b {
    display: inline-block;
    margin: 5px;
    float: none;
  }
  .header-menu-button.style-c {
    position: static;
    display: block;
    width: auto;
    margin-top: 3px;
    float: none;
    clear: both;
  }
  .header-menu-button.color {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mb-40.related-stories {
    padding-top: 0px;
  }
  .header-search {
    margin-top: 0px;
    float: none;
  }
  .form-field-holder {
    display: block;
    width: auto;
    margin-left: 0%;
    float: none;
  }
  .search-submit-button {
    top: 4px;
  }
  .feature-holder.footer {
    padding-bottom: 0px;
  }
  .feature-holder.hp-center {
    margin-top: -32px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .feature-holder.interior-item-related-white {
    margin-top: 0px;
    padding: 15px;
  }
  .max-width {
    padding-right: 0%;
    padding-left: 0%;
  }
  .white-background.large-padding {
    padding: 25px;
  }
  .blue-background.large-padding {
    padding: 25px;
  }
  .button {
    display: block;
    width: 100%;
  }
  .row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-border-holder.stretch {
    min-height: 150px;
  }
  .arrow {
    display: none;
  }
  .tab {
    display: block;
  }
  .tab.style-b {
    padding: 25px 25px 0px;
  }
  .tab-link {
    width: 100%;
    border-top-style: none;
  }
  .tabs-content.style-b {
    width: 100%;
  }
  .tabs-menu {
    display: none;
  }
  .col-line-right {
    margin-right: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    border-bottom: 2px solid #ddd;
    border-right-style: none;
    text-align: left;
  }
  .co-line-left {
    margin-left: 0px;
    padding-top: 40px;
    padding-left: 0px;
    border-top: 5px solid #ddd;
    border-left-style: none;
  }
  .no-margin-bottom {
    font-size: 32px;
  }
  .hero {
    min-height: 200px;
  }
  .hero-home-title {
    font-size: 20px;
    line-height: 20px;
  }
  .help-phone {
    margin-top: 0px;
  }
  .nav-menu {
    top: 75px;
    margin-top: 0px;
  }
  .newsletter-signup {
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter-signup.color {
    padding-right: 10%;
    padding-left: 10%;
  }
  .email-input {
    width: 100%;
    margin-bottom: 12px;
  }
  .email-updates {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }
  .max-width-2 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .legal-help-issue-phone.design {
    font-size: 20px;
  }
  .interior-hero-image.image-fill {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .int-page-title.design {
    font-size: 25px;
  }
  .hero-desc {
    font-size: 15px;
  }
  .intro-text {
    padding-top: 40px;
  }
  .img-marker.yellow-page-title {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .img-marker.yellow.interior-list {
    margin-bottom: 10px;
  }
  .landing-page-text {
    margin-bottom: 0px;
    text-align: center;
  }
  .row-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-quote {
    margin-left: 0px;
  }
  .container-3 {
    width: 85%;
  }
  .feature-holder-2 {
    padding-top: 25px;
  }
  .image-holder.stretch {
    min-height: 200px;
  }
  .form-wrapper-2 {
    margin-bottom: 21px;
  }
  .row-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .learn-more-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .hp-hero {
    min-height: 200px;
  }
  .hero-h1 {
    font-size: 32px;
  }
  .pjc-logo {
    display: block;
    width: 210px;
    height: 40px;
    padding: 0px;
  }
  .pjc-logo.style-c {
    display: block;
    width: 100%;
    float: none;
  }
  .menu-icon {
    font-size: 24px;
  }
  .container-5 {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-2 {
    width: 100%;
  }
  .container-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .read-more-btn {
    display: inline-block;
  }
  .action-btn {
    position: relative;
    margin-right: auto;
    margin-left: 1px;
  }
  .btn-text.large {
    margin-right: auto;
    margin-left: auto;
  }
  .cta-red {
    position: relative;
    margin-right: auto;
    margin-left: 1px;
  }
  .sign-up-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
  }
  .footer-donate-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: 1px;
  }
  .spanish-btn {
    position: relative;
    margin-right: auto;
    margin-left: 1px;
  }
  .list {
    padding-left: 15px;
  }
  .list-2 {
    padding-left: 20px;
  }
  .block-quote-2 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }
  .textarea {
    min-height: 150px;
  }
  .list-image {
    margin-bottom: 17px;
  }
}

#w-node-ca830d6ec131-ac35df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Socicon';
  src: url('../fonts/socicon.eot') format('embedded-opentype'), url('../fonts/socicon.woff') format('woff'), url('../fonts/socicon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Slinkey';
  src: url('../fonts/slinkey.eot') format('embedded-opentype'), url('../fonts/slinkey.woff') format('woff'), url('../fonts/slinkey.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}