/*
 *
 * CLEAN VIRGINIA
 *
 * "Styles upon styles upon styles is what I have..." 
 *
 * Copyright (C) 2018 Pel Studio
 * http://www.pelstudio.com
 *
 * Theme Name: Clean Virginia
 * Theme URI: https://www.cleanvirginia.org
 * Description: Clean Virginia WordPress Theme
 * Author: Pel
 * Author URI: https://www.pelstudio.com
 * Version: 1.0
 *
 */
/********** SASS VARIABLES **********/
/********** SO FRESH AND SO CLEAN **********/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  margin: 0;
  padding: 0;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/********** FOR ACCESSIBILITY **********/
.no-focus-outline a:focus,
.no-focus-outline button:focus {
  outline: none;
}

/********** RESPONSIVEish FONT SIZING **********/
body {
  font-family: "Montserrat", "Helvetica", "Arial", non-serif;
  font-size: 10px;
  color: #243F5B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (max-width: 1099px) and (min-width: 1000px) {
  body {
    font-size: 9.16667px;
    font-size: 10px;
  }
}

@media all and (max-width: 999px) and (min-width: 900px) {
  body {
    font-size: 8.33333px;
    font-size: 9.5px;
  }
}

@media all and (max-width: 899px) and (min-width: 800px) {
  body {
    font-size: 7.5px;
    font-size: 9px;
  }
}

@media all and (max-width: 799px) and (min-width: 700px) {
  body {
    font-size: 6.66667px;
    font-size: 8.5px;
  }
}

@media all and (max-width: 768px) and (min-width: 766px) {
  body {
    font-size: 6.4px;
    font-size: 8px;
  }
}

@media all and (max-width: 699px) and (min-width: 600px) {
  body {
    font-size: 5.83333px;
    font-size: 7.5px;
  }
}

@media all and (max-width: 599px) and (min-width: 500px) {
  body {
    font-size: 5px;
    font-size: 6.5px;
  }
}

@media all and (max-width: 499px) {
  body {
    font-size: 4.16667px;
    font-size: 5.5px;
  }
}

/********** STRUCTURE + GLOBALS **********/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.canvas {
  width: 100%;
}

.contained {
  width: 100%;
  max-width: 1200px;
  padding-left: 35px !important;
  padding-right: 35px !important;
  margin: 0 auto;
  text-align: left;
}

header a {
  display: flex;
  text-decoration: none;
  color: #243F5B;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.7em;
  align-self: flex-end;
}

header nav {
  padding-bottom: 1.3em;
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding-bottom: 0;
}

header nav .nav_link {
  display: flex;
}

header nav,
header nav .nav_link,
header nav .nav_central_links,
header nav .nav_link.nav_first_link {
  height: 7em;
}

header nav .nav_link,
header nav .nav_central_links {
  float: left;
  text-align: center;
}

header nav .nav_link.nav_first_link {
  width: 7.9646%;
  width: 10%;
  background: url(images/cvlogo.svg) 0 bottom no-repeat;
}

header nav .nav_link.nav_first_link a {
  width: 100%;
  height: 100%;
}

header nav .nav_central_links {
  display: flex;
  justify-content: space-around;
  width: 65.48673%;
  width: 63.45133%;
  padding-left: 4.16667%;
  width: 78.5%;
  padding-left: 0;
}

header nav .nav_link.nav_last_link {
  position: relative;
  float: right;
  width: 26.54867%;
  width: 11.5%;
}

header nav .nav_link.nav_last_link a {
  color: #F26A21;
  display: block;
  text-align: center;
  margin: 0 auto;
}

header nav .nav_link.nav_last_link a img,
header nav .nav_link.nav_last_link div {
  display: inline-block;
}

header nav .nav_link.nav_last_link a img {
  display: block;
  position: absolute;
  top: 0;
  width: 5.9em;
}

/*** drop-down header nav ***/
/* http://seorave.com/style-wordpress-menus-dropdowns/ */
header nav .nav_link.nav_last_link {
  padding-bottom: 9px;
  padding-bottom: 0;
}

#main-nav {
  height: 35px;
  /* set to the height you want your menu to be */
  margin: 0 0 10px;
  /* just to give some spacing */
  width: 100%;
}

#main-nav ul {
  margin: 0;
  padding: 0;
  /* only needed if you have not done a CSS reset */
  float: left;
  height: 8em;
  text-align: center;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#main-nav li {
  display: block;
  float: left;
  line-height: 35px;
  /* this should be the same as your #main-nav height */
  line-height: 1;
  height: 35px;
  /* this should be the same as your #main-nav height */
  /*height: 3.5em;*/
  margin: 0;
  padding: 0;
  /* only needed if you don't have a reset */
  position: relative;
  /* this is needed in order to position sub menus */
  align-self: flex-end;
  min-width: 16.5em;
  z-index: 10000;
}

@media all and (max-width: 799px) {
  #main-nav li {
    min-width: 17em;
  }
}

@media all and (min-width: 800px) {
  #main-nav li {
    min-width: 17em;
  }
}

@media all and (min-width: 850px) {
  #main-nav li {
    min-width: 18.5em;
  }
}

@media all and (min-width: 900px) {
  #main-nav li {
    min-width: 19em;
  }
}

@media all and (min-width: 901px) {
  #main-nav li {
    min-width: 15.5em;
  }
}

@media all and (min-width: 950px) {
  #main-nav li {
    min-width: 17em;
  }
}

@media all and (min-width: 1000px) {
  #main-nav li {
    min-width: 17.5em;
  }
}

@media all and (min-width: 1050px) {
  #main-nav li {
    min-width: 18em;
  }
}

@media all and (min-width: 1100px) {
  #main-nav li {
    min-width: 18.5em;
  }
}

@media all and (min-width: 1200px) {
  #main-nav li {
    min-width: 19em;
  }
}

@media all and (min-width: 1300px) {
  #main-nav li {
    min-width: 20em;
  }
}

#main-nav .current_page_item a {
  background: #F26A21;
}

#main-nav .current-menu-item a, #main-nav ul a:hover {
  color: #fff;
}

#main-nav li a {
  display: block;
  height: 3.5em;
  height: auto;
  line-height: 35px;
  padding: 0 1em;
  /*padding-bottom: 1px;*/
}

#main-nav ul ul {
  /* this targets all sub menus */
  display: none;
  /* hide all sub menus from view */
  position: absolute;
  top: 35px;
  /* this should be the same height as the top level menu -- height + padding + borders */
  /*top: 3.5em;*/
  width: auto;
  height: auto;
  background: #e6611f;
  background: #ce571c;
  z-index: 1000;
}

header nav .nav_link.nav_last_link a {
  margin-bottom: -1px;
}

@media all and (max-width: 999px) and (min-width: 900px) {
  header nav .nav_link.nav_last_link a {
    margin-bottom: -2x;
  }
  #main-nav li, #main-nav {
    height: 33px;
  }
  #main-nav li a {
    line-height: 33px;
  }
  #main-nav ul ul {
    top: 33px;
  }
}

@media all and (max-width: 899px) and (min-width: 800px) {
  header nav .nav_link.nav_last_link a {
    margin-bottom: 1px;
  }
  #main-nav li, #main-nav {
    height: 31px;
  }
  #main-nav li a {
    line-height: 31px;
  }
  #main-nav ul ul {
    top: 31px;
  }
}

@media all and (max-width: 799px) and (min-width: 700px) {
  header nav .nav_link.nav_last_link a {
    margin-bottom: 1px;
  }
  #main-nav li, #main-nav {
    height: 30px;
  }
  #main-nav li a {
    line-height: 30px;
  }
  #main-nav ul ul {
    top: 30px;
  }
}

#main-nav ul ul li {
  /* this targets all submenu items */
  float: none;
  /* overwriting our float up above */
  text-align: left;
  height: auto;
}

#main-nav ul ul li a {
  /* target all sub menu item links */
  padding: 5px 10px;
  /* give our sub menu links a nice button feel */
  color: white;
  font-weight: 400;
  text-transform: none;
  height: 35px;
  height: 2em;
  height: auto;
  line-height: 1;
  padding: 0.5em 10px;
}

