
@media (min-width: 1920px) {
	.container-fluid {
		max-width: 1920px !important;
	}
}
@media (max-width: 1920px) {
	.container-fluid {
		max-width: 100vw !important;
	}
}



html, body {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    margin: 0; 
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    opacity: 1;
    position: relative;
    color: #404040;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*scroll-behavior: smooth;*/
    -webkit-overflow-scrolling: touch;
}
body.no-reveal {
    opacity: 0;
}
body.nav-opened {
    position: fixed;
}
.modal-open {
    overflow: scroll !important;
}



a:focus,
li:focus,
button:focus,
input:focus,
select:focus,
textarea:focus  {
    outline-style: revert !important;
	outline-color: #46b000 !important;
	outline-width: 2px !important;
	outline-offset: 3px !important;
}


::selection {
	background: #047195 !important;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #047195 !important;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #047195 !important;
	color: #fff;
	text-shadow: none;
}



@media screen and (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}


.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.skip-to-content-link {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 169px;
    height: 53px;
    margin: 0 auto;
    padding: 5px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #3F7597;
    background-color: rgba(255,255,255,.95);
    clip-path: inset(50%);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    z-index: 3;
}
  
.tabbing .skip-to-content-link:focus {
    top: 25px;
    clip-path: inset(0%);
}
@media (max-width: 576px) {
    .skip-to-content-link {
        width: 125px;
        height: 40px;
        line-height: 30px;
    }
}

.np {
    padding: 0 !important;
}

.modal-backdrop {
    background-color: #191919;
}
.modal-backdrop.show {
    opacity: .85;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(26,26,26,0.9);
    z-index: 5;
}
#overlay #loading {
    display: none;
}
#overlay .loading-bg {
		position: absolute;
		top: calc(50% - 50px);
		left: calc(50% - 50px);
		width: 100px;
		height: 100px;
		padding: 10px;
		border-radius: 50%;
		background: transparent;
		z-index: 51;
	}
    #overlay .loading-img {
		position: absolute;
		top: calc(50% - 16px);
		left: calc(50% - 16px);
		width: 32px;
		height: 32px;
	}
    #overlay .circular-chart {
		display: block;
		margin: 0;
		max-width: 100%;
	}
    #overlay .circle-bg {
		fill: none;
		stroke: #eee;
		stroke-width: 5;
	}
    #overlay .circle {
		fill: none;
		stroke: #000;
		stroke-width: 2.5;
		stroke-linecap: round;
		transition: stroke-dashoffset 0.35s;
	}
    #overlay .percentage {
		fill: #fff;
		font-family: 'Open Sans';
		font-size: 7px;
		text-anchor: middle;
	}
    #overlay .loading {
		color: #fff;
		font-family: 'Open Sans';
		font-size: 12px;
		text-align: center;
		margin-top: 15px;
	}







/* Header */
header#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
    /*height: 100px;*/
    margin: 0 auto;
}
header#header.frontpage {
    
    height: 100px;
}
header#header.page {
    
}
header#header .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
    background-color: transparent;
}
header#header .header {
    position: relative;
    min-height: 84px;
}
header#header.frontpage .header .logo {
    width: 250px;
    margin-top: 40px;
    margin-left: 40px;
}
header#header.page .header .logo {
    width: 281px;
}


@media all and (max-width: 992px) {
    header#header.frontpage .logo {
        width: 380px;
        margin-top: 20px;
        margin-left: 40px;
    }
}
@media all and (max-width: 768px) {
	header#header.frontpage {
        height: 50px !important;

    }
    header#header.frontpage .mobile-logo {
        width: 249px;
    }

}
@media all and (max-width: 576px) {

    header#header.frontpage .mobile-logo {
        width: 249px;
    }
    header#header.frontpage .logo {
        margin-left: 0;
    }
}


.container-fluid>.navbar-header {
	margin-left: 0!important;
	margin-right: 0 !important;
}

.navbar-default {
    float: right;
    border: 0 !important;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0;
    z-index: 11;
}
.navbar-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
	
	border: 0;
    padding: 30px 30px;
    transition: background .25s ease;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -o-transition: background .25s ease;
}
.nav-open .navbar-header {
    background-color: transparent;
}
/*
@supports (contain: paint) and (not (-moz-appearance: none)) {
    body.nav-opened .navbar-header {
        position: fixed;
        top: 0;
        right: 0;
    }
}
@supports (-moz-appearance: none) {
    body.nav-opened .navbar-header {
        position: fixed;
        top: 0;
        right: 15px;
    }
}
@supports selector(:nth-child(1 of x)) {
    body.nav-opened .navbar-header {
        position: relative;
        
    }
}*/

.navbar-default .navbar-toggler:focus, 
.navbar-default .navbar-toggler:hover {
	box-shadow: none;
}
.navbar-toggler {
	position: relative;
    padding: 0 !important;
    margin: 0 !important;
    width: 34px;
    height: 32px;
    float: right;
	border: 0 !important;
	background: transparent !important;
    z-index: 10 !important;
}
.navbar-toggler:hover {
	background: transparent !important;
}
.navbar-toggler .sr-only {
    top: 1px;
    left: 1px;
}


/**/
.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 3px;
  margin-left: 5px;
  background-color: #7E7E7E;
  border-radius: 1px;
  transition: all 0.25s;
	z-index: 10 !important;
}
.navbar-toggler .icon-bar + .icon-bar {
	margin-top: 6px;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  margin-top: 8px;
}
.navbar-toggler .middle-bar {
  opacity: 0;
  margin-left: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar {
    background-color: #fff !important;
    margin-left: auto;
    margin-right: auto;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);      
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
.navbar-collapse {
	position: absolute;
	top: 0;
    bottom: 0;
	right: -38%;
	width: 28%;
	min-height: 100vh !important;
    height: 100%;
    background-color: #191919;
    /*border: 2px solid #1b7496;*/
	
	transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
	z-index: 5;
}
.navbar-content {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    padding: 81px 61px 81px 90px;
    
}
@media all and (max-width: 1920px) {
    .navbar-collapse {
        right: -30%;
	    width: 30%;
    }
}
@media all and (max-width: 1600px) {
    .navbar-collapse {
        right: -30%;
	    width: 30%;
    }
}
@media all and (max-width: 1366px) {
    .navbar-collapse {
        right: -35%;
	    width: 35%;
    }
}
@media all and (max-width: 1200px) {
    .navbar-collapse {
        right: -40%;
	    width: 40%;
    }
}
@media all and (max-width: 992px) {
    .navbar-collapse {
        right: -50%;
	    width: 50%;
    }
}
@media all and (max-width: 768px) {
    .navbar-collapse {
        right: -50%;
	    width: 50%;
    }
    .navbar-content {
        padding: 81px 61px 81px 71px;
    }
}
@media all and (max-width: 767px) {
    .navbar-collapse {
        right: -60%;
	    width: 60%;
    }

}
@media all and (max-width: 576px) {
	.navbar-default {
		padding: 0 0px !important;
	}
    .navbar-header {
        padding: 12px 10px;
        margin-right: 15px;
        margin-top: 5px;
    }
    body.nav-opened .navbar-header {
        right: 27px
    }
	.navbar-toggler {
        width: 26px;
		
    }
    .navbar-toggler .icon-bar {
        width: 26px;
        height: 2px;
        margin-top: 9px;
    }
    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-collapse {
        right: -75%;
	    width: 75%;
    }
}

@supports (-moz-appearance:none) {
	.navbar-toggler .icon-bar.top-bar {
		margin-top: 6px !important;
	}
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 6px !important;
	}
	.navbar-toggler .icon-bar {
		width: 32px !important;
	}
}

@supports (-ms-ime-align:auto) {
	.navbar-toggler .icon-bar.top-bar {
		margin-top: 7px !important;
	}
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 4px !important;
	}
	.navbar-toggler .icon-bar {
		width: 34px !important;
	}
}

@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		.navbar-toggler .icon-bar.top-bar {
			margin-top: 7px !important;
		}
		.navbar-toggler .icon-bar + .icon-bar {
			margin-top: 4px !important;
		}
		.navbar-toggler .icon-bar {
			width: 26px !important;
		}
		
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	select::-ms-expand {
		display: none;
	}
}

@media (max-width: 576px) {

    @supports (-moz-appearance:none) {
        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 6px !important;
        }
    }

    @supports (-ms-ime-align:auto) {
        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 5px !important;
        }
    }

    @media not all and (min-resolution:.001dpcm) { 
        @supports (-webkit-appearance:none) and (stroke-color:transparent) {
            .navbar-toggler .icon-bar + .icon-bar {
                margin-top: 5px !important;
            }
        }
    }

}





.navbar-collapse.collapse {
	
}
.navbar-collapse.collapse.show{
	
	right: 0;
}


.navbar-nav {
    margin: 0;
    padding: 0;
}
.navbar-nav .menu-item {
	clear: both;
    float: left;
    padding: 0;
    margin-bottom: 22px;
}

#STnavbar {
    z-index: 10;
}
#STnavbar #menu-primary-navigation {
    margin-left: 0;
    margin-bottom: 28px;
}

.navbar-nav .menu-item {
	display: inline-flex;
    padding: 0;
    margin-bottom: 22px;
}

.navbar-nav > .menu-item > a {
	position: relative;
	display: inline-block;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
	font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
	text-transform: uppercase;
    padding: 0;
}
.navbar-nav > .menu-item > a:hover {
    color: #BC5C23;
    text-decoration: none;
}
.navbar-nav > .menu-item.active > a {
	color: #BC5C23 !important;
}
#STnavbar .nav-social ul li.active a {
	color: #BC5C23 !important;
}
#STnavbar .nav-social ul {
    list-style-type: none;
    padding-left: 0;
}
#STnavbar .nav-social ul li {
    display: inline-block;
    float: left;
    padding-right: 65px;
}
#STnavbar .nav-social ul li:last-child {
    padding-right: 0;
}
#STnavbar .nav-social ul li a {
	position: relative;
	display: block;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
	font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
	text-transform: uppercase;
    padding: 0;
}
#STnavbar .nav-social ul li a:hover {
    color: #BC5C23;
    text-decoration: none;
}

#STnavbar .nav-social ul li i {
    font-size: 30px;
}


@media all and (max-width: 1024px) {
	.navbar-content {
		padding: 81px 61px 81px 85px;
	}
}
@media all and (max-width: 992px) {
	.navbar-collapse {
		
	}
}
@media all and (max-width: 991px) {
    .navbar-content {
        padding: 81px 61px 81px 71px;
    }
}
@media all and (max-width: 768px) {
    .navbar-nav > .menu-item > a {
        font-size: 18px;
    }
    #STnavbar .nav-social ul li {
        margin-bottom: 23px;
    }
    #STnavbar .nav-social ul li a {
        font-size: 18px;
        line-height: 28px;
    }
    #STnavbar .nav-social ul li i {
        font-size: 24px;
    }
    #STnavbar .nav-social {
        padding-right: 42px;
    }
}
@media all and (max-width: 767px) {
    #STnavbar .nav-social ul li {
        padding-right: 50px;
    }
}
@media all and (max-width: 576px) {
	.navbar-collapse {
		width: 70% !important;
		right: -70%;
    }
    .navbar-content {
        padding: 53px 30px 53px 41px;
    }
    .navbar-nav > .menu-item > a {
        font-size: 16px;
    }
    #STnavbar #menu-primary-navigation {
        padding-bottom: 25px;
    }
    #STnavbar .nav-social ul li {
        padding-right: 25px;
    }
    #STnavbar .nav-social ul li a {
        font-size: 16px;
        line-height: 28px;
    }
    #STnavbar .nav-social ul li i {
        font-size: 20px;
    }
    #STnavbar .nav-social {
        padding-right: 42px;
    }
}



#page-header {
    position: relative;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
}
body.single #page-header {
    background-position: center top;
}
#page-header.tall {
    max-height: 600px;
}
#page-header.short {
    height: 150px;
}

#page-header #video-header {
    position: relative;
    display: none;
    width: 100%;
    max-height: 600px;
    /*padding-top: 56.25%;*/
    margin: 0 auto;
    overflow: hidden;
    
}
#page-header #video-header:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/company/img/loading.gif);
    background-size: unset;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
/*
#page-header #video-header.dl:after {
    display: block;
}*/
#page-header #video-header #BGplayer {
        position: relative; 
        /*top: -33.3333%; */
        /*
        right: 0px; 
        bottom: 0px; 
        left: 0px; */
        display: block;
        width: 100%; 
        height: auto;
        /*padding: 0 !important;*/
        z-index: 1;
}
#page-header #video-header .video-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    z-index: 2;
}
#page-header #video-header .video-btn img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    max-width: 100%;
    cursor: pointer;
}

#page-header .logo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 315px;
    margin: 0 auto;
    /*background-color: #000;*/

}
#page-header .logo img {
    max-width: 100%;
    margin: 0 auto;
}
#page-header .page-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
#page-header.tall .page-title h1 {
    margin-top: 80px;
}
#page-header.tall.no-video {
    height: 600px
}
#page-header.short.no-video {
    height: 150px
}
#page-header.no-video {
    background-color: #5C361C;
}
@media all and (max-width: 1366px) {

}
@media all and (max-width: 1024px) {

}
@media all and (max-width: 992px) {

}
@media all and (max-width: 991px) {
    #page-header.tall #video-header #BGplayer {
            width: 178%;
            left: -39%;
        }
    }
@media all and (max-width: 768px) {
    #page-header.tall #video-header {
        max-height: 600px;
    }
    #page-header.tall {
        max-height: 600px;
    }
    #page-header.tall #video-header #BGplayer {
        width: 178%;
        left: -39%;
    }
}
@media all and (max-width: 767px) {
    
}
@media all and (max-width: 576px) {
    #page-header.tall #video-header {
        max-height: 473px;
    }
    #page-header.tall {
        max-height: 473px;
    }
    #page-header.tall #video-header h1 {
        margin-top: 60px;
    }
    #page-header.tall #video-header #BGplayer {
        width: 100%;
        left: 0;
    }
    #page-header .logo {
        top: 60px;
        width: 215px;
    }

}


