
@keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }


*, html, body { margin: 0px; padding: 0px; }

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;        
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1 ;} /* IE < 8 */

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    /*scroll-behavior: smooth;*/
    -webkit-overflow-scrolling: touch;

}


body {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    background-color: #000;
}
@media screen and (max-width: 767px) {
    body {
        background-color: #fff !important;
    }
}

figure#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100000;
}
figure#loading .loading {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    padding: 10px;
    /*background: rgba(255, 255, 255, 0.25);*/
    border-radius: 50%;
    z-index: 100001;
}
figure#loading #loader {
    position: relative;
    margin: 0 auto;
    border-top: 12px solid rgba(218, 129, 49, 0.3);
    border-right: 12px solid rgba(218, 129, 49, 0.3);
    border-bottom: 12px solid rgba(218, 129, 49, 0.3);
    border-left: 12px solid rgba(218, 129, 49, 0.3);
}
#loader,
#loader:after {
    border-radius: 50%;
    width: 74px;
    height: 74px;
}
figure#loading #loader .loader {
    margin: 0 -9px;
    font-size: 10px;
    top: -9px;
    left:0;
    right: 0;
    position: absolute;
    text-indent: -9999em;
    border-top: 6px solid rgba(255, 255, 255, 0);
    border-right: 6px solid rgba(255, 255, 255, 0);
    border-bottom: 6px solid rgba(255, 255, 255, 0);
    border-left: 6px solid #A55328;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 68px;
    height: 68px;
}




#page-wrapper.container-fluid {
    display: block;
    position: relative;
    width: 100%;
    max-width: 5120px;
    height: 100vh;
    margin: 0 auto;
    padding: 8px 9px;
}

#page-wrapper #share {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 46px;
    padding: 5px;
    overflow: hidden;
    border-radius: 4px;
    transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
    z-index: 10;
}
#page-wrapper #share.open {
    height: 145px;
    background-color: #2b2b2b;
}
#page-wrapper #share .share {
    font-size: 24px !important;
    padding: 5px 7px;
    color: #fff;
}
#page-wrapper #share.open .share {
    color: #fff;
}
#page-wrapper #share i {
    display: block;
    width: 34px;
    /*height: 34px;*/
    color: #2b2b2b;
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    z-index: 12;
}
#page-wrapper #share a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 50%;
    z-index: 11;
}
#page-wrapper #share a:hover {
    text-decoration: none;
}
#page-wrapper #share a.facebook i {
    padding: 6px 11px;
}
#page-wrapper #share a.twitter i {
    padding: 6px 7px;
}
#main-content.main-content {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25) !important;
    z-index: 1;
}
#main-content.main-content .content-section {
    clear: both;
    display: block;
    position: relative;
}
#main-content.main-content .content-section .content {
    position: relative;
    display: block;
}
#main-content.main-content .content-section .content .mobile-content-wrapper {
    max-width: 100%;
}
#background-content.background-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#background-content.background-content .background-content-wrapper {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
}
#background-content.background-content .background {
    position: absolute;
    display: block;
    clear: both;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.main-content section .video-player {
    text-align: center !important;
}
.main-content section .video-player .video-js {
    width: 100% !important;
    min-height: 394px !important;
    margin: 0 auto;
    background-color: #000 !important;
}
.main-content section .video-js .vjs-big-play-button {
    top: calc(50% - 25px) !important;
    left: calc(50% - 75px) !important;
    width: 150px !important;
    background-color: rgba(0,0,0,0) !important;
    border: 3px solid rgba(255,255,255,0.8) !important;
    border-radius: 0 !important;
    height: 50px !important;
    font-family: 'urw-din' !important;
    font-size: 20px !important;
    line-height: 40px !important;
    font-weight: 700;
}
.main-content section .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "PLAY" !important;
    font-family: 'urw-din' !important;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}
.main-content section .video-js .vjs-big-play-button .vjs-control-text {
    
}
.main-content section .video-js .vjs-big-play-button:hover {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0.8) !important;
    color: rgba(0,0,0,0.8) !important;
    
}

.video-js.vjs-paused .vjs-control-bar {
    display: none;
}

.main-content section .subscription .button:hover {
    text-decoration: none !important;
}

.main-content section .subscription .button {
    border-radius: 0 !important;
}

