@charset "utf-8";
/* CSS Document */

/***************************************************
	MULTIMEDIA
***************************************************/
#dnn_ContentPanePage {
    position: relative;
}

/***************************************************
    DARK THEME (BANNER & PAGE)
***************************************************/
/***** BANNER *****/
.page-banner {
    background-color: rgb(17, 17, 17);
}
.page-banner .page-banner-inner {
	background-color: rgba(0,0,0,0.4);
}
.page-banner .page-banner-inner::before {
    background: -moz-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,.25) 100%);
    background: -webkit-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,.25) 100%);
    background: linear-gradient(to bottom, rgba(17,17,17,0) 0%, rgba(17,17,17,.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#111111', GradientType=0 );
}
.page-banner .image-flipped::before {
    background: -moz-linear-gradient(top, rgba(26,26,26,1) 75%, rgba(17,17,17,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(26,26,26,1) 75%, rgba(17,17,17,0.6) 100%);
    background: linear-gradient(to bottom, rgba(26,26,26,1) 75%, rgba(17,17,17,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#99111111', GradientType=0 );
}
/***** PAGE *****/
.page-wrap {
	background: #242424;
}
.slice-angle-gray {
	background: rgb(17, 17, 17);
	background: -moz-linear-gradient(90deg, rgb(17, 17, 17) 0%, rgb(36, 36, 36) 1000px);
	background: -webkit-linear-gradient(90deg, rgb(17, 17, 17) 0%, rgb(36, 36, 36) 1000px);
	background: -o-linear-gradient(90deg, rgb(17, 17, 17) 0%, rgb(36, 36, 36) 1000px);
	background: -ms-linear-gradient(90deg, rgb(17, 17, 17) 0%, rgb(36, 36, 36) 1000px);
	background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(36, 36, 36) 1000px);
}
.slice-angle-gray:before {
	border-bottom-color: rgb(17, 17, 17);
}

/***************************************************
    TOP BAR NAV
***************************************************/
    .top-bar-nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
    .top-bar-nav ul {
    }
    .top-bar-nav ul li {
        display: inline-block;
    }
    .top-bar-nav .btn-primary {
        padding: 9px 25px;
    }
    .top-bar-nav .btn-primary,
    .top-bar-nav .btn-primary:visited {
        background: #333;
        border-color: #333;
        color: #adadad;
    }
    .top-bar-nav .btn-primary:hover,
    .top-bar-nav .btn-primary:focus,
    .top-bar-nav .btn-primary:active {
        background: #717171;
        border-color: #717171;
        color: #ffffff;
    }

/***************************************************
    MULTIMEDIA LANDING
***************************************************/
/***** PHOTOS*****/
#featured-photos {
    padding: 0;
}
#featured-photos .featureGridComponent {
	margin:0 -15px;
}
#featured-photos .hover-overlay-layer .hover-overlay-center {
    line-height: 1.2;
    top: auto;
    left: 20px;
    width: auto;
    transform: none;
    bottom: 25px;
	font-family: "Lato", Arial, "sans-serif";
	font-size: 1.2rem;
	font-weight: 600;
	text-align: left;
	opacity: 0;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
#featured-photos .hover-overlay-layer .fas {
	display: none;
}
#featured-photos .hover-overlay-layer:hover .hover-overlay-center {
	left: 30px;
	opacity: 1;
}
#featured-photos .hover-overlay-layer::before {
	content: "\f31e";
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.6rem;
}
.dgov2-popup-container .dgov2-popup-media .slick-prev.slick-arrow {
}
.dgov2-popup-container .dgov2-popup-media .slick-next.slick-arrow {
    right: 0;
    left: auto;
}

/***** VIDEOS *****/
.DnnModule-4421 .dgov-carousel.dgov-carousel-video {
    background: rgb(36,36,36);
    background: -moz-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(66,47,17,1) 100%);
    background: -webkit-linear-gradient(top, rgba(36,36,36,1) 0%,rgba(66,47,17,1) 100%);
    background: linear-gradient(to bottom, rgba(36,36,36,1) 0%,rgba(66,47,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#422f11',GradientType=0 );
}
#videos h2.tab-title.multimedia-tab-title {
    margin-bottom: 15px;
}