#main-nav ul ul li a:hover {
  background: #F26A21;
  text-decoration: underline;
}

#main-nav ul li:hover > ul {
  display: block;
  /* show sub menus when hovering over a parent */
}

#main-nav ul > li:hover > a {
  color: white;
  background: #F26A21;
}

@media all and (max-width: 900px) {
  header nav {
    font-size: 7.5px;
  }
}

.mobile_header {
  display: none;
}

.featured_image_mobile {
  display: none !important;
}

.featured_area {
  position: relative;
  width: 100%;
  line-height: 0;
}

.featured_area div img,
.featured_area img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.featured_caption {
  line-height: 1;
  text-align: right;
  margin-top: 1em;
  margin-right: 1em;
  font-size: 1.2em;
}

.featured_info {
  position: absolute;
  bottom: 2%;
  line-height: 1.25;
  text-align: center;
  color: white;
  left: 50%;
  transform: translateX(-50%);
}

.featured_title {
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.featured_subtitle {
  font-size: 1.7em;
  margin: 0.6em 0;
}

footer {
  margin-top: 2.5em;
}

footer a {
  color: white;
  text-decoration: none;
}

.footer1_outer {
  background: #F26A21;
  margin-bottom: 1.1em;
}

.footer2_outer {
  background: #243F5B;
}

.footer1 {
  padding: 4em 0;
  background: url("images/cv-arrow-light.svg") center 0 no-repeat;
  background-size: 25%;
}

.footer1 p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  color: white;
  line-height: 1.35;
}

.footer2 {
  padding: 2.5em 0;
  text-align: center;
  color: white;
}

.footer2 p {
  font-size: 1.3em;
  line-height: 1.35;
}

.social_links {
  margin-top: 2.75em;
  margin-bottom: 7.5em;
}

.social_link {
  width: 3em;
  height: 3em;
  float: left;
  margin-right: 1.75em;
}

.social_link_facebook {
  background: url("images/logo_facebook.svg") 0 0 no-repeat;
}

.social_link_twitter {
  background: url("images/logo_twitter.svg") 0 0 no-repeat;
}

.canvas {
  position: relative;
}

.pel_dev_flag {
  color: white;
  background: red;
  font-size: 20px;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
}

@media all and (width: 768px) {
  /* iPAD SPECIFIC WE WANT TALL HERO IMAGES BUT DESKTOP LAYOUT */
  .featured_image_desktop {
    display: none !important;
  }
  .featured_image_mobile {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  /*
   html, body
   {
      position: relative;
      height: 100%;
   }
   */
  body.admin-bar #wpadminbar {
    position: fixed;
  }
  body.admin-bar .mobile_header {
    top: 46px;
  }
  .featured_image_desktop {
    display: none !important;
  }
  .featured_image_mobile {
    display: block !important;
  }
  .mobile_header {
    position: fixed;
    background: white;
    top: 0;
    width: 100%;
    display: block;
    padding: 13px;
    z-index: 10;
  }
  .mobile_header_spacer {
    clear: both;
    width: 100%;
    height: 48px;
  }
  /*
   .featured_area
   {
      margin-top: 48px;
   }
   */
  .mobile_header_home {
    float: left;
    width: 75px;
    height: 22px;
    background: url(images/cvlogo-h.svg) 0 bottom no-repeat;
    background-size: contain;
  }
  .mobile_nav_trigger_open {
    float: right;
    width: 22px;
    height: 22px;
    background: url(images/icon_hamburger.svg) 0 bottom no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .mobile_nav_trigger_close {
    display: none;
    width: 22px;
    height: 22px;
    background: url(images/icon_hamburger_close.svg) 0 bottom no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 1000;
    cursor: pointer;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    float: right;
    margin-top: 13px;
    margin-right: 13px;
  }
  body.admin-bar .mobile_nav_trigger_close {
    top: 46px;
  }
  header nav {
    position: fixed;
    width: 260px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #243F5B;
    z-index: 1000;
    padding: 15px 25px;
    margin-top: 0;
    height: auto;
    margin: 0;
    padding: 0;
    right: -260px;
    overflow-y: scroll;
  }
  header nav .nav_link.nav_first_link,
  header nav .nav_central_links,
  header nav div:last-of-type,
  header nav .nav_link.nav_last_link,
  header nav dv {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
  }
  header nav .nav_link.nav_first_link {
    width: 75px;
    height: 67px;
    background-size: contain;
    display: none;
  }
  header a {
    font-size: 14px;
    color: #F26A21;
  }
  #main-nav {
    height: auto;
    float: left;
    width: auto;
    padding: 15px 25px 0 15px;
  }
  #main-nav ul {
    float: none;
    height: auto;
    display: block;
    text-align: left;
    width: auto;
  }
  #main-nav li {
    float: none;
    height: auto;
    min-width: 0;
    line-height: 1;
  }
  #main-nav li a {
    line-height: 1;
  }
  #main-nav ul li {
    margin-top: 15px;
  }
  #main-nav ul li ul li {
    margin-top: 0;
  }
  #main-nav li a {
    padding: 0;
    padding-bottom: 10px;
  }
  #main-nav ul ul {
    display: block;
    position: relative;
    top: auto;
    background: none;
  }
  #main-nav ul > li:hover > a {
    color: #243F5B;
    background: none;
  }
  #main-nav ul ul li a {
    line-height: 1;
    height: auto;
    padding: 8px 10px;
  }
  #main-nav ul ul li a:hover {
    background: none;
  }
  #main-nav ul > li:hover > a {
    color: #F26A21;
  }
  #main-nav ul uL li:hover a {
    color: white;
  }
  header nav .nav_link.nav_last_link {
    clear: both;
    width: 83px;
    padding-top: 5px;
    margin-left: 15px;
    margin-bottom: 2em;
  }
  header nav .nav_link.nav_last_link a img {
    display: inline-block;
    position: relative;
    top: auto;
  }
  .nav_last_link_label {
    margin-top: 4px;
    display: inline-block;
  }
  #main-nav .current-menu-item a,
  #main-nav ul a:hover {
    background: none;
  }
  #main-nav .current-menu-item > a {
    color: #F26A21;
  }
  #main-nav ul.sub-menu .current-menu-item a {
    color: white;
  }
  .featured_subtitle {
    font-size: 2.2em;
  }
}

/********** GENERAL PAGE **********/
.general_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4em 0;
}

.general_title {
  /*
   font-size: 2em;
   font-weight: bold;
   */
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 1em;
  line-height: 1.35em;
  margin-top: 0.2em;
}

.general_content .general_publication {
  color: #F26A21;
  font-size: 1.3em;
  line-height: 1.8;
}

.general_content .general_publication a {
  text-decoration: none;
  color: inherit;
}

.general_content .general_date {
  font-size: 1.3em;
  margin-bottom: 2em;
}

/********** USER CONTENT **********/
.user_content p {
  font-size: 1.5em;
  line-height: 1.55;
  margin-bottom: 1.2em;
}