@media screen and (max-width: 1200px) {
    #background-content.background-content .background {
        /*background-size: contain !important;*/
    }
}
@media screen and (max-width: 1024px) {
    .main-content section .video-player .video-js {
        min-height: 327px !important;
    }
}
@media screen and (max-width: 768px) {
    .main-content section {
        background-repeat: no-repeat !important;
    }
    .main-content section .video-player .video-js {
        min-height: 237px !important;
    }
    .main-content section .video-js .vjs-big-play-button {
        top: calc(50% - 20px) !important;
        left: calc(50% - 62.5px) !important;
        width: 125px !important;
        height: 40px !important;
    }
    .main-content section .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        top: -4px !important;
        font-size: 14px !important;
    }
}
@media screen and (max-width: 767px) {
    .main-content section .video-player .video-js {
        min-height: 271px !important;
    }
    
}
@media screen and (max-width: 576px) {
    #page-wrapper #share {
        top: 10px !important;
        right: 0px !important;
        padding: 5px 0 !important;
    }
    #main-content.main-content {
        
    }
    #main-content.main-content .content-section {
        background-repeat: no-repeat !important;
    }
    .main-content section .video-player .video-js {
        min-height: 200px !important;
    }
    .main-content section .video-js .vjs-big-play-button {
        top: calc(50% - 12.5px) !important;
        left: calc(50% - 37.5px) !important;
        width: 75px !important;
        height: 25px !important;
        border: 2px solid #fff !important;
    }
    .main-content section .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        top: -10px !important;
        font-size: 14px !important;
    }
    #background-content.background-content {
        display: none;
    }
    #background-content.background-content .background-content-wrapper {
        opacity: 1 !important;
    }
    #background-content.background-content .background {
        position: relative !important;
    }
    
}





/* Section 1 */
.background-content #background-1 {
    /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-screen-1.webp);*/
    background-color: rgba(66,117,157,.8);
    background-position-x: center;
    background-position-y: bottom;
}
.main-content #content-1 {
    background: transparent;

}
.main-content #content-1 .content {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #000;
}
.main-content #content-1 .inner-content {
    width: 460px;
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #000;
}
.main-content #content-1 .inner-content p {
    font-family: 'urw-din';
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #707070;
    text-align: justify;
    word-spacing: 0px;
    margin-bottom: 80px;
}
_::-moz-progress-bar, body:last-child .main-content #content-1 .inner-content p,
_::-moz-progress-bar, body:last-child .main-content #content-1 .inner-content p em,
_::-moz-progress-bar, body:last-child .main-content #content-1 .inner-content p span {  /* FireFox */
    font-weight: 400 !important;
}
.main-content #content-1 .inner-content p:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.main-content #content-1 .inner-content p em {
    font-family: 'urw-din';
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: justify;
    color: #000;
    background-color: #fff;
    font-style: normal !important;
    padding: 0 1px;
    white-space: nowrap;
    word-spacing: 3px;
}
@media not all and (min-resolution:.001dpcm) { /* Safari */
    @media {
        .main-content #content-1 .inner-content p em {
            word-spacing: 0px !important;
        }
    }
}
.main-content #content-1 .inner-content p span {
    font-family: 'urw-din';
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: justify;
    color: #fff;
}
.main-content #content-1 .inner-content .logo {
    margin: 25px auto 0;
    text-align: center;
}
.main-content #content-1 .inner-content .logo img {
    max-width: 100%;
}
.main-content #content-1 .inner-content .logo i {
    display: none;
    color: #707070;
    font-size: 40px;
    font-weight: 300 !important;
    margin: 15px auto;
    text-align: center;
}
@media screen and (max-width: 1140px) {
    
}
@media screen and (max-width: 1024px) {
    .main-content #content-1 .inner-content {
        width: 460px !important;
        padding-bottom: 40px !important;
    }
    .main-content #content-1 .inner-content p {
        margin-bottom: 25px !important;
    }
    .main-content #content-1 .inner-content p em {
        padding: 0 4px !important;
        word-spacing: 0px !important
    }
    .main-content #content-1 .inner-content .logo {
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 768px) {
    .main-content #content-1 .content {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .main-content #content-1 .inner-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .main-content #content-1 .inner-content p em {
        padding: 0 2px !important;
        word-spacing: -1px !important
    }
}
@media screen and (max-width: 767px) {
    .main-content #content-1 {
        background-color: rgba(66,117,157,.8);
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: auto 100% !important;
        z-index: 1;
    }
    .main-content #content-1 .inner-content p {
        word-spacing: -1px !important;
    }
    .main-content #content-1 .inner-content p em {
        white-space: initial !important;
    }
}
@media screen and (max-width: 576px) {
    .main-content #content-1 {
        background-color: rgba(66,117,157,.8);
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: auto 100% !important;
        z-index: 1;
    }
    .main-content #content-1 .content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .main-content #content-1 .inner-content {
        height: 100%;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .main-content #content-1 .inner-content p {
        font-size: 15px !important;
        line-height: 24px !important;
        letter-spacing: -1px !important;
        word-spacing: 0px !important;
        margin-bottom: 0px !important;
    }
    .main-content #content-1 .inner-content p em {
        font-size: 15px !important;
        line-height: 24px !important;
        letter-spacing: 0px !important;
        word-break: break-word !important;
        word-spacing: -1px !important;
        white-space: unset !important;
    }
    .main-content #content-1 .inner-content p span {
        font-size: 15px !important;
        line-height: 24px !important;
        letter-spacing: -1px !important;
    }
    .main-content #content-1 .inner-content .logo {
        width: 171px !important;
        text-align: center;
    }
    .main-content #content-1 .inner-content .logo i {
        display: block;
    }
}