/***** EXPERIENCE *****/
.exp-img-wrap .exp-img {
    padding-top: 0;
}

/***************************************************
    PHOTO GALLERY
***************************************************/
#ImageGallerySearchDiv:before,
#ImageGallerySearchDiv:after {
    display: none;
}
#ImageGallerySearchDiv {
    display: flex;
    justify-content: space-between;
}
#ImageGallerySearchDiv > div {
    
}
#ImageGallerySearchDiv > .DGOV2DropDown {
    display: none;
}
#ImageGallerySearchDiv .DGOV2Search {
    margin-right: 0;
    float: none;
}
#ImageGallery div.Clear {
    margin-top: 15px;
}
#SearchText .Clear a.btn {
    background: #333;
    border-color: #333;
    color: #adadad;
    padding: 9px 25px;
    text-transform: none;
    letter-spacing: 0;
    width: auto;
    border-radius: 0;
    border: none;
    line-height: 1.4;
}
#SearchText .Clear a.btn:hover {
    background: #717171;
    color: #fff;
}
#spanSearchResults {
    margin-left: 20px;
    position: relative;
    top: 1px;
    color: #ff9900;
}

/***** PHOTO LISTING  *****/
#ImageGallery .dgov-pager a {
    color: #adadad;
    background-color: transparent;
}
#ImageGallery .dgov-pager .active {
    background-color: transparent;
}
#ImageGallery .dgov-pager :not(.active) a:hover {
    color: #ebebeb;
    border-bottom: 4px solid #717171;
}
#ImageGallery .dgov-pager .nextprev a:hover {
    border-bottom: 4px solid transparent !important;
}
#ImageGallery .dgov-pager .nextprev.disabled a {
    opacity: .25;
}
#ImageGallery .dgov-pager .active a,
#ImageGallery .dgov-pager .active a:link,
#ImageGallery .dgov-pager .active a:hover {
    color: #ebebeb;
    background: none;
    border-bottom: 4px solid #ff9900;
}
div.DGOV2ImageGalleryLoadMoreContainer {
    padding: 1rem 0;
}
div.DGOV2ImageGalleryLoadMoreContainer .btn-primary-ghost,
div.DGOV2ImageGalleryLoadMoreContainer .btn-primary-ghost:hover,
div.DGOV2ImageGalleryLoadMoreContainer .btn-primary-ghost:active:focus {
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    color: #141414 !important;
}
.DGOV2ImageGallerylvImage a {
    color: #adadad;
}

/***** PHOTO DETAILS  *****/

.SingleImage .page-banner .image-flipped {
    display: none;
}
.SingleImage .page-banner {
    background-image: none !important;
}
.SingleImage .page-banner-inner {
    background-image:linear-gradient(-10deg, rgba(0,0,0, .15) 0%, rgba(0,0,0, .15) 49.95%, rgba(0,0,0, 0) 50%, rgba(0,0,0, 0) 100%);
	background-color:rgba(0,0,0,0.4);
    background: rgba(17,17,17,1) !important;
}
.SingleImage .page-banner .page-banner-inner::before {
    display:none;
}
.SingleImage .page-banner .page-banner-inner::before {
    height: 120px;
    background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0', GradientType=0 );
}
.SingleImage .page-banner .content-wrap {
	padding:2rem 15px;
}
.image-gallery-detail .social .subhead,
.image-gallery-detail p,
.image-gallery-detail ul.meta,
.image-gallery-detail ul.meta i {
    color: #adadad;
}
.image-gallery-detail hr {
    border-color: #717171;
}
.image-gallery-detail h1,
.image-gallery-detail ul.meta a {
    color:#fff;
}
.image-gallery-detail ul.meta a:hover {
    color: #000;
}


