/*************************************/
/*********POW/MIA EXPERIENCE PIECE************/
/*************************************/


@import url("https://use.typekit.net/qyu3ubg.css");

/*************************************/
/*********GENERAL************/
/*************************************/
.triangle {
  vertical-align: middle;
    width: 60px;
    margin: -30px auto 0;
    height: 30px;
    z-index: 1000;
    position: relative;
    top: 30px;
    border-top: solid 30px rgb(41, 51, 67);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

/*************************************/
/*********BANNER************/
/*************************************/

.top-banner {
    padding-top: 56.3%;
    position: relative;
}
.bannerstuff {
    position: absolute;
    padding-left: 10%;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: #fff;
}
.bannerstuff h1 {
        color: #ffffffe0;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 4.5rem;
    letter-spacing: 1px;
    
}
.bannerstuff h1 span {
    display: block;
    font-size: 40px;
    font-weight: 400;
}
.bannerstuff .box {
        display: block;
    font-family: crimson text;
    font-size: 2.5em;
    text-transform: uppercase;
    max-width: 475px;
	background-color: #293343bf;
    padding: 2rem;
    outline: 1px solid #f98e00;
    outline-offset: -15px;
}
.bannerstuff .box span:nth-of-type(2) {
	display: block;
    padding-left: 60px;
}
.bannerstuff .box span:nth-of-type(3) {
	display: block;
    padding-left: 120px;
}
.subtitle {
    font-family: crimson text;
    font-size: 1.4em;
    margin-top: -10px;
    padding: 5px 8px;
    border-radius: 4px;
    font-style: italic;
    background-image: linear-gradient(to left, rgba(249,142,0,0), rgba(249,142,0,1));
}
 /* SOCIAL */
.social-top {
	    z-index: 1000;
    float: right;
    margin-right: 22%;
	margin-top: 2px;
}
.social-inner {
	display: flex;
    font-size: 1.2rem;
}
.social-inner a {
	width: 35px;
	height: 35px;
	font-size: 18px;
}
.social-inner a, .social-inner a:link {
	color: #fff;
	text-decoration: none
}
.social-inner a {
	border: 1px #fff solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}
.social-inner a {
	width: 30px;
	height: 30px;
}
.social-inner a.addthis_button_facebook {
	    transition: all .2s ease-in;
    margin-right: 10px;
}
.social-inner a.addthis_button_facebook:hover span {
	color: #fff;
}
.social-inner a.addthis_button_facebook:hover {
	background-color: #3b5998;
	
}
.social-inner a.addthis_button_twitter:hover span {
	color: #fff;
}
.social-inner a.addthis_button_twitter:hover {
	background-color: #00aced;
	
}
.social-inner a.addthis_button_twitter {
	padding-top: 2px;
    transition: all .2s ease-in;
 
}
.social-inner a.addthis_button_email:hover span {
	color: #fff;
	transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover {
	background-color: #DD4B39;
	
}
.social-inner a.addthis_button_email {
	margin-left: 10px;
    font-size: 16px;
    transition: all .2s ease-in;	
}

/*************************************/
/*********HISTORY SECTION************/
/*************************************/
.history H1, .missingman H1 {
    color: #f98e00;
    text-align: center;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.9rem;
}
.history, .missingman, .profiles-inner {
    max-width: 70%;
    margin: 0 auto;
}
.history p, .missingman p {
     color: #fff;
    line-height: 1.6em;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
}
div#content-pane-wrap, #content-pane-wrap3 {
    background-color: #293343;
    padding: 3rem;
}




/*************************************/
/*********HIGHLIGHT STYLES************/
/*************************************/


.highlighter {
    
    width: max-content;
    background-size: 200% auto; 
    background-image: linear-gradient(to right, transparent 50%,#f98e00 50%);
    background-position: 0% 0;
    animation-duration: 4s;
    animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.highlighter.active{
   animation-name: highlighter;
font-weight: 700;
}

@keyframes highlighter {
    from {background-position: 0% 0;}
    to {background-position: -100% 0;}
	
}

/*************************************/
/*********BOUCHARD VIDEO************/
/*************************************/

.bouchard video {
    width: 100vw;
    max-height: 790px;
    object-fit: cover;
	    vertical-align: middle;
}

.bouchard .content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.bouchard .center-top {
    top: 25%;
    position: absolute;
    width: 28%;
    right: 10%;
    max-width: 600px;
}

.bouchard h2 {
    color: #fff;
    font-family: crimson text;
    font-weight: 400;
}
.bouchard p {
    color: #fff;
    font-family: crimson text;
    font-size: 1.3em;
    right: 100px;
    position: absolute;
}
.play-video {
        font-family: 'pt-futura', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #fff;
    margin-top: 100px;
    padding-top: 30px;
    width: 100%;}
.playbtn strong {
    font-weight: 700;
    display: block;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}.playbtn .ico {
    border: 2px solid #fff;
    background-color: rgba(0,0,0,.1);
    text-align: center;
    width: 2.9em;
    height: 2.9em;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    float: left;
    margin-top: -.3em;
    margin-right: 1em;
    padding: .7em 0 0 .3em;
    background-image: url(/Portals/1/Interactive/2020/01-POW-MIA/vid-play-wave.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1% 1%;
    -webkit-animation: pulse 2.2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: pulse 2.2s ease-out;
    animation-iteration-count: infinite;
    cursor: pointer;
}
.playbtn .ico {
    -webkit-transition: transform .2s,background .3s;
    -moz-transition: transform .2s,background .3s;
    -o-transition: transform .2s,background .3s;
    transition: transform .2s,background .3s;
	color: #fff;
}
.playbtn.big {
    display: inline-block;
}

.breakout2 .playbtn {
    margin-left: 3%;
    display: inline-block;
    width: auto;
    text-align: left;
    vertical-align: top;
}
.big {
    display: inline;
}
.playbtn {
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    font-size: 19px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
}
.playbtn.ico:hover {
    transform: scale(1.15);
    background-color: rgba(255,255,255,.1);
}
@-webkit-keyframes pulse {
0% {
background-size:1% 1%
}
100% {
background-size:360% 360%
}
}
@keyframes pulse {
0% {
background-size:1% 1%
}
100% {
background-size:360% 360%
}
}
/*************************************/
/*********COSTNER POW VIDEO************/
/*************************************/
#pow {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.pow-inner  { min-height: 650px;}

.play-video2 {
        font-family: 'pt-futura', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #fff;
    margin-top: 70px;
    padding-top: 30px;
    width: 100%;}


/*************************************/
/*********PHOTO ROW************/
/*************************************/
.photo-row {
    padding: 3rem;
}
.photo-row.cropzoomimg-container {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/*************************************/
/*********RECOVERY TEAM************/
/*************************************/

div#content-pane-wrap9 {
    background-image: url(/Portals/1/Interactive/2020/01-POW-MIA/map.jpg);
    background-size: cover;
	    padding: 5rem;
}
.recovery-box {
    color: #fff;
    background-color: #293343;
    padding: 30px;
    border-radius: 4px;
    margin: 30px 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.recovery H1 {
    color: #293343;
    text-align: center;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.9rem;
}
.recovery .pics {box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
.recovery p {font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
margin: 0 0 15px;}

.recovery span {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    opacity: .6;
}

img.img-fluid.leftone {
    min-height: 613px;
}



/***************************************************
	MODALS
***************************************************/
.modal-dialog {
    z-index: 999;
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0px;
	

}
.close {
	    font-size: 3rem;
    margin-top: 5px;
    margin-right: 25px;
	    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    z-index: 2;
    position: relative;
    opacity: 1;
}
.modal-content {
    height: auto;
    opacity: 0.95;
    background-color: #6d3208;
    padding: 40px;
}

.modal-footer {
	border: none;
	margin-top: 20px;
	margin-bottom: 40px;
}

.modal-body {
	margin-top: 75px;
}

.modal-backdrop {
	z-index: 1;
}


/*************************************/
/*********PROFILES *******************/
/*************************************/

.profiles {
    padding: 5rem;
	min-height: 750px;
	background-image: url(/Portals/1/Interactive/2020/01-POW-MIA/profiles.jpg)
}
.profiles H1 {
    color: #293343;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.3rem;
    line-height: 1.1em;
}
.profiles p {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2em;
    max-width: 55%;
    margin: 0 auto;
    padding: 2rem 2rem 3.5rem;
    color: #293343;
}
.profiles .btn {
    border: none;
    background-color: #293343;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0 auto;
}
.profiles.btn.focus, .profiles.btn:focus, .profiles.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #293346c7!important;
}