/* Section 2 */
.background-content #background-2 {
    /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-screen-2.webp);*/
    background-position-x: center;
    background-position-y: top;
}
.main-content #vision {
    top: 0px;
    background: transparent;
}
.main-content #vision .content { 
    /*top: 50vh;*/
    background-color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-content #vision .mobile-content-wrapper {
    margin-top: 0;
    background-color: #fff;
}
.main-content #vision h2 {
    position: relative;
    width: 71%;
    font-family: supria-sans, sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}
.main-content #vision h2.top {
    float: left;
    color: #fff;
    background-color: #0065a4;
    padding: 20px 90px;
}
.main-content #vision h2.bottom {
    float: right;
    color: #fff;
    background-color: #000;
    padding: 20px 130px 20px 40px;
}
.main-content #vision .quote {
    position: relative;
    clear: both;
    top: -65px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #898b8e;
    text-align: center;
    padding: 110px 55px 40px;
    margin: 0 30px;
    z-index: 0;
}
.main-content #vision .quote p {
    font-family: supria-sans, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: .813em;
    color: #000;
}
_::-moz-progress-bar, body:last-child .main-content #vision .quote p {
    font-weight: 400 !important;
}
.main-content #vision .quote small {
    display: block;
    font-family: supria-sans, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 auto;
    color: #000;
}
.main-content #vision .inner-content {
    padding: 0px 60px 40px;
    margin-top: -20px;
}
.main-content #vision .inner-content p {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    color: #000;
}
.main-content #vision .video-player {
    width: 100%;
    padding: 0 30px;
}
.main-content #vision .video-player .video-js .vjs-button:hover {
    background-color: #0065a4 !important;
}
.main-content #vision .subscription {
    display: block;
    padding: 50px 0 100px;
    text-align: center;
}
.main-content #vision .subscription p {
    font-family: 'urw-din';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.main-content #vision .subscription .button {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0065a4;
    border-color: #0065a4;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px 11px;
}
_::-moz-progress-bar, body:last-child .main-content #vision .subscription p,
_::-moz-progress-bar, body:last-child .main-content #vision .subscription .button {
    font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
    .main-content #vision h2.top {
        padding: 20px 40px !important;
    }
    .main-content #vision h2.bottom {
        padding: 20px 40px !important;
    }
}
@media screen and (max-width: 1024px) {
    .main-content #vision .quote {
        padding: 110px 35px 40px !important;
    }
    .main-content #vision .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 992px) {
    .main-content #vision h2.top {
        padding: 15px 10px 15px 10px !important;
    }
    .main-content #vision h2.bottom {
        padding: 15px 10px 15px 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .main-content #vision h2 {
        width: 77% !important;
    }
    .main-content #vision .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 767px) {
    .main-content #vision {
        top: -100px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-2.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 2;
    }

    .main-content #vision .quote {
        top: -55px !important;
    }
    .main-content #vision .content {
        background: transparent !important;
    }
}
@media screen and (max-width: 576px) {
    .main-content #vision {
        top: -50px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-2.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 2;
    }
    .main-content #vision .content {
        top: 0 !important;
        margin-top: 0;
        background-color: transparent !important;
    }
    
    .main-content #vision h2 {
        width: 81% !important;
        font-size: 20px !important;
        line-height: 20px !important;
        letter-spacing: 2px !important;
    }
    .main-content #vision h2.top {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #vision h2.bottom {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #vision .quote {
        top: -50px !important;
        margin: 0 20px !important;
        padding: 95px 20px 35px !important;
    }
    .main-content #vision .quote p {
        line-height: 26px !important;
    }
    .main-content #vision .quote small {
        font-size: 14px !important;
        line-height: 16px !important;
        text-align: center;
    }
    .main-content #vision .inner-content {
        margin-top: -59px !important;
        padding: 40px 30px !important;
    }
    .main-content #vision .video-player {
        padding: 0 10px !important;
    }
    .main-content #vision .subscription {
        padding: 30px 40px 50px !important;
    }
    .main-content #vision .subscription .button {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 320px) {
    .main-content #vision .subscription {
        padding: 30px 20px 50px !important
    }

}