/***************************************************
    VIDEOS
***************************************************/
.DVIDSUpNextDropdown {
    display: none;
}
.DVIDSFilter {
    justify-content: flex-end !important;
    margin: 0;
}
#dnn_ContentPaneBanner .base-container {
    margin-bottom: 0;
}
.video-list-wrap:after {
	margin-right: 5px;
}
/****** VIDEO PLAYER *****/
.DVIDSVideo {
    color: #ebebeb;
}
.DVIDSVideo .video-utility a {
    color: #adadad;
}
.DVIDSVideo .video-utility a:hover {
    color: #fff;
}
.DVIDSVideo h2 {
    color: #ebebeb;
}
.DVIDSVideo .meta li {
    color: #adadad;
}
.DVIDSVideo hr {
    border-top:1px solid #717171;
}
/****** VIDEO PLAYER SIDE NAV *****/
.video-list-wrap li .title-wrap > div {
    color: #ebebeb;
}
.video-list-wrap li .title-wrap:after {
    background: linear-gradient(to bottom, rgba(36,36,36,0) 0%,rgba(36,36,36.85) 100%);
}
.video-scroll-button i {
    color: #ebebeb;
}
/****** FILTER *****/
.DVIDSFilter {
    margin-bottom: 20px;
}
.DVIDSUpNextDropdown.open {
    background: #fff;
}
.DVIDSSearchBox .form-control {
    background: #222;
    color: #717171;
}
.styled-form .DVIDSSearchBox input[type=text],
.styled-form .DVIDSSearchBox button,
.styled-form .input-group-btn:last-child > .btn {
    border-color: #717171;
}
/***** TOP BAR NAV *****/
/*.top-bar-nav .btn-primary,
.top-bar-nav .btn-primary:visited {
    background: #333;
    border-color: #333;
    color: #adadad;
}
.top-bar-nav .btn-primary:hover,
.top-bar-nav .btn-primary:focus,
.top-bar-nav .btn-primary:active {
    background: #717171;
    border-color: #717171;
    color: #ffffff;
}*/


/***************************************************
    EXPERIENCE
***************************************************/
#experience {
	display: block !important;
	overflow: hidden !important;
    padding: 3rem !important;
	background: rgb(66,47,17) !important;
	background: -moz-linear-gradient(top, rgba(66,47,17,1) 0%, rgba(165,100,0,1) 40%, rgba(165,100,0,1) 60%, rgba(66,47,17,1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(66,47,17,1) 0%,rgba(165,100,0,1) 40%,rgba(165,100,0,1) 60%,rgba(66,47,17,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(66,47,17,1) 0%,rgba(165,100,0,1) 40%,rgba(165,100,0,1) 60%,rgba(66,47,17,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422f11', endColorstr='#422f11',GradientType=0 ) !important;
}
#experience::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(/Portals/1/SANDBOXES/site-design/images/multimedia-texture.png);
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
#experience h2.tab-title.multimedia-tab-title {
    position: relative;
    z-index: 2;
}
#dnn_ctr786_ContentPane {
    position: relative;
}
.aframe.also-like.experience .items {
	width: 100%;
}
.exp-filter {
    position: relative;
}
.exp-filter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #717171 !important;
    text-transform: capitalize!important;
    opacity: 1; /* Firefox */
}
.exp-filter :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #717171 !important;
    text-transform: capitalize;
}
.exp-filter ::-ms-input-placeholder { /* Microsoft Edge */
    color: #717171 !important;
    text-transform: capitalize;
}
.exp-filter .afilter {
    text-align: right;
}
.exp-filter .afilter .items {
    width: 30%;
    max-width: 396px;
}
.exp-filter .afilter input,
.exp-filter .afilter select {
    background: transparent;
    border-color: #717171;
    border-right: none;
    color: #717171;
    font-size: 18px;
    padding-right: 0;
}
.exp-filter .afilter .search input:hover {
    background: transparent;
}
.exp-filter .afilter input:focus,
.exp-filter .afilter select:focus {
    background: #fff;
    color: #000;
}
.exp-filter .keyword {
    padding-right: 57px;
}
.exp-filter .afilter .filter-item {
    padding-bottom: 0;
}
.exp-filter .afilter .filter-item.filter-item-0 {
    position: relative;
}
.exp-filter .afilter .filter-item.filter-item-1 {
    position: absolute;
    top: 0;
    right: 0;
}
.exp-filter .afilter .search input {
    position: relative;
    text-indent: -9999px;
    width: 57px;
    padding: 7px 20px;
    background: transparent;
    border: 1px solid #717171;
    border-left: none;
    margin-top: 0;
    z-index: 3;
}
.exp-filter .afilter .search:hover {
    background: #fff;
    color: #333;
    transition: all 0.5s;
}
.exp-filter .afilter .search:hover input {
    color: #000;
}
.exp-filter .afilter .search::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 14px;
    right: 0;
    width: 57px;
    text-align: center;
    color: #adadad;
    z-index: 1;
}
#experience .exp-img-wrap .exp-img {
    padding-top: 0;
}
#experience-listing-wrap .alist.no-items {
    color: #adadad;
    font-size: 20px;
}

