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

/***************************************************
	LEADERS PAGES
***************************************************/

/***************************************************
    FONTS
***************************************************/

/***************************************************
    STRUCTURE
***************************************************/
h2.page-section-title {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size: 2.7rem;
}
div#ContentPanePage84 > div {
    padding-left: 0;
    padding-right: 0;
}

/***** SIDEBAR *****/
.sidebar-section {
	display: block;
	position: relative;
	margin: 0 0 2rem 45px;
}
.sidebar-section .sidebar-section-inner {
    padding: 22px 30px 25px;
    background: #ebeff5;
    border: 1px solid #355e93;
    border-top: none;
}
.sidebar-section-full .sidebar-section-inner {
    padding: 10px 0 0;
    background: none;
    border: none;
    border-top: none;
}


.style-list-section .sidebar-section-inner {
    padding: 12px 30px 15px;
}
ul.style-list li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #aebfd4;
}
ul.style-list li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
ul.style-list li a {
    display: inline-block;
    padding: 10px 0;
    color: #355e93;
}
ul.style-list li a span {
	padding-right: 13px;
	border-left: 0px solid #fff;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
ul.style-list li a:hover {
	text-decoration: none;
}
ul.style-list li a:hover span,
ul.style-list li.active a span {
	color: #355E93;
	padding-right: 0;
	padding-left: 10px;
	border-left: 3px solid #254267;
}
/***** SECTION TITLES *****/
h2.tab-title {
	display: block;
	text-align: right;
	overflow: hidden;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: none;
	color: #717171;
}
h2.tab-title a,
h2.tab-title span {
    display: inline-block;
	position: relative;
    background-color: #254267;
    color: #fff;
    padding: 3px 5px 2px 5px;
	border-radius: 0 4px 0 0;
	height: 33px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title span {
	padding-right: 15px;
}
h2.tab-title a:before,
h2.tab-title span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -55px;
	width: 0;
	height: 0;
	border-bottom: 33px solid #254267;
	border-left: 55px solid transparent;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title a:hover {
	text-decoration: none;
	background: #15263b;
}
h2.tab-title.hover  {
    border-bottom: 3px solid #15263b;
}
h2.tab-title a:hover:before {
	border-bottom-color: #15263b;
}
h2.tab-title a .fas {
	position: relative;
	top: -2px;
	margin:0 10px 0 5px;
	font-size: .8em;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title a:hover .fas {
	margin:0 5px 0 10px;
}

/***** NEWSROOM *****/
#newsroom {
	padding-top: 0;
}
.newsroom-inner {
	max-width: 1400px;
	margin: 0 auto;
}
#homePress {
	margin-left: 45px;
}
#homePress .alist-inner {
	padding: 12px 30px 15px;
    background: #ebeff5;
    border: 1px solid #355e93;
    border-top: none;
}
#homePress .item {
	margin: 10px 0;
}
#homePress .content-type-text {
	display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #355e93;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#homePress h3 {
    font-family: "crimson text", serif;
	font-size: 21px;
	margin: 0;
	font-weight: 500;
}
#homePress hr {
	margin: 10px 0 15px;
}
#homePress .separator {
	color: #355e93;
    opacity: .5;
    margin: 0 8px 0 6px;
}
#homePress time {
	display: inline-block;
	font-size: 15px;
	margin:5px 0;
	color: #717171;
}

/***************************************************
    TOP BANNER
***************************************************/
.page-banner .image-flipped {
	height: 550px;
}
/*.page-wrap {
	position: relative;
	z-index: 3;
}
.page-banner-inner {
	background-image: none;
	background-color: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 40%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 40%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}
.page-banner.no-image {
	background: #254267;
}
.no-image .page-banner-inner {
	background-image: none;
	background: none;
}
.page-banner-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 100%;
	background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,0.6) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#99fafafa',GradientType=0 );
}
.page-banner .content-wrap {
	max-width: 1400px;
	padding: 6rem 0 0;
	text-align: left;
}
h1.page-title,
div.page-title {
	margin: 0 0 18px;
	font-size: 3.2rem;
}
main > .slice-angle-down-top:before {
	display: none;
}

.image-flipped {
	display: block;
	background: #254267;
	position: absolute;
	top: 100%;
	z-index: 1;
	height: 470px;
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transform: rotate(180deg) scaleX(-1);
	-moz-transform: rotate(180deg) scaleX(-1);
	-o-transform: rotate(180deg) scaleX(-1);
	transform: rotate(180deg) scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.image-flipped::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 470px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 75%, rgba(250,250,250,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 75%,rgba(250,250,250,0.6) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,1) 75%,rgba(250,250,250,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#99fafafa',GradientType=0 );
}*/

