@charset "UTF-8";
/*300,400,600,700*/
/*300,400,600,700*/
/* General styles*/
html {
  font-size: 62.5%;
}

body {
  color: #55565B;
  display: flex;
  flex-direction: column;
  font-family: "Palatino", regular;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::-moz-selection {
  background: rgba(156, 191, 16, 0.2);
}

::selection {
  background: rgba(156, 191, 16, 0.2);
}

input::-webkit-input-placeholder {
  color: #55565B;
  font-size: 1.5rem;
}

input:-moz-placeholder {
  color: #55565B;
  font-size: 1.5rem;
}

/* FF 4-18 */
input::-moz-placeholder {
  color: #55565B;
  font-size: 1.5rem;
}

/* FF 19+ */
input:-ms-input-placeholder {
  color: #55565B;
  font-size: 1.5rem;
}

/* IE 10+ */
textarea::-webkit-input-placeholder {
  color: #55565B;
  font-size: 1.5rem;
}

textarea:-moz-placeholder {
  color: #55565B;
  font-size: 1.5rem;
}

/* FF 4-18 */
textarea::-moz-placeholder {
  color: #55565B;
  font-size: 1.5rem;
}

/* FF 19+ */
textarea:-ms-input-placeholder {
  color: #55565B;
  font-size: 1.5rem;
}

/* IE 10+ */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
.divider {
  margin: 20px 15px 50px 15px;
}

blockquote {
  position: relative;
  border-left: 0;
  color: #55565B;
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
  width: 100%;
  max-width: 500px;
  margin: 5rem auto;
  padding: 0;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  overflow: visible;
}
blockquote > p {
  margin-bottom: 20px;
}
blockquote strong {
  text-transform: uppercase;
  color: #1C3361;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
}
blockquote:before {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: -88px;
  width: 61px;
  height: 47.8px;
  background: url(../images/l-quote.svg) no-repeat 0 0;
}
@media (max-width: 730px) {
  blockquote {
    margin: 3rem auto;
  }
  blockquote:before {
    top: -4px;
    left: -10px;
    width: 30px;
    height: 24px;
    background-size: 30px 24px;
    opacity: 0.4;
  }
  blockquote > p {
    position: relative;
    z-index: 2;
  }
}

/* Typography */
h1 {
  font: 7rem/7.5rem "Tahoma", normal;
  font-weight: normal;
  font-weight: 300;
  margin: 0 0 25px;
  color: #55565B;
}
@media (max-width: 769px) {
  h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}

h2 {
  margin: 0 0 15px;
  font: 4rem/4.4rem "Tahoma", normal;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  font-weight: 400;
  color: #55565B;
}
@media (max-width: 769px) {
  h2 {
    font: 3rem/4rem "Tahoma", normal;
  }
}

h3 {
  font: 2rem/2.4rem "Tahoma", normal;
  margin: 0 0 30px;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #55565B;
}

h4 {
  font: 2rem/2.4rem "Tahoma", normal;
  margin: 0 0 15px;
  color: #55565B;
}

h5 {
  font: 2rem/2.4rem "Tahoma", normal;
  margin: 0 0 15px;
}

h6 {
  font: 2rem/2.4rem "Tahoma", normal;
  margin: 0 0 15px;
}

.block-title {
  font-family: "Tahoma", normal;
  font-size: 24px;
  line-height: 34px;
  color: #55565B;
}

@media (max-width: 900px) and (min-width: 769px) {
  .event .block-title {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  .event .more {
    font-size: 12px;
    line-height: 20px;
  }
}

.block-label {
  font-family: "Tahoma", normal;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: #001489;
}
a:hover {
  color: #a6192e;
}

p, ul, ol, dl, table {
  margin: 0 0 2.5rem;
  margin-bottom: 25px;
}

.longform-content li {
  margin-bottom: 15px;
}

ol {
  list-style-position: inside;
}

.button-wrp {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button-wrp .btn {
  background-color: #f5f7fa;
  margin: 20px;
}

img.full-image {
  display: block;
  margin: auto;
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 279px;
  padding: 20px 30px;
  margin: 0 0 20px;
  border-radius: 4px;
  font-size: 2.2rem;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "Tahoma", normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}
@media (max-width: 769px) {
  .btn {
    min-width: 250px;
    padding: 12px 24px;
    font-size: 1.6rem;
  }
}
.btn:after {
  content: "";
  width: 30px;
  height: 23px;
}
.box .btn {
  display: inline-block;
  padding: 10px 45px 10px 20px;
  min-width: 150px;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.box .btn:after {
  background-size: 100%;
  width: 15px;
  height: 11.5px;
}

.btn-small {
  min-width: 199px;
}
.btn-small:after {
  content: "";
  width: 15px;
}

.btn-green {
  padding-right: 70px;
  background: #9cbf10;
  color: #2D2D31;
}
.btn-green:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/arrow-white.svg) no-repeat 0 0;
}
.btn-green:hover {
  color: #000;
}
.btn-green:hover:after {
  -webkit-animation: spin 0.3s linear;
  -moz-animation: spin 0.3s linear;
  animation: spin 0.3s linear;
}

.btn-blue {
  background: transparent;
  color: #1C3361;
  border: 2px solid #1C3361;
}
.btn-blue:after {
  background: url(../images/arrow-blue.svg) no-repeat 0 0;
}

/*lists*/
.site-content ul {
  list-style-type: none;
}
.site-content ul li {
  position: relative;
  padding-left: 20px;
}
.site-content ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

.headline-with-text {
  padding-top: 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 3.6rem;
}
.headline-with-text .hwt-content {
  max-width: 75%;
  margin: 0 auto;
}
.headline-with-text .hwt-content h2 {
  margin-bottom: 3rem;
}
@media (max-width: 769px) {
  .headline-with-text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2.2rem;
  }
  .headline-with-text .hwt-content {
    max-width: 100%;
  }
}

.headline-with-text.take-action {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
  padding: 0;
  min-height: 550px;
}
.headline-with-text.take-action .hwt-content {
  padding: 40px 0;
  z-index: 5;
}
.headline-with-text.take-action .hwt-content .btn-green {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  border: 2px solid transparent;
  transform: translate(-50%, 50%);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.headline-with-text.take-action h2, .headline-with-text.take-action p {
  color: #fff;
}
.headline-with-text.take-action:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(28, 51, 97, 0.8);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.headline-with-text.take-action:hover .btn-green {
  background: #fff;
  border: 2px solid #1C3361;
  color: #1C3361;
}
.headline-with-text.take-action:hover:before {
  background: rgba(166, 25, 46, 0.8);
}
.headline-with-text.take-action.gray {
  background: #F5F7FA;
  -webkit-box-shadow: 0px 0px 13px 0px #bdbbbd;
  -moz-box-shadow: 0px 0px 13px 0px #bdbbbd;
  box-shadow: 0px 0px 13px 0px #bdbbbd;
}
.headline-with-text.take-action.gray h2, .headline-with-text.take-action.gray p {
  color: #55565B;
}
.headline-with-text.take-action.gray:before {
  content: none;
}
.headline-with-text.take-action.gray:hover .btn-green {
  background: #9cbf10;
  border: 2px solid transparent;
  color: #2D2D31;
}
@media (max-width: 769px) {
  .headline-with-text.take-action {
    min-height: 350px;
  }
}

p:empty {
  display: none;
}

.category {
  text-transform: uppercase;
  font-family: "Tahoma", normal;
  font-weight: bold;
  font-size: 15px;
  color: #A6192E;
  letter-spacing: 2px;
  text-align: left;
}
.category .issue-link {
  color: #A6192E;
}
.category .issue-link:hover {
  color: #001489;
}

.logo-blog-text {
  text-align: right;
  font-family: "Tahoma";
}

/* fixed footer */
#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1 0 auto;
}
.home .site-content {
  padding: 0 0 5rem;
}
@media (max-width: 769px) {
  .home .site-content {
    padding: 130px 0 5px;
  }
}
@media (max-width: 769px) {
  .site-content {
    padding-top: 130px;
  }
  .single .site-content {
    padding-top: 164px;
  }
}

#main {
  display: flex;
  flex-flow: column nowrap;
}
#main .alignright {
  display: inline-block;
  margin: 0 0 0 30px !important;
}
#main .alignleft {
  display: inline-block;
  margin: 0 30px 0 0 !important;
}

/* end footer */
#masthead > .container {
  position: relative;
  padding: 25px 0;
  min-height: 140px;
  background: #fff;
}
#masthead a {
  text-decoration: none;
}
@media (max-width: 769px) {
  #masthead {
    position: fixed;
    z-index: 100;
  }
  #masthead > .container {
    min-height: 130px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100vw;
    margin: 0;
  }
}

.single-longform #masthead, .page-template-longform-template #masthead {
  position: static;
}
.single-longform .site-content, .page-template-longform-template .site-content {
  padding-top: 0;
}

/*main nav*/
.menu-main-menu-container {
  position: relative;
  width: 100%;
}

.main-navigation {
  background: #F5F7FA;
}
@media (max-width: 769px) {
  .main-navigation {
    display: none;
  }
  .main-navigation .col {
    padding: 0;
  }
  .main-navigation.open {
    display: block;
    height: calc(100vh - 130px);
    overflow-y: scroll;
  }
}

