* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('./fonts/GothamMedium.otf');
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('./fonts/GothamBold.otf');
}

::selection {
    background-color: #252161;
    color: #fff;
}

::-moz-selection {
    background-color: #252161;
    color: #fff;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}

/* WAYPOINTS */
.fade-in-from-left {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-in-from-left.animated {
    animation-name: fade-from-left;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    45% {
        opacity: 0.5;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-in-from-bottom {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.fade-in-from-bottom.animated {
    animation-name: fade-from-bottom;
    animation-duration: 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@keyframes fade-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade-in-from-right {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.fade-in-from-right.animated {
    animation-name: fade-from-right;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -o-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/* PRIVACY POLICY PAGE -------------------------------------------------------*/
.pp-main {
    width: 100%;
    font-family: 'Gotham Medium';
}

.pp-link {
    color: #252161;
}

.pp-link:hover {
    color: #BDE4EA;
}

.pp-header {
    padding: 30px 0;
    width: 100%;
}
  
.pp-logo {
    display: block;
    margin: 0 auto;
    width: 276px;
    height: 100px;
}

  
.pp-div {
    color: #4A4A4A;
    padding: 20px 5% 30px;
    width: 100%;
}

.pp-h-tag {
    color: #252161;
    font-family: 'Gotham Bold';
    margin: 10px 0;
    text-align: left;
}
  
.pp-main ol li,
.pp-main ul li {
    margin: 5px 0 5px 60px;
}

.pp-main p {
    margin-bottom: 20px;
}

/* HEADER --------------------------------------------------------------------*/
.banner {
    background-color: #252161;
    padding: 20px 5%;
}

.banner p {
    font-family: 'Gotham Medium';
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.main-header {
    position: relative;
    background-image: url('../images/newhero.png');
    background-repeat: no-repeat;
    background-position: right;
    /* background-size: auto 102%; */
    min-height: 675px;
}

.nav-wrapper {
    width: 100%;
    padding: 20px 5%;
    position: relative;
    z-index: 1;
}

.left-nav {
    display: inline-block;
    margin-top: 10px;
}

.right-nav {
    display: inline-block;
    float: right;
    font-size: 0;
}

.nav-a {
    font-size: 19px;
    color: #252161;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Gotham Bold';
    display: inline-block;
}

.nav-a:after {
    display: block;
    content: '';
    border-bottom: solid 4px #4D8AA3;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform 250ms ease-in-out;
}

.nav-a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.why-a {
    margin: 0 20px;
}

.left-a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
    font-size: 19px;
    color: #FFFFFF;  
    padding: 10px 25px; 
    display: inline-block;
}

.donate-a {
    background: #FC6C0F;
}

.donate-a:hover {
    background-color: #4D8AA3;
}

.sign-up-a {
    color: #004D72;
    background-color: #fff;
}

.sign-up-a:hover {
    background-color: #4D8AA3;
    color: #fff;
}

.container {
    cursor: pointer;
    float: left;
    left: 5%;
    position: absolute;
    top: 20px;
    z-index: 10;
    display: block;
    display: none;
}

.bar1, .bar2, .bar3 {
    background-color: #252161;
    height: 5px;
    margin: 6px 0;
    transition: all 0.4s;
    width: 35px;
}

.change .bar1 {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    background-color:  #fff;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transform: rotate(-45deg) translate(8px, -7px);
    background-color: #fff;
}

.mobile-nav {
    display: none;
}

.left-hero {
    position: absolute;
    width: 36%;
    left: 5%;
    top: 23%;
}

.main-logo {
    width: 100%;
    margin: 10px auto;
    display: block;
}

/* .hero-line {
    width: 100%;
} */

/* .hero-image {
    margin-left: auto;
    display: block;
    margin-right: 2%;
    margin-bottom: -5px;
} */

h1 {
    text-transform: uppercase;
    font-family: 'Gotham Bold';
    color: #252161;
    font-size: 52px;
    text-align: center;
    margin-top: 25px;
}

/* h1 span {
    color: #FC6C0F;
} */

/* MAIN ----------------------------------------------------------------------*/
main {
    width: 100%;
}

.involved-section {
    background-color: #252161;
    padding: 40px 10%;
}

.involved-section h2 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Gotham Bold';
    font-size: 40px;
}

.form-wrapper {
    width: 100%;
    margin: 10px auto;
}

.form-wrapper form {
    width: 100%;
    font-size: 0;
}

.input {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-family: 'Gotham Bold';
    font-size: 23px;
    padding: 15px 20px;
}

.input::placeholder {
    color: #fff;
}

.email {
    width: 50%;
}

.zip {
    width: 20%;
    margin: 5px 2%;
}

.signup-btn {
    border-color: transparent;
    text-transform: uppercase;
    background-color: #FC6C0F;
    width: 26%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.donate-section {
    width: 100%;
    padding: 0 0 0 5%;
    font-size: 0;
    text-align: right;
}

.donate-inner-wrap {
    display: inline-block;
    width: calc(100% - 181px);
}

.donate-section h2 {
    text-transform: uppercase;
    color: #252161;
    display: inline-block;
    font-family: 'Gotham Bold';
    font-size: 40px;
    vertical-align: middle;
    margin-right: 5%;
    /* float: left;
    margin-top: 36px; */
}

.donate-inner {
    display: inline-block;
}

.donate-section-a {
    background-color: #FC6C0F;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    font-size: 32px;
    font-family: 'Gotham Bold';
    display: inline-block;
    width: 105px;
    margin: 0 10px;
    text-align: center;
    padding: 10px 15px 10px 10px;
    height: 100%;
}

.donate-section-a span {
    font-size: 21px;
    color: #252161;
    vertical-align: text-top;
    margin-right: 5px;
}

.donate-section-a:hover {
    background-color: #4D8AA3;
}

.donate-section-a:hover span {
    color: #FC6C0F;
}

.donate-section-btn {
    text-transform: uppercase;
    background-color: #FC6C0F;
    color: #fff;
    height: 100%;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    padding: 40px 16px;
    width: 171px;
    margin-right: 0;
}

/* SECTION -------------------------------------------------------------------*/
.meet-section {
    width: 100%;
    background-color: #BDE4EA;
    color: #fff;
    padding: 100px 10%;
}

.meet-section h2 {
    font-family: 'Gotham Bold';
    font-size: 52px;
    color: #252161;
    margin-left: 5%;
    text-transform: uppercase;
}

.meet-wrapper {
    width: 100%;
    font-size: 0;
    margin-top: 30px;
}

.meet-left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 5%;
}

.meet-left p {
    font-family: 'Gotham Medium';
    font-size: 22px;
    color: #4A4A4A;
    line-height: 27px;
    margin-bottom: 30px;
}

.meet-right {
    display: inline-block;
    width: 50%;
}

.meet-right p {
    font-family: 'Gotham Medium';
    font-size: 22px;
    color: #4A4A4A;
    line-height: 27px;
    padding: 0 5%;
    margin-bottom: 30px;
}

.images-wrapper {
    width: 100%;
}

.top-images-wrapper {
    width: 100%;
    display: block;
    background-image: url('../images/top-right.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left top;
}

.top-right {
    margin-left: auto;
    display: block;
    width: 61%;
}

.bottom-image-wrapper {
    width: 100%;
    display: block;
    background-image: url('../images/bottom-left.png');
    background-repeat: no-repeat;
    background-size: 73%;
    background-position: left top;
}

.bottom-left {
    margin-left: auto;
    display: block;
    width: 35%;
}

.why-section {
    width: 100%;
    padding: 50px 15%;
}

.why-section h2 {
    text-transform: uppercase;
    font-family: 'Gotham Bold';
    font-size: 52px;
    color: #252161;
    margin-bottom: 30px;
}

.why-image {
    float: right;
    margin-left: 50px;
    margin-bottom: 45px;
    width: 50%;
    max-width: 500px;
}

.why-section p {
    font-family: 'Gotham Medium';
    font-size: 22px;
    color: #4A4A4A;
    line-height: 27px;
    margin: 30px 0;
}

.why-section ul {
    margin-left: 8%;
}

.why-section ul li {
    font-family: 'Gotham Medium';
    font-size: 22px;
    color: #4A4A4A;
    line-height: 27px;
    margin: 7px 0;
}

/* FOOTER --------------------------------------------------------------------*/
footer {
    background-color: #BDE4EA;
    width: 100%;
    padding: 50px 5%;
    text-align: center;
    font-family: 'Gotham Bold';
    color: #252161;
}

.footer-nav {
    margin: 45px auto 40px;
}

.footer-a {
    text-decoration: none;
    text-transform: uppercase;
    /* font-family: 'Gotham Bold'; */
    color: #252161;
    font-size: 19px;
    text-align: center;
    display: inline-block;
}

.footer-a:after {
    display: block;
    content: '';
    border-bottom: solid 4px #4D8AA3;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform 250ms ease-in-out;
}

.footer-a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.why-footer-a {
    margin: 0 20px;
}

.footer-nav-inner-wrap {
    margin-top: 30px;
    font-size: 0;
}

.footer-donate-btn {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
    font-size: 19px;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    background: #FC6C0F;
}

.footer-donate-btn:hover {
    background-color: #578AA2;
}

.footer-signup-btn {
    color: #252161;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
    font-size: 19px;
    padding: 10px 25px;
    display: inline-block;
}

.footer-signup-btn:hover {
    background-color: #252161;
    color: #fff;
}

.footer-logo {
    max-width: 350px;
}

.footer-social-div {
    margin: 30px auto;
}

.social-a {
    color: #fff;
    text-decoration: none;
}

.social-a:hover #Shape,
.social-a:hover #Fill-1,
.social-a:hover #Fill-4,
.social-a:hover #Fill-6 {
    fill: #4D8AA3;
}

.social-a:nth-of-type(2) {
    margin: 0 25px;
}

.email-a {
    color: #252161;
    font-size: 21px;
}

.email-a:hover {
    color: #4D8AA3;
}

.privacy-p {
    margin-top: 30px;
}

.privacy-p a {
    color: #252161;
}

.privacy-p a:hover {
    color: #4D8AA3;
}

.paid-for-p {
    color: #252161;
    font-family: 'Gotham Medium';
    padding: 10px 20px;
    display: inline-block;
    margin-top: 30px;
    border: 2px solid #252161;
}

/* HOVERS --------------------------------------------------------------------*/

/* NGP Form ------------------------------------------------------------------*/
.ngp-form {
    max-width: 100% !important;
    margin: 0 auto;
}

header.at-title {
    display: none;
}

.at h1,
.at h2,
.at h3,
.at h4,
.at h5,
.at h6 {
    display: none;
}

.at-inner {
    background: transparent !important;
}

.at fieldset legend {
    display: none;
}

.form-wrapper #NVSignupForm486509 input {
    border-radius: 0;
    height: 50px;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-family: 'Gotham Bold';
    font-size: 23px;
    padding: 15px 20px;
}

/* .input {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-family: 'Gotham Bold';
    font-size: 23px;
    padding: 15px 20px;
} */

.input::placeholder {
    color: #fff;
}

.email {
    width: 50%;
}

.zip {
    width: 20%;
    margin: 5px 2%;
}

.signup-btn {
    border-color: transparent;
    text-transform: uppercase;
    background-color: #FC6C0F;
    width: 26%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-wrapper #NVSignupForm486509 input::placeholder {
    color: #fff;
}

.form-wrapper #NVSignupForm486509 .at-form-submit {
    display: inline-block;
    vertical-align: top;
    width: 26%;
}

.form-wrapper #NVSignupForm486509 .at-form-submit .at-submit {
    box-sizing: border-box;
    display: inline-block;
    font-size: 22px;
    line-height: 1px;
    text-indent: 0px;
    text-transform: uppercase;
    width: 100%;
    border-color: transparent;
    text-transform: uppercase;
    background-color: #FC6C0F;
    font-family: 'Gotham Bold' !important;
    font-weight: 800;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.form-wrapper #NVSignupForm486509 .at-form-submit .at-submit:hover {
    border: transparent;
    background-color: #4D8AA3;
    cursor: pointer;
}

.form-wrapper #NVSignupForm486509 .at-row.at-row-solo.EmailAddress {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0;
}

.submit-btn {
    color: #FBF9F2;
    background-color: #178ACB;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    width: 31%;
    -webkit-appearance: none;
    -moz-appearance: none;
} 

.form-wrapper #NVSignupForm486509 .at-row.at-row-solo.PostalCode {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 2%;
}

.form-wrapper .at-text {
    color: transparent;
    font-size: 0;
}

.at-row>[class^="at-"] {
    margin: 0 !important;
    min-width: 100px !important;
}

.at-form-submit {
    padding: 0 !important;
}

.at-fieldset .ContactInformation,
.ngp-form .at,
.at fieldset:last-of-type {
    padding: 0 !important;
} 

div.at-markup.UpdateMyProfile {
    display: none !important;
}