/* Section 3 */
.background-content #background-3 {
    /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-screen-3.webp);*/
    background-position-x: center;
    background-position-y: top;
}
.main-content #trust {
    top: 0px;
    background: transparent;
}
.main-content #trust .content {
    /*top: 50vh;*/
    background-color: #000;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-content #trust .mobile-content-wrapper {
    margin-top: 0;
    background-color: #000;
}
.main-content #trust h2 {
    position: relative;
    width: 71%;
    font-family: supria-sans, sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}
.main-content #trust h2.top {
    float: left;
    color: #fff;
    background-color: #2d91bb;
    padding: 20px 115px 20px 160px;
}
.main-content #trust h2.bottom {
    float: right;
    color: #000;
    background-color: #fff;
    padding: 20px 120px 20px 60px;
}
.main-content #trust .quote {
    position: relative;
    clear: both;
    top: -65px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #898b8e;
    text-align: center;
    padding: 110px 55px 40px;
    margin: 0 30px;
    z-index: 0;
}
.main-content #trust .quote p {
    font-family: supria-sans, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
_::-moz-progress-bar, body:last-child .main-content #trust .quote p {
    font-weight: 400 !important;
}
.main-content #trust .quote small {
    font-family: supria-sans, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
}
.main-content #trust .inner-content {
    padding: 0px 60px 40px;
    margin-top: -20px;
}
.main-content #trust .inner-content p {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.main-content #trust .video-player {
    width: 100%;
    padding: 0 30px;
}
.main-content #trust .video-player .video-js .vjs-button:hover {
    background-color: #2d91bb !important;
}
.main-content #trust .subscription {
    display: block;
    padding: 50px 0 100px;
    text-align: center;
}
.main-content #trust .subscription p {
    font-family: 'urw-din';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.main-content #trust .subscription .button {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #2d91bb;
    border-color: #2d91bb;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px 11px;
}
_::-moz-progress-bar, body:last-child .main-content #trust .subscription p,
_::-moz-progress-bar, body:last-child .main-content #trust .subscription .button {
    font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
    .main-content #trust h2.top {
        padding: 20px 40px !important;
    }
    .main-content #trust h2.bottom {
        padding: 20px 40px !important;
    }
}
@media screen and (max-width: 1024px) {
    .main-content #trust .quote {
        padding: 110px 35px 40px !important;
    }
    .main-content #trust .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 992px) {
    .main-content #trust h2.top {
        padding: 15px 10px 15px 10px !important;
    }
    .main-content #trust h2.bottom {
        padding: 15px 10px 15px 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .main-content #trust .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 767px) {
    .main-content #trust {
        top: -50px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-3.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 3;
    }
    .main-content #trust .content {
        background: transparent !important;
    }
    .main-content #trust .quote {
        top: -55px !important;
    }
}
@media screen and (max-width: 576px) {
    .main-content #trust {
        top: -50px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-3.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 3;
    }
    .main-content #trust .content {
        top: 0 !important;
        margin-top: 0;
        background-color: transparent !important;
    }
    .main-content #trust .mobile-content-wrapper {
        margin-top: 0;
        background-color: #000;
    }
    .main-content #trust h2 {
        width: 81% !important;
        font-size: 20px !important;
        line-height: 20px !important;
        letter-spacing: 2px !important;
    }
    .main-content #trust h2.top {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #trust h2.bottom {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #trust .quote {
        top: -50px !important;
        margin: 0 20px !important;
        padding: 95px 20px 35px !important;
    }
    .main-content #trust .quote p {
        line-height: 26px !important;
    }
    .main-content #trust .quote small {
        font-size: 14px !important;
        line-height: 16px !important;
        text-align: center;
    }
    .main-content #trust .inner-content {
        margin-top: -59px !important;
        padding: 40px 30px !important;
    }
    .main-content #trust .video-player {
        padding: 0 10px !important;
    }
    .main-content #trust .subscription {
        padding: 30px 40px 60px !important;
    }
    .main-content #trust .subscription .button {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 320px) {
    .main-content #trust .subscription {
        padding: 30px 20px 50px !important
    }

}



