/*
Theme Name: Wpt
Template: wp-bootstrap-starter
*/

@font-face {
  font-family: 'PBSSans';
  src: url("fonts/EOT/PBSSans.eot");
  src: url("fonts/EOT/PBSSans.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans.woff2") format("woff2"), url("fonts/WOFF/PBSSans.woff") format("woff"), url("fonts/TTF/PBSSans.ttf") format("truetype"), url("fonts/SVG/PBSSans.svg#PBSSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans';
  src: url("fonts/EOT/PBSSans-Bold.eot");
  src: url("fonts/EOT/PBSSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Bold.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Bold.woff") format("woff"), url("fonts/TTF/PBSSans-Bold.ttf") format("truetype"), url("fonts/SVG/PBSSans-Bold.svg#PBSSans") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans-Black';
  src: url("fonts/EOT/PBSSans-Black.eot");
  src: url("fonts/EOT/PBSSans-Black.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Black.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Black.woff") format("woff"), url("fonts/TTF/PBSSans-Black.ttf") format("truetype"), url("fonts/SVG/PBSSans-Black.svg#PBSSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans-Cond';
  src: url("fonts/EOT/PBSSans-Cond.eot");
  src: url("fonts/EOT/PBSSans-Cond.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Cond.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Cond.woff") format("woff"), url("fonts/TTF/PBSSans-Cond.ttf") format("truetype"), url("fonts/SVG/PBSSans-Cond.svg#PBSSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans';
  src: url("fonts/EOT/PBSSans-Light.eot");
  src: url("fonts/EOT/PBSSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Light.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Light.woff") format("woff"), url("fonts/TTF/PBSSans-Light.ttf") format("truetype"), url("fonts/SVG/PBSSans-Light.svg#PBSSans") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans';
  src: url("fonts/EOT/PBSSans-Medium.eot");
  src: url("fonts/EOT/PBSSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Medium.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Medium.woff") format("woff"), url("fonts/TTF/PBSSans-Medium.ttf") format("truetype"), url("fonts/SVG/PBSSans-Medium.svg#PBSSans") format("svg");
  font-weight: 600;
  font-style: normal;
}

html {
    font-size: 100%;
}

body {
    overflow-x: hidden;
}


:root {
    --PBSBlue: #2638C4;
    --PBSDarkBlue: #0A145A;
}

/* header */
@import url("//cloud.typenetwork.com/projects/2781/fontface.css/");
@import url("//fonts.googleapis.com/css?family=Coustard");
@import url("//fonts.googleapis.com/css?family=Rubik");
@import url("//fonts.googleapis.com/css?family=Roboto");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab");
@import url("//fonts.googleapis.com/css?family=Roboto+Mono");
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed');
@import url("//fonts.googleapis.com/css?family=Lekton");
@import url('//fonts.googleapis.com/css?family=Amatic+SC');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('//fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i&display=swap');

body {
  font-family: 'PBSSans', sans-serif !important; 
}

.crimson{
   font-family: 'Crimson Text', serif !important; 
}

/* Make the button text orange */
.wpt-orangequote-btn, .mce-wpt-orangequote-btn {
    color: #ff8400 !important;
}



a {
    color: #2638C4;
    text-decoration: none;
 }   

 a:hover{
    color: #2638C4;
    text-decoration: underline;
 }


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}


/* site content */
.vc_desktop .site-content#content{
    padding-bottom: 30px;
    padding-top: 30px;
}

#content.site-content {
    padding-bottom: 30px;
    padding-top: 30px;
}

.btn.focus, .btn:focus {
    outline: auto;
}

.btn.focus, .btn:focus {
    /* box-shadow: none !important; */
}

/* hide recaptcha*/
.grecaptcha-badge {
    display: none !important;
}

/***************************************************************
These styles are subject to the following license agreement(s):
https://store.typenetwork.com/cart/eula/font-bureau
***************************************************************/
.eaglebook {
font-family: "Eagle Bk";
font-style: Normal;
font-weight: Normal;
}


header#masthead {
    margin-bottom: 0;
    background-color: #2638c4 !important;
    box-shadow: none !important;
    padding: 0px !important;
    border-bottom: none !important;
}

.navbar-brand > a:focus-visible {
    outline: auto;
    outline-width: 1px;
    outline-offset: -2px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
 }
    
/* new header*/
.navbar-brand img {
    height: 80px;
    width: 266px;
}

.navbar-brand a img:hover {
    opacity: 1 !important;
}


#masthead .navbar-nav > li > a {
    color: #ffffff !important;
    padding: 10px 0px 0px 0px !important;
    /* font-weight: 500; */
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 30px;
    border-bottom-style: solid;
    border-bottom-color: #2638C4;
}

#masthead .navbar-nav > li > a:hover {
    color: #fff;
    font-weight: normal;
        border-bottom-style: solid;
        border-bottom-color: #fff;
}



#masthead i.fa.fa-heart {
    color: #fe704e;
}

.fa-beat {
  animation:fa-beat 1s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.25);
  }
  100% {
    transform:scale(1);
  }


}

li#magglass {
    position: absolute;
    right: 0px;
}

a#searchglass:hover {
    border-bottom: none !important;
}

img#smallpassporticon {
    height: 20px;
    display: inline-block;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
}

a.nav-link {
    color: var(--PBSBlue);
}

#passportlink a.nav-link {
    font-weight: bold !important;
    text-transform: none !important;
}

input#q {
    padding: 5px;
    border-radius: 4px;
    border: none;
}


.nav-divider {
    display: inline-block;
    margin-left: 8px;
    /* margin-left: 9px; */
}


.navbar-nav {
    flex-direction: inherit;
   } 

ul#primary {
    margin-top: 0px;
    margin-bottom: 0px;
    /* font-size: 14px; */
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    list-style: none;
}   

.bop-nav-search input#s {
    width: 100%;
}

form.bop-nav-search {
    padding-top: 7px;
    width: 25%;
    position: absolute;
    right: 30px;
    display: none;
}



.fullbar {
    background-color: #2b2b2b;
}

#primary a.nav-link:Hover {
    background-color: white;
    color: black !important;
}

.navbar-toggle{
    display: none;
}


/*photo caption */
.wpb_single_image .vc_figure-caption {
    margin-top: 1%;
    font-size: 18px;
    color: #5C6E85;
}

.wp-caption {
    background: none;
    border: none;
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: left;
}

.wp-caption-text {
    font-size: 18px !important;
    color: #5C6E85 !important;
    margin-top: 10px !important;
    text-align: left !important;
    line-height: 27px !important;
    padding: 0px !important;
}

/* pop up video player */
.dynamic-video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}


.youtube .video-popup-content {
    width: 320px;
    max-height: 566px;
    max-width: 320px;
    margin: 10vh auto;
    background-color: #000;
    border-radius: 10px;
    border: solid;
    border-color: white;
    overflow: hidden;
    border-width: 2px;

}

.youtube .video-close-btn {
    top: 7.8vh;
    width: 320px;
}    


.youtube .shorts-container {
    position: relative;
    width: 100%;
    max-width: 320px; /* Adjust max width as needed */
    aspect-ratio: 9 / 16; /* Maintains vertical format */
    margin: auto; /* Centers it */
    }

.youtube .shorts-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px; /* Optional: rounded corners */
}

/*
.youtuberow .car-con {
     margin: 0 30px 10px 0px;
}
*/

.youtuberow .car-con img {
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: 12px;
}

.youtuberow {
    margin-left: -15px;
}

.youtuberow .slick-prev{
    top: 35%;
    left: -12px;
}

.youtuberow .slick-next {
    top: 35%;
    right: -12px;
}    

.youtuberow p.title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px;
}

.video-popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 15vh auto;
  background-color: #000;
  border-radius: 0px;
  border: solid;
  border-color: white;
  overflow: hidden;
  border-width: 1px;
}

.dynamic-video-popup iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* Ensures video maintains aspect ratio */
}

.youtuberow  iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* Ensures video maintains aspect ratio */
}

.youtuberow .shorts-container-pip iframe{
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
}

.shorts-container-pip {
    margin-bottom: 20px;
}

.shortcode-video.cf {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 34px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.video-close-btn {
    position: absolute;
    top: 12%;
    left: 0;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    width: 90%;
    max-width: 800px;
    text-align: end;
    margin-left: 50%;
    margin-right: 50%;
    transform: translate(-50%, -50%);
}

.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.loader-container p {
  margin-top: 10px;
  color: #3498db;
  font-weight: bold;
  font-size: 16px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*
@media screen and (min-width: 0px) and (max-width: 500px){
    .video-popup-content {
        top: 45%;
        left: 50%;
        width: 375px;
        height: 210px;
    }
}
*/




/* autocomplete */

.ui-menu-item {
    border: 0px solid #ffffff !important;
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 5px !important;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}


.ui-state-focus {
    border: 0px solid #2638c4 !important;
    background: none !important;
    background-color: white !important;
    font-weight: 100 !important;
    color: #212529 !important;
    margin: 0 !important;
    padding: 3px 1em 3px 5px !important;
}

.autoui {
    font-size: 15px;
    font-weight: 400;
     color: #212529 !important;
     font-family: 'PBSSans', sans-serif;
}

.autobold{
  font-weight: bold;
  text-transform: capitalize;
}

.auto_cat {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #60738a;
}

 /*sidebar*/
 #rfw_dock-2 {
    border: solid;
    border-width: 5px 1px 1px 1px;
    padding: 0px 10px 10px 10px;
    border-color: #d0d0d0;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
} 

/* main page swoop */
#swoop {
    background-color: #0A145A;
    margin-bottom: 30px;
    /* margin-top: -1px; */
    max-height: 430px;
    overflow: hidden;
}

#swoop img{
  clip-path: circle(67.1% at 58% 51%);
}

.swoopimage {
    text-align: right;
}

#swoop .left-content {
    padding-top: 5%;
    /*padding-left: 36%;
    padding-right: 4%;*/
}

#swoop .buckettitle {
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: white;
}

#swoop .buckettitle a {
    color: white;   
}

#swoop .bucketsubtitle {
    color: #48D3CD;
    font-size: 1.2em;
}

#swoop .bucketdesc {
    color: white;
}

/*html bucket*/
.HTMLbucket p.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0px 0px 15px 0px;
}

.HTMLbucket {
    margin-bottom: 30px;
}

.HTMLbucket .bucketimage {
    margin-bottom: 0px;
}

.HTMLbucket .interior-content {
    padding: 30px 15px;
    font-size: 18px;
}

.HTMLbucket p {
    margin-bottom: 15px;
}

