@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*
* soldierstoryprofiles.css
*/

#page_content, #parentsBody { background-color: #ffffff; }
#marqueeWrapper div#page_content { background: none; }
#left_nav { background-color: #ffffff; }

body { overflow-x:auto !important }

/*  Footer Styles  */
div.tabs div.tabContent {
	width: 100%;
}

.fixed {
	position: fixed;
}

.hidden {
	display: none;
}

/*
* * * * * * * * * * * * * * * * * * * * * * * * * *
*         GENERIC MOBILE STYLES
* * * * * * * * * * * * * * * * * * * * * * * * * *
*/
.mobile #container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

@media (max-width: 640px) {
  .mobile .topnav {
	display: block;
  }
}
.mobile body {
	min-width: 100%;
	overflow-y: scroll;
}


/*
* * * * * * * * * * * * * * * * * * * * * * * * * *
*         SOLDIER PROFILE FILTER PAGE STYLES
* * * * * * * * * * * * * * * * * * * * * * * * * *
*/
.mainheader {
	width: 100%;
}

div#sectionTitle {
	width: 300px;
	float: left;
}

.pageheadertext {
	width: 100%;
	margin: 0;
	padding-bottom: 5px;
}

.sharethispage.align-right {
	text-align: right;
	padding-top: 10px;
}

.pageheadertext #page_title h1 {
	font-size: 22px;
}

.pageheadertext #page_title p,
.locate-header-text p {
	color: #83847c;
	font-size: 15px;
	line-height: 1.2em;
}

.pageheadertext #page_title p b,
.pageheadertext #lead p b {
	color: #000;
}

#page_title,
.modSoldierProfile,
.mobile #lead {
	/*font-family: 'Source Sans Pro', sans-serif;*/
}

.modSoldierProfile p {
	padding: 0;
	margin: 0;
}

.modSoldierProfile.desktop .jobfilters {
	margin-bottom: 3.5em;
}

.modSoldierProfile.desktop.mission .jobfilters {
	margin-bottom: 1em;
}

