
/*** General ***/
body.gotv {
    font-family: 'gotham','helvetica neue', 'helvetica', sans-serif;
}
.sr-only{
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.padO {
    padding-left: 0;
    padding-right: 0;
}
.text-c {
    text-align: center;
}
.social-icon,
.btn,
.non-profit-partners img {
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;  
}

/*** Button ***/
.gotv .btn {
    padding: 15px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
    @media screen and (min-width: 600px) {
        .gotv .btn {
            padding: 25px 35px;
            font-size: 30px;
        }
    }

.gotv .btn:hover {
    text-decoration: none;
    background-color: #f0c745;
}

/*** Landing Page ***/
nav {
    display: block;
    padding: 0 25px;
    margin-top: 5px;
    line-height: 25px;
    text-align: right;
}
nav p {
    display: block;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 1px;
}
nav svg {
    height: 25px;
    margin-left: 15px;
    vertical-align: middle;
}
nav a {
    text-decoration: none;
}
nav svg:hover .social-icon {
    fill: #f0c745;
}
.gotvHead {
    position: relative;
    background-color: #231f20;
}
.flagsT {
    z-index: 1001;
    height: auto;
    position: absolute;
    width: 100%;
    top: -3%;
    left: -42.5%;
/*
    top: -7%;
    left: -32.5%;
*/
}
.head-logo {
    padding: 50px 0 30px;
    width: 80%;
}
.hero p {
    color: #f0c745;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.non-profit-partners {
    margin: 15px 0 130px;
}
.non-profit-partners a {
    text-decoration: none!important;
}
.non-profit-partners img {
    height: 50px;
    padding: 0 10px;
    margin: 0 auto 25px;
    display: inline;
    width: auto;
}
.partners a:hover img {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.non-profit-partners picture:nth-of-type(4) img {
    height: 56px;
}
.flagsWrap {
    position: absolute;
    z-index: 1;
    width: 125%;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -ms-transform: translate(0, 40%);
        transform: translate(0, 40%);
    -webkit-transform: translate(0, 40%);
}
.flagsBWrap {
    overflow: hidden;
}
.flagsB {
    position: relative;
    right: -39.5%;
}
.gotvInfo {
    background-color: #d9416f;
    padding: 85px 0 100px;
    color: #fff;
}
.gotvInfo h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
}
.gotvInfo span {
    display: block;
}
.gotvInfo h2 {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.35;
    padding-left: 0;
}
.gotvInfo h1:last-of-type {
    margin-bottom: 15px;
}
.gotvInfo h2 {
    margin-bottom: 15px;
}
.btn {margin-top: 15px}
.gotvInfo a {
    background-color: #8ab6ff;
}
.indFlag {
    position: absolute;
    right: 15px;
    bottom: -20px;
}
.indFlag svg {
    height: 75px;
}
.foot-logo-wrap {
    margin-bottom: 40px; 
}
.gotv footer {
    padding: 0;
    background: #FFF;
    overflow: hidden;
}
.gotv footer svg {
    width: 90%;
}
.gotv footer a {
    background-color: #6bbfa5;
}
.gotv footer img {
    width: 180%;
    height: auto;
    margin: 0 0 -10px -40%;
}
.foot-btn-wrap {
    margin-bottom: 75px;
}

/*** Fade In & Keyframes ***/
.hide-initial {
    opacity: 0;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
}
.hide-initial-hero {
    opacity: 0;
}
.hero-fade-in {
    -webkit-animation: fade-in-grow 1s forwards;
            animation: fade-in-grow 1s forwards;
}
.hide-initial.fade-in {
    -webkit-animation: fade-in 2s forwards;
            animation: fade-in 2s forwards;
}
.fade-in-left {
    -webkit-animation: fade-in-from-left 1s forwards;
            animation: fade-in-from-left 1s forwards;
}
.fade-in-right {
    -webkit-animation: fade-in-from-right 1s forwards;
            animation: fade-in-from-right 1s forwards;
}
.non-profit-partners {
    -webkit-animation-delay: .5s!important;
            animation-delay: .5s!important;
}
@-webkit-keyframes fade-in-grow {
     0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
                transform: translateY(25px);
        -webkit-transform: scale(0.85);
                transform: scale(0.85);
    }
    50% {
        -webkit-transform: 1.01;
                transform: 1.01;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes fade-in-grow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
                transform: translateY(25px);
        -webkit-transform: scale(0.85);
                transform: scale(0.85);
    }
    50% {
        -webkit-transform: 1.01;
                transform: 1.01;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes fade-in-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
                transform: translateX(-150px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes fade-in-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
                transform: translateX(-150px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes fade-in-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(150px, 40%);
                transform: translate(150px, 40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 40%);
                transform: translate(0, 40%);
    }
}
@-webkit-keyframes fade-in-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(150px, 40%);
                transform: translate(150px, 40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 40%);
                transform: translate(0, 40%);
    }
}

@media screen and (min-width: 360px) {
    .head-logo {
        padding: 90px 0 30px;
    }
    .partners img {
        height: 40px;
        padding: 0 15px;
    }
    .flagsB {
        right: -44%;
    }
    .gotvInfo h1 {
        font-size: 36px;
    }
    .gotvInfo h2 {
        font-size: 18px;
        padding-left: 5px;
        padding-right: 45px;
    }
    .indFlag {
        right: 20px;
    }
    .indFlag svg {
        height: 90px;
    }
}

@media screen and (min-width: 375px) {
    nav p {
        font-size: 12px;
    }
    nav svg {
        height: 30px;
        margin-left: 20px;
    }
    .flagsT {
        top: -7%;
        left: -32.5%;
    }
    .head-logo {
        padding: 40px 0 30px;
    }
}

@media screen and (min-width: 400px) {
    .head-logo {
        padding: 65px 0 30px;
    }
    .partners {
        margin: 15px 0 100px;
    }
    .partners img {
        height: 45px;
    }
    .gotvInfo {
        padding: 100px 0 115px;
    }
    .gotvInfo h1 {
        font-size: 40px;
        line-height: 1.15;
    }
}

@media screen and (min-width: 450px) {
    .partners img {
        height: 50px;
        display: inline-block;
    }
    .gotvInfo h1 {
        font-size: 45px;
    }
    .gotvInfo h2 {
        font-size: 20px;
        padding-right: 60px;
    }
}

@media screen and (min-width: 500px) {
    .partners img {
        padding: 0 30px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 600px) {
    nav {
        padding: 0 30px;
        margin-top: 25px;
        line-height: 36px;
    }
    nav p {
        display: inline-block;
        font-size: 14px;
    }
    nav svg {
        height: 36px;
    }
    .flagsT {
        width: 90%;
    }
    .head-logo {
        padding: 85px 0 30px;
    }
    .partners img {
        padding: 0 12px;
        margin-bottom: 45px;
        height: 40px;
    }
    .flagsWrap {
        width: 110%;
    }
    .gotvInfo {
        padding: 125px 0 155px;
    }
    .gotvInfo h1 {
        font-size: 60px;
    }
    .gotvInfo h2 {
        font-size: 24px;
    }
    .btn {
        font-size: 20px;
        padding: 20px 40px;
    }
    .gotvInfo .btn {
        margin-left: 5px;
    }
    .foot-logo-wrap {
        margin-bottom: 75px;
    }
    footer img {
        width: 130%;
        margin: 0 0 -5px -15%;
    }
}

@media screen and (min-width: 768px) {
    .flagsT {
        width: 70%;
        left: -11%;
    }
    .head-logo {
        width: 75%;
    }
    .partners img {
        padding: 0 15px;
        margin-bottom: 60px;
        height: 45px;
    }
    .flagsWrap {
        width: 90%;
    }
    .flagsB {
        right: -38%;
    }
    .indFlag {
        right: 35px;
        bottom: -25px;
    }
    .indFlag svg {
        height: 125px;
    }
    .gotvInfo h1 {
        font-size: 65px;
    }
    .gotvInfo h2 {
        padding-right: 0;
    }
    footer svg {
        width: 75%;
    }
    footer img {
        width: 120%;
        margin: 0 0 -5px -10%;
    }
    .foot-btn-wrap {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1024px) {
    nav {
        padding: 0 70px;
        margin-top: 45px;
    }
    nav svg {
        height: 42px;
        margin-left: 30px;
    }
    nav p {
        font-size: 16px;
    }
    .flagsT {
        width: 60%;
        left: -7%;
    }
    .head-logo {
        width: 70%;
        padding: 55px 0 45px;
    }
    .partners {
        margin: 25px 0 125px;
    }
    .partners img {
        height: 55px;
    }
    .flagsWrap {
        width: 75%;
    }
    .flagsB {
        right: -31%;
    }
    .gotvInfo h1 {
        font-size: 80px;
    }
    .gotvInfo h2 {
        font-size: 28px;
    }
    .foot-logo-wrap {
        margin-bottom: 85px;
    }
    footer svg {
        width: 100%;
    }
    footer img {
        width: 100%;
        margin: 0 0 -5px;
    }
}

@media (min-width: 1200px) {
    .flagsWrap {
        width: 80%;
    }
    .flagsB {
        right: -39%;
    }
    .hero p {
        font-size: 16px;
    }
    .partners img {
        height: 60px;
        padding: 0 25px;
    }
    .gotvInfo {
        padding: 150px 0 155px;
    }
    .gotvInfo h1 {
        font-size: 95px;
    }
    .gotvInfo h1:last-of-type {
        margin-bottom: 50px;
    }
    .gotvInfo h2 {
        font-size: 32px;
    }
    .gotvInfo h2:nth-of-type(2) {
        margin-top: 25px;
    }
    .gotvInfo h2:nth-of-type(3) {
        margin: 25px 0 40px;
    }
    .gotvInfo h2:nth-of-type(4) {
        font-weight: 600;
        margin-bottom: 60px;
    }
    .indFlag {
        right: 50px;
        bottom: -35px;
    }
    .indFlag svg {
        height: 150px;
    }
}
    
@media (min-width: 1200px) {
    .head-logo {
        padding: 105px 0 55px;
    }
    .partners {
        margin: 30px 0 175px;
    }
    .btn {
        padding: 25px 55px;
        font-size: 22px;
    }
}

@media (min-width: 1400px) {
    .flagsT {
        width: 50%;
        left: -6%;
    }
    .flagsWrap {
        width: 62%;
    }
    .flagsB {
        right: -26%;
    }
    .gotvInfo {
        padding: 175px 0 200px;
    }
    .gotvInfo h1 {
        font-size: 110px;
        line-height: 1.1;
    }
    .gotvInfo h2 {
        font-size: 40px;
        line-height: 1.3;
    }
    .foot-btn-wrap {
        margin-bottom: 150px;
    }
}

@media (min-width: 1600px) {
    .head-logo {
        width: 80%;
    }
    .partners {
        margin: 30px 0 195px;
    }
    .partners img {
        height: 65px;
    }
    .indFlag {
        right: 8%;
    }
    footer svg {
        max-width: 1100px;
    }
}

@media (min-width: 1800px) {
    .head-logo {
        padding: 130px 0 75px;
    }
    .partners {
        margin: 30px 0 225px;
    }
    .indFlag {
        right: 9%;
    }
    footer svg {
        max-width: 935px;
    }
    footer img {
        margin-bottom: -5%;
    }
}

@media (min-width: 2100px) {
    .flagsT {
        max-width: 1035px;
    }
    .flagsWrap {
        max-width: 1285px;
    }
    .indFlag {
        right: 11%;
    }
}


.col-xs-12 .story-preview {text-align: left;}

.col-xs-12 h3 {margin-bottom: 75px;}
























