.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%); }

.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 > 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; }
  .popover input {
    border: 1px solid white;
    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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    width: auto; }
  .popover input[type="submit"]:hover {
    background: #0e3c83; }

.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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 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; }

.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: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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 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: .5rem;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 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; }

.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 .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; }

.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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

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

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

.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; }

.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, .inner_content_wrapper {
  max-width: 1050px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto; }

.standard_width, .inner_title_area > div:first-child, .video_area > div, .mobile_donate, .below_hero_wrapper, .hero_info_area, .upper_footer, .bottom_footer {
  max-width: 1350px;
  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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 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 .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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

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

.donate_bar {
  background: #049fd4; }

.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; }

.below_hero_wrapper {
  background: white; }

.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; }

.home_columns > div {
  width: 33%;
  padding-right: 30px;
  float: left; }

.home_columns .icons {
  margin: auto;
  margin-bottom: 20px;
  width: 152px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 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; }

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

.hero_image {
  height: 550px;
  background: url(images/Newsom-CurrentTV-1.jpg);
  background-size: cover;
  color: white; }

.hero_info_area {
  position: relative;
  top: 50%;
  -moz-transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
  -o-transform: translateX(0px) translateY(-50%);
  -ms-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
  text-align: right; }

.hero_info_area > div {
  width: 567px;
  text-align: center;
  line-height: .9;
  display: inline-block; }

.hero_info_area .headline {
  border-top: 1px solid #ff4d01;
  border-bottom: 1px solid #ff4d01;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 900;
  font-size: 8.7rem;
  margin-bottom: 35px; }

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

.hero_connect {
  font-size: 3rem; }

.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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

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

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

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

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

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

nav {
  color: white;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: justify;
  max-width: 790px;
  width: 100%;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700; }

nav div {
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
  top: 0;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.desktop_nav nav div:hover {
  top: -2px; }

.desktop_nav nav .donate:hover {
  background: white;
  color: #ff4d01; }

nav .donate {
  background: #ff4d01;
  padding: 2px 9px 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

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

nav div ul {
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 45px;
  z-index: 5; }

nav div ul li {
  cursor: pointer;
  display: block;
  border: none;
  padding: 10px 16px;
  font-size: 1.2rem;
  border-bottom: none;
  white-space: nowrap;
  background: #002c2e;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  border-bottom: 1px solid #485a4d; }

nav div ul a:last-child li {
  border: none; }

nav div ul li:hover {
  background: #d74638; }

.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; }

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

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

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

.signup_bar .form_input:nth-child(2) {
  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: 10px; }

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

.mobile_menu {
  position: fixed;
  z-index: 15;
  width: 100%;
  margin: auto;
  top: -150%;
  background: #ff4d01;
  padding-top: 15px;
  padding-bottom: 15px; }

.mobile_menu div {
  border: none;
  padding: 11px 40px;
  display: block;
  font-size: 3rem;
  font-weight: 900; }

.mobile_menu li {
  padding: 6px 16px; }

.mobile_menu div ul {
  display: block;
  position: relative;
  top: 0; }

.mobile_menu a {
  color: inherit; }

.mobile_menu .cross {
  float: left;
  height: 2.5rem;
  top: 1.6rem;
  z-index: 10; }

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

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

@media only screen and (max-width: 1350px) {
  .side_menu {
    display: none; }
  .upper_footer .form_bar:first-child {
    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: 1050px) {
  .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 {
    background: url(images/Newsom-CurrentTV-1.jpg);
    background-size: 110%;
    color: white;
    background-position: right top; }
  .campaign_updates {
    width: 300px; }
  .home_columns {
    width: calc(100% - 300px); }
  .home_columns > div {
    float: none;
    width: auto;
    margin-bottom: 25px; }
  .home_columns .icons {
    float: left; }
  .home_columns .title_top {
    text-align: left; }
  .home_columns .title_bottom {
    text-align: left; }
  .home_columns .icons {
    margin-right: 15px; }
  .home_columns .divider {
    width: calc(100% - 167px);
    float: right; }
  .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; } }

@media only screen and (max-width: 975px) {
  .hero_info_area .headline {
    font-size: 5.7rem;
    width: 360px;
    display: inline-block; }
  .off_975 {
    display: none !important; }
  .hero_image {
    height: 450px; }
  .hero_info_area > div {
    text-align: right; }
  .campaign_updates {
    top: 27px; }
  .home_columns .icons {
    width: 100px; }
  .home_columns .divider {
    width: calc(100% - 115px);
    float: right; }
  .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, .hero_info_area, .upper_footer, .bottom_footer, .inner_standard_width, .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, .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; }
  .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; }
  .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; }
  body {
    font-size: 2.3rem; }
  .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; }
  .right_footer {
    float: none; }
  .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; } }

@media only screen and (max-width: 650px) {
  .inner_title_area .page_title img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13px; }
  .donate_medium_text {
    display: inline; }
  .on_650 {
    display: block; }
  .on_650_inline {
    display: inline !important; }
  .off_650 {
    display: none; }
  .hero_connect {
    display: none; }
  .headline {
    border: none;
    white-space: normal; }
  .hero_info_area .headline {
    font-size: 5.7rem;
    width: 50%;
    display: inline-block;
    text-align: center;
    border: none; }
  .hero_info_area > div {
    width: 68%; }
  .hero_info_area .headline {
    width: 80%; }
  .hero_image {
    height: 315px; }
  .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; }
  .upper_footer .blue_bar_left {
    display: none; }
  .upper_footer input[type="submit"] {
    display: inline-block;
    width: auto !important; }
  .signup_bar .form_input:nth-child(1) {
    margin-top: 12px;
    width: 100% !important; }
  .signup_bar .form_input:nth-child(2) {
    width: calc(100% - 62px) !important;
    margin-right: 12px;
    float: left !important; }
  .signup_bar input[type="submit"] {
    width: 50px !important;
    float: left !important; }
  .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; } }

@media only screen and (max-width: 500px) {
  .hero_image .headline {
    display: none; }
  .hero_image {
    background-size: 170%;
    background-position: left top; }
  .mobile_headline {
    display: block;
    margin-bottom: 20px; }
  .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, .hero_info_area, .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); }
  .hero_image .donate_bar {
    display: none; }
  .donate_bar {
    padding-top: 8px;
    padding-bottom: 19px; }
  .mobile_donate {
    display: block; } }

@media only screen and (max-width: 450px) {
  .logo_bar img {
    width: 65%; }
  .mobile_menu div {
    font-size: 2.2rem;
    font-weight: 900; }
  .mobile_menu .cross {
    height: 1.8rem;
    top: 1.6rem; }
  .header_image .caption {
    bottom: 13%; } }

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

@media only screen and (min-width: 2000px) {
  .hero_image {
    height: 850px; } }