h1 { 
    font-family: 'urw-din';
    font-size: 85px;
    line-height: 95px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
h2 { 
    font-family: 'urw-din';
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #231F20;
    margin: 70px auto 30px;
}
h3 { 
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
p {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #231F20;
    margin-bottom: 50px;
}
@media all and (max-width: 768px) {
    h1 {
        font-size: 65px;
        line-height: 75px;
    }
    h2 {
        font-size: 36px;
        line-height: 44px;
        margin: 60px auto 30px;
    }
    h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 40px auto 40px;
    }
    p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}
@media all and (max-width: 576px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
        padding: 0 15px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 50px auto 20px;
    }
    h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 40px auto 40px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}




/* PAGES */
.page h1,
.page h2,
.page h3,
.page p {
    text-align: center;
}
.page a {
    color: #3F7597;
    text-decoration: none;
}
.page a:hover {
    color: #20394a;
}
.page section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page section .content {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.page section.container .content {
    width: 75%;
}
.page section.container-fluid .content {
    width: 49%;
    padding: 0 2.35em;
}
@media all and (max-width: 1600px) {
    .page section.container-fluid .content {
        
    }
}
@media all and (max-width: 1455px) {
    .page section.container-fluid .content {
        width: 64.5%;
    }
}
@media all and (max-width: 1366px) {
    .page section.container-fluid .content {
        width: 68.5%;
        padding: 0 2.2em;
    }
}
@media all and (max-width: 1200px) {
    .page section.container-fluid .content {
        width: 59%;
    }
}
@media all and (max-width: 1024px) {
    .page section.container-fluid .content {
        width: 69%;
    }
}
@media all and (max-width: 992px) {
    .page section.container-fluid .content {
        width: 79%;
    }
}
@media all and (max-width: 768px) {
    .page section.container-fluid .content {
        width: 100%;
        padding: 0 1.25em;
    }
}
@media all and (max-width: 576px) {
    .page section.container-fluid .content {
        width: 100%;
        padding: 0 1.5em;
    }
}





/* HOME */
.home .content p {
    font-size: 26px;
    line-height: 38px;
}
.home #local-independent-and-trusted {
    background-color: #191919;
}
.home #local-independent-and-trusted h2,
.home #local-independent-and-trusted p {
    color: #fff;
}
.home #footer-cta {
    background-color: #191919;
}
.home #footer-cta h3 a {
    color: #fff;
}
@media all and (max-width: 768px) {
    .home #page-header .page-title h1 {
        font-size: 75px;
        line-height: 85px;
    }
    .home #local-independent-and-trusted h2 {
        font-size: 42px;
    }
    .home .content p {
        font-size: 22px;
        line-height: 32px;
    }
}
@media all and (max-width: 576px) {
    .home #page-header .page-title h1 {
        font-size: 50px;
        line-height: 58px;
    }
    .home #local-independent-and-trusted h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .home .content p {
        font-size: 20px;
        line-height: 26px;
    }
}



/* WHO WE ARE */
.who-we-are #who-we-are {
    background-color: #fff;
}
.who-we-are #who-we-are h2,
.who-we-are #who-we-are p {
    color: #191919;
}
.who-we-are #who-we-are .content {
    padding-bottom: 20px;
}
.who-we-are #data-points {
    position: relative;
}
.who-we-are #data-points .row:before {
    position: absolute;
    top: 0;
    right: 11%;
    content:"";
    height: 100%;
    border-left: 35px solid rgba(255,255,255,.2);          
}
.who-we-are #data-points .row:after {
    position: absolute;
    top: 0;
    right: 3%;
    content:"";
    height: 100%;;
    border-left: 70px solid rgba(0,0,0,.25);          
}
.who-we-are #data-points .content {
    width: 42%;
    height: 100%;
    margin: 0 auto;
    padding: 0 57px 15px;
    background-color: rgba(25,25,25,.75);
    text-align: center;
}
.who-we-are #data-points h3 {
    font-family: 'urw-din';
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    padding-top: 90px;
    color: #fff;
}
.who-we-are #data-points p {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 34px;
    color: #fff;
}
.who-we-are #data-points .small {
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    color: #A0A0A0;
}
.who-we-are #leadership {
    position: relative;
    background-color: #191919;
}
.who-we-are #leadership .row:before {
    position: absolute;
    top: 0;
    right: 15%;
    content:"";
    height: 100%;
    border-left: 60px solid rgba(255,255,255,.1);          
}/*
.who-we-are #leadership .row:after {
    position: absolute;
    top: 0;
    right: 10%;
    content:"";
    height: 100%;;
    border-left: 70px solid rgba(0,0,0,.25);          
}*/
.who-we-are #leadership h2,
.who-we-are #leadership p {
    color: #fff;
}
.who-we-are #leadership .content {
    padding-bottom: 87px;
}
.who-we-are #leadership .biographies {
    position: relative;
    height: 743px;
}
.who-we-are #leadership .biographies .biographies-container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -20%;
    right: 0;
    width: 140%;
    margin: 0 auto;
}
.who-we-are #leadership .biographies .biographies-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 14px 0;
    padding: 0;
    margin: 0 auto
}
.who-we-are #leadership .biographies .bio-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    flex: 0 0 25%;
    max-width: 273px;
    /*height: 380px;*/
    padding: 0 7px;
}
.who-we-are #leadership .biographies .bio {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    border: 1px solid #303030;
    padding: 15px;
    background-color: #191919;
    cursor: pointer;
}
.who-we-are #leadership .biographies .bio .image {
    max-width: 100%;
    /*max-height: 243px;*/
    margin: 0 auto 16px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.who-we-are #leadership .biographies .bio .hover {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.who-we-are #leadership .biographies .bio:hover .image {

}
.who-we-are #leadership .biographies .bio:hover .hover {
    display: block;
}
.who-we-are #leadership .biographies .bio span {
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.who-we-are #leadership .biographies .bio span strong {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.who-we-are #footer-cta {
    background-color: #fff;
}
.who-we-are #footer-cta h3 a {
    color: #191919;
}
.who-we-are #STmodal {
    align-content: center;
    align-items: center;
    justify-content: center;
}
.who-we-are .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}
.who-we-are .modal-content {
    background-color: transparent;
    border: 0;
}
.who-we-are .modal-content .modal-header {
    display: flex;
    justify-content: flex-end;
    border: 0;
    padding: 10px 0;
}
.who-we-are .modal-content .close i {
    font-size: 30px;
    color: #585653;
}
.who-we-are .modal-content .modal-body {
    border: 1px solid #585653;
    background-color: #191919;
    padding: 0;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.who-we-are .modal-content .modal-body .bio {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.who-we-are .modal-content .modal-body .bio .top-left {
    width: 25%;
    padding: 30px;
}
.who-we-are .modal-content .modal-body .bio .bottom-right {
    position: relative;
    width: 75%;
    padding: 30px 30px 0 0;
}
.who-we-are .modal-content .modal-body .bio img {
    max-width: 100%;
    margin-bottom: 15px;
}
.who-we-are .modal-content .modal-body .bio span {
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.who-we-are .modal-content .modal-body .bio span strong {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.who-we-are .modal-content .modal-body .bio p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}
.who-we-are .modal-content .modal-body .bio .read-more {
    display: none;
}
.who-we-are .modal-content .modal-footer {
    border: 0;
}
@media (min-width: 576px) {
    .who-we-are .modal-dialog {
        max-width: 1130px;
    }
}
@media all and (max-width: 1833px) {

}
@media all and (max-width: 1366px) {
    .who-we-are #data-points .content {
        width: 42%;
    }

}
@media all and (max-width: 1200px) {
    .who-we-are #data-points .content {
        width: 48%;
    }
    .who-we-are .modal-dialog {
        width: calc(100% - 60px);
    }
}
@media all and (max-width: 1024px) {
    .who-we-are #data-points .content {
        width: 56%;
    }
    .who-we-are #leadership .biographies .biographies-container {
        left: 0;
        max-width: 100%;
    }

}
@media all and (max-width: 992px) {
    .who-we-are #data-points .content {
        width: 58%;
    }
    .who-we-are .modal-content .modal-body .bio .bottom-right:before {
        position: absolute;
        bottom: 52px;
        left: 0;
        right: 0;
        content: "";
        display: block;
        width: 100%;
        height: 100px;
        margin: 0 auto;
        background: -moz-linear-gradient(top, rgba(26,26,26,0) 0%, rgba(26,26,26,1) 90%);
        background: -webkit-linear-gradient(top, rgba(26,26,26,0) 0%,rgba(26,26,26,1) 90%);
        background: linear-gradient(to bottom, rgba(26,26,26,0) 0%,rgba(26,26,26,1) 90%);
    }
    .who-we-are .modal-content .modal-body .bio .bottom-right:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "See more \f078";
        display: block;
        width: 100%;
        height: 52px;
        font-family: 'Open Sans', 'Font Awesome 5 Pro';
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        margin: 0px auto;
        padding: 15px 0 0;
        color: #fff;
        border-top: 1px solid #383838;
        background-color: #191919;
    }
    .who-we-are .modal-content .modal-body .bio .bottom-right.more:before,
    .who-we-are .modal-content .modal-body .bio .bottom-right.more:after {
        display: none;
    }
    .who-we-are .modal-content .modal-body .bio .bottom-right {
        overflow: hidden;
    }
}
@media all and (max-width: 768px) {
    .who-we-are #data-points .row:before {
        right: 3%;
        border-left: 25px solid rgba(255,255,255,.2);   
    }
    .who-we-are #data-points .row:after {
        display :none;
    }
    .who-we-are #data-points .content {
        width: 74.5%;
    }
    .who-we-are #data-points h3 {
        font-size: 45px;
        line-height: 50px;
        margin: 0 auto 5px;
    }
    .who-we-are #data-points p {
        font-size: 18px;
        line-height: 24px;
    }

    .who-we-are #leadership .row:before {
        right: 15%;
        border-left: 40px solid rgba(255,255,255,.1); 
    }
    .who-we-are #leadership .row:after {
        display: none;
    }
    .who-we-are #leadership .biographies .biographies-container {
        
    }
    .who-we-are #leadership .biographies .bio-wrapper {
        flex: 0 0 25%;
    }
    .who-we-are #leadership .biographies .bio span {
        font-size: 14px;
    }
    .who-we-are #leadership .biographies .bio span strong {
        font-size: 16px;
    }
    .who-we-are .modal-content .modal-body .bio {

    }
    .who-we-are .modal-content .modal-body .bio .top-left {

    }
    .who-we-are .modal-content .modal-body .bio .top-left img {

    }
    .who-we-are .modal-content .modal-body .bio .top-left > div {

    }
    .who-we-are .modal-content .modal-body .bio .bottom-right {

    }
    .who-we-are .modal-content .modal-body .bio span {
        font-size: 14px;
        line-height: 20px;
    }
    .who-we-are .modal-content .modal-body .bio span strong {
        font-size: 16px;
        line-height: 20px;
    }
    .who-we-are .modal-content .modal-body .bio p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
    
}
@media all and (max-width: 767px) {
    .who-we-are #leadership .biographies .bio-wrapper {
        flex: 0 0 50%;
    }
}
@media all and (max-width: 576px) {
    
    .who-we-are #data-points .content {
        width: 67.5%;
        padding: 0 30px 15px;;
    }
    
    .who-we-are #data-points h3 {
        font-size: 30px;
        line-height: 34px;
        padding-top: 30px;
    }
    .who-we-are #data-points p {
        font-size: 16px;
        line-height: 24px;
    }
    .who-we-are #data-points .small {
        font-size: 12px;
        line-height: 14px;
    }

    .who-we-are #leadership .biographies .bio-wrapper {
        flex: 0 0 50%;
    }
    .who-we-are #leadership .biographies .bio .name {
        font-size: 16px;
        line-height: 20px;
    }
    .who-we-are #leadership .biographies .bio .title {
        font-size: 14px;
        line-height: 20px;
    }

    .who-we-are .modal-dialog {
        width: calc(100% - 30px);
    }
    .who-we-are .modal-content .modal-body .bio {
        flex-direction: column;
        padding: 15px 15px 0;
    }
    .who-we-are .modal-content .modal-body .bio .top-left {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: flex-end;
        justify-content: flex-start;
        width: 100%;
        padding: 0;
    }
    .who-we-are .modal-content .modal-body .bio .top-left img {
        max-width: 33.3333%;
        margin-bottom: 0;
    }
    .who-we-are .modal-content .modal-body .bio .top-left > div {
        padding-left: 20px;
        margin-bottom: 15px;
    }
    .who-we-are .modal-content .modal-body .bio .bottom-right:after {
        font-size: 14px;
        line-height: 14px;
    }
    .who-we-are .modal-content .modal-body .bio .bottom-right {
        width: 100%;
        padding: 10px 0 0;
    }
    .who-we-are .modal-content .modal-body .bio span {
        font-size: 14px;
        line-height: 20px;
    }
    .who-we-are .modal-content .modal-body .bio span strong {
        font-size: 16px;
        line-height: 20px;
    }
    .who-we-are .modal-content .modal-body .bio p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
    
}







