@charset "UTF-8";
/*
  SCSS/BOOTSTRAP CSS STYLES
  MAP Website v1.5 styles
  Design/development by Matthew Johnson of Seventhfury Studios (www.seventhfury.com)
*/
/* ----- SCSS STYLES ----- */
/* Testing Border Quick Mixins */
/* Light Text Mixin */
/* Alpha Fade Mixins */
/*  @include border-radius(10px); */
/*  @include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/* Media Size Mixins */
/* Uses Bootstrap 4 breakpoints */
/*  @include max* || then use {} around content  */
/*  @include animate  */
/* Media Size Mixins */
/* Uses Bootstrap 4 breakpoints */
/*  @include max* || then use {} around content  */
/* Flex */
/* @include flexbox; */
/* center vertically and horizontally */
/* center vertically and horizontally */
/* Depreciated vertical alignment method  */
/* @include vertical-align; */
/* Add CSS3 animations to elements below */
a, a:active, a:link, a:visited, a:hover, input, .brand a, a .fa-twitter, .learnbtn, .eqlist-btn span, .eqmap-content a img, .eqmap-content a img:hover, .workicon, .green-overlay, .orange-overlay, a.button, .button, .gridinfo a:hover, .gridinfo a, .gridinfo h3, .gridthumb:hover, .gridthumb, .gridthumb img, .gridthumb:hover img, .thumbicon, .quoteblock {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ----- CSS STYLES ----- */
body, html {
  background: white;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  color: #666;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 767px) {
  body {
    margin-top: 72px;
  }
}
p {
  text-align: justify;
  margin-bottom: 20px;
  font-weight: normal;
}

p.large {
  font-size: 18px !important;
}

p > strong, .highlight strong {
  /*color: $color_gray_light;*/
  font-weight: bold;
}

.orangetxt {
  color: #f9a25d;
}

.orangetxt_strong {
  color: #f9a25d;
  font-weight: bold;
}

.greentxt {
  color: #b0b579;
}

.greentxt_strong {
  color: #b0b579;
  font-weight: bold;
}

a, a:link, a:active, a:visited {
  color: #b0b579;
  background: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  color: #f9a25d;
  background: none;
  cursor: pointer !important;
}

a:focus {
  outline: 0;
}

p a, p a:link, p a:active, p a:visited {
  text-decoration: underline;
}

hr {
  border: 0;
  border-bottom: 1px solid #e1e1e1 !important;
  width: 100%;
  margin: 20px auto;
  height: 1px;
  display: inline-block;
}

.flush {
  margin-top: 0 !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.img-center {
  margin: auto;
}

div.spacer {
  display: block;
  height: 30px;
}

.clear {
  clear: both;
}

::selection {
  /*background: #b6b6b6;*/
  /* WebKit/Blink Browsers */
  background: #d0d3ad;
  color: #666;
}

::-moz-selection {
  /*background: #b6b6b6;*/
  /* Gecko Browsers */
  background: #d0d3ad;
  color: #666;
}

.hero-image {
  margin-bottom: 30px;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.text-list, ul.bulleted {
  margin-left: 15px;
  margin-bottom: 30px;
}
ul.text-list li, ul.bulleted li {
  margin-bottom: 20px;
}

ul.bulleted li {
  list-style: disc;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  letter-spacing: 1px;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #eaeaea;
}

/*h1 {
  font-size: 40px;
  margin: 50px 0 30px 0;
}*/
h1 {
  margin: 0 auto;
}

h2 {
  text-align: left;
  text-transform: none;
  color: #b0b579;
  font-size: 36px;
  margin: 0 0 25px 0;
}

h1, .graysection h2, .whitesection h2, #newsletter h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 57px;
  /*margin-bottom:15px;*/
  margin-bottom: 0px;
  color: #666;
}

h1 {
  margin-bottom: 70px;
}

h1.pagetitle {
  margin-bottom: 10px;
}

h2:focus {
  outline: none;
}

h3 {
  font-size: 30px;
  text-align: center;
  color: #f9a25d;
}

h4 {
  font-size: 18px;
  color: #666;
}

h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

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

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

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

.lead {
  text-align: center;
  font-size: 21px;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 50px;
}

.lead-flush {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .lead {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }

  h1, .graysection h2, .whitesection h2, #newsletter h2 {
    font-size: 50px;
    margin-bottom: 0px;
  }

  .lead {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 680px) {
  h2 {
    font-size: 24px;
  }

  h1, .graysection h2, .whitesection h2, #newsletter h2 {
    font-size: 35px;
    padding-bottom: 0;
  }

  .lead {
    font-size: 16.5px;
  }
}
.container {
  width: 100%;
  max-width: 1200px !important;
  padding: 0 !important;
}

.fullwidth, .row {
  margin: auto 0 !important;
  width: 100% !important;
}

.col-fix-left {
  padding-left: 0 !important;
}

.col-fix-right {
  padding-right: 0px !important;
}

.col-fix-both {
  padding-right: 0px !important;
  padding-left: 0 !important;
}

.section {
  padding: 70px 0 70px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 55px 0;
  }
}
@media (min-width: 768px) {
  .top-section {
    padding-top: 0;
  }
}
.top-section h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.graysection {
  border-top: 5px solid #b0b579;
  background: #f1f1f1;
}

.whitesection {
  border-top: 5px solid #f9a25d;
}

.rb {
  border: 1px solid red;
}

.brand {
  margin-top: 25px;
}
.brand a {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}
.brand a img {
  max-width: inherit;
  width: inherit;
  display: inherit;
  height: inherit;
}
.brand a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

a.button {
  margin: auto;
  padding: 0;
  border: 0 !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 20px;
  font-weight: bold;
}

a.smallbutton {
  float: left;
  padding: 8px 15px;
  font-size: 13px !important;
}

a.smallbtn {
  margin: 12px auto 13px auto;
  max-width: 210px;
  padding: 10px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
a.smallbtn .fa, a.smallbtn .far {
  margin-left: 5px;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}

a.button:hover {
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
}

a.button.greenbtn {
  background: #b0b579 !important;
}

a.button.greenbtn, a.button.orangebtn, a.button.blackbtn {
  display: block;
  color: white !important;
}

a.button.greenbtn:hover {
  background: #f9a25d !important;
}

a.button.orangebtn {
  background: #f9a25d !important;
}

a.button.orangebtn:hover {
  background: #b0b579 !important;
}

a.button.graybtn {
  background: #c9c9c9 !important;
  color: #3a3a3a !important;
}

a.button.graybtn:hover {
  background: #f9a25d !important;
  color: white !important;
}

a.button.blackbtn {
  background: black !important;
}

a.button.blackbtn:hover {
  background: #f9a25d !important;
}

a.lrgbtn {
  font-size: 20px;
  padding: 20px 30px;
  max-width: 350px !important;
}

a.tablebutton {
  max-width: 130px !important;
}

.anchorsection {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.backtotop {
  position: fixed;
  right: 15px;
  bottom: 0px;
  font-size: 30px;
  z-index: 9999999;
}
.backtotop a, .backtotop a:link, .backtotop a:visited, .backtotop a:active {
  color: #c9c9c9 !important;
  background: #3a3a3a !important;
  display: block;
  padding: 3px 15px;
}
@media (min-width: 770px) {
  .backtotop a:hover {
    padding-bottom: 23px;
    color: white !important;
    background: #f9a25d !important;
  }
}
.backtotop a:focus {
  outline: 0;
}

/* For Responsive Videos */
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videopage {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ----- ARCHIVE SECTION ----- */
ul.archivenav {
  width: auto;
  margin: -20px auto 40px auto;
  display: block;
  text-align: center;
}
ul.archivenav li {
  text-align: center;
  display: inline-block;
}
ul.archivenav a, ul.archivenav a:link, ul.archivenav a:active, ul.archivenav a:visited, ul.archivenav a:hover {
  padding: 10px 15px;
  text-decoration: none !important;
}
ul.archivenav a, ul.archivenav a:link, ul.archivenav a:active, ul.archivenav a:visited {
  background: #c9c9c9 !important;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  color: #333;
}
ul.archivenav a:hover {
  color: white;
  background: #f9a25d !important;
}

/* ----- NAVIGATION ----- */
.topbar {
  background: #c9c9c9;
  color: #909090;
  font-size: 13px;
  height: 30px;
}
.topbar .login {
  padding-top: 5px;
}
.topbar .login a {
  font-weight: bold;
  text-transform: uppercase;
}
.topbar a {
  color: #909090;
}
.topbar a:hover {
  color: #3a3a3a;
}
.topbar .btn-overlay-search span, .topbar .en-espanol span {
  font-size: 13px;
  top: -1px;
  position: relative;
  color: #888;
  text-transform: uppercase;
}
.topbar .btn-overlay-search a:hover, .topbar .en-espanol a:hover {
  text-decoration: none !important;
}
.topbar .btn-overlay-search a:hover span, .topbar .en-espanol a:hover span {
  color: #3a3a3a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topbar .btn-overlay-search .fa, .topbar .en-espanol .fa {
  margin-left: 2px;
}
.topbar .socialwrap {
  text-align: right;
}
.topbar .socialwrap .donatebtn {
  float: right;
  margin-left: 20px;
  top: -1px;
  position: relative;
}
.topbar .socialwrap a.donatebtn {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  line-height: 0;
  font-weight: bold;
}
.topbar .socialwrap .newsletter {
  top: -2px;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.topbar .socialwrap .newsletter input {
  font-size: 12px;
  border: 0px;
  padding: 0 5px;
  background: #e6e6e6;
}
.topbar .socialwrap .newsletter input:focus {
  outline: none;
}
.topbar .socialwrap .newsletter .btn_submit {
  background: #b1b1b1;
  color: #666;
  text-transform: uppercase !important;
}
.topbar .socialwrap .newsletter .btn_submit:hover {
  background: #f9a25d;
  color: #333;
}
.topbar .social-icons {
  width: auto;
  display: inline-block;
  text-align: right;
  font-size: 18px;
}
.topbar .social-icons li {
  display: inline-block;
  margin: 0 12px;
}
.topbar .social-icons li:last-child {
  margin-right: 0;
}
@media (max-width: 769px) {
  .topbar .social-icons {
    font-size: 18px;
  }
  .topbar .social-icons li {
    display: inline-block;
    margin: 0 5px;
  }
}

.navwrap {
  background: #eaeaea;
  width: 100%;
  height: 110px;
}

.navrow {
  height: 110px;
  background: #eaeaea;
  border-bottom: 5px solid #f9a25d;
  text-align: center;
  margin: 0;
  z-index: 999999;
}
.navrow .brand {
  margin-top: 25px;
}
@media (max-width: 980px) {
  .navrow .brand {
    margin-top: 31px;
  }
}
.navrow ul.nav {
  text-align: right;
  list-style: none;
  /*    margin: 42px -15px 10px 0; */
  margin: 0;
  /*margin-right: -25px;*/
  padding: 42px 0px 0 10px !important;
  height: 110px !important;
}
@media (min-width: 768px) {
  .navrow ul.nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
.navrow ul.nav a, .navrow ul.nav a:link, .navrow ul.nav a:active, .navrow ul.nav a:visited, .navrow ul.nav .main-nav-item {
  color: #666;
  /* font-size: 16px; */
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #eaeaea;
  /* @include max-medium {
    @include rb;
  } */
}
@media (max-width: 1200px) {
  .navrow ul.nav a, .navrow ul.nav a:link, .navrow ul.nav a:active, .navrow ul.nav a:visited, .navrow ul.nav .main-nav-item {
    font-size: 0.9em !important;
  }
}
@media (max-width: 992px) {
  .navrow ul.nav a, .navrow ul.nav a:link, .navrow ul.nav a:active, .navrow ul.nav a:visited, .navrow ul.nav .main-nav-item {
    font-size: 0.8em !important;
  }
}
.navrow ul.nav .main-nav-item {
  white-space: nowrap;
}
.navrow ul.nav li:hover > a, .navrow ul.nav a:hover {
  color: #3a3a3a;
  text-decoration: none;
  border-bottom: 4px solid #f9a25d;
}
.navrow ul.nav li {
  /* padding: 0px 20px; */
  padding: 0px 13px;
  width: auto;
  height: 100%;
  display: inline-block;
}
@media (max-width: 1200px) {
  .navrow ul.nav > li:first-of-type {
    padding: 0 11px !important;
  }
}
@media (max-width: 992px) {
  .navrow ul.nav > li:first-of-type {
    padding: 0 9px !important;
  }
}
.navrow ul.nav li:hover {
  cursor: pointer;
}
.navrow ul.nav > li:first-of-type {
  padding-left: 0 !important;
}
.navrow ul.nav li:nth-last-child(2) {
  padding-right: 0 !important;
}
@media (max-width: 1100px) {
  .navrow ul.nav li {
    padding: 0px 15px;
  }
}
@media (max-width: 980px) {
  .navrow ul.nav a {
    font-size: 14px !important;
  }
}
@media (max-width: 900px) {
  .navrow ul.nav li {
    padding: 0px 13px;
  }
}
@media (max-width: 850px) {
  .navrow ul.nav li {
    padding: 0px 9px;
  }
}
@media (max-width: 800px) {
  .navrow ul.nav a {
    font-size: 13px !important;
  }
}

#eqmap-subnav {
  background: #f9f9f9;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
#eqmap-subnav .btn-choosestate, #eqmap-subnav .btn-chooseissue {
  background: #e6e6e6 !important;
}
#eqmap-subnav .btn-choosestate .fa, #eqmap-subnav .btn-chooseissue .fa {
  color: #999 !important;
}
#eqmap-subnav .btn-choosestate:hover .fa, #eqmap-subnav .btn-chooseissue:hover .fa {
  color: white !important;
}
#eqmap-subnav ul.nav {
  height: auto !important;
  padding: 0px !important;
  z-index: 9;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  #eqmap-subnav ul.nav {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
#eqmap-subnav ul.nav a, #eqmap-subnav ul.nav a:link, #eqmap-subnav ul.nav a:active, #eqmap-subnav ul.nav a:visited {
  background: none;
  color: #666 !important;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 0 0 0 3px !important;
  padding: 10px 13px 10px 16px;
  border-bottom: none !important;
  display: block;
}
#eqmap-subnav ul.nav a .fa, #eqmap-subnav ul.nav a:link .fa, #eqmap-subnav ul.nav a:active .fa, #eqmap-subnav ul.nav a:visited .fa {
  color: #c9c9c9;
  margin-left: 3px;
}
#eqmap-subnav ul.nav a.active {
  background: #f9a25d !important;
  color: white !important;
}
#eqmap-subnav ul.nav a.active .fa {
  color: white !important;
}
#eqmap-subnav ul.nav li:hover > a, #eqmap-subnav ul.nav a:hover {
  color: white !important;
  background: #f9a25d !important;
  text-decoration: none;
  border-bottom: none !important;
}
#eqmap-subnav ul.nav li:hover > a .fa, #eqmap-subnav ul.nav a:hover .fa {
  color: white;
}
#eqmap-subnav ul.nav li {
  padding: 0px;
  margin: 0;
  width: auto;
  height: 100%;
  display: inline-block;
}

@media (max-width: 767px) {
  #eqmap-subnav {
    background: none;
    border: none;
  }
  #eqmap-subnav ul.nav {
    background: #f9f9f9;
    border: none;
    /* width: 110%; */
    margin-left: -15px;
    width: 100vw;
  }
}
@media (max-width: 680px) {
  #eqmap-subnav ul.nav a, #eqmap-subnav ul.nav a:link, #eqmap-subnav ul.nav a:active, #eqmap-subnav ul.nav a:visited, #eqmap-subnav ul.nav a:hover {
    font-size: 9px;
    padding: 7px 5px 7px 6px !important;
  }
}
/* ----- DROPDOWN NAVIGATION ----- */
.sub-menu {
  background: #b0b579;
  text-align: left !important;
  margin-top: 39px !important;
  /* width: 200px; */
  width: 200px;
  /*left: -20px;*/
  border: none;
  position: absolute;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}
