@charset "utf-8";
/* Beautify CSS Document */

   .utility-bar {
        background-color: #212121;
        font-size: 12px;
        padding: 10px 20px;
    }
    .sub-nav {
        margin-bottom: 0;
    }
    .utility-bar #menu-triblive-menu li.menu-item {
        opacity: 0;
    }
    .utility-bar:hover #menu-triblive-menu li.menu-item {
        opacity: 1;
    }
    .utility-bar .menu-item, .navbar-nav .menu-item {
        order: 2;
    }
    .sub-nav a:link, .sub-nav a:hover, .sub-nav a.active {
        text-decoration: none;
        padding: 5px 10px;
    }
    .utility-bar a {
        color: #fff;
    }

section.inline-link .row .col-lg-2,
section.inline-link .row .col-lg-8,
section.text-gallery,
section.standout-box {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 20px 15px;
	background-color: #f0f0f0;
}


section.inline-link a {
	color: black;
}
section.inline-link a p {
	font-size: 14px;
}

.drop-cap {
float:left;
font-size:115px;
line-height:60px;
padding: 10px 10px 10px 0;
}

.carousel-caption {
	position: inherit;
	right: 0;
	bottom:0;
	left:0;
	padding-top:0;
	padding-bottom:0;
	text-align: left;
	text-shadow: none;
	color:inherit;
}


.row:before, .row:after {display: none !important;}

/*story*/

    html {
        margin-top: 10px !important;
    }
    body {
		/*font-family: open_sansregular, sans-serif;*/
       font-family: minion-pro, serif;
        font-weight: 400;
    }
    body,
    h1, h2, h3, h4, h5, h6{
        padding: 0;
        color: inherit;
    }
 h1, h2, h3, h4, h5, h6{
       margin-top:  1.5rem!important;
		/*margin-bottom: 1.2rem!important;*/
	 color:black!important;
}

section.inline-link h4 {
	margin-bottom:10px;
}

    p {
        font-size:18px;
        font-weight: 100;
        line-height: 1.6;
    }
    
  /*  h1 {
        font-size: 1em;
    }
    @media (min-width: 43.75em) {
        h1 {
            font-size: 1.5em;
        }
    }*/
    @media (min-width: 56.25em) {
        h1 {
            font-size: 4em;
			text-transform: uppercase;
        }
    }

  /*   h3 {
        font-size: 0.5em;
    }
   @media (min-width: 56.25em) {
        h3 {
            font-size: 0.75em;
        }
    }*/
    
    .beautify_img {
        width:100%;
        padding-top: 24px; 
        padding-bottom: 24px; 
        border-top: 1.5px solid #FFFFFF; 
        border-bottom: 1.5px solid #FFFFFF; 
        margin: 24px 0 24px 24px;
    }
    @media (min-width: 56.25em) {
        .beautify_img {
            width:inherit;
            float: right; 
            padding-top: 24px; 
            padding-bottom: 24px; 
            border-top: 1.5px solid #FFFFFF; 
            border-bottom: 1.5px solid #FFFFFF; 
            margin: 24px 0 24px 24px;
        }
    }

    .logo {
        max-width: 100px;
        padding-bottom:10px;
    }
    .alignright {float: right; margin:20px 0 20px 20px;}
    .alignleft {float: left; margin: 20px 20px 20px 0;}

    .background {
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    header.photo {
        position: inherit !important;
        padding-bottom: 0px;
    }
    
    
    .header-inner {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 50px;
    }
    .header-inner.background {
        height:800px;
    }
    .author-beautify {font-size: 28px;}
   /* .pull-quote {font-style: italic;}*/

    /*header*/
    header.video {                              
        position: relative;
        background-color: black;
        height: 75vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
    }

    /*header.video::after {content: none;}*/

    header.video video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    header.video .container {
        position: relative;
        z-index: 2;
    }

    header.video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.3;
        z-index: 1;
    }

    @media (pointer: coarse) and (hover: none) {
        header.video {
             background: url('<?php the_sub_field('video_backup'); ?>') black no-repeat center center scroll;
        }
        header.video video {
            display: inline-block;
        }
    }

    .topgradientoverlay{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0));
        background: -moz-linear-gradient(top,  rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.42) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0.42) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }


/*story more*/