.user_content h1, .user_content h2 {
  font-size: 2.25em;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.user_content h1, .user_content h3, .user_content h5 {
  color: #F26A21;
}

.user_content h3, .user_content h4 {
  font-size: 1.85em;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.user_content h5, .user_content h6 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.user_content li {
  font-size: 1.5em;
  line-height: 1.55;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

.user_content li li,
.user_content li li li,
.user_content li li li li {
  font-size: 1em;
  margin-bottom: 0;
}

.user_content ol {
  list-style: decimal;
}

.user_content ul {
  list-style: disc;
}

.user_content ol,
.user_content ul {
  margin-left: 4em;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.user_content ul ul,
.user_content ul ul ul,
.user_content ul ul ul ul,
.user_content ol ol,
.user_content ol ol ol,
.user_content ol ol ol ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  margin-top: 0.5em;
}

.user_content a {
  color: #F26A21;
  font-weight: bold;
}

.user_content a:hover {
  text-decoration: none;
}

.user_content blockquote {
  margin: 0 3em 2em 3em;
  font-weight: bold;
  font-style: italic;
  color: #F26A21;
}

.user_content blockquote p {
  padding-bottom: 0 !important;
}

.user_content div,
.user_content img {
  max-width: 100% !important;
}

.user_content img {
  height: auto !important;
}

/*** align center ***/
.user_content .aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.user_content img.aligncenter {
  margin-bottom: 1%;
}

.user_content .wp-caption.aligncenter {
  margin-bottom: 2.5%;
}

.user_content img.aligncenter,
.user_content .wp-caption.aligncenter,
.user_content .wp-caption img.aligncenter,
.user_content .wp-caption.aligncenter img {
  width: 75% !important;
  padding: 0 !important;
  max-width: 100% !important;
  height: auto !important;
}

.user_content .wp-caption.aligncenter img {
  width: 100% !important;
}

/*** align left ***/
.user_content .alignleft {
  float: left !important;
  margin-right: 3%;
}

.user_content img.alignleft,
.user_content .wp-caption.alignleft {
  margin-bottom: 1.5%;
}

.user_content img.alignleft,
.user_content .wp-caption.alignleft,
.user_content .wp-caption img.alignleft,
.user_content .wp-caption.alignleft img {
  width: 31.25% !important;
  max-width: 250px !important;
  padding: 0 !important;
  height: auto;
}

.user_content .wp-caption.alignleft img {
  width: 100% !important;
}

/*** align right ***/
.user_content .alignright {
  float: right !important;
  margin-left: 3%;
}

.user_content img.alignright,
.user_content .wp-caption.alignright {
  margin-bottom: 1.5%;
}

.user_content img.alignright,
.user_content .wp-caption.alignright,
.user_content .wp-caption img.alignright,
.user_content .wp-caption.alignright img {
  width: 31.25% !important;
  max-width: 250px !important;
  padding: 0 !important;
  height: auto;
}

.user_content .wp-caption.alignright img {
  width: 100% !important;
}

/*** captions ***/
.user_content p.wp-caption-text {
  font-size: 1.4em !important;
}

.user_content div.wp-caption:not(.alignright):not(.alignleft):not(.aligncenter) {
  width: 100% !important;
  position: relative;
}

.user_content .wp-caption {
  margin-bottom: 0;
  position: relative;
}

.user_content p.wp-caption-text {
  background: none;
  padding: 0px;
  bottom: 4%;
  position: relative;
  top: 0;
  font-size: 1.7em;
  left: 0;
  line-height: 1.25em;
  margin-bottom: 1.5%;
}

.user_content .wp-caption.alignnone p.wp-caption-text {
  left: 0%;
  bottom: 7%;
  margin-bottom: 2%;
}

.user_content .wp-caption a {
  /*outline: none !important;*/
  border: 0 !important;
}

/*** custom cta ***/
a.user_cta_link,
.user_cta a {
  text-decoration: none !important;
  color: white !important;
}

.user_cta {
  width: 100%;
  background: #F26A21;
  font-size: 1.65em;
  font-weight: bold;
  padding: 0.8em;
  color: white;
  text-align: center;
  margin: 2em 0 2em 0;
  text-decoration: none !important;
}

.user_cta.user_cta_navy {
  background: #243F5B;
}

.user_content
table {
  margin: 1.75em 0 3.25em 0;
  font-size: 1.4em;
  /*
      border: 1px solid $dk_orange;
      border-collapse: separate;
      */
  border-collapse: collapse;
}

.user_content
tr:nth-child(even) {
  background: #fff7f3;
}

.user_content
td {
  padding: 0.85em;
  /*
      border-left: 1px solid #FFDDC9;
      border-bottom: 1px solid #FFDDC9;
      */
  border: 1px solid #FFDDC9;
}

/********** HOME PAGE **********/
body.home .featured_area {
  border-bottom: 2em solid #F26A21;
}

.home_slide {
  position: relative;
}

.home_infobox_wrapper, .slick_pager_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1200px;
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.home_infobox_inside_wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.home_infobox {
  float: right;
  width: 26.54867%;
  padding: 1em;
  background: #f26a21;
  background: #c4531b;
  background: #bf581d;
  right: 0;
  line-height: 1.25;
  min-height: 2500px;
}

.home_infobox h1, .home_infobox p, .home_infobox a, .home_infobox div {
  color: white;
  text-decoration: none;
  margin-bottom: 1em;
}

.home_infobox h1 {
  font-size: 1.6em;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 3.5em;
  margin-top: 3em;
}

.home_infobox p {
  font-size: 1.4em;
  font-size: 1.3em;
}

.home_infobox_readmore {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
}

.home_infobox_readmore div {
  float: left;
  line-height: 1.7;
}

.home_infobox_readmore div:first-of-type {
  text-decoration: underline;
}

.home_infobox_readmore div:first-of-type:hover,
.home_infobox_readmore div:first-of-type:active,
.home_infobox_readmore div:first-of-type:focus {
  text-decoration: none;
}

.home_infobox_readmore .readmore_arrow {
  float: left;
  margin-left: 0.75em;
  width: 1em;
  height: 1.8em;
  background: url("images/cv-arrow-small-right.png") 0 0 no-repeat;
  margin-bottom: -0.4em;
}

.home_separator {
  width: 100%;
  line-height: 0;
}

.home_separator_triangle {
  padding-bottom: 3.53982%;
  background: url("images/cv-arrow.svg") center 0 no-repeat;
  line-height: 0;
  margin-bottom: 3em;
}

.sidebar {
  float: right;
  width: 26.54867%;
  max-width: 300px;
  border: 1px solid #243F5B;
  padding: 0.9em;
}

.sidebar a, .index_item a {
  text-decoration: none;
  color: inherit;
}

.sidebar .sidebar_items > div:not(:last-of-type) {
  padding-bottom: 1.25em;
  border-bottom: 1px solid #F26A21;
  margin-bottom: 1.25em;
}

.sidebar_thumb img {
  width: 100%;
  height: auto;
}

.sidebar_title, .index_item_news .index_title {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0.5em 0 0.2em 0;
}

.sidebar_pub, .sidebar_date, .sidebar_readmore,
.index_item_news .index_pub, .index_item_news .index_date {
  font-size: 1.5em;
  line-height: 1.6;
}

.sidebar_pub, .index_item_news .index_pub {
  color: #F26A21;
}

.sidebar_readmore a {
  color: #F26A21;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar_cta {
  background: #F26A21;
  color: white;
  font-size: 1.7em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.sidebar_cta {
  color: white;
  text-decoration: none;
  padding: 0.9em;
  margin-top: 1em;
}

.home_main {
  float: left;
  width: 53.09735%;
  max-width: 600px;
  margin-right: 5.84071%;
  /*
   float: none;
   position: absolute;
   right: 366px / $iwidth * 100%;
   padding-bottom: 5em;
   display: inline-block;
   */
  margin-left: 14%;
}

.home_main h1 {
  margin-bottom: 0.8em;
  font-size: 2.9em;
  line-height: 1.175;
  margin-bottom: 0.4em;
}

.home_main h1:not(:first-of-type) {
  margin-top: 1.25em;
  margin-bottom: 0.4em;
  margin-top: 1.8em;
}

.featured_candidates_grid {
  margin-top: 1.5em;
  margin-bottom: -1.7em;
}

.featured_candidates_grid .featured_candidate_slot {
  position: relative;
  width: 33.33333333%;
  height: 0;
  padding-bottom: 50%;
  float: left;
  line-height: 0;
  background: black;
}

.featured_candidates_grid .featured_candidate_slot .featured_candidate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured_candidates_grid .featured_candidate_slot .featured_candidate img {
  width: 100%;
  height: auto;
  opacity: 0.9;
  line-height: 0;
}

.featured_candidates_grid .featured_candidate_slot .featured_candidate img:hover {
  opacity: 1;
}

.featured_candidates_grid div.featured_candidates_name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2em;
  line-height: 2em;
  color: white;
  font-size: 1.5em;
  padding-left: 0.7em;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

@media all and (max-width: 1000px) {
  .featured_candidates_grid div.featured_candidates_name {
    font-size: 1.4em;
  }
}

@media all and (max-width: 850px) {
  .featured_candidates_grid div.featured_candidates_name {
    font-size: 1.3em;
  }
}

@media all and (max-width: 450px) {
  .featured_candidates_grid div.featured_candidates_name {
    font-size: 1.1em;
  }
}

@media all and (max-width: 380px) {
  .featured_candidates_grid div.featured_candidates_name {
    font-size: 1em;
  }
}

@media all and (max-width: 340px) {
  .featured_candidates_grid div.featured_candidates_name {
    font-size: 0.9em;
  }
}

.home_main p {
  font-size: 1.5em;
  line-height: 2em;
  margin: 0.75em 0;
}

/*** slick slider defaults ***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/*
.slick-list:focus
{
   outline: none;
}
*/
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*** slick slider - our changes ***/
.slick_pager_wrapper {
  height: auto;
}

.slick_pager {
  float: right;
  width: 26.54867%;
  padding: 1em;
  padding: 0.25em 1em;
  line-height: 1.25;
}

.slick_dots {
  text-align: left;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  top: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  text-align: left !important;
}

.slick-dots li {
  margin-top: 2em !important;
  border: 1px solid white !important;
  float: left;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.5);
}

.slick-dots li button {
  visibility: hidden;
}

@media all and (max-width: 900px) {
  .slick-dots li {
    width: 1.5em;
    height: 1.5em;
  }
  .home_infobox h1 {
    margin-top: 2.5em;
  }
}

/********** NEWS INDEX PAGE **********/
html.html_news {
  overflow-y: scroll;
}

body.post_type_post .featured_area {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 3em;
}

.index_content {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 5em 0;
}

.index_content.index_content_news {
  padding-bottom: 3em;
}

body.body_news .index_items {
  margin-top: 3em;
}

.index_items > div {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.index_items > div:nth-child(3n) {
  margin: 0;
  float: right;
}

.index_items > div:nth-child(3n+4) {
  clear: both;
}

.index_items > div:nth-child(n+4) {
  padding-top: 2em;
  border-top: 1px solid #F26A21;
}

.index_item {
  padding-bottom: 1.25em;
}

.index_item.index_item_citizen_story {
  padding-bottom: 2.5em;
}

.index_items.index_items_citizen_stories > div:nth-child(n+4) {
  padding-top: 2.5em;
}

.index_item img {
  width: 100%;
  height: auto;
}

.index_quote {
  font-size: 2.2em;
  font-weight: 200;
  margin: 1em 0 1.05em 0;
}

.index_item_citizen_story .index_title {
  font-size: 1.3em;
  font-weight: bold;
  color: #F26A21;
  line-height: 1.5;
}

.index_item_citizen_story .index_subtitle,
.index_item_citizen_story .index_subtitle .user_content p {
  font-weight: 400;
  font-size: 1.3em;
}

.news_select_cats {
  display: flex;
  justify-content: space-between;
}

.news_select_cat {
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-bottom: 1em;
  width: 100%;
  height: 100%;
  padding: 0 2em;
  flex-grow: 1;
  flex-basis: 0;
}

@media all and (max-width: 850px) {
  .news_select_cat {
    font-size: 1.25em;
  }
}

@media all and (max-width: 650px) {
  .news_select_cat {
    padding: 1em;
    font-size: 0 1.25em;
  }
}

@media all and (max-width: 400px) {
  .news_select_cat {
    padding: 0 0.5em;
    font-size: 1em;
  }
}

@media all and (max-width: 350px) {
  .news_select_cat {
    padding: 0 0.25em;
  }
}

.news_select_cat {
  color: grey;
  filter: grayscale(100%);
}

.news_select_cat:hover,
.news_select_cat.news_select_cat_current {
  color: #243F5B;
  filter: none;
}

.news_select_cat img {
  width: 100%;
  height: auto;
  height: 100%;
}

#news_category_head {
  text-align: center;
  font-size: 3em;
  padding: 1.25em 0 1em 0;
}

.news_pagination {
  text-align: center;
}

.news_page_button {
  display: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
  background: #F26A21;
  padding: 0.75em;
  font-size: 1.65em;
  margin: 0 0.25em 1.5em 0.25em;
  width: 12em;
}

.news_spinner {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: url("images/map_spinner.gif") center center no-repeat;
  background-size: contain;
}

/********** INDIVIDUAL NEWS PAGE **********/
body.post_type_post .general_content {
  padding-top: 0.5em;
}

.news-author {
  width: 100%;
  padding-bottom: 2.5em;
}

.news-author.general_content {
  padding-top: 0;
  margin-top: -5em;
}

.news-author hr {
  border: none;
  height: 1px;
  background-color: rgba(212, 120, 70, 0.3);
  max-width: 300px;
  width: 100%;
  margin: 0.5em 0 0.7em 0;
}

.news-author h2 {
  font-size: 2.1em;
  font-weight: 600;
  padding: 0.865em 0 1em 0;
}

.news-author img {
  float: left;
  width: 180px;
}

.news-author_details {
  margin-left: 203px;
  width: auto;
  overflow: hidden;
}

.news-author_name {
  font-weight: 600;
  color: #F26A21;
  font-size: 1.9em;
  margin-bottom: 7px;
}

.news-author_bio {
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 0.1em;
}

.news-author_bio a {
  color: #243F5B;
  font-weight: 600;
}

.news-author a:active,
.news-author a:focus,
.news-author a:hover {
  text-decoration: none;
}

.general_author {
  color: #243F5B;
}

.general_author a {
  color: #243F5B;
}

@media all and (max-width: 767px) {
  #news-author hr {
    margin-top: 3em;
  }
}

@media all and (max-width: 599px) {
  .news-author.general_content {
    margin-top: -4em;
  }
  .news-author img {
    float: none;
  }
  .news-author_details {
    margin-left: 0;
  }
  .news-author_name {
    padding-top: 0.8em;
  }
}

/********** CITIZEN STORY PAGE **********/
.citizen_story_quote {
  font-size: 2.75em;
  font-weight: 200;
  margin: 1.2em auto 1.1em auto;
  text-align: left;
}

.citizen_story_video {
  margin-bottom: 3em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********** WHO WE ARE PAGE **********/
h1.index_subhead_bios {
  color: #F26A21;
  font-weight: bold;
  font-size: 2.75em;
  margin: 1em 0 1.5em 0;
  text-transform: uppercase;
}

.index_items.index_items_bios > div {
  width: 50%;
  margin: 0;
}

.index_items.index_items_bios > div:nth-of-type(odd) {
  padding-right: 2.5%;
  clear: both;
  float: left;
}

.index_items.index_items_bios > div:nth-of-type(even) {
  padding-left: 2.5%;
  float: left;
}

.index_item_bio {
  width: 48%;
}

.index_item_bio img {
  max-width: 275px;
}

.index_bios .index_item a {
  text-decoration: underline;
}

.index_bios .index_item a:hover {
  text-decoration: none;
}

.index_items .index_item_bio .index_title,
.index_items .index_item_bio .index_job_title {
  font-size: 1.75em;
  margin: 0.5em 0;
  font-weight: bold;
}

.index_items .index_item_bio .index_title {
  font-size: 2em;
  margin-bottom: 7px;
}

.index_items .index_item_bio .index_job_title {
  font-size: 1.5em;
}

.index_pronouns, .pronouns {
  font-size: 0.65em;
  font-weight: 600;
}

.bio_email a {
  color: #243F5B;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.35em;
  font-weight: 600;
}

.bio_email a:hover,
.bio_email a:active,
.bio_email a:focus {
  background: white;
}

.index_items .index_item_bio .index_title {
  color: #F26A21;
  padding-top: 0.25em;
}

.index_items .index_item_bio .index_job_title {
  padding-bottom: 0.5em;
}

.index_items.index_items_bios > div {
  clear: none;
  border: none;
  padding-top: 0;
}

.index_items.index_items_bios > div:nth-child(n+3) {
  padding-top: 1.5em;
  /*
   padding-top: 2em;
   border-top: 1px solid $dk_orange;   
   */
}

@media all and (max-width: 767px) {
  .index_bios .index_items.index_items_bios
.index_title {
    font-size: 2.6em !important;
  }
  .index_bios .index_items.index_items_bios
.index_job_title {
    font-size: 2.1em !important;
  }
  .index_bios .index_items.index_items_bios
span.index_pronouns {
    display: block;
    margin-top: 0.35em;
  }
  .index_bios .index_items.index_items_bios
.bio_email {
    font-size: 1.4em !important;
  }
  .index_bios .index_items.index_items_bios
.user_content p {
    font-size: 2.2em !important;
  }
}

/********** ENDORSEMENTS & INDIVIDUAL REPRESENTATIVE PAGES **********/
body.body_2021-clean-virginia-endorsements
.user_content
blockquote
,
body.body_rate-case-headquarters
.user_content
blockquote {
  color: #243F5B;
  font-weight: 400;
  margin: 3em 0 1em 0;
  padding: 2em;
  font-style: normal;
  border: 1px solid #F26A21;
  font-size: 0.95em;
  background: rgba(242, 106, 33, 0.05);
}

body.body_2021-clean-virginia-endorsements
.user_content
blockquote
p
,
body.body_rate-case-headquarters
.user_content
blockquote
p {
  margin-bottom: 0;
}

body.body_rate-case-headquarters
.user_content
blockquote {
  margin: 3em 0 3em 0;
}

body .champions_grids h1,
body .champions_grids h1 a {
  font-weight: normal;
}

body .champions_grids h1 {
  margin-bottom: 0.4em;
}

.rep_grid_anchor_link {
  display: block;
  margin-top: 0.6em;
  font-size: 0.6em;
}

.rep_grid_anchor_link a {
  font-weight: normal;
}

.rep_grid {
  text-align: center;
}

.rep_grid_filters > div {
  float: right;
  width: 50%;
  background: #fef0e8;
  padding: 1.5em;
  border: 1px solid #ffdeca;
}

.rep_grid_filters > div:first-of-type {
  float: left;
}

body.body_2021-clean-virginia-endorsements .rep_grid_filters > div:last-of-type {
  /*border-left: none;*/
}

.rep_grid_search {
  margin: 2em 0;
}

.rep_grid_search label {
  display: block;
  color: #243F5B;
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.rep_grid_search_address_wrapper {
  width: auto;
  overflow: hidden;
}

.rep_grid_search input,
.rep_grid_search button {
  color: #243F5B;
  height: 2em;
}

.rep_grid_search input {
  width: 100%;
  margin-right: 2%;
  border: 1px solid rgba(36, 63, 91, 0.5);
  padding: 5px 5px 5px 5px;
  font-size: 1.5em;
  background: #fcfcfc;
  margin-bottom: 0.5em;
}

.rep_grid_search button {
  float: right;
  background: white;
  width: 28%;
  color: white;
  background: #F26A21;
  border: 1px solid #F26A21;
  border-radius: 2px;
  padding: 3px 0 4px 0;
  font-size: 1.4em;
  margin-left: 10px;
}

#rep_grid_search_noresults,
#rep_grid_search_address {
  display: none;
  color: #F26A21;
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}

#rep_grid_search_address {
  font-weight: 400;
}

.rep_grid_chamber.rep_grid_search_results {
  float: left;
  width: 22%;
  margin-right: 4%;
}

.rep_grid_chamber.rep_grid_search_results h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.rep_grid_chamber.rep_grid_search_results .rep_grid div.rep_grid_card {
  width: 100%;
}

.rep_grid_filter_button {
  font-family: "Montserrat", "Helvetica", "Arial", non-serif;
  float: left;
  background: white;
  font-size: 1.25em;
  color: white;
  font-weight: 600;
  border-radius: 2px;
  border: none;
  padding: 0.5em 0.65em;
  margin-right: 2%;
  width: 32%;
  cursor: pointer;
  color: #F26A21;
  font-weight: 600;
  text-align: center;
}

.rep_grid_filters > div > button:last-of-type {
  margin-right: 0;
}

.rep_grid_filter_button_active {
  background: #F26A21;
  color: white;
  cursor: default;
}

.user_content .rep_grid_chamber h3 {
  font-size: 2em;
  margin-bottom: 0.7em;
}

.rep_grid div.rep_grid_card,
.endorsements_statewide li {
  width: 22%;
  margin: 1em 4% 2em 0;
  float: left;
  text-align: left;
}

.endorsements_statewide li {
  font-size: 1em;
  list-style: none;
  padding-left: 0;
}

.endorsements_statewide ul {
  margin: 0;
}

.endorsements_statewide h2,
.endorsements_statewide p {
  clear: both;
}

.endorsements_statewide li:nth-of-type(4n),
.rep_grid > div:nth-of-type(4n) {
  margin-right: 0;
}

.endorsements_statewide li:nth-of-type(4n+1),
.rep_grid > div:nth-of-type(4n+1) {
  clear: both;
}

div.rep_grid_imagebox {
  position: relative;
  line-height: 0;
}

.user_content .rep_grid_card a {
  text-decoration: none;
}

.rep_grid div .rep_grid_endorsed_check,
.endorsements_statewide div .rep_grid_endorsed_check {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 5em;
}

.rep_grid div.rep_grid_repstatus {
  position: absolute;
  bottom: 0;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.5em 0.6em;
  font-size: 1.5em;
  background: #F26A21;
  margin-bottom: 0.7em;
  width: auto;
  font-weight: 600;
}

.rep_grid div p,
.endorsements_statewide li p {
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 0.3em;
  line-height: 1.25;
  margin-bottom: 0.175em;
  color: #F26A21;
}

.endorsements_statewide_addl_info {
  color: #243F5B;
  margin-bottom: 0.25em;
  font-size: 1.3em;
  font-weight: 600;
}

.endorsements_statewide_gov {
  margin-right: 0;
}

.endorsements_statewide_gov,
.endorsements_statewide_ag {
  float: left;
  width: 26%;
  margin-bottom: 3em;
  margin-right: 5.5%;
}

.endorsements_statewide_ag {
  margin-right: 0;
}

.endorsements_statewide .endorsements_statewide_gov li,
.endorsements_statewide .endorsements_statewide_ag li {
  width: 100%;
}

.endorsements_statewide .endorsements_statewide_gov h2,
.endorsements_statewide .endorsements_statewide_ag h2 {
  margin-bottom: 0.35em;
}

.rep_grid .rep_grid_district {
  color: #243F5B;
  margin-bottom: 0.25em;
  font-size: 1.3em;
  font-weight: 600;
}

.rep_grid div a {
  text-decoration: none;
}

.rep_grid div img {
  width: 100%;
  height: auto;
}

.rep_page_sidebar, .bill_image {
  width: 30%;
  float: left;
}

.rep_page_photo {
  position: relative;
}

.rep_page_photo img {
  width: 100%;
  height: auto;
}

.rep_winner {
  position: absolute;
  bottom: 0.8em;
  padding: 0.35em 0.7em;
  background: #F26A21;
  color: white;
  font-size: 2.15em;
  text-transform: uppercase;
  line-height: 1;
}

.rep_page_donate_button {
  background: #F26A21;
  padding: 0.6em;
  font-size: 1.7em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  margin: 0.85em 0 0 0;
}

.rep_page_social_links {
  margin-top: 0.85em;
  font-size: 1.7em;
}

.social_icon {
  width: 1.85em;
  height: 1.85em;
  margin-right: 0.5em;
  float: left;
}

.social_icon_facebook {
  background: url("images/icon_facebook.svg") no-repeat;
}

.social_icon_twitter {
  background: url("images/icon_twitter.svg") no-repeat;
}

.social_icon_instagram {
  background: url("images/icon_instagram.svg") no-repeat;
}

.rep_page_contact {
  margin-top: 1.445em;
}

.rep_page_phone, .rep_page_email {
  font-size: 1.2em;
  line-height: 1.45;
  margin: 0.5em 0;
}

/*
.rep_page_phone a, .rep_page_email a
{
   font-weight: 400;
   color: $navy;
}
*/
.rep_page_content, .bill_details {
  width: 65%;
  float: right;
}

.rep_page_name {
  font-size: 3em;
}

.rep_page_type, .bill_cat {
  font-size: 2em;
  font-weight: bold;
  margin-top: 0.35em;
  margin: 0.65em 0 0.5em 0;
  color: #F26A21;
}

.rep_page_district {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

@media all and (max-width: 767px) {
  body.body_2021-clean-virginia-endorsements .general_content {
    padding-top: 3em;
  }
  .endorsements_statewide_gov,
  .endorsements_statewide_ag {
    width: 47%;
    margin-bottom: 3em;
    margin-right: 6%;
  }
  .endorsements_statewide_ag {
    margin-right: 0;
  }
  .endorsements_statewide .endorsements_statewide_gov h2,
  .endorsements_statewide .endorsements_statewide_ag h2 {
    margin-bottom: 1em;
  }
  .rep_grid_filters {
    margin-top: 6%;
  }
  .rep_grid_filters > div {
    padding: 0.75em;
  }
  .rep_grid_filter_button {
    font-size: 0.775em;
  }
  body .champions_grids h1 {
    font-size: 2.15em;
    margin-bottom: 1.25em;
    margin-top: 1.1em;
  }
  .rep_grid div.rep_grid_card,
  .endorsements_statewide li,
  .rep_grid_chamber.rep_grid_search_results {
    float: left;
    width: 47%;
    margin: 0 6% 6% 0;
  }
  .rep_grid div:nth-of-type(3n+1),
  .endorsements_statewide li:nth-of-type(3n+1) {
    clear: none;
  }
  .rep_grid div:nth-of-type(odd),
  .endorsements_statewide li:nth-of-type(odd) {
    clear: both;
  }
  .rep_grid div:nth-of-type(even),
  .endorsements_statewide li:nth-of-type(even) {
    margin-right: 0;
  }
  .rep_page_sidebar {
    width: 40%;
    font-size: 0.85em;
  }
  .rep_page_content {
    width: 55%;
    font-size: 0.85em;
  }
}

@media all and (max-width: 640px) {
  .rep_grid_filters > div {
    float: none;
    width: 100%;
    padding: 1em;
  }
  body.body_2021-clean-virginia-endorsementss .rep_grid_filters > div:last-of-type {
    border-top: none;
    border-left: 1px solid #ffd3b8;
  }
  body.body_the-list .rep_grid_filters > div:last-of-type {
    border-top: 1px solid #ffd3b8;
  }
  .rep_grid_filter_button {
    font-size: 0.9em;
  }
  .rep_grid_filters_chamber {
    clear: both;
  }
}

@media all and (max-width: 525px) {
  .endorsements_statewide_gov,
  .endorsements_statewide_ag {
    float: none;
    width: 225px;
    margin-bottom: 3em;
    margin-right: 0;
  }
  .endorsements_statewide_gov img,
  .endorsements_statewide_ag img {
    width: 100%;
    max-width: 250px !important;
  }
  .endorsements_statewide li {
    margin-bottom: 0;
    font-size: 1.15em;
  }
}

@media all and (max-width: 465px) {
  .rep_page_sidebar, .rep_page_content {
    float: none;
    width: 100%;
    font-size: 1em;
  }
  .rep_page_sidebar img,
  .rep_page_donate_button {
    width: 50%;
  }
  .rep_page_name {
    margin-top: 0.8em;
  }
}

/********** MAP PAGE **********/
.yourmap_instructions {
  width: 100%;
  max-width: 850px;
  margin: 4em auto 1em auto;
  padding: 2em;
  border: 1px solid #F26A21;
}

.yourmap_instructions_title {
  font-size: 2.9em;
  text-align: center;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #243F5B;
  margin-bottom: 0.6em;
}

.yourmap_instructions_content {
  font-size: 1.5em;
  line-height: 1.8;
}

.yourmap_repgrid_canvas {
  display: none;
  background: rgba(243, 106, 34, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.yourmap_repgrid_container_inner {
  display: none;
  width: 95%;
  max-width: 850px;
  background: #e7eaed;
  border: 1px solid #243F5B;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
  z-index: 10000 !important;
}

.yourmap_repgrid {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2.65487%;
  max-height: calc(95vh);
}

.yourmap_repgrid_close {
  position: absolute;
  background: url("images/icon_repbox_close.png") 0 0 no-repeat;
  background-size: contain;
  top: -1.5em;
  right: -1.6em;
  width: 3em;
  height: 3em;
  cursor: pointer;
}

.yourmap_repgrid {
  /*flex-wrap: wrap;*/
  /*max-height: calc(100vh - 225px);*/
}

.yourmap_repgrid_rep_container {
  width: 50%;
  flex-grow: 1;
  flex-basis: 50%;
}

.yourmap_repgrid_rep_container_house {
  float: left;
  border-right: 1px solid #243F5B;
}

.yourmap_repgrid_rep_container_senate {
  float: right;
}

.yourmap_repgrid_rep {
  width: 100%;
  padding: 0 2em;
  text-align: center;
}

.yourmap_repgrid_photo {
  position: relative;
  display: inline-block;
  width: 50%;
}

.yourmap_repgrid_photo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

#rg_s_icon_notchampion,
#rg_d_icon_notchampion {
  background: url("images/icon_repbox_notchampion.png") 0 0 no-repeat;
}

#rg_s_icon_champion,
#rg_d_icon_champion {
  background: url("images/icon_repbox_champion.png") 0 0 no-repeat;
}

#rg_s_icon_notchampion,
#rg_d_icon_notchampion,
#rg_s_icon_champion,
#rg_d_icon_champion {
  display: block;
  position: absolute;
  width: 6em;
  height: 6em;
  background-size: contain;
  right: -3em;
  bottom: -3em;
}

#rg_s_icon_champion,
#rg_d_icon_champion {
  width: 7em;
  right: -4em;
}

.yourmap_repgrid_info {
  margin-top: 1.3em;
}

.yourmap_repgrid_info > div {
  line-height: 1.3;
}

.yourmap_repgrid_info_type,
.yourmap_repgrid_info_district {
  font-size: 1.5em;
}

.yourmap_repgrid_info_name {
  font-size: 2em;
  font-weight: bold;
}

.yourmap_repgrid_box {
  position: relative;
  width: 100%;
  padding: 0.65em 0.5em;
  color: white;
  text-align: center;
  /*border: 1px solid white;*/
  background: #243F5B;
  line-height: 1.25;
  margin-top: 13px;
}

.yourmap_repgrid_box a {
  color: white;
}

.yourmap_repgrid_box > div:first-of-type {
  font-size: 1.7em;
}

.yourmap_repgrid_box > div:last-of-type {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
}

.yourmap_repgrid_box.yourmap_repgrid_box_contrib {
  background: none;
  color: #243F5B;
  font-weight: bold;
  font-size: 2em;
  border: none;
  padding-bottom: 0;
  margin-top: 0.5em;
}

#rg_d_champion,
#rg_s_champion {
  display: none;
  color: #F26A21;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: 0;
}