.sub-menu .fa {
  /*       float: right;
        position: relative;
        top: 1px;
   */
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.sub-menu li {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #6d7045;
  /* display: block; */
  width: 100% !important;
}
.sub-menu li:last-child {
  border-bottom: 0px;
}
.sub-menu a, .sub-menu a:visited, .sub-menu a:link, .sub-menu a:active {
  color: #6d7045 !important;
  display: block;
  width: 100%;
  padding: 10px 15px 9px 15px !important;
  border-bottom: 0px !important;
  font-size: 13px !important;
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sub-menu a:hover {
  background: #d3d89f !important;
  color: #555 !important;
}

/* Firefox Hack, comes after original bit */
.sub-menu, x:-moz-any-link {
  margin-top: 38px !important;
}

@media (min-width: 769px) {
  /*  .sub-menu-messaging {
      left: -85px;
    }

    .sub-menu-about {
      left: -125px;
    }*/
  /* Replaces sub-menu-messaging */
  .fullwidth nav.menu .nav > li:nth-last-child(2) ul.sub-menu {
    left: -125px;
  }

  /* Replaces sub-menu-about */
  .fullwidth nav.menu .nav > li:nth-last-child(3) ul.sub-menu {
    left: -85px;
  }
}
.subsub-menu {
  background: #b0b579;
  text-align: left !important;
  margin-top: -34px !important;
  width: 200px;
  left: 200px;
  /*left: -20px;*/
  border: none;
  position: absolute;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.subsub-menu a, .subsub-menu a:visited, .subsub-menu a:link, .subsub-menu a:active {
  line-height: 1.2;
}

@media (min-width: 770px) {
  /* functionality for sizes larger than mobile */
  .subsub-menu {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
  }

  .menu li:hover .sub-menu {
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 999;
  }

  .menu li li:hover .subsub-menu {
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: -10000 !important;
  }
  .menu li li:hover .subsub-menu a, .menu li li:hover .subsub-menu a:visited, .menu li li:hover .subsub-menu a:link, .menu li li:hover .subsub-menu a:active {
    color: #555 !important;
    display: block;
    background: #aaa !important;
    width: 100%;
    padding: 10px 15px 9px 15px;
    border-bottom: 0px !important;
  }
  .menu li li:hover .subsub-menu a:hover {
    background: #ccc !important;
    color: #777 !important;
  }

  /* keep submenu li item hover state while in the subsub menu */
  .menu li li:hover {
    background: #d3d89f !important;
    color: #555 !important;
  }

  .menu li li a, .menu li li a:visited, .menu li li a:link, .menu li li a:active {
    font-size: 13px !important;
  }
}
@media (max-width: 980px) {
  .sub-menu, .subsub-menu {
    width: 180px !important;
    margin-top: 40px !important;
    font-size: 12px !important;
  }
  .sub-menu a, .sub-menu a:visited, .sub-menu a:link, .sub-menu a:active, .subsub-menu a, .subsub-menu a:visited, .subsub-menu a:link, .subsub-menu a:active {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .subsub-menu {
    width: 180px !important;
    left: 180px;
    margin-top: -31px !important;
  }
}
.sub-menu-wide {
  width: 320px !important;
  left: 15px;
}
.sub-menu-wide .subsub-menu {
  left: 320px;
}

/* CSS - Menu must be wrapped with div that maintains height so that content does not jump on scroll. */
.stickynav, .affix {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 75px;
}
.stickynav .brand, .affix .brand {
  margin-top: 14px;
}
.stickynav .brand a, .affix .brand a {
  max-width: 150px;
}
.stickynav ul.nav, .affix ul.nav {
  /*margin-top: 22px;*/
  padding: 25px 0px 0 10px !important;
  height: 75px !important;
}

.navrow.affix {
  height: 75px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}
.navrow.affix .sub-menu {
  margin-top: 21px !important;
}
@media (max-width: 980px) {
  .navrow.affix .sub-menu {
    margin-top: 22px !important;
  }
}

/* ----- MOBILE NAVIGATION ----- */
.mobilenav {
  padding: 0 !important;
  margin: 0 !important;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* overflow: hidden;
  @include hidescrollbar;  */
}
.mobilenav::-webkit-scrollbar {
  display: none;
}
.mobilenav .navbar-collapse {
  clear: both;
  height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.mobilenav .navbar-collapse::-webkit-scrollbar {
  display: none;
}
.mobilenav .menu {
  /* max-height: 200px; */
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-bottom: 250px;
}
.mobilenav .menu::-webkit-scrollbar {
  display: none;
}
.mobilenav .menu a, .mobilenav .menu a:link, .mobilenav .menu a:visited, .mobilenav .menu a:active {
  border-bottom: 1px solid #333 !important;
}
.mobilenav .menu li {
  border: 0px !important;
}
.mobilenav .nav > li a, .mobilenav .nav > li a:link, .mobilenav .nav > li a:visited, .mobilenav .nav > li a:active {
  color: #ccc !important;
}
.mobilenav .nav > li a:hover {
  color: #333 !important;
}
.mobilenav ul {
  width: 100%;
  padding: 0 !important;
}
.mobilenav ul.sub-menu, .mobilenav ul.subsub-menu {
  /*border-bottom: 1px solid #333;*/
  padding: 0px 5px 5px 0px !important;
  clear: both;
  width: 100% !important;
  /* Rewrite Styles for Dropdown to be visible */
  background: none;
  text-align: left !important;
  margin-top: auto !important;
  width: auto;
  /*left: -20px;*/
  position: relative;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  z-index: 99999999;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
}
.mobilenav ul.sub-menu a, .mobilenav ul.sub-menu a:link, .mobilenav ul.sub-menu a:active, .mobilenav ul.sub-menu a:visited, .mobilenav ul.subsub-menu a, .mobilenav ul.subsub-menu a:link, .mobilenav ul.subsub-menu a:active, .mobilenav ul.subsub-menu a:visited {
  color: #999 !important;
  padding-left: 30px !important;
}
.mobilenav ul.sub-menu .fa {
  display: none;
}
.mobilenav ul.subsub-menu {
  left: 0;
  width: auto;
}
.mobilenav ul.subsub-menu a, .mobilenav ul.subsub-menu a:link, .mobilenav ul.subsub-menu a:active, .mobilenav ul.subsub-menu a:visited {
  color: #777 !important;
  padding-left: 45px !important;
}
.mobilenav li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.mobilenav a {
  display: block;
}
.mobilenav a:hover, .mobilenav ul.sub-menu a:hover, .mobilenav ul.subsub-menu a:hover {
  color: #333 !important;
  background: #b0b579 !important;
  text-decoration: none;
  padding-left: 20px !important;
}
.mobilenav .navbar-collapse a, .mobilenav .navbar-collapse a:active, .mobilenav .navbar-collapse a:visited {
  font-size: 15px;
  padding: 3px 10px;
  margin: 0;
  line-height: 1.7;
  display: block;
  text-decoration: none !important;
}
.mobilenav .mobile-nav-title {
  color: #777;
  margin: 0;
  padding: 0;
}
.mobilenav .navbar-toggle {
  max-width: 60px;
  margin: 10px 15px !important;
  float: right !important;
  font-size: 11px;
  text-transform: uppercase;
}
.mobilenav .icon-bar {
  width: 100%;
  background: #666 !important;
}
.mobilenav .brand {
  float: left;
  margin: 15px;
  padding-top: 3px;
}
.mobilenav .brand a {
  max-width: 120px;
}
.mobilenav .brand a:hover {
  background: none !important;
  padding: 0 !important;
}

/* ----- OVERLAY ----- */
.overlay {
  display: none;
  z-index: 9999999999999999 !important;
  position: fixed;
  overflow: scroll !important;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  background: rgba(161, 168, 102, 0.9);
  /*  a, a:link, a:visited, a:active {
      font-size: 40px;
      padding: 80px 10px;
      @include rb;
    }
  */
}
.overlay a.button.orangebtn {
  font-size: 18px !important;
  margin-top: 22px;
  margin-bottom: 20px;
  width: 70%;
}
.overlay .firsth2 {
  margin-top: 28px;
}
@media (max-width: 769px) {
  .overlay .firsth2 {
    margin-top: 0px;
  }
  .overlay .secondh2 {
    margin-top: 28px;
  }
  .overlay a.button.orangebtn {
    font-size: 15px !important;
  }
}
.overlay .redbox span {
  font-size: 55px !important;
}
.overlay .disabled a {
  color: rgba(255, 255, 255, 0.3) !important;
}
.overlay .centeredbox {
  background: white;
  max-width: 900px;
  padding: 30px;
  z-index: 99999999999999;
  margin: 20% auto auto auto !important;
  height: inherit;
}
.overlay .overlaybox-large {
  max-width: 90%;
  margin: 50px auto 50px auto !important;
}
.overlay .overlaybox-small {
  max-width: 600px;
  min-height: 220px;
}
.overlay .overlayclose {
  line-height: 1;
  color: #f9a25d;
  position: relative;
  font-size: 27px !important;
  display: block;
  top: -22px;
  right: -20px;
  float: right;
  z-index: 999999 !important;
}
.overlay .overlayclose:hover {
  color: #b0b579;
  cursor: pointer;
}
@media (max-width: 980px) {
  .overlay .centeredbox {
    padding: 30px 10px;
    margin: 20px auto 20px auto !important;
  }
  .overlay .overlayclose {
    top: -22px;
    right: 0px;
  }
  .overlay .overlaybox-small {
    margin: 20px auto auto auto !important;
  }
}
@media (max-width: 640px) {
  .overlay .overlaybox-small {
    min-height: 190px;
  }
}
.overlay .searchform {
  background: white;
  max-width: 500px;
  margin: auto;
  margin-top: 0px;
  padding: 0;
}
.overlay .searchform h2 {
  margin-bottom: 40px;
  margin-top: -10px;
  text-align: center !important;
}
.overlay .searchform input {
  width: 75%;
}
.overlay .searchform input.btn_submit {
  width: 25%;
  margin-left: -1%;
  display: inline-block;
}
@media (max-width: 767px) {
  .overlay .searchform input {
    width: 67%;
  }
  .overlay .searchform input.btn_submit {
    width: 32%;
    margin-left: -1.5%;
  }
}
@media (max-width: 767px) {
  .overlay .searchform {
    max-width: auto;
  }
}

.searchform_body input {
  width: 75% !important;
  float: left;
}
.searchform_body input.btn_submit {
  width: 25% !important;
  float: left;
}

/* ----- OVERLAY MENUS FOR EQ MAPS ----- */
.multi-column-list {
  /* column count, minimum column width */
  -webkit-columns: 4 200px;
  -moz-columns: 4 200px;
  columns: 4 200px;
}
@media (max-width: 768px) {
  .multi-column-list {
    -webkit-columns: 2 100px;
    -moz-columns: 2 100px;
    columns: 2 100px;
  }
}

.overlay-menu h2 {
  text-align: center;
}
.overlay-menu h3 {
  text-align: left;
  font-size: 20px;
  font-weight: normal !important;
  color: #888888;
  text-transform: none;
}
.overlay-menu h3.title {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 50px;
}
.overlay-menu ul {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  margin: 0 0 30px 0;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .overlay-menu ul {
    margin-bottom: 25px;
  }
}
.overlay-menu li a {
  border-left: 4px solid #ffffff;
  color: #888888;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 3px 4px 4px 10px;
}
.overlay-menu li a:hover {
  border-left: 4px solid #f9a25d;
  /*background: #f8f8f8!important;*/
  padding-left: 13px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#overlay-choose-issue .buttonwrap {
  text-align: center;
}
#overlay-choose-issue #issuelist-alpha {
  display: none;
}
@media (max-width: 768px) {
  #overlay-choose-issue .desktop-list {
    display: none;
  }
}
@media (min-width: 769px) {
  #overlay-choose-issue .mobile-list {
    display: none;
  }
}
#overlay-choose-issue .cat-title {
  display: block;
}
@media (max-width: 767px) {
  #overlay-choose-issue .cat-title {
    display: none;
  }
}
#overlay-choose-issue a.sortbtn {
  display: inline-block;
  background: #cccccc !important;
  width: auto;
  margin: 0 5px 10px 5px;
  font-size: 15px !important;
  color: #ffffff !important;
}
@media (max-width: 720px) {
  #overlay-choose-issue a.sortbtn {
    padding: 10px 15px;
    font-size: 13px !important;
  }
}
@media (max-width: 680px) {
  #overlay-choose-issue a.sortbtn {
    padding: 10px 12px;
    font-size: 11px !important;
    margin: 0 1px 0px 1px;
  }
}
#overlay-choose-issue a.active {
  background: #f9a25d !important;
}
#overlay-choose-issue a.btn-listexpand {
  display: none;
  border-bottom: 1px solid #C9C9C9;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #overlay-choose-issue a.btn-listexpand {
    display: block;
  }
}
#overlay-choose-issue a.btn-listexpand span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  font-size: 20px;
  font-weight: 700 !important;
  color: #888888;
  text-transform: none;
}
@media (max-width: 580px) {
  #overlay-choose-issue a.btn-listexpand span {
    font-size: 16px;
  }
}
#overlay-choose-issue a.btn-listexpand .fa {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  position: relative;
  top: 7px;
  display: inline-block;
  font-size: 22px;
  color: #ccc;
}
@media (max-width: 767px) {
  #overlay-choose-issue a.btn-listexpand .fa {
    top: 3px;
  }
}
#overlay-choose-issue a.btn-listexpandfirst {
  border-top: 1px solid #C9C9C9;
}
#overlay-choose-issue a.btn-listexpand:hover {
  text-decoration: none;
}
#overlay-choose-issue a.btn-listexpand:hover span {
  padding-left: 5px;
}
@media (max-width: 767px) {
  #overlay-choose-issue a.btn-listexpand:hover span {
    padding-left: 0px;
  }
}
#overlay-choose-issue a.btn-listexpand:hover .fa {
  color: #b0b579;
}
@media (max-width: 767px) {
  #overlay-choose-issue a.btn-listexpand:hover .fa-plus {
    color: #ccc;
  }
}
#overlay-choose-issue a.btn-listexpand:hover .fa-minus {
  color: #f9a25d;
}

#issuelist-cat ul {
  border-top: 1px solid #C9C9C9;
}
@media (max-width: 767px) {
  #issuelist-cat ul {
    border-top: none;
  }
}
@media (max-width: 767px) {
  #issuelist-cat .issuelist {
    display: none;
  }
}

#issuelist-alpha ul {
  margin: 0 !important;
}

/* FLEXBOX for BS3 */
.row-flex, .row-flex > div[class*=col-] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

.container-flex > div[class*=col-] div, .row-flex > div[class*=col-] div {
  width: 100%;
}

/* ----- FORMS ----- */
.mapform {
  /* Style Placeholder Text for Inputs */
  /* selected item class, applied inline for each option */
  /* Firefox Hack, comes after original bit */
  /*  label {
      color: white;
      display: block;
      font-size: 14px;
      position: absolute;
      top: -37px;
      z-index: 9999;
      padding: 7px;
      background: $color_green;

      .arrow-down {
        width: 0; 
        height: 0; 
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;   
        border-top: 15px solid $color_green;
        position: absolute;
        top: 33px;
        left: 15px;
      }
    }*/
  /* Form Changes Colors on Focus */
}
.mapform input, .mapform select, .mapform textarea {
  background: #eaeaea;
  border: 0 !important;
  font-size: 17px;
  height: auto;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: bold;
  padding: 13px 20px;
  width: 100%;
  margin: 0 0 15px 0;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.mapform ::-webkit-input-placeholder {
  color: #9c9c9c;
}
.mapform :-moz-placeholder {
  /* Firefox 18- */
  color: #9c9c9c;
}
.mapform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c9c9c;
}
.mapform :-ms-input-placeholder {
  color: #9c9c9c;
}
.mapform select {
  color: #9c9c9c;
  /*padding: 14px 20px 15px 20px;*/
  height: 51px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  border: 0 !important;
  background: #eaeaea url("/image/caret-down.png") no-repeat 96% center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mapform select:focus, .mapform select:hover {
  outline: none !important;
}
.mapform .selected-item {
  color: #3a3a3a;
  /*padding: 13px 20px 13px 20px;*/
}
.mapform .select-firstitem {
  /*padding: 13px 20px 13px 20px!important;*/
}
.mapform select, .mapform x:-moz-any-link {
  height: 55px;
}
.mapform .mailingradio {
  padding-top: 15px;
}
.mapform .rightradio {
  float: right;
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}
.mapform .rightradio input {
  padding: 0 !important;
  height: auto !important;
  margin-top: 5px;
}
.mapform .rightradio span {
  padding: 0px 20px 0 5px;
}
.mapform .g-recaptcha {
  float: right;
  text-align: center !important;
  display: block !important;
  margin: 0 auto 20px auto !important;
  width: 304px !important;
}
@media (max-width: 769px) {
  .mapform .g-recaptcha {
    float: none !important;
  }
}
.mapform input.btn_submit {
  display: block;
  width: auto;
  background: #f9a25d;
  color: white !important;
  /*margin-left: auto;
  margin-right: auto;*/
}
.mapform input.btn_submit:hover {
  background: #b0b579;
  /*background: #c2c2c2;*/
}
.mapform input[type=text]:focus, .mapform textarea:focus, .mapform .form-group input:focus, .mapform input[type=email]:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background: #3a3a3a !important;
  color: #eaeaea !important;
}
@media (max-width: 767px) {
  .mapform input.btn_submit {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .mapform input, .mapform select, .mapform textarea, .mapform .selected-item, .mapform .select-firstitem {
    font-size: 15px;
    height: 50px;
    padding: 0 10px;
  }
  .mapform textarea {
    padding: 10px;
    height: 100px;
  }
}
.mapform .btn_submit_full {
  width: 100% !important;
  max-width: 70% !important;
  margin: 0 auto;
}
.mapform strong {
  color: #3a3a3a;
}
.mapform .leftinput, .mapform .fullwidthinput {
  padding-left: 0 !important;
}
.mapform .rightinput, .mapform .fullwidthinput {
  padding-right: 0 !important;
}
.mapform .btn_submit_right {
  float: right;
}
@media (max-width: 769px) {
  .mapform .leftinput, .mapform .rightinput, .mapform .fullwidthinput {
    padding: 0 !important;
  }
  .mapform .btn_submit_right {
    float: none;
  }
}
.mapform .formnote {
  color: #aaa;
  font-size: 12px;
  margin-top: -10px;
  line-height: 1.1;
  margin-bottom: 15px;
}

/* .mapform */
/* ----- BREADCRUMBS ----- */
.breadcrumbs {
  margin: 11px auto 55px auto !important;
  color: #c2c2c2;
  /* font-size: 13px; */
  font-size: 0.9em;
  text-transform: uppercase;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs span {
  color: #999;
  /* font-size: 13px; */
  text-transform: uppercase;
}
.breadcrumbs a:hover {
  color: #b0b579;
}
.breadcrumbs .fa {
  font-size: 16px;
}
.breadcrumbs span {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 15px;
    margin-bottom: 30px !important;
    font-size: 11px;
  }
  .breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs span {
    font-size: 11px;
  }
  .breadcrumbs .fa {
    font-size: 13px;
  }
}
/* ----- HOMEPAGE HERO SLIDER AREA ----- */
#slider {
  /*height: 500px;*/
  height: 550px;
  position: relative;
  background: #333;
  overflow: hidden;
  /*  .quote-icon-usa {
      margin-top: 75px;    
    }

    .quote-icon-piechart {
      margin-top: 25px;    
    }

    .quote-icon-wordbubble {
      margin-top: 40px;    
    }*/
}
#slider .rotating-quote {
  min-height: 370px !important;
}
#slider .slide-caption {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  color: white;
  margin-top: 65px;
  margin-bottom: 80px;
  padding: 0 !important;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  z-index: 2;
}
#slider .slide-caption span {
  font-size: 80px;
  color: white;
  /*display: block;*/
  font-weight: bold;
}
#slider img {
  width: 100%;
  height: auto;
}
#slider .hero-quote-mainline {
  /*padding: 0!important;*/
  /*float: left;
  display: block;*/
}
#slider .fadequote .hero-subtext {
  font-size: 30px;
  margin-top: 35px;
}
#slider .quote-icon {
  /*float: left;*/
  margin-top: 30px;
  display: block;
  /*text-align: right;*/
}
#slider .quote-icon img {
  /*height: 100%;*/
  width: auto;
  height: 200px;
  /*width: 100%;
  max-width: 225px;*/
}

/* NEW BELOW THIS LINE */
#slider:after {
  background: #333 url(/image/slider-02.jpg) no-repeat 0px 60%;
  background-size: cover;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 1200px) {
  #slider .slide-caption {
    font-size: 55px;
  }
  #slider .slide-caption span {
    font-size: 65px;
  }
}
/* NEW ABOVE THIS LINE */
@media (max-width: 980px) {
  #slider {
    /*height: 420px;*/
    height: auto;
  }
  #slider #slider:after {
    background-position: right top;
    background-size: 170%;
  }
  #slider .slide-caption {
    margin-top: 0px;
    font-size: 45px;
    text-align: center;
  }
  #slider .slide-caption span {
    font-size: 50px;
  }
  #slider .hero-subtext {
    margin-top: 10px;
  }
  #slider .quote-icon {
    margin-top: 20px;
  }
  #slider .quote-icon img {
    margin-top: 0px;
    height: 100%;
    width: auto;
    max-height: 150px;
  }
}
@media (max-width: 769px) {
  .slide-caption {
    margin-bottom: 0px;
  }

  #slider:after {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
  }

  #slider {
    /*height: 310px;*/
  }
  #slider .slide-caption {
    font-size: 35px;
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: center;
  }
  #slider .slide-caption span {
    font-size: 40px;
  }
  #slider .slide-caption .hero-subtext {
    font-size: 20px;
    margin: 20px auto;
    /*max-width: 350px;*/
  }
  #slider .quote-icon {
    float: none;
    display: block;
    text-align: center;
  }
  #slider .quote-icon img {
    margin-top: 20px;
    height: 100%;
    width: auto;
    max-height: 100px;
  }
}
@media (max-width: 550px) {
  #slider {
    /*height: 370px;*/
  }
  #slider .slide-caption {
    margin-top: 40px;
  }
  #slider span {
    display: block;
  }
  #slider .hero-subtext {
    max-width: 350px;
  }
}
/* ----- HOMEPAGE HIGHLIGHT AREA ----- */
#highlight {
  text-align: center;
  background: #3a3a3a;
  border-top: 5px solid #b0b579;
  border-bottom: 5px solid #eaeaea;
  /*
    Blend method not supported by IE

    li:nth-child(even) {
      background-blend-mode: multiply;
      background-color: #b2b2b2!important;
    }*/
}
#highlight .single-highlight {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#highlight #highlight-1, #highlight #highlight-2, #highlight #highlight-3 {
  background-size: cover !important;
  background-position: center center !important;
}
#highlight .highlightbox a {
  position: absolute;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