body section:first-of-type {
        padding-top: 40px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    @media (min-width: 43.75em) {
        .carousel-control-next-icon, .carousel-control-prev-icon {
            width: 40px;
            height: 40px;
            padding: 40px;
        }
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 181 181'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EprevArrow%3C/title%3E%3Ccircle cx='90.5' cy='90.5' r='90'/%3E%3Cpath d='M90.5,1A89.5,89.5,0,1,1,1,90.5,89.6,89.6,0,0,1,90.5,1m0-1A90.5,90.5,0,1,0,181,90.5,90.5,90.5,0,0,0,90.5,0Z'/%3E%3Cpath class='cls-1' d='M131.14,56.51l-64.27,31,64.27,31.13V153L27,100.73V74.07l104.14-52Z'/%3E%3C/svg%3E");
    }
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 181 181'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EnextArrow%3C/title%3E%3Ccircle cx='90.5' cy='90.5' r='90'/%3E%3Cpath d='M90.5,1A89.5,89.5,0,1,1,1,90.5,89.6,89.6,0,0,1,90.5,1m0-1A90.5,90.5,0,1,0,181,90.5,90.5,90.5,0,0,0,90.5,0Z'/%3E%3Cpath class='cls-1' d='M50.86,23.06,155,75.07v26.66L50.86,154V119.62l64.27-31.13-64.27-31Z'/%3E%3C/svg%3E");
    }

    .wp-image-2169321 {
        float: right; 
        text-align:center;
        padding-top: 24px; 
        padding-bottom: 24px; 
        border-top: 1.5px solid #FFFFFF; 
        border-bottom: 1.5px solid #FFFFFF; 
        margin: 24px 0 24px 24px;
        width:100%;
    }
    @media (min-width: 43.75em) {
       .wp-image-2169321 {
            width:300px;
        }
    }
    
    .wp-image-2169322 {
        text-align:center;
        padding-top: 8px; 
        padding-bottom: 8px; 
        border-top: 1.5px solid #FFFFFF; 
        border-bottom: 1.5px solid #FFFFFF; 
        margin: 8px 0 24px8px;
        width:100%;
        /*height: 300px;*/
    }
    @media (min-width: 768px) {
       .wp-image-2169322 {
           float: right;
            width:300px;
            margin-left:24px;
        }
    }
    
    
  /*FEATURED ARTICLE THAT DOES NOT HAVE THUMBNAIL */
.post img {
	margin: 0 auto;
	padding-top: 10px;
    padding-bottom: 10px;
	}
.featured-articles article {
	border-top:2px solid #777777;
	}
.featured-articles .featured-one article {
	color: white;
	}
.featured-articles article header h5 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 27px;
	}
.featured-articles article header h5 a {
	color:#777777;
	text-decoration: none;
	}


/* FEATURED ARTICLE THAT HAS THUMBNAIL */
.featured-articles article.has-post-thumbnail,
.featured-articles .featured-one article {
	position: relative;
	border-top:none;
	}
.featured-articles .featured-three article.has-post-thumbnail,
#topicWeek .carousel-inner .carousel-item {
	background-image: url('images/post-bg-img-final.jpg');
	}
.featured-articles .featured-one-v2 article {
	background-image: url('images/nnn_bg_1200x400.jpg');
}
.featured-articles article.has-post-thumbnail img {
	height: auto;
	max-width: 100%;
	width: auto;
	}
.featured-articles .featured-one article.has-post-thumbnail img {
	max-height: 500px;
	}
.featured-articles .featured-three article.has-post-thumbnail img {
	max-height: 250px;
	}
.featured-articles .featured-three article.has-post-thumbnail header,
.featured-articles .featured-one article header {
	position: absolute;
	bottom: 0;
	width: 100%;
	color:white;
	padding:15px;
	background-color:rgba(0,0,0,0.70);
	}
.featured-one-v2 .full-view h1 {
	font-size: 20px;
	text-align: center;
	width: 100%;
	padding:0 40px;
	position: absolute;
	bottom: 20px;
}
.featured-one-v2 .split-view h1 {
	padding: 20px 40px 0;
	font-size: 20px;
}
.featured-articles .featured-three article,
.featured-articles .featured-three article.has-post-thumbnail {
	height:250px;
}
@media (min-width: 768px) {
	
	.featured-one-v2 .full-view h1,
	.featured-one-v2 .split-view h1{
		font-size:2.5em;
	}
	.featured-one-v2 .split-view h1 {
		padding:0 40px;
	}
}
.featured-one { 
    height:500px;
    overflow:hidden;
    padding:0;
}


.beautify-single{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height:350px;
}

.featured-two h1 {
    font-size: 20px;
    width: 100%;
}

.featured-three h1 {
    font-size: 20px;
    width: 100%;
}

.beautify_img_two{
  width: 100%;
  object-fit: cover;
}
.beautify_img_one{
  width: 100%;
  object-fit: cover;
}
.beautify_img_three{
  width: 100%;
  object-fit: cover;
}

.beautifynav{
    position: relative!important;
   /* border-bottom: 4px solid #727272!important;*/
	border-bottom:none!important;
	border-right: none!important;
	top:0!important;
	background-color:#202020!important;
}
.beautifynav li a{
	color:#727272!important;
}
nav.navbar {
    bottom: inherit;
    left: inherit;
}

.navbar-nav {
    padding-left: 12px;
}
@media (min-width: 768px) {
   .navbar-nav {
    padding-left: 0px;
} 
}

@media (min-width: 992px){
    nav.navbar {
        margin-bottom: 0;
        border-bottom: 8px solid #b32025;
    }
}

#menu-trib-menu a {
    font-size: .725em;
    font-family: "open_sansregular";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

#menu-trib-menu a:link, #menu-trib-menu a:hover, #menu-trib-menu a.active {
    text-decoration: none;
    padding: 5px 10px;
}
 
header {border-top:none;}


.story-links {
    padding: 0;
}
@media (min-width: 768px) {
    .story-links {padding:0 4em 4em 4em;}
}
/*adds extra space between nav menu items*/
@media(max-width: 768px){
	.beautifynav li{
		    margin-top: 2%;
    margin-bottom: 2%;
}
}

h2 {
    margin-top: 1.5rem;
    margin-bottom: 0;}


section.text-gallery h3 {
	margin:0 0 0.4rem 0 !important;
}

b, strong {
	font-weight: bold;
}