#rg_s_dom,
#rg_s_apco,
#rg_d_dom,
#rg_d_apco {
  font-size: 1em;
  text-transform: none;
  /*text-decoration: underline;*/
}

.yourmap_repgrid_box_pinkslip {
  position: relative;
  background: #E67A72;
}

.yourmap_method {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 100%;
  padding: 1em;
  font-size: 1.3em;
  background-color: #243F5B;
  color: white;
  font-weight: 400;
}

.yourmap_method.yourmap_method_pinkslip {
  color: white;
  background-color: #E67A72;
}

.yourmap_method p {
  margin-bottom: 0.5em;
}

.yourmap_method p:last-of-type {
  text-align: right;
}

.yourmap_method_trigger {
  position: absolute;
  cursor: pointer;
  top: -1.3em;
  right: -1.3em;
  width: 2.6em;
  height: 2.6em;
  background: url("images/icon_asterisk_pink.png") 0 0 no-repeat;
  background-size: contain;
}

.yourmap_method_trigger_tax {
  background-image: url("images/icon_asterisk_navy.png");
}

.yourmap_repgrid_box.yourmap_repgrid_box_contact {
  line-height: 1.5;
}

.yourmap_repgrid_box.yourmap_repgrid_box_contact > div:first-of-type {
  font-weight: bold;
  font-size: 2em;
}