#highlight .highlightbox a .button {
  margin: auto;
  color: white;
  padding: 0;
  border: 0 !important;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 20px;
  font-weight: bold;
  background: #b0b579;
}
#highlight .highlightbox a .orangebtn {
  background: #f9a25d;
}
#highlight .highlightbox a h2 {
  text-decoration: none !important;
}
#highlight .highlightbox a:hover > .highlight-overlay {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
#highlight .highlightbox a:hover {
  text-decoration: none !important;
}
#highlight .highlightbox a:hover h2 {
  text-decoration: none !important;
}
#highlight .highlightbox a:hover .button {
  padding-left: 30px;
  padding-right: 30px;
}
#highlight #highlight-1 {
  background: url(/image/highlight-understanding-issues.jpg) no-repeat;
}
#highlight #highlight-2 {
  background: url(/image/highlight-unfair-price-poc.jpg) no-repeat;
}
#highlight #highlight-3 {
  background: url(/image/highlight-snapshot-infographic.jpg) no-repeat;
}
#highlight .highlight-overlay {
  background: #b0b579;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#highlight .orange-overlay {
  background: #f9a25d;
}
#highlight .button {
  font-size: 17px;
}
#highlight h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 29px;
  color: white;
  line-height: 1.4;
  margin-top: 0;
  padding-top: 0;
  padding: 0 40px;
}
#highlight li {
  /* parent-element prevents half pixel location blur */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 475px;
  /*padding: 0px 40px;*/
  padding: 0;
}
#highlight li h2 span {
  font-size: 24px;
  color: #b0b579;
  display: block;
  margin-bottom: 7px;
  line-height: 1;
}
#highlight li:nth-child(even) h2 span {
  color: #f9a25d;
}
@media (max-width: 1200px) {
  #highlight li {
    height: 400px;
  }
  #highlight li h2 {
    font-size: 24px;
  }
  #highlight li h2 span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #highlight li {
    height: 300px;
  }
  #highlight li h2 {
    font-size: 25px;
  }
  #highlight li h2 span {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  #highlight li {
    height: 300px;
  }
  #highlight li h2 {
    font-size: 20px;
  }
  #highlight li h2 span {
    font-size: 17px;
  }
}
#highlight .highlight-dark {
  background-color: #222222;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#highlight li:hover .highlight-dark {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* ----- HOMEPAGE WORK HIGHLIGHT/ICONS AREA ----- */
#workhighlight {
  /*max-width: 1000px!important;*/
  max-width: auto !important;
  margin: auto;
}
#workhighlight .workhighlight-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#workhighlight .workhighlight-icons .workiconwrap {
  flex: 1 1 17%;
  /* margin: 0 1%; */
  margin: 0 0.5% 10px 0.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1300px) {
  #workhighlight .workhighlight-icons .workiconwrap {
    /* margin: 0 0.5%; */
  }
}
#workhighlight .workhighlight-icons .workiconwrap img {
  width: 90%;
  display: block;
}
#workhighlight .workhighlight-icons .workiconwrap h3 {
  font-size: 1.3em;
  line-height: 1.3;
  letter-spacing: 0;
  color: #666;
  text-align: center;
  margin: 0;
}
@media (max-width: 1200px) {
  #workhighlight .workhighlight-icons .workiconwrap h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 992px) {
  #workhighlight .workhighlight-icons .workiconwrap h3 {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  #workhighlight .workhighlight-icons .workiconwrap h3 {
    font-size: 0.7em;
  }
}
@media (max-width: 767px) {
  #workhighlight {
    /* .workiconwrap {
      margin: 0px!important;
      padding: 0 7px!important;
    } */
  }
  #workhighlight h3 {
    font-size: 9px;
    padding: 0;
    margin-top: -10px !important;
    line-height: 1;
  }
  #workhighlight a.button {
    float: none !important;
    max-width: 150px;
  }
}
#workhighlight .workicon {
  width: 100%;
  height: auto;
  display: block;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
#workhighlight .workicon img {
  width: 80%;
  margin: auto;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #workhighlight .workicon img {
    width: 100%;
  }
}
#workhighlight .workicon:hover, #workhighlight a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  text-decoration: none !important;
}
#workhighlight .workicon:hover h3, #workhighlight a:hover h3 {
  text-decoration: none !important;
}
#workhighlight .workhighlight-arrows {
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#workhighlight .workhighlight-arrows .arrow-wrap {
  margin-top: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex: 1 1 17%;
  margin: 0 0.5%;
}
@media (max-width: 1300px) {
  #workhighlight .workhighlight-arrows .arrow-wrap {
    margin: 0 0.5%;
  }
}
#workhighlight .workhighlight-arrows .arrow-wrap .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #eaeaea;
  position: relative;
  top: 0px;
  /* &.arrow-one, */
}
#workhighlight .workhighlight-arrows .arrow-wrap .arrow-up.arrow-two, #workhighlight .workhighlight-arrows .arrow-wrap .arrow-up.arrow-three, #workhighlight .workhighlight-arrows .arrow-wrap .arrow-up.arrow-four, #workhighlight .workhighlight-arrows .arrow-wrap .arrow-up.arrow-five {
  display: none;
}
@media (max-width: 1300px) {
  #workhighlight .workhighlight-arrows .arrow-wrap .arrow-up {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #eaeaea;
    top: 5px;
  }
}
#workhighlight #workbox {
  /* display: block; */
  /* top: 35px; */
  top: 0;
  margin-bottom: 40px !important;
  position: relative;
  background: #eaeaea;
  padding: 10px 15px 60px 15px;
  height: auto !important;
  width: auto;
}
@media (max-width: 768px) {
  #workhighlight #workbox {
    top: 0px !important;
  }
}
#workhighlight #workbox .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #eaeaea;
  position: absolute;
  top: -25px;
}
#workhighlight #workbox .arrow-pos-one {
  left: 10.2%;
}
#workhighlight #workbox .arrow-pos-two {
  left: 35.5%;
}
#workhighlight #workbox .arrow-pos-three {
  left: 60.5%;
}
#workhighlight #workbox .arrow-pos-four {
  left: 85.5%;
}
#workhighlight #workbox h3 {
  font-size: 14px !important;
  text-align: center !important;
  color: #666666;
}
#workhighlight #workbox p {
  margin-bottom: 0;
  padding: 0;
}
#workhighlight #workbox .img-wrap {
  overflow: hidden;
  height: 200px;
}
#workhighlight #workbox img {
  height: inherit;
  width: auto;
  position: relative;
  top: 0;
  /*right: -30px;*/
  float: right;
}
#workhighlight #workbox img.img-no-margin {
  margin-bottom: 10px !important;
}
#workhighlight #workbox a.button {
  float: left;
  margin-top: 20px;
}
#workhighlight #workbox a.button:hover {
  color: white !important;
}
#workhighlight #workbox a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0;
}
#workhighlight #workbox a h3 {
  display: block !important;
}
#workhighlight #workbox a:hover h3 {
  color: #f9a25d !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#workhighlight #workbox a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#workhighlight #workbox .griditem {
  flex: 1 1 23%;
  margin: 0 2% 10px 2%;
}
@media (max-width: 768px) {
  #workhighlight #workbox .griditem {
    flex: 1 1 45%;
  }
}
#workhighlight #workbox .griditem img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 980px) {
  #workhighlight #workbox .griditem {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 769px) {
  #workhighlight #workbox .griditem {
    margin-bottom: 90px !important;
    clear: both;
  }
}
#workhighlight #workbox .griditem h3 {
  font-size: 15px;
  color: #666666;
  text-align: center;
  line-height: 1.2;
  height: 40px;
  display: block;
}
#workhighlight .workhighlight-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #workhighlight .workhighlight-info {
    flex-flow: row wrap;
  }
}
#workhighlight .workhighlight-info a {
  display: block;
  /*margin-bottom: 20px;*/
}
#workhighlight .workhighlight-info a img {
  margin-bottom: 20px;
}
#workhighlight #workhighlight-equality, #workhighlight #workhighlight-demmaps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: -60px;
}
@media (max-width: 992px) {
  #workhighlight #workhighlight-equality, #workhighlight #workhighlight-demmaps {
    margin-bottom: 0;
  }
}
#workhighlight #workhighlight-equality .wh-equality-item, #workhighlight #workhighlight-demmaps .wh-equality-item {
  flex: 1 1 45%;
  margin: 20px 2%;
}
@media (max-width: 992px) {
  #workhighlight #workhighlight-equality .wh-equality-item, #workhighlight #workhighlight-demmaps .wh-equality-item {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #workhighlight #workhighlight-equality .wh-equality-item, #workhighlight #workhighlight-demmaps .wh-equality-item {
    flex: 1 1 100%;
    margin: 0 15px 30px 15px;
  }
}
#workhighlight .thumb-active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (max-width: 980px) {
  #workhighlight #workbox {
    /*padding: 15px 10px!important;*/
    padding: 30px 10px 0 10px !important;
  }
}
@media (max-width: 769px) {
  #workhighlight #workbox {
    top: 40px;
    margin: 0 auto 40px auto !important;
  }
  #workhighlight #workbox .arrow-up {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #eaeaea;
    top: -20px;
  }
  #workhighlight #workbox .arrow-pos-one {
    left: 10%;
  }
  #workhighlight #workbox .arrow-pos-two {
    left: 35.5%;
  }
  #workhighlight #workbox .arrow-pos-three {
    left: 60.5%;
  }
  #workhighlight #workbox .arrow-pos-four {
    left: 85.5%;
  }
  #workhighlight #workbox .button {
    float: none;
  }
}
@media (max-width: 680px) {
  #workhighlight #workbox {
    top: 30px;
    margin: 0 auto 50px auto !important;
  }
  #workhighlight #workbox .arrow-up {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #eaeaea;
    top: -20px;
  }
  #workhighlight #workbox .arrow-pos-one {
    left: 8.5%;
  }
  #workhighlight #workbox .arrow-pos-two {
    left: 33.5%;
  }
  #workhighlight #workbox .arrow-pos-three {
    left: 58.5%;
  }
  #workhighlight #workbox .arrow-pos-four {
    left: 83.5%;
  }
  #workhighlight #workbox .button {
    float: none;
  }
}

#workhighlight-equality {
  padding-bottom: 10px !important;
}
#workhighlight-equality img {
  padding-top: 10px;
}

/*#workhighlight-opentoall {
  padding-bottom: 10px!important;

  img {
    padding-top: 10px;
  }
}*/
/* ----- REPORT GRID ----- */
#grid {
  margin: 60px auto 80px auto;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  /*@media (max-width: 980px) {
    h3 {
      height: auto;
    }
  }*/
}
#grid .webpage-secondary-content {
  flex-wrap: wrap;
  display: flex;
}
#grid .singleitem {
  margin: 0 0 30px 0 !important;
  padding: 0 15px 20px 15px !important;
  width: 24.9% !important;
}
@media (max-width: 992px) {
  #grid .singleitem {
    width: 33.28% !important;
  }
}
@media (max-width: 768px) {
  #grid .singleitem {
    width: 49.9% !important;
  }
}
@media (max-width: 480px) {
  #grid .singleitem {
    width: 100% !important;
  }
}
#grid img, #grid .thumbicon {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border: 1px solid #777;
}
#grid h3 {
  font-size: 15px;
  color: #666666;
  text-align: center;
  line-height: 1.2;
  height: auto !important;
  margin-bottom: 20px;
  clear: both;
}
#grid p {
  clear: both;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}
#grid .gridinfo {
  /*    flex: 1;
      display: flex;
      flex-direction: column;*/
}
#grid .gridinfo p {
  margin-bottom: 0px !important;
}
#grid .gridinfo .gridthumb img {
  width: 100%;
  height: auto;
}
#grid .gridinfo .gridthumb:hover {
  text-decoration: none !important;
}
#grid .gridinfo .gridthumb:hover .thumbicon {
  padding-right: 20px;
}
#grid .gridinfo .gridthumb:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#grid .gridinfo .gridthumb:hover h3 {
  color: #f9a25d;
  text-decoration: none !important;
}
@media (min-width: 767px) {
  #grid .gridinfo {
    position: relative;
    /*min-height: 410px;*/
  }
}
@media (max-width: 980px) {
  #grid .gridinfo {
    position: relative;
    /*min-height: 430px;*/
  }
}
@media (max-width: 767px) {
  #grid .gridinfo {
    position: relative;
    /*min-height: 0;*/
  }
  #grid .gridbtn {
    margin-top: 25px;
  }
}
#grid .gridbtn {
  clear: both;
  text-align: center;
}
#grid .gridbtn a.button {
  display: inline-block;
  margin: auto;
}
#grid .thumbicon {
  padding: 7px 10px;
  color: white;
  text-transform: uppercase;
  text-align: right;
  border-top: 0;
  font-style: italic;
  letter-spacing: 0.5px;
  background: #f9a25d;
  /*    line-height: 2;
      height: 45px;
      top: -45px;
      position: relative;
  */
}
#grid .thumbicon .fa {
  font-size: 25px;
  position: relative;
  top: 3px;
  margin-left: 4px;
}
#grid .thumb-green .gridthumb div {
  background: #b0b579;
}
#grid .thumb-green .gridthumb:hover h3 {
  color: #b0b579 !important;
}
#grid .thumb-green a.button:hover {
  background: #b0b579 !important;
}

/* Force fix for live site */
#grid .singleitem .gridinfo {
  height: auto !important;
  min-height: auto !important;
}

