/* ====== */
/* RESETS */
/* ====== */

.jumbotron {
    background-color: #E7E7E7;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    font-family: 'Source Sans Pro', sans-serif;
}

/* ====== */
/* NAVBAR */
/* ====== */

/* different font */
.nav {
    font-family: Futura, helvetica, sans-serif;
}

.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding-top: 25px;
}

/* collapse earlier, to avoid menu items wrapping below brand img */
@media (min-width: 768px) and (max-width: 900px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

}

@media (max-width: 900px) {
    .navbar-default .navbar-nav > li > a {
        padding-top: 0;
    }
}

/* background & font colours */
#bs-example-navbar-collapse-1, .navbar-header {
    background-color: #990099;
    color: white;
}

#bs-example-navbar-collapse-1 a, #bs-example-navbar-collapse-1 a:hover {
    color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
    border-color: white;
}

/* remove random margin that pushes menu item against screen */
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
}

/* add some padding to navbar to center brand img */
#navBarPaddingBottom {
    padding-bottom: 20px;
}

/* ====== */
/* INPUTS */
/* ====== */

/* signup forms */
input, input[type="text"] {
    background: ghostwhite;
    border: 1px solid black;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    color: black;
}

input[type="submit"] {
    border: 0px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* brand colours */
.btn-conf, .btn-conf:hover, .conf-btn, .conf-btn:hover {
    background-color: #00966D;
    color: white;
}

/* brand colours */
.btn-conf-purple, .btn-conf-purple:hover {
    background-color: #990099;
    color: white;
    padding: 14px;
    text-transform: uppercase;
    border: 2px solid black !important;
    font-size: 26px;
}

@media (max-width: 989px) {
    .jumbotron-homepage {
        min-height: 0;
    }

    .jumbotron-homepage input, input[type="text"], .be-part-section input, .signup-section input {
        max-width: 200px;
    }

    .jumbotron-homepage .form-group, .be-part-section .form-group, .signup-section {
        text-align: center;
    }

    .jumbotron-homepage .btn-signup, .be-part-section .btn-signup, .signup-section {
        text-align: center;
    }
}

/* =============== */
/* GENERAL STYLING */
/* =============== */

footer {
    background-color: #333333;
    color: white;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer .data {
    font-size: 18px;
    font-weight: 200;
}

/* social media styling */
.large-icon-font-awesome {
    font-size: 5em;
}

/* social media styling */
.middle-social-icon {
    margin-left: 25px;
}

/* social media styling */
.fa-facebook-official, .fa-twitter-square, .fa-facebook-official:hover, .fa-twitter-square:hover {
    color: white;
}

/* social media styling */
footer a, footer a:hover {
    text-decoration: none;
}

/* blank spacer to hack </br> */
.blank-spacer {
    height: 60px
}

.background-main {
    background-color: #f2f2f2;
}

.background-alt {
    background-color: #ffffff;
}

.clickable-div {
    cursor: pointer;
}

/* ====================== */
/* PAGE - HOMEPAGE / JOIN */
/* ====================== */

#homepage-info-blurb {
    margin-top: 75px;
    margin-bottom: 40px;
}

#homepage-info-blurb p {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 200;
}

.jumbotron-homepage {
    background-image: url("banner_us_greyscale_green_1150.jpg");
    min-height: 668px;
    border-bottom: solid black 1px;
    background-color: #25A381;
    margin-bottom: 0;
}

.jumbotron-homepage h1 {
    color: ghostwhite;
    font-size: 36px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 900;
}

#reclaim-logo-single-homepage {
    max-height: 200px;
}

@media (max-width: 570px) {
    .jumbotron-homepage h1 {
        font-size: 28px;
    }

}

@media (max-width: 400px) {
    .jumbotron-homepage {
        background-color: #E7E7E7;
        background-image: none;
    }

    .jumbotron-homepage h1 {
        color: #990099;
    }

}

.homepage-top-jumbo h1 {
    font-size: 46px;
    color: white;
    font-weight: 300;
}

.homepage-top-jumbo {
    background-color: #25A381;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 25px;
}

/* ===================== */
/* PAGE - SIGNUP */
/* ===================== */

.signup-section {
    height: 100%;
    padding-top: 75px;
    background-color: white;
}

/* ==================== */
/* PAGE - BIG QUESTIONS */
/* ==================== */