.HTMLbucket h3, .HTMLbucket h4{
font-weight: 600;
font-size: 16px;
line-height: 120%;
text-transform: uppercase;
color:#5C6E85;
margin: 0px 0px 15px 0px;
}

.HTMLbucket .background-content{
    background-color: #F6F8FA;
}

a.arrow-link{
color:#2638C4;
font-weight: 600;
font-size: 16px;
line-height: 120%;
}

a.arrow-link::after {
  font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" depending on your version */
  content: "\f0a9"; /* unicode for fa-arrow-circle-right */
  font-weight: 900; /* required for solid icons */
  display: inline-block;
  margin-left: 0.4em;
  vertical-align: middle;
}

.hz-background {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;       
    background-color: #efefef;
    overflow: hidden;           
}

.hz-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.hz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;         
    display: block;
}

.hz-content {
    width: 50%;
    display: flex;
    align-items: center;       
}

.hz-content h2 {
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
}

.hz-interior-content {
    padding: 30px;
    font-size: 18px;
}

@media screen and (min-width:993px) and (max-width:1200px) {
.hz-interior-content { padding: 15px; }
.hz-interior-content .bucketdesc {font-size: 16px !important; line-height: 24px;}
.hz-image {width: 60%;}
.hz-content {width: 40%;}
}

@media screen and (min-width:0px) and (max-width:992px) {
.hz-background { flex-direction: column;}
.hz-image {width: 100%;}
.hz-content {width: 100%;}
} 



/*new bucket*/
.bucketcard .bucket-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0px;
}
.bucketcard {background-color:#F6F8FA;min-height: 480px;}
.bucketcard .bucket-title {  padding: 0px 20px 5px 20px !important;}
.bucketcard .bucketsubtitle {  padding: 0px 20px 10px 20px !important;}
.bucketcard .bucketdesc { padding: 0 20px 20px 20px !important; font-size:18px; line-height:27px}
.bucketcard:hover { cursor: pointer;background-color: #efefef;}
.bucketcard:hover img {opacity: .8;}

.bucketcard .bucket-title a:hover {  text-decoration: none !important;}

/*bucket card with outline*/
.bucketcard.bucketoutline { background-color: #ffffff; box-shadow: 0px 3px 6px #00000029;}
.bucketcard.bucketoutline .bucketdesc {font-size: 20px !important; line-height: 30px !important; font-weight: 500; color: #000;
}
.bucketcard.bucketoutline:hover {background-color: #ffffff;}

/*volunteer card*/
.bucket.volunteer {
    margin-bottom: 30px;
}

.volunteer h3.covevideotitle.bucket-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600 !important;
    margin-bottom: 10px;    
}
.volunteer .bucketimage {
    max-height: 208px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 30px;
}
.volunteer .bucketbtn {
    padding: 0px 20px 0px 20px !important;
    display: flex;
    margin-bottom: 30px;
}





@media screen and (min-width:0px) and (max-width:767px) {
    .bucket.bucketcard.fullblocklink h3.covevideotitle.bucket-title {
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
    }

    .bucket.bucketcard.fullblocklink .bucketcard .bucketdesc {
    font-size: 20px;
    line-height: 32px;
    }
}

/*footer*/

#thefooter {
    background-color: #f6f7fb;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    /*
    border-top: solid;
    border-top-color: #f1f1f1;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15);
    */
}

#four-footer-widget .widget-title {
    text-transform: uppercase;
    font-size:18px; 
    line-height:22px;
}


#four-footer-widget p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
}

#four-footer-widget i.fas.fa-arrow-right, #four-footer-widget #hearticon {
    color: #fe704e;
}



#four-footer-widget a{

}

.thestatement {
    background-color: #040C41;
    padding-top: 20px;
    padding-bottom: 20px;
   /* border-bottom: solid;
    border-bottom-color: #777777;
    border-bottom-width: 1px;*/
}
.thestatement h3 {
    color: #48D3CD;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.thestatement p{
  color:white;
  text-align: center;
  font-weight: 100;
}

.thestatement p a{
  color:white;
  text-decoration: underline;
}

#footerdarkblue{
  background-color: #0b1656;
  color: white;
}

#footerdarkblue a{
  color:white;
  text-decoration: underline;
}

#footerdarkblue a img:hover {
    opacity: 1 !important;
}


#footerdarkblue #linelink {
    font-weight: 100;
    line-height: 1.6;
}


#footerdarkblue a:hover{
  text-decoration: underline;
}
#footerdarkblue hr {
    border-top: 1px solid white;
    opacity: .4;
}

#footerdarkblue h3 {
    color: #48D3CD;
    text-transform: uppercase;

}

#footerdarkblue .sponrow {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    margin-bottom: 60px;
}

#footerdarkblue .sponcolumn {
  flex: 25%;
  padding: 5px;
}

#footerdarkblue  img.partner_logo {
    width: 80%;
}


#footerdarkblue #about {
    padding-top: 15px;
    padding-bottom: 15px;
}

#footerdarkblue #socialmedia li {
    font-size: 2vw;
    margin-right: 1.5vw;
}

#footerdarkblue p.bottomlinks {
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: center;
    margin: 0px;
}

#footerdarkblue img.footlogo {
    height: 4vw;
}

.btn-success {
  color: #fff;
  background-color: #fe704e;
  border-color: #fe704e;
  border-radius: 0px;
}

a.bigbluebutton {
    display: block;
    background-color: #2638C4;
    color: #FFF;
    width: fit-content;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 18.5px 30px 12.5px 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 4px;
}

a.bigbluebutton:hover {
    text-decoration: none;
    background-color: #5c5c5c;
    color: white;
}

.btn-primary {
  color: #fff;
  background-color: #2638C4;
  border-color: #2638C4;
}

.btn-primary:hover,.btn-success:hover {
  color: #fff;
  background-color: #0b1656;
  border-color: #1e2c99;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 86, 205, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2638C4;
  border-color: #2638C4;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e2c99;
  border-color: #1c298f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 86, 205, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #0F1E8C;
  border-color: #0F1E8C;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0b1769;
  border-color: #0a145e;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 64, 157, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #0F1E8C;
  border-color: #0F1E8C;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0a145e;
  border-color: #091252;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 64, 157, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFCF00;
  border-color: #FFCF00;
}

.btn-warning:hover {
  color: #212529;
  background-color: #d9b000;
  border-color: #cca600;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 182, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFCF00;
  border-color: #FFCF00;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cca600;
  border-color: #bf9b00;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 182, 6, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #FE704E;
  border-color: #FE704E;
}

.btn-danger:hover {
  color: #fff;
  background-color: #fe5128;
  border-color: #fe471b;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 101, 72, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #FE704E;
  border-color: #FE704E;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fe471b;
  border-color: #fe3d0f;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 101, 72, 0.5);
}

/*ADDED */
.vc_custom_1525193974963 {background-color: #0A145B !important;}
#searchform {background-color: #0A145B; padding: 13px 15px 8px 15px;}


/* NEWS PAGE */

.story-area .content {
    margin-bottom: 30px;
}

.story-area .field-type-image {
    margin: 20px 0px 20px;
}

.story-area .view-mode-right_image_caption_left {
    margin-bottom: 30px;
}
.story-area .flourish-credit {
    display: none;
}

.story-area .map-wrapper iframe {
    /* height: initial; */
    width: 100%;
    min-height: 650px;
}

.story-area .chart-wrapper iframe {
    /* height: initial; */
    width: 100%;
    min-height: 650px;
}
.story-area .line-wrapper iframe {
    /* height: initial; */
    width: 100%;
    min-height: 650px;
}


.story-area .field-name-field-asset-image-description {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}

.story-area .field-name-field-asset-image-photo-credit {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-style: normal !important;
}

.story-area li {
    margin-bottom: 15px;
}

.story-area h4.subtitle {
    font-size: 24px;
    font-weight: 700;
}


.latestnews {
    margin-bottom: 30px;
}

.big-news, .small-news {
    margin: 0px;
}

.big-news a, .small-news a, .news-headline a {
    color:black !important;
}

.newscontainer{
    position: relative;
}

.bottom-right-play {
    position: absolute;
    bottom: 15px;
    right: 0px;
    background-color: #ffffff;
    padding: 10px 15px;
    color: black;
    font-size: 18px;
    line-height:18px;
}

.coveparent .bottom-right-play {
    bottom:8px;
 }   

.subnews .bottom-right-play, .mobile-hn-recent .bottom-right-play{
    display: none;
}

.mm_video_embed .coveparent .bottom-right-play {
    bottom: 20px;
}

.subnews.hasvideo .bottom-right-play, .mobile-hn-recent.hasvideo .bottom-right-play{
    display: block;
}

.embedgrid {
    position: relative;
}

.embedgrid.col-md-3 h3.covevideotitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.embedgrid.col-md-4 h3.covevideotitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.big-news {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}

.small-news {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

p.arrowheading{
    font-size: 24px;
    line-height: 29px;
    margin: 50px 0px 0px 0px;
    font-weight: 700;
}

.vidheadtitle h1{
    display: contents !important;
}

.vidheadtitle a.arrowheading {
    color: #2638C4;
    margin-bottom: 20px;
    display: inline-block;
}

p.video_head_desc {
    margin-bottom: 0px;
}

.header_image img {
    height: 60px;
    margin-bottom: 20px;
}

.vidheadtitle a.arrowheading:hover {
    color: #2638C4;
}

.news-headline {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 5px;
    font-weight: bold;
}

.news-headline-lg a {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 38px;
    color: black;
}

p.news-headline-lg {
    margin-bottom: 5px;
}


p.news-cat {
    margin-bottom: 5px;
    font-size: 16px;
}
.news-cat a {
   text-transform: uppercase;
   color: #B91823;
   font-weight: 600;
}

p.news-excerpt {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}

p.front-news {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}


p.news-byline {
    margin-bottom: 0px;
    text-transform: uppercase;
   color:#a8a8a8;
   font-size: 12px;
}

p.news-region {
    margin-top: 5px;
}

p.news-region a, p.story-region a {
   color:#5C6E85;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

p.story-region{
  text-align: left !important;
}

a.topic-region {
    color: #5c6e85;
    text-transform: uppercase;
}

.news-byline a {
    text-transform: uppercase;
   color:#a8a8a8;
}



.final-region-link a {
  display: flex;
  align-items: center;
  gap: 10px; /* space between image and text */
  text-decoration: none;
  color: inherit;
   min-height: 55px;
  text-transform: uppercase;
  color: #09649d;
}

.final-region-link img {
    max-height: 60px;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}



.subnews {
    margin-top: 30px;
}
.subnews img,.recentnews img,{
    margin-bottom: 15px !important;
}

.recentnews {
    margin-bottom: 30px;
}
.recentarticlesrow .small-news {
    margin-bottom: 20px;
    border-bottom: solid;
    padding-bottom: 20px;
    border-color: #c8c8c8;
    border-width: 1px;
}

.recentarticlesrow .small-news:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.regioncont{
  margin-bottom: 30px;
}

.region {
    background-color: #f7f8fc;
    padding: 5px 20px 5px 20px;
}

.regiontitle{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}



.news-sect-none{
        display: none;
}

h1.author-name {
    margin: 0px;
    padding-bottom: 0px;
}

img.roundimg {
    border-radius: 50%;
}

a.biobtn {
    display: block;
    margin-top: 20px;
    font-size: 1em;
    text-transform: uppercase;
}

a.biobtn i {
    font-size: 1em;
    /* color: #9cb1ff; */
}
p.author-contact a {
    color: black;
    font-size: 1em;
    margin-top: 0px;
}

a i.fab.fa-twitter {
    color: #38A1F3;
}

.news-subtitle {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 50px;
    padding-top: 70px;
    margin: 0px;
}

p.news-date {
    margin: 0px;
    font-size: .9em;
    color: #818181;
}

.news-sub1{
  border:none !important;
  margin-top: 0px;
  padding-top: 0px;
}

.news-sub {
  padding-top: 10px;
    padding-bottom: 10px;
}

#loadmore {
   color: white !important;
    cursor: pointer;
    margin-top: 40px;
}

header.news-topic-page-header {
    text-align: center;
}

h1.news-topic-title {
    margin: 0px;
    font-size: 2.6em;
    font-weight: 600;
        padding: 0px;
}

.topic-submenu a {
    color: black;
    display: inline-block;
    margin-right: 1.2em;
}

.topic-submenu li.list-inline-item {
    border-right: solid;
    border-right-width: 1px;
    height: 20px;
}

.topic-submenu .list-inline-item:last-child {
    border-right: none;
}

.centervert{
  padding-top: 0%;
}

.underlinelink a {
    text-decoration: underline !important;
}

.topic-submenu .list-inline-item:not(:last-child) {
    margin-right: 20px !important;
}

img.fullwidth{
  min-width: 100%;
}

p.regionriver {
text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 1em;
}

#news-story-top{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#news-story-top h1 {
    font-size: 3em;
    margin-top: 0px;
    margin-bottom: 0px;
}

#news-story-top p.undertitle {
    margin-bottom: 0px;
    color:#818181;
}