.report-authors {
  clear: both;
  margin-bottom: 30px;
  /*@media (max-width: 980px) {
    h4 {
      text-align: left;
    }
  }*/
  /*  .author-logos {
      display: block;
      text-align: center;

      img {
        text-align: center;
        max-width: 100px;
        margin: 10px;
        display: inline-block;
        float: none;
      }
    }*/
}
.report-authors h4 {
  color: #888;
  text-align: left;
  padding: 20px 0 10px 0 !important;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1 !important;
}
.report-authors .col-fix-both {
  border: 1px solid red;
}
@media (max-width: 769px) {
  .report-authors .col-fix-right, .report-authors .col-fix-left {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.report-authors ul {
  margin-bottom: 20px;
}
.report-authors ul li {
  font-size: 14px;
  padding: 0px;
  /*background: #f3f3f3;*/
  background: white;
  border-top: 1px solid #e1e1e1;
}
.report-authors ul li a, .report-authors ul li a:link, .report-authors ul li a:active, .report-authors ul li a:visited, .report-authors ul li span {
  color: #666;
  text-decoration: none;
  padding: 7px 10px 7px 0px;
  display: block;
  /*border-left:5px solid #f3f3f3;*/
  border-left: 5px solid white;
}
.report-authors ul li a .fa, .report-authors ul li a:link .fa, .report-authors ul li a:active .fa, .report-authors ul li a:visited .fa, .report-authors ul li span .fa {
  color: white;
  text-align: right;
  float: right;
  position: relative;
  top: 5px;
}
.report-authors ul li span {
  color: #777;
}
.report-authors ul li a:hover {
  padding-left: 15px;
  /*background: #444!important;*/
  background: #555 !important;
  border-left: 5px solid #b0b579 !important;
  color: white;
}
.report-authors ul li:nth-child(even) {
  /*background: #f9f9f9;*/
  /*a, a:link, a:active, a:visited {
    border-left:5px solid #f9f9f9;
  }*/
}
.report-authors ul li:nth-child(even) a:hover {
  border-left: 5px solid #f9a25d !important;
}
.report-authors ul li:first-child {
  border-top: 0px;
}
.report-authors ul li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.report-cover-wrap img {
  margin: auto !important;
  width: 100% !important;
  height: auto !important;
  display: block;
}
@media (max-width: 991px) {
  .report-cover-wrap {
    /*max-width: 30%;
    float: left;
    margin: 0 20px 20px 0;*/
  }
  .report-cover-wrap img {
    margin: 10px auto 30px auto !important;
    width: 80% !important;
  }
}
@media (max-width: 680px) {
  .report-cover-wrap img {
    width: 90% !important;
  }
}

.resourcewrap h3 {
  height: 60px !important;
}
@media (max-width: 980px) {
  .resourcewrap h3 {
    height: auto;
    margin-bottom: -10px;
  }
}
@media (min-width: 767px) {
  .resourcewrap .gridinfo {
    position: relative;
    /*min-height: 535px!important;*/
  }
}
@media (max-width: 980px) {
  .resourcewrap .gridinfo {
    position: relative;
    /*min-height: 527px!important;*/
  }
  .resourcewrap .gridbtn {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .resourcewrap .gridinfo {
    position: relative;
    /*min-height: 0!important;*/
  }
}

.gridbtn {
  display: none !important;
  /* hides all grid buttons on site */
}

/* ----- PAGE CONTENT ----- */
.landinghero {
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

/*.landingthumbwrap {
  overflow: hidden!important;
  height: 350px;
  @include rb;

  img {
    @include gb;
    max-width: inherit;
    height: 350px;
    left: -50%!important;
    display: block;
    position: relative;
  }
}*/
.download-links {
  font-weight: bold;
  margin: 0 0 40px 0;
  line-height: 0;
  clear: both;
}
.download-links div {
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.download-links div i {
  color: #999;
  font-weight: normal;
}
.download-links div span {
  padding: 13px 20px;
  line-height: 1.5;
  margin: 0 !important;
  max-width: 73%;
  float: left;
}
.download-links li {
  background: #eaeaea;
  border-top: 1px solid #c9c9c9;
}
.download-links li:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.download-links a {
  line-height: 1.5;
  color: #999;
  text-transform: uppercase;
  border-left: 5px solid #d6d6d6;
  float: right;
  padding: 13px 20px !important;
  margin: 0;
  display: block !important;
  text-decoration: none;
  /* NEW 09/21/2019 */
  text-align: center;
  width: 20%;
}
@media (max-width: 767px) {
  .download-links a {
    padding: 18px 7px !important;
    font-size: 12px;
  }
}
@media (max-width: 570px) {
  .download-links .longer-title span {
    max-width: 71%;
  }
  .download-links .longer-title a {
    line-height: 3;
  }
}
.download-links a:hover {
  background: #b9b9b9 !important;
  color: white;
  text-decoration: none;
  border-left: 5px solid #a3a3a3;
  cursor: pointer !important;
}

/* ----- ROTATING QUOTE ----- */
.rotating-quote {
  margin-top: 20px;
  margin-bottom: -60px;
  padding-bottom: 0;
  text-align: center;
  height: auto;
}
.rotating-quote .quotewrap {
  max-width: 980px;
  margin: auto !important;
  min-height: 175px;
}
.rotating-quote .quoteblock {
  width: 80%;
  margin: auto;
  height: inherit;
}
.rotating-quote p {
  font-size: 26px;
  text-align: center;
}
.rotating-quote hr {
  margin-bottom: 40px;
}
.rotating-quote .fadequote {
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
.rotating-quote .currentquote {
  display: block;
}
.rotating-quote .quote-left, .rotating-quote .quote-right {
  position: absolute;
}
.rotating-quote .quote-left img, .rotating-quote .quote-right img {
  max-width: 40px !important;
  height: auto;
  margin: auto;
}
.rotating-quote .quote-right {
  float: right;
  position: relative;
  top: -60px;
}
@media (max-width: 980px) {
  .rotating-quote .quote-left img, .rotating-quote .quote-right img {
    max-width: 30px !important;
  }
}
.rotating-quote span {
  font-size: 32px;
  font-weight: bold;
}
.rotating-quote .orangetext {
  color: #f9a25d;
}
.rotating-quote .greentext {
  color: #b0b579;
}
.rotating-quote .quote-source {
  max-width: 70%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 35px;
}
.rotating-quote .quote-source p {
  font-size: 12px !important;
  color: #ccc;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .rotating-quote {
    margin-top: 10px;
    padding: 5px !important;
  }
  .rotating-quote .quotewrap {
    max-width: 980px;
    margin: auto !important;
    min-height: 150px;
  }
  .rotating-quote p {
    font-size: 19px;
  }
  .rotating-quote span {
    font-size: 26px;
  }
  .rotating-quote .quoteblock {
    width: 85%;
  }
  .rotating-quote .quote-left img, .rotating-quote .quote-right img {
    max-width: 25px !important;
  }
  .rotating-quote .quote-left {
    left: -5px;
  }
  .rotating-quote .quote-right {
    float: right;
    position: relative;
    top: -50px;
    right: -5px;
  }
  .rotating-quote .quote-source {
    margin-bottom: 10px;
  }
  .rotating-quote .quote-source p {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    font-size: 10px !important;
  }
}
@media (max-width: 680px) {
  .rotating-quote {
    margin-bottom: 0;
  }
  .rotating-quote p {
    font-size: 18px;
  }
  .rotating-quote span {
    font-size: 25px;
  }
  .rotating-quote .quoteblock {
    width: 85%;
  }
  .rotating-quote .quote-left img, .rotating-quote .quote-right img {
    max-width: 25px !important;
  }
  .rotating-quote .quote-left {
    left: -5px;
  }
  .rotating-quote .quote-right {
    float: right;
    position: relative;
    top: -50px;
    right: -5px;
  }
  .rotating-quote .quote-source {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .rotating-quote .quote-source p {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    font-size: 10px !important;
  }
}
/* ----- EQUALITY MAPS ----- */
.eqmap-content {
  /* scale the map area with the image */
}
.eqmap-content h2 {
  margin: 30px 0 0 0;
}
.eqmap-content h3 {
  font-size: 15px;
  color: #666;
  text-align: left;
  margin: 0 0 20px 0;
}
.eqmap-content p {
  font-size: 14px;
  color: #888 !important;
}
.eqmap-content .equality-map-image {
  -webkit-transform: scale(1, 1);
  -webkit-transform-origin: top left;
}
.eqmap-content a img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.eqmap-content .eqmap-sub-content {
  font-size: 14px;
  color: #888 !important;
  margin-top: 30px;
  /* added 09/21 */
}
.eqmap-content .eqmap-sub-content h2 {
  margin-bottom: 20px;
  line-height: 1;
}
.eqmap-content .eqmap-sub-content hr {
  margin: 30px auto;
}
.eqmap-content .eqmap-sub-content .nomargin {
  margin: 20px auto 0 auto !important;
}
.eqmap-content .eqmap-sub-content img {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.eqmap-content .eqmap-sub-content .note {
  line-height: 1.5;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
}
.eqmap-content .eqmap-sub-content a.statute-link {
  padding: 7px;
  margin-left: -7px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  /*color: $color_orange!important;*/
  color: #999 !important;
}
.eqmap-content .eqmap-sub-content a.statute-link .fa {
  font-size: 19px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.eqmap-content .eqmap-sub-content a.statute-link:hover {
  color: #777 !important;
  text-decoration: none;
  background: #eaeaea !important;
}
.eqmap-content .eqmap-sub-content .eqmap-key {
  padding-bottom: 25px;
  line-height: 1.5;
  /* @include flexbox;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  @include rb; */
}
.eqmap-content .eqmap-sub-content .eqmap-key li {
  display: block;
  /*min-height: 31px;*/
  margin: 0px 0px 20px 0px;
  text-align: justify;
}
.eqmap-content .eqmap-sub-content .eqmap-key li i {
  font-style: italic;
  color: #b1b1b1;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .eqmap-content .eqmap-sub-content .eqmap-key li {
    margin-right: 0;
  }
}
.eqmap-content .eqmap-sub-content .eqmap-key li > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
}
.eqmap-content .eqmap-sub-content .eqmap-key li > div {
  padding-top: 3px;
  margin-left: 45px;
}
.eqmap-content .eqmap-sub-content .eqmap-key li > div.longkey {
  padding-top: 0;
  margin-top: 0;
  top: -3px;
  position: relative;
}
@media (min-width: 980px) {
  .eqmap-content .eqmap-sub-content .eqmap-key-right {
    /* padding-top: 26%; */
    padding-top: 50px;
    margin-left: 15px !important;
  }
}
@media (max-width: 992px) {
  .eqmap-content .eqmap-sub-content .eqmap-key-right {
    padding-top: 0;
    /* max-width: 50%;
    margin: auto; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .eqmap-content .eqmap-sub-content .eqmap-key-right > div {
    /* width: 33%; */
    width: 50%;
    margin-bottom: 10px;
    text-align: left;
  }
  .eqmap-content .eqmap-sub-content .eqmap-key-right > div li div {
    top: 0px;
    padding-right: 20px;
    position: relative;
    margin-left: 40px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .eqmap-content .eqmap-sub-content .eqmap-key-right > div {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .eqmap-content .eqmap-sub-content .eqmap-key-right > div {
    width: 100%;
  }
}
.eqmap-content .img-map {
  width: 100%;
  max-width: 700px;
  border: none !important;
  margin: auto auto 30px auto;
}

.color-green-light {
  background: #cfd199;
}

.color-green {
  background: #b0b579;
}

.color-green-dark {
  background: #949865;
}

.color-green-darker {
  background: #5e623f;
}

.color-orange-light {
  background: #fdc891;
}

.color-orange {
  background: #f9a25d;
}

.color-orange-dark {
  background: #a76633;
}

.color-red-dark {
  background: #c02b2f;
}

.color-green-striped {
  background: url(/image/key-map-striped-green.png);
}

.color-orange-striped {
  background: url(/image/key-map-striped-orange.png);
}

#eq-table-key-wrap {
  padding: 0;
  margin: 20px auto;
}
#eq-table-key-wrap .fa-check-circle {
  color: #b0b579;
}
#eq-table-key-wrap .fa-times-circle {
  color: #f9a25d;
}
#eq-table-key-wrap .table-key {
  background: #f9f9f9 !important;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 13px;
  color: #888;
}
#eq-table-key-wrap .table-key .key-title {
  display: block;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #777;
  position: relative;
  background: #eeeeee;
  float: left;
  padding: 15px 13px;
  width: 50px;
  text-align: center;
}
#eq-table-key-wrap .table-key .key-list {
  display: inline-block;
  list-style: none;
  float: left;
  padding: 10px 10px 15px 20px;
  margin: 0;
  width: 93%;
}
#eq-table-key-wrap .table-key .key-list li {
  display: block;
  float: left;
  margin-right: 30px;
}
#eq-table-key-wrap .table-key .key-list li span {
  top: -2px;
  position: relative;
}
#eq-table-key-wrap .table-key .key-list .fa {
  font-size: 29px !important;
  display: inline !important;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
#eq-table-key-wrap .table-key .key-list .fa-minus {
  margin-right: 6px;
  /*margin-left: 4px;*/
  top: 6px;
}
@media (max-width: 1030px) {
  #eq-table-key-wrap .table-key .key-title {
    width: 100%;
    padding: 10px;
  }
  #eq-table-key-wrap .table-key .key-list {
    width: 100%;
    padding: 10px 15px;
  }
  #eq-table-key-wrap .table-key .key-list li {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #eq-table-key-wrap .table-key .key-list li span {
    top: 7px;
    display: block;
    float: left;
    width: 90%;
  }
  #eq-table-key-wrap .table-key .key-list li .fa {
    margin-right: 10px;
    float: left;
  }
}
@media (max-width: 769px) {
  #eq-table-key-wrap .table-key .key-list li {
    width: 100%;
  }
}
#eq-table-key-wrap .table-key li:last-child {
  margin-right: 0px !important;
}

table.eqmap-tally {
  width: 100%;
  margin-bottom: 25px;
  /*  tr {
      background: #fefefe;
    }

    tr:nth-child(even) {
      background: #f5f5f5;
    }*/
}
table.eqmap-tally .fa {
  font-size: 24px;
  outline: none;
}
table.eqmap-tally .fa-check-circle {
  color: #b0b579;
}
table.eqmap-tally .fa-times-circle {
  color: #f9a25d;
}
table.eqmap-tally tr, table.eqmap-tally td {
  color: #333;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #333;
  text-align: center;
}
table.eqmap-tally tr:nth-child(even) {
  background-color: #fbf8e9;
}
table.eqmap-tally tr:nth-child(odd) {
  background-color: #f8f3da;
}
table.eqmap-tally tr:first-child td, table.eqmap-tally td:first-child, table.eqmap-tally td:last-child {
  text-transform: uppercase;
  font-weight: bold;
}
table.eqmap-tally td:first-child {
  text-align: left;
}
table.eqmap-tally tr:first-child td {
  background: #b0b579 !important;
}
table.eqmap-tally td {
  width: 27.5%;
}
table.eqmap-tally td:last-child {
  width: 17.5%;
  text-transform: none;
}
table.eqmap-tally .green-dark-row td {
  background: #bfc1a3;
}
table.eqmap-tally .green-dark-row td.rowtitle {
  background: #5e623f !important;
}
table.eqmap-tally .green-row td {
  background: #d0d3ad;
}
table.eqmap-tally .green-row td.rowtitle {
  background: #b0b579 !important;
}
table.eqmap-tally .green-light-row td {
  background: #e2e3c2;
}
table.eqmap-tally .green-light-row td.rowtitle {
  background: #cfd199 !important;
}
table.eqmap-tally .orange-row td {
  background: #f8c698;
}
table.eqmap-tally .orange-row td.rowtitle {
  background: #f9a25d !important;
}
table.eqmap-tally .red-row td {
  background: #d38484;
}
table.eqmap-tally .red-row td.rowtitle {
  background: #b53232 !important;
}
table.eqmap-tally .citation_link {
  color: #3a3a3a;
  text-decoration: none;
  border-bottom: 1px dashed #c9c9c9;
  padding: 4px 0;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
table.eqmap-tally .citation_link .fa {
  font-size: 13px;
  padding-left: 5px;
}
table.eqmap-tally .citation_link:hover {
  color: white;
  background: #b0b579 !important;
  border-bottom: 1px solid #b0b579;
  padding: 4px;
}

.barchart {
  margin-top: 40px;
  margin-bottom: 40px;
}
.barchart .barback {
  background: #d6d6d6;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
  height: 35px;
}
.barchart span {
  top: -10px;
  font-size: 17px;
  position: relative;
}
.barchart .highpercent span {
  float: right;
  right: 10px;
  text-align: right;
  margin-top: 13px;
}
.barchart .color-green-dark span {
  color: #555;
}
.barchart p {
  font-size: 14px;
  color: #888 !important;
}
.barchart .color-green-dark {
  border-color: #868a5b;
  width: 39%;
}
.barchart .color-green-light {
  border-color: #b0b280;
  width: 9%;
}
.barchart .color-orange {
  border-color: #da8b4d;
  width: 49%;
}
.barchart .color-orange-dark {
  border-color: #8b552a;
  width: 3%;
}
.barchart .color-red-dark {
  border-color: #940f14;
  width: 3%;
}
.barchart .bar {
  border-style: solid;
  border-width: 1px;
  border-left: 0;
  border-right-width: 5px;
  position: relative;
  display: inline-block;
  height: inherit;
  margin: -1px 10px 0px 0;
}

/* SIDEBAR State List */
#statelist {
  display: none;
  max-height: 240px;
  overflow: scroll;
}
#statelist ul {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  #statelist, #issuelist, #demolist {
    display: none;
  }
}
.eqmap-buttons {
  display: inline-block;
  width: 100%;
}
.eqmap-buttons .button {
  width: 32.6%;
  max-width: 450px;
  margin: 0;
  float: left;
}
.eqmap-buttons .button .fa {
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.eqmap-buttons .button .block-icon .fa {
  margin-right: 0px;
}
.eqmap-buttons .middlebtn {
  margin: 0 1.1%;
}
.eqmap-buttons a.button {
  padding: 10px 5px;
}

@media (max-width: 769px) {
  .share-buttons a, .share-buttons a:link, .share-buttons a:active, .share-buttons a:visited {
    font-size: 12px !important;
  }
  .share-buttons .fa {
    font-size: 17px !important;
  }
}
.eqmap-share-buttons-top {
  position: relative;
  top: -10px;
  width: 100%;
}
.eqmap-share-buttons-top .button {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.eqmap-share-buttons-top .button .fa {
  font-size: 15px;
  top: 1px;
}
.eqmap-share-buttons-top .button:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.eqmap-share-buttons-top a.button {
  font-size: 12px;
  padding: 5px;
}

.eqmap-sidebar .eqlist-btn {
  margin-top: 30px;
  width: 100%;
  background: #eaeaea;
  border: 0px;
  text-align: left;
  padding: 0;
}
.eqmap-sidebar .eqlist-btn a, .eqmap-sidebar .eqlist-btn a:link, .eqmap-sidebar .eqlist-btn a:active, .eqmap-sidebar .eqlist-btn a:visited {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 17px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.eqmap-sidebar .eqlist-btn a span, .eqmap-sidebar .eqlist-btn a:link span, .eqmap-sidebar .eqlist-btn a:active span, .eqmap-sidebar .eqlist-btn a:visited span {
  border-top: 1px solid #da8b4d;
  border-bottom: 1px solid #da8b4d;
  position: relative;
  top: -1px;
  padding: 12px 17px;
  color: white;
  height: 100%;
  line-height: 1;
  float: right;
  margin: -17px;
  display: block;
  background: #f9a25d;
  border-left: 5px solid #da8b4d;
  font-size: 24px;
}
@media (min-width: 770px) {
  .eqmap-sidebar .eqlist-btn a:hover {
    background: #c9c9c9 !important;
  }
  .eqmap-sidebar .eqlist-btn a:hover span {
    background-color: #3a3a3a !important;
    border-color: #222222 !important;
  }
}
@media (max-width: 769px) {
  .eqmap-sidebar .eqlist-btn {
    margin-top: 20px;
  }
  .eqmap-sidebar .eqlist-btn a, .eqmap-sidebar .eqlist-btn a:link, .eqmap-sidebar .eqlist-btn a:active, .eqmap-sidebar .eqlist-btn a:visited {
    padding: 17px 10px 16px 10px;
    font-size: 12px;
  }
  .eqmap-sidebar .eqlist-btn a span, .eqmap-sidebar .eqlist-btn a:link span, .eqmap-sidebar .eqlist-btn a:active span, .eqmap-sidebar .eqlist-btn a:visited span {
    padding: 10px 17px;
  }
}
.eqmap-sidebar .eqlist-btn-odd a span, .eqmap-sidebar .eqlist-btn-odd a:link span, .eqmap-sidebar .eqlist-btn-odd a:active span, .eqmap-sidebar .eqlist-btn-odd a:visited span {
  border-top: 1px solid #949862;
  border-bottom: 1px solid #949862;
  border-left: 5px solid #949862;
  background: #b0b579;
}
.eqmap-sidebar ul {
  margin-bottom: 30px;
}
.eqmap-sidebar ul li {
  font-size: 14px;
  padding: 0px;
  background: #f3f3f3;
  border-top: 1px solid #c1c1c1;
}
.eqmap-sidebar ul li a, .eqmap-sidebar ul li a:link, .eqmap-sidebar ul li a:active, .eqmap-sidebar ul li a:visited {
  color: #666;
  text-decoration: none;
  padding: 7px 25px;
  display: block;
  border-left: 5px solid #f3f3f3;
}
.eqmap-sidebar ul li a:hover {
  padding-left: 35px;
  background: #444 !important;
  border-left: 5px solid #b0b579 !important;
  color: white;
}
.eqmap-sidebar ul li:nth-child(even) {
  background: #f9f9f9;
}
.eqmap-sidebar ul li:nth-child(even) a, .eqmap-sidebar ul li:nth-child(even) a:link, .eqmap-sidebar ul li:nth-child(even) a:active, .eqmap-sidebar ul li:nth-child(even) a:visited {
  border-left: 5px solid #f9f9f9;
}
.eqmap-sidebar ul li:nth-child(even) a:hover {
  border-left: 5px solid #f9a25d !important;
}
.eqmap-sidebar ul li:first-child {
  border-top: 0px;
}
.eqmap-sidebar ul li:last-child {
  border-bottom: 1px solid #c1c1c1;
}
.eqmap-sidebar a.learnbtn {
  font-size: 15px;
  width: 100%;
  max-width: 375px;
  margin: 30px auto;
  background: #c9c9c9 url(/image/btn-allys-guide.png) no-repeat right -45px !important;
  text-align: left;
  padding: 20px;
  display: block;
  color: #3a3a3a !important;
  text-transform: uppercase;
  font-weight: bold;
}
.eqmap-sidebar a.learnbtn span {
  font-size: 14px;
  margin-top: 1px;
  text-transform: none;
  font-weight: normal;
  display: block;
}
.eqmap-sidebar a.learnbtn:hover {
  color: #3a3a3a !important;
  text-decoration: none !important;
  background-color: #b0b579 !important;
  background-position: 115% -45px !important;
}
@media (max-width: 980px) {
  .eqmap-sidebar a.learnbtn {
    background-position: 130px -45px !important;
  }
  .eqmap-sidebar a.learnbtn:hover {
    background-position: 145px -45px !important;
  }
}
@media (max-width: 767px) {
  .eqmap-sidebar a.learnbtn {
    background-position: right -45px !important;
  }
  .eqmap-sidebar a.learnbtn:hover {
    background-position: 115% -45px !important;
  }
}

.eqmap-data {
  font-size: 13px;
  color: #999;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  /*border-bottom: 1px solid #e1e1e1;*/
  padding: 15px 0;
  font-style: italic;
  margin-bottom: 30px;
}

.eqmap-powered {
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 6px;
}
.eqmap-powered span {
  display: block;
  margin-bottom: 7px;
  padding-top: 15px;
}
.eqmap-powered img {
  max-width: 140px;
}

#maptabs {
  margin-bottom: 35px;
  height: 60px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
#maptabs a, #maptabs a:visited, #maptabs a:active, #maptabs a:link {
  width: auto;
  top: 15px;
  position: relative;
  /*    float: left;
      display: block;
      margin-right: 4px; */
  float: none;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 15px;
  background: #c9c9c9 !important;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
}
#maptabs a:hover {
  background: #aaa !important;
  color: #333 !important;
  text-decoration: none !important;
}
#maptabs a.thumb-active {
  background: #b0b579 !important;
  color: white !important;
  padding: 10px 20px;
  position: relative;
}
#maptabs a.thumb-active:focus, #maptabs button:focus, #maptabs a:focus {
  outline: 0 !important;
}
#maptabs .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #b0b579;
  position: absolute;
  bottom: -15px;
  left: 44%;
  display: none;
}
#maptabs a.thumb-active > .arrow-down {
  display: block;
}