/* WHAT WE DO */
.what-we-do #what-we-do {
    background-color: #fff;
}
.what-we-do #what-we-do h2,
.what-we-do #what-we-do p {
    color: #191919;
}
.what-we-do #what-we-do .content {
    padding-bottom: 20px;
}
.what-we-do #mission-driven-journalism {
    position: relative;
    background-color: #191919;
}
.what-we-do #mission-driven-journalism h2,
.what-we-do #mission-driven-journalism p,
.what-we-do #mission-driven-journalism span {
    color: #fff;
}
.what-we-do #mission-driven-journalism .row:before {
    position: absolute;
    top: 0;
    right: 7%;
    content:"";
    height: 100%;
    border-left: 117px solid rgba(255,255,255,.1);     
}
.what-we-do #mission-driven-journalism .row:after {
    position: absolute;
    top: 0;
    right: 2%;
    content:"";
    height: 100%;
    border-left: 40px solid rgba(255,255,255,.1);     
}
.what-we-do #mission-driven-journalism .content {
    z-index: 1;
}
.what-we-do #mission-driven-journalism .pulitzers {
    position: relative;
}
.what-we-do #mission-driven-journalism .pulitzers-container {
    position: absolute;
    left: -20%;
    right: 0;
    width: 140%;
    margin: 0 auto;
}
.what-we-do #mission-driven-journalism .pulitzers-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 70px;
    padding: 0 4px;
}
.what-we-do #mission-driven-journalism .pulitzers .intro,
.what-we-do #mission-driven-journalism .pulitzers .pulitzer {
    position: relative;
    width: 32%; 
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.what-we-do #mission-driven-journalism .pulitzers .pulitzer {
    cursor: pointer;
}
.what-we-do #mission-driven-journalism .pulitzers .intro h3 {
    font-family: 'urw-din';
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}
.what-we-do #mission-driven-journalism .pulitzers .intro p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
}
.what-we-do #mission-driven-journalism .pulitzers .pulitzer .overlay {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.33);
}
.what-we-do #mission-driven-journalism .pulitzers .pulitzer:hover .overlay {
    background-color: rgba(0,0,0,0);
}
.what-we-do #mission-driven-journalism .pulitzers .pulitzer .text {
    width: 100%;
    padding: 5px 25px 15px 20px;
}
.what-we-do #mission-driven-journalism .pulitzers .pulitzer .text span {
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff !important;
}
.what-we-do #mission-driven-journalism .pulitzers .pulitzer .text span strong {
    font-family: 'urw-din';
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.what-we-do #experience-the-seattle-times {
    background-color: #fff;
}
.what-we-do #experience-the-seattle-times h2,
.what-we-do #experience-the-seattle-times p {
    color: #191919;
}
.what-we-do #experience-the-seattle-times .tabs .tabs-wrap {
    position: absolute;
    left: -20%;
    right: 0;
    width: 140%;
    margin: 0 auto;
}
.what-we-do #experience-the-seattle-times .tabs .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    border-bottom: 0 !important;
}
.what-we-do #experience-the-seattle-times .tabs .nav-tabs .nav-link {
    width: 166px;
    font-family: 'urw-din';
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    padding: 0;
    border: 0 !important;
}
.what-we-do #experience-the-seattle-times .tabs .nav-tabs .nav-link:hover {
    font-weight: 700;
}
.what-we-do #experience-the-seattle-times .tabs .nav-tabs .nav-link.active {
    font-weight: 700;
    color: #BC5C23;
}
.what-we-do #experience-the-seattle-times .tabs .nav-tabs .nav-link#nav-print-newspaper-tab {
    padding: 0 5px;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content {
    position: relative;
    margin-bottom: 122px;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 76.5%;
    height: 402px;
    border: 1px solid #7D7D7D;

}
.what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .img-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 0;
    width: 50%;
    height: 352px;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .image {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .image img {
    display: block;
    max-width: 100%;
    max-height: 352px;
    margin: 0 auto;
    object-fit: contain;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .txt-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    width: 76.5%;
    height: 402px;
    /*border: 1px solid #7D7D7D;*/
    padding: 0;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
    margin-right: 57px;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .text h3 {
    font-family: 'urw-din';
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #191919;
    margin-bottom: 15px;
}
.what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .text p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #191919;
    margin-bottom: 0;
}
.what-we-do #experience-the-seattle-times-ph {
    position: relative;
}
.what-we-do #experience-the-seattle-times-ph .row:before {
    position: absolute;
    top: 0;
    left: 3%;
    content:"";
    height: 100%;
    border-left: 45px solid rgba(0,0,0,.35);  
}
.what-we-do #experience-the-seattle-times-ph .row:after {
    position: absolute;
    top: 0;
    right: 3%;
    content:"";
    height: 100%;
    border-left: 30px solid rgba(255,255,255,.2);  
}
.what-we-do #experience-the-seattle-times-ph .content:before {
    position: absolute;
    top: 0;
    left: 10%;
    content:"";
    height: 100%;
    border-left: 120px solid rgba(255,255,255,.25);  
}
.what-we-do #experience-the-seattle-times-ph .content {
    min-height: 400px;
}
.what-we-do #community-impact {
    background-color: #fff;
}
.what-we-do #community-impact h3 {
    font-family: 'urw-din';
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
}
.what-we-do #community-impact h3 + p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.what-we-do #community-impact h2,
.what-we-do #community-impact h3,
.what-we-do #community-impact p {
    color: #191919;
}
.what-we-do #community-impact .logo-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 48px 0;
    margin-bottom: 70px;
}
.what-we-do #community-impact .logo-wrapper .image {
    text-align: center;
}
.what-we-do #community-impact .logo-wrapper.impact .image {
    width: 50%;
}
.what-we-do #community-impact .logo-wrapper .image img {
    max-width: 100%;
}
.what-we-do #community-impact .logo-wrapper.impact .image:nth-child(1) img {
    max-height: 38px;
}
.what-we-do #community-impact .logo-wrapper.impact .image:nth-child(2) img {
    max-height: 36px;
}
.what-we-do #community-impact .logo-wrapper.impact .image:nth-child(3) img {
    max-height: 38px;
}
.what-we-do #community-impact .logo-wrapper.impact .image:nth-child(4) img {
    max-height: 36px;
}
.what-we-do #community-impact .logo-wrapper.impact .image:nth-child(5) img {
    max-height: 36px;
}
.what-we-do #community-impact .logo-wrapper.impact .image:nth-child(6) img {
    max-height: 20px;
}
.what-we-do #community-impact .logo-wrapper.impact .image:nth-child(7) img {
    max-height: 36px;
}
.what-we-do #community-impact .logo-wrapper.community .image:nth-child(1) img {
    max-height: 54px;
}
.what-we-do #community-impact .logo-wrapper.community .image:nth-child(2) img {
    max-height: 90px;
}
.what-we-do #footer-cta {
    background-color: #191919;
}
.what-we-do #footer-cta h3 a {
    color: #fff;
}
@media all and (max-width: 1800px) {
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(1) img {
        max-height: 38px;
    }
}
@media all and (max-width: 1444px) {
    .what-we-do #mission-driven-journalism .pulitzers-container {
        left: -25%;
        width: 150%;
    }
    .what-we-do #experience-the-seattle-times .tabs .tabs-wrap {
        left: -20%;
        width: 140%;
    }

}
@media all and (max-width: 1366px) {
    
}
@media all and (max-width: 1200px) {
    .what-we-do #experience-the-seattle-times .tabs .tabs-wrap {
        left: -25%;
        width: 150%;
    }
}
@media all and (max-width: 1024px) {
    .what-we-do #mission-driven-journalism .pulitzers-container {
        left: -20%;
        width: 140%;
    }
    .what-we-do #mission-driven-journalism .pulitzers .intro, 
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer {
        
    }
    .what-we-do #experience-the-seattle-times .tabs .tabs-wrap {
        left: -20%;
        width: 140%;
    }

}
@media all and (max-width: 992px) {
    .what-we-do #mission-driven-journalism .pulitzers-container {
        left: -12.5%;
        width: 125%;
    }
    .what-we-do #mission-driven-journalism .pulitzers .intro, 
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer {
        width: 31%;
    }
    .what-we-do #experience-the-seattle-times .tabs .tabs-wrap {
        left: -12.5%;
        width: 125%;
    }
}
@media all and (max-width: 768px) {
    .what-we-do #mission-driven-journalism .pulitzers-container {
        left: 0;
        width: 100%;
    }
    .what-we-do #mission-driven-journalism .pulitzers-wrap {
        gap: 10px;
        padding: 0;
    }
    .what-we-do #mission-driven-journalism .pulitzers .intro,
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer {
        width: 32.4%;
    }
    .what-we-do #mission-driven-journalism .pulitzers .intro h3 {
        font-size: 26px;
        line-height: 32px;
        margin: 0;
    }
    .what-we-do #mission-driven-journalism .pulitzers .intro p {
        font-size: 16px;
        line-height: 24px;
    }
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer .text span {
        font-size: 14px;
        line-height: 20px;
    }
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer .text span strong {
        font-size: 16px;
        line-height: 20px;
    }
    .what-we-do #experience-the-seattle-times .tabs .tabs-wrap {
        position: relative;
        left: 0%;
        width: 100%;
    }
    .what-we-do #experience-the-seattle-times .tabs .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 18px;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content:before {
        width: 83.5%;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .img-wrapper {
        width: 45%;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .image img {
        max-height: 275px;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .txt-wrapper {
        height: 374px;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .text h3 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .text p {
        font-size: 16px;
        line-height: 24px;
    }
    .what-we-do #community-impact h3 {
        font-size: 26px;
        line-height: 32px;
    }
    
    .what-we-do #community-impact .logo-wrapper.community .image:nth-child(1) {
        width: 60%;
    }
    .what-we-do #community-impact .logo-wrapper.community .image:nth-child(2) {
        width: 40%;
    }
}
@media all and (max-width: 767px) {
    .what-we-do #mission-driven-journalism .pulitzers .intro, 
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer {
        width: 48%;
    }

    .what-we-do #experience-the-seattle-times .tabs {
        height: unset;
    }
    .what-we-do #experience-the-seattle-times .tabs .tabs-wrap {
        position: relative;
        left: 0;
        width: 100%;
    }


    .what-we-do #experience-the-seattle-times .nav-accordion .panel-default {
        padding: 0;
        border-top: 1px solid #707070;
        background-repeat: no-repeat;
        background-size: 175%;
        background-position: center top;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-overlay {
        background: transparent;
        padding: 21px 36px;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-heading {
        text-transform: uppercase;
        text-align: left;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-heading .panel-title {
        font-family: 'urw-din';
        font-size: 16px;
        line-height: 20px;
		font-weight: 400;
        text-align: left;
        color: #fff;
        margin: 0;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-heading a {
        position: relative;
        display: block;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-heading a.collapsed {
        font-weight: 400;
        color: #666;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-heading a:not(.collapsed) {
        font-weight: 700;
        color: #BC5C23;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-heading a:after {
        position: absolute;
        display: inline-block;
        content: "\f067";
        top: 0;
        right: -21px;
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
        font-weight: 400 !important;
        color: #666;
        transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-heading a[aria-expanded="true"]:after {
        content: "\f068";
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .collapse:not(.show) {
        display: block;
        height: 0;
        overflow: hidden;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-collapse .panel-body {
        margin-top: 30px;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-collapse .panel-body img {
        max-width: 100%;
        max-height: 200px;
        margin-bottom: 20px;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-collapse .panel-body h4 {
        font-family: 'urw-din';
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        text-align: left;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-collapse .panel-body {
        text-align: center;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-collapse .panel-body p {
		font-family: 'Open Sans';
        font-size: 14px;
        line-height: 22px;
		font-weight: 400;
        text-align: left;
        color: #191919;
    }
    .what-we-do #experience-the-seattle-times .nav-accordion .panel-collapse .panel-body p {
        margin-bottom: 10px;
    }



}
@media all and (max-width: 599px) {
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(1) {
        width: 100%;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(2) {
        width: 100%;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(3) {
        width: 100%;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(4) {
        width: 50%;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(5) {
        width: 50%;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(6) {
        width: 60%;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(7) {
        width: 40%;
    }
    .what-we-do #community-impact .logo-wrapper.community .image:nth-child(1) img {
        max-height: 33px;
    }
    .what-we-do #community-impact .logo-wrapper.community .image:nth-child(2) img {
        max-height: 31px;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(1) img {
        max-height: 33px;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(2) img {
        max-height: 31px;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(3) img {
        max-height: 33px;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(4) img {
        max-height: 31px;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(5) img {
        max-height: 31px;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(6) img {
        max-height: 15px;
    }
    .what-we-do #community-impact .logo-wrapper.impact .image:nth-child(7) img {
        max-height: 31px;
    }

    .what-we-do #community-impact .logo-wrapper.community .image:nth-child(1) {
        width: 60%;
    }
    .what-we-do #community-impact .logo-wrapper.community .image:nth-child(1) img {
        height: 30px;
    }
    .what-we-do #community-impact .logo-wrapper.community .image:nth-child(2) {
        width: 40%;
    }
    .what-we-do #community-impact .logo-wrapper.community .image:nth-child(2) img {
        height: 45px;
    }
}
@media all and (max-width: 576px) {
    .what-we-do #mission-driven-journalism .row:before {
        display: none;  
    }
    .what-we-do #mission-driven-journalism .row:after {
        right: 12%;
        border-left: 35px solid rgba(255,255,255,.1);     
    }
    .what-we-do #mission-driven-journalism .pulitzers-wrap {
        justify-content: space-between;
        gap: 10px;
    }
    .what-we-do #mission-driven-journalism .pulitzers .intro {
        width: 100%;
    }
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer {
        width: calc(50% - 5px);
    }
    .what-we-do #mission-driven-journalism .pulitzers .intro h3 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin: 0 auto 15px;
    }
    .what-we-do #mission-driven-journalism .pulitzers .intro p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer .text {
        padding: 0 10px 10px 10px;
    }
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer .text span {
        font-size: 12px;
        line-height: 16px;
    }
    .what-we-do #mission-driven-journalism .pulitzers .pulitzer .text span strong {
        font-size: 14px;
        line-height: 16px;
    }

    .what-we-do #experience-the-seattle-times .tabs .tabs-wrap { 
        left: -1.5em;
        width: calc(100% + 3em);
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content:before {
        display: none;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper {
        flex-direction: column;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .img-wrapper {
        position: relative;
        max-width: 100%;
        max-height: 200px;
    }
    .what-we-do #experience-the-seattle-times .tabs .tab-content .tab-pane .wrapper .txt-wrapper {
        position: relative;
    }
    .what-we-do #experience-the-seattle-times-ph .row:before {
        left: 6%;
        border-left: 45px solid rgba(0,0,0,.35);  
    }
    .what-we-do #experience-the-seattle-times-ph .row:after {
        right: 3%;
        border-left: 15px solid rgba(255,255,255,.2);  
    }
    .what-we-do #experience-the-seattle-times-ph .content:before {
        left: 37%;
        border-left: 35px solid rgba(255,255,255,.25);  
    }
    .what-we-do #experience-the-seattle-times-ph .content {
        min-height: 206px;
    }


    .what-we-do #community-impact h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .what-we-do #community-impact h3 + p {
        font-size: 14px;
        line-height: 22px;
    }
    .what-we-do #community-impact .logo-wrapper {
        gap: 48px 0;
        margin-bottom: 70px;
    }


    

    


}



/* IMPACT JOURNALISM */
.impact-journalism .tabs {
    position: relative;
    height: 500px;
    margin-bottom: 70px;
}
.impact-journalism .tabs-wrap {
    position: absolute;
    left: -20%;
    right: 0;
    width: 140%;
    margin: 0 auto;
}
.impact-journalism .tabs .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 0 !important;
}
.impact-journalism .tabs .nav-tabs .nav-link {
    width: 23%;
    font-family: 'urw-din';
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    color: #919191;
    padding: 0;
    border: 0 !important;
}

.impact-journalism .tabs .nav-tabs .nav-link:hover {
    font-weight: 700;
}
.impact-journalism .tabs .nav-tabs .nav-link.active {
    font-weight: 700;
    color: #BC5C23;
    background-color: transparent;
}
.impact-journalism .tabs .tab-content {
    
}
.impact-journalism .tabs .tab-content .tab-pane {
    height: 100%;
}
.impact-journalism .tabs .tab-content .tab-pane .wrapper {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.impact-journalism .tabs .tab-content .tab-pane .image {
    position: relative;
}
.impact-journalism .tabs .tab-content .tab-pane .image img {
    max-width: 100%;
}
.impact-journalism .tabs .tab-content .tab-pane .overlay {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    margin: 0 auto;
    padding: 0 35px;
    background-color: rgba(26,26,26,.9);
}
.impact-journalism .tabs .tab-content .tab-pane h3 {
    font-family: 'urw-din';
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
}
.impact-journalism .tabs .tab-content .tab-pane p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    color: #fff !important;
}
.impact-journalism #impact-journalism {
    background-color: #fff;
}
.impact-journalism #impact-journalism h2,
.impact-journalism #impact-journalism p {
    color: #191919;
}
.impact-journalism #impact-journalism .content {
    padding-bottom: 20px;
}
.impact-journalism #projects {
    background-color: #191919;
}
.impact-journalism #projects h2,
.impact-journalism #projects p {
    color: #fff;
}
.impact-journalism #projects .tabs .tab-content .tab-pane a {
    color: #7CB9DE;
}
.impact-journalism #projects .tabs .tab-content .tab-pane a:hover {
    color: #bbdaed;
}
.impact-journalism #get-involved {
    position: relative;
    background-color: #fff;
}
.impact-journalism #get-involved .row:before {
    position: absolute;
    top: 0;
    left: 4%;
    content: "";
    height: 100%;
    border-left: 80px solid rgba(0,0,0,.04);          
}
.impact-journalism #get-involved h2,
.impact-journalism #get-involved p {
    color: #191919;
}
.impact-journalism #get-involved .content {
    padding-bottom: 20px;
}
.impact-journalism #see-impact-journalism-at-work {
    background-color: #191919;
}
.impact-journalism #see-impact-journalism-at-work h2,
.impact-journalism #see-impact-journalism-at-work p {
    color: #fff;
}
.impact-journalism #see-impact-journalism-at-work h2 {
    margin: 0 0 30px;
}
.impact-journalism #see-impact-journalism-at-work .content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 770px;
}
.impact-journalism #see-impact-journalism-at-work .jw-play {
    display: block;
    width: 180px;
    height: 50px;
    background-color: rgba(0,0,0,0) !important;
    border: 3px solid rgba(255,255,255,0.8) !important;
    border-radius: 0 !important;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.impact-journalism #thank-you {
    position: relative;
    background-color: #fff;
}
.impact-journalism #thank-you .row:before {
    position: absolute;
    top: 0;
    left: 1%;
    content: "";
    height: 100%;
    border-left: 15px solid rgba(0,0,0,.1);          
}
.impact-journalism #thank-you .row:after {
    position: absolute;
    top: 0;
    right: 1%;
    content: "";
    height: 100%;
    border-left: 10px solid rgba(0,0,0,.1);          
}
.impact-journalism #thank-you h2,
.impact-journalism #thank-you p {
    color: #191919;
}
.impact-journalism #thank-you .content:before {
    position: absolute;
    top: 0;
    left: -5%;
    content: "";
    height: 100%;
    border-left: 77px solid rgba(0,0,0,.08);          
}
.impact-journalism #thank-you .content:after {
    position: absolute;
    top: 0;
    right: -8%;
    content: "";
    height: 100%;
    border-left: 118px solid rgba(255,255,255,.45);          
}
.impact-journalism #thank-you .content {
    min-height: 400px;
}
.impact-journalism #disclaimer {
    background-color: #191919;
}
.impact-journalism #disclaimer h2,
.impact-journalism #disclaimer p {
    color: #fff;
}
.impact-journalism #disclaimer p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 57px;
    margin-bottom: 63px;
}
.impact-journalism #disclaimer a {
    color: #7CB9DE;
}
.impact-journalism #disclaimer a:hover {
    color: #bbdaed;
}
.impact-journalism #disclaimer .content {
    width: 89%;
}
.impact-journalism #footer-cta h3 a {
    color: #191919;
}
.impact-journalism .modal-content {
    background-color: transparent;
    border: 0;
}
.impact-journalism .modal-content .modal-header {
    display: flex;
    justify-content: flex-end;
    border-bottom: 0;
}
.impact-journalism .modal-content .modal-header .close {
    color: #fff;
}
.impact-journalism .modal-body img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .impact-journalism .modal-dialog {
        max-width: 1130px;
    }
}
@media (max-width: 992px) {
    .impact-journalism .tabs-wrap {
        position: relative;
        left: -12.5%;
        width: 125%;
    }
}
@media (max-width: 768px) {

    .impact-journalism .tabs-wrap {
        left: 0;
        width: 100%;
    }
    .impact-journalism .tabs .nav-tabs .nav-link {
        padding: 0 0px;
    }
    .impact-journalism .tabs .tab-content .tab-pane .image img {
        position: relative;
        left: 55%;
        height: 400px;
        transform: translateX(-55%);
        object-fit: cover;
    }
    .impact-journalism .tabs .tab-content .tab-pane h3 {
        font-size: 22px;
        line-height: 28px;
        margin: 0;
    }
    .impact-journalism #get-involved .row:before {
        left: 4%;
        border-left: 80px solid rgba(0,0,0,.04);          
    }
    .impact-journalism #see-impact-journalism-at-work .content {
        min-height: 432px;
    }
    .impact-journalism #thank-you .row:before {
        left: 1%;
        border-left: 15px solid rgba(0,0,0,.1);          
    }
    .impact-journalism #thank-you .row:after {
        right: 9%;
        border-left: 118px solid rgba(255,255,255,.45);      
    }
    .impact-journalism #thank-you .content:before {
        left: 13%;
        border-left: 77px solid rgba(0,0,0,.08);          
    }
    .impact-journalism #thank-you .content:after {
        right: 1%;
        border-left: 10px solid rgba(0,0,0,.1); 
    }
    .impact-journalism #thank-you .content {
        z-index: 1;
    }

}
@media (max-width: 767px) {
    .impact-journalism #projects .tabs {
        height: unset;
        margin-bottom: 0;
    }
    .impact-journalism #projects .tabs-wrap {
        position: relative;
        left: -1.5em;
        width: calc(100% + 3em);
    }
    .impact-journalism #projects .nav-accordion .panel-default {
        padding: 0;
        border-top: 1px solid #707070;
        background-repeat: no-repeat;
        background-size: 175%;
        background-position: center top;
    }
    .impact-journalism #projects .nav-accordion .panel-overlay {
        background: transparent;
    }
    .impact-journalism #projects .nav-accordion .panel-heading {
        text-transform: uppercase;
        text-align: left;
        padding: 30px 20px;
    }
    .impact-journalism #projects .nav-accordion .panel-heading .panel-title {
        font-family: 'urw-din';
        font-size: 16px;
        line-height: 20px;
		font-weight: 700;
        text-align: left;
        color: #fff;
        margin: 0;
    }
    .impact-journalism #projects .nav-accordion .panel-heading a.collapsed {
        font-weight: 400;
    }
    .impact-journalism #projects .nav-accordion .panel-heading a:not(.collapsed) {
        font-weight: 700;
        color: #BC5C23;
    }
    .impact-journalism #projects .nav-accordion .panel-heading a {
        position: relative;
        display: block;
        color: #919191;
    }
    .impact-journalism #projects .nav-accordion .panel-heading a:hover {
        text-decoration: none;
    }
    .impact-journalism #projects .nav-accordion .panel-heading a:after {
        position: absolute;
        display: inline-block;
        content: "\f067";
        top: 5px;
        right: 0;
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
        color: #919191;
        transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
    }
    .impact-journalism #projects .nav-accordion .panel-heading a[aria-expanded="true"]:after {
        content: "\f068";
    }
    .impact-journalism #projects .nav-accordion .collapse:not(.show) {
        display: block;
        overflow: hidden;
        height: 0;
    }
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body {
        position: relative;
    }
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body .image {
        position: relative;
    }
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body .image img {
        max-width: 100%;
    }
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body .overlay {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 73.3333%;
        height: 100%;
        margin: 0 auto;
        padding: 0 24px;
        background-color: rgba(26,26,26,.9);
    }
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body img {
        max-width: 100%;
    }
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body h4 {
        font-family: 'urw-din';
        font-size: 20px;
        line-height: 26px;
        text-transform: uppercase;
        text-align: center;
    }
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body,
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body p {
		font-family: 'Open Sans';
        font-size: 14px;
        line-height: 22px;
		font-weight: 400;
        text-align: center;
        color: #fff;
        margin-bottom: 0;
    }
    .impact-journalism #projects .nav-accordion .panel-collapse .panel-body a {
        color: #7CB9DE;
    }
    .impact-journalism #see-impact-journalism-at-work .content {
        min-height: 432px;
    }
}
@media (max-width: 576px) {
    .impact-journalism #get-involved .row:before {
        left: 4%;
        border-left: 53px solid rgba(0,0,0,.04);          
    }
    .impact-journalism #see-impact-journalism-at-work .content {
        min-height: 211px;
    }
    .impact-journalism #thank-you .row:before {
        left: 1%;
        border-left: 15px solid rgba(0,0,0,.1);          
    }
    .impact-journalism #thank-you .row:after {
        left: 7%;
        border-left: 38px solid rgba(0,0,0,.08);          
    }
    .impact-journalism #thank-you .content:before {
        display: none;     
    }
    .impact-journalism #thank-you .content:after {
        display: none;        
    }
    .impact-journalism #thank-you .content {
        min-height: 350px;
    }
    .impact-journalism #disclaimer p {
        font-size: 12px;
        line-height: 16px;
    }
}