a.author-link {
    text-transform: uppercase;
    color: black;
}

#news-story-top p.news-date {
    font-size: inherit;
}

#news-story-top p.news-photocaption {
    text-align: left;
    margin-top: 10px;
    font-size: .9em;
    margin-bottom: 0;
}

#news-story-top .addtoany_shortcode {
    margin: 30px;
}

#news-story-top .lgimg img {
    min-width: 100%;
}

.row.sidebarlatestnews {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #efefef;
}

.row.sidebarlatestnews p.news-cat {
    margin-bottom: 0px;
 }   

.row.sidebarlatestnews .news-headline {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 400;
}

.seperation {
    margin-bottom: 30px;
    border-top: solid;
    border-color: #EFEFEF;
    border-top-width: 1px;
    margin-top: 30px;
}


.wpt-block a{
  color:black;
}

.story-area a, p.undertitle a, a.head-region{
  color: #2638C4;
  text-decoration: underline;
}


a.head-region{
  text-transform: uppercase;
}

.story-area a:hover, p.undertitle a:hover, a.head-region:hover{
   color: #0056b3;
   text-decoration: none;
}

.relstories .related_stories {
    border: solid;
    border-width: 1px;
    border-color: #949494;
    padding: 10px 30px;
    margin-bottom: 20px;
}


.related_stories a{
   text-decoration: none;
 color:#2638C4;
}

.greybox {
    background-color: #2424249c;
    color: white;
    font-weight: 700;
}

.greybox h2 {
    background-color: #2424249c;
    color: white;
    font-weight: 700;
}


.topic-submenu {
    text-transform: uppercase;
}


/*exemplar cards */
.exemplar .card {
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 30px;
}

h3.card-title {
    margin: 0px;
    font-size: 24px;
    margin-bottom: 10px;
}

.exemplar .card-body {
    font-size: 20px;
}

.exemplar .card-body a{
   text-decoration: underline;
}

.exemplar .card-body a:hover{
   text-decoration: none;
}

/*small size*/
@media screen and (min-width: 500px) and (max-width: 767px){



    .big-news {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    }

    .small-news {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }




}



/*mobile*/

@media screen and (min-width: 0px) and (max-width:767px) {

p.arrowheading {
    font-size: 24px;
    line-height: 29px;
    margin: 50px 0px 35px 0px;
    font-weight: 700;
}


.bottom-right-play{
    bottom: 0px;
}


ul.newssubmenu {
    display: none;
    margin-bottom: 0px;
    text-transform: uppercase;
}

header.news-topic-page-header {
    text-align: left;
}

.seperation {
    display: none;
}



.break-out {
    margin-bottom: 16px !important;
}

h1.news-topic-title {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 1.6em;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
}


.mob-left-img {
    padding-left: 0px;
}

.mob-left-img img {
    float: left;
    width: 45%;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 20px;
}

p.news-cat {
    margin-bottom: 2px;
}

.row.news-sub {
    border-bottom: solid;
    border-bottom-color: #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
}

}

/*----------------------------------------------------- ugc------------------------------------------ */

#toparea{
    background-image:url('https://s3-us-east-2.amazonaws.com/wisconsinpublictv/wp-content/uploads/2018/03/banner-fixed-right.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -20px;
}



#menu-storylab {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-family: 'PBSSans', sans-serif;
    margin-top: 0px;
    text-transform: uppercase;
    flex-direction: row !important;
}

li#menu-item-503 {
    display: block;
    float: none;
    width: 100%;
}

li#menu-item-503 a {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: bold !important;
    font-size: 21px !important;
}

#menu-storylab li a {
    display: block;
    padding: 0px 30px 0px 0px;
}


#menu-storylab li.current-menu-item a {
    font-weight: 600 !important;
    text-decoration: underline;
}

#menu-storylab  li a {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

#menu-storylab li a:hover {
    text-decoration: underline !important;
    background-color: inherit !important;
}


p.formlabel {
    margin-bottom: 5px;
    font-family: 'Rubik';
    font-size: 12px;
    font-weight: bold;
}


.widget.widget_nav_menu {
    margin-bottom: 0px;
}


img.img-responsive {
    min-width: 100%;
}


#storylabmediaplayer {
    background-color: black;
    margin-bottom: 20px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.player-row {
    width: 100%;
}
.player-row #vidplayer {
    width: 78%; /*78*/
    float: left;
}

.player-row #vidtn {
    width: 22%;
    float: left;
}

.videobar {
    color: white;
    padding-bottom: 30px;
}

.hidevideo{
   display: none;
}

.showvideo{
   display: block;
}

.vidcont {
    background-color: black;
}

.vidcont img {
    opacity: .5;
}

.vidcont.nowplaying {
    background-color: blue;
}

a.tnclick .bottom-left:hover {
    background-color: #3366cd;
}


#vidquote {
    background-color: black;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}
#vidquote span#thisquote {
    color: white;
}

#vidquote h1.quote {
    font-family: 'Rubik',sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #fff;
    padding-top: 20px;
}

#vidquote .quotechar {
    font-family: 'Coustard',sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 36px;
    line-height: 43px;
}

h2.quotereadmore{
    margin-top: 0px;
    font-family: 'PBSSans', sans-serif;
    font-size: 21px;
}
#thislink a{
     color:#03a9f4;
}

#thislink a:hover {
    color: white;
    text-decoration: underline;
}


/*call to action */

#storylabcta {
    text-align: center;
}

#storylabcta h2.collect {
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Amatic SC';
    font-size: 32px;
    color: #000;
    font-weight: 700;
    padding-bottom: 0px;
}

#storylabcta  img.movarrows {
    max-width: 170px;
    margin-left: 12px;
}

a.blackbtn {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 15px;
    color: #f7f7f7;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 20px;
}

a.blackbtn:hover {
    background-color: #515151;
    color: white;
    text-decoration: none;
}


/* blog posts */

/* full width on mobile*/
.imgcont img {
    min-width: 100%;
}

p.comment-awaiting-moderation {
    margin: 20px 0px 0px 20px;
    font-weight: bold;
    /* font-style: italic; */
    color: #890707;
}


.widget_dock{
    margin-top: 7px;
    width: 92.5%;
}

.rfw_dock{
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.rfw_dock li{
    color: #666666;
    font-size: 16px;
    height: 100%;
    margin: 0;
    text-align: left;
    width: 100%;    
    list-style: none;
    display: inline-block;
}

.rfw_dock > li .feed_img, .rfw_dock > li .feed_img img {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height:auto;
}

.rfw_dock h3{    
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

.rfw_dock h3 a{
    font-size:16px;

}

.rss_url_area a{
    float:right;
    cursor:pointer;

}

/*WPR IMG*/
.enclosure.wpr_img img {
    aspect-ratio: 16 / 9;
}

.rfw-class .widget_dock li > div.text_div div{
    display:none;
}

.rfw-class .widget_dock li img{
    padding:0;
    margin:0;
}
.rfw_list.rfw_dock li {
    border-top: 1px solid #eee;
    margin: 0 0 30px;
    padding-top: 30px; 
}
.rfw_list.rfw_dock li:first-child{
    padding-top:0;
    border:0;
}

/*mine*/

div#social_links-widget-2 {
    margin-bottom: 10px;
}

.newmore {
    padding-top: 0px;
}

h3.blog-title a {
    font-size: 24px;
    font-weight: bold;
    color: #004d91;
    margin: 0px;
    padding: 0px;
    /* font-family: Open Sans; */
}

.rfw_list.rfw_dock li {
    border-top: 0px solid #eee;
    margin: 0 0 30px;
    padding-top: 0px;
}

#rfw_dock-2 {
    border: solid;
    border-width: 5px 1px 1px 1px;
    padding: 0px 10px 10px 10px;
    border-color: #d0d0d0;
}

.image_only.imgn {
    width: 85px;
    float: left;
    margin-right: 10px;
}

.entry-title.rfw2 {
    font-weight: bold;
    font-size: 14px;
    color: #0062A0;
}

.newhldate {
    color: #696969;
    font-family: 'PBSSans', sans-serif;
    font-size: 14px;
}
/* end blog posts */


/*blog widget*/
p.blogdate {
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #5C6E85;
}