.modSoldierProfile.desktop nav {

}

	.modSoldierProfile nav .filterprimary {
		display: inline-block;
		background-color: #f2f2f2;
		position: relative;
		z-index: 3;
		width: 100%;
		padding: 0 0 9px;
		margin-bottom: 12px;
	}

	.modSoldierProfile nav .filterprimary.tip-hover {
		z-index: 2;
	}

	.modSoldierProfile nav .filterprimary > li {
		float: left;
		list-style: none;
		margin: 0;
	}

	.no-touch .modSoldierProfile nav .filterprimary > li:hover,
	.modSoldierProfile.desktop nav .filterprimary > li.open,
	.modSoldierProfile nav .subcat {
		background-color: #d7d7d7;
	}

	.modSoldierProfile nav .filterprimary > li .mainCat {
		padding: 12px 7px 5px 15px;
		font-size: 15px;
		line-height: 15px;
		display: inline-block;
		color: #333d34;
		font-weight: 600;
		font-style: normal;
		letter-spacing: -.01em;
	}

	.modSoldierProfile.desktop nav .filterprimary .mainCat::after {
		font-family: "Material Icons";
		content: "\E313";
		font-style: normal;
		font-size: 20px;
		font-weight: 700;
		display: inline-block;
		vertical-align: middle;
		color: #131313;
		margin-left: -1px;
	}

	.no-touch .modSoldierProfile.desktop nav .filterprimary li:hover .mainCat::after,
	.modSoldierProfile.desktop nav .filterprimary li.open .mainCat::after {
		content: "\E316";
	}

	.modSoldierProfile nav .filterprimary > li:hover .mainCat {
		cursor: pointer;
	}

	.modSoldierProfile nav .filterprimary > li ul {
		display: none;
	}

	.modSoldierProfile.desktop nav .filterprimary > li ul {
		position: absolute;
		padding: 5px 25px 10px 8px;
		border-radius: 0 5px 5px 5px;
	}

	.modSoldierProfile.desktop nav .filterprimary > li.revmenu { /* reverses menu flyout */
		position: relative;
	}

	.modSoldierProfile.desktop nav .filterprimary > li.revmenu ul { /* reverses menu flyout */
		border-radius: 5px 0 5px 5px;
		right: 0;
		left: auto;
	}

	.no-touch .modSoldierProfile nav .filterprimary > li:hover ul,
	.modSoldierProfile nav .filterprimary > li.open ul {
		display: block;
	}

	.modSoldierProfile nav .filterprimary > li ul li {
		list-style: none;
		margin: 0;
		padding: 6px 7px 6px 5px;
		font-size: 14px;
		cursor: pointer;
		white-space: nowrap;
		color: #333d34;
	}

	.modSoldierProfile nav .filterprimary > li ul li.noresults {
		color: #999;
	}

	.modSoldierProfile nav .filterprimary > li ul label {
		width: 100%;
		display: block;
		cursor: pointer;
	}

	.modSoldierProfile nav .filterprimary > li ul label input {
		display: none;
	}

	.modSoldierProfile nav .filterprimary > li ul label .chkbx {
		display: inline-block;
		height: 14px;
		width: 14px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: 0 8px -3px 0;
		background-color: #fff;
	}

	.modSoldierProfile nav .filterprimary > li ul label input:checked + i.chkbx {
		background-color: #999;
	}

	.modSoldierProfile nav .filterprimary > li ul label span {

	}

	.modSoldierProfile .filtergroupSelected {
		padding: 0;
	}

	.modSoldierProfile .filtergroupSelected ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.modSoldierProfile .filtergroupSelected ul.notempty {
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.modSoldierProfile .filtergroupSelected ul div {
		margin-right: 4px;
		float: left;
	}

	.modSoldierProfile .filtergroupSelected ul li {
		display: inline-block;
		padding: 7px 0 7px 15px;
		font-size: 14px;
		margin: 0;
		cursor: pointer;
	}

	.modSoldierProfile .filtergroupSelected ul li::after {
		content: 'X';
		float: left;
		font-weight: bold;
		color: #000;
	}

	.modSoldierProfile nav .filtersecondary {
		position: relative;
		z-index: 2;
		/*border-top: 1px solid #e8e8e8;*/
		display: block;
		text-align: right;
	}

	.modSoldierProfile nav .filtersecondary .subcat {
		left: 0;
		right: 0;
		border-radius: 0 0 5px 5px;
	}

	.modSoldierProfile nav .filtersecondary .wordpopeffect {
		white-space: normal;
		text-transform: none;
		line-height: 1.4em;
		font-size: 14px;
		cursor: default;
	}

	.modSoldierProfile nav .filtersecondary .wordpopeffect .wordtipX {
		cursor: pointer;
	}

	.modSoldierProfile nav .filtersecondary .clearAllLink {

	}

	.modSoldierProfile nav .filtersecondary .clearAllLink a {
		float: left;
		text-align: left;
		position: relative;
		display: inline-block;
		padding: 7px 10px 6px;
		/*margin-top: 12px;*/
		font-size: 11px;
		cursor: pointer;
		text-transform: uppercase;
		z-index: 0;
		border-radius: 5px;
		background-color: #f2f2f2;
		color: #666;
	}

	#main_content .modSoldierProfile nav .filtersecondary .clearAllLink a:hover {
		text-decoration: none;
		color: #666;
	}

	.modSoldierProfile.desktop nav .filtersecondary .clearAllLink a::after {
		content: 'X';
		font-weight: bold;
		color: #000;
		margin-left: 4px;
	}

	.modSoldierProfile nav .filtersecondary .clearAllLink.hidden {
		display: none;
	}

	.modSoldierProfile nav .filtersecondary > .filter {
		text-align: left;
		position: relative;
		display: inline-block;
		padding: 7px 25px 7px 7px;
		margin-left: 10px;
		font-size: 11px;
		cursor: pointer;
		text-transform: uppercase;
		/*z-index: 0;*/
		border-radius: 5px;
		background-color: #f2f2f2;
	}

	.modSoldierProfile nav .filtersecondary .filter.open {
		background-color: #d7d7d7;
		border-radius: 5px 5px 0 0;
	}

	.modSoldierProfile nav .filtersecondary .filter.open .subcat {
		display: block;
	}

	.modSoldierProfile nav .filtersecondary .filter label input {
		display: none;
	}

	.modSoldierProfile nav .filtersecondary .filter .selection {
		color: #131313;
		font-weight: 700;
		display: inline-block;
	}

	.modSoldierProfile nav .filtersecondary .filter.activereserve {

	}

	.modSoldierProfile nav .filtersecondary .filter.gender {

	}

	.modSoldierProfile nav .filtersecondary .filter .mainCat {

	}

	.modSoldierProfile nav .filtersecondary .filter .mainCat .word {
		border: none;
	}

	.modSoldierProfile nav .filtersecondary .filter .mainCat .selection {

	}

	.modSoldierProfile nav .filtersecondary .filter > i {
		position: absolute;
		color: #131313;
	}

	.modSoldierProfile nav .filtersecondary .filter > i::before {
		font-family: "Material Icons";
		content: "\E313";
		font-weight: 600;
		font-style: normal;
		font-size: 20px;
		font-weight: 700;
	}

	.modSoldierProfile nav .filtersecondary .filter.open > i::before {
		content: "\E316";
	}

	.modSoldierProfile nav .filtersecondary .subcat li label .chkbx {
		display: inline-block;
		height: 14px;
		width: 14px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: 0 8px -3px 0;
		background-color: #fff;
	}

	.modSoldierProfile nav .filtersecondary .filter ul input:checked + i.chkbx {
		background-color: #999;
	}

	.modSoldierProfile nav .filtersecondary .filter ul {
		display: none;
		position: absolute;
		padding: 5px 10px 10px;
		border-radius: 0 5px 5px 5px;
	}

	.modSoldierProfile nav .filtersecondary .filter ul li {
		list-style: none;
		margin: 0;
		padding: 5px 7px 5px 5px;
		font-size: 14px;
		cursor: pointer;
		white-space: nowrap;
		color: #333d34;

		text-transform: initial;
		padding: 5px 7px 5px 0;
	}

	.modSoldierProfile nav .filtersecondary .filter ul li label {
		width: 100%;
		display: block;
		cursor: pointer;
		text-transform: capitalize;
	}