#menu-main-menu,
#menu-footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin-top: 0;
  border-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Tahoma", normal;
}
#menu-main-menu > li,
#menu-footer-menu > li {
  flex-grow: 1;
  list-style-type: none;
}
#menu-main-menu > li a,
#menu-footer-menu > li a {
  color: #001489;
  padding: 10px 20px;
  border: none;
}
#menu-main-menu > li a > span,
#menu-footer-menu > li a > span {
  position: relative;
}
#menu-main-menu > li a .open-close,
#menu-footer-menu > li a .open-close {
  display: none;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 6px;
  right: 6px;
  background: #fff;
  outline: 1px solid #cfcfcf;
}
#menu-main-menu > li a .open-close:before,
#menu-footer-menu > li a .open-close:before {
  content: "›";
  display: block;
  font-size: 4rem;
  line-height: 20px;
  position: absolute;
  top: 4px;
  left: 10px;
  font-weight: normal;
}
#menu-main-menu > li a .open-close.active-sub-menu,
#menu-footer-menu > li a .open-close.active-sub-menu {
  position: absolute;
}
#menu-main-menu > li a .open-close.active-sub-menu:before,
#menu-footer-menu > li a .open-close.active-sub-menu:before {
  bottom: auto;
  top: 8px;
  left: 12px;
  font-weight: normal;
  background: transparent;
  transform: translateX(0%);
  transform: rotate(90deg);
}
@media (max-width: 769px) {
  #menu-main-menu > li a .open-close,
#menu-footer-menu > li a .open-close {
    display: block;
  }
}
#menu-main-menu > li:last-child a,
#menu-footer-menu > li:last-child a {
  color: #001489;
  background: #DDDDDA;
}
#menu-main-menu > li:last-child.current-menu-item a span:before,
#menu-footer-menu > li:last-child.current-menu-item a span:before {
  display: none;
}
#menu-main-menu > li:last-child.current-menu-item .open-close:before,
#menu-footer-menu > li:last-child.current-menu-item .open-close:before {
  display: block;
}
#menu-main-menu > li.current-menu-item a span:not(.open-close),
#menu-footer-menu > li.current-menu-item a span:not(.open-close) {
  position: relative;
}
#menu-main-menu > li.current-menu-item a span:not(.open-close):before,
#menu-footer-menu > li.current-menu-item a span:not(.open-close):before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #1c3361;
  transform: translateX(-50%);
  display: inline;
}
@media (max-width: 769px) {
  #menu-main-menu > li.current-menu-item a span:not(.open-close):before,
#menu-footer-menu > li.current-menu-item a span:not(.open-close):before {
    display: none;
  }
}
@media (max-width: 900px) {
  #menu-main-menu,
#menu-footer-menu {
    font-size: 1.6rem;
  }
  #menu-main-menu li a,
#menu-footer-menu li a {
    padding: 10px;
  }
  #menu-main-menu li.current-menu-item a span:before,
#menu-footer-menu li.current-menu-item a span:before {
    bottom: -15px;
  }
}

#menu-main-menu > li > a {
  z-index: 110;
}

@media (min-width: 768px) {
  #menu-main-menu > li > .sub-menu {
    margin-top: -40px;
  }

  #menu-main-menu > li:hover {
    background-color: #e0e1e1;
  }
  #menu-main-menu > li:hover > .sub-menu {
    opacity: 1;
    transform: rotateX(0);
    margin-top: 0;
  }
}
#menu-main-menu .sub-menu {
  display: flex;
  opacity: 0;
  padding: 0;
  transform-origin: 90% 0%;
  transform: rotateX(90deg);
  transform-style: preserve-3d;
  position: absolute;
  z-index: 100;
  margin: 0;
  border-bottom: 0;
  top: 100%;
  left: 0;
  padding: 20px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.2rem;
  background: #e0e1e1;
  transition: transform 0.3s ease;
}
#menu-main-menu .sub-menu li {
  position: relative;
  margin: 0;
  text-align: left;
}
#menu-main-menu .sub-menu li a {
  padding: 0 20px;
}
#menu-main-menu .sub-menu li > .sub-menu {
  transform: translateY(0);
  padding: 10px 20px;
  position: static;
  display: block;
  width: auto;
  opacity: 1;
  height: auto;
  overflow: visible;
  background: transparent;
}
#menu-main-menu .sub-menu li > .sub-menu > li {
  width: 100%;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  font-weight: normal;
}
#menu-main-menu .sub-menu li > .sub-menu > li a {
  padding: 0;
}
#menu-main-menu .sub-menu li > .sub-menu > li a:hover {
  text-decoration: underline;
}
#menu-main-menu .sub-menu li > .sub-menu li:last-child a {
  color: #001489;
  background: transparent;
}
#menu-main-menu .sub-menu li a {
  color: #001489;
  background: transparent;
}
#menu-main-menu .sub-menu li li.current-menu-item a span:before {
  display: none;
}
#menu-main-menu .sub-menu li li.current-menu-item a span.open-close:before {
  display: block;
}
#menu-main-menu li.current-menu-item > .sub-menu li a span:before {
  display: none;
}
#menu-main-menu li.current-menu-item > .sub-menu li a span.open-close:before {
  display: block;
}
@media (max-width: 769px) {
  #menu-main-menu li {
    width: 100%;
  }
  #menu-main-menu li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    padding-right: 50px;
  }
  #menu-main-menu li > a .open-close {
    display: none;
  }
  #menu-main-menu li.menu-item-has-children .open-close {
    display: block;
  }
  #menu-main-menu li > .sub-menu {
    display: none;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    position: static;
    opacity: 1;
    transform-origin: 0 0;
    transform: rotateX(0deg);
    transition: unset;
  }
  #menu-main-menu li > .sub-menu > li {
    width: 100%;
  }
  #menu-main-menu li > .sub-menu > li > a {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  #menu-main-menu li > .sub-menu > li > a span.open-close {
    display: none;
  }
  #menu-main-menu li > .sub-menu > li .sub-menu {
    padding: 0;
  }
  #menu-main-menu li > .sub-menu > li .sub-menu li {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }
  #menu-main-menu li > .sub-menu > li .sub-menu li > a {
    padding: 10px;
  }
}

@media (max-width: 769px) {
  .menu-footer-menu-container {
    display: none;
  }
}

#menu-footer-menu li.current-menu-item a:after {
  background: #fff;
}

.hero-area-sub-page {
  display: flex;
  padding: 50px 0;
}
.hero-area-sub-page .hero-info .category, .hero-area-sub-page .category-list .category {
  padding-right: 25px;
}

#top-navigation {
  position: absolute;
  top: 22px;
  right: 15px;
}
#top-navigation ul.menu {
  display: flex;
  text-transform: uppercase;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 600;
}
#top-navigation ul.menu > li {
  margin-left: 24px;
}
#top-navigation ul.menu > li:first-child {
  margin-left: 0;
}
@media (max-width: 769px) {
  #top-navigation {
    position: absolute;
    top: 91px;
    right: auto;
    left: 20px;
  }
  #top-navigation ul.menu > li {
    margin-left: 15px;
  }
}
@media (max-width: 460px) {
  #top-navigation ul.menu {
    font-size: 1.2rem;
  }
  #top-navigation ul.menu > li {
    margin-left: 12px;
  }
  #top-navigation .donate-menu-btn a {
    min-width: auto;
    padding: 10px;
  }
  #top-navigation .donate-menu-btn a:after {
    display: none;
  }
}

.social-networks-bar {
  padding: 3rem 0 1.5rem 0;
  margin-bottom: 5rem;
  background: #F5F7FA;
}
.social-networks-bar img {
  margin-right: 15px;
}
.social-networks-bar a {
  position: relative;
  text-transform: uppercase;
  font-family: "Tahoma", normal !important;
  font-weight: bold;
  letter-spacing: 2px;
  padding-right: 25px;
}
.social-networks-bar a:after {
  content: "›";
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 2.3rem;
  font-weight: normal;
}
.social-networks-bar .col {
  margin-bottom: 3.5rem;
}
.social-networks-bar .col.col-12 {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .social-networks-bar {
    font-size: 1.6rem;
  }
}

.social > ul {
  margin: 22px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.social > ul li {
  margin-left: 20px;
}
.social > ul li:first-child {
  margin-left: auto;
}
@media (max-width: 769px) {
  .social > ul li:last-child {
    margin-right: auto;
  }
}

.soapbox-url {
  margin: 30px 0 20px 0;
}
.soapbox-url .btn-green {
  font-size: 1.6rem;
  padding: 10px 45px 10px 20px;
  min-width: 200px;
  margin-bottom: 0;
}
.soapbox-url .btn-green:after {
  background-size: 100%;
  width: 15px;
  height: 11.5px;
}

.advanced-search {
  display: none;
  margin-top: 30px;
}

.advanced-search-arrow {
  float: right;
}
.advanced-search-arrow a {
  position: relative;
  padding-right: 35px;
}
.advanced-search-arrow a:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #001489;
  position: absolute;
  right: 0;
  top: 3px;
  transition: all 0.5s ease;
}
.advanced-search-arrow a.active-advanced:after {
  transform: rotate(180deg);
}

.search-events .row {
  margin: 0 -15px;
}

.search-buttons {
  margin: 30px 0;
}
.search-buttons .loader img {
  display: none;
}
.search-buttons #reset-events {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 500px) {
  .search-buttons #reset-events {
    display: block;
    margin-top: 30px;
    float: none;
  }
}
.search-buttons .btn-green {
  padding: 10px 40px 10px 10px;
  font-size: 16px;
  min-width: 100px;
  margin-bottom: 0;
}
.search-buttons .btn-green:after {
  display: block;
  content: "";
  width: 15px;
  height: 11.5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../images/arrow-white.svg) no-repeat 0 0;
  background-size: 100%;
}
.search-buttons .btn-green:hover {
  background: #9cbf10;
  opacity: 0.7;
}