.blogdate a {
    text-decoration: none;
    color: #5C6E85;
}

.blogdate a:hover {
    text-decoration: none;
    color: #5C6E85;
}

h3.blogtitle{
margin-top: 0px;
margin-bottom: 5px;
padding-bottom: 0px;
font-size: 24px;
line-height: 28px;
}

.blogtitle a {
    color: #000;
    text-decoration: none;
}

.blogtitle a:hover {
    color: #000;
    text-decoration: underline;
}


p.blogdesc{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
}


/* side bar stuff */
#article .ads {
    background-color: #f8f8f8;
    overflow: auto !important;
    padding-bottom: 30px !important;
}

#article .widget .widget-title {
    border-top: 2px solid #000;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 900;
    margin: 18px 0 18px;
    padding-top: 7px;
    text-transform: uppercase;
}

#article ul.jetpack-social-widget-list li {
    margin-right: 10px;
    background-color: #11575E;
}
#article ul.jetpack-social-widget-list li a {
    color:white !important;
}

#pro_categories_widget-2 .nav-link {
    display: contents;
}

#pro_categories_widget-2 li.nav-item {
    margin-bottom: 10px;
}

#article li.nav-item a {
    color: #141414;
    font-family: 'PBSSans', sans-serif;
    font-size: 1.5em;
}

#article li.nav-item a:hover {
    text-decoration: underline;
}

/*Styling for Authors sidebar widget*/
#article .display-authors-widget a {
    font-family:'PBSSans', sans-serif !important;
    color: black !important;
    font-weight: bold;
    text-transform: uppercase;
}

#article .display-authors-widget p {
    font-family: arial narrow, sans-serif !important;
}

#article .display-authors-widget img {
    padding: 5px;
    vertical-align: top;
    float: left;
    border-radius: 50%;
}

#article .display-authors-widget .author-profile {
    border-top: solid;
    border-width: 1px;
    border-color: #acacb3;
    padding: 5px 0 0;
}

.author_bio_section{
background: none repeat scroll 0 0;
    margin-bottom: 40px;
}
 
p.author_name{
font-weight: bold;
    text-transform: uppercase;
    font-size: 3em;
    margin-bottom: 5px;
    font-weight: 600;
    color: black;
    font-family: 'Oswald',sans-serif;
}
 

 p.articlesby {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 700;
    color: #5C6E85;
    font-family: 'Oswald',sans-serif;
}

.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}

/*--------------------*/

/*player tn */
.vidcont {
    position: relative;
}

.vidcont .title {
position: absolute;
    bottom: 0px;
    left: 18%;
    right: 2%;
    color: white;
    line-height: 18px;
    font-weight: 500;
    bottom: 2%;
    font-size: 14px;
    font-family: 'Rubik',sans-serif;
}

.vidcont .bottom-left {
    position: absolute;
    bottom: 0;
    background-color: #000000;
    width: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.vidcont.nowplaying .bottom-left {
    background-color: #3366cd;
}

.vidcont i.fa.fa-play {
    color: white;
}

.vidcont .top-center {
    position: absolute;
    color: yellow;
    font-size: 20px;
    top: 10%;
    font-weight: bold;
    width: 100%;
    text-align: center;
     font-family: 'Roboto Slab',sans-serif;
}


p.topictag{
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    background-color:#03a9f4;
    padding: 5px;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
}

.topictag a {
    color: white;
}

.quotechar{
    font-family: 'Coustard',sans-serif;
    font-weight:normal;
    color:#000;
    font-size: 50px;
}

h1.quote{
    font-family: 'Rubik',sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 50px;
    color:#000;
}


p.author{
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}


.ugc-template-default .addtoany_shortcode a {
    margin-bottom: 20px;
}


#mep_0 {
    margin-bottom: 15px;
}

p.photocaption {
    text-align: right;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'Roboto Slab',sans-serif;
}


.thecontent{
     font-family: 'Roboto Slab',sans-serif;
    font-weight: normal;
    color:#464646;
    font-size: 18px;
    line-height: 28px;
}

.thecontent h2{
    font-family: 'Rubik',sans-serif;
    font-weight: normal;
    color:#000;
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 2px;
} 

p.tagtile {
    font-family: 'Rubik',sans-serif;
    margin-bottom: 5px;
    margin-top: 0px;
}

.ugctag {
    margin-bottom: 30px;
}

.ugctag a {
    font-weight: normal;
    color: #ffffff;
    background-color: #03a9f4;
    padding: 0px 10px 0px 10px;
    display: inline-block;
    margin-bottom: 0px;
    font-family: 'Lekton',sans-serif;
    font-size: 14px;
    margin-right: 10px;
}

.row.bottomfeat {
    margin-top: 20px;
}

h2.rowtit {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

p.greyuc {
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

h4.headline, p.headline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Rubik';
}

h4.headline a, p.headline a{
    color:black;
}

.featcon {
    margin-bottom: 30px;
}

.featcon h4.headline {
    font-size: 21px;
    line-height: 27px;
}


.ugcfooter h3{
    font-family: 'Rubik',sans-serif;
    font-weight:500;
    color:#000;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.calltoaction {
    text-align: center;
    background-color: #e4e4e4;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}

.ugcfooter h3{
    font-family: 'Amatic SC';
    margin-bottom: 10px;
    text-transform: 'uppercase';
    font-weight: bold;
    font-size: 24px;
}

/*full width rows*/
.full {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;

}

.grey, .gray{
    background-color: #f6f6f6;
}

.elm-button {
  display: block;
    text-align: center;
    background-color: #f1f3f5;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #666;
    padding: 15px 0 15px 0px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: none;
    font-size: 16px;
}

.elm-button:hover, .elm-button:active, .elm-button:focus {
    background: #c0c0c0;
}


/*override masthead settings */
@media screen and (min-width: 768px){
.navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
    display: none;
}
}


/*nav for templates 720 to 1000*/
@media screen and (min-width: 992px) and (max-width:1200px) {


    #masthead .navbar-nav > li > a {
    font-size: 17px;
}

.navbar-brand img {
    height: 60px;
    width: 199px;
}

#masthead .navbar-nav > li > a{
    padding-top: 5px !important;
}


.player-row #vidplayer {
    width: 100%;
    float: none;
}

.player-row #vidtn {
    width: 100%;
    float: none;
}

.vidcont {
    width: 33%;
    float: left;
}

.vidcont .top-center {
    font-size: 15px;
    top: 15%;
}

#vidquote h1.quote {
    font-size: 24px;
}

#vidquote .quotechar {
    font-size: 24px;
}

 } /*end tablet nav*/






@media screen and (min-width: 0px) and (max-width: 992px){

    p.front-news{
        margin-bottom: 15px;        
    }


    #ondemand-subnav {
        overflow-y:hidden;
        overflow-x:scroll;
        white-space: nowrap;
        position: inherit;
    }

    .scroll::-webkit-scrollbar {
    display: none;
    }
    .scroll {
    white-space: nowrap; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
    -ms-overflow-style: -ms-autohiding-scrollbar; 
    }

    /*NEED TO OVERRIDE FOR SPLIT SCROLL SO IT WRAPS*/
    .spit.scroll {
    white-space: normal !important;
    }

    #ondemand-subnav li {
        text-wrap: nowrap;
    }
}


@media screen and (min-width: 767px) and (max-width:992px) {



.navbar-brand img {
    height:  45px;
    width:  150px;
}

#ondemand-subnav {
    font-size: 14px !important;
    font-weight: 600 !important;
    overflow-y:hidden;
    overflow-x:clip;
}

#swoop{
  max-height: none;
}

#swoop .left-content {
    padding-top: 5px;
}

#masthead .navbar-nav > li > a {
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    margin-left: 12px;
}

li#passportlink a.nav-link {
    padding-top: 9px !important;
}

form.bop-nav-search {
    padding-top: 6px;
    width: 27%;
}    

    #toparea{
    background-position-y: -15px;
    background-position-x: -40px;
    }
    .ugcheadtitle h2 {
    width:67% !important;
}

/* FOOTER TABLET */
#content.site-content {
    padding-bottom: 15px;
    padding-top: 10px;
}


#four-footer-widget p, #footerdarkblue #linelink, #footerdarkblue p.bottomlinks {
    font-size: 1.6vw;
}

#four-footer-widget h3.widget-title, #footerdarkblue h3 {
    font-size: 2.4vw;
}

h3.widget-title{
margin: 0px 0px 10px 0px;
}

#footerdarkblue .sponrow {
    width:100%;
    margin-bottom: 40px;
}

#footerdarkblue .sponcolumn {
    flex: 100%;
    padding: 0px;
}

#footerdarkblue img.footlogo {
    height: 8vw;
}

#footerdarkblue #socialmedia li {
    font-size: 4vw;
    margin-right: 2.5vw;
}



}   


/*nav for templates 0 to 720*/
@media screen and (min-width: 0px) and (max-width:767px) {


.rss-card {
    margin-bottom: 30px;
}


#swoop {
    padding-bottom: 0px !important;
     max-height: none !important;
}

#swoop .left-content {
    padding-top: 7px;
    /*padding-left: 10%;*/
}

#swoop img {
clip-path: circle(84% at 49% -22%) !important;
    margin: 0px !important;
}

button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 22px;
}

.navbar-nav {
    flex-direction: column;
}


#masthead .navbar-nav > li > a {
    padding: 10px 0px 10px 0px !important;
    font-size: 18px;
    margin-left: 0px;
    border-bottom-style: dashed;
    border-bottom-color: white;
    border-bottom-width: 1px;
}

#masthead .navbar-nav > li.last-item > a {
    border-bottom-style: hidden;
    border-bottom-color: white;
    border-bottom-width: 0px;
}

form.bop-nav-search {
    padding-top: 7px;
    width: 50%;
}



.secondarymenu {
    display: none;
}

.navbar-toggle{
    display: block;
}

.navbar-ex1-collapse{
    display: none;
}

#primary > li > a {
    color: #f8f9fa;
    padding: 8px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

form.bop-nav-search {
    padding-top: 10px;
    padding-bottom: 10px;
}


p.topictag {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: block;
    font-family: 'Roboto Condensed'
 }   
h1.quote {
    font-size: 24px;
    text-align: center;
}
.quotechar {
    font-size: 24px;
}

p.author {
    text-align: center;
}

.addtoany_shortcode {
    text-align: center;
    margin-bottom: 20px;
}

.featcon{
      margin-bottom: 20px;
    border-bottom: solid;
    padding-bottom: 20px;
    border-width: 1px;
    color: #dcdcdc;
}

.featcon h4.headline {
    font-size: 24px;
    line-height: 28px;
}