.modSoldierProfile main {
	display:none;
}

	.modSoldierProfile main section h2 {
		font-size: 20px;
		font-weight: 600;
		color: #333c33;
		margin: 15px 0 0;
		letter-spacing: -.04em;
		display: inline-block;
	}

	.modSoldierProfile main section h2 span {
		font-weight: 400;
	}

	.modSoldierProfile main section article {
		width: 631px;
		background-color: #f2f2f2;
		padding: 20px 25px 25px;
		box-sizing: border-box;
		line-height: 1.5em;
	}

	.modSoldierProfile main.male section article[data-gender=female],
	.modSoldierProfile main.female section article[data-gender=male],
	.modSoldierProfile main.reserve section article[data-activereserve=active],
	.modSoldierProfile main.active section article[data-activereserve=reserve] {
		display: none;
	}

	.modSoldierProfile main section article {
		margin-top: 17px;
	}

	.modSoldierProfile main section article .profileColumns {
		font-size: 0;
	}

	.modSoldierProfile main section article .profileColumns .headline {
		font-size: initial;
		vertical-align: top;
		font-weight: 500;
		padding-bottom: 1.2em;
		line-height: 1.4em;
		color: #333c33;
	}

	.modSoldierProfile main section article .profileColumns .headline a,
	#main_content .modSoldierProfile main section article .profileColumns .headline a:hover {
		color: #333c33;
		text-decoration: none;
	}

	.modSoldierProfile main section article .profileColumns .headline {
		padding-bottom: 20px;
	}

	.modSoldierProfile main section article .profileColumns .headline h3 {
		line-height: 1.2em;
		letter-spacing: -.02em;
		font-weight: 600;
		color: #333d34;
		font-size: 18px;
		display: inline-block;
		margin: 0;
	}

	.modSoldierProfile main section article .profileColumns .headline p {
		padding: 0;
		margin: 0;
	}

	.modSoldierProfile main section article .profileColumns .imgColumn {
		display: inline-block;
		width: 315px;
		font-size: initial;
		vertical-align: top;
	}

	.modSoldierProfile main section article.isvideo .profileColumns .imgColumn {

	}

	.modSoldierProfile main section article.isvideo .profileColumns .imgColumn span.repo-thumb-img {
		position: relative;
		display: inline-block;
	}

	.modSoldierProfile main section article.isvideo .profileColumns .imgColumn span.thumbnailoverlay {
		background: url('../../content/dam/goarmy/repo/images/btn-play-slide.png') no-repeat 7% 85%;
		background-size: 15%;
		position: absolute;
		bottom: 0;
		left: 0;
		top: 0;
		right: 0;
		/*background-color: rgba(0, 0, 0, 0.1);*/
		opacity: 1;
		z-index: 1;
	}

	.modSoldierProfile main section article .profileColumns .imgColumn img {
		width: 100%;
	}

	.modSoldierProfile main section article .profileColumns .descColumn * {
		padding: 0;
		margin: 0;
	}

	.modSoldierProfile main section article .profileColumns .descColumn {
		display: inline-block;
		margin-left: 25px;
		font-size: initial;
		vertical-align: top;
		width: 237px;
	}

	.modSoldierProfile main section article .profileColumns .descColumn h3 {
		font-size: 18px;
		font-weight: 600;
		color: #333c33;
		margin: 0 0 10px 0;
	}

	.modSoldierProfile main section article .profileColumns .descColumn dl {
		padding-bottom: .75em;
		font-size: 13px;
		font-weight: 600;
	}

	.modSoldierProfile main section article .profileColumns .descColumn dl:after {
		content: "";
		display: table;
		clear: both;
	}

	.modSoldierProfile main section article .profileColumns .descColumn dl dt {
		color: #131313;
		float: left;
		clear: left;
		text-transform: uppercase;
		font-weight: 700;
		margin-right: 4px;
	}

	.modSoldierProfile main section article .profileColumns .descColumn dl dd {
		font-weight: normal;
		color: #333d34;
	}

	.modSoldierProfile main section article .profileColumns .descColumn > p {
		padding-bottom: 10px;
		color: #83847c;
		font-size: 13px;
		float: left;
	}

	.modSoldierProfile main section article .profileColumns .descColumn a {
		font-size: 13px;
		color: #2c7cb1;
		float: left;
	}

	.modSoldierProfile main section .seeMoreCategory {
		cursor: pointer;
	}

	.modSoldierProfile.mission main section .seeMoreCategory {
		display: none;
	}

	.modSoldierProfile main section .sectfooter {
		width: 100%;
		text-align: right;
	}

	.modSoldierProfile main section .seeMoreButton,
	.modSoldierProfile main section .seeLessButton {
		float: right;
		font-size: 13px;
		font-weight: 700;
		color: #333c33;
		text-transform: uppercase;
		cursor: pointer;
		padding: 1em .5em 0 1em;
		display: block;
	}

	.modSoldierProfile.mobile main section .seeMoreButton,
	.modSoldierProfile.mobile main section .seeLessButton {
		float: none;
	}

	.modSoldierProfile main section .seeMoreButton:hover,
	.modSoldierProfile main section .seeLessButton:hover {
		color: #676767;
	}

	.modSoldierProfile main section .seeLessButton {
		display: none;
	}

	.modSoldierProfile main section .loadMoreButton {
		display: none;
		text-align: center;
		padding: 5px 0 35px;
		clear: both;
	}

	.modSoldierProfile.mobile main section .loadMoreButton {
		padding: 25px 0 35px;
		font-size: 13px;
	}

	.modSoldierProfile main .seeMoreRelated {
		text-align: center;
		padding: 0 0 65px;
		clear: both;
	}

	.modSoldierProfile main section .loadMoreButton span,
	.modSoldierProfile main .seeMoreRelated a {
		border: 1px solid #cdcdcd;
		background-color: #f2f2f2;
		text-transform: uppercase;
		padding: 4px 40px;
		width: auto;
		cursor: pointer;
		border-radius: 4px;
		color: #666666;
		font-weight: 600;
	}

	.mobile .modSoldierProfile main section .loadMoreButton span,
	.mobile .modSoldierProfile main .seeMoreRelated a {
		padding: 7px 40px;
		display: block;
		margin: 0 1em;
	}

	#main_content .modSoldierProfile main .seeMoreRelated a:hover {
		text-decoration: none;
		color: #666666;
	}

	.modSoldierProfile main section .loadMoreButton span:hover,
	.modSoldierProfile main .seeMoreRelated a:hover {
		background-color: #f9f9f9;
	}

	.modSoldierProfile main section .seeMoreButton::after,
	.modSoldierProfile main section .seeLessButton::after {
		font-family: "Material Icons";
		content: "\E313";
		font-weight: bold;
		font-style: normal;
		font-size: 24px;
		display: inline-block;
		vertical-align: middle;
	}

	.modSoldierProfile main section .seeLessButton::after {
		content: "\E316";
		margin-top: -5px;
	}