@media (max-width: 769px) {
  #maptabs {
    height: 27px;
    padding: 0;
    text-align: center;
  }
  #maptabs a, #maptabs a:visited, #maptabs a:active, #maptabs a:link {
    font-size: 12px;
    float: none;
    top: -1px;
    padding: 7px 10px;
    display: inline;
    margin: 0 auto;
  }
  #maptabs a.thumb-active {
    background: #b0b579 !important;
    color: white !important;
    padding: 7px 13px;
    /*top: -4px;*/
    position: relative;
  }
  #maptabs .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #b0b579;
    position: absolute;
    bottom: -11px;
    left: 42%;
    display: none;
  }
}
@media (max-width: 680px) {
  #maptabs {
    height: 27px;
  }
  #maptabs a, #maptabs a:visited, #maptabs a:active, #maptabs a:link {
    font-size: 10px;
    padding: 7px 10px;
  }
  #maptabs a.thumb-active {
    background: #b0b579 !important;
    padding: 7px 10px;
  }
  #maptabs .arrow-down {
    left: 40%;
  }
}
.maptabs-info p {
  margin-bottom: 30px;
}

/* ----- SIDEBAR ----- */
.resources-sidebar .thumb, .team-list .thumb, .board-list .thumb {
  padding: 0 15px 0 0 !important;
}
.resources-sidebar .description, .team-list .description, .board-list .description {
  padding-right: 0 !important;
}
.resources-sidebar h3, .team-list h3, .board-list h3 {
  margin: 0 0 30px 0;
}
.resources-sidebar h4, .team-list h4, .board-list h4 {
  margin-top: 0;
}
.resources-sidebar p, .team-list p, .board-list p {
  font-size: 14px;
  color: #888 !important;
}
.resources-sidebar img, .team-list img, .board-list img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  border-radius: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.team-list .thumb, .board-list .thumb {
  margin-top: 20px;
}
.team-list h3, .board-list h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 26px;
}
.team-list h4, .board-list h4 {
  margin-bottom: 15px;
}
.team-list hr, .board-list hr {
  margin: 40px 0;
}
@media (max-width: 769px) {
  .team-list .description, .board-list .description {
    padding-left: 0 !important;
  }
  .team-list .thumb, .board-list .thumb {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
  .team-list .thumb img, .board-list .thumb img {
    max-width: 75%;
    margin: auto;
    text-align: center;
  }
  .team-list h3, .team-list h4, .board-list h3, .board-list h4 {
    text-align: center !important;
  }
  .team-list .button, .board-list .button {
    text-align: center;
    margin: auto;
    max-width: 150px;
    float: none;
  }
}

.board-list {
  /*p {
    margin-right: 15px;
  }*/
}
.board-list .thumb {
  margin-top: 10px;
}
.board-list .thumb-flush {
  margin-top: 0px;
}
.board-list .board-member {
  margin-bottom: 90px;
}
@media (max-width: 769px) {
  .board-list p {
    text-align: center;
  }
  .board-list .button {
    max-width: 130px;
  }
  .board-list .board-member {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .resources-sidebar, .team-list, .board-list {
    margin-top: 0px;
  }
  .resources-sidebar hr, .team-list hr, .board-list hr {
    margin: 40px auto;
  }
  .resources-sidebar .thumb, .team-list .thumb, .board-list .thumb {
    padding: 0 0 0 0 !important;
  }
}
.funder-list, .news-list {
  margin: 0;
  padding: 0;
}
.funder-list li, .news-list li {
  width: 49%;
  border-bottom: 1px solid #f1f1f1;
  float: left;
  padding: 10px 0;
  display: block;
}
.funder-list li a, .news-list li a {
  overflow: hidden;
  display: block;
}
.funder-list li a .fa, .news-list li a .fa {
  float: right;
  position: relative;
  top: 4px;
  right: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.funder-list li a:hover, .news-list li a:hover {
  padding: 0 10px;
  text-decoration: none;
}
.funder-list li a:hover .fa, .news-list li a:hover .fa {
  right: 0;
}
.funder-list li:nth-child(odd), .news-list li:nth-child(odd) {
  margin-right: 2%;
}
.funder-list li:nth-child(even), .news-list li:nth-child(even) {
  margin-right: 0;
}
.funder-list li:first-child, .funder-list li:nth-child(2), .news-list li:first-child, .news-list li:nth-child(2) {
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 769px) {
  .funder-list li, .news-list li {
    width: 100%;
    margin-right: 0;
  }
  .funder-list li:nth-child(2), .news-list li:nth-child(2) {
    border-top: none;
  }
}

.news-list h3 {
  text-align: left;
}
.news-list ul {
  margin: 0;
  padding: 0;
}
.news-list ul li {
  width: 100%;
  margin-right: 0;
  float: none;
  padding: 0;
}
.news-list ul li a {
  padding: 10px 0 10px 10px;
  overflow: visible;
  color: #3a3a3a !important;
  border-left: 10px solid white;
}
.news-list ul li a span {
  color: #888;
  font-style: italic;
}
.news-list ul li a:hover {
  color: #f9a25d !important;
  border-left: 10px solid #f9a25d;
  margin-left: 0;
  padding: 10px 0 10px 10px;
}
.news-list ul li:nth-child(2) {
  border-top: 0;
}
.news-list ul li:last-child {
  margin-bottom: 40px;
}

/* ----- Contact Page ----- */
.contact_info {
  margin: 60px auto !important;
}

.leadtext {
  margin-bottom: 40px;
}

.social-block {
  margin-top: 80px;
}

.social-block li {
  margin: 20px 10px;
  width: 50px;
}

.social-block a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2em;
  margin-top: 80px;
}

.social-block a:hover {
  color: #f9a25d;
  color: #f9a25d;
}

.donationlink {
  margin: 50px auto !important;
  font-size: 1.3em;
  display: block;
}

/* ----- FOOTER NEWSLETTER ----- */
/*  Constant Contact Form */
/*#success_message {
  display: block;
  background: $color_gray_light;
  padding: 30px;
  width: 100%;
  margin:0 auto 20px auto;
  color: $color_gray_dark;
  text-align: center;
}*/
#newsletter {
  background: white;
  border-top: 5px solid #f9a25d;
}
#newsletter .newsletterwrap {
  max-width: 500px;
  margin: auto;
  margin-top: 50px;
  /* Form Changes Colors on Focus */
}
#newsletter .newsletterwrap input {
  background: #eaeaea;
  border: none;
  font-size: 20px;
  height: 60px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  width: 75%;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#newsletter .newsletterwrap input.btn_submit {
  background: #c2c2c2;
  width: 25%;
  margin-left: -1%;
}
#newsletter .newsletterwrap input.btn_submit:hover {
  background: #f9a25d;
  color: white !important;
}
#newsletter .newsletterwrap input[type=text]:focus, #newsletter .newsletterwrap textarea:focus, #newsletter .newsletterwrap .form-group input:focus, #newsletter .newsletterwrap input[type=email]:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background: #3a3a3a !important;
  color: #eaeaea !important;
}
@media (max-width: 767px) {
  #newsletter .newsletterwrap input {
    font-size: 18px;
    height: 50px;
    padding: 0 20px;
    width: 68%;
  }
  #newsletter .newsletterwrap input.btn_submit {
    width: 32%;
    margin-left: -1%;
  }
}

/* ----- STATE PROFILES ----- */
#stateprofile {
  /* .policytally */
}
#stateprofile h2 {
  font-size: 30px;
}
#stateprofile .quickfacts .quickfactbox {
  width: 19%;
  background: #f1f1f1;
  text-align: center;
  border-top: 8px solid #b0b579;
  float: left;
  font-size: 15px;
  line-height: 1.5;
  color: #777777;
  padding: 25px 7px;
  min-height: 138px;
}
#stateprofile .quickfacts .quickfactbox p {
  text-align: center;
  margin-bottom: 0;
}
#stateprofile .quickfacts .quickfactbox span {
  font-weight: bold;
  font-size: 25px;
}
#stateprofile .quickfacts .quickfactbox a {
  font-style: italic;
  margin-top: 10px;
  color: #888888;
}
#stateprofile .quickfacts .evenbox {
  border-top: 8px solid #f9a25d;
  margin: 0 1.25%;
}
@media (max-width: 980px) {
  #stateprofile .quickfacts .quickfactbox {
    font-size: 14px;
  }
  #stateprofile .quickfacts .quickfactbox span {
    font-weight: bold;
    font-size: 20px;
  }
}
@media (max-width: 851px) {
  #stateprofile .quickfacts .quickfactbox {
    min-height: 151px;
  }
}
@media (max-width: 769px) {
  #stateprofile .quickfacts .evenbox {
    margin: 0;
  }
  #stateprofile .quickfacts .smallmarginbox {
    margin: 0 2%;
  }
  #stateprofile .quickfacts .quickfactbox {
    width: 31%;
    margin-bottom: 20px;
    padding: 20px 7px;
    min-height: 141px;
  }
}
#stateprofile .policytally {
  background: #f9f9f9;
  padding: 0px 0px 30px 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#stateprofile .policytally h2 {
  padding: 15px;
  color: #888;
  background: #eaeaea;
}
#stateprofile .policytally .state-img {
  max-width: 75%;
  margin: auto;
  top: 95px;
  left: 10px;
  position: relative;
}
@media (max-width: 991px) {
  #stateprofile .policytally .state-img {
    max-width: auto;
    max-height: 240px;
    top: 0px;
    left: 0px;
    margin-bottom: 20px;
  }
}
#stateprofile .policytally .policyboxes {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  /*  styles for specifying box background images */
  /* Adjustments for background images based on box */
}
#stateprofile .policytally .policyboxes .p-box > .tally, #stateprofile .policytally .policyboxes .overalltally > .tally {
  font-weight: bold;
  font-size: 28px;
  display: block;
  margin-bottom: 15px;
}
#stateprofile .policytally .policyboxes .so-box, #stateprofile .policytally .policyboxes .gi-box, #stateprofile .policytally .policyboxes .combined-box {
  padding: 20px 10px 30px 10px;
}
#stateprofile .policytally .policyboxes .so-box a, #stateprofile .policytally .policyboxes .so-box a:link, #stateprofile .policytally .policyboxes .so-box a:active, #stateprofile .policytally .policyboxes .so-box a:visited, #stateprofile .policytally .policyboxes .gi-box a, #stateprofile .policytally .policyboxes .gi-box a:link, #stateprofile .policytally .policyboxes .gi-box a:active, #stateprofile .policytally .policyboxes .gi-box a:visited, #stateprofile .policytally .policyboxes .combined-box a, #stateprofile .policytally .policyboxes .combined-box a:link, #stateprofile .policytally .policyboxes .combined-box a:active, #stateprofile .policytally .policyboxes .combined-box a:visited {
  color: #ffffff;
  font-size: 17px;
  position: absolute;
  margin-left: 0px;
  margin-top: 25px;
  display: block;
}
#stateprofile .policytally .policyboxes .so-box a:hover, #stateprofile .policytally .policyboxes .gi-box a:hover, #stateprofile .policytally .policyboxes .combined-box a:hover {
  font-size: 20px;
}
@media (max-width: 769px) {
  #stateprofile .policytally .policyboxes .so-box, #stateprofile .policytally .policyboxes .gi-box, #stateprofile .policytally .policyboxes .combined-box {
    padding: 20px 20px 30px 20px;
  }
}
#stateprofile .policytally .policyboxes .combined-box {
  margin-top: 30px;
  width: 100%;
  font-size: 21px;
  line-height: 1.4;
  padding: 30px 20px 40px 20px;
}
#stateprofile .policytally .policyboxes .combined-box .overalltally .tally {
  font-size: 55px;
}
@media (max-width: 769px) {
  #stateprofile .policytally .policyboxes .combined-box .overalltally .tally {
    font-size: 45px;
  }
}
#stateprofile .policytally .policyboxes .combined-box .barometer {
  margin: 20px auto 0 auto;
}
#stateprofile .policytally .policyboxes .rating span:after {
  background: white;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 17px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#stateprofile .policytally .policyboxes .box-negative {
  background: #b53232;
}
#stateprofile .policytally .policyboxes .box-negative .rating span:after {
  content: "NEGATIVE";
  color: #b53232;
}
#stateprofile .policytally .policyboxes .box-low {
  background: #f9a25d;
}
#stateprofile .policytally .policyboxes .box-low .rating span:after {
  content: "LOW";
  color: #f9a25d;
}
#stateprofile .policytally .policyboxes .box-fair {
  /* background: #d3d89f; */
  background: #f4ecce;
}
#stateprofile .policytally .policyboxes .box-fair .rating span:after {
  content: "FAIR";
  color: #EAE1C3;
  color: #DDD2B1;
  /* color: #b0b579; */
}
#stateprofile .policytally .policyboxes .box-medium {
  background: #d3d89f;
}
#stateprofile .policytally .policyboxes .box-medium .rating span:after {
  content: "MEDIUM";
  color: #b0b579;
}
#stateprofile .policytally .policyboxes .box-high {
  background: #b0b579;
}
#stateprofile .policytally .policyboxes .box-high .rating span:after {
  content: "HIGH";
  color: #949865;
}
#stateprofile .policytally .policyboxes .so-box.box-negative {
  background: url(/image/highlight-so-negative.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .gi-box.box-negative {
  background: url(/image/highlight-gi-negative.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .combined-box.box-negative {
  background: url(/image/highlight-overall-negative.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .so-box.box-low {
  background: url(/image/highlight-so-low.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .gi-box.box-low {
  background: url(/image/highlight-gi-low.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .combined-box.box-low {
  background: url(/image/highlight-overall-low.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .so-box.box-medium {
  background: url(/image/highlight-so-medium.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .gi-box.box-medium {
  background: url(/image/highlight-gi-medium.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .combined-box.box-medium {
  background: url(/image/highlight-overall-medium.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .so-box.box-high {
  background: url(/image/highlight-so-high.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .gi-box.box-high {
  background: url(/image/highlight-gi-high.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .combined-box.box-high {
  background: url(/image/highlight-overall-high.jpg) no-repeat;
}
#stateprofile .policytally .policyboxes .so-box.box-negative, #stateprofile .policytally .policyboxes .so-box.box-low, #stateprofile .policytally .policyboxes .so-box.box-fair, #stateprofile .policytally .policyboxes .so-box.box-medium, #stateprofile .policytally .policyboxes .so-box.box-high {
  background-position: -80px -20px;
  background-size: 160% auto;
}
#stateprofile .policytally .policyboxes .gi-box.box-negative, #stateprofile .policytally .policyboxes .gi-box.box-low, #stateprofile .policytally .policyboxes .gi-box.box-fair, #stateprofile .policytally .policyboxes .gi-box.box-medium, #stateprofile .policytally .policyboxes .gi-box.box-high {
  background-position: -50px 0px;
  background-size: 130% auto;
}
@media (max-width: 600px) {
  #stateprofile .policytally .policyboxes .so-box.box-negative, #stateprofile .policytally .policyboxes .so-box.box-low, #stateprofile .policytally .policyboxes .so-box.box-fair, #stateprofile .policytally .policyboxes .so-box.box-medium, #stateprofile .policytally .policyboxes .so-box.box-high {
    background-position: center top;
    background-size: cover;
  }
  #stateprofile .policytally .policyboxes .gi-box.box-negative, #stateprofile .policytally .policyboxes .gi-box.box-low, #stateprofile .policytally .policyboxes .gi-box.box-fair, #stateprofile .policytally .policyboxes .gi-box.box-medium, #stateprofile .policytally .policyboxes .gi-box.box-high {
    background-position: center top;
    background-size: cover;
  }
}
#stateprofile .policytally .policyboxes .combined-box.box-negative, #stateprofile .policytally .policyboxes .combined-box.box-low, #stateprofile .policytally .policyboxes .combined-box.box-fair, #stateprofile .policytally .policyboxes .combined-box.box-medium, #stateprofile .policytally .policyboxes .combined-box.box-high {
  background-position: 0px -50px;
  background-size: 100% auto;
}
#stateprofile .policytally .methodologywrap {
  padding-top: 30px;
}
#stateprofile .policytally .comparison {
  float: left;
  color: #888;
  width: 45%;
  font-size: 13px;
  padding-top: 5px;
  line-height: 1.2;
}
#stateprofile .policytally .comparison a, #stateprofile .policytally .comparison a:link, #stateprofile .policytally .comparison a:active, #stateprofile .policytally .comparison a:visited {
  font-weight: bold !important;
  text-decoration: underline !important;
}
@media (max-width: 1200px) {
  #stateprofile .policytally .comparison {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  #stateprofile .policytally .comparison {
    width: 35%;
    padding-top: 0px;
  }
}
@media (max-width: 980px) {
  #stateprofile .policytally .comparison {
    width: 55%;
    padding-top: 12px;
  }
}
@media (max-width: 840px) {
  #stateprofile .policytally .comparison {
    width: 50%;
    padding-top: 5px;
  }
}
@media (max-width: 769px) {
  #stateprofile .policytally .comparison {
    width: 100%;
    text-align: center;
    padding: 15px 0px 0 0px;
    display: block;
  }
  #stateprofile .policytally a.graybtn {
    width: 93%;
    text-align: center;
    display: block;
    margin: auto;
    float: none;
  }
}
@media (max-width: 769px) {
  #stateprofile .policytally {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#stateprofile a.btn-overlay-rubric {
  background: #d3d3d3 !important;
  padding: 10px;
  margin: 0 15px;
  font-size: 13px;
  color: #777 !important;
  text-transform: uppercase;
  font-weight: bold !important;
  float: left;
}
#stateprofile a.btn-overlay-rubric .fa {
  font-size: 16px !important;
  top: 1px;
  position: relative;
  margin-right: 3px;
}
#stateprofile a.btn-overlay-rubric:hover {
  color: white !important;
  background: #b0b579 !important;
}
#stateprofile #policytables {
  /* end .policy-table */
  /* .breakdowns */
}
#stateprofile #policytables h2 {
  margin-bottom: 15px;
}
#stateprofile #policytables #table-key-wrap {
  margin-bottom: 30px;
}
#stateprofile #policytables #table-key-wrap .table-key {
  background: #f9f9f9 !important;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 13px;
  color: #888;
}
#stateprofile #policytables #table-key-wrap .table-key .key-title {
  display: block;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #777;
  position: relative;
  background: #eeeeee;
  float: left;
  padding: 15px 13px;
  width: 5%;
  text-align: center;
}
#stateprofile #policytables #table-key-wrap .table-key .key-list {
  display: inline-block;
  list-style: none;
  float: left;
  padding: 10px 10px 15px 20px;
  margin: 0;
  width: 95%;
}
#stateprofile #policytables #table-key-wrap .table-key .key-list li {
  display: block;
  float: left;
  margin-right: 60px;
}
#stateprofile #policytables #table-key-wrap .table-key .key-list li span {
  top: -2px;
  position: relative;
}
#stateprofile #policytables #table-key-wrap .table-key .key-list .fa {
  font-size: 29px !important;
  display: inline !important;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