/* OUR JOURNALISM */
.our-journalism .tabs {
    position: relative;
    height: 500px;
}
.our-journalism .tabs .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    margin-bottom: 20px;
    border-bottom: 0 !important;
}
.our-journalism .tabs .nav-tabs .nav-link {
    font-family: 'urw-din';
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    color: #919191;
    padding: 0;
    border: 0 !important;
}
.our-journalism .tabs .nav-tabs .nav-link:hover {
    font-weight: 700;
}
.our-journalism .tabs .nav-tabs .nav-link.active {
    font-weight: 700;
    color: #BC5C23;
    background-color: transparent;
}
.our-journalism .tabs .tab-content {
    position: absolute;
    left: -20%;
    right: 0;
    width: 140%;
    margin: 0 auto;
}
.our-journalism .tabs .tab-content .tab-pane {
    height: 100%;
}
.our-journalism .tabs .tab-content .tab-pane .wrapper {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our-journalism .tabs .tab-content .tab-pane .image {
    position: relative;
}
.our-journalism .tabs .tab-content .tab-pane .image img {
    max-width: 100%;
}
.our-journalism .tabs .tab-content .tab-pane .overlay {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 47%;
    height: 100%;
    margin: 0 auto;
    padding: 0 35px;
    background-color: rgba(26,26,26,.9);
}
.our-journalism .tabs .tab-content .tab-pane h3 {
    font-family: 'urw-din';
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 10px;
}
.our-journalism .tabs .tab-content .tab-pane p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}
.our-journalism .tabs .tab-content .tab-pane a {
    color: #7CB9DE;
}
.our-journalism .tabs .tab-content .tab-pane a:hover {
    color: #bbdaed;
}
.our-journalism #our-journalism {
    background-color: #fff;
}
.our-journalism #our-journalism h2,
.our-journalism #our-journalism p {
    color: #191919;
}
.our-journalism #our-journalism .content {
    padding-bottom: 20px;
}
.our-journalism #investigate {
    background-color: #191919;
}
.our-journalism #investigate h2,
.our-journalism #investigate p {
    color: #fff;
}
.our-journalism #investigate .tab-content .tab-pane:before {
    position: absolute;
    top: 0;
    left: 1%;
    content: "";
    height: 100%;
    border-left: 50px solid rgba(255,255,255,.25);    
    z-index: 1;      
}
.our-journalism #investigate .tab-content .tab-pane:after {
    position: absolute;
    top: 0;
    right: 13%;
    content: "";
    height: 100%;
    border-left: 50px solid rgba(0,0,0,.25);          
}
.our-journalism #investigate .tab-content .tab-pane .wrapper:after {
    position: absolute;
    top: 0;
    right: 9%;
    content: "";
    height: 100%;
    border-left: 20px solid rgba(0,0,0,.25);  
}
.our-journalism #inform-and-inspire {
    background-color: #fff;
}
.our-journalism #inform-and-inspire h2,
.our-journalism #inform-and-inspire p {
    color: #191919;
}
.our-journalism #inform-and-inspire .tab-content .tab-pane:before {
    position: absolute;
    top: 0;
    left: 15%;
    content: "";
    height: 100%;
    border-left: 75px solid rgba(0,0,0,.25);    
    z-index: 1;      
}
.our-journalism #inform-and-inspire .tab-content .tab-pane:after {
    position: absolute;
    top: 0;
    right: 10%;
    content: "";
    height: 100%;
    border-left: 25px solid rgba(255,255,255,.25);          
}
.our-journalism #inform-and-inspire .tab-content .tab-pane .wrapper:after {
    position: absolute;
    top: 0;
    right: 3%;
    content: "";
    height: 100%;
    border-left: 75px solid rgba(255,255,255,.25);  
}
.our-journalism #inform-and-inspire .tabs .tab-content .tab-pane h2,
.our-journalism #inform-and-inspire .tabs .tab-content .tab-pane p {
    color: #fff;
}
.our-journalism #inform-and-inspire .tabs .tab-content .tab-pane p {
    margin-bottom: 0;
}
.our-journalism #innovate {
    background-color: #191919;
}
.our-journalism #innovate h2,
.our-journalism #innovate p {
    color: #fff;
}
.our-journalism #innovate .tab-content .tab-pane:before {
    position: absolute;
    top: 0;
    left: 2%;
    content: "";
    height: 100%;
    border-left: 50px solid rgba(0,0,0,.25);    
    z-index: 1;      
}
.our-journalism #innovate .tab-content .tab-pane:after {
    position: absolute;
    top: 0;
    right: 15%;
    content: "";
    height: 100%;
    border-left: 50px solid rgba(0,0,0,.25);          
}
.our-journalism #innovate .tab-content .tab-pane .wrapper:after {
    position: absolute;
    top: 0;
    right: 11%;
    content: "";
    height: 100%;
    border-left: 20px solid rgba(0,0,0,.25);  
}
.our-journalism #meet-the-newsroom {
    background-color: #fff;
}
.our-journalism #meet-the-newsroom h2,
.our-journalism #meet-the-newsroom p {
    color: #191919;
}
.our-journalism #meet-the-newsroom .content {

}
.our-journalism #meet-the-newsroom .newspeople {
    position: relative;
    margin-bottom: 15px;
}
.our-journalism #meet-the-newsroom .newspeople-container {
    position: absolute;
    left: -50%;
    right: 0;
    width: 200%;
    height: 100%;
    margin: 0 auto;
}
.our-journalism #meet-the-newsroom .newspeople-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
.our-journalism #meet-the-newsroom .newspeople {
    height: unset;
}
.our-journalism #meet-the-newsroom .newspeople .newsperson {
    position: relative;
    width: 25%;
    height: 100%;
    cursor: pointer;
}
.our-journalism #meet-the-newsroom .newspeople .newsperson .overlay {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.33);
    transform: translateY(-15%);
    z-index: 1;
}
.our-journalism #meet-the-newsroom .newspeople .newsperson img {
    max-width: 100%;
}
.our-journalism #meet-the-newsroom .newspeople .newsperson .image {

}
.our-journalism #meet-the-newsroom .newspeople .newsperson .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
    z-index: 1;
}
.our-journalism #meet-the-newsroom .newspeople .newsperson:hover .hover {
    display: block;
}
.our-journalism #meet-the-newsroom .newspeople .newsperson span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 0 20px 29px 20px;
    margin: 0 auto;
    z-index: 2;
}
.our-journalism #news-policies {
    background-color: #191919;
}
.our-journalism #news-policies h2,
.our-journalism #news-policies p {
    color: #fff;
}
.our-journalism #news-policies .content {
    padding-bottom: 20px;
}
.our-journalism #news-policies a {
    display: block;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    color: #7CB9DE;
}
.our-journalism #news-policies a:hover {
    color: #bbdaed;
}
.our-journalism #footer-cta h3 a {
    color: #191919;
}
@media (max-width: 1444px) {
    .our-journalism #meet-the-newsroom .newspeople-container {
        left: -25%;
        width: 150%;
    }
}
@media (max-width: 992px) {
    .our-journalism .tabs .nav-tabs {
        margin-bottom: 30px;
    }
    .our-journalism .tabs .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
    .our-journalism .tabs .tab-content {
        left: 0;
        width: 100%;
    }
    .our-journalism .tabs .tab-content .tab-pane .image img {
        min-height: 400px;
        width: auto;
        object-fit: cover;
    }
    .our-journalism .tabs .tab-content .tab-pane .overlay {
        width: 65.25%;
    }
    .our-journalism .tabs .tab-content .tab-pane h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .our-journalism .tabs .tab-content .tab-pane p {
        font-size: 16px;
        line-height: 24px;
    }
    .our-journalism #meet-the-newsroom .newspeople-container {
        left: 0;
        width: 100%;
    }
    .our-journalism #meet-the-newsroom .newspeople .newsperson span {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 768px) {
    .our-journalism .tabs .nav-tabs {
        margin-bottom: 30px;
    }
    .our-journalism .tabs .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
    .our-journalism .tabs .tab-content {
        left: 0;
        width: 100%;
    }
    .our-journalism .tabs .tab-content .tab-pane .image img {
        min-height: 400px;
        width: auto;
        object-fit: cover;
    }
    .our-journalism .tabs .tab-content .tab-pane .overlay {
        width: 65.25%;
    }
    .our-journalism .tabs .tab-content .tab-pane h3 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 auto 10px;
    }
    .our-journalism .tabs .tab-content .tab-pane p {
        font-size: 16px;
        line-height: 24px;
    }
    .our-journalism #investigate .tab-content .tab-pane:before {
        left: 1%;
        border-left: 50px solid rgba(255,255,255,.25);        
    }
    .our-journalism #investigate .tab-content .tab-pane:after {
        right: 9%;
        border-left: 50px solid rgba(0,0,0,.25);          
    }
    .our-journalism #investigate .tab-content .tab-pane .wrapper:after {
        right: 4%;
        border-left: 20px solid rgba(0,0,0,.25);  
    }
    .our-journalism #inform-and-inspire .tab-content .tab-pane:before {
        left: 5%;
        border-left: 75px solid rgba(0,0,0,.25);      
    }
    .our-journalism #inform-and-inspire .tab-content .tab-pane:after {
        right: 10%;
        border-left: 25px solid rgba(255,255,255,.25);          
    }
    .our-journalism #inform-and-inspire .tab-content .tab-pane .wrapper:after {
        right: 3%;
        border-left: 25px solid rgba(255,255,255,.25);  
    }
    .our-journalism #innovate .tab-content .tab-pane:before {
        left: 2%;
        border-left: 50px solid rgba(0,0,0,.25);       
    }
    .our-journalism #innovate .tab-content .tab-pane:after {
        right: 9%;
        border-left: 50px solid rgba(0,0,0,.25);          
    }
    .our-journalism #innovate .tab-content .tab-pane .wrapper:after {
        right: 4%;
        border-left: 20px solid rgba(0,0,0,.25);  
    }
    .our-journalism #news-policies a {
        font-size: 18px;
        line-height: 28px;
    }
    .our-journalism #meet-the-newsroom .newspeople-container {
        left: 0;
        width: 100%;
    }
    .our-journalism #meet-the-newsroom .newspeople .newsperson span {
        font-size: 18px;
        line-height: 28px;
        padding: 0 10px 10px 10px;
    }
}
@media (max-width: 767px) {
    .our-journalism .tabs {
        height: unset;
    }
    .our-journalism .tabs-wrap {
        position: relative;
        left: -1.5em;
        width: calc(100% + 3em);
    }

    .our-journalism #investigate .nav-accordion .panel-collapse .panel-body:before {
        position: absolute;
        top: 0;
        left: 1%;
        content: "";
        height: 100%;
        border-left: 50px solid rgba(255,255,255,.25);    
        z-index: 1;      
    }
    .our-journalism #investigate .nav-accordion .panel-collapse .panel-body:after {
        position: absolute;
        top: 0;
        right: 9%;
        content: "";
        height: 100%;
        border-left: 50px solid rgba(0,0,0,.25);          
    }
    .our-journalism #investigate .nav-accordion .panel-collapse .panel-body .image:after {
        position: absolute;
        top: 0;
        right: 4%;
        content: "";
        height: 100%;
        border-left: 20px solid rgba(0,0,0,.25);  
    }
    .our-journalism #inform-and-inspire .nav-accordion .panel-collapse .panel-body:before {
        position: absolute;
        top: 0;
        left: 5%;
        content: "";
        height: 100%;
        border-left: 75px solid rgba(0,0,0,.25);    
        z-index: 1;      
    }
    .our-journalism #inform-and-inspire .nav-accordion .panel-collapse .panel-body:after {
        position: absolute;
        top: 0;
        right: 10%;
        content: "";
        height: 100%;
        border-left: 25px solid rgba(255,255,255,.25);          
    }
    .our-journalism #inform-and-inspire .nav-accordion .panel-collapse .panel-body .image:after {
        position: absolute;
        top: 0;
        right: 3%;
        content: "";
        height: 100%;
        border-left: 75px solid rgba(255,255,255,.25);  
    }
    .our-journalism #innovate .nav-accordion .panel-collapse .panel-body:before {
        position: absolute;
        top: 0;
        left: 2%;
        content: "";
        height: 100%;
        border-left: 50px solid rgba(0,0,0,.25);    
        z-index: 1;      
    }
    .our-journalism #innovate .nav-accordion .panel-collapse .panel-body:after {
        position: absolute;
        top: 0;
        right: 9%;
        content: "";
        height: 100%;
        border-left: 50px solid rgba(0,0,0,.25);          
    }
    .our-journalism #innovate .nav-accordion .panel-collapse .panel-body .image:after {
        position: absolute;
        top: 0;
        right: 4%;
        content: "";
        height: 100%;
        border-left: 20px solid rgba(0,0,0,.25);  
    }

    .our-journalism .nav-accordion .panel-default {
        padding: 0;
        border-top: 1px solid #707070;
        background-repeat: no-repeat;
        background-size: 175%;
        background-position: center top;
    }
    .our-journalism .nav-accordion .panel-overlay {
        background: transparent;
    }
    .our-journalism .nav-accordion .panel-heading {
        text-transform: uppercase;
        text-align: left;
        padding: 30px 20px;
    }
    .our-journalism .nav-accordion .panel-heading .panel-title {
        font-family: 'urw-din';
        font-size: 16px;
        line-height: 20px;
		font-weight: 700;
        text-align: left;
        color: #fff;
        margin: 0;
    }
    .our-journalism .nav-accordion .panel-heading a {
        position: relative;
        display: block;
    }
    .our-journalism .nav-accordion .panel-heading .panel-title a.collapsed {
        font-weight: 400;
        color: #919191;
    }
    .our-journalism .nav-accordion .panel-heading .panel-title a:not(.collapsed) {
        font-weight: 700;
        color: #BC5C23;
    }
    .our-journalism .nav-accordion .panel-heading a:after {
        position: absolute;
        display: inline-block;
        content: "\f067";
        top: 0px;
        right: 0px;
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
        color: #585653;
        transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
    }
    .our-journalism .nav-accordion .panel-heading a[aria-expanded="true"]:after {
        content: "\f068";
    }
    .our-journalism .nav-accordion .collapse:not(.show) {
        display: block;
        height: 0;
        overflow: hidden;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body {
        position: relative;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body .overlay {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 73.3333%;
        height: 100%;
        margin: 0 auto;
        padding: 0 35px;
        background-color: rgba(26,26,26,.9);
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body .image {
        position: relative;
        width: 150%;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body .image img {
        max-width: 100%;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body img {
        max-width: 100%;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body h3 {
        font-family: 'urd-din';
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body,
    .our-journalism .nav-accordion .panel-collapse .panel-body p {
		font-family: 'Open Sans';
        font-size: 14px;
        line-height: 22px;
		font-weight: 400;
        text-align: left;
        color: #fff;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body a {
        color: #7CB9DE;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body img {
        max-width: 100%;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body h4 {
        font-family: 'urw-din';
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body,
    .our-journalism .nav-accordion .panel-collapse .panel-body p {
		font-family: 'Open Sans';
        font-size: 14px;
        line-height: 20px;
		font-weight: 400;
        text-align: center;
        color: #fff !important;
        margin-bottom: 0;
    }


    .our-journalism #meet-the-newsroom .newspeople-container {
        position: relative;
        left: 0;
        width: 100%;
    }
    .our-journalism #meet-the-newsroom .newspeople-wrap {
        flex-direction: column;
    }
    .our-journalism #meet-the-newsroom .newspeople .newsperson {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    .our-journalism #meet-the-newsroom .newspeople .newsperson img {
        position: relative;
        top: 20%;
        min-width: 100%;
        transform: translateY(-20%);
    }
    .our-journalism #news-policies a {
        font-size: 18px;
        line-height: 28px;

    }
}
@media (max-width: 576px) {
    .our-journalism .nav-accordion .panel-collapse {
        
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body {
        height: 376px;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body .overlay {
        padding: 0 10px;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body .image {
        width: unset;
        height: 100%;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body .image img {
        height: 100%;
        object-fit: cover;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .our-journalism .nav-accordion .panel-collapse .panel-body p {
        font-size: 14px;
        line-height: 22px;
    }
    .our-journalism #investigate .nav-accordion .panel-collapse .panel-body:before {
        left: 0%;
        border-left: 18px solid rgba(255,255,255,.25);        
    }
    .our-journalism #investigate .nav-accordion .panel-collapse .panel-body:after {
        right: 2%;
        border-left: 20px solid rgba(0,0,0,.25);          
    }
    .our-journalism #investigate .nav-accordion .panel-collapse .panel-body .image:after {
        display: none; 
    }
    .our-journalism #inform-and-inspire .nav-accordion .panel-collapse .panel-body:before {
        left: 0%;
        border-left: 30px solid rgba(0,0,0,.25);      
    }
    .our-journalism #inform-and-inspire .nav-accordion .panel-collapse .panel-body:after {
        right: 2%;
        border-left: 20px solid rgba(0,0,0,.25);          
    }
    .our-journalism #inform-and-inspire .nav-accordion .panel-collapse .panel-body .image:after {
        display: none;
    }
    .our-journalism #innovate .nav-accordion .panel-collapse .panel-body:before {
        left: 2%;
        border-left: 30px solid rgba(0,0,0,.25);       
    }
    .our-journalism #innovate .nav-accordion .panel-collapse .panel-body:after {
        display: none;        
    }
    .our-journalism #innovate .nav-accordion .panel-collapse .panel-body .image:after {
        display: none;  
    }
    .our-journalism #meet-the-newsroom .newspeople .newsperson span {
        font-size: 16px;
        line-height: 22px;
        padding: 0 12px 15px 12px;
    }
    .our-journalism #news-policies a {
        font-size: 14px;
        line-height: 22px;
    }
}




