﻿@font-face {
  font-family: "external-link-font";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBSoAAAC8AAAAYGNtYXAXVtKHAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZvFacWoAAAF4AAAAhGhlYWQIUvSYAAAB/AAAADZoaGVhBq0DxgAAAjQAAAAkaG10eAoAAAAAAAJYAAAAFGxvY2EAKABWAAACbAAAAAxtYXhwAAgAFQAAAngAAAAgbmFtZRdPKjEAAAKYAAACCnBvc3QAAwAAAAAEpAAAACAAAwMAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QD//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACAAD/6wLrAtYACgASAAAXESEVIxEhNTMRIQE3JyERJwcnAAEAlQIVa/0VAVDFbwFFcMRnFQLra/3qwP7WAbfFbv68b8VnAAABAAAAAQAAratF9V8PPPUACwQAAAAAANMkWG0AAAAA0yRYbQAA/+sC6wLWAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAALrAAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAgAAAAQAAAAAAAAAAAoAFAAeAEIAAQAAAAUAEwACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABIAAAABAAAAAAACAAcAwwABAAAAAAADABIAVwABAAAAAAAEABIA2AABAAAAAAAFAAsANgABAAAAAAAGABIAjQABAAAAAAAKABoBDgADAAEECQABACQAEgADAAEECQACAA4AygADAAEECQADACQAaQADAAEECQAEACQA6gADAAEECQAFABYAQQADAAEECQAGACQAnwADAAEECQAKADQBKGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdFJlZ3VsYXIAUgBlAGcAdQBsAGEAcmV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media print {
  body {
    background: white;
    font-size: 12pt;
  }
}
body .HeaderPartial {
  color: white;
  position: fixed;
  width: 100%;
  font: 400 18px/170% "proxima-nova", sans-serif;
  z-index: 100;
}
@media print {
  body .HeaderPartial {
    display: none;
  }
}
body .HeaderPartial.explore .header {
  background-color: #f5f5f5;
}
body .HeaderPartial .header {
  background-color: #f5f5f5;
  height: 90px;
}
@media screen and (max-width: 767px) {
  body .HeaderPartial .header .header-logo #desktop_logo {
    display: none;
  }
}
body .HeaderPartial .header .header-logo #mobile_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  body .HeaderPartial .header .header-logo #mobile_logo {
    display: block;
  }
}
body .HeaderPartial .header .container, body .HeaderPartial .header .row {
  height: 100%;
  position: relative;
}
body .HeaderPartial .explore {
  background-color: black;
  height: 30px;
  line-height: 0;
}
body .HeaderPartial .explore .container, body .HeaderPartial .explore .row {
  height: 100%;
}
body .HeaderPartial .explore .left {
  font-size: 12px;
  font-weight: 600;
}
body .HeaderPartial .explore .left .explore_link {
  color: white;
  line-height: 30px;
}
body .HeaderPartial .explore .right {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}
body .HeaderPartial .explore .right .social_link {
  color: white;
  display: inline-block;
  line-height: 30px;
}
body .HeaderPartial .explore .right .join-renew {
  background: #bd1300;
  display: block;
  float: right;
  height: 100%;
  margin-left: 30px;
  padding: 0 15px;
}
@media (max-width: 480px) {
  body .HeaderPartial .explore .right .join-renew {
    margin-left: 0;
    padding: 0 8px;
  }
}
body .HeaderPartial .explore .right .social_icon {
  height: 16px;
  margin: 0 5px;
  position: relative;
  top: 4px;
  width: 16px;
}
body .HeaderPartial .explore .right .social_icon svg {
  fill: white;
  height: 100%;
  width: 100%;
}
body .HeaderPartial .explore .right .social_icon .icon_google_plus {
  stroke: #fff;
  stroke-width: 10px;
}
body .HeaderPartial .explore .right .social_connect {
  font-weight: 600;
  color: #67696A;
}
body .HeaderPartial .explore .right .social_or {
  font-weight: 600;
  color: #fff;
  margin: 0 3px;
}
body .HeaderPartial .left {
  height: 100%;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
body .HeaderPartial .left .push_menu_btn {
  background-color: transparent;
  border-style: none;
  color: #222;
  outline: none;
  padding: 0;
  position: relative;
  top: 25%;
  width: 35px;
}
@media screen and (min-width: 767px) {
  body .HeaderPartial .left .push_menu_btn {
    height: 40px;
    max-width: 100px;
    width: 100%;
  }
}
body .HeaderPartial .left .push_menu_btn.open .icon_menu {
  background-color: transparent;
}
body .HeaderPartial .left .push_menu_btn.open .icon_menu:before {
  -ms-transform: rotate(225deg) translate(0, 0);
  -webkit-transform: rotate(225deg) translate3d(0, 0, 0);
  -moz-transform: rotate(225deg) translate3d(0, 0, 0);
  -o-transform: rotate(225deg) translate3d(0, 0, 0);
  transform: rotate(225deg) translate3d(0, 0, 0);
}
body .HeaderPartial .left .push_menu_btn.open .icon_menu:after {
  -ms-transform: rotate(-225deg) translate(0, 0);
  -webkit-transform: rotate(-225deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-225deg) translate3d(0, 0, 0);
  -o-transform: rotate(-225deg) translate3d(0, 0, 0);
  transform: rotate(-225deg) translate3d(0, 0, 0);
}
body .HeaderPartial .left .push_menu_btn .icon_menu, body .HeaderPartial .left .push_menu_btn .icon_menu:before, body .HeaderPartial .left .push_menu_btn .icon_menu:after {
  background-color: black;
  content: "";
  display: block;
  height: 4px;
  max-width: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
body .HeaderPartial .left .push_menu_btn .icon_menu, body .HeaderPartial .left .push_menu_btn .text {
  display: inline-block;
  vertical-align: middle;
}
body .HeaderPartial .left .push_menu_btn .icon_menu:before {
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body .HeaderPartial .left .push_menu_btn .icon_menu:after {
  position: relative;
  top: -4px;
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
body .HeaderPartial .left .push_menu_btn .text {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (max-width: 767px) {
  body .HeaderPartial .left .push_menu_btn .text {
    display: block;
    font-size: 12px;
    margin: 0;
  }
}
body .HeaderPartial .center {
  height: 100%;
  padding: 5px;
  position: relative;
  text-align: center;
}
body .HeaderPartial .center a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
}
body .HeaderPartial .center a:hover {
  text-decoration: none;
}
body .HeaderPartial .center .wrapper {
  height: 100%;
  width: 100%;
}
body .HeaderPartial .center h3 {
  color: #222;
  font-size: 18px;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 600px) {
  body .HeaderPartial .center h3 {
    font-size: 14px;
  }
}
body .HeaderPartial .center img {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
body .HeaderPartial .right {
  height: 100%;
  text-align: right;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body .HeaderPartial .right {
    text-align: center;
  }
}
body .HeaderPartial .right .push_menu_search_btn {
  background-color: transparent;
  border-style: none;
  float: right;
  height: 40px;
  outline: none;
  padding: 5px;
  position: relative;
  top: 25%;
  width: 40px;
  z-index: 10;
}
body .HeaderPartial .right .push_menu_search_btn .icon_search {
  fill: #222;
  height: 40px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 30px;
}
body .HeaderPartial .right .push_menu_search_btn .icon_search_open {
  fill-opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .HeaderPartial .push_menu_search_container {
  background-color: #f5f5f5;
  height: 100%;
  max-width: 480px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  width: calc(100% - 60px);
  z-index: -1;
}
body .HeaderPartial .push_menu_search_container.open {
  opacity: 1;
  z-index: 15;
}
body .HeaderPartial .push_menu_search_container .icon_search_close {
  color: white;
  font-size: 45px;
  height: 40px;
  line-height: 44px;
  width: 40px;
}
body .HeaderPartial .search_field_container {
  background-color: black;
  border: 1px solid black;
  float: right;
  height: 42px;
  position: relative;
  top: 25%;
  white-space: nowrap;
  width: 95%;
}
body .HeaderPartial .search_field {
  color: #282828;
  float: left;
  height: 100%;
  padding-left: 10px;
  width: calc(100% - 40px);
}
body .HeaderPartial .search_field_close_btn {
  background-color: #222;
  border-style: none;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px;
}
body .header_buffer {
  height: 164px;
}
@media print {
  body .header_buffer {
    display: none;
  }
}
body .header_buffer.explore {
  height: 164px;
}
@media screen and (max-width: 768px) {
  body .header_buffer {
    height: 124px;
  }
}
body .hide_message {
  display: none;
  text-align: center;
  width: 100%;
}
body .components .component {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
body .components .component:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body .components .component.borderBottom {
  border-bottom: 1px solid #e2e3dc;
}
body .components .component .box_title {
  color: white;
  display: inline-block;
  margin: 0;
  padding: 0 33px;
  width: 100%;
}
body .components .component .box_title h5 {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5em;
  margin: auto;
  padding: 8px 0;
  text-transform: uppercase;
}
body #contour input, body #contour select, body #contour textarea {
  border: solid 1px #555;
  color: #555;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  resize: none;
}
@media screen and (max-width: 736px) {
  body #contour input, body #contour select, body #contour textarea {
    -webkit-appearance: none !important;
  }
}
body #contour input.contourError, body #contour input.input-validation-error, body #contour textarea.contourError, body #contour textarea.input-validation-error {
  border: solid 1px #bd1300;
  background-color: #fbe3e4;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  -webkit-appearance: none !important;
}
body #contour select.input-validation-error {
  background-color: #fbe3e4;
  border: 1px solid #bd1300;
}
body #contour input[type=text], body #contour textarea {
  width: 70%;
  -webkit-appearance: none !important;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  body #contour input[type=text], body #contour textarea {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
body #contour textarea {
  height: 250px;
}
body #contour h2 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
}
body #contour p {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px !important;
}
body #contour span.checkboxlist input {
  float: left;
  width: 30px;
  -webkit-appearance: checkbox !important;
}
@media (max-width: 480px) {
  body #contour span.checkboxlist input {
    width: 30px;
  }
}
body #contour span.radiobuttonlist input {
  -webkit-appearance: radio !important;
}
body #contour .election-rep-header {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
}
body #contour .contour_profile_image {
  width: 100%;
  margin-bottom: 15px;
}
body #contour .contour_profile {
  font-family: "adobe-text-pro";
}
body #contour .radio_button {
  float: left;
  line-height: 25px;
  padding-right: 25px;
}
body #contour .captcha {
  margin: 10px 0;
}
body #contour .evc_form {
  margin-bottom: 30px;
}
body #contour .styled-select {
  line-height: 30px;
  margin-right: 5px;
  width: 70%;
}
body #contour .styled-select select {
  border: none;
}
body #contour .RSVP input[type=text], body #contour .RSVP textarea {
  margin-bottom: 25px;
  width: 100%;
  -webkit-appearance: none !important;
}
body #contour .media_contact input[type=text], body #contour .media_contact textarea {
  margin-bottom: 25px;
  width: 100%;
}
body #contour .field-validation-error {
  color: #bd1300;
  font-family: "proxima-nova", sans-serif;
  vertical-align: top;
  margin-left: 5px;
}
body #contour .submit_button {
  background-color: #bd1300;
  border-color: #bd1300;
  border-radius: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  outline: medium none !important;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-appearance: none !important;
  cursor: pointer;
}
body #contour .statementofrights, body #contour .statementofrights2 {
  display: none;
}
body #contour .donate_choices label {
  cursor: pointer;
}
body #contour .radio label, body #contour .checkbox label {
  cursor: pointer;
  display: inline;
  padding-left: 5px;
}
body #contour .contourField.radiobuttonlist label, body #contour .contourField.checkboxlist label, body #contour .contourField.checkbox label {
  font-weight: 700 !important;
}
body #contour .contourField.radiobuttonlist, body #contour .contourField.checkboxlist {
  margin-bottom: 25px;
}
body #contour .contourField.radiobuttonlist {
  overflow: hidden;
}
body #contour .contourField.checkbox {
  padding-left: 20px;
}
body #contour .contourField.checkbox label {
  width: 100%;
}
body #contour .contourField.checkbox > div {
  clear: both;
  float: left;
  position: absolute;
  top: 0;
}
body #contour .checkboxlist label, body #contour .radiobuttonlist label {
  font-weight: 500;
}
body #contour .validation-summary-errors {
  color: #bd1300;
  border: solid 1px #bd1300;
  padding: 10px 25px;
  background-color: #fbe3e4;
  font-family: "franklin-gothic-urw-1", "franklin-gothic-urw-2";
  margin-bottom: 20px;
}
body #contour #OtherAmount-error {
  font-size: initial;
}
body #contour .formWrapper {
  margin-bottom: 20px;
}
body #contour .formWrapper .fieldLabel {
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  body #contour .wrap_mobile {
    display: block;
  }
}
body .contour input.contourError, body .contour input.input-validation-error, body .contour textarea.contourError, body .contour textarea.input-validation-error {
  border: solid 1px #bd1300;
  background-color: #fbe3e4;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  -webkit-appearance: none !important;
}
body .contour select.input-validation-error {
  border: 1px solid #bd1300;
}
body .contour .contourFieldSet .contourField {
  margin-bottom: 20px;
}
body .contour .contourFieldSet .contourField input[type=text], body .contour .contourFieldSet .contourField select {
  height: 30px;
  width: 100%;
}
body .contour .contourFieldSet .contourField textarea {
  height: 100px;
  width: 100%;
}
body .contour .contourFieldSet .contourField div label {
  display: inline-block;
}
body .contour .contourFieldSet .contourField .radiobuttonlist label, body .contour .contourFieldSet .contourField .checkboxlist label {
  font-weight: normal;
  text-transform: unset;
}
body .contour .contourFieldSet .contourField .radiobuttonlist input[type=checkbox], body .contour .contourFieldSet .contourField .radiobuttonlist input[type=radio], body .contour .contourFieldSet .contourField .checkboxlist input[type=checkbox], body .contour .contourFieldSet .contourField .checkboxlist input[type=radio] {
  margin: 0 0 9px 0;
  vertical-align: bottom;
}
body .contour .contourFieldSet .contourField .field-validation-error {
  color: #bd1300;
  margin-top: 10px;
}
body .contour .contourFieldSet .contourField.checkbox input[type=checkbox] {
  left: 0;
  margin: 0;
  position: absolute;
  top: 4px;
}
body .contour .contourFieldSet .contourField.checkbox label {
  font-weight: 700;
}
body .contour .contourFieldSet .contourField.label p {
  color: #000000;
  text-align: left;
}
body .contour .contourFieldSet .contourField.recaptcha label {
  display: none;
}
body .contour .contourFieldSet .contourField.recaptcha .field-validation-error {
  display: block;
}
body .contour .contourNavigation input[type=submit] {
  background-color: #bd1300;
  border-color: #bd1300;
  border-radius: 0;
  border-style: solid;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  outline: medium none !important;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-appearance: none !important;
  cursor: pointer;
}
body .contour.mediacontactform .contourPageName {
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 26px 0;
  text-transform: uppercase;
}
body .contour.contactnraila {
  margin-bottom: 50px;
}
body .contour.contactnraila .contourField.yesiwouldliketogettextmessagesfromnra label {
  width: 100%;
}
body .contour.contactnraila .contourField.recaptcha label {
  float: none;
}
body .contour.signup .contourFieldSet .contourField.yesiwouldliketogettextmessagesfromnra {
  margin-bottom: 0;
}
body .contour.signup .contourFieldSet .contourField.txtmessagesterms {
  display: block;
  font-size: inherit;
  font-weight: normal;
  line-height: normal;
  white-space: normal;
}
body .contourMessageOnSubmit {
  margin-bottom: 100px;
}
body #signup_form .contourField {
  position: relative;
}
body .FooterPartial {
  background-color: #282828;
  color: #a8a8a8;
  line-height: 130%;
  padding: 50px 0 40px;
  font-family: "adobe-text-pro";
}
@media print {
  body .FooterPartial {
    display: none;
  }
}
body .FooterPartial h3 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
body .FooterPartial p {
  color: #83898f;
  font-size: 15px;
}
body .FooterPartial .headline {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
body .FooterPartial .share-icon {
  font-size: 24px;
  margin-right: 20px;
}
body .FooterPartial .share-icon a {
  color: #83898f;
}
body .FooterPartial .share-icon a:hover {
  color: #f5f5f5;
}
body .FooterPartial .follow-container {
  margin-bottom: 30px;
}
body .FooterPartial .copyright p {
  margin-top: 20px;
  font-size: 12px !important;
}
body .FooterPartial .left {
  text-align: left;
}
body .FooterPartial .left a:hover {
  text-decoration: none;
}
body .FooterPartial .left img {
  max-width: 200px;
  margin-top: 4px;
  margin-bottom: 20px;
}
body .FooterPartial .center ul {
  font-size: 0;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
body .FooterPartial .center ul.even li:last-child, body .FooterPartial .center ul.even li:nth-last-child(2) {
  border-style: none;
}
body .FooterPartial .center ul.odd li:last-child {
  border-style: none;
}
body .FooterPartial .center ul li {
  border-bottom: 1px solid #515151;
  display: inline-block;
  font-size: 15px;
  width: 49%;
}
body .FooterPartial .center ul a {
  color: #83898f;
  display: block;
  font-weight: 400;
  padding: 10px 0;
}
@media print {
  body .no-print {
    display: none;
  }
  body .col-md-15 {
    width: 100%;
  }
  body .swiper-wrapper {
    height: auto !important;
  }
  body .map {
    height: 400px;
    width: 100%;
  }
  body .print-map .map-body {
    margin-top: 25px;
    margin-bottom: 0;
  }
  body .print-map .margin-bottom-md {
    margin-bottom: 0;
  }
  body .print-map .map {
    width: 100%;
    height: 370px;
  }
  body .print-map #main {
    min-height: 0;
  }
  body .print-map .map-container {
    margin: 0;
    width: 70%;
    float: right;
  }
  body .print-map .push_menu_container #main {
    margin-top: 0;
  }
  body .print-map .section-header, body .print-map .body-content, body .print-map .top_stories_row, body .print-map .news-items, body .print-map .redLink, body .print-map .page-nav {
    display: none;
  }
  body .filter-container {
    display: none;
  }
  body .top_stories_row .tile_wrapper {
    min-height: 0;
  }
  body .top_stories_row .tile_wrapper .tile_text {
    position: relative;
  }
  body #next-article {
    display: none !important;
  }
  body #print_header {
    padding: 15px 0;
    display: block;
    text-align: center;
    background-color: #f5f5f5 !important;
  }
  body #sidebar,
  body #slide_bar,
  body #header,
  body #menu,
  body #share-panel,
  body .election-rep-img,
  body #footer,
  body #related-content-link,
  body .close,
  body #latest-news,
  body .trending-now-article-list {
    display: none;
  }
  body a[href]:after {
    content: "" !important;
  }
  body .what-grades-mean-row {
    clear: left;
  }
}