/* Section 4 */
.background-content #background-4 {
    /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-screen-4.webp);*/
    background-position-x: center;
    background-position-y: top;
}
.main-content #truth {
    top: 0px;
    background: transparent;
}
.main-content #truth .content {
    /*top: 50vh;*/
    background-color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-content #truth .mobile-content-wrapper {
    margin-top: 0;
    background-color: #fff;
}
.main-content #truth h2 {
    position: relative;
    width: 71%;
    font-family: supria-sans, sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}
.main-content #truth h2.top {
    float: left;
    color: #fff;
    background-color: #d74c27;
    padding: 20px 100px 20px 175px;
}
.main-content #truth h2.bottom {
    float: right;
    color: #fff;
    background-color: #000;
    padding: 20px 180px 20px 80px;
}
.main-content #truth .quote {
    position: relative;
    clear: both;
    top: -65px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #898b8e;
    text-align: center;
    padding: 110px 55px 40px;
    margin: 0 30px;
    z-index: 0;
}
.main-content #truth .quote p {
    font-family: supria-sans, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
_::-moz-progress-bar, body:last-child .main-content #truth .quote p {
    font-weight: 400 !important;
}
.main-content #truth .quote small {
    font-family: supria-sans, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 auto;
    color: #000;
}
.main-content #truth .inner-content {
    padding: 0px 60px 40px;
    margin-top: -20px;
}
.main-content #truth .inner-content p {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    color: #000;
}
.main-content #truth .video-player {
    width: 100%;
    padding: 0 30px;
}
.main-content #truth .video-player .video-js .vjs-button:hover {
    background-color: #d74c27 !important;
}
.main-content #truth .subscription {
    display: block;
    padding: 50px 0 100px;
    text-align: center;
}
.main-content #truth .subscription p {
    font-family: 'urw-din';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.main-content #truth .subscription .button {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #d74c27;
    border-color: #d74c27;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px 11px;
}
_::-moz-progress-bar, body:last-child .main-content #truth .subscription p,
_::-moz-progress-bar, body:last-child .main-content #truth .subscription .button {
    font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
    .main-content #truth h2.top {
        padding: 20px 40px !important;
    }
    .main-content #truth h2.bottom {
        padding: 20px 40px !important;
    }
}
@media screen and (max-width: 1024px) {
    .main-content #truth .quote {
        padding: 110px 35px 40px !important;
    }
    .main-content #truth .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 992px) {
    .main-content #truth h2.top {
        padding: 15px 10px 15px 10px !important;
    }
    .main-content #truth h2.bottom {
        padding: 15px 10px 15px 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .main-content #truth .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 767px) {
    .main-content #truth {
        top: -80px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-4.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 4;
    }
    .main-content #truth .content {
        background: transparent !important;
    }
    .main-content #truth .quote {
        top: -55px !important;
    }
}
@media screen and (max-width: 576px) {
    .main-content #truth {
        top: -80px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-4.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 4;
    }
    .main-content #truth .content {
        top: 0 !important;
        margin-top: 0;
        background-color: transparent !important;
    }
    .main-content #truth .mobile-content-wrapper {
        margin-top: 0;
    }
    .main-content #truth h2 {
        width: 81% !important;
        font-size: 20px !important;
        line-height: 20px !important;
        letter-spacing: 2px !important;
    }
    .main-content #truth h2.top {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #truth h2.bottom {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #truth .quote {
        top: -50px !important;
        margin: 0 20px !important;
        padding: 95px 20px 35px !important;
    }
    .main-content #truth .quote p {
        line-height: 26px !important;
    }
    .main-content #truth .quote small {
        font-size: 14px !important;
        line-height: 16px !important;
        text-align: center;
    }
    .main-content #truth .inner-content {
        margin-top: -59px !important;
        padding: 40px 30px !important;
    }
    .main-content #truth .video-player {
        padding: 0 10px !important;
    }
    .main-content #truth .subscription {
        padding: 30px 40px 50px !important;
    }
    .main-content #truth .subscription .button {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 320px) {
    .main-content #truth .subscription {
        padding: 30px 20px 50px !important
    }

}




/* Section 5 */
.background-content #background-5 {
    /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-screen-5.webp);*/
    background-position-x: center;
    background-position-y: top;
}
.main-content #change {
    top: 0px;
    background: transparent;
}
.main-content #change .content {
    /*top: 50vh;*/
    background-color: #000;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-content #change .mobile-content-wrapper {
    margin-top: 0;
    background-color: #000;
}
.main-content #change h2 {
    position: relative;
    width: 71%;
    font-family: supria-sans, sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}