/* NEWS POLICIES */
.news-policies #page-header {
    background-color: #5C361C;
}
.news-policies .content {
    width: 55%;
    padding-bottom: 70px;
}
.news-policies .tabs-wrap {
    margin-bottom: 50px;
}
.news-policies nav {
    position: relative;
    height: 35px;
    margin-bottom: 50px;
}
.news-policies .nav-tabs {
    position: absolute;
    left: -12.5%;
    right: 0;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    justify-content: center;
    width: 125%;
    padding: 0;
    margin: 0 auto;
}
.news-policies .nav-tabs .nav-item {   
    display: flex;
    flex: -1 1 40%;
    max-width: 40%;
    padding: 0;
}
.news-policies .nav-tabs .nav-link {
    width: 100%;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #777777;
    border-color: #BABABA #BABABA #BABABA;
    padding: 5px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-policies .nav-tabs .nav-link.active {
    border-color: #BABABA #BABABA #BABABA !important;
    color: #191919;
}
.news-policies .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #BABABA #BABABA #BABABA !important;
}
.news-policies .nav-tabs .nav-link.active:hover {
    border-color: #BABABA #BABABA #BABABA !important;
}
.news-policies .tab-content .tab-pane h3 {
    font-family: 'Open Sans';
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #191919;
    margin-bottom: 30px;
}
.news-policies .tab-content .tab-pane p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #191919;
    margin-bottom: 20px;
}
.news-policies .tab-content .tab-pane strong {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.news-policies .tab-content .tab-pane span {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #191919;
}
.news-policies .tab-content .tab-pane li {
    margin-bottom: 5px;
}

.news-policies hr {
    background-color: #191919;
    opacity: .3;
    margin: 20px 0;
}
.news-policies .tab-nav {
    position: relative;
    bottom: 0;
    right: 0;
    left: -10%;
    width: 120%;
    margin: 19px auto 70px;
    padding: 0;
}
.news-policies .tab-nav .previous {
    float: left;
}
.news-policie .tab-nav .previous i {
    margin-left: 5px;
}
.news-policies .tab-nav .next {
    float: right;
}
.news-policie .tab-nav .next i {
    margin-left: 5px;
}
.news-policies .tab-nav a {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    color: #8E8E8E;
}

.news-policies #footer-cta {
    background-color: #191919;
}
.news-policies #footer-cta h3 a {
    color: #fff;
}
@media (max-width: 768px) {
    .news-policies .tabs-wrap {
        margin-bottom: 40px;
    }
    .news-policies .nav-tabs {
        position: relative;
        left: 0;
        width: calc(100% - 3em);
        padding: 0 1.5em;
    }
    .news-policies .tab-nav {
        left: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {

    .news-policies .tabs nav .nav-tabs.selectified {
        opacity: 0;
        height: 0;
    }
    .news-policies .tabs nav select {
        position: relative;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .news-policies .tabs nav select option {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width: 576px) {
    .news-policies .tab-nav {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .news-policies .tab-nav a {
        font-size: 16px;
        line-height: 24px;
    }

}


/* BUSINESS SOLUTIONS */
.business-solutions #business-solutions {
    background-color: #fff;
}
.business-solutions #business-solutions h2,
.business-solutions #business-solutions p {
    color: #191919;
}
.business-solutions #business-solutions .content {
    padding-bottom: 20px;
}
.business-solutions #advertise-with-us {
    position: relative;
}
.business-solutions #advertise-with-us .row:before {
    position: absolute;
    top: 0;
    right: 16%;
    content: "";
    height: 100%;
    border-left: 127px solid rgba(0,0,0,.15);
}
.business-solutions #advertise-with-us .row:after {
    position: absolute;
    top: 0;
    right: 9%;
    content: "";
    height: 100%;
    border-left: 70px solid rgba(255,255,255,.2);   
}
.business-solutions #advertise-with-us h2,
.business-solutions #advertise-with-us p {
    color: #fff;
}
.business-solutions #advertise-with-us h2 {
    font-size: 30px;
    line-height: 36px;
}
.business-solutions #advertise-with-us p {
    line-height: 32px;
    margin-bottom: 47px;
}
.business-solutions #advertise-with-us a {
    color: #7CB9DE;
}
.business-solutions #advertise-with-us a:hover {
    color: #bbdaed;
}
.business-solutions #advertise-with-us img {
    display: block;
    max-width: 100%;
    max-height: 76px;
    margin: 30px auto 47px;
}
.business-solutions #advertise-with-us .content {
    width: 29.5%;
    background-color: rgba(26,26,26,.9);
}
.business-solutions #create-with-us {
    position: relative;
}
.business-solutions #create-with-us .row:before {
    position: absolute;
    top: 0;
    left: 6%;
    content: "";
    height: 100%;
    border-left: 90px solid rgba(0,0,0,.35);   
}
.business-solutions #create-with-us .row:after {
    position: absolute;
    top: 0;
    right: 0%;
    content: "";
    height: 100%;
    border-left: 40px solid rgba(255,255,255,.1);   
}
.business-solutions #create-with-us h2,
.business-solutions #create-with-us p {
    color: #191919;
}
.business-solutions #create-with-us h2 {
    font-size: 30px;
    line-height: 36px;
}
.business-solutions #create-with-us p {
    line-height: 32px;
    margin-bottom: 47px;
}
.business-solutions #create-with-us img {
    display: block;
    max-width: 100%;
    max-height: 46px;
    margin: 30px auto 47px;
}
.business-solutions #create-with-us .content {
    width: 29.5%;
    background-color: rgba(255,255,255,.9);
}
.business-solutions #events-and-promotions {
    position: relative;
}
.business-solutions #events-and-promotions .row:before {
    position: absolute;
    top: 0;
    left: 20%;
    content: "";
    height: 100%;
    border-left: 100px solid rgba(0,0,0,.15);    
}
.business-solutions #events-and-promotions .row:after {

}
.business-solutions #events-and-promotions h2,
.business-solutions #events-and-promotions p {
    color: #fff;
}
.business-solutions #events-and-promotions h2 {
    font-size: 30px;
    line-height: 36px;
}
.business-solutions #events-and-promotions p {
    line-height: 32px;
    margin-bottom: 47px;
}
.business-solutions #events-and-promotions a {
    color: #7CB9DE;
}
.business-solutions #events-and-promotions a:hover {
    color: #bbdaed;
}
.business-solutions #events-and-promotions .content {
    width: 29.5%;
    background-color: rgba(26,26,26,.9);
}
.business-solutions #shop-the-st-store {

}
.business-solutions #shop-the-st-store h2,
.business-solutions #shop-the-st-store p {

}
.business-solutions #shop-the-st-store p {
    margin-bottom: 40px;
}
.business-solutions #st-store-wallpaper {
    min-height: 400px;
}
.business-solutions #permissions-and-licensing {
    background-color: #191919;
}
.business-solutions #permissions-and-licensing h2,
.business-solutions #permissions-and-licensing p {
    color: #fff;
}
.business-solutions #permissions-and-licensing p {
    margin-bottom: 40px;
}
.business-solutions #permissions-and-licensing a {
    color: #7CB9DE;
}
.business-solutions #permissions-and-licensing a:hover {
    color: #bbdaed;
}
.business-solutions #permissions-and-licensing .content {
    padding-bottom: 20px;
}
.business-solutions #permissions-and-licensing .links a {
    display: block;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    margin-bottom: 50px;
}
.business-solutions #footer-cta {
    background-color: #191919;
}
.business-solutions #footer-cta h3 a {
    color: #fff;
}
@media (max-width: 1600px) {

    .business-solutions #advertise-with-us .content,
    .business-solutions #create-with-us .content,
    .business-solutions #events-and-promotions .content {
        width: 33.5%;
    }

}
@media (max-width: 1455px) {

    .business-solutions #advertise-with-us .content,
    .business-solutions #create-with-us .content,
    .business-solutions #events-and-promotions .content {
        width: 37.5%;
    }

}
@media (max-width: 1366px) {

    .business-solutions #advertise-with-us .content,
    .business-solutions #create-with-us .content,
    .business-solutions #events-and-promotions .content {
        width: 42%;
    }

}
@media (max-width: 1200px) {

    .business-solutions #advertise-with-us .content,
    .business-solutions #create-with-us .content,
    .business-solutions #events-and-promotions .content {
        width: 50%;
    }

}
@media (max-width: 1024px) {

    .business-solutions #advertise-with-us .content,
    .business-solutions #create-with-us .content,
    .business-solutions #events-and-promotions .content {
        width: 58%;
    }

}
@media (max-width: 992px) {

    .business-solutions #advertise-with-us .content,
    .business-solutions #create-with-us .content,
    .business-solutions #events-and-promotions .content {
        width: 66%;
    }

}
@media (max-width: 768px) {

    .business-solutions #advertise-with-us .row:before {
        right: 11%;
        border-left: 37px solid rgba(0,0,0,.15);
    }
    .business-solutions #advertise-with-us .row:after {
        right: 9%;
        border-left: 70px solid rgba(255,255,255,.2);   
    }
    .business-solutions #create-with-us .row:before {
        left: 2%;
        border-left: 90px solid rgba(0,0,0,.35);   
    }
    .business-solutions #create-with-us .row:after {
        right: 5%;
        border-left: 40px solid rgba(255,255,255,.1);   
    }
    .business-solutions #events-and-promotions .row:before {
        left: 2%;
        border-left: 100px solid rgba(0,0,0,.15);    
    }
    .business-solutions #events-and-promotions .row:after {
    
    }
    .business-solutions #advertise-with-us .content,
    .business-solutions #create-with-us .content,
    .business-solutions #events-and-promotions .content {
        width: 67%;
    }
    .business-solutions #permissions-and-licensing .links a {
        font-size: 18px;
        line-height: 28px;
    }

}
@media (max-width: 576px) {

    .business-solutions #advertise-with-us .row:before {
        display: none;
    }
    .business-solutions #advertise-with-us .row:after {
        right: 0%;
        border-left: 18px solid rgba(0,0,0,.15);   
    }
    .business-solutions #create-with-us .row:before {
        left: 0%;
        border-left: 20px solid rgba(0,0,0,.35);   
    }
    .business-solutions #create-with-us .row:after {
        display: none;
    }
    .business-solutions #events-and-promotions .row:before {
        display: none;   
    }
    .business-solutions #events-and-promotions .row:after {
    
    }
    .business-solutions #advertise-with-us h2,
    .business-solutions #create-with-us h2,
    .business-solutions #events-and-promotions h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .business-solutions #advertise-with-us p,
    .business-solutions #create-with-us p,
    .business-solutions #events-and-promotions p {
        font-size: 14px;
        line-height: 24px;
    }
    .business-solutions #advertise-with-us .content,
    .business-solutions #create-with-us .content,
    .business-solutions #events-and-promotions .content {
        width: 82%;
    }

    .business-solutions #permissions-and-licensing .links a {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }

}