.modSoldierProfile main .profileCategories .additionalProfiles article.profileHidden {
	display: none;
}

.modSoldierProfile main div section {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 35px;
	padding-bottom: 1em;
	overflow: auto;
}
.mobile .modSoldierProfile main div section {
	margin-bottom: 25px;
}
.modSoldierProfile.mission main div section {
	border-bottom: none;
	margin-bottom: 35px;
}

/*
*****************************************************************
* MOBILE STYLES FOR FILTERS PAGE
*****************************************************************
*/

.mobile #lead {
	clear: both;
	font-size: 15px;
	padding: .5em;
	line-height: 1.5em;
}
.mobile #lead h2 {
	font-size: 27px;
    color: #333c33;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -.05em;
}

.mobile .footerMargin {
	height: 0;
}

.mobile .sharethispage {
	display: none;
}

/* filter nav menu */
.modSoldierProfile.mobile ul li {
	background: none;
	height: auto;
	position: relative;
}

.modSoldierProfile.mobile .jobfilters {
	margin-bottom: 0;
}

.modSoldierProfile.mobile .jobfilters #mobileMenuBtn {
	background-color: #f2f2f2;
	font-size: 18px;
	font-weight: 700;
	padding: 10px;
	color: #000;
	cursor: pointer;
	position: relative;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.modSoldierProfile.mobile .jobfilters #mobileMenuBtn.open {
    background-color: #e7e6e1;
}

.modSoldierProfile.mobile .jobfilters #mobileMenuBtn span::after {
	font-family: "Material Icons";
	content: "\E313";
	font-weight: bold;
	font-style: normal;
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

.modSoldierProfile.mobile .jobfilters #mobileMenuBtn.open span::after {
	content: "\E316";
}

.modSoldierProfile.mobile .jobfilters nav {
	display: none;
	height: 100%;
    background-color: #f2f2f2;
    margin-bottom: 1px;
}

.modSoldierProfile.mobile .subcat {
	position: relative;
	border-radius: 0;
	padding: 0 10px 10px;
}

.modSoldierProfile.mobile .subcat li {
	padding: 7px 5px 5px 15px;
	border: none;
	font-size: 15px;
}

.modSoldierProfile.mobile .subcat li input + i.chkbx {
	border-radius: 2px;
    height: 18px;
    width: 18px;
	margin-right: 15px;
}

.modSoldierProfile.mobile li:hover .subcat {
	display: none;
}