#myTabs {
    margin-top: 63px;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align: center;
}

.tab-pane hr {
    border-top: 1px solid black;
}

.tab-heading {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.tab-pane p {
    font-size: 20px;
    margin-bottom: 30px;
}

.tab-content li {
    font-size: 20px;
    margin-bottom: 15px;
}

.tab-content h2 {
    margin-bottom: 20px;
}

.tab-pane blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.tab-pane blockquote:before {
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.tab-pane blockquote h2 {
    font-style: italic;
}

@media (max-width: 767px) {
    .nav-tabs > li {
        float: none;
        border: 1px solid #dddddd;
        display: block;
    }

    .nav-tabs > li.active > a {
        border: none;
    }

    .nav > li > a:hover, .nav > li > a:focus,
    .nav > li > a:hover, .nav > li > a:focus,
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background: none;
        border: none;
    }
}

/* ============ */
/* PAGE - ABOUT */
/* ============ */

.about-p-margin {
    margin-top: 20px;
}

.about-page {
    margin-top: 70px;
}

.about-page p {
    font-size: 28px;
    margin-bottom: 35px;
    text-align: left;
    font-weight: 300;
}

.about-page .row {
    margin-left: 5px;
}

.nb-youtube-videos p {
    margin-bottom: 80px;
}

.about-page li {
    text-align: left;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
}

.about-page ol, .about-page ul {
    margin-bottom: 28px;
}

.intro-line-break {
    margin-bottom: 44px;
    border-top: 1px solid black;
}

/* ================= */
/* PAGE - CONFERENCE */
/* ================= */

.conference-jumbotron {
    margin-bottom: 0;
}

.agenda {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    /*color: #E7E7E7;*/
    text-align: left;
}

.agenda tr td:nth-child(1) {

    font-size: 20px;
    font-family: 'Work Sans', sans-serif;

}

.agenda small {
    font-family: 'Work Sans', sans-serif;
}

.agenda-container {
    background-color: #00966D;
    color: #E7E7E7;
}

.agenda, .agenda tr td:nth-child(1) {
    font-weight: 400;
    font-size: 30px;
}

/* ================ */
/* PAGE - THANK YOU */
/* ================ */

.thank-you-p {
    font-size: 26px;
    margin-top: 30px;
}

.content-pages-show-basic-wide {
    margin-top: 20px;
}

.alert {
    margin-bottom: 3px;
}

.success, .notice {
    background-color: #DFF0D8;
}

.content-users-activations-new-wide {
    max-width: 500px;
    margin: auto;
    margin-top: 57px;
    padding-left: 10px;
    padding-right: 10px;
}

.content-users-activations-new-wide .form {
    padding-left: 20px;
    padding-right: 20px;
}

.thank-you-text h1 {
    font-size: 31px;
    font-weight: 300;
}

/* ==================== */
/* PAGE - BE PART OF IT */
/* ==================== */

.social-container {
    margin-top: 50px;
}

.be-part-section {
    padding-top: 15px;
}

.social-container h3 {
    font-size: 34px;
    font-weight: 300;
}

.social-row {
    min-height: 105px;
}

.social-image {
    padding-top: 2px;
}

.social-text {
    margin-left: 30px;
}

.social-image-forum {
    padding-top: 12px;
}

.social-image-facebook {
    padding-top: 12px;
}

.social-image-twitter {
    padding-top: 5px;
}

@media (max-width: 993px) {
    .social-image {
        text-align: center;
    }

    .social-text {
        text-align: center;
        margin-left: 0;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* =========== */
/* PAGE - NEWS */
/* =========== */

.news-page #content {
    margin-top: 40px;
}

.news-page p {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 300;
}

.news-page .text-content h1 {
    margin-bottom: 35px;
}

.content-pages-show-petition-wide {
		margin:50px;
}

.content-pages-show-petition-wide h2 {
 font-size: 42px;
  font-weight: 400;
  margin-bottom: 40px;
}  

.content-pages-show-petition-wide p, .content-pages-show-petition-wide li,  .content-pages-show-petition-wide .btn{
  font-size: 24px;
  font-weight: 200;
}

.content-pages-show-petition-wide p {
  	margin: 0 0 20px;
}

.content-pages-show-petition-wide .petitionSubHeading {
    font-size: 35px;
    font-weight: 400;
}