/* COMPANY STORE */
.store {

}
.store #featured-products .content {
    border-bottom: 1px solid #bababa;
}
.store #featured-products .products {
    position: relative;
}
.store #featured-products .products .products-container {
    position: absolute;
    left: -20%;
    right: 0;
    width: 140%;
    height: 100%;
    margin: 0 auto;
}
.store #featured-products .products .products-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}
.store #featured-products .products .product {
    width: 25%;
    margin-bottom: 50px;
}
.store #featured-products .products .product .inner-product {   
    padding: 10px;
}
.store #featured-products .products .product .inner-product * {
    cursor: pointer;
}
.store #featured-products .products .product img {
    max-width: 100%;
    margin-bottom: 30px;
}
.store #featured-products .products .product .title {
    display: block;
    font-family: 'urw-din';
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-decoration: uppercase;
    text-align: center;
    color: #191919;
    margin-bottom: 10px;
}
.store #featured-products .products .product .inner-product:hover .title {
    color: #BC5C23;
}
.store #featured-products .products .product .tag {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #191919;
    margin-bottom: 10px;
}
.store #featured-products .products .product .seller {
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #A0A0A0;
    margin-bottom: 0px;
}
.store #customer-support {

}
.store #customer-support h2 {
    margin: 50px auto 30px;
}
.store #customer-support a {
    display: block;
}
.store #footer-cta {
    background-color: #191919;
}
.store #footer-cta h3 a {
    color: #fff;
}
@media (max-width: 768px) {
    .store #featured-products .products .products-container {
        position: relative;
        left: 0;
        width: 100%;
    }
    .store #featured-products .products .products-wrap {
        height: unset;
    }
    .store #featured-products .products .product {
        width: 33.3333%;
    }
    .store #featured-products .products .product img {
        margin-bottom: 20px;
    }
    .store #featured-products .products .product .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .store #featured-products .products .product .tag {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .store #featured-products .products .product .seller {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 576px) {

    .store #featured-products .products .product {
        width: 50%;
        margin-bottom: 30px;
    }
    .store #featured-products .products .product img {
        margin-bottom: 15px;
    }
    .store #featured-products .products .product .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .store #featured-products .products .product .tag {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .store #featured-products .products .product .seller {
        font-size: 10px;
        line-height: 16px;
    }
    .store #customer-support h2 {
        margin: 30px auto 30px;
    }
}