.main-content #change h2.top {
    float: left;
    color: #fff;
    background-color: #0065a4;
    padding: 20px 90px 20px 205px;
}
.main-content #change h2.bottom {
    float: right;
    color: #000;
    background-color: #fff;
    padding: 20px 150px 20px 60px;
}
.main-content #change .quote {
    position: relative;
    clear: both;
    top: -65px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #898b8e;
    text-align: center;
    padding: 110px 55px 40px;
    margin: 0 30px;
    z-index: 0;
}
.main-content #change .quote p {
    font-family: supria-sans, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 13px;
    color: #fff;
}
_::-moz-progress-bar, body:last-child .main-content #change .quote p {
    font-weight: 400 !important;
}
.main-content #change .quote small {
    font-family: supria-sans, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
    font-weight: 700;
    color: #fff;
}
.main-content #change .inner-content {
    padding: 0px 60px 40px;
    margin-top: -20px;
}
.main-content #change .inner-content p {
    font-family: 'urw-din';
    font-size: .938em;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.main-content #change .inner-content p span {
    color: #d06723;
}
.main-content #change .video-player {
    width: 100%;
    padding: 0 30px;
}
.main-content #change .video-player .video-js .vjs-button:hover {
    background-color: #0065a4 !important;
}
.main-content #change .subscription {
    display: block;
    padding: 50px 0 100px;
    text-align: center;
}
.main-content #change .subscription p {
    font-family: 'urw-din';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.main-content #change .subscription .button {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0065a4;
    border-color: #0065a4;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px 11px;
}
_::-moz-progress-bar, body:last-child .main-content #change .subscription p,
_::-moz-progress-bar, body:last-child .main-content #change .subscription .button {
    font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
    .main-content #change h2.top {
        padding: 20px 40px !important;
    }
    .main-content #change h2.bottom {
        padding: 20px 40px !important;
    }
}
@media screen and (max-width: 1024px) {
    .main-content #change .quote {
        padding: 110px 35px 40px !important;
    }
    .main-content #change .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 992px) {
    .main-content #change h2.top {
        padding: 15px 10px 15px 10px !important;
    }
    .main-content #change h2.bottom {
        padding: 15px 10px 15px 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .main-content #change .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 767px) {
    .main-content #change {
        top: -80px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-5.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 5;
    }
    .main-content #change .content {
        background: transparent !important;
    }
    .main-content #change .quote {
        top: -55px !important;
    }
}
@media screen and (max-width: 576px) {
    .main-content #change {
        top: -80px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-5.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 5;
    }
    .main-content #change .content {
        top: 0 !important;
        margin-top: 0;
        background-color: transparent !important;
    }
    .main-content #change .mobile-content-wrapper {
        margin-top: 0;
        background-color: #000;
    }
    .main-content #change h2 {
        width: 81% !important;
        font-size: 20px !important;
        line-height: 20px !important;
        letter-spacing: 2px !important;
    }
    .main-content #change h2.top {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #change h2.bottom {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #change .quote {
        top: -50px !important;
        margin: 0 20px !important;
        padding: 95px 20px 35px !important;
    }
    .main-content #change .quote p {
        line-height: 26px !important;
    }
    .main-content #change .quote small {
        font-size: 14px !important;
        line-height: 16px !important;
        text-align: center;
    }
    .main-content #change .inner-content {
        margin-top: -59px !important;
        padding: 40px 30px !important;
    }
    .main-content #change .video-player {
        padding: 0 10px !important;
    }
    .main-content #change .subscription {
        padding: 30px 40px 50px !important;
    }
    .main-content #change .subscription .button {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 320px) {
    .main-content #change .subscription {
        padding: 30px 20px 50px !important
    }

}



/* Section 6 */
.background-content #background-6 {
    /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-screen-6.webp);*/
    background-position-x: center;
    background-position-y: top;
}
.main-content #local {
    top: 0px;
    background: transparent;
}
.main-content #local .content {
    /*top: 50vh;*/
    background-color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-content #local .mobile-content-wrapper {
    margin-top: 0;
    background-color: #fff;
}
.main-content #local h2 {
    position: relative;
    width: 71%;
    font-family: supria-sans, sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}
.main-content #local h2.top {
    float: left;
    color: #fff;
    background-color: #4ba1c5;
    padding: 20px 100px 20px 220px;
}
.main-content #local h2.bottom {
    float: right;
    color: #fff;
    background-color: #000;
    padding: 20px 50px 20px 55px;
}
.main-content #local .quote {
    position: relative;
    clear: both;
    top: -65px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #898b8e;
    text-align: center;
    padding: 110px 55px 40px;
    margin: 0 30px;
    z-index: 0;
}
.main-content #local .quote p {
    font-family: supria-sans, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