.events-chapter {
  margin: 20px 0;
}

.site-branding {
  margin-left: 15px;
}
.site-branding .site-title a,
.site-branding .site-description {
  color: black;
}
.site-branding > p {
  margin-bottom: 0;
}
.site-branding img.logo {
  max-width: 215px;
}

.tabs {
  margin-bottom: 0;
}
.tabs li {
  margin-bottom: 0;
}

/*trigger menu*/
.kube-menu {
  display: none;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  background: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 769px) {
  .kube-menu {
    display: block;
  }
}
.kube-menu:before {
  display: none;
}

.kube-menu .icon-bar {
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  background-color: #b5181f;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.kube-menu .icon-bar:nth-child(1) {
  top: 4px;
}

.kube-menu .icon-bar:nth-child(2) {
  top: 14px;
}

.kube-menu .icon-bar:nth-child(3) {
  top: 24px;
}

.kube-menu.open .icon-bar:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.kube-menu.open .icon-bar:nth-child(2) {
  opacity: 0;
  right: -60px;
}

.kube-menu.open .icon-bar:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.col {
  padding: 0 15px;
}

.header-row {
  margin: 0 0 20px 0;
}
.header-row .col {
  padding: 0px;
}

.header-area {
  min-height: 600px;
}

#content,
#main {
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
@media (max-width: 769px) {
  .container {
    margin: 0;
    width: 100vw;
  }
}

#metaslider_container_55636:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(28, 51, 97, 0.8);
}