.yourmap_repgrid_box.yourmap_repgrid_box_contact > div:last-of-type,
.yourmap_repgrid_box.yourmap_repgrid_box_contact > div {
  font-weight: 400;
  font-size: 1.5em;
  text-transform: none;
}

.yourmap_repgrid_box_contact_challenger, .yourmap_repgrid_box_donate {
  display: none;
  background: #F26A21;
}

.yourmap_repgrid_box_contact_challenger {
  line-height: 1.3;
}

a#rg_d_contact_challenger_link,
a#rg_s_contact_challenger_link {
  text-decoration: none;
}

.yourmap_repgrid_box.yourmap_repgrid_box_contact_challenger > div {
  text-decoration: underline;
}

.yourmap_repgrid_box.yourmap_repgrid_box_contact_challenger > div:hover {
  text-decoration: none;
}

.yourmap_repgrid_box.yourmap_repgrid_box_contact_challenger > div:last-of-type {
  text-transform: none;
}

a#rg_s_donate_link,
a#rg_d_donate_link {
  text-decoration: none;
}

.yourmap_repgrid_box.yourmap_repgrid_box_donate > div:first-of-type {
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}

.yourmap_repgrid_box_updated {
  background: none;
  text-align: right;
  padding: 0;
  font-size: 1.3em;
  color: #243F5B;
}