/* CAREERS */
.careers #page-header #open-positions {
    width: 300px;
    height: 50px;
    color: #fff;
    background-color: rgba(35,31,32,0.4);
    border: 1px solid #fff;
    margin: 32px auto 0;
    padding: 0;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.careers #page-header #open-positions:hover {
    background-color: rgba(35,31,32,0.7);
}
.careers #careers-at-the-seattle-times {
    background-color: #fff;
}
.careers #careers-at-the-seattle-times h2,
.careers #careers-at-the-seattle-times p {
    color: #191919;
}
.careers #careers-at-the-seattle-times .carousel-wrapper {
    position: relative;
}
.careers #careers-at-the-seattle-times .owl-carousel {
    position: absolute;
    left: -20%;
    right: 0;
    width: 140%;
    margin: 0 auto;
}
.careers #careers-at-the-seattle-times .owl-carousel .owl-item {

}
.careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 242px;
    padding: 20px;
    background: rgba(63,117,151, .9);
}
.careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    margin-bottom: 5px;
}
.careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb p.trunc {
    --max-lines: 3;
    position: relative;
    max-height: calc(26px * var(--max-lines));
    overflow: hidden;
    padding-right: .83rem;
}
.careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb p.trunc::after {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 0;
}
.careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb span {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}
.careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb small {
    display: block;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb a {
    display: block;
    font-family: 'urw-din';
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}
.careers #rewarding-workplace h2,
.careers #rewarding-workplace p {
    color: #fff;
}
.careers #rewarding-workplace .content {
    padding-bottom: 10px;
}
.careers #rewarding-workplace .benefits {
    position: relative;
}
.careers #rewarding-workplace .benefits-container {
    position: absolute;
    left: -20%;
    right: 0;
    width: 140%;
    margin: 0 auto;
}
.careers #rewarding-workplace .benefits-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px 0;
    width: 100%;
    margin: 0 auto 80px;
}
.careers #rewarding-workplace .benefits .info-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding: 0 20px;
}
.careers #rewarding-workplace .benefits svg {
    display: block;
    margin: 0 auto 20px;
}
.careers #rewarding-workplace .benefits span {
    display: block;
    font-family: 'urw-din';
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}
.careers #commitment-to-diversity {
    position: relative;
}
.careers #commitment-to-diversity .row:before {

}
.careers #commitment-to-diversity .row:after {
    position: absolute;
    top: 0;
    right: 13%;
    content: "";
    height: 100%;
    border-left: 74px solid rgba(0,0,0,.15);   
}
.careers #commitment-to-diversity .content {
    padding-bottom: 20px;
}
.careers #why-we-love-seattle {
    position: relative;
}
.careers #why-we-love-seattle .row:before {
    position: absolute;
    top: 0;
    left: 11%;
    content: "";
    height: 100%;
    border-left: 40px solid rgba(0,0,0,.25);   
}
.careers #why-we-love-seattle .row:after {
    position: absolute;
    top: 0;
    left: 15%;
    content: "";
    height: 100%;
    border-left: 86px solid rgba(255,255,255,.15);   
}
.careers #why-we-love-seattle h2,
.careers #why-we-love-seattle p {
    color: #fff;
}
.careers #why-we-love-seattle .content {
    padding-bottom: 256px;
}
.careers #current-job-openings {
    background-color: #fff;
}
.careers #current-job-openings h2,
.careers #current-job-openings p {
    color: #191919;
}
.careers #current-job-openings h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 80px auto 30px;
    color: #191919;
}
.careers #current-job-openings h4 {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    margin: 50px auto 7px;
    color: #575757;
}
.careers #current-job-openings .content {
    padding-bottom: 20px;
}
.careers #current-job-openings .openings {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid #707070;
}
.careers #current-job-openings .openings li {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 30px;
    border-bottom: 1px solid #BFBFBF;
    cursor: pointer;
}
.careers #current-job-openings .openings li span {
    display: block;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    color: #191919;
}
.careers #current-job-openings .openings li:hover span {
    color: #bc5c23;
}
.careers #current-job-openings .openings li .job-title {

}
.careers #current-job-openings .openings li .apply {

}
.careers #current-job-openings hr + p {
    margin-top: 60px;
}
.careers #footer-cta {
    background-color: #191919;
}
.careers #footer-cta h3 a {
    color: #fff;
}
@media (max-width: 1366px) {
    .careers #why-we-love-seattle .content {
        padding-bottom: 256px;
    }
}
@media (max-width: 1024px) {

    .careers #careers-at-the-seattle-times .owl-carousel {
        position: relative;
        left: 0;
        width: 100%;

    }
    .careers #rewarding-workplace .benefits-container {
        position: relative;
        left: 0;
        width: 100%;
    }


}
@media (max-width: 768px) {

    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb {
        height: 212px;
        padding: 10px 5px 0;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb p {
        font-size: 14px;
        line-height: 20px;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb span {
        font-size: 16px;
        line-height: 24px;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb small {
        font-size: 14px;
        line-height: 20px;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb a {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-nav {
        left: -2.5%;
        width: 105%;
    }
    .careers #rewarding-workplace {
        background-position: -943px center;
    }
    .careers #rewarding-workplace .benefits .info-box {
        width: 33.3333%;
        padding: 0 14px;
    }
    .careers #commitment-to-diversity .row:before {

    }
    .careers #commitment-to-diversity .row:after {
        right: 10%;
        border-left: 74px solid rgba(0,0,0,.15);   
    }
    .careers #why-we-love-seattle .row:before {
        left: 2%;
        border-left: 40px solid rgba(0,0,0,.25);   
    }
    .careers #why-we-love-seattle .row:after {
        left: 10%;
        border-left: 86px solid rgba(255,255,255,.15);   
    }
    .careers #why-we-love-seattle .content {
        padding-bottom: 65px;
    }
    .careers #current-job-openings h3 {
        font-size: 26px;
        line-height: 32px;
        margin: 70px auto 30px;
    }

}
@media (max-width: 576px) {
    .careers #page-header #open-positions {
        width: 210px;
        height: 35px;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb {
        padding: 10px 20px 0;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb p {
        font-size: 14px;
        line-height: 22px;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb span {
        font-size: 14px;
        line-height: 22px;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb small {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .careers #careers-at-the-seattle-times .owl-carousel .owl-item .blurb a {
        font-size: 18px;
        line-height: 18px;
    }
    .careers #rewarding-workplace .benefits .info-box {
        width: 50%;
    }
    .careers #rewarding-workplace .benefits svg {

    }
    .careers #rewarding-workplace .benefits span {
        font-size: 14px;
        line-height: 22px;
    }
    .careers #commitment-to-diversity .row:before {

    }
    .careers #commitment-to-diversity .row:after {
        right: 2%;
        border-left: 35px solid rgba(0,0,0,.15);   
    }
    .careers #why-we-love-seattle .row:before {
        left: 5%;
        border-left: 45px solid rgba(255,255,255,.15);   
    }
    .careers #why-we-love-seattle .row:after {
        display: none; 
    }
    .careers #why-we-love-seattle .content {
        min-height: 945px;
    }

    .careers #current-job-openings .openings li .apply {
        white-space: nowrap;
    }
    .careers #current-job-openings .openings li a {
        font-size: 16px;
        line-height: 24px;
    }
    .careers #current-job-openings h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 70px auto 30px;
    }

}





/* DIVERSITY */
.diversity #creating-a-culture-of-belonging {
    background-color: #fff;
}
.diversity #creating-a-culture-of-belonging h2,
.diversity #creating-a-culture-of-belonging p {
    color: #191919;
}
.diversity #creating-a-culture-of-belonging .content {
    padding-bottom: 20px;
}
.diversity #in-the-newsroom {
    background-color: #191919;
}
.diversity #in-the-newsroom h2,
.diversity #in-the-newsroom p {
    color: #fff;
}
.diversity #in-the-newsroom .content {
    padding-bottom: 20px;
}
.diversity #in-the-newsroom-ph {
    position: relative;
    background-position: center top;
}
.diversity #in-the-newsroom-ph .row:before {
    position: absolute;
    top: 0;
    right: 56%;
    content: "";
    height: 100%;
    border-left: 83px solid rgba(255,255,255,.15);          
}
.diversity #in-the-newsroom-ph .content:before {
    position: absolute;
    top: 0;
    right: 14%;
    content:"";
    height: 100%;;
    border-left: 47px solid rgba(255,255,255,.15);          
}
.diversity #in-the-newsroom-ph .row:after {
    position: absolute;
    top: 0;
    right: 9%;
    content: "";
    height: 100%;;
    border-left: 84px solid rgba(255,255,255,.25);          
}
.diversity #in-the-newsroom-ph .content {
    min-height: 562px;
}
.diversity #in-the-community {
    background-color: #fff;
}
.diversity #in-the-community h2,
.diversity #in-the-community p {
    color: #191919;
}
.diversity #in-the-community .content {
    padding-bottom: 20px;
}
.diversity #in-the-community-ph {
    position: relative;
}
.diversity #in-the-community-ph .row:before {
    position: absolute;
    top: 0;
    right: 52%;
    content: "";
    height: 100%;
    border-left: 120px solid rgba(0,0,0,.45);          
}
.diversity #in-the-community-ph .row:after {
    position: absolute;
    top: 0;
    right: 15%;
    content: "";
    height: 100%;;
    border-left: 122px solid rgba(255,255,255,.35);          
}
.diversity #in-the-community-ph .content {
    min-height: 562px;
}
.diversity #footer-cta {
    background-color: #191919;
}
.diversity #footer-cta h3 a {
    color: #fff;
}
@media all and (max-width: 768px) {

    .diversity #in-the-newsroom-ph .row:before {
        right: 56%;
        border-left: 83px solid rgba(255,255,255,.15);          
    }
    .diversity #in-the-newsroom-ph .content:before {
        right: 25%;
        border-left: 47px solid rgba(255,255,255,.15);          
    }
    .diversity #in-the-newsroom-ph .row:after {
        right: 4%;
        border-left: 84px solid rgba(255,255,255,.25);          
    }
    .diversity #in-the-newsroom-ph .content {
        min-height: 400px;
    }

    .diversity #in-the-community-ph .row:before {
        right: 52%;
        border-left: 120px solid rgba(0,0,0,.45);          
    }
    .diversity #in-the-community-ph .row:after {
        right: 3%;
        border-left: 122px solid rgba(255,255,255,.35);          
    }
    .diversity #in-the-community-ph .content {
        min-height: 400px;
    }

}
@media all and (max-width: 576px) {

    .diversity #in-the-newsroom-ph .row:before {
        right: 53%;
        border-left: 38px solid rgba(255,255,255,.15);          
    }
    .diversity #in-the-newsroom-ph .content:before {
        right: 28%;
        border-left: 27px solid rgba(255,255,255,.15);          
    }
    .diversity #in-the-newsroom-ph .row:after {
        right: 4%;
        border-left: 38px solid rgba(255,255,255,.15);          
    }
    .diversity #in-the-newsroom-ph .content {
        min-height: 200px;
    }

    .diversity #in-the-community-ph .row:before {
        right: 52%;
        border-left: 50px solid rgba(0,0,0,.45);          
    }
    .diversity #in-the-community-ph .row:after {
        right: 5%;
        border-left: 47px solid rgba(255,255,255,.35);          
    }
    .diversity #in-the-community-ph .content {
        min-height: 200px;
    }

}






/* PRESS ROOM */
.press-room #press-room {
    background-color: #fff;
}
.press-room #press-room h3 {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}
.press-room #press-room p {
    margin-bottom: 40px;
}
.press-room #press-room hr {
    background-color: #191919;
    opacity: .3;
}
.press-room #press-room h2,
.press-room #press-room h3,
.press-room #press-room p {
    color: #191919;
}
.press-room #post-articles {
    margin-top: 40px;
}
.press-room #post-articles .post-article {
    display: none;
    max-height: 60px;
    margin: 0 auto 60px;
}
.press-room #post-articles .post-article .date {
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #808080;
    text-align: center;
}
.press-room #post-articles .post-article h3 {
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    margin: 0;
}
.press-room #post-articles .post-article h3 a {
    color: #231F20;
    text-decoration: none;
}
.press-room #post-articles .post-article h3 a:hover {
    color: #bc5c23;
}
.press-room .load-wrapper {
    border-top: 1px solid rgba(26,26,26,.3);
    padding: 30px 0 70px;
    background-color: #fff;
}
.press-room .load-wrapper #load-more {
    display: block;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #3F7597;
    margin: 0 auto;
    text-align: center;
}
.press-room .load-wrapper #load-more span {
    display: block;
    font-size: 20px;
    color: #3F7597;
}
.press-room #footer-cta {
    background-color: #191919;
}
.press-room #footer-cta h3 a {
    color: #fff;
}
@media (max-width: 768px) {
    .press-room #press-room h3 {
        margin: 0 auto 5px;
    }
}
@media (max-width: 767px) {

    .press-room #post-articles .post-article {
        max-height: unset;
    }
    .press-room #post-articles .post-article .date {
        font-size: 14px;
        line-height: 22px;
    }
    .press-room #post-articles .post-article h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 auto 40px;
        white-space: pre-wrap;
    }
    .press-room .load-wrapper #load-more {
        font-size: 18px;
        line-height: 26px;
    }
    .press-room .load-wrapper #load-more span {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .press-room #post-articles .post-article h3 {

    }
}




/* PRESS ROOM POSTS */
.press-room-post .single-post {
    width: 1160px;
    margin: 0 auto;
}
.press-room-post .single-post article {
    width: 865px;
    margin: 0 auto 70px;
}
.press-room-post h2 {
    font-family: 'urw-din';
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #231F20;
    margin: 57px auto 21px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(26,26,26,.3);
}
.press-room-post article h3.entry-title {
    font-family: 'Open Sans';
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-transform: none;
    color: #191919;
    margin-bottom: 15px;
}
.press-room-post article .media-contact {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    color: #969696;
    margin-bottom: 25px;
}
.press-room-post article .content {

}
.press-room-post article .content p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 25px;
}
.press-room-post article .content p > a {
    margin: 0 auto;
    text-align: center;
    color: #3F7597;
}
.press-room-post article li {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}
.press-room-post article img {
    max-width: 100%;
    margin: 0 auto;
    /*cursor: pointer;*/
}