.hero-area {
  display: flex;
  padding: 0;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 50px;
}
.hero-area > .container {
  display: flex;
}
.hero-area > .container .col-12 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
.hero-area:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(28, 51, 97, 0.8);
}
.hero-area .hero-area-content {
  display: flex;
  position: relative;
  z-index: 10;
  color: #fff;
}
.hero-area .hero-area-content h1, .hero-area .hero-area-content h2 {
  color: #fff;
}
.hero-area .hero-area-content .headline {
  margin-top: 25px;
}
.hero-area .hero-area-content h2 {
  font-size: 2.8rem;
  line-height: 4.4rem;
  margin-bottom: 30px;
  font-family: "Palatino", regular;
}
@media (max-width: 769px) {
  .hero-area .hero-area-content h2 {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
@media (max-width: 769px) {
  .hero-area {
    min-height: 350px;
  }
}

.hero-slider.swiper-container {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}
.hero-slider.swiper-container .swiper-button-prev,
.hero-slider.swiper-container .swiper-button-next {
  color: #011389;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.hero-slider.swiper-container .swiper-button-prev:after,
.hero-slider.swiper-container .swiper-button-next:after {
  font-size: 25px;
}
@media (max-width: 1300px) {
  .hero-slider.swiper-container .swiper-button-prev,
.hero-slider.swiper-container .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .hero-slider.swiper-container .swiper-button-prev:after,
.hero-slider.swiper-container .swiper-button-next:after {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .hero-slider.swiper-container .swiper-button-prev {
    left: 0;
  }
}
.hero-slider.swiper-container .hero-area {
  padding-bottom: 50px;
  padding-left: 50px;
}
.hero-slider.swiper-container .relative {
  position: relative;
  height: 50px;
}
.hero-slider.swiper-container .btn {
  box-sizing: border-box;
}
.hero-slider.swiper-container > .swiper-pagination-bullets, .hero-slider.swiper-container .swiper-pagination-custom, .hero-slider.swiper-container .swiper-pagination-fraction {
  bottom: 70px;
}
.hero-slider.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet, .hero-slider.swiper-container .swiper-pagination-custom .swiper-pagination-bullet, .hero-slider.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet {
  background: #5e6c86;
  width: 70px;
  height: 4px;
  border-radius: unset;
  position: relative;
}
.hero-slider.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet.first, .hero-slider.swiper-container .swiper-pagination-custom .swiper-pagination-bullet.first, .hero-slider.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet.first {
  background: #fff;
}
.hero-slider.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet .progress, .hero-slider.swiper-container .swiper-pagination-custom .swiper-pagination-bullet .progress, .hero-slider.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background: #fff;
}
.hero-slider.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active.first, .hero-slider.swiper-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active.first, .hero-slider.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active.first {
  background: #5e6c86;
}
.hero-slider.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active.first .progress, .hero-slider.swiper-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active.first .progress, .hero-slider.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active.first .progress {
  width: 70px;
}
.hero-slider.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active.first, .hero-slider.swiper-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active.first, .hero-slider.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active.first {
  background: #5e6c86;
}
.hero-slider.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active.first .progress, .hero-slider.swiper-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active.first .progress, .hero-slider.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active.first .progress {
  width: 70px;
}

.home.page .hero-area {
  min-height: 550px;
  padding: 50px 0;
  margin-bottom: 0;
}
.home.page .hero-area .hero-area-content {
  padding: 0 20px;
}
@media (max-width: 769px) {
  .home.page .hero-area {
    min-height: 350px;
  }
  .home.page .hero-area .btn {
    min-width: 180px;
    padding: 12px 24px;
    font-size: 1.6rem;
  }
}

.page .hero-area {
  margin-bottom: 50px;
}

section.hero-area-text {
  margin-top: 30px;
}
section.hero-area-text.blog-portal {
  margin-top: 0;
}

section.hero-area {
  position: relative;
  margin-bottom: 20px;
  align-items: flex-end;
}
section.hero-area .container {
  display: block;
  position: relative;
}
section.hero-area .container .col-12 {
  align-items: flex-end;
}
section.hero-area .blog-logo {
  margin-bottom: 30px;
  z-index: 10;
}
section.hero-area .blog-logo img {
  display: block;
}
section.hero-area .blog-logo .logo-blog-text {
  color: #fff;
}
section.hero-area.blog-portal {
  align-items: center;
}
section.hero-area.blog-portal:before {
  display: none;
}
section.hero-area.blog-portal .portal-headline {
  margin-right: 16%;
  color: #fff;
  text-transform: uppercase;
  font-family: "Tahoma", normal;
}
section.hero-area.blog-portal .portal-headline .portal-label {
  text-align: right;
  font-size: 4.5rem;
  line-height: 4.6rem;
}
section.hero-area.blog-portal .portal-headline h1 {
  line-height: 5.6rem;
  color: #fff;
}

.logo-blog-text {
  color: #55565B;
}

section {
  padding: 0 0 30px;
}

.author {
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.single-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  font-family: "Tahoma", normal;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.single-item .info {
  font-size: 14px;
  margin-bottom: 0;
}
.single-item .author {
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.single-item .block-title {
  display: block;
}
.single-item .block-title:hover {
  color: #A6192E;
}
.single-item.search-featured {
  background: #fff;
}

.event-time .block-date {
  text-transform: uppercase;
}

.upcoming-events .single-item {
  min-height: 240px;
}

.recent-posts .single-item {
  display: flex;
}
@media (max-width: 875px) {
  .recent-posts .single-item {
    flex-direction: column;
  }
}
.recent-posts .post-thumb {
  width: 200px;
  margin-right: 20px;
}
@media (max-width: 875px) {
  .recent-posts .post-thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
  }
}
.recent-posts .item-info {
  width: 80%;
}
@media (max-width: 875px) {
  .recent-posts .item-info {
    width: 100%;
  }
}
.recent-posts.duplicate-images .single-item {
  display: block;
  flex-wrap: wrap;
}
.recent-posts.duplicate-images .post-thumb {
  width: 200px;
  height: 200px;
  display: block;
}

.category .in {
  color: #204da4;
}
.category .brief {
  color: #b72232;
}
.category .black {
  color: #55565B;
}

.inbrief-posts .category, .expert-posts .category {
  color: #55565B;
}
.inbrief-posts .block-title, .expert-posts .block-title {
  color: #001489;
}
.inbrief-posts .author a, .expert-posts .author a {
  color: #55565B;
}
.inbrief-posts .info span, .expert-posts .info span {
  margin: 0;
}
.inbrief-posts .info span:last-of-type, .expert-posts .info span:last-of-type {
  margin-right: 15px;
}
.inbrief-posts .info, .expert-posts .info {
  display: inline-block;
  color: #55565B;
}
.inbrief-posts .blog-date, .expert-posts .blog-date {
  font-size: 18px;
  display: inline-block;
  color: #bb5060;
}
.inbrief-posts .col-6 .post-thumb, .expert-posts .col-6 .post-thumb {
  display: none;
}
.inbrief-posts h3, .expert-posts h3 {
  color: #001489;
}

.more {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: "Tahoma", normal !important;
  font-weight: bold;
  letter-spacing: 2px;
  padding-right: 20px;
}
.more:after {
  content: "›";
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 2.3rem;
  font-weight: normal;
}

.priority-issues h3 {
  font-size: 2.4rem;
  letter-spacing: 1px;
}
.priority-issues .term-img {
  min-height: 200px;
  background: no-repeat center center;
  background-size: cover;
  background-color: #F5F7FA;
}
.priority-issues .box {
  height: 100%;
  background-color: #F5F7FA;
  border: 1px solid rgba(3, 3, 3, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.priority-issues .box .person-header {
  justify-content: center;
  border-bottom: none;
  padding-top: 20px;
}
.priority-issues .box .person-header .person-img {
  margin: 0;
  height: 180px;
  width: 180px;
}
.priority-issues .box .person-box-info h2 span {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Palatino", regular;
}
.priority-issues .big .box {
  display: flex;
}
.priority-issues .big .box .term-img {
  width: 44%;
}
.priority-issues .big .box .box-content {
  width: 56%;
}
@media (max-width: 769px) {
  .priority-issues .big .box {
    display: block;
  }
  .priority-issues .big .box .term-img {
    width: 100%;
  }
  .priority-issues .big .box .box-content {
    width: 100%;
  }
}
.priority-issues .box-content {
  padding: 30px;
}
.priority-issues .box-content h2 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.priority-issues .box-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 122px;
  height: 3px;
  background: #55565B;
}
.priority-issues .col {
  margin-bottom: 3rem;
}

.subpages .col .single-issue {
  position: relative;
}
.subpages .col .single-issue a.full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.single-issue {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  padding: 30px;
  min-height: 150px;
  background-color: #F5F7FA;
  margin-bottom: 20px;
}
.single-issue a {
  color: #55565B;
}
.single-issue.background .content a {
  color: #fff;
}

.cover {
  background: no-repeat center center;
  background-size: cover;
}

.top-intro {
  margin-top: 50px;
}

.sidenav {
  padding-top: 50px;
}
.sidenav p {
  margin-bottom: 10px;
}
.sidenav a.active {
  position: relative;
}
.sidenav a.active:before {
  content: " ";
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1C3361;
}

.single:not(.single-longform):not(.single-issue_brief) h1 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 20px;
}
.single:not(.single-longform):not(.single-issue_brief) .header-post-area {
  padding-top: 40px;
}
.single:not(.single-longform):not(.single-issue_brief) .header-post-area .divider {
  margin: 20px 0 25px 0;
}
.single:not(.single-longform):not(.single-issue_brief) .header-post-area .author {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
.single:not(.single-longform):not(.single-issue_brief) .header-post-area .date {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.active .chapter-type-info {
  background: #1C3361;
}
.active .chapter-type-info h3 {
  color: #fff;
}

.join {
  padding-bottom: 50px;
}
.join .person-header .person-info {
  width: calc(100% - 225px);
}
@media (max-width: 769px) {
  .join .person-header .person-info {
    width: 100%;
  }
}

.chapter-type-info {
  padding: 20px;
  height: 100%;
  background-color: #DDDDDA;
}

.chapters .col.active h3 {
  text-decoration: underline;
}
.chapters .col.active select {
  border-color: #1C3361;
}

.chapter-headline {
  padding-top: 10px;
  margin-bottom: 10px;
}
.chapter-headline h1 {
  padding: 15px 20px;
  background-color: #1C3361;
  color: #fff;
}

.chapters-tabs hr.divider {
  margin: 20px 0;
}
.chapters-tabs hr.divider:last-child {
  display: none;
}

.tax-issues .site-content .tabs ul {
  font-size: 14px;
}
@media (max-width: 900px) and (min-width: 769px) {
  .tax-issues .site-content .tabs ul {
    font-size: 12px;
  }
}
.tax-issues .site-content .tabs ul a {
  padding: 18px 20px;
}
.tax-issues .site-content .tabs ul li {
  text-align: center;
  width: 16%;
}
@media (max-width: 900px) {
  .tax-issues .site-content .tabs ul li {
    width: 100%;
    text-align: left;
  }
}

.site-content .tabs ul {
  font: 1.6rem/2rem Tahoma, normal;
  font-weight: bold;
  text-transform: uppercase;
  list-style-type: none;
}
.site-content .tabs ul li {
  padding-left: 0;
}
.site-content .tabs ul li:before {
  display: none;
}
.site-content .tabs ul li a {
  height: 100%;
  padding: 18px 30px;
  color: #1C3361;
}
.site-content .tabs ul li a:hover {
  text-decoration: none;
}

.tab-content {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px 1px;
  margin-bottom: 30px;
}
.tab-content .date {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .tab-content {
    border-width: 0;
  }
}
.tab-content h3 {
  margin-bottom: 0;
  font-family: Tahoma, normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
.tab-content p.info, .tab-content div.info {
  margin-bottom: 2rem;
}
.tab-content p.info:last-of-type, .tab-content div.info:last-of-type {
  margin-bottom: 0;
}

.homepage-recent-posts h3 {
  margin-bottom: 30px;
}

.single-hero {
  margin-bottom: 30px;
}
.single-hero img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.event {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}
.event.background {
  background: no-repeat center center;
  background-size: cover;
}
.event.background:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(28, 51, 97, 0.7);
}
.event.background .content .block-label,
.event.background .content .block-title,
.event.background .content .more {
  color: #fff;
}
.event.background .content .block-title > a {
  color: #fff;
}
.event.background.overlay-gray:before {
  background: rgba(85, 86, 90, 0.7);
}
.event .content {
  position: relative;
  z-index: 10;
}
.event .event-link {
  margin-bottom: 0;
}
.related-posts .event {
  height: 100%;
  background-color: #F5F7FA;
}
.related-posts .event .block-label {
  color: #A6192E;
  text-transform: uppercase;
}
.related-posts .event .block-title {
  margin-bottom: 0;
}
.related-posts .event .block-title > a {
  display: block;
  color: #55565B;
}
.related-posts .event .block-title > a:hover {
  color: #000;
}

span.link a {
  color: #fff;
  text-decoration: underline;
}

.single-longform .hero-area, .page-template-longform-template .hero-area {
  margin-bottom: 0;
}
.submenu-anchor-links {
  background: #F5F7FA;
  margin-bottom: 30px;
  border-bottom: 1px solid #ece9e9;
}
.submenu-anchor-links ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  border-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: Tahoma, normal;
  margin: 0;
}
@media (max-width: 769px) {
  .submenu-anchor-links ul {
    display: block;
  }
}
.submenu-anchor-links ul li {
  flex-grow: 1;
  list-style-type: none;
  padding-left: 0;
}
.submenu-anchor-links ul li:before {
  display: none;
}
.submenu-anchor-links ul li a {
  display: block;
  color: #55565B;
  padding: 10px 20px;
  font-style: normal;
}
.submenu-anchor-links ul li a.active-anchor {
  color: #001489;
}
.submenu-anchor-links.fixed {
  overflow: hidden;
  background: #F5F7FA;
  z-index: 20;
}
@media (max-width: 769px) {
  .submenu-anchor-links.fixed a.anchor-link {
    padding-right: 50px;
    height: 0;
  }
}
.submenu-anchor-links.fixed a.anchor-link.active-anchor {
  color: #001489;
  height: auto;
}
@media (max-width: 769px) {
  .submenu-anchor-links.fixed li {
    min-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .submenu-anchor-links.fixed li.active-anchor-parent {
    min-height: 50px;
    overflow: auto;
  }
  .submenu-anchor-links.fixed li.active-anchor-parent a.anchor-link {
    padding: 10px 20px;
    position: relative;
  }
  .submenu-anchor-links.fixed li a.anchor-link {
    padding: 0 20px;
    position: absolute;
    transition: all 0.6s ease;
  }
}
.submenu-anchor-links.fixed .kube-menu {
  top: 9px;
  z-index: 10;
}
.submenu-anchor-links.fixed.active-links {
  min-height: 200px;
}
@media (max-width: 769px) {
  .submenu-anchor-links.fixed.active-links li {
    min-height: 50px;
  }
  .submenu-anchor-links.fixed.active-links li a.anchor-link {
    height: auto;
    padding: 10px 20px;
    position: relative;
  }
}

.longform-content.content-fixed {
  padding-top: 28px;
}

#vmap {
  background: #fff !important;
  margin: 50px 0;
}
@media (max-width: 600px) {
  #vmap {
    height: 300px !important;
  }
}

.map-wrp {
  position: relative;
  max-width: 775px;
  margin: auto;
}
@media (max-width: 600px) {
  .map-wrp {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .map-wrp .button-wrp {
    display: none;
  }
}

.select-map {
  display: none;
}
@media (max-width: 470px) {
  .select-map {
    display: block;
    margin-bottom: 20px;
  }
}

.label-circuit {
  display: none;
  padding: 0px 5px;
  position: absolute;
  top: 178px;
  right: 0px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: #000;
  cursor: pointer;
}
@media (max-width: 769px) {
  .label-circuit {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .label-circuit {
    font-size: 12px;
    line-height: 17px;
    top: 102px;
  }
}
.label-circuit.label-federal-circuit {
  top: 216px;
  right: -10px;
}
@media (max-width: 600px) {
  .label-circuit.label-federal-circuit {
    top: 126px;
    right: -5px;
  }
}
.label-circuit.district {
  display: block;
  right: -17px;
  top: 210px;
}
@media (max-width: 600px) {
  .label-circuit.district {
    top: 120px;
    right: -5px;
  }
}

.description.single-item {
  margin-top: 20px;
}

.featured-posts .content {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}
.featured-posts .content.background {
  color: #fff;
  position: relative;
}
.featured-posts .content.background a {
  color: #fff;
}
.featured-posts .content.background:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(28, 51, 97, 0.7);
}
.featured-posts .content.background .category {
  color: #fff;
}
.featured-posts .content p.author {
  display: inline-block;
  text-transform: uppercase;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  margin: 0;
}
.featured-posts .content > .inner {
  position: relative;
  z-index: 2;
}

.person-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}
.person-header .person-img {
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
  margin-right: 25px;
  background: no-repeat top center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.person-header .person-info h3 {
  margin-bottom: 25px;
}
.person-header .person-info h3 + p {
  margin-top: -15px;
}
.person-header:last-child {
  border-bottom: none;
}

.person-desc p:first-child {
  font-weight: bold;
}

.single-person .person-header {
  padding: 50px 0 0;
  margin-bottom: 30px;
  border: 0;
}
.single-person .person-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 769px) {
  .single-person .person-img {
    width: 250px;
    height: 250px;
  }
}

.hide-label {
  display: none !important;
}

.map-pin {
  width: 64px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: top center;
  color: #888;
  font-weight: 500;
  font-size: 14px;
  display: none;
}
.map-pin.box {
  width: 27px;
  height: 27px;
  border: 1px solid;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  color: #fff;
  background: #000;
}
.map-pin.box.active {
  display: block;
}

.circuit-desc {
  display: none;
}

.type-of-view.active-type {
  text-decoration: underline;
}

.map-pin span {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}

.red {
  background-image: url("../images/marker/red.png");
}

.blue {
  background-image: url("../images/marker/blue.png");
}

.purple {
  background-image: url("../images/marker/purple.png");
}

/* Setup basic CSS for Label */
.jqvmap-pin {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  cursor: default;
}

/* Reposition Labels that are not quite right ( labels are centered in shape, and sometimes need tweaking ) */
#jqvmap1_fl_pin {
  margin-left: 5%;
}

.video-data {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.video-data .video-chapters {
  width: 200px;
  max-height: 100%;
  position: absolute;
  padding: 0 15px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .video-data .video-chapters {
    display: none;
  }
}
.video-data .video-chapters .single-time {
  position: relative;
  border-bottom: 1px dotted #cfcfcf;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
}
.video-data .video-chapters .single-time span:last-of-type {
  font-weight: bold;
}
.video-data .video-chapters .single-time span.title {
  display: inline-block;
  line-height: 18px;
}
.video-data .video-chapters .single-time h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}
.video-data .video-chapters .single-time:hover {
  background-color: #1C3361;
  color: #fff;
}
.video-data .video-chapters .single-time:hover h3 {
  color: #fff;
}
.video-data .video-chapters .single-time:hover:before {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #1C3361;
}

.persons {
  margin-bottom: 50px;
}

.page-content {
  margin: 20px 0;
}

.iframe-wrp, .video-wrp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-wrp iframe, .video-wrp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrp-chapter {
  width: calc(100% - 200px);
}
@media (max-width: 600px) {
  .video-wrp-chapter {
    width: 100%;
  }
}

.get-involved {
  margin-bottom: 50px;
}
.get-involved .box {
  padding: 20px;
  margin-bottom: 30px;
  color: #fff;
  background: #1C3361;
  height: 100%;
}
.get-involved .box.donate {
  background: #9cbf10;
}
.get-involved .box.donate .btn {
  background: #fff;
  min-width: 150px;
  padding-right: 60px;
}
.get-involved .box.donate .btn:after {
  background: url(../images/arrow-blue.svg) no-repeat 0 0;
  background-size: cover;
}
.get-involved .box .block-title {
  color: #fff;
}
.get-involved .box form {
  margin: 0;
}

.donate-menu-btn {
  margin-top: -10px;
}
.donate-menu-btn a {
  position: relative;
  display: inline-block;
  min-width: 100px;
  padding: 10px 40px 10px 10px;
  margin: 0 0 20px;
  border-radius: 4px;
  background: #9cbf10;
  color: #1C3361;
  font-family: Tahoma, normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}
.donate-menu-btn a:after {
  display: block;
  content: "";
  width: 15px;
  height: 11.5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../images/arrow-white.svg) no-repeat 0 0;
  background-size: 100%;
}

@font-face {
  font-family: "sf-regular";
  src: url("../fonts/stateface-regular-webfont-3c64c2da16f3351da05c02a92dd6614ff03e9ed94f60531d6de428e3c2fbb0e2.eot");
  src: url("../fonts/stateface-regular-webfont-3c64c2da16f3351da05c02a92dd6614ff03e9ed94f60531d6de428e3c2fbb0e2.eot?#iefix") format("embedded-opentype"), url("../fonts/stateface-regular-webfont-aa1c1b5e43c442fb7d071ccc07ef68f239e4249758f44a29f7a9ada7776b12dc.woff") format("woff"), url("../fonts/stateface-regular-webfont-5b38439e9b98c507589f517dc4cae6565972095c4551d1aa96e5be3628193552.ttf") format("truetype"), url("../fonts/stateface-regular-webfont-169d91f4e95bd0ce7139a20d715dd1359e9edc01408b8c2cc35857e9adf541ef.svg#sf-regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sf-replace.sf-alabama, .sf-replace.sf-al, .sf-replace.sf-01, .sf-replace.sf-alaska, .sf-replace.sf-ak, .sf-replace.sf-02, .sf-replace.sf-arizona, .sf-replace.sf-az, .sf-replace.sf-04, .sf-replace.sf-arkansas, .sf-replace.sf-ar, .sf-replace.sf-05, .sf-replace.sf-california, .sf-replace.sf-ca, .sf-replace.sf-06, .sf-replace.sf-colorado, .sf-replace.sf-co, .sf-replace.sf-08, .sf-replace.sf-connecticut, .sf-replace.sf-ct, .sf-replace.sf-09, .sf-replace.sf-delaware, .sf-replace.sf-de, .sf-replace.sf-10, .sf-replace.sf-florida, .sf-replace.sf-fl, .sf-replace.sf-12, .sf-replace.sf-georgia, .sf-replace.sf-ga, .sf-replace.sf-13, .sf-replace.sf-hawaii, .sf-replace.sf-hi, .sf-replace.sf-15, .sf-replace.sf-idaho, .sf-replace.sf-id, .sf-replace.sf-16, .sf-replace.sf-illinois, .sf-replace.sf-il, .sf-replace.sf-17, .sf-replace.sf-indiana, .sf-replace.sf-in, .sf-replace.sf-18, .sf-replace.sf-iowa, .sf-replace.sf-ia, .sf-replace.sf-19, .sf-replace.sf-kansas, .sf-replace.sf-ks, .sf-replace.sf-20, .sf-replace.sf-kentucky, .sf-replace.sf-ky, .sf-replace.sf-21, .sf-replace.sf-louisiana, .sf-replace.sf-la, .sf-replace.sf-22, .sf-replace.sf-maine, .sf-replace.sf-me, .sf-replace.sf-23, .sf-replace.sf-maryland, .sf-replace.sf-md, .sf-replace.sf-24, .sf-replace.sf-massachusetts, .sf-replace.sf-ma, .sf-replace.sf-25, .sf-replace.sf-michigan, .sf-replace.sf-mi, .sf-replace.sf-26, .sf-replace.sf-minnesota, .sf-replace.sf-mn, .sf-replace.sf-27, .sf-replace.sf-mississippi, .sf-replace.sf-ms, .sf-replace.sf-28, .sf-replace.sf-missouri, .sf-replace.sf-mo, .sf-replace.sf-29, .sf-replace.sf-montana, .sf-replace.sf-mt, .sf-replace.sf-30, .sf-replace.sf-nebraska, .sf-replace.sf-ne, .sf-replace.sf-31, .sf-replace.sf-nevada, .sf-replace.sf-nv, .sf-replace.sf-32, .sf-replace.sf-new-hampshire, .sf-replace.sf-nh, .sf-replace.sf-33, .sf-replace.sf-new-jersey, .sf-replace.sf-nj, .sf-replace.sf-34, .sf-replace.sf-new-mexico, .sf-replace.sf-nm, .sf-replace.sf-35, .sf-replace.sf-new-york, .sf-replace.sf-ny, .sf-replace.sf-36, .sf-replace.sf-north-carolina, .sf-replace.sf-nc, .sf-replace.sf-37, .sf-replace.sf-north-dakota, .sf-replace.sf-nd, .sf-replace.sf-38, .sf-replace.sf-ohio, .sf-replace.sf-oh, .sf-replace.sf-39, .sf-replace.sf-oklahoma, .sf-replace.sf-ok, .sf-replace.sf-40, .sf-replace.sf-oregon, .sf-replace.sf-or, .sf-replace.sf-41, .sf-replace.sf-pennsylvania, .sf-replace.sf-pa, .sf-replace.sf-42, .sf-replace.sf-rhode-island, .sf-replace.sf-ri, .sf-replace.sf-44, .sf-replace.sf-south-carolina, .sf-replace.sf-sc, .sf-replace.sf-45, .sf-replace.sf-south-dakota, .sf-replace.sf-sd, .sf-replace.sf-46, .sf-replace.sf-tennessee, .sf-replace.sf-tn, .sf-replace.sf-47, .sf-replace.sf-texas, .sf-replace.sf-tx, .sf-replace.sf-48, .sf-replace.sf-utah, .sf-replace.sf-ut, .sf-replace.sf-49, .sf-replace.sf-vermont, .sf-replace.sf-vt, .sf-replace.sf-50, .sf-replace.sf-virginia, .sf-replace.sf-va, .sf-replace.sf-51, .sf-replace.sf-washington, .sf-replace.sf-wa, .sf-replace.sf-53, .sf-replace.sf-west-virginia, .sf-replace.sf-wv, .sf-replace.sf-54, .sf-replace.sf-wisconsin, .sf-replace.sf-wi, .sf-replace.sf-55, .sf-replace.sf-wyoming, .sf-replace.sf-wy, .sf-replace.sf-56, .sf-replace.sf-district-of-columbia, .sf-replace.sf-dc, .sf-replace.sf-11001, .sf-replace.sf-puerto-rico, .sf-replace.sf-pr, .sf-replace.sf-72, .sf-replace.sf-guam, .sf-replace.sf-gu, .sf-replace.sf-66, .sf-replace.sf-united-states, .sf-replace.sf-us, .sf-replace.sf-z {
  position: relative;
  display: inline-block;
  min-width: 1em;
  text-indent: -999em;
}

.sf-replace.sf-alabama:before, .sf-replace.sf-al:before, .sf-replace.sf-01:before, .sf-replace.sf-alaska:before, .sf-replace.sf-ak:before, .sf-replace.sf-02:before, .sf-replace.sf-arizona:before, .sf-replace.sf-az:before, .sf-replace.sf-04:before, .sf-replace.sf-arkansas:before, .sf-replace.sf-ar:before, .sf-replace.sf-05:before, .sf-replace.sf-california:before, .sf-replace.sf-ca:before, .sf-replace.sf-06:before, .sf-replace.sf-colorado:before, .sf-replace.sf-co:before, .sf-replace.sf-08:before, .sf-replace.sf-connecticut:before, .sf-replace.sf-ct:before, .sf-replace.sf-09:before, .sf-replace.sf-delaware:before, .sf-replace.sf-de:before, .sf-replace.sf-10:before, .sf-replace.sf-florida:before, .sf-replace.sf-fl:before, .sf-replace.sf-12:before, .sf-replace.sf-georgia:before, .sf-replace.sf-ga:before, .sf-replace.sf-13:before, .sf-replace.sf-hawaii:before, .sf-replace.sf-hi:before, .sf-replace.sf-15:before, .sf-replace.sf-idaho:before, .sf-replace.sf-id:before, .sf-replace.sf-16:before, .sf-replace.sf-illinois:before, .sf-replace.sf-il:before, .sf-replace.sf-17:before, .sf-replace.sf-indiana:before, .sf-replace.sf-in:before, .sf-replace.sf-18:before, .sf-replace.sf-iowa:before, .sf-replace.sf-ia:before, .sf-replace.sf-19:before, .sf-replace.sf-kansas:before, .sf-replace.sf-ks:before, .sf-replace.sf-20:before, .sf-replace.sf-kentucky:before, .sf-replace.sf-ky:before, .sf-replace.sf-21:before, .sf-replace.sf-louisiana:before, .sf-replace.sf-la:before, .sf-replace.sf-22:before, .sf-replace.sf-maine:before, .sf-replace.sf-me:before, .sf-replace.sf-23:before, .sf-replace.sf-maryland:before, .sf-replace.sf-md:before, .sf-replace.sf-24:before, .sf-replace.sf-massachusetts:before, .sf-replace.sf-ma:before, .sf-replace.sf-25:before, .sf-replace.sf-michigan:before, .sf-replace.sf-mi:before, .sf-replace.sf-26:before, .sf-replace.sf-minnesota:before, .sf-replace.sf-mn:before, .sf-replace.sf-27:before, .sf-replace.sf-mississippi:before, .sf-replace.sf-ms:before, .sf-replace.sf-28:before, .sf-replace.sf-missouri:before, .sf-replace.sf-mo:before, .sf-replace.sf-29:before, .sf-replace.sf-montana:before, .sf-replace.sf-mt:before, .sf-replace.sf-30:before, .sf-replace.sf-nebraska:before, .sf-replace.sf-ne:before, .sf-replace.sf-31:before, .sf-replace.sf-nevada:before, .sf-replace.sf-nv:before, .sf-replace.sf-32:before, .sf-replace.sf-new-hampshire:before, .sf-replace.sf-nh:before, .sf-replace.sf-33:before, .sf-replace.sf-new-jersey:before, .sf-replace.sf-nj:before, .sf-replace.sf-34:before, .sf-replace.sf-new-mexico:before, .sf-replace.sf-nm:before, .sf-replace.sf-35:before, .sf-replace.sf-new-york:before, .sf-replace.sf-ny:before, .sf-replace.sf-36:before, .sf-replace.sf-north-carolina:before, .sf-replace.sf-nc:before, .sf-replace.sf-37:before, .sf-replace.sf-north-dakota:before, .sf-replace.sf-nd:before, .sf-replace.sf-38:before, .sf-replace.sf-ohio:before, .sf-replace.sf-oh:before, .sf-replace.sf-39:before, .sf-replace.sf-oklahoma:before, .sf-replace.sf-ok:before, .sf-replace.sf-40:before, .sf-replace.sf-oregon:before, .sf-replace.sf-or:before, .sf-replace.sf-41:before, .sf-replace.sf-pennsylvania:before, .sf-replace.sf-pa:before, .sf-replace.sf-42:before, .sf-replace.sf-rhode-island:before, .sf-replace.sf-ri:before, .sf-replace.sf-44:before, .sf-replace.sf-south-carolina:before, .sf-replace.sf-sc:before, .sf-replace.sf-45:before, .sf-replace.sf-south-dakota:before, .sf-replace.sf-sd:before, .sf-replace.sf-46:before, .sf-replace.sf-tennessee:before, .sf-replace.sf-tn:before, .sf-replace.sf-47:before, .sf-replace.sf-texas:before, .sf-replace.sf-tx:before, .sf-replace.sf-48:before, .sf-replace.sf-utah:before, .sf-replace.sf-ut:before, .sf-replace.sf-49:before, .sf-replace.sf-vermont:before, .sf-replace.sf-vt:before, .sf-replace.sf-50:before, .sf-replace.sf-virginia:before, .sf-replace.sf-va:before, .sf-replace.sf-51:before, .sf-replace.sf-washington:before, .sf-replace.sf-wa:before, .sf-replace.sf-53:before, .sf-replace.sf-west-virginia:before, .sf-replace.sf-wv:before, .sf-replace.sf-54:before, .sf-replace.sf-wisconsin:before, .sf-replace.sf-wi:before, .sf-replace.sf-55:before, .sf-replace.sf-wyoming:before, .sf-replace.sf-wy:before, .sf-replace.sf-56:before, .sf-replace.sf-district-of-columbia:before, .sf-replace.sf-dc:before, .sf-replace.sf-11001:before, .sf-replace.sf-puerto-rico:before, .sf-replace.sf-pr:before, .sf-replace.sf-72:before, .sf-replace.sf-guam:before, .sf-replace.sf-gu:before, .sf-replace.sf-66:before, .sf-replace.sf-united-states:before, .sf-replace.sf-us:before, .sf-replace.sf-z:before {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}

.sf-alabama:before, .sf-al:before, .sf-01:before, .sf-alaska:before, .sf-ak:before, .sf-02:before, .sf-arizona:before, .sf-az:before, .sf-04:before, .sf-arkansas:before, .sf-ar:before, .sf-05:before, .sf-california:before, .sf-ca:before, .sf-06:before, .sf-colorado:before, .sf-co:before, .sf-08:before, .sf-connecticut:before, .sf-ct:before, .sf-09:before, .sf-delaware:before, .sf-de:before, .sf-10:before, .sf-florida:before, .sf-fl:before, .sf-12:before, .sf-georgia:before, .sf-ga:before, .sf-13:before, .sf-hawaii:before, .sf-hi:before, .sf-15:before, .sf-idaho:before, .sf-id:before, .sf-16:before, .sf-illinois:before, .sf-il:before, .sf-17:before, .sf-indiana:before, .sf-in:before, .sf-18:before, .sf-iowa:before, .sf-ia:before, .sf-19:before, .sf-kansas:before, .sf-ks:before, .sf-20:before, .sf-kentucky:before, .sf-ky:before, .sf-21:before, .sf-louisiana:before, .sf-la:before, .sf-22:before, .sf-maine:before, .sf-me:before, .sf-23:before, .sf-maryland:before, .sf-md:before, .sf-24:before, .sf-massachusetts:before, .sf-ma:before, .sf-25:before, .sf-michigan:before, .sf-mi:before, .sf-26:before, .sf-minnesota:before, .sf-mn:before, .sf-27:before, .sf-mississippi:before, .sf-ms:before, .sf-28:before, .sf-missouri:before, .sf-mo:before, .sf-29:before, .sf-montana:before, .sf-mt:before, .sf-30:before, .sf-nebraska:before, .sf-ne:before, .sf-31:before, .sf-nevada:before, .sf-nv:before, .sf-32:before, .sf-new-hampshire:before, .sf-nh:before, .sf-33:before, .sf-new-jersey:before, .sf-nj:before, .sf-34:before, .sf-new-mexico:before, .sf-nm:before, .sf-35:before, .sf-new-york:before, .sf-ny:before, .sf-36:before, .sf-north-carolina:before, .sf-nc:before, .sf-37:before, .sf-north-dakota:before, .sf-nd:before, .sf-38:before, .sf-ohio:before, .sf-oh:before, .sf-39:before, .sf-oklahoma:before, .sf-ok:before, .sf-40:before, .sf-oregon:before, .sf-or:before, .sf-41:before, .sf-pennsylvania:before, .sf-pa:before, .sf-42:before, .sf-rhode-island:before, .sf-ri:before, .sf-44:before, .sf-south-carolina:before, .sf-sc:before, .sf-45:before, .sf-south-dakota:before, .sf-sd:before, .sf-46:before, .sf-tennessee:before, .sf-tn:before, .sf-47:before, .sf-texas:before, .sf-tx:before, .sf-48:before, .sf-utah:before, .sf-ut:before, .sf-49:before, .sf-vermont:before, .sf-vt:before, .sf-50:before, .sf-virginia:before, .sf-va:before, .sf-51:before, .sf-washington:before, .sf-wa:before, .sf-53:before, .sf-west-virginia:before, .sf-wv:before, .sf-54:before, .sf-wisconsin:before, .sf-wi:before, .sf-55:before, .sf-wyoming:before, .sf-wy:before, .sf-56:before, .sf-district-of-columbia:before, .sf-dc:before, .sf-11001:before, .sf-puerto-rico:before, .sf-pr:before, .sf-72:before, .sf-guam:before, .sf-gu:before, .sf-66:before, .sf-united-states:before, .sf-us:before, .sf-z:before {
  display: inline-block;
  margin-right: 5px;
  font-family: "sf-regular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  speak: none;
}

.sf-alabama:before, .sf-al:before, .sf-01:before {
  content: "B";
}

.sf-alaska:before, .sf-ak:before, .sf-02:before {
  content: "A";
}

.sf-arizona:before, .sf-az:before, .sf-04:before {
  content: "D";
}

.sf-arkansas:before, .sf-ar:before, .sf-05:before {
  content: "C";
}

.sf-california:before, .sf-ca:before, .sf-06:before {
  content: "E";
}

.sf-colorado:before, .sf-co:before, .sf-08:before {
  content: "F";
}

.sf-connecticut:before, .sf-ct:before, .sf-09:before {
  content: "G";
}

.sf-delaware:before, .sf-de:before, .sf-10:before {
  content: "H";
}

.sf-florida:before, .sf-fl:before, .sf-12:before {
  content: "I";
}

.sf-georgia:before, .sf-ga:before, .sf-13:before {
  content: "J";
}

.sf-hawaii:before, .sf-hi:before, .sf-15:before {
  content: "K";
}

.sf-idaho:before, .sf-id:before, .sf-16:before {
  content: "M";
}

.sf-illinois:before, .sf-il:before, .sf-17:before {
  content: "N";
}

.sf-indiana:before, .sf-in:before, .sf-18:before {
  content: "O";
}

.sf-iowa:before, .sf-ia:before, .sf-19:before {
  content: "L";
}

.sf-kansas:before, .sf-ks:before, .sf-20:before {
  content: "P";
}

.sf-kentucky:before, .sf-ky:before, .sf-21:before {
  content: "Q";
}

.sf-louisiana:before, .sf-la:before, .sf-22:before {
  content: "R";
}

.sf-maine:before, .sf-me:before, .sf-23:before {
  content: "U";
}

.sf-maryland:before, .sf-md:before, .sf-24:before {
  content: "T";
}

.sf-massachusetts:before, .sf-ma:before, .sf-25:before {
  content: "S";
}

.sf-michigan:before, .sf-mi:before, .sf-26:before {
  content: "V";
}

.sf-minnesota:before, .sf-mn:before, .sf-27:before {
  content: "W";
}

.sf-mississippi:before, .sf-ms:before, .sf-28:before {
  content: "Y";
}

.sf-missouri:before, .sf-mo:before, .sf-29:before {
  content: "X";
}

.sf-montana:before, .sf-mt:before, .sf-30:before {
  content: "Z";
}

.sf-nebraska:before, .sf-ne:before, .sf-31:before {
  content: "c";
}

.sf-nevada:before, .sf-nv:before, .sf-32:before {
  content: "g";
}

.sf-new-hampshire:before, .sf-nh:before, .sf-33:before {
  content: "d";
}

.sf-new-jersey:before, .sf-nj:before, .sf-34:before {
  content: "e";
}

.sf-new-mexico:before, .sf-nm:before, .sf-35:before {
  content: "f";
}

.sf-new-york:before, .sf-ny:before, .sf-36:before {
  content: "h";
}

.sf-north-carolina:before, .sf-nc:before, .sf-37:before {
  content: "a";
}

.sf-north-dakota:before, .sf-nd:before, .sf-38:before {
  content: "b";
}

.sf-ohio:before, .sf-oh:before, .sf-39:before {
  content: "i";
}

.sf-oklahoma:before, .sf-ok:before, .sf-40:before {
  content: "j";
}

.sf-oregon:before, .sf-or:before, .sf-41:before {
  content: "k";
}

.sf-pennsylvania:before, .sf-pa:before, .sf-42:before {
  content: "l";
}

.sf-rhode-island:before, .sf-ri:before, .sf-44:before {
  content: "m";
}

.sf-south-carolina:before, .sf-sc:before, .sf-45:before {
  content: "n";
}

.sf-south-dakota:before, .sf-sd:before, .sf-46:before {
  content: "o";
}

.sf-tennessee:before, .sf-tn:before, .sf-47:before {
  content: "p";
}

.sf-texas:before, .sf-tx:before, .sf-48:before {
  content: "q";
}

.sf-utah:before, .sf-ut:before, .sf-49:before {
  content: "r";
}

.sf-vermont:before, .sf-vt:before, .sf-50:before {
  content: "t";
}

.sf-virginia:before, .sf-va:before, .sf-51:before {
  content: "s";
}

.sf-washington:before, .sf-wa:before, .sf-53:before {
  content: "u";
}

.sf-west-virginia:before, .sf-wv:before, .sf-54:before {
  content: "w";
}

.sf-wisconsin:before, .sf-wi:before, .sf-55:before {
  content: "v";
}

.sf-wyoming:before, .sf-wy:before, .sf-56:before {
  content: "x";
}

.sf-district-of-columbia:before, .sf-dc:before, .sf-11001:before {
  content: "y";
}

.sf-puerto-rico:before, .sf-pr:before, .sf-72:before {
  content: "3";
}

.sf-guam:before, .sf-gu:before, .sf-66:before {
  content: "4";
}

.sf-united-states:before, .sf-us:before, .sf-z:before {
  content: "z";
}

.section.data .content {
  position: relative;
  width: 100%;
}

/*
@media (min-width: 768px) {
	.section.data .content {
		float:left;
		width: 66.66666667%
	}
}

@media (min-width: 768px) {
	.section.data .content {
		margin-left:16.66666667%
	}
}
*/
.section.data .widget .widget-content {
  background: #1C3361;
  color: #FFF;
  padding: 0 5px;
}

.section.data .widget .widget-content .row {
  position: relative;
}

.section.data .widget .widget-content .loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.data .widget .widget-content .loading .center {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.section.data .widget .widget-content .column {
  margin: 10px 5px;
  padding: 10px;
}

.section.data .widget .widget-content .column.score,
.section.data .widget .widget-content .column.rank,
.section.data .widget .widget-content .column.stats {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.section.data .widget .widget-content .column .center {
  width: 100%;
}

.section.data .widget .widget-content .column .big {
  text-align: center;
  font-size: 55px;
  font-weight: 900;
}

.section.data .widget .widget-content .column .big sup {
  color: #e0494f;
  font-size: 30px;
  margin-left: 5px;
}

.section.data .widget .widget-content .column .description {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.section.data .widget .widget-content .column.state .state-wrap {
  position: relative;
}

.section.data .widget .widget-content .column.state .grade {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-weight: 900;
  color: #e0494f;
  font-size: 64px;
  text-shadow: 1px 1px 1px #000;
}

.section.data .widget .widget-content .column.state .stateface {
  text-align: center;
  overflow: hidden;
  font-size: 100px;
  line-height: 1em;
}

.section.data .widget .widget-content .column.state .state-name {
  color: #e0494f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.section.data .widget .widget-content .column.stats .stat-row {
  display: block;
  overflow: hidden;
}

.section.data .widget .widget-content .column.stats .stat-row.state-pop {
  border-bottom: 1px solid #555555;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.section.data .widget .widget-content .column.stats .stat-row.state-judges {
  color: #e0494f;
}

.section.data .widget .widget-content .column.stats .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.section.data .widget .widget-content .column.stats .title.top {
  margin-bottom: 20px;
}

.section.data .widget .widget-content .column.stats .title.bottom {
  margin-top: 20px;
}

.section.data .widget .widget-content .column.stats .stat-line {
  overflow: hidden;
  width: 100%;
}

.section.data .widget .widget-content .column.stats .stat-col {
  width: 25%;
  float: left;
}

.section.data .widget .widget-content .column.stats .stat-col .stat-title {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.section.data .widget .widget-content .column.stats .stat-col .stat-num {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .section.data .widget .widget-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.data .widget .widget-content .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.data .widget .widget-content .column.stats {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }

  .section.data .widget .widget-content .column.state {
    border-right: 1px solid #e0494f;
  }
}
.section.data .widget .widget-select {
  background: #FFF;
  color: #252525;
  padding: 10px;
}

.section.data .widget .widget-footer {
  margin-top: 5px;
  font-size: 12px;
}

.section.data .widget .widget-footer a {
  color: #FFF;
}

.tweets {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tweets .infographic {
  width: 31%;
}
@media (max-width: 769px) {
  .tweets .infographic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tweets .thumb,
.tweets .share {
  padding: 10px;
  background: #F5F7FA;
}
.tweets .share {
  padding-top: 0;
  text-align: right;
}

.document-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.document-downloads .btn {
  width: 48%;
  background-color: #DDDDDA;
}
.document-downloads .btn:after {
  transform: translateY(-50%) rotate(90deg);
}

.load-more-wrp {
  position: relative;
  text-align: center;
}
.load-more-wrp .load-more, .load-more-wrp .view-more, .load-more-wrp .see-more {
  margin-right: 20px;
  background-color: #F5F7FA;
  color: #55565B;
  font-family: "Tahoma", normal;
  margin-bottom: 20px;
}
.load-more-wrp .loader img {
  display: none;
  position: absolute;
  top: 10px;
}

.load-more-wrp .see-more {
  margin: 10px 0 0 0;
}

.page .breadcrumbs,
body.single-issue_brief .breadcrumbs,
body.single-longform .breadcrumbs,
body.page-template-tab-template .breadcrumbs {
  padding: 0 0 50px 0;
  margin-bottom: 0;
  font-family: "Tahoma";
}
.page .breadcrumbs span,
body.single-issue_brief .breadcrumbs span,
body.single-longform .breadcrumbs span,
body.page-template-tab-template .breadcrumbs span {
  padding: 0 2px;
  white-space: normal;
}

body.page-template-left-sidebar-template .breadcrumbs {
  padding: 50px 0;
}

.single:not(.single-issue_brief) .breadcrumbs, .parent-pageid-16 .breadcrumbs {
  font-size: 1.4rem;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
  margin-bottom: 0;
  padding-top: 50px;
}
.single:not(.single-issue_brief) .breadcrumbs a, .parent-pageid-16 .breadcrumbs a {
  padding: 0 2px 0 0;
}
.single:not(.single-issue_brief) .breadcrumbs span, .parent-pageid-16 .breadcrumbs span {
  padding: 0;
  white-space: normal;
}

.chapters .col {
  margin-bottom: 30px;
}

.single-content {
  position: relative;
}

.share-bar {
  position: absolute;
  top: 50px;
  left: -60px;
}
.share-bar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.share-bar ul li {
  padding: 0;
  margin-bottom: 10px;
}
.share-bar ul li:before {
  display: none;
}
@media (min-width: 770px) {
  .share-bar.fixed {
    position: fixed;
    width: auto;
    top: 20px;
    left: auto;
    margin-left: -75px;
  }
}
.share-bar.fixed-stop {
  position: absolute;
}
@media (max-width: 769px) {
  .share-bar {
    position: static;
  }
  .share-bar ul {
    display: flex;
    margin-bottom: -20px;
  }
  .share-bar ul li {
    margin: 0 10px 0 0;
  }
}

.box .gform_wrapper {
  margin: 0;
}
.box .gform_wrapper .gform_heading {
  display: none;
}
.box .gform_wrapper li#field_1_1 {
  margin: 0;
}
.box .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}
.box .gform_wrapper div.validation_error {
  display: none;
}
.box .gform_wrapper li.gfield.gfield_error {
  background: none;
  border: 0;
}
.box .gform_wrapper label.gfield_label {
  margin-bottom: 20px;
  font-family: Tahoma, normal;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.box .gform_wrapper.gform_validation_error .top_label input.medium {
  width: 100%;
}
.box .gform_wrapper .gfield_description {
  margin-bottom: 2.5rem;
  font-family: Tahoma, normal;
  font-size: 24px;
  line-height: 34px;
}
.box .gform_wrapper .gfield_description.validation_message {
  font-size: 15px;
  line-height: 24px;
  color: #a6192e;
}
.box .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 3px solid #a6192e;
}
.box .gform_wrapper .top_label input.medium {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px !important;
}
.box .gform_wrapper .gform_footer.top_label {
  display: none;
}

#hero-banner,
#hero-banner-temp {
  display: none;
  position: fixed;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  max-width: 90%;
  padding: 110px 130px 80px 130px;
  margin: auto;
  border: 2px solid #fff;
  font-size: 22px;
  line-height: 32px;
  background: #A6192E;
  color: #fff;
  z-index: 3000;
  max-height: calc(100vh - 200px);
  overflow: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-banner.background-overlay:before,
#hero-banner-temp.background-overlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(166, 25, 46, 0.85);
}
#hero-banner.home-page-temp,
#hero-banner-temp.home-page-temp {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  border: 0;
  z-index: 10;
  padding: 0;
}
#hero-banner.home-page-temp .container,
#hero-banner-temp.home-page-temp .container {
  padding: 110px 130px 80px 130px;
}
@media (max-width: 900px) {
  #hero-banner.home-page-temp .container,
#hero-banner-temp.home-page-temp .container {
    padding: 15px;
  }
}
@media (max-width: 900px) {
  #hero-banner,
#hero-banner-temp {
    padding: 50px;
    top: 100px;
  }
}
#hero-banner .banner-content,
#hero-banner-temp .banner-content {
  position: relative;
}
#hero-banner h2,
#hero-banner-temp h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
#hero-banner h2:after,
#hero-banner-temp h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 130px;
  height: 3px;
  background: #FFF;
  transform: translateX(-50%);
}
#hero-banner .close,
#hero-banner-temp .close {
  position: absolute;
  top: 38px;
  right: 80px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 900px) {
  #hero-banner .close,
#hero-banner-temp .close {
    right: 40px;
    top: 20px;
  }
}
#hero-banner .btn-wrp,
#hero-banner-temp .btn-wrp {
  text-align: center;
  margin-top: 40px;
}