.modSoldierProfile.mobile .filterprimary {
	padding: 0;
	margin-bottom: 0;
}

.modSoldierProfile.mobile .filterprimary > li:hover,
.modSoldierProfile.mobile .subcat {
	background-color: transparent;
}

.modSoldierProfile.mobile #filterprimary > li {
	border-top: 1px solid #ffd530;
}

.modSoldierProfile.mobile #filterprimary > li::after {
	font-family: "Material Icons";
	content: "\E145";
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	position: absolute;
	right: 1em;
    top: .70em;
	pointer-events: none;
}

.modSoldierProfile.mobile #filterprimary > li.open::after {
	content: "\E15B";
}

.modSoldierProfile.mobile .filterprimary {
	border-bottom: 1px solid #ffd530;
}

.modSoldierProfile.mobile .filterprimary > li .mainCat {
	padding: 12px 8px 12px 25px;
}

.modSoldierProfile.mobile .filterprimary > li:hover span.mainCat,
.modSoldierProfile.mobile .filterprimary > li span.mainCat {
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
}

.modSoldierProfile.mobile .filterprimary > li.open span.mainCat {
	font-weight: 700;
	font-size: 16px;
}

.modSoldierProfile.mobile main section h2 {
	text-transform: uppercase;
	margin: 5px 15px 0;
	font-size: 18px;
	font-weight: 700;
}

.modSoldierProfile.mobile main section article {
	width: 100%;
	padding: 0;
}

.modSoldierProfile.mobile nav .filtersecondary {
	text-align: left;
	padding-bottom: 110px;
}

.modSoldierProfile.mobile nav .filtersecondary .filter {
	margin: 0;
	font-size: 16px;
	width: 100%;
	border-radius: 0;
	padding: 0 1.5em;
	cursor: default;
}

.modSoldierProfile.mobile nav .filtersecondary .filter .mainCat .selection,
.modSoldierProfile.mobile nav .filtersecondary .filter i::before {
	display: none;
}

.modSoldierProfile.mobile nav .filtersecondary .filter .mainCat {
	font-weight: 700;
	font-size: 15px;
	padding: 1em 0;
	display: block;
	color: #131313;
}

.modSoldierProfile.mobile nav .filtersecondary .filter .wordpopeffect {
	font-weight: normal;
}

.modSoldierProfile.mobile nav .filtersecondary .filter .arrow-wrapper {
	display: none !important;
}

.modSoldierProfile.mobile nav .filtersecondary ul {
	display: block;
	position: relative;
	padding: 0;
}

.modSoldierProfile.mobile nav .filtersecondary .filter ul li {
	font-size: 15px;
}

.modSoldierProfile.mobile nav .filtersecondary .filter ul li.noresults {
	color: #aaa;
}

.modSoldierProfile.mobile nav .filtersecondary .filter .targetword.mob {
	position: absolute;
	right: 75px;
}

.modSoldierProfile.mobile nav .filtersecondary .filter .targetword.mob .material-icons {
	font-size: 27px;
}

.modSoldierProfile.mobile main section article.isvideo .profileColumns .imgColumn span.repo-thumb-img {
	display: block;
}

.modSoldierProfile.mobile .filtergroupSelected {
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}

.modSoldierProfile.mobile .filtergroupSelected ul.notempty {
	margin: 10px 10px 0 0;
}

.modSoldierProfile.mobile .filtergroupSelected ul li {
	border: none;
	width: auto;
	font-size: 16px;
}

.modSoldierProfile.mobile .clearAllLink {
	position: absolute;
	right: 0;
	top: 0;
}

.modSoldierProfile.mobile .clearAllLink.hidden {
	display: none;
}

.modSoldierProfile.mobile .clearAllLink a {
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
	padding: 15px;
	margin-top: 0;
	border-radius: 0;
    text-decoration: underline;
    /*margin-right: 55px;*/
}
#main_content .modSoldierProfile.mobile .clearAllLink a:hover {
	color: #666;
}

.modSoldierProfile.mobile .clearAllLink a::after {
	display: none;
}

.modSoldierProfile.mobile main section article .profileColumns {
	display: table;
	width: 100%;
}

	.modSoldierProfile.mobile main section {
		animation: fadein 2s;
		-moz-animation: fadein 2s;
		-webkit-animation: fadein 2s;
		-o-animation: fadein 2s;
	}
	.modSoldierProfile.mobile main section article .profileColumns .imgColumn {
		display: table-header-group;
	}
	.modSoldierProfile.mobile main section article .profileColumns .descColumn {
		display: table-cell;
	}

	.modSoldierProfile.mobile main section article .profileColumns .imgColumn,
	.modSoldierProfile.mobile main section article .profileColumns .descColumn {
		width: 100%;
		margin: 0;
	}
	.modSoldierProfile.mobile main section article .profileColumns .headline,
	.modSoldierProfile.mobile main section article .profileColumns .descColumn {
		padding: 0 1em 1em;
	}
	.modSoldierProfile.mobile main section article .profileColumns .headline br,
	.modSoldierProfile.mobile main section article .profileColumns .descColumn br {
		display: none;
	}
	.modSoldierProfile.mobile main section article .profileColumns .descColumn dl,
	.modSoldierProfile.mobile main section article .profileColumns .descColumn > p,
	.modSoldierProfile.mobile main section article .profileColumns .descColumn a {
		font-size: 15px;
	}
	.modSoldierProfile.mobile main section article .profileColumns .descColumn p,
	.modSoldierProfile.mobile main section article .profileColumns .descColumn a {
		display: inline;
	}
	.modSoldierProfile.mobile main section article .profileColumns .headline h3 {
		font-size: 21px;
		line-height: 1.1em;
	}
	.modSoldierProfile.mobile main section article .profileColumns .imgColumn span.repo-thumb-img {
		display: block;
		padding: .75em;
	}