.featcon p.headline {
    font-size: 18px;
    line-height: 24px;
}

p.greyuc {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.latest hr {
    display: none;
}

#latest-ugc img {
    width: 40%;
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}

#latest-ugc p.greyuc {
 margin-top: 0px;
}


.player-row #vidplayer {
    width: 100%;
    float: none;
}

.player-row #vidtn {
    width: 100%;
    float: none;
}

.vidcont {
    width: 100%;
    float: none;
}

.vidcont .top-center {
    font-size: 15px;
}

#vidquote h1.quote {
    font-size: 24px;
    text-align: left;
}

#vidquote .quotechar {
    font-size: 24px;
}

.vidcont img {
    min-width: 100%;
}

#menu-storylab li a {
    display: block;
    padding: 0px 10px 0px 0px;
}

/* FOOTER MOBILE */
#content.site-content {
    padding-bottom: 15px;
    padding-top: 10px;
}


#four-footer-widget p, #footerdarkblue #linelink, #footerdarkblue p.bottomlinks {
    font-size: 3.4vw;
}

#four-footer-widget h3.widget-title, #footerdarkblue h3 {
    font-size: 5.4vw;
}

h3.widget-title{
margin: 0px 0px 10px 0px;
}

#footerdarkblue .sponrow {
    display: block;
    width: 80%;
    margin-bottom: 40px;
}

#footerdarkblue .sponcolumn {
    flex: 100%;
    padding: 15px;
}

#footerdarkblue img.footlogo {
    height: 16vw;
}

#footerdarkblue #socialmedia li {
    font-size: 10vw;
    margin-right: 4.5vw;
}


a img:hover {
    opacity: 1;
}

 } /*end mobile */


.break-out {
    width: 99vw;
    position: relative;
    background-color: #f2f2f2;
    color: #5C6E85;
    left: calc(-.96 * (100vw - 100%) / 2);
    color: rgba(0,0,0,.6);
    padding-top: 30px;
}




/*------------------------------------------------------top screen nave for storylab */

@media screen and (min-width: 0px) and (max-width:767px) {
    #toparea{
    background-image:url('https://s3-us-east-2.amazonaws.com/wisconsinpublictv/wp-content/uploads/2018/03/banner-bkgd-XS-skaters.png');
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: right;        
    }
 
.row.ugcheadtitle{ 
    padding-bottom: 10px;
}

.ugcheadtitle h2 {
    width:100%;
}
}
/*----------------------------------------------------------end top screen ----------------------------*/


/* Add focus styles to interactive elements */

.wpb_single_image a:focus {
    outline: auto;
}

/* Upcoming Episodes */

#episode-dates {
    margin-bottom: 50px;
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    #episode-dates {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 992px) {
    #episode-dates {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.episode-date .info {
    background-color: #F6F8FA;
    padding: 20px 16px 24px;
    min-height: 190px;
    cursor: pointer;
    user-select: none;
}

.displaydatetime {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1944444444;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.channel {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.episode-date .show > .btn-primary.dropdown-toggle {
    background-color: #2638C4;
}

.episode-date:hover .channel {
    color: #2638C4;
}

#episode-dates .add-to-calendar-dropdown,
#scheduleinfo .add-to-calendar-dropdown {
    position: absolute;
    z-index: 100;
}

.episode-date .add-to-calendar-widget button {
    background-color: #60738A;
    border-radius: 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 0;
    text-transform: uppercase;
    width: 100%;
}
.episode-date:hover button {
    background-color: #2638C4;
    text-decoration: underline;
}

.episode-date .add-to-calendar-widget button::after {
    content: none;
}

.episode-date .add-to-calendar-widget button.active {
    text-decoration: underline;
}

.episode-airdates__slick .slick-list {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

/* upcoming episodes add to calendar */

#episode-dates .add-to-calendar-dropdown,
#scheduleinfo .add-to-calendar-dropdown {
    width: 328px;
    border-radius: 0;
    padding-top: 0;
    border: none;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

#episode-dates .add-to-calendar-dropdown .dropdown-item,
#scheduleinfo .add-to-calendar-dropdown .dropdown-item {
    padding: 16px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #5C6E85;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #F6F8FA;
}

#episode-dates .add-to-calendar-dropdown .dropdown-item:hover,
#scheduleinfo .add-to-calendar-dropdown .dropdown-item:hover {
    color: #2638C4;
}

#episode-dates .add-to-calendar-dropdown i.fa,
#scheduleinfo .add-to-calendar-dropdown i.fa {
    padding-right: 4px;
}

#scheduleinfo .row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #60738A;
}

#scheduleinfo .row:last-child {
    border-bottom: none;
}

#scheduleinfo img {
    margin-top: 20px;
    margin-bottom: 20px;
}

#scheduleinfo .channel {
    margin-bottom: 10px;
}

#scheduleinfo .episode-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

#epShowinfoBg {
    background-color: #F6F8FA;
    padding: 35px 0 50px;
}

.btn-new-primary {
    background-color: #2638C4;
    border-radius: 0;
    color: #FFF;
    display: inline-block;
    font-family: 'PBSSans';
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 18px;
    text-transform: uppercase;
}
.btn-new-primary:hover,
.btn-new-primary:focus {
    background-color: #2638C4;
    color: #FFF;
    text-decoration: underline;
}

.ondemand-header {
    background-color: #F7F8FA;
    padding: 20px 0 12px;
}

.ondemandtitle {
    color: #0a145a;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin: 10px 0 10px;
    padding: 0;
}

.ondemandtitle a {
    color: #0A145A;
}


#ondemand-subnav {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    list-style: none;
}

#ondemand-subnav li {
    margin-right: 20px;
}

#ondemand-subnav a {
    border-bottom: 5px solid transparent;
    color: #0A145A;
    padding-bottom: 8px;
    text-decoration: none;
    text-transform: inherit;
}

 #ondemand-subnav  a.selected {
    border-bottom: solid !important;
    border-bottom-width: 5px !important;
    border-color: #0A145A !important;
}


#ondemand-subnav a:hover,
#ondemand-subnav a:focus,
#ondemand-subnav a.active {
    border-color: #0A145A
}




.showlogowrap {
    margin-bottom: 30px;
}

@media screen and (max-width: 574.98px) {
    .showlogowrap {
        margin-left: -15px;
        margin-right: -15px;
    }    
}

.showlogowrap img {
    width: 100% !important;
}

.showdesc,
.epdesc {
    font-size: 20px;
    line-height: 1.5;
}

#fundermessagewrapper {
    background-color: #F6F8FA;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 0;
}

#fundermessage p {
    margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    #ondemand-hero {
        background-image: none !important;
    }
}

@media screen and (min-width: 992px) {
    #ondemand-hero {
        background-color: var(--PBSDarkBlue);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        padding: 70px 0;
        position: relative;
        color: #FFF;
    }
    
    #ondemand-hero::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,5,37,0.7);
    }
}

#videoseriesstubpermlink a {
    color: inherit;
}

.ondemand-btn {
    --bs-btn-hover-bg: #FFF;
    border: none;
    text-transform: uppercase;
    color: var(--PBSBlue);
    font-weight: bold;
    font-size: 18px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.ondemand-btn:hover,
.ondemand-btn:focus {
    background-color: var(--bs-btn-hover-bg);
    color: var(--PBSBlue);
    text-decoration: underline;
}

.ondemand-btn__blue {
    --bs-btn-hover-bg: var(--PBSBlue);
    background-color: var(--PBSBlue);
    color: #FFF;
    transition-duration: 0.3s;
}

.ondemand-btn__blue:hover,
.ondemand-btn__blue:focus {
    background-color: var(--PBSDarkBlue);
    color: #FFF;
}

.ondemand-btn__secondary {
    color: var(--PBSBlue);
    background-color: #FFF;
    border: 2px solid var(--PBSBlue);
    padding: 16px 18px;
}

.ondemand-btn__secondary:hover,
.ondemand-btn__secondary:focus {
    color: var(--PBSBlue);
}

@media screen and (min-width: 992px) {
    .ondemand-btn__secondary {
        color: #FFF !important;
        background-color: transparent !important;
        border: 2px solid #FFF;
    }
    .ondemand-btn__secondary:hover,
    .ondemand-btn__secondary:focus {
        color: #FFF;
    }
}

@media screen and (max-width: 991.98px) {
    #videocode {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.ondemand-videotitle {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 992px) {
    .ondemand-videotitle {
        color: #FFF;
    }
}

.ondemand-videodate {
    font-size: 16px;
    line-height: 1.2;
}

.no-data {
    background-color: #F6F8FA;
    color: #5C6E85;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding: 30px;
}

#thesearchform,
#videostub,
#videorelated,
#scheduleinfo,
#episodes,
#previews,
#specials {
    margin: 25px 0;
}

@media screen and (min-width: 768px) {
    #thesearchform,
    #videostub,
    #videorelated,
    #scheduleinfo,
    #episodes,
    #previews,
    #specials {
        margin: 35px 0;
    }
}

@media screen and (min-width: 992px) {
    #thesearchform,
    #videostub,
    #videorelated,
    #scheduleinfo,
    #episodes,
    #previews,
    #specials {
        margin: 50px 0;
    }
}

#upsearchform:not(.uplacesearch) {
    background-color: #0A145B;
    padding: 15px;
    margin-bottom: 20px;
}

#upsearchform .form-control {
    /* border-radius: 2px; */
}

#upsearchform button {
    /* margin-left: 15px; */
    /* border-radius: 2px; */
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    @media screen and (min-width: 992px) {
        width: auto;
    }
}

#upsearchform:has(#lecture) #clearsearch {
    margin: 0;
    /* width: 100%; */
}

#upsearchform button:hover {
    text-decoration: underline;
}

#nancy-blog {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    #nancy-blog {
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 992px) {
    #nancy-blog {
        margin-bottom: 100px;
    }
}

#fundermessage__full {
    display: none;
}

#funder-more {
    background: none;
    border: none;
    color: var(--PBSBlue);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

#funder-more::after {
    content: " +";
}

.videodate-about {
    text-transform: none;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
}

.btn-row .btn:not(:last-of-type) {
    margin-right: 20px;
}

.video-scrim {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

/* Episode Transcripts */
#transcript.ondemand-transcript {
    background-color: #F6F8FA;
    font-size: 1.25rem;
    padding: 30px;
}
#transcript.ondemand-transcript h2 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 1.875rem;
    line-height: 1.2;
}

.transcript-btn-div.open .transcript-btn {
    position: fixed;
    left: -5px;
    top: 40%;
    margin: 0;
}


@media screen and (min-width: 768px) {
    #transcript.ondemand-transcript {
        padding: 40px 30px;
    }
}

