body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.42858;
    color: #4a4a4a;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Helvetica,Arial,sans-serif;
	font-weight:700;
}
.signupFeature h2 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight:400;
    line-height: unset;
    color:#000;
}
.navbar, ul.footerNav {
    font-family: 'Montserrat', Helvetica,Arial,sans-serif;
}
.carousel-caption h1 {
    font-family: 'Montserrat', Helvetica,Arial,sans-serif;
    line-height: unset;
    font-size: 6rem;
}
h1 span {
    background: rgba(0,0,0,0.8);
}
#join_page_new_signup_form .form-group input+input {
    margin-top: 3px;
}
#home_page_new_signup_form .form-group input+input {
    margin-top: 3px;
}
#home_page_new_signup_form .form-group.optin {
    margin-bottom: 15px;
    text-align: center;
}
#home_page_new_signup_form .checkbox {
    text-align: center;
    display: inline-block;
}
.navbar-brand>img {
    display: block;
    max-width: 172px;
    height: auto;
}
a {
    color: rgba(201,31,64,1);
    text-decoration: none;
}
a:hover, a:focus {
    color: rgba(183,31,53,1);
    text-decoration: none;
}


.newsWrap {
    margin-bottom: 5em;
}
.newsContent h2 a {
    text-decoration: none;
}
.newsContent h2 a:hover {
    text-decoration: none;
}
.newsIcon {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 1.25em;
}
.byline, .event-info {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', Helvetica,Arial,sans-serif;
}
.byline .month {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1;
}

h2.headline {
    color: #c4c7cc;
    text-transform: uppercase;
    margin-bottom:5em;
}
h2.sectionTitle {
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1;
    color: #c4c7cc;
}
.bioSection h2.sectionTitle {
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1;
    margin-top: 0;
}
.blog_teaser {
    margin-bottom: 1em;
}
.btn-primary {
    color: #fff;
    background-color: rgba(201,31,64,1);
    border-color: transparent;
}
.btn, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline label, .read-more a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    color: #fff;
    background-color: rgba(201,31,64,1);
    border: 0;
    white-space: nowrap;
    padding: 8px 24px 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42858;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    margin-top: 1em;
    font-family: 'Montserrat', Helvetica,Arial,sans-serif;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline input[type="radio"]:checked+label.btn-primary, .open>.btn-primary.dropdown-toggle, .read-more a:hover {
    color: #fff;
    background-color: rgba(183,31,53,1);
    border-color: transparent;
}

/* -------------------------------------- FONTS -------------------------------------- */
textarea.form-control, textarea#donation_amount_other, textarea#pledge_amount_other, .page-pages-show-donation-v2-wide textarea.donation-v2-input {
	color: #474554;
    height: auto;
    background-color: rgba(210, 210, 212, 0.8);
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;  
    border-left: 0;
    border-top: 0;
    border-right: 0;      
}

.form-control, .form-group>select, #donation_amount_other, #pledge_amount_other, .page-pages-show-donation-v2-wide .donation-other-input-container input, .page-pages-show-donation-v2-wide .donation-v2-input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0px 5px 0px 28px;
    font-size: 16px;
    line-height: 1.42858;
    color: #343434;
    background-color: rgba(210, 210, 212, 0.8);
    background-image: none;
    border: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
input.text {
    min-height: auto;
    height: 36px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 4px;
    border: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    background-color: rgba(210, 210, 212, 0.8);
    margin-bottom: 0;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.icheckbox_flat-red, .iradio_flat-red {
    border-radius: 100px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c5c5c5;
  text-transform: uppercase;
  font-size:12px;
  text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c5c5c5;
  text-transform: uppercase;
  font-size:12px;
  text-transform: uppercase;  
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c5c5c5;
  text-transform: uppercase;
  font-size:12px;
  text-transform: uppercase;  
}
:-moz-placeholder { /* Firefox 18- */
  color: #c5c5c5;
  text-transform: uppercase;
  font-size:12px;
  text-transform: uppercase;  
}
.signupSection .email-signup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c5c5c5;
}
.signupSection .email-signup ::-moz-placeholder { /* Firefox 19+ */
  color: #c5c5c5;  
}
.signupSection .email-signup :-ms-input-placeholder { /* IE 10+ */
  color: #c5c5c5;  
}
.signupSection .email-signup :-moz-placeholder { /* Firefox 18- */
  color: #c5c5c5; 
}
.email-signup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c5c5c5;
}
.email-signup ::-moz-placeholder { /* Firefox 19+ */
  color: #c5c5c5;  
}
.email-signup :-ms-input-placeholder { /* IE 10+ */
  color: #c5c5c5;  
}
.email-signup. :-moz-placeholder { /* Firefox 18- */
  color: #c5c5c5; 
}

