@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fade-in-down {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownAlt {
  from {
    opacity: 0;
    margin-top: -80px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}

.fade-in-down-alt {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownAlt;
  animation-name: fadeInDownAlt;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  margin-top: 0 !important;
}

body {
  text-rendering: optimizelegibility;
  font-family: "proxima-nova", Helvetica, Arial;
  letter-spacing: 0em;
  background: #fff;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #2f3247;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  width: 100%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

img.img-wide {
  width: calc(100% + 150px);
  max-width: 175%;
  margin: 10px -75px 50px;
}

@media (max-width: 1199px) {
  img.img-wide {
    width: calc(100% + 50px);
    margin: 10px -25px 50px;
  }
}

@media (max-width: 1070px) {
  img.img-wide {
    width: 100%;
    margin: 10px 0px 20px;
  }
}

u {
  text-decoration: none;
}

input, textarea {
  letter-spacing: -.02em;
}

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

ul li, ol li {
  list-style: none;
}

section.page ul, section.page ol {
  margin: -10px 25px 15px;
  padding: 0;
}

section.page ul li, section.page ol li {
  margin-left: 10px;
  font-weight: 400;
}

section.page ul li {
  list-style: initial;
}

section.page ol li {
  list-style: decimal;
}

.header-image img, .header-video iframe {
  display: block;
  margin: 0 0 25px;
  width: 100%;
  max-height: 470px;
}

.header-video iframe {
  height: 35vw;
}

@media screen and (max-width: 992px) {
  .header-video iframe {
    height: 50vw;
  }
}

::-moz-selection {
  background-color: #CA2236;
  color: white;
}

::selection {
  background-color: #CA2236;
  color: white;
}

.element::-moz-selection {
  background-color: #CA2236;
  color: white;
}

.element::selection {
  background-color: #CA2236;
  color: white;
}

hr {
  display: block;
  width: 110px;
  height: 3px;
  top: 115px;
  margin: 22px auto;
  background: #CA2236;
  border-top: none;
}

@media (max-width: 590px) {
  hr {
    margin: 25px auto 30px;
  }
}

p {
  margin: 0 auto 20px;
  font-weight: normal;
  font-family: "proxima-nova";
  color: #2F3147;
}

@media (max-width: 650px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 590px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 452px) {
  p {
    margin: 0 0 20px;
  }
}

@media (max-width: 380px) {
  p {
    font-size: 15px;
    line-height: 24px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: #032d5d;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 10px 0;
}

@media (max-width: 590px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 10px 0 10px;
  }
}

h2 {
  color: #032d5d;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-size: 32px;
  margin-top: 30px;
  text-transform: uppercase;
}

h2 b, h2 strong {
  font-weight: 600;
}

h2.sub {
  font-size: 24px;
  margin-top: 5px;
  text-align: center;
}

h2.lead-title {
  margin: 10px 0px 45px;
  text-align: center;
}

h2.lead-title:after {
  content: '';
  width: 110px;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 0;
  padding: 0;
  background: #CA2236;
  top: 124px;
}

@media (max-width: 850px) {
  h2.lead-title:after {
    top: 93px;
  }
}

@media (max-width: 700px) {
  h2 {
    font-size: 28px;
  }
}

.candidate-archives h2 {
  text-align: center;
}

h3 {
  font-family: "freight-text-pro";
  text-transform: none;
  color: #325C9E;
  font-size: 30px;
  margin: 10px 0px;
  font-weight: 500;
  font-style: italic;
  line-height: 35px;
}

h3 .page.max-width {
  text-align: left;
}

@media (max-width: 590px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

.homepage-intro h2 {
  color: #032d5d;
  font-family: "proxima-nova";
  font-style: italic;
  letter-spacing: .1em;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: -5px;
}

.homepage-intro h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: none;
  color: #032d5d;
  margin: 0px 0px 5px;
}

.homepage-intro a.red-link.center {
  margin: 15px auto 0px;
}

.callout-header {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .1em;
}

.homepage-stats h3 {
  font-size: 24px;
  color: #FFF;
  margin: 0px 0px 10px;
}

.homepage-champs-header h2 {
  margin-top: 10px;
}

.homepage-champs-header h3 {
  font-size: 24px;
  color: #032d5d;
  margin: 0px 0px 10px;
}

.email-form {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 40px;
}

@media (max-width: 1024px) {
  .email-form {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.email-form h1, .email-form h3 {
  color: #FFF;
  text-align: center;
}

.email-form h1 {
  margin: 5px 0 10px;
}

.email-form h1 span {
  font-weight: normal;
  font-style: italic;
}

.email-form h3 {
  margin: 10px 0 0px;
}

.email-form .form-group {
  margin: 22px auto;
  max-width: 458px;
  width: 90%;
}

@media (max-width: 767px) {
  .email-form {
    margin: 60px 10px 35px;
    margin-top: 30px;
  }
}

@media (max-width: 590px) {
  .email-form {
    margin-top: 20px;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .email-form h1 {
    margin: 10px 0 10px;
  }
}

.grad-header {
  opacity: 0;
}

.grad-header h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.grad-header h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0px;
}

.grad-header h3 {
  color: #FFF;
  text-align: center;
}

.grad-header h4 {
  margin-bottom: 12px;
  font-size: 30px;
  font-family: "freight-text-pro", Helvetica, Arial;
  font-style: italic;
  color: #fff;
}

.grad-header p {
  margin: 12px;
  font-size: 18px;
  font-family: "freight-text-pro", Helvetica, Arial;
  font-style: italic;
  color: #fff;
  width: 100%;
}

.grad-header p.archive {
  font-size: 16px;
  font-family: "proxima-nova", Helvetica, Arial;
  font-style: normal;
  margin: -5px 0px 40px;
}

@media (max-width: 700px) {
  .grad-header h2 {
    font-size: 28px;
  }
  .grad-header h3 {
    font-size: 24px;
  }
}

h4 {
  color: #2F3147;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .1em;
  margin: 0 auto 8px;
  text-transform: uppercase;
}

h5 {
  color: #325C9E;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto 5px;
}

h6 {
  color: #325C9E;
  font-size: 10px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4em;
}

blockquote, blockquote p {
  font-family: "freight-text-pro";
  color: #2F3147;
  border: none;
  font-style: italic;
  font-size: 24px;
  position: relative;
  text-align: center;
  margin: 65px -35px 65px;
  padding: 0;
}

blockquote :before, blockquote :after, blockquote p :before, blockquote p :after {
  content: '';
  width: 110px;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 0;
  padding: 0;
  background: #CA2236;
}

blockquote :before, blockquote p :before {
  top: -25px;
}

blockquote :after, blockquote p :after {
  bottom: -25px;
}

blockquote p {
  line-height: 36px;
}

@media (max-width: 992px) {
  blockquote p {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  blockquote p {
    font-size: 22px;
    line-height: 32px;
  }
}

cite {
  font-family: "proxima-nova";
  text-transform: uppercase;
  color: #CA2236;
  letter-spacing: .125em;
  font-size: 14px;
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.single-candidate-meta {
  float: left;
  width: 75%;
  text-align: left;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.single-candidate-meta p {
  color: #FFF;
}

.single-candidate-meta h2 {
  color: #FFF;
  margin: 10px 0px 0px;
  text-align: left;
}

.single-candidate-meta h3 {
  margin: -1px 0px 15px;
}

@media (max-width: 850px) {
  .single-candidate-meta h2, .single-candidate-meta h3, .single-candidate-meta p {
    text-align: center;
  }
  .single-candidate-meta h2 {
    margin: 25px 0px 0px;
  }
}

.next-candidate, .next-item {
  text-align: center;
}

.next-candidate p, .next-item p {
  color: #FFF;
  margin: 17px auto 20px;
}

.next-candidate h2, .next-item h2 {
  color: #FFF;
  margin: 25px 0px -5px;
}

.next-candidate h5, .next-item h5 {
  color: #FFF;
  font-weight: 700;
  padding: 20px 0px 0px;
  margin: 0px;
}

.next-candidate hr, .next-item hr {
  margin: 10px auto;
}

.candidate-archives h2 {
  margin-top: 10px;
}

.candidate-archives h3 {
  text-align: center;
}

.candidate-archives h3.champions-of {
  font-size: 25px;
  color: #032d5d;
  margin-bottom: 10px;
}

.slideshow-candidate-image, .single-candidate-header {
  position: relative;
}

.slideshow-candidate-image .political-affiliation, .single-candidate-header .political-affiliation {
  border-radius: 50%;
  color: #FFF;
  height: 27px;
  left: 150px;
  line-height: 27px;
  padding: .5px;
  position: absolute;
  text-align: center;
  top: 14.5%;
  width: 13%;
  display: none;
}

.slideshow-candidate-image .political-affiliation.party-d, .single-candidate-header .political-affiliation.party-d {
  background: #284d99 none repeat scroll 0 0;
}

.slideshow-candidate-image .political-affiliation.party-r, .single-candidate-header .political-affiliation.party-r {
  background: #CA2236 none repeat scroll 0 0;
}

.slideshow-candidate-image .political-affiliation.party-i, .single-candidate-header .political-affiliation.party-i {
  background: #8f96a5 none repeat scroll 0 0;
}

@media (max-width: 850px) {
  .slideshow-candidate-image .political-affiliation, .single-candidate-header .political-affiliation {
    display: block;
    top: 17.5%;
    width: 27px;
    left: 67%;
  }
}

@media (max-width: 767px) {
  .slideshow-candidate-header .slideshow-candidate-image .political-affiliation {
    left: 62%;
  }
}

@media (max-width: 650px) {
  .slideshow-candidate-header .slideshow-candidate-image .political-affiliation {
    left: 64%;
  }
}

@media (max-width: 590px) {
  .slideshow-candidate-header .slideshow-candidate-image .political-affiliation {
    left: 69%;
  }
}

@media (max-width: 452px) {
  .slideshow-candidate-header .slideshow-candidate-image .political-affiliation {
    left: 75%;
  }
}

@media (max-width: 380px) {
  .slideshow-candidate-header .slideshow-candidate-image .political-affiliation {
    left: 78%;
  }
}

.single-candidate-header {
  margin: 0 20px;
}

.single-candidate-header .single-candidate-image .political-affiliation {
  left: 163px;
  top: 9%;
  width: 11.75%;
  position: absolute;
  display: block;
}

@media (max-width: 1210px) {
  .single-candidate-header .single-candidate-image {
    width: 35%;
  }
  .single-candidate-header .single-candidate-image .political-affiliation {
    left: 210px;
    top: 9%;
    width: 28px;
  }
  .single-candidate-header .single-candidate-meta {
    width: 65%;
  }
}

@media screen and (max-width: 912px) {
  .single-candidate-header .single-candidate-image .political-affiliation {
    left: 200px;
  }
}

@media (max-width: 850px) {
  .single-candidate-header .single-candidate-image, .single-candidate-header .single-candidate-meta {
    width: 100%;
  }
  .single-candidate-header .single-candidate-image .political-affiliation {
    left: calc(57% - 2px);
  }
}

@media (max-width: 767px) {
  .single-candidate-header .single-candidate-image .political-affiliation {
    left: calc(59% - 2px);
  }
}

@media (max-width: 590px) {
  .single-candidate-header .single-candidate-image .political-affiliation {
    left: calc(62.5% - 2px);
  }
}

@media (max-width: 452px) {
  .single-candidate-header .single-candidate-image .political-affiliation {
    left: calc(64.5% - 2px);
  }
}

@media (max-width: 380px) {
  .single-candidate-header .single-candidate-image .political-affiliation {
    left: calc(66% - 1px);
  }
}

.slideshow-candidate-header {
  width: 75%;
  background: #e9ebf0;
  padding: 40px;
  margin: 0 3px;
  opacity: .5;
  height: 200px;
}

.slideshow-candidate-header .slideshow-candidate-image {
  float: left;
  width: 200px;
}

.slideshow-candidate-header .slideshow-candidate-image .candidate-image {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.slideshow-candidate-header .slideshow-candidate-meta {
  float: left;
  width: calc(100% - 200px);
  color: #000;
}

.slideshow-candidate-header .slideshow-candidate-meta p {
  margin: 0;
  font-size: 15px;
}

.slideshow-candidate-header .slideshow-candidate-meta h4 {
  color: #284d99;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 4px;
}

.slideshow-candidate-header .slideshow-candidate-meta h3 {
  color: #2f3247;
  font-size: 20px;
  font-weight: 400;
  margin: -3px 0 15px;
}

@media (max-width: 1024px) {
  .slideshow-candidate-header .slideshow-candidate-meta p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 850px) {
  .slideshow-candidate-header {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .slideshow-candidate-header {
    text-align: center;
  }
  .slideshow-candidate-header .slideshow-candidate-image {
    width: 100%;
    text-align: center;
  }
  .slideshow-candidate-header .slideshow-candidate-meta {
    width: 100%;
    margin-top: 30px;
  }
  .slideshow-candidate-header .slideshow-candidate-meta p {
    display: none;
  }
}

.slideshow-candidate-image:hover .political-affiliation, .home .slideshow-candidate-image .political-affiliation {
  display: block;
}

.stat-large-title {
  font-size: 39px;
  font-weight: 500;
  margin: 20px 0 12px;
}

@media (max-width: 850px) {
  .stat-large-title {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .stat-large-title {
    font-size: 40px;
  }
}

.stat-small-title {
  font-size: 24px;
  font-family: "freight-text-pro", Helvetica, Arial;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 590px) {
  .logo {
    max-width: 70%;
  }
}

@media (max-width: 380px) {
  .logo {
    margin-top: 1.5%;
  }
}

section {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

section:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  visibility: hidden;
  z-index: 99;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.open:after {
  opacity: .7;
  visibility: visible;
}

section .bg-image {
  background: url("/wp-content/uploads/2015/12/hero.jpg");
  position: absolute;
  background-size: cover !important;
  background-position: 50% 50% !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

section .bg-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

section.archive-page .max-width {
  max-width: 765px;
}

section.homepage-news {
  padding: 40px 0;
  min-height: 430px;
}

section.no-padding .max-width {
  margin: 0 auto;
}

section .max-width {
  margin: 0 auto;
  max-width: 940px;
}

section .max-width .news-container {
  padding: 20px 0;
}

section.page a {
  color: #CA2236;
  font-weight: 600;
}

section.page button a {
  color: #FFF;
}

section.page .max-width {
  max-width: 765px;
}

section.page .next-item {
  width: 100%;
  background: #1a305c;
  padding: 30px 0px;
  margin-top: 80px;
}

section.page .next-item:hover {
  background: #325C9E;
  -webkit-transition: all 225ms ease;
  -moz-transition: all 225ms ease;
  transition: all 225ms ease;
}

section.page .next-item.extra-padding {
  padding: 30px 0px 50px;
}

section.quick-actions {
  padding: 35px 0 80px;
}

section.quick-actions h2 {
  text-align: center;
}

@media (max-width: 992px) {
  section.homepage-callouts {
    padding: 30px 0px 0px;
  }
  section .max-width .news-container {
    padding: 20px 10px;
  }
  section .max-width.mobile-padding {
    margin: 0 20px;
    max-width: none;
  }
  section.archive-page {
    padding: 15px 0;
  }
}

@media (max-width: 850px) {
  section.page {
    padding: 30px 0;
  }
  section.page .next-item {
    margin-top: 50px;
  }
  section.page .max-width {
    max-width: none;
  }
  section .max-width {
    margin: 0 20px;
  }
  section .max-width .news-container {
    text-align: center;
  }
}

@media (max-width: 700px) {
  section {
    padding: 30px 0;
  }
  section.homepage-stats, section.homepage-champions {
    padding: 50px 0;
  }
}

@media (max-width: 650px) {
  section.homepage-callouts.bottom {
    padding: 30px 0px 0px;
  }
  section.homepage-callouts.bottom .bg-image {
    background-color: #325C9E;
  }
  section .bg-image {
    background: -moz-linear-gradient(-45deg, #af1919 10%, #961919 34%, #00305c 75%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #af1919 10%, #961919 34%, #00305c 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(155deg, #af1919 10%, #961919 34%, #00305c 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61919', endColorstr='#1a305c',GradientType=1 );
    /* IE6-8 fallback on horizontal gradient */
  }
  section .bg-image img {
    display: none;
  }
}

.single-research section.page .max-width {
  min-height: 100px;
}

#message-send {
  text-align: center;
}

#message-send .svg {
  background: #b41d31 none repeat scroll 0 0;
  cursor: pointer;
  height: 33px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  padding: 13.5px 16px;
}

#message-send span {
  position: relative;
  left: -7%;
}

@media (max-width: 767px) {
  #message-send span {
    left: auto;
  }
}

.homepage-callouts {
  color: #fff;
  padding-bottom: 0;
  height: calc(100vh - 74px);
  padding: 0px;
}

.homepage-callouts.alert-callouts {
  height: calc(100vh - 119px);
}

@media (max-width: 1024px) {
  .homepage-callouts.alert-callouts {
    height: auto;
  }
}

.homepage-callouts .callout-title {
  text-shadow: 1px 1.5px rgba(0, 0, 0, 0.35);
}

.homepage-callouts .top-callouts {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  display: block;
  text-align: center;
}

.homepage-callouts.short {
  padding-top: 0;
  min-height: 395px;
  height: 70vh;
}

@media (max-width: 590px) {
  .homepage-callouts.short {
    height: auto;
    padding: 90px 0 0 0;
  }
}

.homepage-callouts.short .email-form {
  margin: 100px 10px 107px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .homepage-callouts.short .email-form {
    margin-top: 20px;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: 0 0 40px;
  }
  .homepage-callouts.short .email-form h1 {
    margin: 10px 0 10px;
  }
}

.homepage-callouts.bottom {
  min-height: 450px;
  padding-top: 100px !important;
  height: 70vh;
}

@media (max-width: 590px) {
  .homepage-callouts.bottom {
    height: auto;
  }
}

.homepage-callouts.bottom .email-form {
  margin: 145px 0px;
}

@media (max-width: 1024px) {
  .homepage-callouts .single-callout:nth-child(3), .homepage-callouts .single-callout:nth-child(4) {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
  }
  .homepage-callouts .single-callout:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .homepage-callouts .single-callout:nth-child(3), .homepage-callouts .single-callout:nth-child(4) {
    border-top: none;
  }
  .homepage-callouts.bottom .email-form {
    margin: 100px 10px;
  }
}

@media (max-width: 590px) {
  .homepage-callouts {
    height: auto;
  }
}

@media (max-width: 1210px) {
  .homepage-stats .single-stat:nth-child(1), .homepage-stats .single-stat:nth-child(2), .homepage-stats .single-stat:nth-child(3), .homepage-stats .single-stat:nth-child(4) {
    border-bottom: 0;
  }
}

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

.center-section .inner-container {
  margin: 0 auto;
  max-width: 780px;
}

@media (max-width: 767px) {
  .center-section {
    padding: 20px;
  }
}

.homepage-news {
  background: #e9ebf0;
}

.homepage-news ul {
  float: left;
  width: 40%;
  margin: -13px 0 0px;
}

.homepage-news ul li {
  line-height: 20px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #9ba2b5;
}

.homepage-news ul li:last-child {
  border-bottom: none;
  margin-bottom: 0.2em;
}

.homepage-news ul li a {
  font-weight: 600;
  color: #2f3247;
}

.homepage-news ul li a:hover {
  color: #CA2236;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.homepage-news ul .news-meta {
  font-size: 14px;
  margin-top: 3px;
}

.homepage-news ul .news-meta a {
  font-weight: normal;
}

.homepage-news .video-container {
  padding-bottom: 4%;
}

@media (max-width: 992px) {
  .homepage-news ul li {
    font-size: 15px;
    line-height: 21px;
  }
  .homepage-news .video-container {
    width: 50%;
  }
  .homepage-news .posts {
    width: 45%;
  }
}

@media (max-width: 850px) {
  .homepage-news ul {
    margin: 0 auto;
    text-align: left;
  }
  .homepage-news ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .homepage-news ul .news-meta {
    font-size: 16px;
  }
  .homepage-news .video-container, .homepage-news .posts {
    width: 100%;
  }
  .homepage-news .video-container {
    padding-bottom: 0%;
  }
  .homepage-news .posts {
    margin: 10px 0 20px;
  }
}

.top-stats {
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
  padding: 35px 0px;
}

.top-stats .single-stat {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  float: left;
  width: calc(25% - 1px);
  opacity: 0;
}

.top-stats .single-stat .stat-inner {
  padding: 10px 5%;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
}

.top-stats .single-stat .stat-inner.in-view {
  opacity: 1;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.top-stats .single-stat .stat-inner svg {
  fill: white;
}

@media (max-width: 767px) {
  .top-stats {
    display: block;
    padding: 5px 0px;
  }
  .top-stats .single-stat {
    border-right: none;
    width: calc(100% - 1px);
    padding: 15px 0px;
    text-align: center;
  }
}

.single-stat:last-child {
  border-right: none;
}

.stat-inner svg {
  height: 35px;
  width: auto;
}

svg#pen {
  height: 37px;
}

svg#dollars {
  height: 32px;
}

.callout-inner svg path, .callout-inner svg rect {
  fill: white;
  color: white;
}

.callout-inner:hover svg path, .callout-inner:hover svg rect, .callout-inner:hover .callout-header, .callout-inner:hover .callout-sub {
  fill: #CA2236;
  color: #CA2236;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-callout {
  width: calc(24% - -8px);
  border-right: 2px solid;
  border-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  text-align: left;
}

.single-callout:last-child {
  border-right: none;
}

.single-callout .callout-inner {
  padding: 20px 7% 50px;
  margin: 0 auto;
}

.single-callout .callout-icon {
  float: left;
  width: 25%;
  margin-top: -4px;
}

.single-callout .callout-info {
  float: left;
  width: 75%;
  text-align: left;
}

@media screen and (max-width: 1260px) {
  .single-callout {
    width: calc(24% - -4px);
  }
  .single-callout .callout-inner {
    padding: 20px 3% 50px;
  }
}

@media (max-width: 1024px) {
  .single-callout {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    float: left;
    width: calc(50% - 1px);
  }
  .single-callout .callout-inner {
    padding: 25px 15% 45px;
  }
  .single-callout .callout-icon {
    width: 20%;
  }
}

@media (max-width: 850px) {
  .single-callout .callout-icon {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .single-callout {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  .single-callout .callout-inner {
    padding: 30px 22% 30px;
  }
}

@media (max-width: 590px) {
  .single-callout .callout-inner {
    padding: 30px 15% 30px;
  }
}

@media (max-width: 590px) {
  .single-callout .callout-inner {
    padding: 30px 10% 30px;
  }
}

.callout-icon a {
  display: block;
  height: 54px;
  width: 54px;
  text-align: center;
}

.callout-icon svg {
  width: 85%;
}

.social-float {
  top: 50px;
  position: absolute;
  right: 50px;
}

.social-float a .fa-facebook:hover, .social-float a .fa-twitter:hover, .social-float a .fa-envelope:hover {
  color: #CA2236;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 992px) {
  .social-float {
    display: none;
  }
}

.news-item {
  width: 100%;
  padding: 45px 0 30px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.news-item h3 {
  margin: -7px 0px 15px;
}

.news-item h3 a:hover {
  color: #032d5d;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-item h5 {
  font-weight: 700;
  margin: -10px auto 5px;
}

.news-item h5 a:hover {
  color: #032d5d;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-item h5 a.read-more:hover {
  color: #032d5d;
}

.news-item h6 {
  font-size: 13.5px;
  color: #8f96a6;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.news-item .social-float {
  opacity: 0;
  top: 35px;
  position: absolute;
  right: -50px;
  width: 80px;
  padding: 0px 10px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-item .social-float a {
  margin-right: -120px;
}

.news-item .social-float h4 {
  margin-right: -80px;
}

.news-item:hover .social-float {
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-item .category {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-item .news-title {
  font-size: 30px;
  line-height: 35px;
  display: block;
  margin: -7px 0px 15px;
  font-family: "freight-text-pro", Helvetica, Arial;
  font-style: italic;
}

.news-item .news-title:hover {
  color: #032d5d;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 590px) {
  .news-item .news-title {
    font-size: 26px;
    line-height: 30px;
  }
}

.news-item a.read-more {
  color: #c93129;
  font-weight: 600;
}

@media (max-width: 992px) {
  .news-item .social-float {
    display: none;
  }
}

.candidate-news {
  width: 90%;
  max-width: 618px;
  margin: 20px auto 50px;
  text-align: center;
}

.candidate-news h4 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 10px auto 0px;
  padding-top: 30px;
  font-weight: 600;
}

.candidate-news h4:after {
  content: '';
  width: 110px;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  margin: -27px auto;
  border: 0;
  padding: 0;
  background: #CA2236;
}

.candidate-news ul {
  margin: 0px -8px 15px !important;
}

.candidate-news ul li {
  list-style: none !important;
  border-bottom: 1px solid #9ba2b5;
  padding: 13px 0 14px;
}

.candidate-news ul li:last-child {
  border-bottom: none;
}

.candidate-news ul li .news-title {
  font-size: 16px;
  font-weight: 600;
  color: #2f3247;
}

.candidate-news ul li .news-title:hover {
  color: #CA2236;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.candidate-news ul li .news-meta {
  font-family: "freight-text-pro";
  font-style: italic;
  font-size: 16px;
  color: #2f3247;
}

.candidate-news ul li .news-meta a {
  color: #2F3147 !important;
  font-weight: normal;
}

.candidate-news ul li .news-meta a:hover {
  color: #CA2236 !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.quick-actions .quick-action {
  width: 21.5%;
  background: #e9ebf0;
  margin: 3% 1.5% 0%;
  display: block;
  float: left;
  text-align: center;
  height: 280px;
}

.quick-actions .quick-action:hover {
  background: #1a305c;
  color: #fff;
}

.quick-actions .quick-action .small-title {
  padding: 22px 0 0;
  display: block;
  color: #325C9E;
  font-size: 10.5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .25em;
}

.quick-actions .quick-action .large-title {
  font-family: "freight-text-pro";
  padding: 0 24px 24px;
  display: block;
  font-size: 20px;
  font-style: italic;
  color: #2f3247;
  font-weight: 400;
}

@media (max-width: 992px) {
  .quick-actions .quick-action {
    height: 260px;
  }
  .quick-actions .quick-action .large-title {
    padding: 0 18px 18px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .quick-actions .quick-action {
    height: 340px;
    margin: 3% 1.5% 0%;
    text-align: center;
    width: 46.5%;
  }
  .quick-actions .quick-action img {
    width: 60%;
  }
  .quick-actions .quick-action .large-title {
    padding: 0 24px 24px;
    font-size: 22px;
    line-height: 27px;
  }
}

@media (max-width: 452px) {
  .quick-actions .quick-action {
    width: 100%;
    height: 360px;
    margin: 3% 0% 0%;
  }
}

@media (max-width: 380px) {
  .quick-actions .quick-action {
    height: 325px;
  }
}

.quick-actions .quick-action:hover .small-title, .quick-actions .quick-action:hover .large-title {
  color: #fff;
}

.quick-actions .quick-action img {
  width: 100%;
}

.topper-menu {
  width: 95%;
  margin: 65px auto 0px;
  text-align: center;
  display: block;
}

.topper-menu li a {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  display: block;
  float: left;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: calc(24% - 1px);
}

.topper-menu li a .grid-one {
  width: calc(100% - 1px);
  border-right: none;
}

.topper-menu li a .grid-two {
  width: calc(50% - 1px);
}

.topper-menu li a .grid-three {
  width: calc(33.3% - 1px);
}

.topper-menu li a .grid-four {
  width: calc(24% - 1px);
}

.topper-menu li a .grid-five {
  width: calc(20% - 1px);
}

.topper-menu li a:hover {
  background: #fff;
  color: #c8243a;
}

.topper-menu li:last-child a {
  border-right: none;
}

@media (max-width: 767px) {
  .topper-menu {
    width: 100%;
  }
  .topper-menu li {
    width: 100%;
    text-align: center;
  }
  .topper-menu li a {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }
  .topper-menu li:last-child a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
  }
  .topper-menu li:last-child a:hover {
    border-bottom: 2px solid rgba(3, 45, 93, 0.1);
  }
}

.news-image {
  width: 100%;
  padding: 20px 0;
}

.excerpt p {
  width: 100%;
}

.grad {
  padding: 110px 0;
  background: -moz-linear-gradient(-45deg, #af1919 10%, #961919 34%, #00305c 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #af1919 10%, #961919 34%, #00305c 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(155deg, #af1919 10%, #961919 34%, #00305c 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61919', endColorstr='#1a305c',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  color: #fff;
  position: relative;
  text-align: center;
}

.grad.single-candidate-grad {
  padding: 60px 0;
}

.grad.no-padding {
  padding-bottom: 0;
}

.candidate-archives {
  overflow: visible;
}

.candidate-results {
  float: left;
  width: 100%;
  padding: 0 21px 0 14px;
  margin: 30px 0 0;
}

@media (max-width: 850px) {
  .candidate-results {
    padding: 0px;
  }
}

.candidate-archives .candidate-archive {
  width: 21.5%;
  background: #e9ebf0;
  margin: 3% 1.5% 0%;
  display: inline-block;
  text-align: center;
  height: 300px;
  position: relative;
  opacity: 1;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.candidate-archives .candidate-archive.in-view {
  opacity: 1;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.candidate-archives .candidate-archive img {
  border-radius: 50%;
  padding: 8%;
  width: 84%;
}

.candidate-archives .candidate-archive:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #032d5d;
  color: #FFF;
}

.candidate-archives .candidate-archive:hover .small-title, .candidate-archives .candidate-archive:hover .large-title {
  color: #fff;
}

.candidate-archives .candidate-archive .small-title {
  padding: 12px;
  display: block;
  color: #14549d;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.candidate-archives .candidate-archive .large-title {
  font-family: "freight-text-pro", Helvetica, Arial;
  padding: 0 24px 24px;
  display: block;
  font-size: 21px;
  font-style: italic;
  color: #2f3247;
  font-weight: 400;
}

.candidate-archives .candidate-archive .candidate-type {
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  font-family: "proxima-nova", Helvetica, Arial;
  text-align: center;
  float: left;
  width: 100%;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background: #9ba2b5;
  padding: 3px 0;
}

.candidate-archives .candidate-archive .candidate-type.Incumbents {
  background: #284d99;
}

@media (max-width: 850px) {
  .candidate-archives .candidate-archive {
    height: 400px;
    margin: 3% 1.5% 0%;
    text-align: center;
    width: 46.5%;
  }
  .candidate-archives .candidate-archive img {
    width: 60%;
  }
}

@media (max-width: 590px) {
  .candidate-archives .candidate-archive {
    height: 300px;
  }
}

@media (max-width: 452px) {
  .candidate-archives .candidate-archive {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 380px) {
  .candidate-archives .candidate-archive {
    height: 340px;
  }
}

.candidate-sorta-width {
  padding: 0 21px 0 14px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 850px) {
  .candidate-sorta-width {
    padding: 0px;
  }
}

@media (max-width: 452px) {
  .candidate-sorta-width {
    margin: 0 0 0 5px;
  }
}

.candidate-sort {
  float: left;
  width: 100%;
  background: #e9ebf0;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.candidate-sort ul > li {
  float: left;
  width: 270px;
}

@media (max-width: 992px) {
  .candidate-sort ul > li {
    width: 100%;
  }
}

.candidate-sort ul > li:nth-child(2), .candidate-sort ul > li:nth-child(3) {
  margin-left: 17px;
}

@media (max-width: 992px) {
  .candidate-sort ul > li:nth-child(2), .candidate-sort ul > li:nth-child(3) {
    margin-left: 0px;
  }
}

.candidate-sort select {
  border: 0px;
}

.candidate-sort .chosen-container-active.chosen-with-drop .chosen-single {
  background: white;
}

.candidate-sort .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 3px 16px;
}

@media (max-width: 992px) {
  .candidate-sort .chosen-container {
    width: 100% !important;
  }
}

.candidate-sort .chosen-container-single .chosen-single {
  background: white;
  border-radius: 0px;
  font-size: 20px;
  border: 1px solid #e9ebf0;
  padding: 9px 20px;
  box-shadow: none;
  width: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .candidate-sort .chosen-container-single .chosen-single {
    width: 100%;
  }
}

.candidate-sort .chosen-container-single .chosen-single div {
  right: 15px;
}

.candidate-sort .chosen-container-single .chosen-single div b {
  background: url(images/arrow-down.png) no-repeat top 16px right 0px !important;
  background-size: 15px 8px !important;
}

.candidate-sort .chosen-container-single .chosen-single span {
  font-weight: 300;
}

.candidate-sort .chosen-drop {
  width: 270px !important;
  box-shadow: none !important;
  border: 1px solid #e9ebf0 !important;
  border-radius: 0px !important;
  padding: 7px 0 0;
}

@media (max-width: 992px) {
  .candidate-sort .chosen-drop {
    width: 100% !important;
  }
}

.candidate-sort .chosen-drop li.active-result {
  text-transform: uppercase;
  padding: 5px 8px;
  font-weight: 600;
  color: #032d5d;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  margin: 0px;
}

.candidate-sort .chosen-drop li.active-result:hover {
  background: none;
  color: black;
  padding-left: 16px;
}

.candidate-sort .chosen-drop li.active-result.result-selected {
  background: none;
  color: #032d5d;
}

.candidate-sort .chosen-search {
  display: none !important;
}

.candidate-sort .chosen-with-drop .chosen-single {
  border: 1px solid #e9ebf0 !important;
}

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

.homepage-champions .bx-wrapper {
  text-align: left;
  width: 75%;
  margin-bottom: 60px !important;
}

.homepage-champions .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

.homepage-champions a.red-link {
  margin: 30px auto 0;
}

.homepage-champs-header {
  margin-bottom: 40px;
}

.slideshow-candidate-header.active-slide {
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slideshow-candidate-header.active-slide:hover {
  background: rgba(205, 207, 213, 0.7);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#social-slider {
  background: #e9ebf0;
  line-height: 2.5em;
}

#social-slider .social-panel {
  width: 80%;
  max-width: 820px;
}

#social-slider p {
  font-family: "freight-text-pro";
  color: #2f3247;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

#social-slider p a {
  color: #284d99;
}

#social-slider h4 * {
  font-family: "proxima-nova";
  font-size: 14px;
  font-style: normal;
  color: #27b1e4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1210px) {
  #social-slider .social-panel {
    text-align: center;
    width: 75%;
  }
}

@media (max-width: 767px) {
  #social-slider p {
    font-size: 20px;
    line-height: 28px;
  }
}

#map {
  float: left;
  width: 100%;
  height: 575px;
}

svg {
  touch-action: none;
}

.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none;
}

.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 30px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

.alert-bar {
  float: left;
  width: 100%;
  background: #CA2236;
  color: white;
  text-align: center;
  padding: 12px 20px;
  z-index: 10;
  box-sizing: border-box;
  margin-top: 74px;
}

.alert-bar p {
  color: white;
  text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.25);
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

.alert-bar p strong {
  letter-spacing: 1px;
}

.alert-bar p a {
  border: 2px solid white;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 18px;
  margin-left: 20px;
}

@media (max-width: 1210px) {
  .alert-bar p a {
    clear: both;
    margin: 10px auto 0 auto;
    display: table;
  }
}

@media (max-width: 452px) {
  .alert-bar p a {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
  }
}

.alert-bar p a:hover {
  color: #CA2236;
  background: white;
}

@media (max-width: 452px) {
  .push-down {
    padding-top: 180px !important;
  }
}

.alert-push {
  padding-top: 0px !important;
}

.btn-block {
  font-size: 18px;
  padding: 17px 0px;
}

.btn-cta {
  background: #c8243a;
  position: relative;
  overflow: hidden;
  float: left;
  font-weight: 700;
  border: none;
  text-align: left;
  max-width: none;
  margin: auto;
}

.btn-cta:hover {
  border: none;
}

.btn-cta:hover:after {
  background: none !important;
}

.btn-cta > .fa {
  position: absolute;
  background: #ae0e24;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 45px;
  padding: 10px;
}

.btn {
  text-transform: uppercase;
  color: white !important;
  letter-spacing: .2em;
  border-radius: 2px;
  outline: none !important;
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: inset 0px -65px rgba(255, 255, 255, 0);
}

button:hover, .btn:hover, a.button:hover {
  box-shadow: inset 0px -70px rgba(255, 255, 255, 0.15) !important;
}

button a, a.red-link, a.red-link-transparent, a.button {
  letter-spacing: .1em;
  font-weight: 700 !important;
}

a.red-link, button, a.button {
  font-size: 14px;
  color: #FFF;
  background: #CA2236;
  border: 3px solid #CA2236;
  width: 100%;
  max-width: 315px;
  padding: 10px 20px;
  margin: 1.2em 0em 0em;
  text-align: center;
  display: block;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: blur(0pxpx);
  /* Chrome, Safari */
  -ms-filter: blur(0pxpx);
  /* IE12? */
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="0px" /></filter></svg>#blur');
  /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  /* IE9 */
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.red-link:after, button:after, a.button:after {
  position: absolute;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
}

a.red-link:hover, button:hover, a.button:hover {
  color: #FFF;
  border: 3px solid #032d5d;
}

a.red-link:hover:after, button:hover:after, a.button:hover:after {
  width: 100%;
  left: 0;
  top: 0;
  background: #032d5d;
}

a.red-link.center, button.center, a.button.center {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

a.red-link.transparent, button.transparent, a.button.transparent {
  font-size: 14px;
  color: #032d5d;
  background: transparent;
  border: 3px solid #CA2236;
  display: inline-block;
}

a.red-link.transparent:hover, button.transparent:hover, a.button.transparent:hover {
  color: #FFF;
}

a.red-link.transparent:hover:after, button.transparent:hover:after, a.button.transparent:hover:after {
  width: 100%;
  left: 0;
  top: 0;
  background: #CA2236;
}

a.red-link.transparent.center, button.transparent.center, a.button.transparent.center {
  color: #FFF;
  margin: 30px 0px 0px;
}

@media (max-width: 850px) {
  a.red-link.transparent, button.transparent, a.button.transparent {
    margin: 0 auto;
    width: 85%;
  }
}

@media (max-width: 850px) {
  a.red-link.center, button.center, a.button.center {
    width: 85%;
  }
  a.red-link:after, button:after, a.button:after {
    display: none;
  }
}

@media (max-width: 452px) {
  a.red-link, button, a.button {
    width: 85%;
  }
}

button, a.button {
  margin: 0em 0em 0.5em;
  display: inline-block;
  color: #FFF !important;
}

.btn-donate {
  background: #154f9f;
  font-size: 17px;
  font-weight: 600;
  margin-left: 18px;
  padding: 10px 50px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1280px) {
  .btn-donate {
    padding: 11px 38px;
  }
}

.menu-main-menu-container {
  float: left;
  text-transform: uppercase;
  line-height: 41px;
}

.menu-main-menu-container ul {
  margin: 0;
}

.menu-main-menu-container ul li {
  float: left;
  position: relative;
  padding: 0px 12px 15px;
}

.menu-main-menu-container ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #9ba2b5;
}

.menu-main-menu-container ul li a:hover {
  color: #032d5d;
}

.menu-main-menu-container ul li:hover ul.sub-menu {
  pointer-events: auto;
  opacity: 1;
  bottom: 0px;
  padding-top: 0px;
  text-align: left;
  width: 250px;
}

.menu-main-menu-container ul li .sub-menu {
  position: absolute;
  bottom: 20px;
  float: right;
  z-index: 9999;
  pointer-events: none;
  margin: 0 auto;
  padding: 7px 0 0px;
  opacity: 0;
  width: 250px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
  transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.menu-main-menu-container ul li .sub-menu li {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #FFF;
  padding: 0;
}

.menu-main-menu-container ul li .sub-menu li:last-child a {
  border: 0px !important;
}

.menu-main-menu-container ul li .sub-menu li a {
  border: 0px;
  border-bottom: 1px solid #dbdbdb;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 3px 0px 3px 20px;
  font-size: 12px;
  display: block;
  color: #325C9E;
}

.menu-main-menu-container ul li .sub-menu li a:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 25px;
  color: #032d5d;
}

@media (max-width: 1280px) {
  .menu-main-menu-container ul li {
    padding: 0px 9.5px 15px;
  }
  .menu-main-menu-container ul li a {
    font-size: 13.5px;
  }
}

body.open #nav {
  background: #325C9E;
  -webkit-transform: perspective(1000px) translate3d(0px, 0, 0) rotateY(0deg);
  -moz-transform: perspective(1000px) translate3d(0px, 0, 0) rotateY(0deg);
  -ms-transform: perspective(1000px) translate3d(0px, 0, 0) rotateY(0deg);
  transform: perspective(1000px) translate3d(0px, 0, 0) rotateY(0deg);
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.open section, body.open .logo, body.open footer {
  -webkit-transform: translate3d(-400px, 0, 0);
  -moz-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 590px) {
  body.open section, body.open .logo, body.open footer {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}

body.open header {
  background: none;
}

body.open header.fixed {
  box-shadow: none;
}

body.open .toggle-nav {
  -webkit-transform: translate3d(-400px, 0, 0);
  -moz-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}

body.open .toggle-nav div {
  opacity: 0;
}

body.open .toggle-nav div:after {
  bottom: 0;
}

body.open .toggle-nav div:before {
  top: 0;
}

body.open .toggle-nav div + div {
  opacity: 1;
}

body.open .toggle-nav div + div:after, body.open .toggle-nav div + div:before {
  background: #032d5d;
}

body.open .toggle-nav div + div:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.open .toggle-nav div + div:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 590px) {
  body.open .toggle-nav {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}

@media (max-width: 380px) {
  body.open .toggle-nav {
    -webkit-transform: translate3d(-290px, 0, 0);
    -moz-transform: translate3d(-290px, 0, 0);
    -ms-transform: translate3d(-290px, 0, 0);
    transform: translate3d(-290px, 0, 0);
  }
}

@media only screen and (max-width: 320px) {
  body.open .toggle-nav {
    -webkit-transform: translate3d(-240px, 0, 0);
    -moz-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

.search-bar {
  float: left;
  width: 100%;
  background: #032d5d;
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  box-sizing: border-box;
  display: none;
}

.search-bar input[type="search"] {
  background: none;
  color: white;
  padding: 0px;
  border: 0px;
  width: calc(100% - 115px);
}

.search-bar input[type="submit"] {
  padding: 0px;
  float: right;
  background: none;
  color: white;
  border: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2em;
  margin-top: 3px;
}

header {
  position: fixed;
  background: #fff;
  z-index: 99999;
  width: 100%;
  -o-transition: .35s;
  -ms-transition: .35s;
  -moz-transition: .35s;
  -webkit-transition: .35s;
  transition: .35s;
}

header.active {
  margin-top: 55px;
}

header.fixed {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

header .toggle-nav-holder {
  position: fixed;
  top: 12px;
  right: 28px;
  cursor: pointer;
  width: 40px;
  height: 50px;
  z-index: 999991;
  display: none;
}

header .toggle-nav-holder .toggle-nav {
  z-index: 999991;
  cursor: pointer;
  width: 40px;
  height: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1390px) {
  header .toggle-nav-holder {
    display: block;
  }
}

.site-container {
  overflow: hidden;
  width: 100%;
  padding-top: 74px;
}

.spacer-slash {
  padding: 0 6px;
}

header {
  height: 74px;
}

.logo {
  display: block;
  float: left;
}

.toggle-nav div:after, .toggle-nav div:before {
  content: '';
  width: 100%;
  background: #aaa;
  height: 6px;
  border-radius: 1px;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
  -moz-transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
  transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
}

.toggle-nav div + div:after, .toggle-nav div + div:before {
  background: transparent;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 1, 1, 1);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 1, 1, 1);
  transition: transform 0.2s cubic-bezier(0.25, 1, 1, 1);
}

.toggle-nav {
  position: relative;
}

.toggle-nav div {
  width: 100%;
  background: #aaa;
  height: 6px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
  -moz-transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
  transition: all 0.2s cubic-bezier(0.25, 1, 1, 1);
}

@media (max-width: 1210px) {
  .toggle-nav {
    display: block;
  }
}

.toggle-nav div:before {
  top: -10px;
}

.toggle-nav div:after {
  bottom: -10px;
}

.toggle-nav div + div {
  background: transparent;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.toggle-nav div + div:before {
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.toggle-nav div + div:after {
  bottom: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.toggle-nav:hover {
  opacity: .8;
}

.toggle-nav:hover div:before {
  top: -10px;
}

.toggle-nav:hover div:after {
  bottom: -10px;
}

#nav {
  float: right;
  right: 12px;
  top: 16px;
  letter-spacing: 0;
  z-index: 9999;
  padding: 0px 0 0;
}

#nav .supplementary-nav i {
  color: #9ba2b5;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 10px;
}

@media (max-width: 1390px) {
  #nav {
    float: right;
    right: 12px;
    top: 16px;
    letter-spacing: 0;
    opacity: 0;
    background: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    max-width: 400px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
    padding-bottom: 100px;
    -webkit-transform: perspective(1000px) translate3d(60%, 0, 0) rotateY(-70deg);
    -moz-transform: perspective(1000px) translate3d(60%, 0, 0) rotateY(-70deg);
    -ms-transform: perspective(1000px) translate3d(60%, 0, 0) rotateY(-70deg);
    transform: perspective(1000px) translate3d(60%, 0, 0) rotateY(-70deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
    padding: 0px 0 0;
  }
  #nav .supplementary-nav {
    clear: both;
    float: none;
    margin: 15px 0 30px;
    text-align: center;
  }
  #nav .supplementary-nav .btn-donate {
    background: #154f9f none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    float: none;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 20px 5%;
  }
  #nav .menu-main-menu-container {
    float: none;
  }
  #nav .menu-main-menu-container ul {
    text-align: center;
    margin-top: 20px;
  }
  #nav .menu-main-menu-container ul li {
    float: none;
  }
  #nav .menu-main-menu-container ul li a {
    font-size: 18px;
  }
  #nav .menu-main-menu-container ul li a:hover {
    color: #fff;
  }
  #nav .menu-main-menu-container ul li .sub-menu {
    display: none !important;
    position: relative;
  }
}

@media (max-width: 590px) {
  #nav {
    max-width: 300px;
  }
}

footer {
  padding: 45px 0;
  color: #8f96a6;
  display: block;
  margin: 0 auto;
}

footer:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  visibility: hidden;
  z-index: 99;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer.open:after {
  opacity: .7;
  visibility: visible;
}

footer #nav {
  height: 100px;
  margin: 0 auto 30px;
  display: inline-block;
  float: none;
  text-align: center;
}

footer #nav ul .sub-menu {
  display: none !important;
}

footer .container a {
  font-size: 12px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
}

footer .container a.footer-credit {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  margin: 10px;
}

@media (max-width: 1210px) {
  footer #nav {
    display: none;
  }
}