@media screen and (min-width: 992px) {
    #transcript.ondemand-transcript {
        padding: 80px 0;
    }
}

.btn--section-heading {
    color: var(--PBSBlue);
    background-color: transparent;
    border: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
}


/* ----------------------------------------------------------------About Section - Jan 2024 */

#ondemand-hero.about {
    background-color: #F6F8FA;
    background-image: url('https://wisconsinpublictv.s3.us-east-2.amazonaws.com/wp-content/uploads/2023/05/gZpNYVW-asset-mezzanine-16x9-XjQsotZ.jpeg');
    padding-bottom: 50px;
}

.statnumber{
text-align: center;
padding: 0px;
margin: 0px 0px 0px 0px;
letter-spacing: 0px;
opacity: 1;
display: block;
}

.statdesc{
text-align: center;
padding: 0px 30px;
margin: 0px 0px 0px 0px;
letter-spacing: 0px;
opacity: 1;
display: block;
}

.statrow .statnumber{
font-size: 76px;
line-height: 76px;
font-weight: bold;
color: #FE704E;
}

.statrow .statdesc{
font-size: 24px;
line-height: 36px;
font-weight: 600;
color: #FE704E;
}

.statrow_ogrey .statnumber{
color: #FE704E;
font-weight: bold;    
font-size: 40px;
line-height: 40px;
margin-bottom: 10px;
}

.statrow_ogrey .statdesc{
color:#3F5872;
font-size: 20px;
font-weight: 600;
line-height: 30px;
padding: 0px 20px;
}

.statrow_teal .statnumber{
font-size: 40px;
line-height: 30px;
font-weight: bold;
color: #48d3cd;
margin-bottom:10px;
}

.statrow_teal .statdesc{
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #fff;
padding: 0px;
}

.statrow_circle {
  width: 360px;            
  height: 360px;            
  background-color: #c6f1ef;  
  border-radius: 50%;    
  display: flex;           
  flex-direction: column;   
  justify-content: center;  
  align-items: center;     
  text-align: center;       
  padding: 20px 0px 0px 0px;        
  color: white;           
  box-sizing: border-box;  
}

.statrow_circle .statnumber{
font-size: 40px;
line-height: 30px;
font-weight: bold;
color: #FE704E;
margin-bottom:10px;
}
.statrow_circle .statdesc{
font-size: 24px;
line-height: 32px;
font-weight: 600;
color: #3F5872;
}


/* Make sure the row container can hold absolute positioned video */
.vc_row {
    position: relative;
   /* overflow: hidden; /* hide video overflow */
}

/* Background video container covers entire row */
.vc-local-bg-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; /* behind content */
    pointer-events: none; /* so video doesn’t block clicks */
}

/* Video fills container and covers area */
.vc-local-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
.statrow_circle .statnumber{font-size: 30px;line-height: 36px;}
.statrow_circle .statdesc{font-size: 24px;line-height: 28px;}
}

@media (min-width: 0px) and (max-width: 767px) {
.statrow_circle {  width: 360px; height: 360px; padding:20px; margin: auto; }
.statrow_circle .statnumber{font-size: 30px;line-height: 36px;}
.statrow_circle .statdesc{font-size: 24px;line-height: 28px;}
.vc-local-bg-video video { display: none;}
.menu-overlay { position: relative;}
.fade-right { position: absolute;top: 0;bottom: 0;width: 50px; pointer-events: none;z-index: 1;
    display: block !important; right: -1px; background: linear-gradient(to left, rgb(247 248 250), rgba(255, 255, 255, 0));}
.nav-scroll-btn {display: none !important;}
}

.parallax{
     background-attachment:fixed; 
     min-height: 800px;
     background-size: cover !important;
}

@media(min-width: 0px) and (max-width: 1200px) {
.parallax{ background-attachment: initial; min-height: 60vh; background-size: cover !important; background-position: center center;}
}

.smaller {
    font-size: 18px;
}


#what-we-do {
    padding-top: 80px;
}

#what-we-do-cards {
    margin-bottom: 40px;
}

/*voices*/
.row.cardhead {
    margin-bottom: 22px;
}

.tightheader .videoheader {
    margin-bottom: 5px;
}

.carohead .vidheadtitle a.arrowheading {
    margin-bottom: 0px;
}
.cardhead .vidheadtitle a.arrowheading {
    margin-bottom: 0px;
}

.cards2 .what-we-do-card {
    width: calc(50% - 30px);
}
.cards3 .what-we-do-card {
    width: calc(33% - 30px);
}
.cards4 .what-we-do-card {
    width: calc(25% - 30px);
}

.caro_cards .car-con {
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
}

.caro_cards .slick-track{
    display: flex !important;
}

.caro_cards .slick-slide{
    height: inherit !important;
}


.caro_cards .cardcontent {
    padding: 0px 20px 10px 20px;
}

/*EQUAL HEIGHT ROW CLASS*/
.equalheight .bucketcard {
    min-height: auto !important;
}
.equalheight {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap !important;
    align-content: stretch;
    align-items: stretch;
}
.equalheight .vc_column-inner {
    display: flex;
}

.equalheight .wpb_wrapper {
    display: flex;
}

.equalheight .wpb_column {
    display: flex;
}

.equalheight .bucketcard .bucket-title {
    padding: 0px 20px 15px 20px !important;
}



/*END EQUAL HIEGHT CLASS*/

.cardcollection .what-we-do-card {
    margin-left: 15px;
    margin-right: 15px;
    background-color: white;
}

.cardcollection p.coveseriestitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.cardcollection h3.covevideotitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.cards4 h3.covevideotitle {
    font-size: 20px;
    line-height: 24px;
}

.cardcollection p.covedesc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.cards4 p.covedesc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}


.cardcollection p.covevideodate {
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
}

.cardcollection .cardcontent {
    padding: 20px 15px;
}


.collectiondesc {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px;
}

.what-we-do-card {
    margin-bottom: 30px;
}

#what-we-do-header {
        margin-bottom: 70px;
}

#what-we-do-cards {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 70px;
}
.what-we-do-card {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
}

#what-we-do h2 {
    display: block; /* make text align:center possible */
}

.what-we-do-card h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 600;
}
.what-we-do-card p {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}

#what-we-do h3 a {
    color: inherit;
}

.what-we-do-card {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    position: relative;
}

.what-we-do-card a::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}

.what-we-do-card .text {
    padding: 0 20px 24px;
}

.what-we-do-card a p {
    color: #212529;
}

.toc h2{
text-align: left;
font-size: 36px;
line-height:43px;
font-weight: bold;
letter-spacing: 0px;
color: #000000;
opacity: 1;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.toc li {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

.toc li a {
    text-decoration: underline;
}

.toc .wpb_content_element {
    margin-bottom: 0px;
}

.toc ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}




@media screen and (min-width: 767px) and (max-width:1200px) {

.toc h2{
font-size: 32px;
line-height:38px;
}

.row .cards3.cardcollection {
    display: inherit;
}
    .cards3 .what-we-do-card {
        width: calc(50% - 30px);
        float: left;
        min-height: 500px;
    }
    .cards4 .what-we-do-card {
        width: calc(50% - 30px);
    }

    .cardcollection p.covedesc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .cardcollection p.covevideodate {
        font-size: 14px;
        line-height: 21px;
        margin: 0px;
    }
}

@media screen and (min-width: 0px) and (max-width:767px) {
   

.toc h2{
font-size: 30px;
line-height:36px;
}

.toc li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

    .cardcollection .what-we-do-card {
        width: 100%;
    }


    .cardcollection p.covedesc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .cardcollection p.covevideodate {
        font-size: 14px;
        line-height: 21px;
        margin: 0px;
    }
}



#our-mission {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); /*this sets transparent backgroun */
}

#our-mission .whatwedo h2.large_title, #our-mission .whatwedo p.large_description{
    color:white !important;
}

#our-values {
    background-color: #efefef;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    padding: 80px 0px;
    position: relative;
}

#our-values .container {
    position: relative;
    z-index: 1;
}

#our-values-header {
    margin-bottom: 40px;
}

#our-values::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#our-values h2 {
    color: #FFF;
    display: block;
    font-weight: bold;
    line-height: 43px;
}

p.valuestext{
text-align: center;
text-align: center;
font-size: 24px;
line-height: 36px;
font-weight: 600;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;

}
.value {
    margin-bottom: 30px;
    width: 385px;
}
.value_box {
    background-color: white;
    color: black;
    border-radius: 4px;
    min-height: 300px;
    padding: 25px;
    box-shadow: 0px 3px 6px #00000029;
}
#values {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 215px;
 }

.value:nth-of-type(odd) {
    padding-right: 15px;
}
.value:nth-of-type(even) {
    padding-left: 15px;
}
.value h3{
text-align: left;
font-size: 36px;
line-height: 42px;
font-weight: 700;
letter-spacing: 0px;
color: #000000;
opacity: 1;
margin: 0px 0px 30px 0px;
}

.value p{
text-align: left;
font-size: 18px;
line-height: 32px;
font-weight: 500;
letter-spacing: 0px;
color: #000000;
opacity: 1;
margin: 0px;
}

#mastheadvideo{
 line-height: 0px !important;
 background-color: #000;
 position: relative;
 min-height: 600px;
background-position: center;
 background-repeat: no-repeat;
 background-size: 0 0;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-fill-mode:forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
 }   

#mastheadvideo video {
    position: initial;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 600px;   
}


@media screen and (min-width: 1550px) {
    #mastheadvideo video {
        height: 720px;
    }
}


@media screen and (min-width: 1920px) {
    #mastheadvideo video {
          height: 900px;
    }
}

#mastheadvideo:before {
  content: '';
  position: absolute;
 background: linear-gradient(45deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#mastheadvideo .masthead_text{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-decoration: none;
text-align: center;
font-size: 100px;
line-height: 100px;
font-weight: 600;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 3px 6px #00000029;
opacity: 1;
}


.whatwedo {
    padding: 100px 0px 30px 0px;
    text-align: center;
}

.whatwedo p.eyebrow {
text-align: center;
font-size: 24px;
line-height: 36px;
letter-spacing: 0px;
color: #3F5872;
text-transform: uppercase;
opacity: 1;
margin: 0px;
padding: 0px;
font-weight: 600;
}

.whatwedo h2.large_title {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    margin: 40px 0px 20px;
    padding: 0px;
    color:#000525;
}

.whatwedo p.large_description {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #3F5872;
    font-weight: 600;
    margin-bottom: 70px;
}

@media(min-width: 0px) and (max-width: 767px) {
.whatwedo h2.large_title { font-size: 32px; line-height: 38px; margin: 30px 0px 20px;}
}