#stateprofile #policytables #table-key-wrap .table-key .key-list .fa-minus {
  margin-right: 6px;
  /*margin-left: 4px;*/
  top: 6px;
}
@media (max-width: 1170px) {
  #stateprofile #policytables #table-key-wrap .table-key .key-list li {
    margin-right: 45px;
  }
}
@media (max-width: 1110px) {
  #stateprofile #policytables #table-key-wrap .table-key .key-title {
    padding: 15px 7px;
  }
  #stateprofile #policytables #table-key-wrap .table-key .key-list li {
    margin-right: 30px;
  }
}
@media (max-width: 1060px) {
  #stateprofile #policytables #table-key-wrap .table-key .key-list li {
    margin-right: 20px;
  }
}
@media (max-width: 1030px) {
  #stateprofile #policytables #table-key-wrap .table-key .key-title {
    width: 100%;
    padding: 10px;
  }
  #stateprofile #policytables #table-key-wrap .table-key .key-list {
    width: 100%;
    padding: 10px 15px;
  }
  #stateprofile #policytables #table-key-wrap .table-key .key-list li {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #stateprofile #policytables #table-key-wrap .table-key .key-list li span {
    top: 7px;
    display: block;
    float: left;
    width: 90%;
  }
  #stateprofile #policytables #table-key-wrap .table-key .key-list li .fa {
    margin-right: 10px;
    float: left;
  }
}
@media (max-width: 769px) {
  #stateprofile #policytables #table-key-wrap .table-key .key-list li {
    width: 100%;
  }
}
#stateprofile #policytables #table-key-wrap .table-key li:last-child {
  margin-right: 0px !important;
}
#stateprofile #policytables .fa-check-circle {
  color: #b0b579 !important;
}
#stateprofile #policytables .fa-times-circle {
  color: #d38484;
}
#stateprofile #policytables .fa-neutral {
  color: #d38484;
}
#stateprofile #policytables .faded {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#stateprofile #policytables .fa-minus {
  top: 7px;
  font-size: 17px !important;
  color: #c9c9c9;
  text-align: center;
}
#stateprofile #policytables .policy-table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  clear: both;
  /* end table */
}
#stateprofile #policytables .policy-table .table-icon {
  display: block;
  text-align: center;
  margin: 65px auto 20px auto;
}
#stateprofile #policytables .policy-table a.btn-overlay-rubric {
  text-align: center;
  display: block;
  margin: auto !important;
  float: none;
  line-height: 1.2;
  max-width: 80%;
}
@media (max-width: 1000px) {
  #stateprofile #policytables .policy-table a.btn-overlay-rubric {
    margin-bottom: 20px !important;
    max-width: 330px;
  }
}
#stateprofile #policytables .policy-table .footnote {
  clear: both;
  position: relative;
  top: -70px;
  line-height: 1;
  text-align: justify;
}
#stateprofile #policytables .policy-table .footnote small {
  font-size: 12px;
  color: #c9c9c9 !important;
}
#stateprofile #policytables .policy-table .footnote sup {
  position: absolute;
  left: -4px;
  top: 7px;
}
#stateprofile #policytables .policy-table .fa {
  font-size: 30px;
}
#stateprofile #policytables .policy-table table {
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  margin-bottom: 80px;
  padding: 0px;
  font-size: 13px;
  float: none;
  line-height: 1.3;
}
#stateprofile #policytables .policy-table table th {
  background: #b0b579;
  font-weight: bold;
  color: #3a3a3a;
  text-align: center;
  padding: 10px 13px;
  border: 1px solid #3a3a3a;
  vertical-align: middle;
  white-space: nowrap;
}
#stateprofile #policytables .policy-table table th.th-light {
  font-weight: 400;
}
#stateprofile #policytables .policy-table table th.title-cell, #stateprofile #policytables .policy-table table .grandtotal th {
  font-size: 17px;
  padding-top: 13px;
}
#stateprofile #policytables .policy-table table th:first-child, #stateprofile #policytables .policy-table table td:first-child, #stateprofile #policytables .policy-table table .table-left {
  text-align: left;
}
#stateprofile #policytables .policy-table table th.title-cell {
  min-width: 420px;
}
@media (max-width: 980px) {
  #stateprofile #policytables .policy-table table th.title-cell, #stateprofile #policytables .policy-table table .grandtotal th {
    min-width: 0;
    width: 40%;
    white-space: pre-wrap;
  }
  #stateprofile #policytables .policy-table table .grandtotal th {
    width: 23% !important;
  }
}
#stateprofile #policytables .policy-table table tr:nth-child(odd) {
  background-color: #fbf8e9;
}
#stateprofile #policytables .policy-table table tr:nth-child(even) {
  background-color: #f8f3da;
}
#stateprofile #policytables .policy-table table td {
  vertical-align: middle;
  border: 1px solid #3a3a3a;
  border-width: 0px 1px 1px 0px;
  text-align: center;
  padding: 10px 13px;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: normal;
  color: #3a3a3a;
}
#stateprofile #policytables .policy-table table td a, #stateprofile #policytables .policy-table table td a:link, #stateprofile #policytables .policy-table table td a:active, #stateprofile #policytables .policy-table table td a:visited {
  color: #333;
  display: block;
}
#stateprofile #policytables .policy-table table td a:hover {
  color: #6d7045;
  padding-left: 5px;
}
#stateprofile #policytables .policy-table table tr.negative, #stateprofile #policytables .policy-table table .negative {
  /*background: $color_red_light;*/
  color: #d38484;
  font-weight: bold;
}
#stateprofile #policytables .policy-table table tr.negative td, #stateprofile #policytables .policy-table table .negative td {
  color: #d38484;
  font-weight: bold;
}
#stateprofile #policytables .policy-table table tr.negative td:first-child, #stateprofile #policytables .policy-table table .negative td:first-child {
  font-weight: normal;
}
#stateprofile #policytables .policy-table table tr.negative .fa-check-circle, #stateprofile #policytables .policy-table table .negative .fa-check-circle {
  color: #fff;
}
#stateprofile #policytables .policy-table table tr.negative .fa-times-circle, #stateprofile #policytables .policy-table table .negative .fa-times-circle {
  color: #c55656;
}
#stateprofile #policytables .policy-table table .nonegative {
  color: #3a3a3a !important;
  font-weight: normal !important;
}
#stateprofile #policytables .policy-table table tr.total, #stateprofile #policytables .policy-table table tr.overall {
  background: #ded7b2;
}
#stateprofile #policytables .policy-table table tr.total td, #stateprofile #policytables .policy-table table tr.overall td {
  font-weight: bold;
  font-size: 17px;
}
#stateprofile #policytables .policy-table table tr.overall {
  background: #fbf8e9;
}
#stateprofile #policytables .policy-table table tr.subtotal td {
  font-size: 15px;
  font-weight: bold;
}
#stateprofile #policytables .policy-table table .score-negative, #stateprofile #policytables .policy-table table .score-low, #stateprofile #policytables .policy-table table .score-fair, #stateprofile #policytables .policy-table table .score-medium, #stateprofile #policytables .policy-table table .score-high {
  font-weight: bold;
}
#stateprofile #policytables .policy-table table .score-negative {
  background: #b53232;
  color: #fff;
}
#stateprofile #policytables .policy-table table .score-low {
  background: #f9a25d;
}
#stateprofile #policytables .policy-table table .score-fair {
  background: #d3d89f;
}
#stateprofile #policytables .policy-table table .score-medium {
  background: #b0b579;
}
#stateprofile #policytables .policy-table table .score-high {
  background: #949865;
}
#stateprofile #policytables .overall-table {
  padding-bottom: 80px !important;
}
#stateprofile #policytables .overall-table th {
  padding: 15px 13px !important;
}
#stateprofile #policytables .overall-table .table-icon {
  top: 35px;
}
#stateprofile #policytables .overall-table table {
  margin-bottom: 40px;
}
#stateprofile #policytables .breakdowns {
  clear: both;
  margin-bottom: 45px;
  /* .box */
}
#stateprofile #policytables .breakdowns strong {
  color: #3a3a3a;
}
#stateprofile #policytables .breakdowns h2 {
  margin-bottom: 40px;
}
#stateprofile #policytables .breakdowns small p {
  margin-top: 15px !important;
  color: #c9c9c9;
}
#stateprofile #policytables .breakdowns .box {
  color: #747474;
  margin-bottom: 30px;
}
#stateprofile #policytables .breakdowns .box .box-content {
  background: #eaeaea;
  padding: 30px 15px;
}
#stateprofile #policytables .breakdowns .box .county-map, #stateprofile #policytables .breakdowns .box .county-map-tall {
  float: left;
  position: relative;
  left: -15px;
}
#stateprofile #policytables .breakdowns .box .county-map-tall {
  max-height: 450px;
  /*left:10px;*/
  left: 10%;
}
#stateprofile #policytables .breakdowns .box .round {
  display: block;
  float: right;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #dcdcdc;
  font-size: 60px;
  text-align: center;
  position: relative;
  right: -15px;
  top: -13px;
  font-weight: bold;
  letter-spacing: -10;
  padding-top: 5px;
}
#stateprofile #policytables .breakdowns .box .round span {
  font-size: 40px;
  top: -5px;
  position: relative;
}
#stateprofile #policytables .breakdowns .box .round p {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-top: -10px !important;
  line-height: 1.2;
  top: -5px;
}
@media (max-width: 1055px) {
  #stateprofile #policytables .breakdowns .box .round {
    width: 120px;
    height: 120px;
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  #stateprofile #policytables .breakdowns .box .round {
    width: 110px;
    height: 110px;
    font-size: 45px;
  }
}
@media (max-width: 769px) {
  #stateprofile #policytables .breakdowns .box .round {
    width: 115px;
    height: 115px;
    font-size: 45px;
  }
}
#stateprofile #policytables .breakdowns .box hr {
  background: #aeaeae;
  width: 100%;
  margin: 15px 0 30px 0;
}
#stateprofile #policytables .breakdowns .box h3, #stateprofile #policytables .breakdowns .box h4 {
  color: #747474;
  font-size: 23px;
  text-align: center;
  margin: 0 auto 20px auto;
  border: none;
}
#stateprofile #policytables .breakdowns .box h4 {
  font-size: 19px;
}
#stateprofile #policytables .breakdowns .box ul {
  padding: 0;
  list-style: none;
  margin: 0 -13px !important;
  /*margin:0 0 30px 13px;*/
  /*float:left;
  width:31.3%;*/
}
#stateprofile #policytables .breakdowns .box ul li:before {
  content: "•";
  font-size: 12px;
  padding-right: 5px;
}
#stateprofile #policytables .breakdowns .box ul li {
  margin: 0;
  padding: 0;
  display: table-row;
}
#stateprofile #policytables .breakdowns .box ul li::before {
  display: table-cell;
  /* aha! */
  text-align: right;
}
#stateprofile #policytables .breakdowns .box .first-col {
  margin-left: 0;
}
#stateprofile #policytables .breakdowns .box .box-bottom {
  clear: both;
  background: #e6e6e6;
  font-size: 11px;
  padding: 15px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
#stateprofile #policytables .breakdowns .box .box-bottom a, #stateprofile #policytables .breakdowns .box .box-bottom a:active, #stateprofile #policytables .breakdowns .box .box-bottom a:visited, #stateprofile #policytables .breakdowns .box .box-bottom a:link {
  color: #c9c9c9;
  font-weight: 400;
}
#stateprofile #policytables .breakdowns .box .box-bottom a:hover {
  color: #6d7045;
}
#stateprofile #policytables .breakdowns .box-short {
  min-height: 50px !important;
}
#stateprofile #policytables .legend {
  width: 100% !important;
  margin: 30px 0 20px 0 !important;
  padding: 0 !important;
  font-size: 14px;
}
#stateprofile #policytables .legend h4 {
  text-align: center;
}
#stateprofile #policytables .legend .legend-square {
  width: 20px;
  height: 20px;
  padding: 0;
  /*  margin: 0px 7px 0 0;*/
  top: 0px;
  position: relative;
  border: 1px solid #c9c9c9;
  display: inline-block;
}
#stateprofile #policytables .legend .key-darkgreen {
  background: #5e623f;
}
#stateprofile #policytables .legend .key-green {
  background: #949865;
}
#stateprofile #policytables .legend .key-lightgreen {
  background: #d4da90;
}
#stateprofile #policytables .legend .key-tan {
  background: #f0e7ba;
}
#stateprofile #policytables .legend .key-orange {
  background: #f19f53;
}
#stateprofile #policytables .legend li:before {
  content: "" !important;
}
#stateprofile #policytables .legend li {
  display: inline-block !important;
  list-style: none !important;
  width: 20% !important;
  float: left;
  margin: 0 auto 0px auto !important;
  padding: 0 !important;
  text-align: center;
}
#stateprofile #policytables .legend li span {
  display: block;
  line-height: 1.1;
}
#stateprofile #policytables .footnote_asterisk {
  margin-left: -5px;
  position: absolute;
}

/*  #policytables  */
/* container for external content. uses vertical scrollbar, if needed */
#overlay-rubric {
  height: 100%;
  overflow-y: hidden !important;
  border: 0px !important;
}
#overlay-rubric h1 {
  font-size: 50px;
  margin-bottom: -10px;
}
#overlay-rubric h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
#overlay-rubric h2.alignleft {
  text-align: left;
}
#overlay-rubric strong {
  color: #3a3a3a !important;
}
#overlay-rubric #rubricWrapper {
  overflow-y: scrollbar;
  padding: 25px;
  padding-bottom: 150px !important;
  height: 1100px !important;
  max-height: 1100px !important;
}
#overlay-rubric .overlayclose {
  position: fixed;
  font-size: 27px !important;
  z-index: 1590897978359414783 !important;
  display: block;
  top: 9px;
  right: 20px;
  float: right;
}
#overlay-rubric .centeredbox {
  max-width: 1100px;
  padding: 0;
  margin: 64px auto !important;
  height: 30% !important;
  max-height: 30% !important;
  display: block;
  overflow-y: scroll !important;
}
#overlay-rubric .anchorsection {
  top: -20px;
}
#overlay-rubric p {
  margin-bottom: 14px;
}
@media (max-width: 1120px) {
  #overlay-rubric h1 {
    font-size: 40px;
    margin-bottom: -10px;
  }
  #overlay-rubric h2 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #overlay-rubric .centeredbox {
    margin: 64px 20px !important;
  }
}
@media (max-width: 769px) {
  #overlay-rubric h1 {
    font-size: 30px;
    margin-bottom: -10px;
  }
  #overlay-rubric h2 {
    font-size: 24px;
  }
  #overlay-rubric .anchorsection {
    top: -35px;
  }
  #overlay-rubric #rubricWrapper {
    overflow-y: scrollbar;
    padding: 15px;
  }
}
#overlay-rubric .rubric-nav {
  /*margin-bottom: 30px;*/
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 999999 !important;
  background: #eaeaea !important;
}
#overlay-rubric .rubric-nav ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#overlay-rubric .rubric-nav li {
  display: inline-block;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
  border-right: 1px solid #c9c9c9;
}
#overlay-rubric .rubric-nav a {
  color: #3a3a3a;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px;
  margin: 0px;
  background: none !important;
}
#overlay-rubric .rubric-nav a:hover, #overlay-rubric .rubric-nav .selected {
  background: #f9a25d !important;
}
@media (max-width: 980px) {
  #overlay-rubric .rubric-nav a {
    font-size: 13px;
    padding: 10px 7px;
  }
}
#overlay-rubric .policy-table {
  margin-top: 30px;
  /*    h3 {
        text-align: center;
        color: $color_gray_dark;
        font-size: 24px;
        }*/
}
#overlay-rubric .policy-table p {
  text-align: center;
}
#overlay-rubric .policy-table table {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  line-height: 1.4;
}
#overlay-rubric .policy-table table td, #overlay-rubric .policy-table table th {
  padding: 10px;
}
#overlay-rubric .policy-table table td p {
  text-align: left;
  margin-bottom: 0;
  font-size: 13px;
}
@media (max-width: 980px) {
  #overlay-rubric .policy-table table {
    width: 100%;
  }
  #overlay-rubric .policy-table table td, #overlay-rubric .policy-table table th {
    padding: 7px;
  }
  #overlay-rubric .policy-table table td p {
    font-size: 12px;
  }
}
#overlay-rubric .policy-table table .smalltitle th {
  background: #d3da9d;
  font-size: 11px;
  font-style: italic;
  text-align: center;
}
#overlay-rubric .policy-table table th {
  width: 30%;
  background: #b0b579;
  border: 1px solid #3a3a3a;
}
#overlay-rubric .policy-table table th.slim-col {
  /*white-space: pre-wrap;
  word-wrap:normal;*/
  width: 50px !important;
}
#overlay-rubric .policy-table table th.title-cell {
  width: 36%;
  white-space: pre-wrap;
  word-wrap: normal;
}
#overlay-rubric .policy-table table tr.total, #overlay-rubric .policy-table table tr.overall {
  background: #ded7b2 !important;
}
#overlay-rubric .policy-table table tr.total td, #overlay-rubric .policy-table table tr.overall td {
  font-weight: bold;
  font-size: 14px;
}
#overlay-rubric .policy-table table tr.overall {
  background: #fbf8e9 !important;
}
#overlay-rubric .policy-table table tr:nth-child(odd) {
  background-color: #fbf8e9;
}
#overlay-rubric .policy-table table tr:nth-child(even) {
  background-color: #f8f3da;
}
#overlay-rubric .policy-table table td {
  text-align: center;
  border: 1px solid #3a3a3a;
}
#overlay-rubric .policy-table table .total td:nth-child(1), #overlay-rubric .policy-table table .subtotal td:nth-child(1) {
  text-align: left;
}
#overlay-rubric .policy-table table .table-negative th {
  background: #b53232 !important;
  color: white;
}
#overlay-rubric .policy-table table .table-negative.smalltitle th {
  background: #d65656 !important;
  color: white;
}
#overlay-rubric .small-table {
  text-align: center;
  display: block;
  float: none;
  position: relative;
  width: 70%;
  margin: 30px auto;
  z-index: 0 !important;
}
#overlay-rubric .small-table table {
  width: 100%;
  table-layout: auto;
  font-size: 14px;
  color: #3a3a3a;
}
#overlay-rubric .small-table table td, #overlay-rubric .small-table table th {
  border: 1px solid #3a3a3a;
  padding: 10px;
}
#overlay-rubric .small-table table td:first-child {
  font-weight: bold;
  text-align: left;
}
#overlay-rubric .small-table table th {
  width: auto;
  text-align: center;
  background: #b0b579;
}
@media (max-width: 980px) {
  #overlay-rubric .small-table {
    width: 100%;
  }
  #overlay-rubric .small-table td, #overlay-rubric .small-table th {
    padding: 5px;
  }
}