.btn-default:hover, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline label:hover, .btn-default:focus, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline label:focus, .btn-default.focus, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline label.focus, .btn-default:active, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline label:active, .btn-default.active, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline label.active, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline input[type="radio"]:checked+label, .open>.btn-default.dropdown-toggle, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .open>label.dropdown-toggle {
    color: #003a4f;
    background-color: #efefef;
    border-color: #003a4f;
}

.btn-group-vertical>.btn:first-child:not(:last-child), .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .btn-group-vertical>label:first-child:not(:last-child) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.btn-group-vertical>.btn:last-child:not(:first-child), .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .btn-group-vertical>label:last-child:not(:first-child) {
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child), .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .btn-group-vertical>label:not(:first-child):not(:last-child) {
    border-radius: 50px;
}
.supporter-nav a.btn.btn-default {
    margin-bottom: 1.5em;
}
.sidebar .input-group {
    display: block;
}
.sidebar .input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.sidebar .input-group-btn:last-child>.btn {
    margin-left: 0;
}
.sidebar .input-group-btn:last-child>.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
p.info-request {
    margin-top: 1.15em;
}

/* -------------------------------------- HEADER -------------------------------------- */
.headerImg {
    margin: 0;
    position: relative;
}
.slideContainer {
    margin: 0;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0 solid transparent;
}
.navContainer.container {
		position:relative;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    border: 0;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #002f3f;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 0.78em;
    font-weight: 700;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .navbar-nav>input[type="radio"]:checked+label>a, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .navbar-inverse .navbar-nav>input[type="radio"]:checked+label>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .navbar-nav>input[type="radio"]:checked+label>a:hover, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .navbar-inverse .navbar-nav>input[type="radio"]:checked+label>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .navbar-nav>input[type="radio"]:checked+label>a:focus, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline .navbar-inverse .navbar-nav>input[type="radio"]:checked+label>a:focus {
    color: rgba(183,31,53,1);
    background-color: #fff;
    border-bottom: 0;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0,0,0,0.75) 3px 4px;
    box-shadow: none;
}
.navbar-inverse {
    background-color: rgba(183,31,53,1);
    border-color: transparent;
}
/*.captionSubtitle {
    font-size:0.8em;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 2px 4px;    
}
.captionTitle {
    font-size: 52px;
    font-size: 3.5rem;
    font-size: calc(32px + 20 * (50vw + 50vh - 400px) / 600);
    margin-top:0;
    color: #fff;
}
.captionText {
    width: 45%;
    display: block;
    text-transform: uppercase;
    position: absolute;
    z-index: 100;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    margin-left: 0.5em;  
}
.carousel-caption h1:before {
    content: "";
    width: 140px;
    height: 1px;
    display: block;
    background: #fff;
    margin: 0 auto 0.25em;
}
.carousel-caption h1:after {
    content: "";
    width: 140px;
    height: 1px;
    display: block;
    background: #fff;
    margin: 0.25em auto 0.25em;
}*/
.carousel-caption {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 50px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: none;
    width: 65%;
    transform: translateY(-20%);
}


.signupSection {
    background-color: rgba(29,131,246,.08);    
    padding: 5em 0;
    margin-bottom: 0;
    background-image: linear-gradient(180deg,rgba(170, 170, 171, 0.08),rgba(255, 255, 255, 0.9));    
}
.signupActions ul {
    margin: 0;
    padding: 0;
}
.signupActions li {
    list-style-type: none;
    width: 100%;
    display: block;
    overflow: hidden;
}
.signupForm {
    margin-top: 0.85em;
}
.signupSection input.text {
    background-color: rgba(255, 255, 255, 1);
}
.actionIcon {
    display: inline-block;
    float: left;
    font-size: 3em;
    margin-right: 0.5em;
    width: 20%;
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
}
.actionCopy {
    display: inline-block;
    float: left;
}
.actionCopy h2 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.actionCopy span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

ul.socialLinksTop {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
    position: relative;
}
.socialLinksTop li {
    display: inline-block;
}
.socialLinksTop li a {
    color: #fff;
    background: #d52b29;
    border-radius: 3px;
    font-size: 16px;
    padding: 4px 6px;
}

/* -------------------------------------- BIO -------------------------------------- */
.bioSection {
    margin: 6em 0;
}
.bioFeature {
    font-size: 52px;
    font-size: 3.5rem;
    font-size: calc(32px + 20 * (50vw + 50vh - 400px) / 600);
    line-height: 1;
    margin-bottom: 0.5em;
}

/* -------------------------------------- EVENTS -------------------------------------- */
.latestEvents {
    padding: 3em 0;
}
.eventInfo {
    padding-bottom: 2em;
}
.map-wrap.padtop.padbottomless {
    margin-bottom: 3em;
}

