/*
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;
}


/* 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; 
}

a {
    color: #2638C4;
    text-decoration: none;
 }   

 a:hover{
  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 {
    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 {
    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;
}

#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;
}


/* 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: #050c42;
      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;
}


/*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: #43b5b5;
    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: none;
}

#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: #43b5b5;
    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;
}



.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 */
.latestnews {
    margin-bottom: 30px;
}

.big-news, .small-news {
    margin: 0px;
}

.big-news a, .small-news a, .news-headline a {
    color:black !important;
}

.big-news {
    font-size: 1.6em;
    font-weight: 700;
}

.small-news {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.2em;
}


.news-headline {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
}

.news-headline-lg a {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2em;
    color: black;
}

p.news-headline-lg {
    margin-bottom: 5px;
}


p.news-cat {
    margin-bottom: 5px;
    font-size: .9em;
}
.news-cat a {
   text-transform: uppercase;
   color:#e42c38;
   font-weight: 600;
}

p.news-excerpt {
    margin-bottom: 5px;
}
p.news-byline {
    margin-bottom: 0px;
    text-transform: uppercase;
   color:#a8a8a8;
   font-size: 12px;
}
p.news-region a, p.story-region a {
   color:#a8a8a8;
    text-transform: uppercase;
    font-size: 12px;
}

p.story-region{
  text-align: left !important;
}

a.topic-region{
    color: #000;
    text-transform: uppercase;
}

.news-byline a {
    text-transform: uppercase;
   color:#a8a8a8;
}



.final-region-link img {
    display: inline-block;
    margin-right: 20px;
}

.subnews {
    margin-top: 30px;
}
.subnews img,.recentnews img,.regionnews 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;
}

p.final-region-link {
    min-height: 55px;
    text-transform: uppercase;
}
.final-region-link a {  
    color: #09649d;
    display: block;
    padding-top: 12px;
}

.final-region-link img {
    display: inline-block;
    margin-right: 20px;
    float: left;
}


.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: 1.4em;
}

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;
}

/*mobile*/

@media screen and (min-width: 0px) and (max-width:767px) {

ul.newssubmenu {
    display: none;
    margin-bottom: 0px;
    text-transform: uppercase;
}

header.news-topic-page-header {
    text-align: left;
}

.seperation {
    display: none;
}

.news-headline-lg a {
    font-size: 1.3em;
}

.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;
}

.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%;
}


.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;

}

.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 */



/* 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: #9e9e9e;
    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: 767px) and (max-width:991px) {
.navbar-brand img {
    height:  45px;
    width:  150px;
}

#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: #6E6E6E;
    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 ----------------------------*/