/***************************************************
    ROLE PHOTO
***************************************************/
.role {
    display: block;
    position: relative;
    background: #ebeff5;
    margin: 0 0 30px;
}
.role-img {
    display: block;
    color: #fff;
    background-color: #355e93;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
    width: 100%;
}
.role-img img {
	display: none;
}
.role p {
    display: block;
    padding: 20px 30px;
    margin: 30px;
    color: #333;
    font-style: italic;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    max-width: 600px;
}

/***************************************************
    TODAY IN DOD
***************************************************/
#today-in-dod .sidebar-section-inner {
    padding-bottom: 0;
}
.updated-date {
    display: block;
    text-align: right;
    font-size: 15px;
    color: #717171;
}
.leader-event-wrap p {
    margin: 0 0 30px;
}
.leader-event-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.leader-event-wrap-inner {
    display: block;
    max-height: 230px;
}
.leader-event-wrap-inner.button-needed:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: -moz-linear-gradient(top, rgba(235,239,245,0) 0%, rgba(235,239,245,1) 75%);
    background: -webkit-linear-gradient(top, rgba(235,239,245,0) 0%, rgba(235,239,245,1) 75%);
    background: linear-gradient(to bottom, rgba(235,239,245,0) 0%, rgba(235,239,245,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebeff5', endColorstr='#ebeff5', GradientType=0 );
}
.leader-event-wrap-inner .btn {
    display: none;
}
.button-needed {
	min-height: 75px;
}
.button-needed .btn {
    display: block;
    position: absolute;
    bottom: 25px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0px);
	min-width: 186px;
}
.leader-event-wrap-inner {
    display: block;
    max-height: 230px;
    position: relative;
    overflow: hidden;
}

/****************** EVENT MODAL *********************/

#leaderEventModal {
	z-index:9999;
	text-align: center;
}
#leaderEventModal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#leaderEventModal .modal-dialog {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
#leaderEventModal .modal-header {
	background-color: #254267;
    padding: 8px 30px;
    border-radius: 4px 4px 0 0;
}
#leaderEventModal .modal-title {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
    position: relative;
    color: #fff;
	font-size: 24px;
	font-weight: 400;
}
#leaderEventModal .modal-header .close {
	color: #fff;
    opacity: 1;
    font-size: 2rem;
    z-index: 3;
    display: block;
    position: relative;
}
#leaderEventModal .modal-body {
	padding: 20px 30px;
	min-height: 200px;
}
#leaderEventModal .updated-date {
	margin-top: 15px;
}