.modSoldierProfile.mobile main section .seeMoreButton,
.modSoldierProfile.mobile main section .seeLessButton {
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}

.mobile #applyFiltersBtn {
	padding: .75em;
	background-color: #f2f2f2;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	-moz-box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.2);

	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	-webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
}

.mobile #applyFiltersBtn span {
	font-size: 20px;
	font-weight: 700;
	padding: 9px 0 10px;
	border-radius: 5px;
	background-color: #57524e;
	color: #ffb619;
	display: block;
	cursor: pointer;
	margin: 8px 24px 8px 0;
}


@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes fadein { /* Firefox */
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from { opacity: 0; }
    to { opacity: 1; }
}
@-o-keyframes fadein { /* Opera */
    from { opacity: 0; }
    to { opacity: 1; }
}


/*
* * * * * * * * * * * * * * * * * * * * * * * * * *
*         SOLDIER PROFILE PAGE STYLES
* * * * * * * * * * * * * * * * * * * * * * * * * *
*/

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
#content {
	height: auto;
}

/* override video_repo.css */
#page_content {
	width: 960px;
}
#left {
	display: block;
}
#main_content {
	width: 633px;
	padding: 20px 0 0 40px;
	border-radius: 0;
}
#content div:first-child,
#tab-content div:first-child {
	border-radius: 0;
}
.repo-share,
#repo-video-bottom,
#repo-video-meta {
	display: none;
}
#repo-video-player,
#repo-video-meta #repo-video-title {
	margin: 0;
}
.modSoldierProfilePage .container .heading {
	margin-bottom: 1em;
}
.modSoldierProfilePage .container .stats,
.modSoldierProfilePage .container .quote {
	padding: 1em 0;
	margin-bottom: 1em;
}
.modSoldierProfilePage .container .stats p {
	margin: 0;
}

/* video player */
.vjs-default-skin .vjs-loading-spinner:before {
	display: none;
}
#repo-video-player .vjs-default-skin .vjs-poster {
	position: absolute;
}
#repo-video-player .vjs-default-skin .vjs-big-play-button {
	margin: 0;
	background-size: 78px 78px;
}
#repo-video-player .vjs-default-skin .vjs-big-play-button:hover {
	background-size: 78px 78px;
}

#repo-video-player .vjs-default-skin .vjs-progress-holder {
	width: 65% !important;
	left: 15%;
}
#repo-video-player .vjs-time-divider,
.vjs-volume-control.vjs-control {
	display: none !important;
}
.vjs-seek-handle.vjs-slider-handle {
	display: block !important;
}


/* GoArmy Styles revised
===============================================*/
.sharethis { text-align: right; }
body.video-fullscreen {
	overflow: hidden;
}
.modSoldierProfilePage {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	margin-bottom: 0;
}
.modSoldierProfilePage .align-right {
	text-align: right;
}
.modSoldierProfilePage .container .heading {
	margin-top: 10px;
}
.modSoldierProfilePage .container .heading h1 {
	line-height: 1.2em;
	letter-spacing: -.03em;
	font-weight: 600;
	color: #333d34;
	font-size: 22px;
}
.modSoldierProfilePage .container .stats {
	font-size: 16px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	line-height: 1.5em;
	color: #000;
	letter-spacing: -.01em;
}
.desktop .modSoldierProfilePage .container .stats {
	font-size: 14px;
	max-width: 360px;
}
.modSoldierProfilePage .container .quote {
	color: #767676;
	line-height: 1.3em;
	font-size: 17px;
	display: block;
	background-color: #f2f2f0;
	max-width: 200px;
	padding: 15px 25px;
	letter-spacing: -.01em;
	float: right;
}
.desktop .modSoldierProfilePage .container .quote {
	margin: 0 0 20px 20px;
}
.modSoldierProfilePage .container .quote p {
	display: inline;
}
.modSoldierProfilePage .container .quote .text::before {
	content: '\201C';
}
.modSoldierProfilePage .container .quote .text::after {
	content: '\201D';
	margin-left: -4px;
}
.modSoldierProfilePage .container .quote .attribution {
	margin-top: .5em;
    text-align: right;
}
.modSoldierProfilePage .container .quote .attribution::before {
	content: '\2014  ';
}
.modSoldierProfilePage .container .detail {
	font-size: 14px;
	line-height: 1.3em;
	border-bottom: 1px solid #cdcdcd;
	color: #83847c;
}
.mobile .modSoldierProfilePage .container .detail {
	font-size: 16px;
	line-height: 1.6em;
	/*font-weight: 600;*/
}

