/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* theme fixes */
.bold, b, strong{font-family:inherit;}

body{
    font-family:interstate-mono, monospace;
    font-weight: 600;
}

a{cursor: url('/wp-content/themes/salient-child/images/cursor-top-left-small-24-2.png'),auto!important;} /*Cursor Link*/


.regular{
    font-weight: 500;
}

#page-header-bg .subheader, .nectar-box-roll .overlaid-content .subheader{
    font-size: 14px;
    text-transform: uppercase;
    font-family:interstate-mono!important;
} 

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

h1,h2,h3,h4,h5{
    font-family: oswald,'balboa-plus-fill', sans-serif; /*used to be balboa but migrated to oswald in fall 21*/
}

#page-header-bg h1, .nectar-box-roll .overlaid-content h1{
    font-family: oswald,'balboa-plus-fill', sans-serif; /*used to be balboa but migrated to oswald in fall 21*/
}

p {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.arial{font-family:arial!important;}
.my-bold{font-weight: bold;}

.wpb_raw_code video{max-width: 100%;}

body .hide{display:none!important;}
body.vc_editor .hide{display:initial!important; opacity:.5;}

.centered{
    margin-left:auto!important; 
    margin-right:auto!important;
    display:block!important;
}

.right{text-align:right;}

body:not(.vc_editor) .no-touch{
    pointer-events: none;
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select:none; 
    user-select:none;
    -o-user-select:none;
}

.no-color a{ color:inherit!important;}

.pointer{cursor:pointer;}

.no-breaks{white-space: nowrap;}

.no-underline a, a.no-underline{ animation: none !important; background:transparent!important;}


/* Utiltiy class for full height sections js function:*/
.full-height-section,.full-height-desktop{display:flex; min-height: calc(100svh - 78px );} /*min-height is overwritten by js. this is just to get it close.*/
.full-height-section > .col,.full-height-desktop > .col{flex-grow:1;}

.full-width-button{
    width: 100%;
    text-align: center;
}

.transparent-header-mobile #header-outer{transition: background-color .3s ease-out;}
.transparent-header-mobile #header-outer:not(.scrolled-down){background-color:rgba(0,0,0,0);box-shadow: none;}
.transparent-header-mobile #header-space{display: none!important;}

.no-wrap{white-space: nowrap;}
.no-margin-row{margin-bottom:0!important;}

.tight-kerning{letter-spacing: -.03em;}

.border-black{ border:4px solid #000;}

.border-black-top-bottom{
    border:solid #000;
    border-width: 2px 0;
}


.small-header p{ /*same as above, migrating to this*/
    font-family: oswald,'balboa-plus-fill', sans-serif; /*used to be balboa but migrated to oswald in fall 21*/
	font-size: 30pt;
	line-height: 1.1em;
	letter-spacing: -1px!important;
}

.balboa-font p,.balboa, .balboa p{
    font-family: balboa, sans-serif;
    line-height: 1.1em;
}
.oswald p{
    font-family: oswald,'balboa-plus-fill', sans-serif; /*used to be balboa but migrated to oswald in fall 21*/
    line-height: 1.1em;
}

.red{color: #FA0015;}
.yellow{color: #FACF50;}
.blue{color:#20314A;}
.tan{color: #e7d7bb;}
.white{color:#FFF8F0;}
.off-white{color:#F0E9DF;}
.black{color:#010101;}
.blue-22{color:#1535C6;}

.overflow-hide{overflow:hidden;}
.transition-none{transition:none;}

body .background-align-right{background-position:right!important;}
.slider-no-bg .swiper-slide,.slider-no-bg .swiper-container{background-color: transparent!important;}

.get-involved-icons img{width:160px;}

.mono-space-font,.nectar-button.mono-space-font,.nectar-button.interstate{font-family: interstate-mono;}

.no-shadow{box-shadow:none!important;}


.tools-image-icon{    
    display: inline-block!important;
    height: .84em!Important;
    vertical-align: middle;
    padding-right: 23px;
}

.more-announcement-text p{
	font-size: 32pt;
    display: inline;
    background: #FACF50;
    line-height: 140%;
    box-shadow: 10px 0px 0 #FACF50, -10px 0 0 #FACF50;
}

.uppercase,.uppercase,.capitalize{text-transform: uppercase;}

.send-2020-video-box p{
    font-size: 22px;
    padding-top: 7px;
}


/**********************************/
/********** Lenis styles: *********/
/**********************************/
/*https://github.com/darkroomengineering/lenis*/

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/**********************************/
/********** Play button: **********/
/**********************************/
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.play-wrapper{
    display: inline-block;
    transform:scale(.8); 
    opacity:.8; 
    transition: all .3s;
}
.play-wrapper:hover{opacity:1;}
.play-wrapper .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 2px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.play-wrapper .icon {
  transform: scale(0.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

.play-wrapper #play:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}
.play-wrapper #play:hover .icon {
  transform: scale(0.9);
}

.play-wrapper #play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/*******************************/
/*Default Select 2 style fixes:*/
/*******************************/

body .select2-chosen{
    height: 100%;
    display: inline-flex!important;
    align-items: center;
    margin-top: 2px!important;
}

body .select2-dropdown-open .select2-choice, body .select2-container .select2-choice:hover{background-color: inherit!important;}

body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice >.select2-chosen {color:inherit!important;}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover{color:inherit!important;}
body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover >.select2-chosen{color:inherit!important;}
body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after{border-top-color: inherit;}


body[data-form-submit="regular"] .big-red-button input[type=submit]{
    background: #FF0000!important;
    color: #FFF6ED!important;
    border: 2px solid #FF0000;
    margin-top:0!important;
}

.square-borders,.square-borders input{border-radius: 0!important;}



#menu-secondary-top-menu{margin-bottom:0; margin-left: 0; top: initial!important;}
#menu-secondary-top-menu .menu-item{transition: all .4s;}
#menu-secondary-top-menu .menu-item:hover{transform: translateY(-2px);}
#menu-secondary-top-menu .menu-item:active{transition: all 0s; transform: translateY(0px);}

.sf-menu .menu#menu-secondary-top-menu{position: relative!important;}

.extra-menu-buttons{
    border-left: 2px solid;
    float: right;
    padding-left: 22px;
    margin-left:20px;
/*    line-height: 45px;*/
    margin-top: auto;
    margin-bottom: auto;
    
}
.line-up-section h1{
	color:#FFC155;
}

.full-lineup-grid .element,.no-bg .element{background:none!important;}

.full-lineup-grid .work-info,.full-lineup-grid .work-info-bg{display: none!important;}


.send-rep-block-text p, .volunteer-block-text p{
	line-height: 230%;
	display:inline;
	padding: 3px;
}

.send-rep-block-text p{
    background:#FACE4C;
    box-shadow: 10px 0px 0 #FACE4C, -10px 0 0 #FACE4C;
}

.volunteer-block-text p{
    background:#E5462C;
    box-shadow: 10px 0px 0 #E5462C, -10px 0 0 #E5462C;
    color:#E7D7BB;
}

.no-gutter .vc_col-sm-6{
    margin-left:0!important;
    width:51.036170208%;
}


.slider-no-margins .flickity-viewport{
    margin-top:0!important;
    margin-bottom:0!important;
}



ul.buttons.sf-menu{
    display: flex;
    flex-direction: row-reverse;
}

.extra-menu-buttons a, .extra-menu-buttons ul li a{
    border-radius:100px!important;
    cursor:pointer;
    padding: 10px 17px 7px;
    border: 2px solid #E3462C;
    margin: 0 6px;
    font-size:14px;
    line-height: 1em;
}

.mfp-close{cursor: pointer;}

.extra-menu-buttons ul li{width:auto;}
#top nav .extra-menu-buttons li{float:left;}

.fill-yellow-menu-button a{background:#FCC546!important; color:#000!important;}
.fill-yellow-menu-button a:hover{background:#FCC546!important;color:#000!important;}

body #top nav .sf-menu .extra-menu-buttons .menu .menu-item.fill-yellow-menu-button:hover > a{color:#000!important;}

body #top nav .sf-menu .extra-menu-buttons .menu .menu-item:hover > a{color:#F7CC50!important;}

#header-outer #social-in-menu i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i{height: 23px;}

#top nav > .sf-menu {
    justify-content: left!important;
    margin-left: 20px;
    -webkit-justify-content: left!important;
    -moz-justify-content: left!important;
    -ms-flex-pack: left!important;
    -ms-justify-content: left!important;
}

#slide-out-widget-area .separate-menu a{
    color:#E7281E!important;
    border: 1px solid;
    border-radius: 400px;
    display: inline-block!important;
    padding: 11px 45px 16px;
    margin-top: 34px;
}

#slide-out-widget-area .menuwrapper li a{font-family: oswald,'balboa-plus-fill', sans-serif!important; /*used to be balboa but migrated to oswald in fall 21*/}

#header-outer.transparent header#top nav > ul.sf-menu > li > a{opacity: 1!important;}

#header-outer.transparent header#top nav > ul > li.button_social_group > a{opacity: 1!important;}
#header-outer #social-in-menu.button_social_group a{opacity: 1!important;}

#header-outer.transparent header#top nav > ul > li > a{color:#20314A!important;}

header#top nav >ul >li >a {font-size: 13px;}

.donate-header-button{line-height: 47px!important;}
.donate-header-button, .donate-header-button a{
    color:#E3462C;
}
    
body #top nav .sf-menu ul .current-menu-item.donate-header-button > a{color: #F7CC50!important; border-color: #F7CC50!important;}

#header-outer[data-lhe="animated_underline"] header#top nav .sf-menu li.current_page_ancestor >a:after, #header-outer[data-lhe="animated_underline"] header#top nav .sf-menu li.current-menu-item >a:after, #header-outer[data-lhe="animated_underline"] header#top nav .buttons li.current-menu-item >a:after, #header-outer[data-lhe="animated_underline"] header#top nav .buttons li.current-menu-ancestor >a:after, #header-outer[data-lhe="animated_underline"] header#top nav .sf-menu li.current-menu-ancestor >a:after, #header-outer[data-lhe="animated_underline"] header#top nav .sf-menu li.current_page_item >a:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.current-menu-item > a:after, .material #header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li >a.current-menu-item:after{
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

body #slide-out-widget-area.fullscreen .inner li a{color: #233048!important;
    opacity: 1;}

#slide-out-widget-area.fullscreen .donate-button a{
    display: inline-block!important;
    border: 2px solid #233048;
    border-radius: 2px;
    padding-top: 8px!important;
    margin-top: 10px;
}



.nectar-button.see-through,.nectar-button.see-through-2, body .nectar-button.see-through{border-radius:0!important;}
.nectar-button.jumbo.see-through{letter-spacing: 1.5!important; padding: 13px 38px!important;}

.border-3d{left:0px; top:0px; transition: all .5s;}
.border-3d:before{
	content: '';
    display: block;
    width: 100%;
    height: 101%;
    position: absolute;
    background: #E9262A;
    z-index: -1;
    left: -9px;
    top: -6px;
    transition: all .5s;
}

.border-3d:hover{position: relative; left: -4px; top:-2px;}
.border-3d:active{top:0px;}

.border-3d:hover:before{
	left: 0px;
    top: 0px;
}

body #header-outer #top nav > ul > li:not(.megamenu) ul a:hover, body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover,body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a{
    background-color: transparent!important;
}

.nectar-button.jumbo.see-through.border-3d{border: solid 3px rgba(240, 224, 196, 1)!important;}
.nectar-button.jumbo.see-through.border-3d.tan-3d{border: solid 3px #20314A!important;}



.hvr-shrink:active, .hvr-shrink:focus{
    -webkit-transform: scale(1.2);
    transform: scale(1.2)!important;
    opacity:.4;
    transition: all .3s;
}

.hvr-shrink:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition:all .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}



/***********************************/
/********* Flickity Slider  **********/
/***********************************/


.no-margin .nectar-flickity:not(.masonry) .flickity-viewport{ margin: 0px 0;}

.line-up-slider .flickity-slider .cell{margin-left:50px;}

.nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content p{opacity:.95!important;}


.max-120{max-width:120px!important;}
.max-300{max-width:300px!important;}
.float-left{float:left;}
.float-right{float:right;}


#social-in-menu{margin-right: 0px;}

.play path{fill:#FFC155!important;}
.nectar_video_lightbox.play_button:before{border-color:#FFC155!important;}

#menu-footer-menu{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    text-align: left;
    max-width: 500px;
    margin: 80px auto 0px;
}


.outcome-signup-button{
    border: solid;
    display: inline-block;
    padding: 10px 32px;
    margin-bottom: 20px!important;
}

#copyright{background:#F8CC50!important;}

.transparent-header-spacer{height:50px;}

.two-columns .wpb_wrapper{display:flex;}

.two-columns a{
    margin-left: 12px;
    letter-spacing: .05em;
    padding: 5%!important;
    white-space: nowrap;
}

.two-columns a:first-child, .promo-pack-download-buttons a:first-child{margin-left:0px;}

.promo-pack-download-buttons .wpb_wrapper{
	display:flex; 
	flex-wrap: wrap;
	justify-content:flex-end;
}

.promo-pack-download-buttons a{
    margin-left: 12px;
    letter-spacing: .05em;
    padding: 25px 27px!important;
    white-space: nowrap;
    text-transform:uppercase; margin-bottom:14px;
}

.promo-pack-download-buttons a:hover{color:#fff!important;}

.solid-blue-button{background:#20314A;}

.the-collaborators-block p{
    display: inline;
    background:#FFF8F0;
    box-shadow: 0.5em 0 0 #FFF8F0, -0.5em 0 0 #FFF8F0;
    white-space: nowrap;
    transition: all .5s;
}

.video-container-column{
	/* 
	box-shadow: 9px 7px 30px rgba(0,0,0,.2);
	border: 2px solid #FACF4C;
 	*/
 	box-shadow: 9px 7px 30px rgba(0,0,0,.2);
	border: 2px solid #fff;
    padding: 17% 5%!important;
}

.white-play-button .nectar_video_lightbox.play_button:before{
	border-color:#fff!important;
}
.white-play-button .play path{fill:#fff!important;}

.red-play-button .nectar_video_lightbox.play_button:before{
	border-color:#FF0000!important;
}
.red-play-button .play path{fill:#FF0000!important;}

.play-skinny-border .nectar_video_lightbox.play_button:before{
    border-width:3px!important;
}

.play-v2 .nectar_video_lightbox.play_button {width:140px;height:140px;}

.play-v2 .nectar_video_lightbox.play_button:before{
	    border: 4px solid #fff;
}

.play-v2 .nectar_video_lightbox svg{    
	width: 32px;
    height: 32px;
	-ms-transform: translateY(-50%) translateX(-50%) scaleX(1.2);;
    transform: translateY(-50%) translateX(-50%) scaleX(1.2);;
    -webkit-transform: translateY(-50%) translateX(-50%) scaleX(1.2);}

.the-full-story-desktop .row-bg-wrap .inner-wrap .row-bg {
    background-size: auto 100%!important;
}

.footer-logos .vc_column-inner .wpb_wrapper{
    display: flex;
}

.footer-logos .vc_column-inner .wpb_wrapper .img-with-aniamtion-wrap {
    min-width: 60px;
    max-width:100px;
}



.no-banner-padding .secondary-banner-block{padding-bottom: 0!important;}
.black-footer .row-bg-overlay{background-color:#000;}


.black-and-yellow-banner #header-outer{background:#131313;}

/************************************/
/********* Responsive Codes: ********/
/************************************/

@media only screen and (max-width: 479px) {
    
    p{font-size:14px;}
    .no-mobile{display:none!important;}
    
    .hide-on-mobile:not(.ui-sortable){display:none!important;}
    .hide-on-mobile.ui-sortable{opacity:.5!important;}
    
    .secondary-banner-block {padding: 0px!important;}
    .register-button{font-size:34px;}
    .cf-toggle-switch .btn{font-size: 8px!important;}
    
    .play-v2{transform: scale(.8);}
    
    .line-up-slider .flickity-page-dots	{
		display:none!important;
	}
	.line-up-slider .flickity-slider .cell{
		margin-left:0!important;
	}
	
	.registration-text-block-2 p{font-size: 23pt!important;}
	
    .get-involved-extra-row .row-bg-wrap .inner-wrap .row-bg{background-position: 67%!important;}
    
    .cta-text-2 p{font-size: 18pt;padding-left: 6px;padding-right: 6px;}
    
    .nectar-button.jumbo.see-through.cta-button-2{font-size: 12pt; border-width: 3px!important;}

    .tiny-text{
        font-size: 10px;
    }
}

@media only screen and (min-width: 481px) {
    .mobile-only.ui-sortable,.ui-sortable .mobile-only{opacity:.5!important;}
    .mobile-only:not(.ui-sortable){display:none!important;}
    .vc_editor 
    
	.sf-menu .mobile-only:not(.ui-sortable){display:none!important;}
    #slide-out-widget-area .mobile-only{display:block!important;}
}

@media only screen and (min-width: 680px) {
    .slider-push-right,.slider-push-left {position: relative;}
    
    .slider-push-right .nectar-flickity{
        margin-left: 100px;
        overflow: hidden;
    }


    .slider-push-right::before, .slider-push-left::before{
        content: '// GUESTS';
        position: absolute;
        color: #EBDDC4;
        transform: rotate(-90deg);
    }
    
    .slider-push-right::before{
        left: 8px;
        top: 46%;
    }

    .slider-push-left .nectar-flickity{
        margin-right: 100px;
        overflow: hidden;
    }

    .slider-push-left::before{
        right: 10px;
        bottom: 116px;
    }
    
    .adoption-block-content p{margin-top: 7%;}
    
    
}

@media only screen and (max-width: 689px) {
	.big-header p{font-size: 8vw;}
    .line-up-slider .cell{ max-width:33%!important; }
    .collab-slider .cell{max-width:33%!important;}
    .collaboration-slider-2020  .cell{max-width:33%!important;}
    .slider-small-mobile .cell{max-width:33%!important;}
    .rtl ul {
        columns:1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    
    .wpb_wrapper .livestream-banner-inner{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    
    .red-arrow-right::after{display:none!important;}
    
    .adoption-block-content p{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px!important;
    }
    .adoption-button {margin-left:0;}
    
    a.stream{
        white-space: nowrap;
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }
    
    .call-to-action-block .cta-text{
        letter-spacing: -1px;
        font-size: 28px;
    }
    
    .call-to-action-block .cta-button{
        font-size: 13px;
        padding: 7px 20px;
    }
    .big-header-2 p{font-size: 42pt;}
}

@media only screen and (max-width: 990px) {
    
    .timezone-side{display:none;}
	.full-lineup-grid .element{
       max-width: 50%;
	   padding-right: 10px!important;
    }
    
    .banner-menu a{font-size: 4vw;}
    
    #pre-register > .row-bg-wrap .row-bg{
        background-image:url(images/red-arrow-bg.png)!important;
        background-position: top left!important;
        background-size: 100% auto;
    }
}


@media screen and (min-width : 481px) and (max-width : 640px) {
    .big-black-negative-top p{ font-size: 37pt!important;}
}

@media screen and (min-width : 481px) and (max-width : 1000px) {
    .vc_row .col .line-up-slider-containter{margin-bottom: 85px!important;}
    
    .big-header-3 p{
    font-size: 28pt;
    line-height: 46pt;
    }
}

@media screen and (max-width : 999px) {
	.full-width-section.mobile-header-compensate {margin-top:-60px!important;}
	
    .transparent-header-spacer{display:none;}
    
    .send-rep-image{margin-top:75px;}
    
    .center-on-mobile{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    }
    
    .two-columns .wpb_wrapper{justify-content: center;}
    
    .promo-pack-download-buttons .wpb_wrapper{flex-wrap: wrap;}
    
    .social-column-footer{
        width:100%!important;
        text-align: center;
    }
    
    .footer-social-icons ul{justify-content: center;}
    
    .main-content .footer-social-icons ul{margin-left:0px;}
    
     .the-line-up-title {margin-top:30px;}
     
     .the-send-explained .row-bg-wrap .inner-wrap .row-bg {
        background-image: url(/wp-content/uploads/2018/09/InfoVideoVertical.jpeg)!important;
        background-size: auto 846px;
        background-position: center bottom!important;
    }
    
    #home-collab-slider .row-bg{background-color: #fff!important;}
	
	.the-full-story-mobile  .row-bg-wrap .inner-wrap .row-bg {
		background-size: auto 656px !important;
        background-position: bottom right!important;
    }
	
	.hide-below-desktop:not(.ui-sortable){display:none!important;}
    .hide-below-desktop.ui-sortable{opacity: .5!important;}
	
	.footer-logos .vc_column-inner .wpb_wrapper{justify-content: center;}
	
	.footer-logos .vc_column-inner .wpb_wrapper{
		flex-wrap: wrap;
	}
    
    .full-width-section img.story-image{max-width:100%; clear:both; margin-bottom: 40px!important;}
    
    .the-collaborators-block p{font-size: 47pt;} 
    
    body .wpb_row .span_12 >.col[data-padding-pos="right"].standard-padding{padding-left:4%!important;padding-right:4%!important;}
    
    .banner-border{border-width:14px;}
    
    body .wpb_wrapper .banner-row-bottom{margin-top: 0px!important;}
    .banner-row-top .wpb_wrapper, .banner-row-bottom .wpb_wrapper{justify-content: center!important;}
    
    .nrt-header-object{
        margin-top: 36vh!important;
        margin-bottom: 13vh!important;
    }
    

}
/* Desktop and up */
@media screen and (min-width : 1000px) {
    
    .home-collab-right-column{position: relative;left: -38px;}
    
    .promo-pack-section .big-header{
        font-size:4vw;
    }
    
    
     .hide-above-desktop:not(.ui-sortable){display:none!important;} /* this should be called hide above tablet leaving for compatability.  */
    .hide-above-desktop.ui-sortable{opacity:.5!important;} /* this should be called hide above tablet leaving for compatability.  */

    .hide-above-tablet:not(.ui-sortable){display:none!important;}
    .hide-above-tablet.ui-sortable{opacity:.5!important;}
    
    .footer-social-icons ul li:last-child{
    margin-right:10;
    }
    

    
    .footer-social-icons ul li:last-child{
    margin-right:0;
	}
	
    .livestream-mail-chimp-fields{display:flex;}
    .livestream-mail-chimp-fields > div{margin-right:30px;}
    .livestream-mail-chimp-fields > div:last-child{margin-right:0; flex-grow:1;}
    
    .align-left-desktop{float:left;}
    
    .footer-logos .vc_column-inner .wpb_wrapper{
        justify-content: flex-end;
    }
    #slide-out-widget-area,#slide-out-widget-area-bg{display: none!important;}
}

@media screen and (min-width : 1000px) and (max-width : 1450px){
    .the-full-story-desktop .row-bg-wrap .inner-wrap .row-bg{ 
        background-position: 47% 50%!important;
    }
}

@media screen and (max-width: 540px) { /*having some trouble moveing this one*/
    .the-collaborators-block p{font-size: 30pt;}
    .the-event-details-full-width .row-bg-wrap .inner-wrap .row-bg{
    background-size: 248% auto!important;
    background-position: bottom center!important;
}
}


@media screen and (min-width : 1px) and (max-width : 414px) {
    .the-full-story-mobile .row-bg-wrap .inner-wrap .row-bg {
        background-size: 210%!important;
        background-position: 65%bottom!important;
    }
    
    .outcomes-titles p{font-size: 22pt!important;}
    .outcomes-titles{margin-left: 58px;}
    .outcomes-titles:before {
        height: 161%;
        font-size: 100px;
        top: -13px;
        line-height: 89px;
        left: -60px;
    }
        
}
@media screen and (max-width : 1200px) {
    .big-header-4 p{font-size: 22px;}
}

/*Extra Large Screens:*/
@media screen and (min-width : 1200px) {
    .home-big-yellow p{font-size:45px;}
    
    
}
    
@media screen and (min-width : 1400px) {
    .big-header-3 p{font-size:48pt;line-height: 73pt;}
    .huge-header p {font-size: 164pt;}
}

@media screen and (min-width : 1820px) {
    .big-header{font-size:80pt!important;}
}



body.custom-header-22,.custom-header-22 .container-wrap,body.html-background,.html-background .container-wrap{background:transparent;}

body.custom-header-22{
    color: #000;
    font-family: interstate-mono, monospace;
    font-size:18px;
}


.regular-font{font-weight:500;}
.custom-header-22 #header-space{height:0!important;}
.custom-header-22 #header-outer{max-height:0; overflow:hidden; transition:all .3s ease; padding:0;}
.custom-header-22 #header-outer.small-nav{max-height:20;}

/*Show the header on mobile when the menu is open:*/
.custom-header-22 #header-outer.side-widget-open{max-height:none; overflow:hidden; padding: 12px 0;}

.red-links a:hover{background:#FA0015;}

#menu-2022-homepage-header-desktop{
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0;
    padding-right: 10%;
    font-size: 14px;
    width:100%;
}

#menu-2022-homepage-header-desktop li{
    list-style:none; 
    margin-right: 12px;
    line-height: 1.2;
}
#menu-2022-homepage-header-desktop li:last-child{margin-right: 0;}
#menu-2022-homepage-header-desktop li a{
    color:#000; 
    text-transform:uppercase;
    font-weight: 600;
    transition:0s;
}
#menu-2022-homepage-header-desktop .sub-menu a{
    display: inline-block;
}

#menu-2022-homepage-header-desktop li a.sf-with-ul{padding-right: 10px;}

#menu-2022-homepage-header-desktop li a:hover{
    color:#F0E9DF; 
    text-decoration: underline;
    background:#000;
}

#menu-2022-homepage-header-desktop .sub-menu{
    border:3px solid #000;
    margin-top: 9px;
}

body #menu-2022-homepage-header-desktop .sf-sub-indicator [class*=" icon-"]{color: #000; transition:0s;}
body #menu-2022-homepage-header-desktop a.sf-with-ul:hover .sf-sub-indicator [class*=" icon-"]{color: #fff!important;}
.header-info-boxes{
    display: flex;
    justify-content: space-between;
    color:#000;
    font-family: arial, sans-serif;
    line-height: 1.3em;
    font-size:14px;
}
.header-link-underlined{
    color:#000; 
    text-transform:uppercase; 
    text-decoration:underline;
    font-weight: 600;
}

.header-info-boxes b{
    font-family: inherit;
    font-weight: 600;
}

.info-box-text{margin-bottom:20px;}

.header-menu-social-links{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
}

.header-menu-social-links a{
    text-transform:none;
    text-decoration:underline;
    color:#000;
    margin-bottom:5px;
    font-weight:600;
    font-family: interstate-mono, monospace;
    letter-spacing: -.02em;
    font-size: 12px;
}

.prayer-paragraph p{font-size: 38px; line-height: 1.5em!important; padding:2.5em 0!important;}
.big-vision-paragraph{font-size:15px; }


.banner-border-black .row-bg-wrap,.mobile-banner-border-black .nectar-video-wrap,.column-border-black .column-image-bg{
    border:3px solid #000;
}



.call-to-action-block{font-size:24px; font-weight:bold;}
.call-to-action-block > .wpb_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-text{
    color: #facf50;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0px;
}

.cta-button{
    background: transparent;
    padding: 12px 36px;
    display: inline-block;
    font-size: 15px;
    border: 3px solid;
    color: #FACF50;
    font-family: arial;
    text-transform: uppercase;
    margin: 0 22px;
    border-radius: 4px;
    white-space: nowrap;
    transition: none;
}
.cta-button:hover{
    background: #FACF50;
    border: 3px solid #FACF50;
    color: #000;
}

.mobile-merch-button{
    margin: auto;
    border: 3px solid;
    color: #F10014;
    border-radius: 4px;
    padding: 20px;
    font-family: arial, sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.wide-merch-button{
    width: 96%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: 3px solid;
    color: #F10014;
    border-radius: 4px;
    padding: 20px;
    font-family: arial, sans-serif;
    font-weight: 800;
    transition:none;
}
.wide-merch-button:hover{
    background:#F10014;
    color:#fff;
    border: 3px solid #F10014;
}
.join-us-text-wrapper{
    text-transform:uppercase;
    color:#D1C2AD;
    border-right:10px solid #FACF50;
    text-align:right;
    padding-right:4px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.home-merch-row-mobile .row-bg{background-size: cover;}
@media screen and (max-width: 1300px){
    .dear-generation-swapper-wrapper{
        font-size: 2.8vw;
    }
    #menu-2022-homepage-header-desktop{font-size: 13px;}
}

@media screen and (max-width: 1080px){
    #menu-2022-homepage-header-desktop{font-size: 11px;}
}

@media screen and (max-width: 984px){
    .dear-generation-swapper-wrapper{font-size: 22px;}
    .wpb_wrapper .register-info-text{font-size: 45px;}
}

@media screen and (max-width: 690px){
    .dear-generation-swapper-wrapper{
        font-size: 15px;
    }
    .prayer-paragraph p{font-size: 25px;}
    .find-pre-rally-link{font-size: 4.2vw;}
    html body.using-mobile-browser img.jesus-generation-3d-small-text-img {opacity:0!important;}
    
    .a-jesus-generation-paragraph p{
        font-size: 16px;
    }
    .take-action-page-banner-into-paragraph{font-size: 19px;}
    
}

@media screen and (max-width: 500px){
    .dear-generation-swapper-wrapper{
        font-size: 15px;
    }
    
    .jesus-generation-marquee{
        background-size: 64vw;
        padding-bottom: 5%;
        animation: scroll-text-jesus-gen-mobile 12s linear infinite;
    }
    .intro-paragraph p{font-size: 19px; line-height: 1.5em!important;}
}

@keyframes scroll-text-jesus-gen {
  100% { 
    background-position: -38vw 0;
  }
}

@keyframes scroll-text-jesus-gen-mobile {
  100% { 
    background-position: -64vw 0;
  }
}
.overflow .inner-wrap,.overflow .column-image-bg-wrap{overflow:visible!important;}

.take-actions-buttons-row{
    max-width:930px;
    margin:auto;
}
.take-action-sec-btn .wpb_wrapper,.take-action-sec-btn .wpb_content_element{height:100%;}
.block-btn{
    color:#000;
    padding:150px 10px;
    font-weight: bold;
    border:2px solid #000;
    background-color:rgba(255,255,255,.06);
    width:100%;
    
    display:block;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    height: 100%;
}

.block-btn:hover{
    background-color:rgba(255,255,255,.2);
    
}

.block-btn h2{
    color:#FFCB26;
    font-family:arial, sans-serif;
    font-weight: normal;
    font-size: 37px;
    text-transform: uppercase;
}

.animated-blur-bg.animate .column-image-bg{animation:increase-blur 4.5s forwards;}/* Add the blur effect */
.animated-unblur.animate{animation:decrease-blur 3.5s forwards;}/* Unblur effect */



/*Desktop & larger*/
@media screen and (min-width: 1000px) {
    body:not(.vc_editor) .hide-on-desktop{display:none!important;}
    .vc_editor .hide-on-desktop{opacity:.5!important;}
}
/*Tablet & smaller*/
@media screen and (max-width : 999px) {
    
    body:not(.vc_editor) .desktop-only{display:none!important;}
    .vc_editor .desktop-only{opacity:.5!important;}
    
    .cta-wrapper-2022{
        display: block;
        text-align: center;
    }
    .cta-button-2022{
        display: inline-block;
        padding: 20px;
        margin-top: 1em;
    }
    .cta-text-2022{
        font-size: 24px;
        text-align: center;
    }
    .action-category-title-22{
        font-size: 64px;
    }
    
    .take-action-page-title h1{font-size: 128px;}
    
    .take-action-banner-row-2{margin-top: -22%;}
    
    .take-action-page-breakdown-paragraphs h2{font-weight: bold;}

}

/* Large Mobile and lower */
@media screen and (max-width:690px){
    .take-action-page-title h1{font-size: 68px;}
    .take-action-banner-category-links a{font-size: 18px;}
    .action-category-title-22 p{font-size: 64px;}
}

/*mobile large only*/
@media screen and (min-width:480px) and (max-width:690px){
    .dear-generation-swapper-wrapper-mobile{font-size: 40px;}
}

/*mobile small*/
@media screen and (max-width:479px){
    .dear-generation-swapper-wrapper-mobile{font-size: 30px;}
    .join-us-text-wrapper{
        font-size: 11px;
        line-height: 1.4em;
        border-right: 5px solid #FACF50;
    }
    .action-category-title-22 p{font-size: 34px;}
    .action-category-sub-menu a{font-size: 11px;line-height: 3em;}
    .take-action-banner-category-links a{font-size: 16px;}
}

@media only screen and (min-width: 690px) and (max-width: 999px){
    .portfolio-items:not(.carousel) .col.span_4, .portfolio-items:not(.carousel) .col.span_3{
        width: 32.5%!important;
    }
}

@media only screen and (max-width: 690px){
.portfolio-items:not(.carousel) .col.span_4, .portfolio-items:not(.carousel) .col.span_3, .portfolio-items:not(.carousel) .col.span_6 {
    width: 49.5%;
    }
}


@keyframes increase-blur {
  100% { 
    filter: blur(9px);
  -webkit-filter: blur(9px);
  }
}

@keyframes decrease-blur {
    0%{
        filter: blur(9px);
        -webkit-filter: blur(9px);
        opacity:0;
    }
    100% { 
        filter: blur(0);
        -webkit-filter: blur(0);
        opacity:1;
  }
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(1360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(1360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(1360deg); 
        transform:rotate(1360deg); 
    } 
}
  