#statelist-top, #issuelist-top {
  /*display: none;*/
  clear: both;
  position: relative !important;
  /*border-bottom: 4px solid $color_orange;*/
}
#statelist-top ul, #issuelist-top ul {
  padding: 20px 0 0 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
@media (max-width: 769px) {
  #statelist-top ul, #issuelist-top ul {
    padding: 0;
  }
}
#statelist-top ul div, #issuelist-top ul div {
  width: 20%;
  float: left;
}
@media (max-width: 980px) {
  #statelist-top ul div, #issuelist-top ul div {
    width: 33%;
  }
}
#statelist-top ul li, #issuelist-top ul li {
  padding: 2px;
}
#statelist-top ul li a, #statelist-top ul li a:link, #statelist-top ul li a:active, #statelist-top ul li a:visited, #issuelist-top ul li a, #issuelist-top ul li a:link, #issuelist-top ul li a:active, #issuelist-top ul li a:visited {
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  color: #3a3a3a;
  background: #f1f1f1 !important;
  text-align: center;
  /*@include border-radius(5px);*/
}
@media (max-width: 769px) {
  #statelist-top ul li a, #statelist-top ul li a:link, #statelist-top ul li a:active, #statelist-top ul li a:visited, #issuelist-top ul li a, #issuelist-top ul li a:link, #issuelist-top ul li a:active, #issuelist-top ul li a:visited {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  #statelist-top ul li a, #statelist-top ul li a:link, #statelist-top ul li a:active, #statelist-top ul li a:visited, #issuelist-top ul li a, #issuelist-top ul li a:link, #issuelist-top ul li a:active, #issuelist-top ul li a:visited {
    font-size: 10px;
  }
}
#statelist-top ul li a:hover, #issuelist-top ul li a:hover {
  color: white !important;
  background: #f9a25d !important;
}
@media (max-width: 640px) {
  #statelist-top ul li a:hover, #issuelist-top ul li a:hover {
    color: #3a3a3a !important;
    background: #f1f1f1 !important;
  }
}

#issuelist-top ul div {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  #issuelist-top ul div {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #issuelist-top ul li {
    font-size: 11px;
  }
}

#eq-hidden-nav {
  margin-top: -40px;
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  #eq-hidden-nav {
    margin-top: -30px;
    margin-bottom: 40px;
  }

  #statelist a, #statelist a:link, #statelist a:active, #statelist a:visited, #statelist a:hover, #issuelist a, #issuelist a:link, #issuelist a:active, #issuelist a:visited, #issuelist a:hover {
    padding: 7px 5px 7px 6px !important;
  }
}
@media (max-width: 680px) {
  #statelist a, #statelist a:link, #statelist a:active, #statelist a:visited, #statelist a:hover, #issuelist a, #issuelist a:link, #issuelist a:active, #issuelist a:visited, #issuelist a:hover {
    font-size: 9px !important;
    padding: 7px 5px 7px 6px !important;
  }
}
.table-high td {
  background: #949865;
}

.table-medium td {
  background: #bfc1a3;
}

.table-fair td {
  background: #e0e5be;
}

.table-low td {
  background: #f8cfa9;
}

.table-negative td {
  background: #df9a9a;
}

.table-high td:nth-child(1) {
  background: #949865;
}

.table-medium td:nth-child(1) {
  background: #b0b579;
}

.table-fair td:nth-child(1) {
  background: #d3d89f;
}

.table-low td:nth-child(1) {
  background: #f9a25d;
}

.table-negative td:nth-child(1) {
  background: #b53232;
}

#tempwrapper {
  width: 1000px !important;
  display: block;
  margin: 0 auto 40px auto;
  padding: 0;
}

/* ----- LEARN SECTION ----- */
.map-mission {
  background: #f1f1f1;
  padding: 30px 70px;
  font-size: 26px;
  line-height: 1.5;
  border-top: 1px dashed #c9c9c9;
  border-bottom: 1px dashed #c9c9c9;
  margin-bottom: 50px;
}
.map-mission span {
  font-weight: bold;
  color: #555;
}
@media (max-width: 769px) {
  .map-mission {
    font-size: 20px;
    padding: 30px;
  }
}

.primary-areas a, .primary-areas a:visited, .primary-areas a:active, .primary-areas a:link {
  background: #d3d89f !important;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 40px;
  color: #6d7045;
  margin-bottom: 50px;
}
.primary-areas a:hover {
  background: #c9c9c9 !important;
  color: #3a3a3a;
  text-decoration: none;
}
@media (max-width: 769px) {
  .primary-areas div {
    padding: 0 5px !important;
  }
  .primary-areas .col-fix-left {
    padding-left: 0 !important;
  }
  .primary-areas .col-fix-right {
    padding-right: 0 !important;
  }
  .primary-areas a, .primary-areas a:visited, .primary-areas a:active, .primary-areas a:link {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.3;
    min-height: 100px;
  }
}