.about_section {
    padding: 0px 0px 100px 0px;
    overflow: visible !important; /*only way to make split scroll work*/
}

p.caption {
    margin-top: 10px;
    font-size: 18px;
    color: #5C6E85;
    margin-bottom: 0px;
}

.inrow {
    margin: 130px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    font-size: 20px;
    line-height:36px;
    letter-spacing: 0px;
    color: #000000;
}

.inrow h2 {
    margin: 0px 0px 20px 0px;
    padding:0px;
    font-size: 30px;
    line-height:36px;
    letter-spacing: 0px;
    color: #000000;
    font-weight:bold;
}

.inrow a{
    text-decoration:underline;
}

.inrow h2 a {
    color: black;
    text-decoration: none;
}

.inrow h2 a:hover {
    color: black;
    text-decoration: underline;
}


.bucket.twobucketcard {
    min-height: 675px;
}

#more-information {
    padding: 100px 0 100px;
}

#more-information h2 {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

#info-cards {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 0 200px;
    flex-wrap: wrap;
}

.info-card {
    background-color: #0F1E8C;
    border-radius: 4px;
    color: #FFF;
    font-size: 18px;
    line-height: 1.3333333333;
    min-height: 168px;
    text-align: center;
    transition: background-color .3s ease-in-out;
    width: calc(50% - 15px);
}

.info-card:not(.multiple-links) a {
    display: block;
    padding: 20px 24px 2px;
    text-decoration: none;
    height: 100%;
}

.info-card:not(.multiple-links) a:hover h3,
.info-card:not(.multiple-links) a:focus h3 {
    text-decoration: underline;
}

.info-card:hover {
    background-color: #0A145A;
}

.info-card a {
    color: #FFF;
}

.info-card h3 {
    color: #FFF;
    margin-top: 0;
   font-size: 24px;
     line-height: 1.25;
     margin-bottom: 6px;
}

.info-card .fas {
    position: relative;
    top: -2px;
    font-size: 0.75em;
}

.info-card.multiple-links {
    padding: 20px 24px;
}

.info-card.multiple-links a {
    text-decoration: underline;
}

.info-card p {
    margin-bottom: 1.25em;
}

.info-card ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


/*****************split scroll */

.split_scroll_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 3em;
        padding-bottom: 90px;
}

.scroll {
    position: sticky;
    top: 40px;
    align-self: flex-start;
}

.spit_img img {
    width: 100% !important;  
}

.vc_figure-caption {
    margin-top: 1%;
    font-size: 18px;
    color: #5C6E85;
}

p.lgcontent {
    margin: 0px 0px 20px 0px;
    text-align: left;
    letter-spacing: 0px;
    color: #000525;
    opacity: 1;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
p.mdcontent {
    margin: 0px 0px 20px 0px;
    text-align: left;
    letter-spacing: 0px;
    color: #000525;
    opacity: 1;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
p.split_link {
    margin: 0px;
}

.split_link a {
font-size: 20px;
line-height: 32px;
letter-spacing: 0px;
color: #2638C4;
 font-weight: 600;
}

.full_splitimg{
    display: block;
}
.mobile_splitimg{
    display: none;
}
 /*-----------------------------------------------End Split Scroll */

/*------------------------------------------------Annual Report Page */

.annual-report-top {
    z-index: 1000;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.annual-report-top .leftside {
    padding: 5% 0% 5% 8%;
    width: 50%;
}

.annual-report-top .rightside {
    padding: 0% 0% 0% 3%;
    width: 50%;
}

.annual-report-top .rightside h2{
    font-size: 100px;
    line-height: 56px;
    font-weight: 600;
    color:#fff;
    margin: 0 0 10px 0;
    padding: 0px;
}
.annual-report-top .rightside h3{
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    color:#fff;
    margin: 0 0 40px 0;
    padding: 0px;
}

.annual-report-top .rightside p.desc{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color:#fff;
    margin: 0px;
    padding: 0px;
}   


.annual-report-top .rightside a.normanBTN {
    background-color: white;
    color: #2638C4;
    width: auto;
    margin-top: 40px;
    border: solid;
    border-width: 3px;
    border-color: white;
}

.annual-report-top .rightside a.normanBTN:hover {
    background-color: inherit;
    color: #ffffff;
    text-decoration: none;
    border-color: white;
}


@media screen and (min-width: 0px) and (max-width: 992px) {
.annual-report-top {
    flex-direction: column;
}
.annual-report-top .leftside {
        padding: 8% 0%;
        width: 60%;
  }

.annual-report-top .rightside {
    padding: 5% 0% 10% 0%;
    width: 100%;
    text-align: center;
}

}

/*-----------------------------------------------------------------------------end annual report page */



/* quotes */

.orangequote {
    padding: 30px 0px;
}


.quotesymb {
    text-align: left;
    letter-spacing: -8px;
    color: #FE704E;
    opacity: 1;
    font-size: 30px;
    line-height: 80px;
}



p.quote-text {
    text-align: left;
    letter-spacing: 0px;
    color: #FE704E;
    opacity: 1;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0px 25px 0px;
}

p.quote-text a {
    color: #2638C4;
    text-decoration: underline;
}

.quote_salutation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.quoteimg {
    width: 70px;
    margin-right: 15px;
}

.quoteimg img {
    border-radius: 50px;
}

p.quote-people {
text-align: left;
font-size: 18px;
line-height: 18px;
font-weight: bold;
letter-spacing: 0px;
color: #000525;
margin: 0px 0px 0px 0px;
}

.quote-sub {
    text-align: left;
    letter-spacing: 0px;
    color: #5C6E85;
    opacity: 1;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    display: block;
    margin-top: 10px;
}

/*two button bucket */
.twobtnbucket_container {
    margin: 65px 0px;
}

.twobucketcard{
min-height: inherit;
background-color: #FFFFFF;
box-shadow: 0px 3px 6px #00000029;
}

.tbucket_content h3 {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: bold;
    margin-bottom: 20px;
}

.tbucket_content .bucketdesc {
    font-size: 20px !important;
    line-height: 32px !important;
}


.row.tbucket_row {
    display: flex;
    align-content: center;
    align-items: center;
}

.tbucket_row.rowleft {
    flex-direction: row-reverse;
}

.twobtnbucket_container .bucketimage {
    margin-bottom: 15px;
    position: relative;
    background-color: black;
}

.twobucketcard_content {
    padding: 15px 15px 30px 15px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  text-transform: uppercase;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 3px 6px #00000029;
}

.middle .playbutton i {
    font-size: 48px;
    margin-bottom: 8px;
}

p.btntext {
    margin: 0px;
}


.twobtnbucket_container .bucketimage a:hover .bucketimage img {
  opacity: 0.4 !important;
}

.twobtnbucket_container .bucketimage a:hover img {
    opacity: .4 !important;
}

.twobtnbucket_container .bucketimage:hover .middle {
  opacity: 1;
}

.twobtnbucket_container .btn_row {
    margin: 25px 0px;
}

.hidebtns {
    display: none !important;
}

.twobtnbucket_container .btn_row a.normanBTN.btnPBSblue {
    width: auto;
    border-color: #2638C4 !important;
    border-width: 3px !important;
    border:solid;
}

.twobtnbucket_container .btn_row a.normanBTN.outline{
    border-color: #2638C4;
    color: #2638C4;
    width: auto;
    margin-left: 25px;
}
.twobtnbucket_container .btn_row a.normanBTN.btnPBSblue:hover {
   border-color: #2638C4 !important;
   color: #2638C4 !important;
   background-color: #fff !important;
   text-decoration: none !important;
}

.twobtnbucket_container .btn_row a.normanBTN.outline:hover{
   background-color: #2638C4 !important;
   color: #fff !important;
   text-decoration: none !important;
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
   #mastheadvideo{
    min-height: 475px;
   }
   #mastheadvideo video {
    height: 475px;
   }
   .statnumber {
   font-size: 50px;
   margin: 0px 0px 10px 0px;
    }

    #info-cards {
        padding: 0 90px;
    }

    #values {
    padding: 0px 109px;
    }
    .value {
     width: 370px;
    }

    .twobtnbucket_container .btn_row {
        display: flex;
        flex-direction: row;
    }
     .btn-row {
        width: 75%;
    }
    
    .btn.ondemand-btn,
    .btn-row .btn:not(:last-of-type) {
        margin-right: 0;
        flex-grow: 1;
    }

} /* end laptop  */


@media screen and (min-width: 0px) and (max-width: 992px) {
.split_scroll_section.split-Right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 60px;
    flex-direction: column;
}

.split_scroll_section.split-Left {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 0px;
    flex-direction: column-reverse;
}

.spit_img, .spit {
    width: 100% !important;
}

.full_splitimg{
    display: none;
}
.mobile_splitimg{
    display: block;
}

.mobilebreak {
    width: 105vw;
    position: relative;
    background-color: #ffffff;
    left: calc(-.96 * (100vw - 100%) / 2);
}

.mobilebreak p.caption {
    padding: 0px 15px;
}

.scroll {
    position: inherit;
    top: 0px;
    align-self: flex-start;
}

.inrow {
    flex-direction: column;
}

.inrow.imgright {
    flex-direction: column-reverse;
}

.inrow .vc_col-sm-7 {
    width: 100% !important;
}

.inrow .vc_col-sm-6 {
    width: 100% !important;
}

.inrow .vc_col-sm-5 {
    width: 100% !important;
}
.inrow .vc_col-sm-4 {
    width: 100% !important;
}

.inrow .vc_col-sm-3 {
    width: 100% !important;
}

.statrow {
    margin-top: 60px;
}



}


@media screen and (min-width: 767px) and (max-width: 992px) {
  #mastheadvideo{
    min-height: 425px;
   }
   #mastheadvideo video {
    height: 425px;
   }
   #mastheadvideo .masthead_text {
    font-size: 72px;
    }
   .whatwedo {
    padding: 50px 0;
    }  
   .whatwedo p.large_description{
    font-size: 20px;
    line-height: 28px;
   } 
   .statnumber {
   margin-bottom: 15px;
    }
  .statdesc {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px;
    }

    #ondemand-hero.about {
    background-color: #000;
    }

    #values {
    padding: 0px 15px;
    }
    .value {
    margin-bottom: 30px;
    width: 345px;
    }
     .value h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
    }

   #info-cards {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        padding: 0 0px;
    }    
    .info-card {
        width: calc(50% - 15px);
    }


.twobtnbucket_container .btn_row {
    display: flex;
    flex-direction: column;
}

.twobtnbucket_container .btn_row a.normanBTN.outline {
    margin-left: 0px;
    margin-top: 25px;
}