/*** map embed container  ***/
#yourmap_map_container {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}

#yourmap_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  height: 550px;
  padding-bottom: 0;
}

#yourmap_map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*** map embed -- from previous poc ***/
#pel-cvmap {
  height: 100%;
  z-index: 1;
}

#pel-cvmap-toggles {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  background: white;
  font-size: 1.1em;
  padding: 0;
  z-index: 2;
}

#pel-cvmap-toggles div {
  cursor: pointer;
  float: left;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  font-weight: 500;
  z-index: 2;
}

#pel-cvmap-toggle-senate {
  padding-right: 3px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

#pel-cvmap-toggle-house {
  font-weight: 400;
  padding-left: 6px;
  color: #565656;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

#pel-cvmap-toggle-senate.selected,
#pel-cvmap-toggle-house.selected {
  font-weight: 500;
  box-shadow: none;
}

#pel-cvmap-toggle-senate.selected {
  background: rgba(243, 106, 34, 0.4);
}

#pel-cvmap-toggle-house.selected {
  background: rgba(254, 206, 7, 0.5);
}

.pel-cvmap-pledge-icon {
  height: 16px;
  width: 16px;
  line-height: 0;
  margin: 2px 0 0 0;
  padding: 0;
  vertical-align: bottom;
}

.pel-cvmap-headshot {
  width: 85px;
  height: auto;
}

