.faders {
  opacity: 0;
}

.expandButton {
  cursor: pointer;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 700;
}

p {
  margin-top: 0px;
  padding-top: 0px;
}

p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

img {
  border: 0px;
  -ms-interpolation-mode: bicubic;
}

html {
  font-size: 10px;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  -webkit-text-size-adjust: none;
  font-size: 1.9rem;
  font-family: arquitecta, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #636363;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #0e3c83;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-text-size-adjust: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  position: relative;
  border: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=submit] {
  cursor: pointer;
}

area {
  outline: none;
}

div,
img,
nav,
form,
p,
input {
  position: relative;
  box-sizing: border-box;
}

button {
  font-family: inherit;
}

.absolute_center_horizontal {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.absolute_center_vertical, .inner_title_area .words_wrapper {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.absolute_center, .popover > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.right_footer .goog-te-gadget,
.right_footer .goog-logo-link {
  font-family: arquitecta !important;
  color: white !important;
  font-size: 1.3rem !important;
  text-align: right;
  padding-top: 20px;
}
.right_footer .goog-te-gadget img {
  height: 1.5rem;
  width: auto;
  margin-right: 0;
  float: none;
}

.language_choice {
  color: white;
  cursor: pointer;
}

.desktop_nav .language_choice {
  float: left;
  margin-left: 25px;
  top: 0px;
}

.gotv ol {
  counter-reset: this-counter;
  list-style-type: none;
  padding-left: 0;
}
.gotv ol li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #636363;
  position: relative;
  padding-left: 55px;
}
.gotv ol li a {
  color: #ff4d01;
  text-decoration: underline;
}
.gotv ol li:last-child {
  border: none;
}
.gotv ol li:before {
  content: counter(this-counter);
  counter-increment: this-counter;
  font-size: 30px;
  font-weight: 900;
  left: 0;
  padding: 3px 10px;
  background: #ff4d01;
  color: white;
  top: 0;
  position: absolute;
}
.gotv ol p:first-child {
  color: #007cc4;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.1;
}

.popover_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: auto;
  z-index: 5;
  cursor: pointer;
}

.popover {
  height: 100%;
  width: 100%;
  position: fixed;
  background: black;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30;
  top: 0;
  text-align: right;
  display: none;
}
.popover p {
  font-size: 2.5rem;
  text-align: center;
}
.popover.pledge .title {
  font-size: 55px;
}
.popover > div {
  background: #ff4d01;
  padding: 50px;
  color: white;
  width: 650px;
  max-width: 90%;
}
.popover .title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}
.popover input {
  border: 1px solid white;
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cccccc 100%, #ffffff 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cccccc 100%, #ffffff 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cccccc 100%, #ffffff 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cccccc 100%, #ffffff 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cccccc 100%, #ffffff 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  color: #ff4d01;
  font-size: 25px;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  color: #007cc4;
  padding: 5px 10px;
}
.popover input[type=submit] {
  background: #049fd4;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
  border: none;
  width: auto;
}
.popover input[type=submit]:hover {
  background: #0e3c83;
}
.popover .input_note {
  margin-bottom: 12px;
  margin-top: -12px;
  text-align: left;
}
.popover .signup_disclaimer {
  font-size: 16px;
  text-align: left;
}

.white_header {
  display: none;
}

.white_bg_wrapper.issue_page {
  margin-top: 95px;
}