/***************************************************
    FILTERING
***************************************************/
.DGOV2DropDown.open {
    background: #fff;
}
.styled-form .dropdown button,
.styled-form .DGOV2Search input[type=text] {
    background: transparent;
    color:#adadad;
    border-color: #717171;
}
.styled-form .DGOV2Search input[type=text]:focus,
.styled-form .DVIDSSearchBox input[type=text]:focus {
    background: #fff;
    color: #141414;
}
.styled-form .dropdown button {
    padding: 7px 20px;
    height: 44px;
    min-height: 44px;
    background: transparent;
    border: solid 1px #717171;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
}
.styled-form .dropdown button:hover,
.styled-form .dropdown button:focus {
    background: transparent;
    outline: none;
}
.styled-form .dropdown button i {
    font-size: 20px;
    top: 13px;
    color: #adadad;
}
.styled-form .dropdown-menu {
    padding: 0;
    border-radius: 0;
}
.styled-form .dropdown-menu > li > a {
    font-size: 18px;
}
.styled-form .open .dropdown-menu > li > a {
    padding: 12px 20px;
}
.styled-form .dropdown.open>.dropdown-toggle.btn-default:focus {
    background: transparent;
}
.styled-form button:focus,
.styled-form .btn:focus {

}


/***************************************************
    RESPONSIVE
***************************************************/
@media (max-width: 1180px) {
    .DGOV2ImageGalleryImagesContainer {
        padding-top: 0;
    }
    
}
@media (min-width: 992px) {
    /***** VIDEOS  *****/
    .video-list-wrap:after {
        background: linear-gradient(to bottom, rgba(36,36,36,0) 0%,rgba(36,36,36.85) 100%);
    }
    
}
@media (max-width: 992px) {
    .top-bar-nav {
        display: none;
    }
    .DVIDSSearchBox,
    .exp-filter .afilter .items {
        max-width:100%;
        width: 100%;
    }
    .DVIDSUpNextDropdown, .DVIDSSearchBox {
        margin-bottom: 0;
    }
    .experience-item .item figcaption {
        background: none;
    }
    
}
@media (max-width: 767px) {
    
    /***** DARK THEME  *****/
    .slice-angle-gray:before {
		border-bottom-color:#242424;
	}
    /***** PHOTO GALLERY  *****/
	.SingleImage .page-banner-inner {
		padding: 0;
		background: #fff;
		min-height: 45px;
	}
	.SingleImage .page-banner .content-wrap {
		padding: 0;
	}
    
}
@media (max-width: 500px) {
    /***** PHOTO GALLERY  *****/
	.DGOV2Search,
	.DGOV2DropDown {
		width: 100%;
	}
    
}
@media (max-width: 450px) {
    /***** VIDEOS  *****/
	.DVIDSVideo .video-utility li {
		margin-left:1rem;
		font-size: 1rem;
	}
    
}

/***************************************************
    end.
***************************************************/