/* OVERRIDE STYLES SPECIFIC TO NEWSROOM */
body {
    
    color: #071d49;
    background: #f5f5f5 ;
}
/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2d2926;;
}*/
h1 {font-family: "Roboto Bold",Helvetica,Arial,sans-serif;
}

a {
    color: #071d49;
text-decoration: none;
background: linear-gradient(180deg,#fff 50%,#2f9ece 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
background-size: 2px 2px;
background-repeat: repeat-x;
background-position: 0 100%;
transition: color .1s ease;
}
a:hover {
    background: none;
    color: #2f9ece;
    text-decoration: none;
} 

.footer-wrap a {
    color: #fff;
    text-decoration: underline;
}
.footer-wrap a:hover {
 
    text-decoration: none;
} 

header a, .footer-wrap a, .pagination a, a.pagenavlinks, a.hp-top-media-heading, .hp-promo-wrap-white h3 a, .caption h3 a,
#tek-wrap-rightrail a, #breadcrumbs a, .content-filter-box a  {background: none;}
/* these styles below are here to override the default link hover effect that impacts background settings */
.thumbnail > a:hover, a.fancybox:hover, a.ratio-16-9:hover, a.ratio-4-3:hover {background: url() 50% 50% no-repeat;background-size: cover;}

.sidebar-heading {
    font-family: Roboto Bold !important;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
margin-bottom: 10px;
}


.site-header__container {
    max-width: 1170px;
}

.site-header .site-header__bottom__container {
    max-width: 1170px;
    padding-right: 15px;
padding-left: 15px;
}



.site-header__newscenter {
    float: left;
    width: 50%;
    text-align: left;
    margin-left: 0;
    height: 40px;
}

.site-header__navigation-primary {
    width: 50%;
}


.site-header__newscenter div h2 {
    margin: 3px 0 0 0;
}

.site-header__top__container .logo {
    margin-top: 5px;
    margin-left: -12px;
    width: 150px;
    height: 40px;
}

.site-header__top__container .logo a {
    color: #fff;
}

.site-header__navigation-primary ul.navbar-nav li a::after {
   
    top: 32px;
    
}

.site-header__navigation-primary ul.navbar-nav li a:focus {
   
    outline-offset: -2px;
    color: #23527c;
text-decoration: underline;
    
}

.site-header__navigation-primary .navbar-header .toggle-nav {
    margin-top: 11px;
}

.site-header .site-header__search {
   
    right: 0;
  
}

.site-header .bottom-scrolled .navbar-nav li.subpage-link a {
   font-size: 18px;
font-size: 1.8rem;
line-height: 1.11111;
}

.fill-heading {
    height: 110px;
}

.thumbnail .caption {
    padding: 9px 9px 20px;
    color: #505052;
}

.breadcrumb {
    background-color: ##f5f5f5;
}

#tek-rr-items h3 {
    color: #fff;
}

.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 0;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  
    background-color: #061d49;
    border-color: #061d49;
}

.story-share-container {

    background: #f5f5f5;

}

.site-header__newscenter a {
    font-size: 30px;
        color: #071d49;
        font-weight: 400;
    text-decoration: none;
}
.story-share-container {
    text-align: left;
    margin: 0;
    
    padding: 20px 0;
}

.story-share-container img {
    margin: 0;
       
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #fff!important;
    border: 1px solid #fff!important;
	background: none;
    /* height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease; */
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    color: #fff!important;;
    background-color: #000!important;;
}

.site-header .bottom-scrolled .navbar-nav li.subpage-link a.page-highlight {
   font-weight: 700;
}

.site-header__navigation-primary ul.navbar-nav li a.page-highlight::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* DESKTOP */
@media only screen and (min-width: 1000px) {
    .site-header__newscenter {
        float: left;
        width: 20%; /* 30% */
        text-align: left;
        margin-left: 0;
        height: 40px;
    }
    
    .site-header__navigation-primary {
        width: 80%; /* 70% */
    }

    .site-header__newscenter div {
        font-family: "Roboto Regular"!important;;
        margin: -8px 0 0 0;
        font-size: 30px;
        color: #071d49;
        font-weight: 400;
    }

    .site-header__bottom {
        padding: 2rem 0;
        height: 80px;
    }
    .site-header__navigation-primary ul.navbar-nav li {
        font-size: 14px;
        margin: 0 8px;
    }

    .site-header__navigation-primary ul.navbar-nav li a {
        
        padding: 3.3rem 1rem 4rem; /*adjusts overall height of nav li */
       
    }
	.site-header .bottom-scrolled .navbar-nav li.subpage-link a {
   font-size: 18px;
font-size: 1.5rem;
line-height: 1.11111;
}


	
    .site-header__navigation-primary ul.navbar-nav li .sub-menu {
        
        top: 90px; /*where subnav appears */
        
    }
    
    
    .site-header__navigation-primary > div:first-of-type {
        /* float: left;
        width: 92%; */
        width: calc(100% - 180px);
    }
    
    .site-header__search {
        display: block;
        width: 180px;
        float: right;
        height: 50px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
	
	.fill-heading {
    height: 130px;
	}

    .desk-r {float: right!important;}
	
	.site-header__navigation-primary ul.navbar-nav li a::after {
   
    top: 50px;
    
	}
}
    