.issue_page .video_smaller_container {
  overflow: hidden;
  margin: auto;
}
.issue_page .video_smaller_wrapper {
  background: #1e84cf;
}
.issue_page .blue_header {
  display: none;
}
.issue_page img.white_header {
  display: inline;
}
.issue_page .white_header {
  display: block;
}
.issue_page nav > div {
  color: #007cc4;
}
.issue_page nav > div.donate {
  color: white;
}
.issue_page nav > div .dropdown {
  color: white;
}
.issue_page .language_choice {
  color: #007cc4;
}
.issue_page .nav_bar {
  background: white;
}
.issue_page .issue_title {
  background: white;
  z-index: 30;
  position: absolute;
  bottom: 30px;
}
.issue_page .intro {
  font-size: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.issue_page .intro b {
  font-weight: 800;
  color: #ff4d01;
}
.issue_page .desktop_nav {
  height: 71px;
}
.issue_page .issues_gradient-1 {
  height: 10px;
  background: #50b2eb;
}
.issue_page .issues_gradient-2 {
  height: 10px;
  background: #1e84cf;
}
.issue_page .issues_gradient-3 {
  height: 8px;
  background: #29b9f0;
}
.issue_page .issues_gradient-4 {
  height: 8px;
  background: #69d6ff;
}
.issue_page .image_title_wrapper {
  position: absolute;
  z-index: 14;
  bottom: 2vw;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  line-height: 2vw;
}
.issue_page .image_title_wrapper.small_video {
  line-height: 3.5vh;
  bottom: 3vh;
}
.issue_page .image_title_wrapper.small_video img {
  height: 10vh;
  padding: 1.5vh 1.7vh;
}
.issue_page .image_title_wrapper img {
  height: 6.4vw;
  background: white;
  display: inline-block;
  padding: 1vw 1.5vw;
}
.issue_page .image_title_wrapper.phone {
  display: none;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.issue_page .image_title_wrapper.phone img {
  height: 7.5vw;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  margin-bottom: 1vw;
}
.issue_page .desktop_nav .dropdown {
  top: 48px;
}
.issue_page .platform_details {
  text-align: center;
  color: white;
}
.issue_page .platform_details .lead_in {
  display: inline-block;
  background: #50b2eb;
  font-size: 44px;
  font-weight: 300;
  padding: 10px 30px 0;
  line-height: 1;
  z-index: 10;
}
.issue_page .platform_details .text_area {
  background: #0068b8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0068b8 5%, #0ea5de 95%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0068b8), color-stop(100%, #0ea5de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0068b8 5%, #0ea5de 95%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0068b8 5%, #0ea5de 95%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0068b8 5%, #0ea5de 95%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0068b8 5%, #0ea5de 95%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
}
.issue_page .platform_details .text_area div {
  border-left: 3px white dotted;
  padding-left: 40px;
}
.issue_page .platform_details .text_area h2 {
  font-size: 33px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 8px;
  top: -10px;
  position: relative;
}
.issue_page .platform_details .text_area p:last-child {
  padding-bottom: 50px;
}
.issue_page .platform_details .text_area div:last-child p {
  padding-bottom: 0;
}
.issue_page .platform_details .text_area .issue_bullet {
  height: 24px;
  width: 24px;
  position: absolute;
  left: -12px;
  top: 0;
}
.issue_page .platform_details .text_area ul {
  margin-bottom: 0;
}
.issue_page .platform_details .text_area li {
  margin-bottom: 15px;
}

.endorsement_header {
  font-size: 39px;
  color: #007cc4;
  padding-top: 20px;
}
.endorsement_header:first-child {
  padding-top: 0;
}

.video .embed-container,
.video .fb-video {
  margin-bottom: 15px;
}
.video .title {
  color: #007cc4;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 15px;
}
.video .divider_gradient {
  margin-top: 16px;
  margin-bottom: 20px;
}

.latest_news .title {
  color: #007cc4;
  font-weight: 700;
  font-size: 27px;
}
.latest_news .divider_gradient {
  margin-top: 16px;
  margin-bottom: 20px;
}
.latest_news .orange_button {
  display: inline-block;
  height: auto;
  font-size: 1.6rem;
}
.latest_news .orange_button:hover {
  background: #049fd4;
  transition: 0.3s;
}
.latest_news .button_wrapper {
  text-align: right;
}

.get_involved .icons_wrapper {
  background: #ff4d01;
  padding: 12px 20px 9px;
  display: inline-block;
}
.get_involved .icons_wrapper img {
  height: 30px;
  margin-right: 10px;
}
.get_involved .icons_wrapper a:last-child img {
  margin: 0;
}
.get_involved .signup_disclaimer {
  font-size: 16px;
  margin-top: 12px;
}

.inner_left .form_input {
  background: white;
  color: #ff4d01;
  font-weight: 700;
  border: 1px solid #049fd4;
  display: block;
  width: 400px;
  max-width: 100%;
}
.inner_left .standard_form input {
  background: white;
  color: #ff4d01;
  font-weight: 700;
  border: 1px solid #049fd4;
  display: block;
  margin-bottom: 12px;
  width: 400px;
  max-width: 100%;
  padding: 4px;
}
.inner_left .standard_form .input_note {
  margin-top: -12px;
  margin-bottom: 12px;
}
.inner_left .standard_form input:focus,
.inner_left .standard_form textarea:focus {
  background: #ff4d01;
  color: white;
  border: 1px solid #ff4d01;
}
.inner_left .standard_form textarea {
  background: white;
  color: #ff4d01;
  font-weight: 700;
  border: 1px solid #049fd4;
  display: block;
  margin-bottom: 12px;
  width: 500px;
  max-width: 100%;
  padding: 4px;
  height: 150px;
}
.inner_left .standard_form input[type=submit] {
  background: #049fd4;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.1rem;
  transition: 0.3s;
  border: none;
  display: inline-block;
  color: white;
  width: auto;
  padding: 5px 10px;
}
.inner_left .standard_form input[type=submit]:hover {
  background: #ff4d01;
}
.inner_left .donation_text {
  color: #ff4d01;
  font-weight: 900;
  color: #0e3c83;
}
.inner_left .donate_amount {
  background: #0e3c83;
  width: 58px;
  text-align: center;
  color: white;
  display: inline-block;
  border: none;
  font-weight: 900;
}
.inner_left .donate_form {
  background: #049fd4;
  padding: 15px 15px;
  display: inline-block;
}
.inner_left .donate_form input {
  margin-bottom: 0;
}

.donation_page {
  padding-bottom: 50px;
}
.donation_page .bsd-contribForm-wrap {
  vertical-align: top;
  display: block;
  margin: auto;
  max-width: 800px;
}
.donation_page .amounts input[type=radio] {
  display: none;
}
.donation_page .amounts .radio {
  font-weight: 900 !important;
  margin-right: 10px;
  margin-left: 10px;
}
.donation_page .amounts input[type=radio] + label {
  font-weight: 900 !important;
  background: #049fd4;
  color: white;
  border-radius: 0.5rem;
  width: 100%;
  transition: 0.3s;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
.donation_page .amounts input[type=radio]:checked + label {
  background: #ff4d01;
}
.donation_page .amounts input[type=radio] + label:hover {
  background: #ff4d01;
}
.donation_page .amounts td {
  margin-bottom: 5px;
}
.donation_page #contribution td.contribheader {
  font-size: 25px;
  color: #ff4d01;
  font-weight: 900;
}
.donation_page #contribution td td td {
  padding-top: 0;
  padding-bottom: 0;
  width: 25%;
  vertical-align: top;
}
.donation_page .form_input {
  background: white;
  color: #ff4d01;
  font-weight: 700;
  border: 1px solid #049fd4;
  display: block;
  width: 400px;
  max-width: 100%;
}
.donation_page input {
  background: white;
  color: #ff4d01;
  font-weight: 500;
  border: 1px solid #049fd4;
  margin-bottom: 0;
  max-width: 100%;
  padding: 4px;
}
.donation_page label {
  margin-bottom: 10px;
}
.donation_page input:focus,
.donation_page .standard_form textarea:focus {
  background: #ff4d01;
  color: white;
  border: 1px solid #ff4d01;
}
.donation_page textarea {
  background: white;
  color: #ff4d01;
  font-weight: 700;
  border: 1px solid #049fd4;
  display: block;
  margin-bottom: 12px;
  width: 500px;
  max-width: 100%;
  padding: 4px;
  height: 150px;
}
.donation_page input[type=text],
.donation_page input[type=email] {
  max-width: 400px;
  width: 100%;
  font-weight: 700;
}
.donation_page input[type=text].bsd-other-amount-input {
  width: 100px;
  margin-top: 5px;
  font-weight: 900;
}
.donation_page input[type=submit] {
  background: #049fd4;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.1rem;
  transition: 0.3s;
  border: none;
  display: inline-block;
  color: white;
  width: auto;
  padding: 5px 10px;
}
.donation_page input[type=submit]:hover {
  background: #ff4d01;
}
.donation_page td.label {
  width: auto;
}
.donation_page .creditCardTypeSelector li:last-child {
  margin-bottom: 12px;
}

.read-more,
.read-less {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

.sidebar_news .news_logo img {
  height: 21px;
  margin-bottom: 12px;
}

.sidebar_news .headline:hover {
  color: #ff4d01;
}

.sidebar_news .headline {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar_news .excerpt {
  margin-bottom: 12px;
}

.sidebar_news .more {
  color: #ff4d01;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: right;
  font-weight: 900;
}

.sidebar_news .divider_gradient {
  margin-top: 16px;
  margin-bottom: 20px;
}

.blue_img_titles {
  padding-top: 35px;
  margin-bottom: 5px;
}

.blue_img_titles:first-of-type {
  padding-top: 15px;
}

.blue_img_titles img {
  margin-right: 10px;
  max-height: 30px;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 9px;
}

.inner_content_wrapper {
  clear: both;
  z-index: 7;
  padding-right: 70px !important;
  min-height: 400px;
  padding-bottom: 75px;
}

.inner_content_wrapper .subtitle {
  color: #007cc4;
  font-size: 2.6rem;
  font-weight: 900;
  margin-top: 3.5rem;
}

.inner_content_wrapper .leader_sentence {
  color: #ff4d01;
  font-size: 2.4rem;
  font-weight: 700;
}

.side_menu {
  display: inline-block;
  padding: 50px;
  font-size: 1.4rem;
  color: #049fd4;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 5;
  position: absolute;
  top: 50%;
}

.side_menu a:hover {
  color: #ff4d01;
}

.side_menu .divider_gradient {
  margin-top: 16px;
  margin-bottom: 16px;
  height: 1px;
}

.inner_title_area {
  background: url(images/inner_title_background.jpg);
  background-size: cover;
}

.inner_title_area > div:first-child {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner_title_area .page_title {
  width: 50%;
  border-right: 1px solid white;
  text-align: right;
  float: left;
  padding-right: 50px;
}

.inner_title_area .words_wrapper {
  right: 30px;
}
.inner_title_area .words_wrapper h1 {
  color: white;
  font-weight: 900;
  font-size: 80px;
  margin-right: 20px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
}

.inner_title_area .page_title img {
  max-width: 100%;
  max-height: 48px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 12px;
  top: 12px;
}

.inner_title_area .description {
  font-size: 28px;
  font-weight: 500;
  color: white;
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}

.description_center_vertical {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}

.header_image {
  padding-top: 40px;
  background: white;
  clear: both;
  z-index: 3;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  min-height: 134px;
  padding-right: 40px;
}

.header_image img {
  width: 100%;
}

.header_image .caption {
  position: absolute;
  bottom: 10%;
  left: 40px;
}

.header_image .caption div {
  display: inline-block;
  background: #ff4d01;
  padding: 13px;
  color: white;
  font-size: 1.5rem;
}

.header_image .caption img {
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
  width: auto;
}

.inner_title_area .white_area {
  height: 50%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: white;
}

.inner_left {
  width: 70%;
  padding-right: 40px;
  float: left;
  padding-top: 27px;
}

.inner_left p a {
  color: #007cc4;
  transition: 0.3s;
}

.inner_left p a:hover {
  color: #ff4d01;
}

.inner_sidebar {
  width: 30%;
  float: right;
  overflow: visible;
  top: -60px;
}

.apply li {
  margin-bottom: 13px;
}

.page_button {
  background: #ff4d01;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
  border: none;
  width: auto;
  padding: 15px 20px 13px;
  margin-bottom: 25px;
  font-size: 27px;
}
.page_button:hover {
  background: #007cc4;
}

h3 {
  color: #007cc4;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  font-size: 4rem;
  margin: 0;
  margin-bottom: 25px;
}

.body_image {
  width: 100%;
  border: 5px solid white;
  box-shadow: 0px 0px 31px 0px #c7c7c7;
  margin-top: 10px;
  margin-bottom: 20px;
}

.bold_and_blue {
  color: #007cc4;
  font-weight: 900;
  font-size: 2.4rem;
}

.divider_gradient {
  height: 1px;
  background: rgba(33, 79, 130, 0);
  background: -moz-linear-gradient(left, rgba(33, 79, 130, 0) 0%, #214f82 20%, #214f82 80%, rgba(33, 79, 130, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33, 79, 130, 0)), color-stop(20%, #214f82), color-stop(80%, #214f82), color-stop(100%, rgba(33, 79, 130, 0)));
  background: -webkit-linear-gradient(left, rgba(33, 79, 130, 0) 0%, #214f82 20%, #214f82 80%, rgba(33, 79, 130, 0) 100%);
  background: -o-linear-gradient(left, rgba(33, 79, 130, 0) 0%, #214f82 20%, #214f82 80%, rgba(33, 79, 130, 0) 100%);
  background: -ms-linear-gradient(left, rgba(33, 79, 130, 0) 0%, #214f82 20%, #214f82 80%, rgba(33, 79, 130, 0) 100%);
  background: linear-gradient(to right, rgba(33, 79, 130, 0) 0%, #214f82 20%, #214f82 80%, rgba(33, 79, 130, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#214f82", endColorstr="#214f82", GradientType=1 );
}

.white_bg_wrapper {
  background: white;
  padding-top: 81px;
}

.video_area {
  background: #049fd4;
  padding-top: 35px;
  padding-bottom: 45px;
  color: white;
  clear: both;
}

.video_area .title {
  font-size: 79px;
  font-weight: 100;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}

.video_area .text_column {
  width: 40%;
  padding-right: 40px;
  float: left;
}

.video_area .video_column {
  width: 60%;
  float: right;
  border: 1px solid white;
  padding: 4px;
}

.inner_standard_width, .issue_page .intro, .issue_page .platform_details .text_area div, .inner_content_wrapper {
  max-width: 1080px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
}

.standard_width, .bottom_footer, .upper_footer, .below_hero_wrapper, .mobile_donate, .inner_title_area > div:first-child, .video_area > div {
  max-width: 1450px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
}

.orange_button {
  padding: 2px 10px 3px 10px;
  background: #ff4d01;
  font-weight: 900;
  height: 34px;
  text-transform: uppercase;
  font-size: 2.1rem;
  display: inline-block;
  color: white;
}

.blue_button, .campaign_updates .more {
  padding: 2px 10px 3px 10px;
  background: #049fd4;
  font-weight: 900;
  height: 34px;
  text-transform: uppercase;
  font-size: 1.7rem;
  display: inline-block;
  transition: 0.3s;
}

.blue_button:hover, .campaign_updates .more:hover {
  background: #0e3c83;
  color: white;
}

.blue_sidebar {
  color: white;
  overflow: visible;
}

.blue_sidebar .inner {
  background: #0068b8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0068b8 5%, #0ea5de 95%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0068b8), color-stop(100%, #0ea5de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0068b8 5%, #0ea5de 95%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0068b8 5%, #0ea5de 95%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0068b8 5%, #0ea5de 95%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0068b8 5%, #0ea5de 95%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  min-height: 300px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  overflow: auto;
}

.blue_sidebar .bottom {
  margin-bottom: 35px;
}

.blue_sidebar .top img {
  width: 100%;
  display: block;
}

.blue_sidebar .bottom img {
  width: 100%;
  display: block;
}

.blue_sidebar .title {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 900;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}

#twitter-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#twitter-content .timeline-Header,
#twitter-content .Avatar,
#twitter-content .TweetAuthor-verifiedBadge,
#twitter-content .TweetAuthor-name,
#twitter-content .timeline-LoadMore-prompt,
#twitter-content .timeline-LoadMore-endOfTimelineMessage,
#twitter-content .timeline-Footer {
  display: none;
}
#twitter-content .new-tweets-bar {
  display: none;
}
#twitter-content h2.TwitterCard-title.js-cardClick.tcu-textEllipse--multiline {
  font-size: 2rem;
}
#twitter-content .TweetAuthor-screenName {
  display: none;
}
#twitter-content ol,
#twitter-content ul,
#twitter-content li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
#twitter-content .timeline-TweetList-tweet {
  padding-left: 34px;
  padding-top: 10px;
  background: url(images/tweet-banner.png) no-repeat left top;
  background-size: 20px;
  border-top: 1px solid white;
}
#twitter-content .timeline-Tweet-action {
  display: inline-block;
  vertical-align: top;
}
#twitter-content .timeline-Tweet-actions {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
#twitter-content .timeline-Tweet-metadata {
  display: inline-block;
  margin-right: 15px;
}
#twitter-content img {
  width: 100%;
  height: auto;
}
#twitter-content .MediaCard-mediaContainer {
  padding-bottom: 10px !important;
}
#twitter-content .timeline-ShareMenu-container ul {
  position: absolute;
  top: 29px;
  background: #ff4d01;
  padding: 12px;
  left: -25px;
  z-index: 13;
  transition: 0.3s;
  cursor: pointer;
}
#twitter-content .timeline-ShareMenu-title {
  margin: 0;
  margin-left: 25px;
}
#twitter-content .TweetAction--heart {
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/twitter-icon_like.png) no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-right: 20px;
}
#twitter-content .TweetAction--share {
  display: none;
  width: 20px;
  height: 20px;
  background: url(images/twitter-icon_share.png) no-repeat;
  background-size: contain;
}
#twitter-content .timeline-ShareMenu-title {
  width: 100px;
  display: inline-block;
  margin-left: 15px;
  padding-bottom: 5px;
  cursor: pointer;
  display: none;
}
#twitter-content .timeline-ShareMenu-caret {
  width: 20px;
  height: 30px;
  background: url(images/twitter-icon_share.png) no-repeat;
  background-size: contain;
  background-position: 0 0;
  padding-bottom: 10px;
}

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

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