#pel-cvmap-infoarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6em;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 2;
}

#pel-cvmap-address-field input {
  position: absolute;
  left: 1%;
  width: 80% !important;
  max-width: 600px;
  border: 1px solid #243F5B;
  font-size: 1.4em;
  line-height: 1em;
  color: #243F5B;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5em;
  z-index: 2;
}

.yourmap_spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("images/map_spinner.gif") center center no-repeat;
  background-size: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

#mobile_indicator {
  display: none;
}

@media all and (max-width: 767px) {
  #mobile_indicator {
    display: block;
  }
  #pel-cvmap-address-field input {
    width: 65% !important;
    font-size: 16px;
    padding: 5px;
  }
  #yourmap_map {
    height: 425px;
  }
  .yourmap_repgrid_container_inner {
    font-size: 0.85em;
    width: 90%;
  }
  .yourmap_repgrid {
    max-height: calc(80vh);
  }
  #pel-cvmap-toggles {
    font-size: 1.65em;
  }
}

/************** **/
body.post_type_page .featured_area {
  background: black;
}

body.post_type_page .featured_area img {
  opacity: 0.7;
}

.featured_title {
  font-size: 4em;
}

@media all and (max-width: 767px) {
  body.post_type_page.home .featured_area {
    background: #F26A21;
  }
  body.post_type_page.home .featured_area img {
    opacity: 1;
  }
  .home_main, .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    font-size: 1.5em;
  }
  .sidebar {
    margin-top: 5em;
  }
  .sidebar_title {
    font-size: 2em;
  }
  .sidebar_pub, .sidebar_date, .sidebar_readmore, .index_item_news .index_pub, .index_item_news .index_date {
    font-size: 1.8em;
  }
  .index_item_news .index_title {
    font-size: 2em;
  }
  .index_items .index_item_bio .index_title, .index_items .index_item_bio .index_job_title {
    font-size: 2em;
  }
  .slick_pager_wrapper {
    left: auto;
    transform: none;
    padding: 0 !important;
    position: relative;
  }
  .slick_pager {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  .slick-dots {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-align: center !important;
  }
  .slick-dots li {
    float: none !important;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 0.5em 1em !important;
  }
  .featured_area_home a {
    text-decoration: none;
  }
  .home_infobox_wrapper {
    position: relative;
    top: auto;
    left: 0;
    transform: none;
    max-width: none;
    padding: 0 !important;
    background-color: #F26A21;
  }
  .home_infobox_inside_wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0;
    font-size: 1.45em;
  }
  .home_infobox {
    float: none;
    width: 100%;
    right: auto;
    min-height: 0;
    padding: 7px 13px;
    background: #F26A21;
  }
  .home_infobox h1 {
    margin-top: 0.5em;
    font-size: 1.9em;
  }
  .home_infobox p {
    font-size: 1.5em;
    line-height: 1.5;
  }
  .home_infobox_readmore div {
    font-size: 1.2em;
  }
  .readmore_arrow {
    display: none;
  }
  footer {
    font-size: 1.8em;
  }
  .footer2 p {
    margin: 20px 0;
  }
  .general_content {
    font-size: 1.6em;
    padding: 1em 0;
  }
  .index_items > div {
    width: 47%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .index_items > div:nth-child(n+4) {
    clear: none;
  }
  .index_items > div:nth-child(3n) {
    margin: 0;
    float: auto;
  }
  .index_items > div:nth-child(2n+1) {
    clear: both;
  }
  .index_items > div:nth-child(n+3) {
    padding-top: 2em;
    border-top: 1px solid #F26A21;
  }
  .index_items.index_items_citizen_stories > div:nth-child(n+4) {
    padding-top: 2.5em;
  }
  .index_items > div:nth-child(odd) {
    margin-right: 6%;
    clear: both;
    float: left;
  }
  .index_items > div:nth-child(even) {
    float: right;
  }
  .index_bios .index_items > div:nth-child(odd) {
    margin-right: 0;
  }
  .index_bios .index_title,
  .index_bios .index_job_title,
  .index_bios .user_content p {
    font-size: 1.8em;
    font-size: 2.4em !important;
  }
  .index_items.index_items_bios > div:nth-child(n+3) {
    padding-top: 1.5em;
    border-top: none;
  }
  .index_item_citizen_story .index_title {
    font-size: 1.5em;
  }
  .index_item_citizen_story .index_subtitle,
  .index_item_citizen_story .index_subtitle .user_content p {
    font-size: 1.6em;
    line-height: 1.4;
  }
}

/********** RESOURCES PAGE **********/
body.body_resources #grid3 div {
  float: left !important;
  width: 30% !important;
  margin: 1.5% 1.5% 1.5% 0 !important;
}

body.body_resources #grid3 div:nth-of-type(3n+1) {
  clear: both;
}

body.body_resources #grid3 h2 {
  margin-bottom: 0.75em;
}

body.body_resources #grid3 div img {
  border: 1px solid #cecece !important;
  width: 60%;
  margin-bottom: 0.65em;
  border: none !important;
}

body.body_resources #grid3 div a {
  color: #243F5B;
}

body.body_resources #grid3 div p {
  /*text-align: center;*/
  margin-bottom: 0;
}

.resources_pdf_warning {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 1.5em;
  color: #a61e31;
  color: black;
  color: #243F5B;
}

@media all and (max-width: 767px) {
  body.body_resources #grid3 div {
    float: left !important;
    width: 45% !important;
    margin: 0 6% 0 0 !important;
  }
  body.body_resources #grid3 div:nth-of-type(3n+1) {
    clear: none;
  }
  body.body_resources #grid3 div:nth-of-type(odd) {
    clear: both;
  }
  body.body_resources #grid3 div:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