#hero-banner .btn {
  display: inline-block;
  padding: 10px 45px 10px 20px;
  min-width: 150px;
  margin-bottom: 0;
  font-size: 1.6rem;
}
#hero-banner .btn:after {
  background-size: 100%;
  width: 15px;
  height: 11.5px;
}

.form-wrp {
  padding: 50px;
  margin: 50px 0;
  background-color: #F5F7FA;
}
.form-wrp form {
  margin-bottom: 0px;
}
.form-wrp label {
  display: inline-block;
  width: calc(100% - 75px);
}
.form-wrp .search-submit {
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.form-wrp .events-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  color: #001489;
  font-family: Tahoma, normal;
  font-size: 14px;
  line-height: 17px;
}
.form-wrp .events-search span {
  margin-right: 10px;
}
.form-wrp .events-search .search-events-link {
  position: relative;
  display: inline-block;
  min-width: 100px;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
  background: #9cbf10;
  font-family: Tahoma, normal;
  color: #1C3361;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.search-results .divider {
  margin-left: 0;
  margin-right: 0;
}

#solr_s {
  display: none;
}

.site-content #solr_facet input[type=submit] {
  display: none;
}
.site-content #solr_facet br {
  display: none;
}
.site-content #solr_facet h2 {
  font-size: 25px;
}
.site-content #solr_facet ul li:before {
  display: none;
}