_::-moz-progress-bar, body:last-child .main-content #local .quote p {
    font-weight: 400 !important;
}
.main-content #local .quote small {
    font-family: supria-sans, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 auto;
    color: #000;
}
.main-content #local .inner-content {
    padding: 0px 60px 40px;
    margin-top: -20px;
}
.main-content #local .inner-content p {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
.main-content #local .video-player {
    width: 100%;
    padding: 0 30px;
}
.main-content #local .video-player .video-js .vjs-button:hover {
    background-color: #4ba1c5 !important;
}
.main-content #local .subscription {
    display: block;
    padding: 50px 0 100px;
    text-align: center;
}
.main-content #local .subscription p {
    font-family: 'urw-din';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.main-content #local .subscription .button {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #4ba1c5;
    border-color: #4ba1c5;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px 11px;
}
_::-moz-progress-bar, body:last-child .main-content #local .subscription p,
_::-moz-progress-bar, body:last-child .main-content #local .subscription .button {
    font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
    .main-content #local h2.top {
        padding: 20px 40px !important;
    }
    .main-content #local h2.bottom {
        width: 85% !important;
        padding: 20px 0px !important;
    }
}
@media screen and (max-width: 1024px) {
    .main-content #local .quote {
        padding: 110px 35px 40px !important;
    }
    .main-content #local .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 992px) {
    .main-content #local h2.top {
        padding: 15px 10px 15px 10px !important;
    }
    .main-content #local h2.bottom {
        padding: 15px 10px 15px 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .main-content #local .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 767px) {
    .main-content #local {
        top: -90px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-6.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 6;
    }
    .main-content #local .content {
        background: transparent !important;
    }
    .main-content #local .quote {
        top: -55px !important;
    }
}
@media screen and (max-width: 576px) {
    .main-content #local {
        top: -90px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-6.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 6;
    }
    .main-content #local .content {
        top: 0 !important;
        margin-top: 0;
        background-color: transparent !important;
    }
    .main-content #local .mobile-content-wrapper {
        margin-top: 0;
    }
    .main-content #local h2 {
        width: 81% !important;
        font-size: 20px !important;
        line-height: 20px !important;
        letter-spacing: 2px !important;
    }
    .main-content #local h2.top {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #local h2.bottom {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #local .quote {
        top: -70px !important;
        margin: 0 20px !important;
        padding: 95px 20px 35px !important;
    }
    .main-content #local .quote p {
        line-height: 26px !important;
    }
    .main-content #local .quote small {
        font-size: 14px !important;
        line-height: 16px !important;
        text-align: center;
    }
    .main-content #local .inner-content {
        margin-top: -59px !important;
        padding: 40px 30px !important;
    }
    .main-content #local .video-player {
        padding: 0 10px !important;
    }
    .main-content #local .subscription {
        padding: 30px 40px 50px !important;
    }
    .main-content #local .subscription .button {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 320px) {
    .main-content #local .subscription {
        padding: 30px 20px 50px !important
    }

}



/* Section 7 */
.background-content #background-7 {
    /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-screen-7.webp);*/
    background-position-x: center;
    background-position-y: top;
}
.main-content #subscribers {
    top: 0px;
    background: transparent;
}
.main-content #subscribers .content {
    /*top: 50vh;*/
    background-color: #000;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.33);
}
.main-content #subscribers .mobile-content-wrapper {
    margin-top: 0;
    background-color: #000;
}
.main-content #subscribers h2 {
    position: relative;
    width: 71%;
    font-family: supria-sans, sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}
.main-content #subscribers h2.top {
    float: left;
    color: #fff;
    background-color: #716d6d;
    padding: 20px 95px 20px 250px;
}
.main-content #subscribers h2.bottom {
    float: right;
    color: #000;
    background-color: #fff;
    padding: 20px 125px 20px 40px;
}
.main-content #subscribers .quote {
    position: relative;
    clear: both;
    top: -65px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #898b8e;
    text-align: center;
    padding: 110px 55px 40px;
    margin: 0 30px;
    z-index: 0;
}
.main-content #subscribers .quote p {
    font-family: supria-sans, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}