.twobtnbucket_container h3.covevideotitle {
    font-size: 24px;
    line-height: 36px;
}

.twobtnbucket_container .tbucket_row {
    display: flex;
    align-items: flex-start;
}

} /**end tablet */

@media screen and (min-width: 0px) and (max-width: 767px) {
  
    #mastheadvideo{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover !important;
    }

   #mastheadvideo_overlay video {
    display: none;
} 

  #mastheadvideo{
    min-height: 500px;
   }
   #mastheadvideo video {
    height: 500px;
   }
   #mastheadvideo .masthead_text {
    font-size: 64px;
    line-height: 64px;
    }
   .whatwedo {
    padding: 50px 0;
    }  
   .whatwedo p.large_description{
    font-size: 24px;
    line-height: 36px;
   } 
    .whatwedosub #ondemand-subnav {
    padding: 0px 0px 2px;
    display: flex;
}

.orangequote {
    padding: 45px 0px 0px 0px;
}

   .statnumber {
   margin-bottom: 0px;
    }

.statdesc {
    font-size: 24px;
    line-height: 32px;
    padding: 0px 0px 30px 0px;
}
    #ondemand-hero.about {
    background-color: #000;
    padding-top: 60px;
    }

   .ondemand-videotitle {
      font-size: 32px;
    } 

 #values {
    padding: 0px 15px;
    }
    .value {
    margin-bottom: 30px;
    width: 100%;
    }

    .value_box {
    min-height: 260px;
    }

     .value h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
    }

    .value:nth-of-type(odd) {
    padding-right: 0px;
    }
    .value:nth-of-type(even) {
    padding-right: 0px;
    padding-left: 0px;
    }

    #more-information {
    padding: 50px 0px;
    }

    #info-cards {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
    flex-wrap: nowrap;
    }

    .info-card {
    min-height: 150px;
    width: 100%;
    margin-bottom: 30px;
}

.info-card p {
    margin-bottom: 1.25em;
    font-size: 18px;
    line-height: 24px;
}

.what-we-do-card {
    width: 100%;
}



.bucket {
    min-height: auto !important;
}

.twobucketcard {
    min-height: auto !important;
}

.twobtnbucket_container {
    margin: 55px 0px 0px 0px;
}

.twobtnbucket_container .btn_row {
    display: flex;
    flex-direction: column;
}

.twobtnbucket_container .btn_row a.normanBTN.outline {
    margin-left: 0px;
    margin-top: 25px;
}

.twobtnbucket_container h3.covevideotitle {
    font-size: 24px;
    line-height: 36px;
}

.twobtnbucket_container .tbucket_row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.tbucket_row .tbucket_img {
    max-width: 100%;
}
.tbucket_row .tbucket_content {
    max-width: 100%;
}

.inrow {
    margin: 60px 0px 0px 0px;
}
    

.inrow p {
    font-size: 20px;
    line-height: 36px;
}

p.split_link{
    font-size: 20px;
    line-height: 36px;
}

} /* end mobile for about*/
/* ----------------------------------------------------------------End About Section - Jan 2024 */



/* Wisconsin Vote */

.election-info__inner {
    background-color: #EEF0F5;
    height: 100%;
    padding: 30px;
}
.election-info__inner.dark {
    background-color: #60738A;
    color: #FFF;
    font-weight: 600;
}
#find-races {
    background-color: #FFCF00;
    padding: 60px 30px;
    margin-bottom: 30px;
}
#find-races a {
    color: #000;
    text-decoration: underline;
}
#find-races a:hover,
#find-races a:focus {
    text-decoration: none;
}
#find-races h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 20px;
    padding: 0;
}
#find-races .privacy {
    font-size: 1rem;
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    #find-races h3 {
        font-size: 1.875rem;
    }
    #find-races p {
        font-size: 18px;
        font-weight: 600;
    }
    #find-races .privacy {
        font-size: 1.125rem;
    }
}
#find-races.no-interaction input {
    opacity: 0.75;
    pointer-events: none;
}
#btn-change-address {
    background: none;
    border: 0;
    color: #2638C4;
    padding: 0;
    margin: 0 0 40px;
}
#btn-change-address:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    #address-wrap {
        display: flex;
        margin-bottom: 32px;
    }
    .btnwrap {
        margin-left: 20px;
    }
}
#districts-report-wrapper {
    margin-bottom: 50px;
}
#districts-report {
    background-color: #FFF;
    border: 20px solid #FFCF00;
    padding: 50px 30px;
}
@media screen and (min-width: 992px) {
    #districts-report {
        padding: 40px 0;
        margin-bottom: 100px;
    }
}
@media screen and (min-width: 1200px) {
    #districts-report {
        padding: 50px 0;
    }
}
#districts-report h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 0;
}
.user-address {
    border-bottom: 1px solid;
    margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
    .user-address {
        border-bottom: 0;
        border-right: 1px solid;
        margin: 0;
        padding: 0 55px;
    }
    .user-districts {
        padding: 0 55px;
    }
}
#report-address {
    font-size: 1.7045454545rem;
    font-size: 600;
    margin-bottom: 20px;
}
@media screen and (min-width: 1200px){
    #report-address {
        font-size: 1.875rem;
    }
}
.report-districts-list {
    font-size: 1.7045454545rem;
    margin-bottom: 0;
    padding-left: 20px;
}
@media screen and (min-width: 1200px) {
    .report-districts-list {
        font-size: 1.875rem;
        padding-left: 32px;
    }
}
.vote-main__candidate img {
    height: auto;
    width: 100%;
}
.race-heading {
    margin: 0 0 30px;
}
.btn-race {
    align-items: center;
    background-color: #DFE3EC;
    border: none;
    color: inherit; /* color declaration needed to override ios default blue */
    text-align: left;
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    width: 100%;
}
.btn-race:hover,
.btn-race:focus {
    background-color: #b6bccc;
}
.btn-race.active {
    background-color: #FFF;
}
.race-title {
    font-size: 1.5rem;
    font-weight: 600;
    flex: 1;
}
@media screen and (min-width: 768px) {
    .race-title {
        font-size: 1.875rem;
    }
}
.loading-animation {
    height: 65px;
    margin-bottom: 30px;
    background: linear-gradient(90deg,#DFE3EC,#FDFDFD,#DFE3EC);
    animation: gradient 4s infinite;
    background-size: 500% 100%;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.race-details__hidden {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.race-description {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 50px;
}
.race-details .race-description {
    padding-left: 15px;
}
.race-candidates {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vote-main__candidate {
    margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
    .vote-main__candidate a,
    .vote-main__candidate.unopposed {
       display: flex;
    }
}
.candidate-image {
    width: 33.33%;
    position: relative;
    aspect-ratio: 1/1;
    margin-bottom: 15px;
}
.candidate-image-placeholder {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    background-color: #3F5872;
    background-image: url(https://wisconsinpublictv.s3.us-east-2.amazonaws.com/wp-content/uploads/2024/04/wisconsinvote-2024-fillerphoto.jpg);
    background-size: cover;
}
@media screen and (min-width: 768px) {
    .candidate-image {
        width: auto;
    }
}
.candidate-image .winner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #087B45;
    color: #FFF;
    font-weight: 600;
}

@media screen and (max-width: 767.98px) {
    .candidate-name {
        width: 66.66%;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.candidate-name .name {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-weight: 600;
    color: #000;
}
.candidate-name .party {
    color: #5C6E85;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
    text-decoration: none;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .candidate-name .party {
        margin-bottom: 0;
    }
}
.incumbent {
    background-color: #000525;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.election-info {
    margin-bottom: 50px;
    margin-top: 30px;
}
@media screen and (min-width: 992px) {
    .election-info {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .election-info [class*="col-"]:not(:last-of-type) {
        margin-bottom: 15px;
    }
}
.election-info h3 {
    color: inherit;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 20px;
}
.election-info ul {
    padding-left: 1.25rem;
}
.election-date {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.election-time {
    margin-bottom: 10px;
}
.election-name {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0;
}
#here-now-banner {
    background-color: #DFE3EC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 30px;
}
.hn-logo {
    width: 260px;
    margin-bottom: 20px;
}
.hn-text p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
    .hn-text {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    #here-now-banner {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 100px;
        padding-left: 65px;
        padding-right: 65px;
    }
    .hn-text {
        margin-left: 20px;
        flex: 1;
    }
}
.vote-main__candidate a,
.vote-main__candidate a:hover,
.vote-main__candidate a:focus {
    color: #000;
}
.vote-main__candidate a:hover img,
.vote-main__candidate a:focus img {
    opacity: 0.7;
}
.vote-main__candidate a:hover .candidate-name,
.vote-main__candidate a:focus .candidate-name {
    text-decoration: underline;
}
.vote-main__candidate a:hover .incumbent,
.vote-main__candidate a:focus .incumbent {
    background-color: #333750;
}
#all-races {
    color: #000;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 40px;
    border: 2px solid #708296;
}
#all-races:hover {
    text-decoration: none;
}
@media screen and (max-width: 767.98px) {
    #all-races {
        flex-direction: column;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    #all-races {
        padding: 40px 100px;
    }
}
@media screen and (min-width: 992px) {
    #all-races {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
#wisconsin-icon {
    background-image: url(https://wisconsinpublictv.s3.us-east-2.amazonaws.com/wp-content/uploads/2023/10/wisconsin-outline-white.svg);
    width: 120px;
    height: 120px;
    background-color: #3F5872;
    border-radius: 50%;
    opacity: 0.75;
    transition: opacity .1s ease-in-out;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    #wisconsin-icon {
        width: 170px;
        height: 170px;
        margin-bottom: 0;
    }
}
#all-races:hover #wisconsin-icon {
    opacity: 1;
}
#more-resources {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 10px;
}
#view-all {
    font-size: 1.875rem;
    line-height: 1.2;
    align-items: center;
    margin-bottom: 10px;
}
#view-all i {
    color: var(--PBSBlue);
    padding-left: 8px;
    transition: transform .1s ease-in-out;
}
@media screen and (max-width: 767.98px) {
    #view-all i {
        display: block;
        margin-top: 10px;
    }
}
#all-races:hover #view-all i {
    transform: translateX(10px);
}
@media screen and (min-width: 768px) {
    #all-races-text {
        margin-left: 30px;
    }
}

.voterinfo-slug {
    color: #3F5872;
    font-size: 1.25rem;
    font-weight: 600;
}

/* Adding back some Bootstrap 4 defaults for gutters -- would be better to standardize on the BS5 ones when we have time to test */

.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>.col,
.row>[class*="col-"] {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

/* End BS4 defaults */