.mobile .modSoldierProfilePage .container .heading br,
.mobile .modSoldierProfilePage .container .quote .text br,
.mobile .modSoldierProfilePage .container .detail br {
	display: none;
}
.modSoldierProfilePage .container .detail p {
	margin-bottom: 1em;
}

/* Read Full Story */
.rfs-container {
	max-height: 370px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.rfs-container.belay {
	max-height: none;
}
.rfs-container .read-more {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 55px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.rfs-container.belay .read-more {
	display: none;
}
.rfs-container .read-more .linkwrap {
	position: absolute;
	bottom: 0;
	bottom: -20px;
	height: auto;
	width: 100%;
	background-color: white;
	text-align: right;
	border-top: 1px solid #cdcdcd;
	padding: 13px 0 0;
	font-size: 13px;
	font-weight: 700;
}
.rfs-container .read-more .linkwrap a,
#main_content .rfs-container .read-more .linkwrap a:hover {
	color: #83847c;
	text-decoration: none;
}


/* video transcript */
/* ************ */
#repo-video-transcript {
	position: relative;
	color: #83847a;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	/*font-weight: 600;*/
}
#repo-video-transcript a {
	color: #83847a;
	font-weight: 600;
}
#repo-video-transcript .transcript {
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
#repo-video-transcript .transcript.closed {
	margin-bottom: 0;
}
#repo-video-transcript .transcript .transcript-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 1em;
}
#repo-video-transcript .transcript p {
	margin-bottom: 1em;
}
#repo-video-transcript .transcript.closed {
	height: 0;
	border-bottom: 0;
}
#repo-video-transcript .transcript:after {
	padding-bottom: 12px;
}
#repo-video-transcript .transcript-open-close {
	float: right;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
}


/* Related Categories */
/* ************ */
.modSoldierProfilePage .related-categories {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 4em;
	clear: both;
}
.modSoldierProfilePage .related-categories .title {
	font-size: 16px;
	font-weight: 700;
	color: #333d34;
	margin-bottom: 5px;
	letter-spacing: -.05em;
}
#main_content .modSoldierProfilePage .related-categories a,
#main_content .modSoldierProfilePage .related-categories a:hover {
	color: #333d34;
	text-decoration: underline;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 600;
}


/* related profile footer */
/* ************ */
#footer-related-profiles {
	background-color: #f2f1ee;
	margin: 0 -38px 0 -40px;
	padding: 20px 19px 15px 39px;
}
#footer-related-profiles .rp-row {
	padding: 0;
}
#footer-related-profiles .rp-row h2 {
	font-size: 14px;
	color: #000;
	display: block;
}
#footer-related-profiles .rp-row h2 a:after {
	display: none;
}
#footer-related-profiles ul.thumbs-row {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	transition: 0.3s;
	height: 180px;
}
#footer-related-profiles ul.thumbs-row li {
	padding: 0 10px 0 0;
	margin: 0;
	width: 150px;
	height: auto;
	float: left;
}
#footer-related-profiles ul.thumbs-row li img {
	max-width: 100%;
	max-height: 310px;
}
#footer-related-profiles ul.thumbs-row.closed {
	height: 0;
}
#footer-related-profiles ul.thumbs-row a {
	color: #333c33;
	text-decoration: none;
}
#footer-related-profiles ul.thumbs-row h3 {
}
#footer-related-profiles ul.thumbs-row li h3 {
	color: #333c33;
	margin: 5px 0;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0;
}
#footer-related-profiles ul.thumbs-row p {
	font-size: 11px;
	color: #333c33;
}
#footer-related-profiles ul.thumbs-row a:hover {
	text-decoration: none;
}
#footer-related-profiles ul.thumbs-row a:hover span.thumbnailoverlay {
	opacity: 1;
}
#footer-related-profiles ul.thumbs-row span.repo-thumb-img {
	position: relative;
	display: inline-block;
	width: 100%;
}
#footer-related-profiles ul.thumbs-row span.thumbnailoverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: 0.3s;
	z-index: 1;
}
#footer-related-profiles ul.thumbs-row .video span.thumbnailoverlay {
	background: url('../../content/dam/goarmy/repo/images/btn-play.png') no-repeat 7% 85%;
	background-color: rgba(0, 0, 0, 0.2);
	background-size: 35px 35px;
}
@media (max-width: 963px) {
	#footer-related-profiles ul.thumbs-row li {
		width: 24%;
		padding-right: 1.3%;
	}
}
#footer-related-profiles ul.thumbs-row li span.thumbnailoverlay {
	background-size: 30px 30px;
}
#footer-related-profiles ul.thumbs-row li:last-child {
	padding-right: 0;
}
#footer-related-profiles .repo-featured,
#footer-related-profiles .rp-row {
	box-sizing: border-box;
}
#footer-related-profiles .repo-featured h2,
#footer-related-profiles .rp-row h2 {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer-related-profiles .repo-featured h2 a,
#footer-related-profiles .rp-row h2 a {
	color: #000;
	text-decoration: none;
}
#footer-related-profiles .repo-featured h2 a:after,
#footer-related-profiles .rp-row h2 a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 15px;
	margin-left: 15px;
}