/* ----- FOOTER ----- */
.footer {
  background: #222222;
  border-top: 5px solid #b0b579;
  color: #888888;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
  color: #888888;
}
.footer a:hover {
  color: #f9a25d;
}
.footer .brand {
  margin: 70px auto;
  display: block;
  max-width: 200px;
}
.footer h4 {
  color: #b0b579;
  margin-bottom: 20px;
  font-weight: 900;
}
.footer h4 a, .footer h4 a:link, .footer h4 a:visited, .footer h4 a:active {
  color: #b0b579;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer h4 a:hover {
  color: #f9a25d;
}
.footer h4.orange {
  color: #f9a25d;
}
.footer ul {
  margin-bottom: 55px;
}
.footer ul.footernav a, .footer ul.footernav a:link, .footer ul.footernav a:active, .footer ul.footernav a:visited {
  display: block;
  color: #888888;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 9px;
  text-decoration: none;
}
.footer ul.footernav a:hover {
  color: #eaeaea;
  border-left: 3px solid #f9a25d !important;
  text-decoration: none;
  padding-left: 7px;
}
.footer .footercontact, .footer .footersocial {
  margin: 0 !important;
  padding: 0 !important;
}
.footer .footersocial {
  padding: 0 0 0 20px !important;
}
@media (max-width: 767px) {
  .footer .footersocial {
    padding: 0 !important;
  }
}
.footer .footercontact {
  /*a {text-decoration: underline;}*/
}
.footer .footercontact li {
  margin-bottom: 10px;
}
.footer .footercontact .fa {
  margin-right: 7px;
  font-size: 24px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.footer .footercontact .fa-envelope {
  font-size: 18px;
}
.footer .footercontact .fa-file-text {
  font-size: 19px;
  margin-left: 1px;
  margin-right: 8px;
}
.footer .footercontact .fa-map-marker {
  font-size: 26px;
  margin-left: 1px;
  margin-right: 9px;
}
.footer .footercontact .fa-map-marker {
  top: 3px;
}
.footer .social-icons li {
  display: inline-block;
  font-size: 25px;
  width: auto;
  margin: 0;
  padding: 0;
}
.footer .social-icons li a {
  color: #b0b579;
  width: inherit;
}
.footer .social-icons li .fa {
  /*width: 18.4%;*/
  margin: 0 8px;
}
.footer .social-icons li .fa-instagram {
  margin: 0 8px 0 0;
}
.footer .social-icons li .fa-google-plus {
  margin: 0 0 0 8px;
}
.footer .social-icons li:nth-child(even) a {
  color: #f9a25d;
}
.footer .social-icons a:hover {
  color: #888888 !important;
  /*border-bottom: 4px solid $color_orange;*/
}
.footer .twitterfeed-wrap {
  padding: 0 15px 0 0;
}
.footer .twitterfeed-wrap .twitterfeed {
  background: #3a3a3a;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 1.2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.footer .twitterfeed-wrap .twitterfeed ul {
  margin-bottom: 0 !important;
}
.footer .twitterfeed-wrap .twitterfeed a {
  color: #f9a25d;
  text-decoration: underline;
}
.footer .twitterfeed-wrap .twitterfeed a:hover {
  color: #b0b579;
}
.footer .twitterfeed-wrap .twitterfeed span {
  display: block;
  font-size: 12px;
  color: #626262;
  margin-top: 5px;
}
@media (max-width: 680px) {
  .footer .twitterfeed-wrap .twitterfeed {
    background: #3a3a3a;
    padding: 20px 25px;
    font-size: 16px;
  }
  .footer .twitterfeed-wrap a .fa-twitter {
    left: 0px !important;
  }
}
.footer .twitterfeed-wrap .twitter-icon {
  display: block;
  text-align: center;
  padding: 0;
  height: auto;
}
.footer .twitterfeed-wrap .twitter-icon-top {
  display: block;
  height: 70px;
  text-align: center;
}
.footer .twitterfeed-wrap a .fa-twitter {
  color: #b0b579;
  font-size: 40px;
  position: relative;
  top: 18px;
  left: -15px;
}
.footer .twitterfeed-wrap a .fa-twitter:hover {
  color: #f9a25d;
}
.footer .twitterfeed-wrap .leftarrow {
  position: absolute;
  left: -13px;
  top: 30%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #3a3a3a;
}
@media (max-width: 980px) {
  .footer .twitterfeed-wrap {
    padding: 0 15px;
  }
}
.footer .credits {
  font-size: 11px;
  text-align: center;
  margin: 100px auto 50px auto;
  color: #666;
}

a:hover {
  cursor: pointer !important;
}

/* Extra Table Icons */
.svgicon {
  border: none;
  width: auto;
  display: inline;
}
.svgicon img {
  display: inline;
  border: none !important;
  outline: none !important;
}

.table-key li.svgkey {
  float: left;
  max-width: 50%;
  margin-bottom: 10px;
}
.table-key li.svgkey span {
  top: 8px !important;
  display: inline-block !important;
  float: left !important;
  width: auto !important;
  max-width: 250px !important;
}
.table-key li.svgkey span.long {
  top: 5px !important;
  max-width: 250px !important;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .table-key li.svgkey span.long {
    top: 8px !important;
    max-width: 85% !important;
  }
}
@media (max-width: 980px) {
  .table-key li.svgkey span.long {
    top: 5px !important;
    max-width: 70% !important;
  }
}
@media (max-width: 769px) {
  .table-key li.svgkey span.long {
    top: 9px !important;
    max-width: 85% !important;
  }
}
@media (max-width: 769px) {
  .table-key li.svgkey {
    width: 100% !important;
    min-width: 100% !important;
    display: block;
  }
}
.table-key .svgicon {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.table-key .svgicon img {
  max-height: 25px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

table a.button, table a.tablebutton, table a.orangebtn {
  padding: 7px !important;
}
table a.button, table a.tablebutton:hover {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
table .svgicon img {
  max-height: 20px;
}

/* ----- DONATE MOBILE BUTTON ----- */
.mobile_donatebtn {
  position: fixed !important;
  width: 100%;
  top: 0;
  display: block;
  z-index: 999999;
  padding: 0px;
}
@media (max-width: 769px) {
  .mobile_donatebtn {
    position: absolute;
  }
}

@media (max-width: 767px) {
  body, html {
    padding-top: 19px;
  }

  .mobilenav {
    top: 48px;
  }

  .affix {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    height: inherit;
    z-index: 9999999;
  }
  .affix .menu {
    height: 200px;
  }
  .affix .collapse {
    height: 220px;
  }
  .affix.mobilenav .menu, .affix.mobilenav .collapse {
    height: 50vh;
    max-height: 50vh;
  }
}
@media (max-width: 610px) {
  body, html {
    padding-top: 19px;
  }
}
/*  -----  Best Practices - OTA Masterpiece Area  -----  */
.light-border {
  border: 1px solid #e1e1e1;
}

.resource-list {
  padding-top: 50px;
}

.resource {
  margin-bottom: 50px !important;
}
.resource h4 {
  text-align: center;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
}

.video-resources {
  /*padding-right: 30px;

    @media (max-width: 767px){
    padding-right:0;
    padding-left:0;
    }*/
}
.video-resources .resource {
  margin-bottom: 0px;
}

.pdf-resources {
  padding-left: 30px;
  /*padding: 40px 0 0 0!important;*/
  /*background: #f7f7f7;*/
}
.pdf-resources p {
  font-size: 17px;
  text-align: justify;
  padding: 0 15px 40px 15px;
}
@media (max-width: 767px) {
  .pdf-resources {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----- VIDEO ----- */
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-list .video_wrap {
  margin-bottom: 40px;
  padding: 30px;
}

/* ---- DEMOCRACY MAPS ---- */
.demmap-snapshot .demmap-snapshot-map-wrap {
  max-width: 850px;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .demmap-snapshot .demmap-snapshot-map-wrap {
    max-width: 80%;
  }
}
.demmap-snapshot .demmap-snapshot-map-wrap .demmap-snapshot-nav {
  min-width: 210px;
  margin-left: 60px;
}

/* .demmap-snapshot */
.demmap-snapshot-nav-horiz {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 40px 0 0 5px;
}
@media (max-width: 1200px) {
  .demmap-snapshot-nav-horiz {
    padding: 40px auto 0 auto;
  }
}
@media (max-width: 992px) {
  .demmap-snapshot-nav-horiz {
    justify-content: center;
  }
}
.demmap-snapshot-nav-horiz .button {
  padding: 10px 13px;
  margin: 0 10px;
}
.demmap-snapshot-nav-horiz .button:hover {
  padding: 10px 13px;
}
.demmap-snapshot-nav-horiz-4up {
  flex-flow: row wrap;
}
@media (max-width: 992px) {
  .demmap-snapshot-nav-horiz-4up {
    flex-flow: row nowrap;
  }
}
@media (max-width: 768px) {
  .demmap-snapshot-nav-horiz-4up {
    flex-flow: row wrap;
  }
}
.demmap-snapshot-nav-horiz-4up .button {
  flex: 1 1 41%;
  margin: 8px;
}

.voting-laws-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 50px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .voting-laws-grid {
    flex-flow: column nowrap;
  }
}
.voting-laws-grid .vl-grid-odd, .voting-laws-grid .vl-grid-even {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  width: 33.3%;
  margin: 0 0.5px;
  border-top: 7px solid;
  padding: 7px 20px 30px 20px;
}
@media (max-width: 768px) {
  .voting-laws-grid .vl-grid-odd, .voting-laws-grid .vl-grid-even {
    width: 100%;
  }
}
.voting-laws-grid .vl-grid-odd h3, .voting-laws-grid .vl-grid-even h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.voting-laws-grid .vl-grid-odd .vl-grid-item, .voting-laws-grid .vl-grid-even .vl-grid-item {
  /* height: 100%; */
  min-height: 425px;
  text-align: center;
  color: #888888;
}
@media (max-width: 768px) {
  .voting-laws-grid .vl-grid-odd .vl-grid-item, .voting-laws-grid .vl-grid-even .vl-grid-item {
    min-height: auto;
  }
}
.voting-laws-grid .vl-grid-odd .vl-grid-item p, .voting-laws-grid .vl-grid-even .vl-grid-item p {
  margin-bottom: 0;
}
.voting-laws-grid .vl-grid-odd .vl-grid-item strong, .voting-laws-grid .vl-grid-even .vl-grid-item strong {
  text-align: center;
  font-size: 1.3em;
  margin: 15px auto;
  display: block;
}
.voting-laws-grid .vl-grid-odd .vl-grid-item img, .voting-laws-grid .vl-grid-even .vl-grid-item img {
  /* max-width: 80%; */
  max-height: 180px;
  display: block;
  margin: 40px auto auto auto;
}
.voting-laws-grid .vl-grid-odd {
  border-color: #f9a25d;
}
.voting-laws-grid .vl-grid-even {
  border-color: #b0b579;
  background: #FBFAEE;
}
.voting-laws-grid .vl-grid-even h3 {
  color: #b0b579;
}

/* .voting-laws-grid */
.ratings-info {
  /* @include flexbox; */
  /* @include flexvertcenter; */
  /* .rating-elements */
}
.ratings-info h3 {
  color: #f9a25d;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: none;
  text-align: center;
}
.ratings-info img {
  border: none !important;
}
.ratings-info .rating-scale {
  /* width: 400px!important; */
  /* width: 25%!important; */
  /* margin-right: 40px;
  margin-right: 3%; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  height: 100%;
  margin-bottom: 30px;
}
.ratings-info .rating-scale img {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .ratings-info .rating-scale img {
    margin: auto;
    width: 40%;
  }
}
.ratings-info .rating-scale .eqmap-key {
  margin-left: -60px;
  /* @include max-small {
    ul {
      flex-flow: column nowrap;
    }
  } */
}
.ratings-info .rating-scale .eqmap-key div li div {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ratings-info .rating-scale .eqmap-key {
    margin-left: 0;
    width: 100%;
  }
  .ratings-info .rating-scale .eqmap-key ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
  .ratings-info .rating-scale .eqmap-key ul li span {
    height: 25px;
    width: 25px;
    margin-right: 0;
  }
}
.ratings-info .rating-scale .eqmap-key .key-item {
  font-weight: 700;
  font-size: 1.3em;
}
@media (max-width: 1200px) {
  .ratings-info .rating-scale .eqmap-key .key-item {
    font-size: 1.1em;
    margin-left: 35px;
    margin-right: 30px;
  }
}
.ratings-info .rating-scale .eqmap-key .key-negative {
  color: #b53232;
}
.ratings-info .rating-scale .eqmap-key .key-low {
  color: #f9a25d;
}
.ratings-info .rating-scale .eqmap-key .key-fair {
  color: #d3d89f;
}
.ratings-info .rating-scale .eqmap-key .key-medium {
  color: #b0b579;
}
.ratings-info .rating-scale .eqmap-key .key-high {
  color: #6d7045;
}
.ratings-info .rating-elements {
  /* width: 72%!important; */
  height: 100%;
}
.ratings-info .rating-elements h4 {
  text-align: center;
  margin-bottom: 0px;
}
.ratings-info .rating-elements .vl-grid-odd h4 {
  color: #f9a25d;
}
.ratings-info .rating-elements .vl-grid-even h4 {
  color: #b0b579;
}
.ratings-info .rating-elements .vl-grid-item {
  min-height: auto;
}
.ratings-info .rating-elements .vl-grid-item .smallbtn {
  max-width: 150px;
  margin-bottom: 30px;
}
.ratings-info .rating-elements .vl-grid-odd, .ratings-info .rating-elements .vl-grid-even {
  padding: 10px 0 0px 0;
}
.ratings-info .rating-elements .vl-grid-odd img, .ratings-info .rating-elements .vl-grid-even img {
  max-width: 180px;
}

/* .ratings-info */
/* .laws-by-cat-wrap {
  @include max-xl {
    padding-top: 130px;
  }
} */
.vote-by-mail-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1200px) {
  .vote-by-mail-wrap {
    flex-flow: column nowrap;
  }
}

.title-laws-by-cat-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .title-laws-by-cat-mobile {
    display: block;
    text-align: center;
    font-size: 1.5em;
  }
}

.vote-by-mail-nav h2, .vote-by-mail-content h2 {
  font-size: 1.9em;
}
@media (max-width: 1200px) {
  .vote-by-mail-nav h2, .vote-by-mail-content h2 {
    font-size: 1.5em;
  }
  .vote-by-mail-nav h2.title-laws-by-cat, .vote-by-mail-content h2.title-laws-by-cat {
    display: none;
  }
}

.vote-by-mail-nav {
  min-width: 310px;
  width: 310px;
  border-right: 1px solid #f1f1f1;
  /* .vl-cat-nav-item */
}
@media (max-width: 1200px) {
  .vote-by-mail-nav {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    border-right: none;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    /* position: fixed;
    top:180px; */
  }
}
@media (max-width: 768px) {
  .vote-by-mail-nav {
    flex-flow: row wrap;
  }
}
.vote-by-mail-nav .vl-cat-nav-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px 10px 0;
  border-top: 1px solid #f1f1f1;
  /* .vl-cat-nav-front */
  /* &:hover */
  /* .vl-cat-nav-active */
}
.vote-by-mail-nav .vl-cat-nav-item:last-of-type {
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 1200px) {
  .vote-by-mail-nav .vl-cat-nav-item {
    /* border-top: none; */
    border: none !important;
    justify-content: center;
    flex: 1 1 20%;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .vote-by-mail-nav .vl-cat-nav-item {
    width: 33%;
    flex: 0 0 auto;
    border: 0.5px solid #f1f1f1 !important;
  }
}
.vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* .vl-cat-img-wrap */
  /* .vl-cat-nav-name */
}
@media (max-width: 1200px) {
  .vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front {
    flex-flow: column nowrap;
  }
}
.vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front .vl-cat-img-wrap {
  min-width: 112px;
  width: 112px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front .vl-cat-img-wrap {
    display: none;
  }
}
.vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front .vl-cat-img-wrap img {
  max-height: 77px;
  max-width: 90px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front .vl-cat-img-wrap img {
    max-width: 70px;
  }
}
.vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front .vl-cat-nav-name {
  color: rgba(58, 58, 58, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front .vl-cat-nav-name {
    font-size: 1em;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .vote-by-mail-nav .vl-cat-nav-item .vl-cat-nav-front .vl-cat-nav-name {
    font-size: 0.8em;
  }
}
.vote-by-mail-nav .vl-cat-nav-item .vl-cat-item-icon {
  color: #b0b579;
  font-size: 2em;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .vote-by-mail-nav .vl-cat-nav-item .vl-cat-item-icon {
    display: none !important;
  }
}
.vote-by-mail-nav .vl-cat-nav-item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(241, 241, 241, 0.4);
  cursor: pointer;
}
.vote-by-mail-nav .vl-cat-nav-item:hover .vl-cat-nav-name {
  color: rgba(58, 58, 58, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vote-by-mail-nav .vl-cat-nav-item:hover .vl-cat-img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.vote-by-mail-nav .vl-cat-nav-item.vl-cat-nav-active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #FBFAEE;
}
.vote-by-mail-nav .vl-cat-nav-item.vl-cat-nav-active .vl-cat-nav-name {
  font-weight: 900;
  color: #b0b579;
  /* font-size: 1.25em; */
}
.vote-by-mail-nav .vl-cat-nav-item.vl-cat-nav-active .vl-cat-img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.vote-by-mail-nav .vl-cat-nav-item.vl-cat-nav-active .vl-cat-item-icon {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .vote-by-mail-nav */
.vote-by-mail-content {
  width: auto;
  padding-left: 40px;
}
.vote-by-mail-content h2 {
  margin-bottom: 25px;
}
.vote-by-mail-content .vbm-content-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-flow: row wrap;
}
.vote-by-mail-content .vbm-content-list {
  flex: 1 1 33.3%;
  margin-bottom: 30px;
  padding-right: 20px;
}
.vote-by-mail-content .vbm-content-list h3 {
  text-align: left;
  text-transform: none;
  color: rgba(58, 58, 58, 0.6);
  font-size: 1.4em;
  letter-spacing: 0;
}
.vote-by-mail-content .vbm-content-list ul {
  padding-left: 10px;
}
.vote-by-mail-content .vbm-content-list ul li {
  list-style: none;
  font-weight: 600;
  margin: 4px auto 17px auto;
  /* bullets archive */
  /* .fa-circle {
    font-size: 0.4em;
    margin-right: -5px;
    position: relative;
    top: -3px;
    top: -3px;
    left:-10px;
  } */
}
.vote-by-mail-content .vbm-content-list ul li a {
  color: #888888;
  font-size: 1.2em;
}
.vote-by-mail-content .vbm-content-list ul li a .fa-check-circle {
  color: #b0b579;
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.vote-by-mail-content .vbm-content-list ul li a:hover {
  color: #f9a25d;
  margin-left: 5px;
}

/* .vote-by-mail-content */
/* ---- Democracy Tally ---- */
.policytally-demmap {
  padding: 0 0 30px 0 !important;
  margin: 0 15px;
  /* max-width: 93vw; */
  /* .policyboxes */
}
.policytally-demmap h2 {
  margin-bottom: 0;
}
.policytally-demmap .policyboxes-overall {
  margin: 30px auto auto auto !important;
}
.policytally-demmap .policyboxes {
  /* margin: 30px auto!important; */
  /*  @include flexbox; */
}
.policytally-demmap .policyboxes .state {
  padding: 0 !important;
  margin-top: 0px;
}
.policytally-demmap .policyboxes .state .state-img {
  top: 0 !important;
  left: 0 !important;
  max-height: 198px;
}
.policytally-demmap .policyboxes .p-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 900 !important;
  font-size: 1.1em;
}
.policytally-demmap .policyboxes .p-box .tally-wrap {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.policytally-demmap .policyboxes .p-box .tally-wrap .tally-title {
  margin-bottom: -5px;
  margin-top: -10px;
  line-height: 1.2;
}
.policytally-demmap .policyboxes .p-box .tally-wrap .tally {
  font-size: 2.3em !important;
}
.policytally-demmap .policyboxes .p-box .tally-wrap .rating {
  margin-top: 10px;
}
.policytally-demmap .policyboxes .p-box div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.policytally-demmap .policyboxes .overall-box {
  height: 200px;
}
.policytally-demmap .policyboxes .overall-box .barometer {
  max-height: auto;
  width: 260px;
  padding: 0;
  margin-top: 0px;
}
.policytally-demmap .policyboxes .overall-box.box-negative {
  background: url(/image/democracy/highlight-dt-overall-negative.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .overall-box.box-low {
  background: url(/image/democracy/highlight-dt-overall-low.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .overall-box.box-fair {
  background: url(/image/democracy/highlight-dt-overall-fair.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .overall-box.box-medium {
  background: url(/image/democracy/highlight-dt-overall-medium.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .overall-box.box-high {
  background: url(/image/democracy/highlight-dt-overall-high.jpg?v=2) no-repeat !important;
}
.policytally-demmap .policyboxes .overall-box.box-negative, .policytally-demmap .policyboxes .overall-box.box-low, .policytally-demmap .policyboxes .overall-box.box-fair, .policytally-demmap .policyboxes .overall-box.box-medium, .policytally-demmap .policyboxes .overall-box.box-high {
  background-size: cover !important;
}
.policytally-demmap .policyboxes .voter-reg-box.box-negative {
  background: url(/image/democracy/highlight-dt-voter-reg-negative.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voter-reg-box.box-low {
  background: url(/image/democracy/highlight-dt-voter-reg-low.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voter-reg-box.box-fair {
  background: url(/image/democracy/highlight-dt-voter-reg-fair.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voter-reg-box.box-medium {
  background: url(/image/democracy/highlight-dt-voter-reg-medium.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voter-reg-box.box-high {
  background: url(/image/democracy/highlight-dt-voter-reg-high.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voter-reg-box.box-negative, .policytally-demmap .policyboxes .voter-reg-box.box-low, .policytally-demmap .policyboxes .voter-reg-box.box-fair, .policytally-demmap .policyboxes .voter-reg-box.box-medium, .policytally-demmap .policyboxes .voter-reg-box.box-high {
  background-size: cover !important;
}
.policytally-demmap .policyboxes .representation-box.box-negative {
  background: url(/image/democracy/highlight-dt-representation-negative.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .representation-box.box-low {
  background: url(/image/democracy/highlight-dt-representation-low.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .representation-box.box-fair {
  background: url(/image/democracy/highlight-dt-representation-fair.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .representation-box.box-medium {
  background: url(/image/democracy/highlight-dt-representation-medium.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .representation-box.box-high {
  background: url(/image/democracy/highlight-dt-representation-high.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .representation-box.box-negative, .policytally-demmap .policyboxes .representation-box.box-low, .policytally-demmap .policyboxes .representation-box.box-fair, .policytally-demmap .policyboxes .representation-box.box-medium, .policytally-demmap .policyboxes .representation-box.box-high {
  background-size: cover !important;
}
.policytally-demmap .policyboxes .voting-person-box.box-negative {
  background: url(/image/democracy/highlight-dt-voting-person-negative.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-person-box.box-low {
  background: url(/image/democracy/highlight-dt-voting-person-low.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-person-box.box-fair {
  background: url(/image/democracy/highlight-dt-voting-person-fair.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-person-box.box-medium {
  background: url(/image/democracy/highlight-dt-voting-person-medium.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-person-box.box-high {
  background: url(/image/democracy/highlight-dt-voting-person-high.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-person-box.box-negative, .policytally-demmap .policyboxes .voting-person-box.box-low, .policytally-demmap .policyboxes .voting-person-box.box-fair, .policytally-demmap .policyboxes .voting-person-box.box-medium, .policytally-demmap .policyboxes .voting-person-box.box-high {
  background-size: auto 120% !important;
  background-position: center center !important;
}
@media (max-width: 1200px) {
  .policytally-demmap .policyboxes .voting-person-box.box-negative, .policytally-demmap .policyboxes .voting-person-box.box-low, .policytally-demmap .policyboxes .voting-person-box.box-fair, .policytally-demmap .policyboxes .voting-person-box.box-medium, .policytally-demmap .policyboxes .voting-person-box.box-high {
    background-size: cover !important;
  }
}
.policytally-demmap .policyboxes .voting-mail-box.box-negative {
  background: url(/image/democracy/highlight-dt-voting-mail-negative.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-mail-box.box-low {
  background: url(/image/democracy/highlight-dt-voting-mail-low.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-mail-box.box-fair {
  background: url(/image/democracy/highlight-dt-voting-mail-fair.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-mail-box.box-medium {
  background: url(/image/democracy/highlight-dt-voting-mail-medium.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-mail-box.box-high {
  background: url(/image/democracy/highlight-dt-voting-mail-high.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .voting-mail-box.box-negative, .policytally-demmap .policyboxes .voting-mail-box.box-low, .policytally-demmap .policyboxes .voting-mail-box.box-fair, .policytally-demmap .policyboxes .voting-mail-box.box-medium, .policytally-demmap .policyboxes .voting-mail-box.box-high {
  background-size: cover !important;
}
.policytally-demmap .policyboxes .election-security-box.box-negative {
  background: url(/image/democracy/highlight-dt-election-security-negative.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .election-security-box.box-low {
  background: url(/image/democracy/highlight-dt-election-security-low.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .election-security-box.box-fair {
  background: url(/image/democracy/highlight-dt-election-security-fair.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .election-security-box.box-medium {
  background: url(/image/democracy/highlight-dt-election-security-medium.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .election-security-box.box-high {
  background: url(/image/democracy/highlight-dt-election-security-high.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .election-security-box.box-negative, .policytally-demmap .policyboxes .election-security-box.box-low, .policytally-demmap .policyboxes .election-security-box.box-fair, .policytally-demmap .policyboxes .election-security-box.box-medium, .policytally-demmap .policyboxes .election-security-box.box-high {
  background-size: cover !important;
}
.policytally-demmap .policyboxes .integrity-box.box-negative {
  background: url(/image/democracy/highlight-dt-integrity-negative.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .integrity-box.box-low {
  background: url(/image/democracy/highlight-dt-integrity-low.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .integrity-box.box-fair {
  background: url(/image/democracy/highlight-dt-integrity-fair.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .integrity-box.box-medium {
  background: url(/image/democracy/highlight-dt-integrity-medium.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .integrity-box.box-high {
  background: url(/image/democracy/highlight-dt-integrity-high.jpg) no-repeat !important;
}
.policytally-demmap .policyboxes .integrity-box.box-negative, .policytally-demmap .policyboxes .integrity-box.box-low, .policytally-demmap .policyboxes .integrity-box.box-fair, .policytally-demmap .policyboxes .integrity-box.box-medium, .policytally-demmap .policyboxes .integrity-box.box-high {
  background-size: cover !important;
}
.policytally-demmap .policyboxes .policyboxes-wrap {
  padding: 15px;
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.policytally-demmap .policyboxes .policyboxes-wrap h3 {
  color: #888888;
  line-height: 1;
  font-size: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  margin: 15px 10px;
}
.policytally-demmap .policyboxes .policyboxes-wrap h3 .tally-negative {
  color: #b53232;
  font-weight: 900;
}
.policytally-demmap .policyboxes .policyboxes-wrap h3 .tally-low {
  color: #f9a25d;
  font-weight: 900;
}
.policytally-demmap .policyboxes .policyboxes-wrap h3 .tally-fair {
  color: #d3d89f;
  font-weight: 900;
}
.policytally-demmap .policyboxes .policyboxes-wrap h3 .tally-medium {
  color: #b0b579;
  font-weight: 900;
}
.policytally-demmap .policyboxes .policyboxes-wrap h3 .tally-high {
  color: #6d7045;
  font-weight: 900;
}
.policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner-wrap {
  background: #EAEAEA;
}
.policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 200px;
}
.policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner .p-box {
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex: 1 1 50%;
  padding: 30px 20px;
}
@media (max-width: 1200px) {
  .policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner .p-box {
    padding: 30px 10px;
  }
}
.policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner .p-box:first-of-type {
  margin-right: 0.5px;
}
.policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner .p-box:last-of-type {
  margin-left: 0.5px;
}
.policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner .p-box .tally-title {
  margin-bottom: 0px;
  font-size: 0.9em;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner .p-box .tally-title {
    font-size: 0.8em;
  }
}
@media (max-width: 992px) {
  .policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner .p-box .tally-title {
    font-size: 1em;
  }
}
.policytally-demmap .policyboxes .policyboxes-wrap .policyboxes-inner .p-box .rating {
  margin-top: 10px;
}

.demmap-overall-methodology {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
}
@media (max-width: 576px) {
  .demmap-overall-methodology {
    flex-flow: column nowrap;
    padding: 0 3px !important;
  }
  .demmap-overall-methodology a {
    font-size: 0.8em !important;
  }
}

.policytitle {
  padding-bottom: 0 !important;
}

.demmap-table table td {
  padding: 20px 15px !important;
}
.demmap-table .policy-table-image img {
  max-width: 230px;
}

.demmap-profile .quickfacts {
  margin-left: 15px !important;
  width: calc(100% - 15px) !important;
}
@media (max-width: 992px) {
  .demmap-profile .quickfacts {
    width: 100% !important;
    margin: auto !important;
  }
  .demmap-profile .quickfacts h2 {
    text-align: center;
  }
}
.demmap-profile .quickfacts-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  /* .quickfactbox */
}
@media (max-width: 992px) {
  .demmap-profile .quickfacts-wrap {
    flex-flow: row wrap;
  }
}
.demmap-profile .quickfacts-wrap .quickfactbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  margin: 0 20px;
  height: 180px;
  /* .voter-affil-chart */
}
@media (max-width: 992px) {
  .demmap-profile .quickfacts-wrap .quickfactbox {
    margin: 10px 2% !important;
    flex: 1 1 45% !important;
    /* max-width: 45%!important;
    width:45%!important; */
  }
}
.demmap-profile .quickfacts-wrap .quickfactbox:first-of-type {
  margin-left: 0;
}
.demmap-profile .quickfacts-wrap .quickfactbox:last-of-type {
  margin-right: 0;
}
.demmap-profile .quickfacts-wrap .quickfactbox .demmap-chart {
  max-width: 180px;
}
.demmap-profile .quickfacts-wrap .quickfactbox span {
  margin-top: 7px;
}
@media (max-width: 1200px) {
  .demmap-profile .quickfacts-wrap .quickfactbox span {
    font-size: 1.8em !important;
  }
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart-wrap {
  height: 200px;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  height: auto;
  padding-top: 28px;
  /* .va-chart-bars */
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-bars, .demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-labels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-bars {
  padding: 0 10px;
  /* height: 80px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-bars .va-chart-bar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  height: 60px;
  margin: 0;
  padding: 0;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-bars .va-chart-bar-wrap span {
  font-weight: 600;
  font-size: 1.1em !important;
  position: relative;
  padding-bottom: 0px;
  margin: 0;
  line-height: 0;
  top: -10px;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-bars .va-chart-bar-wrap .va-chart-bar {
  width: 25px;
  margin: 0 8px;
  padding: 0;
  display: block;
  /* max-height: 60px; */
  height: auto;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-bars .va-chart-bar-wrap .va-chart-bar.va-bar-rep {
  background: #b53232;
  height: 100%;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-bars .va-chart-bar-wrap .va-chart-bar.va-bar-dem {
  background: #009DCE;
  height: 78%;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-bars .va-chart-bar-wrap .va-chart-bar.va-bar-ind {
  background: #c9c9c9;
  height: 44%;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-line {
  height: 1px;
  background: rgba(136, 136, 136, 0.5);
  width: 100%;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-labels {
  padding: 0 10px;
}
.demmap-profile .quickfacts-wrap .quickfactbox .voter-affil-chart .va-chart-labels div {
  margin: 5px 8px;
}

/* HIDE CODE BELOW WHEN TAKING NOTE DOWN */
/*.dustnote {
  position: relative;
  width: 100%;
  top: 0;
  display: block;
  z-index: 999999;

  background: $color_gray_dark;
  color: white!important;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px;

  a {
    color: $color_orange;
    text-decoration: underline;
    font-weight: bold;
  }

  a:hover {
    color: $color_green;
  }

  @media (max-width: 769px) {
    position: absolute;
  }
}

@media (max-width: 767px) {
  body,html {
    padding-top: 19px;
  }

  .mobilenav {
    top: 39px;
  }

  .affix {
    position:fixed!important;
    top:0!important;
    width:100%;
    height: auto;

    .menu {
      height: 200px;
    }

    .collapse {
      height: 220px;
    }
  }

}

@media (max-width: 610px) {
  body,html {
    padding-top: 25px;
  }

  .mobilenav {
    top: 55px;
  }
}
*/
/* HIDE CODE ABOVE WHEN TAKING NOTE DOWN */