#solr_facets h2 {
  text-transform: capitalize;
}
#solr_facets a.facet_link {
  text-transform: capitalize;
}

.pagination span {
  cursor: pointer;
}

header .search-form {
  position: absolute;
  right: 0;
  top: 73px;
  width: 230px;
}
@media (max-width: 769px) {
  header .search-form {
    top: 78px;
    right: 3px;
  }
}
@media (max-width: 700px) {
  header .search-form.header-form {
    display: none;
  }
}
header .search-form.navigation-form {
  display: none;
  position: static;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}
header .search-form.navigation-form input[type=text] {
  width: calc(100% - 40px);
}
@media (max-width: 700px) {
  header .search-form.navigation-form {
    display: block;
  }
}
header input[type=image] {
  width: 40px;
  padding: 10px;
  position: absolute;
  margin-left: -1px;
  display: inline-block;
  border-radius: 0;
}
header input[type=text] {
  width: auto;
  display: inline-block;
  border-radius: 0;
  font-family: "Tahoma", normal;
}
header label {
  display: inline-block;
}
header label span {
  display: none;
}

.error-404.not-found {
  padding: 100px 0;
}

.divider-front {
  margin-bottom: 20px;
  height: 10px;
  background-color: #DDDDDA;
}

.home .get-involved {
  margin-bottom: 0;
}
.home .social {
  display: none;
}