/* -------------------------------------- VIDEOS -------------------------------------- */
.videoSection .newsContent h2 {
    display: inline-block;
    height: 65px;
    vertical-align: bottom;
}


/* -------------------------------------- NEWS -------------------------------------- */
.latestNews {
    margin: 4em 0;
}


/* -------------------------------------- FOOTER SIGNUP -------------------------------------- */
footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #969fad;
}
footer {
    color:#fff;
}
.footer {
    background-color: #3597d3;
    padding: 3em 0 3em;
    margin-top:6em;
    color:#fff;
}
.footerCredit {
    text-align: left;
    color: #c5c5c5;
}
.footerCredit a {
	color: #c5c5c5;;
}
.footer .email-signup.form {
    margin: 4em 0;
}
.footer .form-row.form-inline {
    text-align: center;
}
ul.footerNav {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 100%;    
}
.footerNav li {
    display: inline-block;
    margin: 0 0.5em;
    letter-spacing: .05em;
    text-align: right;
    width: 100%;    
}

.footerNav li:last-child a {
    border-width: 0
}

.footerNav li a {
    padding-right: 1em;
    border-style: solid;
    border-color: #c5c3c3;
    border-width: 0 0 0 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}


/* -------------------------------------- FOOTER -------------------------------------- */
footer {
    margin: 8em 0 0;
    background: #141414;
    padding: 4em 0 0;
}
.footerInfo {
    text-align: left;
}
.footerBottom {
    font-size:75%;
    padding: 2em 0 3em;
}
.footerInfo img {
    max-width: 240px;
    width: 100%;
    height: auto;
}
.footer-text {
    line-height: 1.8;
    padding-bottom: 0;
    padding-top: 0;
    font-size:75%;
    color: #c5c5c5;
}
ul.socialConnect {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.socialConnectOne li {
    list-style-type: none;
    display: inline-block;
}
.socialConnectOne li a {
    padding: 0 0.5em;
    display: inline-block;
    color:rgba(201,31,64,1);
}
.socialConnectOne li a:hover {
    color:rgba(183,31,53,1);
}
.socialConnectOne li:last-child a {
    padding-right: 0;
}
.socialConnectOne {
    display: block;
    text-align: right;
}
.socialConnectOne span {
    text-transform: normal;
    display: inline-block;
    vertical-align: top;
}


/* -------------------------------------- HEADER - LINKS -------------------------------------- */
.no-padding {
    padding: 0 !important;
}
.header-links {
    width: 100%;
    margin-bottom: 3em;
}

.header-links-item {
    text-align: center;
    min-height: 85px;
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2
}
.header-links-item article svg {
    font-size: 42px;
    line-height: 42px;
    margin-right: 16px;
    vertical-align: middle;
}
.header-links-item article {
    position: absolute;
    top: 50%;
    height: 42px;
    line-height: 42px;
    margin-top: -21px;
    width: 100%;
    vertical-align: middle;
    z-index: 2
}

.header-links-item article h3 {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    vertical-align: middle
}

.header-links-item article h3 span {
    display: inline-block;
    line-height: 42px;
    vertical-align: middle
}

.header-links-item article i,.header-links-item article .icon {
    font-size: 42px;
    line-height: 42px;
    margin-right: 16px;
    vertical-align: middle
}

.header-links-item .overlay {
    background: #141433;
    opacity: .8;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease 0.1s;
    -o-transition: opacity 0.2s ease 0.1s;
    transition: opacity 0.2s ease 0.1s
}

.header-links-item a:hover .overlay {
    opacity: .5
}

.header-links-item.accent .overlay {
    background: #ba1c24
}

.header-links-item.solid {
    background: #000;
    opacity: 1
}

.header-links-item.solid .overlay {
    opacity: 1
}

.header-links-item.solid a:hover .overlay {
    opacity: .2
}

.header-links-item.solid-primary {
    background: #141433;
    opacity: 1
}

.header-links-item.solid-primary .overlay {
    background: #141433;
    opacity: 1;
    -webkit-transition: background-color .2s ease .1s;
    -o-transition: background-color .2s ease .1s;
    transition: background-color .2s ease .1s
}

.header-links-item.solid-primary a:hover .overlay {
    background: #020245;
    opacity: 1
}

.header-links-item.solid-accent {
    background: #ba1c24;
    opacity: 1
}

.header-links-item.solid-accent .overlay {
    background: #ba1c24;
    opacity: 1;
    -webkit-transition: background-color .2s ease .1s;
    -o-transition: background-color .2s ease .1s;
    transition: background-color .2s ease .1s
}

.header-links-item.solid-accent a:hover .overlay {
    background: #d6000b;
    opacity: 1
}
