/* Voices */

.nicp-button {
    color: #fff;
    border-radius: 10px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .9em;
    background-color: #C6323A;
    border: 0;
    box-shadow: 1px 2px 2px rgba(53,53,53,0.32);
	display: table-cell;
}

.nicp-button:hover, .nicp-button:visited {
	color: #fff;
	text-decoration: none;
}

.nicp-archive-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.nicp-voices-thumb {
	margin-left: -15px;
	margin-top: -20px;
	margin-bottom: -20px;
	width: 100%;
}

.nicp-voices-thumb-container, .nicp-voices-feature {
	min-height: 300px;
	height: 100%;
	width: 50%;
	background-repeat: none;
	background-size: cover;
	float: left;
	margin-bottom: -20px;
}

.nicp-voices-feature {
	margin: 0 -15px 0 -15px;
	min-height: 400px;
	width: auto;
	float: none;
}

@media (max-width: 767px) {
	.nicp-voices-thumb-container {
		margin-bottom: 20px;
		width: 100%;
	}
}

h2.nicp-voices-header {
	font-size: 3em;
	text-transform: uppercase;
	margin-top: 40px;
}

h2.nicp-voices-header a:hover, h2.nicp-voices-header a:visited, .inspire-voices-content h2 a, .inspire-voices-content h2 a:hover, .inspire-voices-content h2 a:visited {
	color: #333;
}

.nicp-voices-content {
	background: #fff;
	overflow: hidden;
}

.nicp-voices-post-content {
	padding: 20px;
}

.nicp-voices-post-content .nicp-button {
	margin-top: 20px;
}

.nicp-voices-profile-previews {
	background: #333;
	text-align: center;
}

.nicp-voices-profile-previews h3, .nicp-voices-profile-previews h3 a {
	text-align: left;
	color: #fff;
}

.nicp-preview-text {
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
}

.col-md-12.nicp-voices-profile-previews {
	padding: 20px;
}

.nicp-voices-text {
	
}

.nicp-voices-related {
	background: #333;
	margin: 20px 0 0 0;
	padding-top: 20px;
	overflow: hidden;
}

.nicp-voices-related h3, .nicp-voices-related h4 a {
	color: #fff;
}

.nicp-voices-profile-previews h4 a {
	color: #fff;
}

/* Media Center */

.inspire-mediacenter-content a {
	color: #CB333B;
}

.inspire-mediacenter-content a:hover {
	color: #8b2328;
}

.inspire-mediacenter-search {
	background: #333;
}

.inspire-mediacenter-search .container {
	padding: 60px 0;
}

.inspire-media-center-description {
	background: #fff;
}

.inspire-mediacenter-search h3 {
	color: #fff;
}

.inspire-mediacenter-single {
	background: #333;
	padding: 60px 0;
}

.inspire-mediacenter-caption {
	margin: 20px 0;
	clear: both;
}

.inspire-media-center-description .nicp-share {
	padding: 10px 0;
}

.inspire-mediacenter-single .media-wrapper {
	background: #000;
	text-align: center;
	padding: 20px;
}

.inspire-mediacenter-single .video-wrap {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.inspire-mediacenter-single .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inspire-mediacenter-form select {
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #808080;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.inspire-mediacenter-form #searchsubmit {
	color: #fff;
    border-radius: 10px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .9em;
    background-color: #C6323A;
    border: 0;
    box-shadow: 1px 2px 2px rgba(53,53,53,0.32);
}


.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    opacity: 0;
}
    
.b-lazy.b-loaded {
    opacity: 1;
}

.arrow {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.abar {
    border-top: 2px solid #333;
    position: absolute;
    display: block;
    top: 5px;
    left: 0px;
    width: 20px;
}

#next-arrow, #prev-arrow {
    position: relative;
    cursor: pointer;
    z-index: 100;
    width: 20px;
    height: 10px;
    display: inline-block;
}

ul.thumbnail-gallery {
    width: calc(100% + 20px);
    margin: 0 -10px; 
	padding-left: 0;
}

ul.thumbnail-gallery li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    overflow: hidden;
}

ul.thumbnail-gallery li.col1 {
    width: 100%;
}

ul.thumbnail-gallery li.col2 {
    width: 50%;
}

ul.thumbnail-gallery li.col3 {
	width: 33.333%;
}

ul.thumbnail-gallery li img {
    width: 100%;
}

ul.thumbnail-gallery .nicp-media-container {
	margin-bottom: 20px;
}

#slider {
    position: fixed;
    background: rgba( 0, 0, 0, .9);
	color: #fff;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: transform .8s ease-in-out .5s;
   -moz-transition: transform .8s ease-in-out .5s;
   -webkit-transition: transform .8s ease-in-out .5s;
}

#slider.inactive {
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#slider-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    width: 20px;
    height: 20px;
}

#slider-close span {
    height: 20px;
    border-left: 2px solid #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;  
}

#slider-close .xbar1 {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#slider-close .xbar2 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#slider-next, #slider-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    width: 20px;
    height: 20px;
}

#slider-prev {
    right: auto;
    left: 20px;
}

#slider-next .arrow, #next-arrow .arrow {
    left: auto;
    right: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);   
}

#slider-prev .arrow, #prev-arrow .arrow {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); 
}

#slider-next .bx-next, #slider-prev .bx-prev {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
}

#slider-next .abar, #next-arrow .abar {
    left: auto;
    right: 0px;
}

ul.bxslider li {
    text-align: center;
    height: 100vh;
    position: relative;
	-webkit-transform: translate3d(0, 0, 0);
  	-moz-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	-o-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}

ul.bxslider li .image-wrapper {
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 95vh;
    width: 80%;
}

ul.bxslider li img {
    max-height: 80vh;
    max-width: 100%;
}   

.slider-caption h4 {
	color: #fff;
	text-align: center;
}

.slider-caption {
    text-align: center;
    width: 90%;
    margin: .5em auto 0 auto;
    font-size: .9em;
    line-height: 1.3em;
}

.nicp-media-container {
	position:relative;
	overflow: hidden;
}

.nicp-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	transition: transform ease-in-out .5s;
   -moz-transition: transform ease-in-out .5s;
   -webkit-transition: transform ease-in-out .5s;
}

.nicp-overlay.inactive {
	-ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.nicp-overlay, .nicp-caption h4, .nicp-caption h5  {
	color: #fff;
	margin: 0;
}

.nicp-caption {
	float: left;
	width: calc( 100% - 20px);
}

.nicp-caption a, .nicp-share a, .nicp-overlay a, .nicp-overlay a:hover {
	color: #fff;
	text-decoration: none;
}

.nicp-caption a:hover, .nicp-share a:hover, .inspire-media-center-description a {
	color: #CB333B;
	text-decoration: none;
}

.nicp-share {
	float: right;
	width: 20px;
}

.bxslider .nicp-share {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.nicp-share a {
	font-size: 1.2em;
}

.nicp-media-container i.fa-plus-square {
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 1.5em;
	text-shadow: -1px -1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,.5);
	opacity: .8;
}

.video-container {
    position: absolute;
    width: 80%;
    max-width: 1200px;
    max-height: 95vh;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-container .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}