.press-room-post article .zoom {
    display: inline-block;
    position: relative;
    width: 100%;
}
.press-room-post article .zoom:after {
    content: '';
    display: block; 
    width: 33px; 
    height: 33px; 
    position: absolute; 
    top: 0;
    right: 0;
    background: url(/wp-content/themes/company/img/icon.png);
}
.press-room-post article .zoom img {
    display: block;
}
.press-room-post article .zoom img::selection { background-color: transparent; }
.press-room-post article .zoom img:hover { cursor: url(/wp-content/themes/company/img/grab.cur), default; }
.press-room-post article .zoom img:active { cursor: url(/wp-content/themes/company/img/grabbed.cur), default; }

.press-room-post hr {
    background-color: #191919;
    opacity: .3;
    margin: 20px 0;
}
.press-room-post .single-nav {
    margin-top: 19px;
    margin-bottom: 70px;
    padding: 0;
}
.press-room-post .single-nav .previous-post {
    float: left;
}
.press-room-post .single-nav .previous-post i {
    margin-right: 5px;
}
.press-room-post .single-nav .next-post {
    float: right;
}
.press-room-post .single-nav .next-post i {
    margin-left: 5px;
}
.press-room-post .single-nav a {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    color: #8E8E8E;
}
.press-room-post #footer-cta {
    background-color: #191919;
}
.press-room-post #footer-cta h3 a {
    color: #fff;
}
@media all and (max-width: 1200px) {
    .press-room-post .single-post {
        width: 90%;
    }
    .press-room-post .single-post article {
        width: 80%;
    }
}
@media all and (max-width: 1024px) {
    .press-room-post .single-post {
        width: 100%;
    }
    .press-room-post .single-post article {
        width: 80%;
    }
}
@media all and (max-width: 992px) {
    .press-room-post .single-post {
        width: 100%;
    }
    .press-room-post .single-post article {
        width: 80%;
    }
}
@media all and (max-width: 768px) {
    .press-room-post .single-post {
        width: 100%;
    }
    .press-room-post .single-post article {
        width: 80%;
    }
}
@media all and (max-width: 576px) {
    .press-room-post .single-post {
        width: 100%;
        padding: 0 1.5em;
    }
    .press-room-post .single-post article {
        width: 100%;
        margin: 0 auto 50px;
    }
    .press-room-post h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .press-room-post article h3.entry-title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 auto 10px;
    }
    .press-room-post article .media-contact {
        font-size: 14px;
        line-height: 20px;
    }
    .press-room-post article p {
        font-size: 14px;
        line-height: 22px;
    }
    .press-room-post .single-nav {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .press-room-post .single-nav a {
        font-size: 16px;
        line-height: 24px;
    }
}









/* CONTACT US */
.contact-us #contact-us {
    background-color: #fff;
}
.contact-us #contact-us h2,
.contact-us #contact-us h3,
.contact-us #contact-us h4,
.contact-us #contact-us p {
    color: #191919;
}
.contact-us #contact-us .quick-links {
    text-align: center;
    margin-bottom: 10px;
}
.contact-us #contact-us .quick-links a {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.contact-us #contact-us hr {
    background-color: #191919;
    opacity: .3;
}
.contact-us #contact-us h3 {
    font-family: 'urw-din';
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 50px auto 40px;
}
.contact-us #contact-us .contacts {
    margin-bottom: 10px;
}
.contact-us #contact-us .contacts h4 {
    font-family: 'urw-din';
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.contact-us #contact-us .contacts p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 60px;
}
.contact-us #contact-us .contacts .social {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;;
    gap: 0 5px;
    list-style-type: none;
    padding: 0;
}
.contact-us #contact-us .contacts .social li {

}
.contact-us #contact-us .contacts .social li i {
    color: #191919;
}
.contact-us #contact-us .contacts .social li i {
    font-size: 30px;
}
.contact-us #affiliates {
    background-color: #191919;
}
.contact-us #affiliates h2,
.contact-us #affiliates h3 a,
.contact-us #affiliates p {
    color: #fff;
}
.contact-us #affiliates h3 {
    font-family: 'urw-din';
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin: 0 auto 70px;
}
.contact-us #footer-cta h3 a {
    color: #191919;
}
@media (max-width: 768px) {
    .contact-us #contact-us .quick-links a {
        font-size: 18px;
        line-height: 40px;
    }
    .contact-us #contact-us h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .contact-us #contact-us .contacts h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .contact-us #contact-us .contacts p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 576px) {
    .contact-us #contact-us .quick-links a {
        font-size: 14px;
        line-height: 40px;
    }
    .contact-us #contact-us h3 {
        font-size: 24px;
        line-height: 30px;
        padding: 0 1em;
    }
    .contact-us #contact-us .contacts h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .contact-us #contact-us .contacts {
        margin-bottom: 40px;
    }
    .contact-us #contact-us .contacts p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 40px;
    }
    .contact-us #affiliates h3 {
        font-size: 16px;
        line-height: 24px;
    }

}






/* FOOTER CTA */
@media screen and (min-width: 1200px) {
    #footer-cta .cta-wrap {
        max-width: 1160px;
    }
}
#footer-cta {
    height: 150px;
    padding: 0 0;
}
#footer-cta .cta-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
body.home #footer-cta .cta-wrap {
    border-top: 1px solid #707070;
}
#footer-cta .cta-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex: 0 0 25%;
    height: 100%;
    padding: 0 15px;
}
body:not(.home) #footer-cta .cta-box {
    border-right: 1px solid #CCCCCC;
}
#footer-cta .cta-box:last-child {
    border-right: 0 !important;
}
#footer-cta h3,
#footer-cta h3 a {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
#footer-cta h3 a {
    text-decoration: none;
}
#footer-cta h3 a:hover {
    color: #BC5C23;
}
@media all and (max-width: 1366px) {
    #footer-cta h3 {
        font-size: 16px;
    }
}
@media all and (max-width: 768px) {
    #footer-cta h3 a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 767px) {
    #footer-cta {
        height: unset;
    }
    #footer-cta .cta-wrap {
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #footer-cta .cta-box {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    body:not(.home) #footer-cta .cta-box {
        border-right: 0;
        border-bottom: 1px solid #CCCCCC;
    }
    #footer-cta .cta-box:last-child {
        border-right: 0 !important;
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media all and (max-width: 576px) {
    #footer-cta {
        
    }
    #footer-cta .cta-box {
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer-cta h3 a {
        font-size: 16px;
        line-height: 24px;
    }
}




/* FOOTER */
#footer {
    padding-top: 35px;
    padding-bottom: 46px;
    
    background-color: #ccc;
}
#footer .logo {
    width: 209px;
}
#footer .copyright {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 5px 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0;
}
#footer .copyright li {
    height: 15px;
    padding: 0 18px;
    border-right: 1px solid #707070;
}
#footer .copyright li:last-child {
    border-right: 0;
}
#footer .copyright li span,
#footer .copyright li a {
    position: relative;
    top: -6px;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: #000;

}
@media all and (max-width: 1366px) {
    #footer {
        padding-bottom: 29px;
    }
}
@media all and (max-width: 991px) {
    #footer .copyright {
        flex-wrap: wrap;
    }
}
@media all and (max-width: 768px) {
    #footer .copyright li span,
    #footer .copyright li a {
        font-size: 13px;
        line-height: 13px;
    }
}
@media all and (max-width: 576px) {
    #footer {
        padding-bottom: 38px;
    }
    #footer .copyright {
        
    }
    #footer .copyright li {
        padding: 0 10px;
    }
    #footer .copyright li span,
    #footer .copyright li a {
        font-size: 11px;
        line-height: 11px;
    }
}







  
/** VIDEO PLAYER **/
#video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    cursor: pointer;
    transition:         background 0.6s ease;
    -webkit-transition: background 0.6s ease;
    -moz-transition:    background 0.6s ease;
    -o-transition:      background 0.6s ease;
    z-index: 10;
}/*
#video-popup .video-player:after {
    display: block;
    position: absolute;
    right: -20px;
    top: -30px;
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro'; 
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    width: 19px;
    height: 29px;
    color: #fff;
    cursor: pointer;
}*/
#video-popup #video-close {
    display: block;
    position: absolute;
    right: -20px;
    top: -30px;
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro'; 
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    width: 19px;
    height: 29px;
    color: #fff;
    cursor: pointer;
}
#video-popup .video-player {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 80%;
    width: 1170px;
    margin: 0 auto;
    cursor: default !important;
    z-index: 15;
}
#video-popup .video-player .video-js {
    width: 100% !important;
    margin: 0 auto;
    padding-top: 56.25%;
}
#video-popup .video-player .video-js video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#video-popup .video-player .video-js button:hover,
#video-popup .video-player .video-js button:active,
#video-popup .video-player .video-js button:focus {
    background-color: #4c789a !important;
}

#video-popup .video-js .vjs-control-bar {
    height: 46px;
    z-index: 20;
}

#video-popup .video-js.vjs-paused:not(.vjs-has-started) .vjs-control-bar:not(.vjs-ad-control-bar) {
    height: 50px;
    visibility: visible;
    display: flex;
    opacity: 1;
}
#video-popup .video-js .vjs-big-play-button {
    display: none !important;
}
#video-popup .video-js .header-bar-container {
    display: none !important;
    height: 45px;
    position: absolute;
    top: 0;
}
#video-popup .video-js.vjs-has-started:not(.vjs-ad-playing) .header-bar-container .stlogo {
    height: 26px;
    margin: 8px 0 0 10px;
    width: 35px;
}
#video-popup .video-js.vjs-has-started:not(.vjs-ad-playing) .header-bar-container .vjs-control-text {
    clip: inherit;
    height: auto;
    overflow: visible;
    text-indent: 0;
    width: 100%;
    position: absolute;
}

#video-popup .video-js .vjs-control-bar .vjs-play-control {
    z-index: 25;
}
#video-popup .video-js .vjs-control-bar .vjs-play-control span {
    position: relative;
    top: -17px;
    left: -11px;
    /*left: -17px;*/
}
@supports (-moz-appearance:none) {
  #video-popup .video-js .vjs-control-bar .vjs-play-control span { /* FireFox */
      top: -9px !important;
      left: -11px !important;
  }
}
@supports (-ms-ime-align:auto) {
  #video-popup .video-js .vjs-control-bar .vjs-play-control span { /* IE */
      top: -17px !important;
      left: -17px !important;
  }
}
body:first-of-type #video-popup .video-js .vjs-control-bar .vjs-play-control span { /* MS Edge */
    /*left: -17px !important;*/
}
#video-popup .video-js .vjs-control-bar .vjs-play-control span:before {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    line-height: 1.3;
}
#video-popup .video-js .vjs-control-bar span:last-child {
    display: none;
}

#video-popup .video-js .vjs-control-bar #vjs-control-text {
    position: relative !important;
    float: left;
    width: 100%;
    height: 100%;
    clip: unset !important;
    margin-left: 1em;

    transition:         all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition:    all 0.6s ease;
    -o-transition:      all 0.6s ease;
}
#video-popup .video-js #control-bar-eyebrow {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    position: relative !important;
    width: 100%;
    height: auto;
    margin-top: 8px;
    clip: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#video-popup .video-js #control-bar-title {
    position: relative !important;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    height: auto;
    margin-top: 6px;
    clip: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#video-popup #STplayer.vjs-playing .vjs-control-bar #vjs-control-text {
    display: none;
}
#video-popup #STplayer.vjs-paused .vjs-control-bar #vjs-control-text {
    display: inline-block;
}
#video-popup #STplayer.vjs-paused .vjs-volume-panel,
#video-popup #STplayer.vjs-paused .vjs-current-time,
#video-popup #STplayer.vjs-paused .vjs-time-control,
#video-popup #STplayer.vjs-paused .vjs-duration,
#video-popup #STplayer.vjs-paused .vjs-progress-control,
#video-popup #STplayer.vjs-paused .vjs-live-control,
#video-popup #STplayer.vjs-paused .vjs-remaining-time,
#video-popup #STplayer.vjs-paused .vjs-playback-rate,
#video-popup #STplayer.vjs-paused .vjs-chapters-button,
#video-popup #STplayer.vjs-paused .vjs-descriptions-button,
#video-popup #STplayer.vjs-paused .vjs-subs-caps-button,
#video-popup #STplayer.vjs-paused .vjs-audio-button,
#video-popup #STplayer.vjs-paused .vjs-share-control,
#video-popup #STplayer.vjs-paused .vjs-fullscreen-control {
    display: none !important;
}
#video-popup .video-js .vjs-control-bar .vjs-share-control span {
    position: relative;
    top: -23px;
    left: -10px;
}
_:-moz-tree-row(hover), #video-popup .video-js .vjs-control-bar .vjs-share-control span {
    top: -10px !important;
}
#video-popup .video-js .vjs-control-bar .vjs-share-control span:before {
    content: '\f045' !important;
    font-family: 'FontAwesome' !important;
    /*font-size: 1.4em !important;
    line-height: 2.3 !important;*/
}
@media (max-width: 768px) {

    #video-popup .video-player {
        max-width: 90%;
    }

}
@media (max-width: 576px) {

    #video-popup .video-player:after {
        right: 3px;
    }
    #video-popup .video-player {
        max-width: 100%;
    }

}









/* 404 */
.error404 #page-header span {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    font-size: 75%;
}

.error404 .content h2,
.error404 .content p {
    color: #191919;
}

.error404 .content ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style-type: none;
}
.error404 .content ul li {
    border-right: 1px solid #e0e0e0;
    padding: 0 10px;
}
.error404 .content ul li:last-child {
    border-right: 0;
}
.error404 .content ul li p {
    margin-bottom: 0;
}