/***************************************************
    SOCIAL
***************************************************/
#social p {
    text-align: center;
    margin: 0 0 15px;
}
.social-grid * {
    text-decoration: none;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.social-grid a {
	display: block;
}
.social-grid .icon {
    width: 60px;
    height: 60px;
    margin: 7px auto;
    border-radius: 30px;
    text-align: center;
    position: relative;
}
.social-grid .icon i {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.social-grid a:hover {
    text-decoration: none;
}
.social-grid i {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.social-grid span {
    text-align: center;
    font-size: 1rem;
    display: none;
}
.social-grid .twitter i {
    color: #55acef;
}
.social-grid .twitter:hover .icon i {
    color: #fff;
}
.social-grid .twitter:hover .icon {
    background-color: #55acef;
}
.social-grid .facebook i {
    color: #3b5997;
}
.social-grid .facebook:hover .icon i {
    color: #fff;
}
.social-grid .facebook:hover .icon {
    background-color: #3b5997;
}
.social-grid .flickr i {
    color: #ff0084;
}
.social-grid .flickr:hover .icon i {
    color: #fff;
}
.social-grid .flickr:hover .icon {
    background-color: #ff0084;
}
.social-grid .linkedin i {
    color: #007bb6;
}
.social-grid .linkedin:hover .icon i {
    color: #fff;
}
.social-grid .linkedin:hover .icon {
    background-color: #007bb6;
}
.social-grid .instagram i {
    color: #000;
}
.social-grid .instagram:hover .icon i {
    color: #fff;
}
.social-grid .instagram:hover .icon {
    background-color: #000;
}
.social-grid .youtube i {
    color: #fe0201;
}
.social-grid .youtube:hover .icon i {
    color: #fff;
}
.social-grid .youtube:hover .icon {
    background-color: #fe0201;
}
.social-grid .alexa i {
    color: #32c4f3;
}
.social-grid .alexa:hover .icon i {
    color: #fff;
}
.social-grid .alexa:hover .icon {
    background-color: #32c4f3;
}
.social-grid .podcast i {
    color: #8529bf;
}
.social-grid .podcast:hover .icon i {
    color: #fff;
}
.social-grid .podcast:hover .icon {
    background-color: #8529bf;
}
.social-grid .rss i {
    color: #f7711a;
}
.social-grid .rss:hover .icon i {
    color: #fff;
}
.social-grid .rss:hover .icon {
    background-color: #f7711a;
}
#social a .icon i {
    color: #355e93;
}
#social a:hover .icon i {
    color: #fff;
}

/***************************************************
    LEADER PHOTOS
***************************************************/
#content-pane-wrap {
	position: relative;
	z-index: 9;
	transform: translateY(-100px);
	margin-bottom: -100px;
}
#content-pane-wrap > .content-wrap {
	padding: 0 2rem;
	clear: both;
}
#leader-photos {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 3rem;
	border: 1px solid #355e93;
	background-image: url(https://media.defense.gov/2020/Apr/29/2002290830/-1/-1/0/200428-D-BN624-0058Y.JPG);
	background-position: center;
	background-size: cover;
}
#leader-photos .photos-copy-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 20px -2px rgba(0,0,0,0.75) inset;
}
#leader-photos h2.section-title {
	color: #222;
}
#leader-photos .photos-copy {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 2rem 0;
	z-index: 999;
	background: -moz-linear-gradient(left, rgba(235,239,245,1) 0%, rgba(235,239,245,1) 35%, rgba(235,239,245,0) 80%);
	background: -webkit-linear-gradient(left, rgba(235,239,245,1) 0%,rgba(235,239,245,1) 35%,rgba(235,239,245,0) 80%);
	background: linear-gradient(to right, rgba(235,239,245,1) 0%,rgba(235,239,245,1) 35%,rgba(235,239,245,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeff5', endColorstr='#00ebeff5',GradientType=1 );
}
#leader-photos .photos-copy p {
	max-width: 650px;
}
#leader-photos .photos-copy > .dgov-grid {
	max-width: 1400px;
	padding: 0 2rem;
}
#leader-photos .ModSlideShowC {
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	width: 75%;
	background: #fff;
	transform: translateY(-50%) rotate(5deg);
}
#leader-photos .ModSlideShowC .gridlayout-cell {
	padding: 4px;
}
#leader-photos .ModSlideShowC .gridlayout {
	padding: 0;
}



/***************************************************
    RESPONSIVE
***************************************************/

/* DESKTOP - LG */
@media only screen and (max-width: 1200px) {
	.sidebar-section,
	#homePress {
		margin: 2rem 0 0;
	}
	#content-pane-wrap {
		transform: none;
		margin-bottom: 0;
	}
	#content-pane-wrap > .content-wrap {
		padding: 0 2.25rem;
	}
}

/* LAPTOP - MD */
@media only screen and (max-width: 991px) {
	#content-pane-wrap > .content-wrap {
		padding: 0 45px;
	}
	#leader-photos {
		text-align: center;
	}
	#leader-photos .photos-copy {
		padding-top: 10rem;
		background: -moz-linear-gradient(top, rgba(235,239,245,0) 0%, rgba(235,239,245,1) 50%);
		background: -webkit-linear-gradient(top, rgba(235,239,245,0) 0%,rgba(235,239,245,1) 50%);
		background: linear-gradient(to bottom, rgba(235,239,245,0) 0%,rgba(235,239,245,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebeff5', endColorstr='#ebeff5',GradientType=0 );
	}
	.role-img {
		min-height: 0;
	}
	.role-img img {
		display: block;
	}
	.role p {
		position: relative;
		margin: 0;
		width: 100%;
		max-width: 100%;
		/* padding: 20px 30px 20px; */
		color: #333;
		background: #ebebeb;
		font-size: 18px;
	}
	
}

/* Phones - XS */
@media only screen and (max-width: 768px) {
	#content-pane-wrap > .content-wrap {
		padding: 0 15px;
	}
	#person {
		text-align: center;
	}
	
}

/***************************************************
    end.
***************************************************/