/********** BILLS & BILL PAGE **********/
.bill_image
img {
  width: 100%;
  height: auto;
}

body.single-bill
nav:not a {
  color: unset;
}

body.single-bill
.user_content a {
  color: #F26A21;
}

body.single-bill
.bill_title {
  font-size: 3em;
  line-height: 1.2;
}

body.single-bill
.bill_description {
  margin-top: 4em;
}

body.single-bill
.bill_patrons > a:nth-of-type(2) > div {
  margin-left: 5%;
}

body.single-bill
.bill_patron {
  width: 100%;
  max-width: 240px;
  float: left;
}

body.single-bill
.bill_patron_header {
  font-size: 2.3em;
  font-weight: 600;
  margin-top: 0.7em;
  margin-bottom: 0.9em;
  width: 100%;
}

body.single-bill
.bill_patron_image {
  width: 100%;
}

body.single-bill
.bill_patron_image img {
  width: 100%;
  height: auto;
}

body.single-bill
.bill_patron_name {
  font-size: 1.7em;
  margin-top: 0.7em;
  line-height: 1.25;
  margin-bottom: 0.3em;
  font-weight: 700;
  color: #F26A21;
}

body.single-bill
.bill_patron_type {
  font-size: 1.5em;
  font-weight: 600;
  color: #243F5B;
}

body.body_legislation
.user_content > div {
  margin-top: 2em;
  margin-bottom: 1.25em;
}

body.body_legislation
.user_content > div:first-of-type {
  margin-top: 1.5em;
}

body.body_legislation
.bills_type_title {
  clear: both;
  font-size: 2.6em;
  font-weight: 600;
  color: #F26A21;
}

body.body_legislation
.bills_list > div {
  margin-bottom: 3em;
}

body.body_legislation
.bills_list > div:last-of-type {
  margin-bottom: 0;
}

body.body_legislation
.bill_image {
  clear: both;
  max-width: 175px;
  width: 17%;
  float: left;
}

body.body_legislation
.bill_details {
  width: 79%;
}

body.body_legislation
.bill_title {
  font-size: 2em;
  line-height: 1.3;
  color: #243F5B;
  font-weight: 400;
}

body.body_legislation
.bill_third_party_name {
  font-size: 1.5em;
  color: #243F5B;
  font-weight: 600;
  margin-top: 1em;
}

@media all and (max-width: 767px) {
  body.body_legislation
.general_content {
    padding-top: 3em;
  }
  body.body_legislation
.bill_image {
    width: 22%;
  }
  body.body_legislation
.bill_details {
    width: 74%;
  }
  body.body_legislation
.user_content > div:first-of-type {
    margin-top: 1em;
  }
  body.body_legislation
.bills_list > div {
    margin-bottom: 3.5em;
  }
  body.single-bill
.bill_image {
    float: none;
    width: 42%;
    margin-top: 1.25em;
  }
  body.single-bill
.bill_details {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 2em;
  }
  body.single-bill
.bill_description {
    margin-top: 1.25em;
  }
  body.single-bill
.bill_patron_header {
    margin-top: 0.5em;
  }
  body.single-bill
.bill_patron {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 2.5%;
  }
  body.single-bill
.bill_patrons > a:nth-of-type(2) > div {
    margin-left: 0;
    padding-right: 0;
    padding-left: 2.5%;
  }
}

/********** STYLES FOR EVERY ACTION FORM ON TAKE ACTION PAGE **********/
div:not(#newsletter_modal) > .ngp-form {
  color: #243F5B;
}

div:not(#newsletter_modal) > .ngp-form
header
a {
  color: #243F5B;
  font-size: 1em;
}

div:not(#newsletter_modal) > .ngp-form
header.at-title {
  padding: 0 0 1.5rem 0;
  color: #F26A21;
  text-align: left;
}

div:not(#newsletter_modal) > .ngp-form
header.HeaderHtml {
  padding-left: 0;
  padding-right: 0;
}

div:not(#newsletter_modal) > .ngp-form
.at-step.active {
  border-bottom-color: #e68d5a;
}

div:not(#newsletter_modal) > .ngp-form
.btn-at-primary {
  background-color: #F26A21;
}

div:not(#newsletter_modal) > .ngp-form
.btn-at-primary:hover {
  opacity: 0.9;
}

/********** FLOATING SOCIAL MEDIA TOOLBAR... UGH! **********/
#cv_sm_toolbar {
  position: fixed;
  left: 0;
  top: 20%;
}

#cv_sm_toolbar
li {
  position: relative;
  line-height: 0;
}

#cv_sm_toolbar
li a, #cv_sm_toolbar
li
button {
  display: inline-block;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

#cv_sm_toolbar
li
svg {
  line-height: 0;
  position: absolute;
  width: 45%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cv_sm_toolbar
li#cv_sm_toolbar_fb {
  background: #405695;
}

#cv_sm_toolbar
li#cv_sm_toolbar_fb
svg {
  width: 25%;
}

#cv_sm_toolbar
li#cv_sm_toolbar_tw {
  background: #00abf0;
}

#cv_sm_toolbar
li#cv_sm_toolbar_ig {
  background: #dc2f75;
}

#cv_sm_toolbar
li#cv_sm_toolbar_ig
svg {
  width: 44%;
}

#cv_sm_toolbar
li#cv_sm_toolbar_nl {
  background: #aaa;
}

#cv_sm_toolbar
li#cv_sm_toolbar_nl
svg {
  width: 40%;
}

#cv_sm_toolbar
li#cv_sm_toolbar_nl
button {
  border: none;
  background: #aaa;
}

@media all and (max-width: 767px) {
  .footer2_outer {
    padding-bottom: 3em;
  }
  #cv_sm_toolbar {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  #cv_sm_toolbar
li {
    float: left;
    width: 25%;
  }
  #cv_sm_toolbar
li a, #cv_sm_toolbar
li
button {
    width: 100%;
  }
  #cv_sm_toolbar
li
svg {
    min-width: 21px;
  }
  #cv_sm_toolbar
li#cv_sm_toolbar_fb
svg {
    width: 7.5%;
    min-width: 11px;
  }
  #cv_sm_toolbar
li#cv_sm_toolbar_tw
svg {
    width: 14%;
  }
  #cv_sm_toolbar
li#cv_sm_toolbar_ig
svg {
    width: 13%;
  }
  #cv_sm_toolbar
li#cv_sm_toolbar_nl
svg {
    width: 12%;
  }
}

/********** MODALS -- MORDORS? **********/
.modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  padding: 20px;
  margin: 0 auto;
  border: 8px solid #F26A21;
  background: white;
}

.modal_close {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  font-size: 14px;
  margin: 0.1em;
  color: #F26A21;
  z-index: 10;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: white;
}

.modal_close:hover {
  border-bottom: 1px solid #F26A21;
}

.modal > .ngp-form
header
a {
  color: #243F5B;
  font-size: 1em;
}

.modal > .ngp-form
header.at-title {
  color: #F26A21;
}

.modal > .ngp-form
header.HeaderHtml {
  padding-left: 0;
  padding-right: 0;
}

.modal > .ngp-form
.at-step.active {
  border-bottom-color: #e68d5a;
}

.modal > .ngp-form
.btn-at-primary {
  background-color: #F26A21;
}

.modal > .ngp-form .btn-at-primary:hover,
.modal > .ngp-form
.at .btn-at-primary:hover {
  opacity: 0.9;
  background-color: #F26A21;
}

.modal > .ngp-form
.content {
  font-size: 1.5em;
  margin-top: 2em;
}

/********** SITEWIDE MODAL **********/
#sitewide_modal {
  padding-top: 3em;
}

#sitewide_modal
h1 {
  font-size: 2.25em;
  font-weight: bold;
  margin-top: 0.6em;
  margin-bottom: 1em;
}

#sitewide_modal
p {
  margin-bottom: 1.1em;
  line-height: 1.1;
  font-size: 1.5em;
  line-height: 1.55;
  margin-bottom: 1.2em;
}

#sitewide_modal
a {
  color: #F26A21;
  font-weight: bold;
  text-decoration: underline;
}

#sitewide_modal
a:hover {
  text-decoration: none;
}