.form_bar form {
  white-space: nowrap;
  display: inline-block;
}

.form_bar {
  padding: 14px 25px;
  display: inline-block;
  white-space: nowrap;
  font-size: 2.7rem;
  color: white;
}

.form_text {
  top: 2px;
  position: relative;
}

.form_button {
  padding: 2px 10px 3px 10px;
  background: #ff4d01;
  font-weight: 900;
  height: 34px;
  text-transform: uppercase;
  font-size: 2.1rem;
  display: inline-block;
  transition: 0.3s;
  color: white;
}

.form_button:hover {
  background: white;
  color: #ff4d01;
}

.form_input {
  font-weight: 900;
  height: 30px;
  font-size: 2.1rem;
  display: inline-block;
  padding: 2px 10px 3px 10px;
  height: 34px;
  text-align: left;
  color: #0e3c83;
  transition: 0.3s;
}

.form_input:focus {
  background: #ff4d01;
  color: white;
}

.donate_bar {
  background: #049fd4;
  vertical-align: text-top;
}

.donate_amount {
  background: #0e3c83;
  width: 58px;
  text-align: center;
  color: white;
}

.hero_image .donate_bar {
  margin-bottom: 35px;
}

.donate_medium_text {
  display: none;
}

.donate_bar .donate_break {
  display: none;
  height: 1px;
}