footer#colophon {
  padding: 35px 0;
  color: #fff;
  background-color: #55565b;
}
footer#colophon li a {
  display: block;
  text-align: center;
  color: #fff;
}
footer#colophon .site-info {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 0;
}
@media (max-width: 769px) {
  footer#colophon .site-info {
    margin-top: 0;
    text-align: center;
  }
  footer#colophon .site-info p {
    margin-bottom: 5px;
  }
}

@media (max-width: 769px) {
  .menu-menu-container .menu {
    position: absolute;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    background-color: white;
    z-index: 10;
  }
}
.featured-result {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  color: #204da4;
}

.post-thumb,
.term-img,
.person-img,
.event {
  position: relative;
}

.more-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

.twitter-feed {
  width: 75%;
}
.twitter-feed > p {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 25px;
}

.home-banner {
  margin-top: 1px;
  padding: 10px 20px;
}
.home-banner *:last-child {
  margin-bottom: 0;
}
.home-banner a {
  color: inherit;
  text-decoration: underline;
}

.single-press_highlights .category {
  display: none;
}

.footer-logos {
  display: flex;
  justify-content: flex-end;
}

.footer-logos img {
  max-height: 82px;
  width: auto;
  max-width: none;
}

.footer-logos img:first-child {
  margin-right: 15px;
}

.site-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 769px) {
  .footer-logos {
    margin: 15px 0;
    display: flex;
    justify-content: center;
  }
}
.description.single-item .infogram-embed iframe {
  display: none;
}

.description.single-item .infogram-embed iframe:first-child {
  display: block;
  width: 100% !important;
}

.home .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption, .home .metaslider.ms-theme-disjoint .rslides .caption-wrap .caption, .home .metaslider.ms-theme-disjoint .nivoSlider .nivo-caption {
  font-size: 24px;
  line-height: 30px;
}

.headline-with-text .description.single-item ul {
  text-align: left;
}
.headline-with-text .description.single-item ul li {
  padding-left: 30px;
}
.headline-with-text .description.single-item ul li:before {
  top: 15px;
  left: 6px;
}

/*# sourceMappingURL=style.min.css.map */