_::-moz-progress-bar, body:last-child .main-content #subscribers .quote p {
    font-weight: 400 !important;
}
.main-content #subscribers .quote small {
    font-family: supria-sans, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
}
.main-content #subscribers .inner-content {
    padding: 0px 55px 40px;
    margin-top: -20px;
}
.main-content #subscribers .inner-content p {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.main-content #subscribers .inner-content p a {
    color: #d06723;
}
.main-content #subscribers .inner-content p a span {
    font-family: Arial;
    font-size: 13px;
}
.main-content #subscribers .video-player {
    width: 100%;
    padding: 0 30px;
}
.main-content #subscribers .video-player .video-js .vjs-button:hover {
    background-color: #716d6d !important;
}
.main-content #subscribers .subscription {
    display: block;
    padding: 50px 0 100px;
    text-align: center;
}
.main-content #subscribers .subscription p {
    font-family: 'urw-din';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.main-content #subscribers .subscription .button {
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #716d6d;
    border-color: #716d6d;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px 11px;
}
_::-moz-progress-bar, body:last-child .main-content #subscribers .subscription p,
_::-moz-progress-bar, body:last-child .main-content #subscribers .subscription .button {
    font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
    .main-content #subscribers h2.top {
        padding: 20px 40px !important;
    }
    .main-content #subscribers h2.bottom {
        padding: 20px 40px !important;
    }
}
@media screen and (max-width: 1024px) {
    .main-content #subscribers .quote {
        padding: 110px 35px 40px !important;
    }
    .main-content #subscribers .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 992px) {
    .main-content #subscribers h2.top {
        padding: 15px 10px 15px 10px !important;
    }
    .main-content #subscribers h2.bottom {
        padding: 15px 10px 15px 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .main-content #subscribers h2 {
        width: 77% !important;
    }
    .main-content #subscribers .inner-content {
        padding: 0px 43px 40px !important;
    }
}
@media screen and (max-width: 767px) {
    .main-content #subscribers {
        top: -90px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-7.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 7;
    }
    .main-content #subscribers .content {
        background: transparent !important;
    }
    .main-content #subscribers .quote {
        top: -55px !important;
    }
}
@media screen and (max-width: 576px) {
    .main-content #subscribers {
        top: -90px;
        /*background-image: url(/wp-content/uploads/promo-pages/support-the-press/123rd-mobile-screen-7.webp) !important;*/
        background-position-x: center !important;
        background-position-y: top !important;
        background-size: 100% auto !important;
        z-index: 7;
    }
    .main-content #subscribers .content {
        top: 0 !important;
        margin-top: 0;
        background-color: transparent !important;
    }
    .main-content #subscribers h2 {
        width: 81% !important;
        font-size: 20px !important;
        line-height: 20px !important;
        letter-spacing: 2px !important;
    }
    .main-content #subscribers h2.top {
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #subscribers h2.bottom {
        width: 83% !important;
        padding: 15px 15px 15px 15px !important;
    }
    .main-content #subscribers .quote {
        top: -50px !important;
        margin: 0 20px !important;
        padding: 95px 20px 35px !important;
    }
    .main-content #subscribers .quote p {
        line-height: 26px !important;
    }
    .main-content #subscribers .quote small {
        font-size: 14px !important;
        line-height: 16px !important;
        text-align: center;
    }
    .main-content #subscribers .inner-content {
        margin-top: -59px !important;
        padding: 40px 30px !important;
    }
    .main-content #subscribers .video-player {
        padding: 0 10px !important;
    }
    .main-content #subscribers .subscription {
        padding: 30px 40px 50px !important;
    }
    .main-content #subscribers .subscription .button {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 320px) {
    .main-content #subscribers .subscription {
        padding: 30px 20px 50px !important
    }

}




/* FOOTER */
footer#footer {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: unset !important;
    padding-top: 40px;
    padding-bottom: 65px;
    margin: 0 auto;
    background-color: #000;
    z-index: 11;
}
footer#footer .footer-logo {
    width: 780px;
    margin: 0 auto;
    border-bottom: 1px solid #808080;
}
footer#footer .footer-logo a {
    display: block;
    width: 206px;
    margin: 0 auto 10px;
}
footer#footer #footer-links {
    padding: 0;
    margin: 12px auto;
    text-align: center;
}

footer#footer .footer-links-row {
    margin: 6px auto;
    padding: 0;
    line-height: 1.4em;
    list-style-type: none;
}
footer#footer .footer-links-row li {
    margin: 0 auto;
    padding: 0 10px;
    display: inline;
    color: #fff;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    text-decoration: none;
    border-right: 1px solid #fff;
}
footer#footer .footer-links-row li:last-child {
    border-right: 0;
}
@media screen and (max-width: 780px) {
    footer#footer .footer-logo {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    footer#footer #footer-links li {
        border: 0 !important;
        display:block !important;
    }
}