.dollar_sign {
  font-weight: 900;
}

.mobile_donate {
  display: none;
}

.recall_banner {
  background: #ff4d01;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  font-size: 2.1vw;
  padding: 0.2em 0.2em 0.2em 0.7em;
  margin-top: 2em;
  width: 100%;
}
.recall_banner:before {
  content: "";
  background: #f97b3c;
  transform: skewX(20deg);
  z-index: 1;
  position: absolute;
  width: 0.5em;
  height: 100%;
  top: 0;
  left: -0.4em;
}
.recall_banner:after {
  content: "";
  background: #ff4d01;
  transform: skewX(20deg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0.5em;
}
.recall_banner .learn_more {
  font-size: 0.4em;
  padding: 0.2em 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-left: 1.2em;
  top: -0.4em;
  position: relative;
}

.dash {
  vertical-align: -0.1em;
}

.below_hero_wrapper {
  background: white;
  padding-bottom: 20px;
}

.campaign_updates {
  background: #ff4d01;
  width: 27%;
  top: -85px;
  float: right;
  color: white;
  font-size: 1.7rem;
  margin-bottom: -40px;
}

.campaign_updates .title {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 900;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.campaign_updates > div:first-child {
  padding: 35px;
  padding-top: 26px;
}

.campaign_updates .item {
  padding-left: 40px;
  background: url(images/cross.png) no-repeat top left;
  background-size: 26px 26px;
}

.campaign_updates .headline {
  font-size: 2.1rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.campaign_updates .divider {
  height: 1px;
  background: white;
  margin-top: 10px;
  margin-bottom: 15px;
  clear: both;
}

.campaign_updates .more {
  float: right;
  height: 25px;
  margin-bottom: 15px;
}

.red_bar {
  background: #ff4d01;
  clear: both;
}

.red_bar img {
  width: 100%;
  display: block;
}

.home_columns {
  margin-top: 27px;
  width: 73%;
  float: left;
  margin-bottom: 34px;
}

.home_columns > div {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.home_columns > div:last-child {
  margin-right: 0;
}

.home_columns .icons {
  margin: auto;
  margin-bottom: 20px;
  width: 152px;
  display: block;
  transition: 0.3s;
}

.home_columns .icons:hover {
  width: 164px;
  margin-bottom: 8px;
}

.home_columns .title_top {
  color: #ff4d01;
  text-align: center;
  font-size: 24px;
}

.home_columns .title_bottom {
  color: #ff4d01;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 0.9;
}

.home_columns .divider {
  height: 1px;
  background: #049fd4;
  margin-top: 11px;
  margin-bottom: 15px;
}

.hero_image {
  height: 55vw;
  background: url(images/EDU_4212-2.jpg);
  background-size: cover;
  color: white;
}

.hero_info_area {
  display: flex;
  flex-wrap: wrap;
}

.hero_info_area {
  display: flex;
  flex-wrap: wrap;
  width: 48vw;
  position: absolute;
  height: 100%;
  right: 0;
  align-items: center;
  align-content: center;
}
.hero_info_area .headline,
.hero_info_area .hero_connect {
  text-align: center;
  line-height: 0.9;
  display: block;
}
.hero_info_area .main_header_inner_wrapper {
  text-align: center;
  padding-left: 2vw;
}

.hero_info_area .headline {
  border-top: 1px solid #ff4d01;
  border-bottom: 1px solid #ff4d01;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-weight: 900;
  font-size: 6vw;
  margin-bottom: 0.6em;
}

.hero_connect img {
  height: 2.3rem;
  margin-right: 7px;
}

.hero_connect {
  font-size: 3rem;
  text-align: center;
}

.mobile_headline {
  background: #ff4d01;
  font-size: 4.2rem;
  color: white;
  font-weight: 900;
  padding: 15px 30px;
  display: none;
  text-align: center;
  line-height: 1;
}

.logo_bar {
  background: white;
  padding-top: 33px;
  padding-bottom: 33px;
  margin-top: 81px;
}

.logo_bar img {
  width: 291px;
  display: block;
  margin: auto;
}

.header_social {
  float: right;
  top: -1px;
  margin-right: 20px;
}

.header_social img {
  height: 2.3rem;
  margin-right: 7px;
}

.cross {
  height: 1rem;
  transition: 0.3s;
}

.desktop_nav {
  padding-top: 23px;
  height: 65px;
}

.nav_bar {
  background: #0e3c83;
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
}

.desktop_nav.desktop_nav_sticky {
  padding-top: 11px !important;
  height: 42px !important;
}
.desktop_nav.desktop_nav_sticky nav div {
  font-size: 1.4rem !important;
}
.desktop_nav.desktop_nav_sticky nav {
  max-width: 875px;
}
.desktop_nav.desktop_nav_sticky .cross {
  height: 0.7rem;
}
.desktop_nav.desktop_nav_sticky .header_social img {
  height: 1.6rem;
  margin-right: 4px;
}
.desktop_nav.desktop_nav_sticky .header_social {
  top: 2px;
}
.desktop_nav.desktop_nav_sticky .dropdown {
  top: 31px;
}

.nav_gradient-0 {
  height: 8px;
  background: #0e3c83;
}

.nav_gradient-1 {
  height: 8px;
  background: #2562a4;
}

.nav_gradient-2 {
  height: 8px;
  background: #619ecc;
}

nav {
  color: white;
  font-size: 1.6rem;
  text-transform: uppercase;
  max-width: 975px;
  width: 100%;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
  text-align: center;
}
nav div {
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
  top: 0;
  font-weight: 700;
  transition: 0.2s;
  margin-right: 15px;
}

.desktop_nav nav > div:hover {
  top: -2px;
}
.desktop_nav nav > div:not(.donate) {
  padding-bottom: 25px;
}
.desktop_nav nav .donate:hover {
  background: white;
  color: #ff4d01;
}
.desktop_nav .cross {
  margin-right: 15px;
}
.desktop_nav .dropdown {
  display: none;
  opacity: 0;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 20;
  background: #2562a4;
}
.desktop_nav .dropdown div {
  padding: 8px;
  border-top: 1px solid #619ecc;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  padding: 10px 17px;
  text-transform: none;
}
.desktop_nav .dropdown div:hover:not(.exclude) {
  background: #619ecc;
}

nav .donate {
  background: #ff4d01;
  padding: 2px 9px 4px;
  transition: 0.2s;
}

nav:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
}

.hover, .side_menu a:hover, .desktop_nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.upper_footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: white;
  text-align: center;
  clear: both;
}

.upper_footer .off_footer {
  display: none;
}

.upper_footer .form_bar {
  font-size: 2.7rem;
}

.upper_footer .form_text {
  top: 1px;
}

.bottom_footer {
  height: 150px;
  margin-top: 40px;
  margin-bottom: 125px;
}
.bottom_footer:after {
  content: "";
  display: block;
  clear: both;
}

.bottom_footer img {
  height: 1.9rem;
  margin-right: 7px;
  float: left;
}

.signup_bar {
  background: #0e3c83;
  margin-right: 15px;
  padding-left: 68px;
}

.signup_bar_wrapper {
  display: inline-block;
  vertical-align: text-top;
}
.signup_bar_wrapper .signup_disclaimer {
  font-size: 16px;
  text-align: center;
  max-width: 607px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.signup_bar_wrapper .signup_disclaimer:after {
  content: "";
  display: block;
  clear: both;
}

.signup_bar .form_input:first-child {
  width: 150px;
}

.signup_bar .form_input:nth-child(2) {
  width: 150px;
}

.signup_bar .form_input:nth-child(3) {
  width: 87px;
}

.footer .form_bar {
  float: left;
}

.blue_bar_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.bottom_footer {
  color: white;
}

.right_footer {
  float: right;
}

.disclaimer {
  border: 1px solid #049fd4;
  padding: 5px;
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
  text-align: center;
}

.left_footer {
  float: left;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.left_footer > div {
  display: inline-block;
  float: left;
}

.left_footer > div:first-child {
  margin-right: 15px;
}

.left_footer > div > p:first-child {
  font-weight: 900;
  color: #049fd4;
  margin-bottom: 11px;
  margin-right: 25px;
}

.open_button {
  display: none;
  position: absolute;
  z-index: 5;
  top: 17px;
  right: 20px;
  width: 32px;
  height: auto;
  cursor: pointer;
}

.open_button_phone {
  top: 25px;
  right: 11px;
}

.close_button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: auto;
  z-index: 5;
  cursor: pointer;
}

.mobile_menu {
  position: fixed;
  z-index: 20;
  width: 100%;
  margin: auto;
  top: -150%;
  background: #ff4d01;
  padding-top: 24px;
  padding-bottom: 24px;
}
.mobile_menu nav > div {
  border: none;
  padding: 7px 0px 0px 40px;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  text-align: left;
}
.mobile_menu nav > div .dropdown {
  display: block;
  padding-top: 11px;
}
.mobile_menu nav > div .dropdown > div {
  display: block;
  opacity: 1;
  padding: 3px;
  text-transform: none;
}
.mobile_menu .language_choice {
  padding-left: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 2rem;
  display: block;
  padding: 10px 0;
}
.mobile_menu .cross {
  float: left;
  top: 0.9rem;
  z-index: 10;
  height: 1.8rem;
}

.mobile_social {
  padding: 0 !important;
  display: none;
}

.mobile_social img {
  margin-top: 25px;
  margin-right: 10px;
  height: 24px;
}

@media only screen and (max-width: 1350px) {
  .side_menu {
    display: none;
  }

  .signup_disclaimer {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .inner_title_area .header_image {
    padding-top: 30px;
    max-width: 90%;
    padding: 10px !important;
  }

  .header_image .caption {
    left: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  .open_button_phone {
    display: block;
  }

  .open_button_not_phone {
    display: none;
  }

  .spaces {
    display: none !important;
  }

  .desktop_nav {
    display: none !important;
  }

  .mobile_social {
    display: block;
  }

  nav {
    max-width: 100%;
  }

  .hero_image {
    color: white;
  }

  .campaign_updates {
    width: 300px;
  }

  .home_columns {
    width: calc(100% - 300px);
  }

  .home_columns > div {
    float: none;
    width: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
  }
  .home_columns > div:last-child {
    margin-right: 5%;
  }

  .home_columns .icons {
    margin-top: 0;
  }

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

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

  .home_columns .icons {
    margin-right: 15px;
  }

  .home_columns .divider {
    width: 100%;
  }

  .home_columns p {
    width: calc(100% - 167px);
    float: right;
  }

  .home_columns .clear {
    clear: both;
  }

  .upper_footer .donate_bar {
    margin-right: 0;
    float: none;
  }

  .upper_footer {
    text-align: center;
  }

  .inner_left {
    width: 65%;
  }

  .inner_sidebar {
    width: 35%;
  }

  .logo_bar {
    margin-top: 16px;
  }

  .right_footer {
    clear: both;
    float: none;
  }
  .right_footer:after {
    content: "";
    display: block;
    clear: both;
  }

  .left_footer {
    margin-bottom: 25px;
    float: none;
  }
  .left_footer:after {
    content: "";
    display: block;
    clear: both;
  }

  .white_header {
    display: none !important;
  }

  .issue_page.white_bg_wrapper {
    margin-top: 0;
  }
  .issue_page .platform_details .text_area > div {
    border: none;
  }
  .issue_page .platform_details .text_area .issue_bullet {
    display: none;
  }
  .issue_page .platform_details .text_area ul {
    padding-left: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero_info_area {
    width: 55vw;
  }
  .hero_info_area .main_header_inner_wrapper {
    padding-left: 7vw;
  }

  .recall_banner {
    font-size: 2.7vw;
  }

  .hero_image {
    height: 75vw;
    background-position: left -5vw top;
  }
  .hero_image img {
    height: 0.7em;
  }

  .hero_connect {
    font-size: 22px;
  }
}
@media only screen and (max-width: 975px) {
  .off_975 {
    display: none !important;
  }

  .campaign_updates {
    top: 27px;
  }

  .home_columns .icons {
    width: 100px;
  }

  .home_columns p {
    width: calc(100% - 115px);
    float: right;
  }

  .standard_width, .inner_title_area > div:first-child, .video_area > div, .mobile_donate, .below_hero_wrapper, .upper_footer, .bottom_footer,
.inner_standard_width,
.issue_page .intro,
.issue_page .platform_details .text_area div,
.inner_content_wrapper {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .video_area {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .inner_title_area .page_title {
    float: none;
    border: none;
    padding: 0;
    width: auto;
  }

  .inner_title_area .description {
    float: none;
    padding: 0;
    width: auto;
    text-align: center;
    line-height: 1.2;
  }

  .inner_title_area .page_title img {
    right: auto;
    top: auto;
    transform: none;
    position: relative;
    margin-bottom: 10px;
  }

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

  .inner_title_area .white_area {
    height: 25%;
  }

  .absolute_center_vertical,
.inner_title_area .words_wrapper {
    top: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    right: 0;
  }

  .donate_long_text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile_off {
    display: none !important;
  }

  .off_767 {
    display: none !important;
  }

  .mobile_100 {
    width: 100% !important;
    float: none !important;
  }

  body {
    font-size: 2.1rem;
  }

  .popover .signup_disclaimer {
    margin-bottom: 0;
  }
  .popover .title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .popover.pledge p {
    display: none;
  }
  .popover.pledge .title {
    font-size: 25px;
  }
  .popover input {
    font-size: 18px;
  }
  .popover > div {
    padding: 55px 30px 30px;
  }

  .hero_image {
    background-size: cover;
  }

  .campaign_updates {
    float: none;
    width: auto;
    clear: both;
    top: 0;
    margin-bottom: 40px;
  }

  .home_columns {
    width: 100%;
    float: none;
  }

  .home_columns > div {
    padding-right: 0;
    display: block;
  }

  .home_columns .icons {
    width: 152px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .home_columns .title_top {
    text-align: center;
    font-size: 32px;
  }

  .home_columns .title_bottom {
    text-align: center;
    font-size: 50px;
  }

  .home_columns .divider {
    width: 100%;
  }

  .home_columns p {
    width: auto;
  }

  .video_area .title {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .video_area .text_column {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .video_area .video_column {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .inner_left {
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .inner_sidebar {
    float: none;
    width: auto;
    clear: both;
    top: 0;
    margin-bottom: 40px;
  }

  .upper_footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .upper_footer .form_bar {
    padding-left: 25px;
    width: 100%;
  }

  .form_bar {
    text-align: center;
  }

  .signup_bar form {
    display: block;
    text-align: center;
  }
  .signup_bar .form_text {
    margin-bottom: 15px;
    display: inline !important;
  }
  .signup_bar input {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .signup_bar .form_input:nth-child(1) {
    margin-top: 12px;
    width: 100% !important;
    display: block;
  }
  .signup_bar .form_input:nth-child(2) {
    width: 100% !important;
    display: block;
  }
  .signup_bar .form_input:nth-child(3) {
    width: calc(100% - 62px) !important;
    margin-right: 12px;
    float: left !important;
  }
  .signup_bar input[type=submit] {
    width: 50px !important;
    float: left !important;
  }

  .upper_footer .blue_bar_left {
    display: none;
  }
  .upper_footer input[type=submit] {
    display: inline-block;
    width: auto !important;
  }

  .signup_bar_wrapper {
    display: block;
  }

  .gotv ol li {
    padding-left: 35px;
  }
  .gotv ol li:before {
    font-size: 16px;
    padding: 2px 8px;
    top: 5px;
  }

  .hero_connect {
    display: none !important;
  }

  .hero_info_area {
    width: 88vw;
    margin-left: 45vw;
  }
  .hero_info_area .headline {
    font-size: 8vw;
  }
  .hero_info_area .main_header_inner_wrapper {
    padding-left: 34vw;
  }

  .recall_banner {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 650px) {
  .endorsements li {
    margin-left: -19px;
    margin-bottom: 9px;
    font-size: 17px;
  }

  .inner_title_area .page_title img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13px;
  }

  .on_650 {
    display: block;
  }

  .on_650_inline {
    display: inline !important;
  }

  .off_650 {
    display: none;
  }

  .hero_connect {
    display: none;
  }

  .header_image .caption div {
    padding: 8px;
    font-size: 1.5rem;
  }

  .donation_page table,
.donation_page tr,
.donation_page td,
.donation_page tbody {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .issue_page .image_title_wrapper {
    position: relative;
    bottom: auto;
  }
  .issue_page .image_title_wrapper.main {
    display: none;
  }
  .issue_page .image_title_wrapper.phone {
    display: block;
  }
  .issue_page .intro {
    padding-top: 20px;
    font-size: 2.1rem;
  }
  .issue_page .platform_details .lead_in {
    font-size: 8vw;
  }
  .issue_page .video_smaller_wrapper {
    background: white;
  }
}
@media only screen and (max-width: 500px) {
  .donate_medium_text {
    display: inline;
  }

  .nav_bar {
    height: 0;
    padding: 0;
  }

  .campaign_updates .item {
    padding-left: 0;
    background: none;
  }

  .home_columns .title_bottom {
    font-size: 39px;
  }

  .home_columns .title_top {
    font-size: 23px;
  }

  .inner_title_area .white_area {
    height: 17%;
  }

  .donate_bar .donate_break {
    display: block;
  }

  .standard_width, .inner_title_area > div:first-child, .video_area > div, .mobile_donate, .below_hero_wrapper, .upper_footer, .bottom_footer {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .donate_form form {
    display: inline-block !important;
  }

  .donate_bar .form_text {
    margin-bottom: 15px;
  }

  .donate_bar input {
    margin-bottom: 0;
  }

  .donate_bar input:first-child {
    margin-top: 5px;
    width: calc(100% - 105px);
  }

  .donate_bar input[type=submit] {
    width: 100px !important;
  }

  .donate_bar .dollar_sign {
    width: 20px;
  }

  .donate_bar form {
    width: calc(100% - 20px);
  }

  .donate_bar {
    padding-top: 8px;
    padding-bottom: 19px;
  }

  .mobile_donate {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .logo_bar img {
    width: 65%;
  }

  .header_image .caption {
    bottom: 13%;
  }
}
@media only screen and (min-width: 1050px) {
  .desktop_off {
    display: none !important;
  }
}

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