#footer-related-profiles .bottom-thumbs {
	position: relative;
}
#footer-related-profiles .bottom-thumbs .showmore {
	position: absolute;
	right: 38px;
	top: -27px;
	cursor: pointer;
	font-size: 11px;
	color: #58544d;
	font-weight: 600;
}
#footer-related-profiles .bottom-thumbs .showmore:after {
	position: absolute;
    font-family: "Material Icons";
    content: "\E313";
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
	top: 1px;
	color: #131313;
}
#footer-related-profiles .bottom-thumbs .showmore.active:after {
    content: "\E316";
}


/*
*****************************************************************
* MOBILE STYLES
*****************************************************************
*/
.mobile .header img {
	width: 100%;
}
.mobile .sharethis {
	margin-top: 20px;
	text-align: left;
	padding: 0 1em;
}
body.mobile #video-repo-wrap,
body.mobile-device #video-repo-wrap {
	padding-bottom: 0;
}
.mobile #container .modSoldierProfilePage > .container {
	margin: 0 1em;
}
.mobile .rfs-inner .quote {
	max-width: 100%;
	border: none;
	float: none;
	padding: 15px;
}
.mobile .rfs-container {
	max-height: 700px;
}
.mobile .rfs-container.belay {
	max-height: none;
}
.mobile .related-categories {
	padding: 1em;
	margin: 1em 0;
}
.mobile .related-categories .title {
	font-size: 19px;
	margin-bottom: .5em;
}
.mobile .related-categories a {
	font-size: 16px;
	text-decoration: underline;
	color: #333d34;
	font-weight: 600;
	line-height: 1.7em;
}
.modSoldierProfile.mobilePage .container .stats,
.modSoldierProfile.mobilePage .container .detail,
.mobile #repo-video-transcript {
	font-size: 16px;
	line-height: 1.6em;
	/*font-weight: 600;*/
}
.mobile .modSoldierProfilePage .container .stats {
	border-bottom: none;
	margin-bottom: 0;
}
.mobile #repo-video-transcript .transcript-open-close,
.mobile .rfs-container .read-more .linkwrap {
	font-size: 15px;
}
.modSoldierProfile.mobilePage .container .quote {
	font-size: 22px;
}
.mobile  #footer-related-profiles {
	padding: 1em;
	margin: 1em 0 0;
	background-color: transparent;
}
.mobile #repo-video-player .vjs-default-skin .vjs-big-play-button {
	background-size: 15%;
}
.mobile #footer-related-profiles .repo-featured h2,
.mobile #footer-related-profiles .rp-row h2 {
	margin-bottom: 10px;
	font-size: 20px;
}
.mobile #footer-related-profiles ul.thumbs-row {
	height: auto;
	max-height: 2000px;
}
.mobile #footer-related-profiles ul.thumbs-row li {
	width: 100%;
	margin-bottom: 30px;
}
.mobile #footer-related-profiles ul.thumbs-row span.repo-thumb-img {
	height: auto;
}
.mobile #footer-related-profiles ul.thumbs-row li img {
	width: 100%;
	max-height: 100%;
}
.mobile #footer-related-profiles ul.thumbs-row a:hover span.thumbnailoverlay {
	display: none;
}
.mobile #footer-related-profiles ul.thumbs-row .video a:hover span.thumbnailoverlay {
	display: block;
}
.mobile #footer-related-profiles ul.thumbs-row .video span.thumbnailoverlay {
	background: url(../../content/dam/goarmy/repo/images/btn-play-slide.png) no-repeat 7% 85%;
	background-size: 15%;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity: 1;
	z-index: 1;
}
.mobile #footer-related-profiles ul.thumbs-row li h3,
.mobile #footer-related-profiles ul.thumbs-row li h3 p {
	font-size: 16px;
	line-height: 1.4em;
}
.mobile #footer-related-profiles .top-thumbs ul.thumbs-row > :nth-child(n+3) { /* hide everything after second li */
	display: none;
}
.mobile #footer-related-profiles .bottom-thumbs { /* hide all from second row */
	display: none;
}
#mobileShowMoreBtn {
    border: 2px solid #bfb8ab;
    color: #83847c;
    background: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 2em;
}
.modSoldierProfile main .profileSubcategories .empty-msg {
    font-size: 15px;
    line-height: 1.5em;
    padding: 0 1em 2em;
    text-align: center;
}
