@charset "utf-8";
/* CSS Document */
/*********************************************************************
						* ABOUT US PAGE *
*********************************************************************/
/***************************************************
	GENERAL
***************************************************/
.slice-angle {
    max-height: 590px;
}
h2.page-section-title {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size: 2.5rem;
}
/***************************************************
	TOP SLIDESHOW MODULE
***************************************************/

/***************************************************
	MISSION / ICONS
***************************************************/
#icons {
    text-align: center;
    padding-top: 3rem;
    position: relative;
    max-width: 1150px;
    margin: auto;
}
#icons .section-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.icons-each {
    min-width: 200px;
    margin-top: 30px;
}
#icons .priority-each {
    display: block;
    text-align: center;
    color: #717171;
}
#icons .graphic {
    display: inline-block;
    width: 80%;
    margin: auto;
}
#icons .graphic img {
    max-width: 130px;
}
#icons .text {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
#icons .text h3 {
    margin-bottom: 0px;
}
#icons p {
    line-height: 1.3rem;
}
#icons > div > div > div:nth-child(3) > div > div.graphic {
    max-width: 100%;
    padding-right: 15px;
}
#icons > div > div > div:nth-child(3) > div > div.graphic > img {
    max-width: 194px;
}
.icons-each h3 {
    font-size: 1.6rem;
    color: #355e93;
}
.identity {
    max-width: 860px;
    margin: auto;
    position: relative;
    top: -200px;
}
.page-wrap {
    padding: 1.5rem 1.5rem 3rem;
}
.logo-shadow {
    max-width: 255px;
    margin: auto;
    display: block;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    padding: 45px;
    position: relative;
    top: 30px;
}
.identity p {
    max-width: 88%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    font-size: 20px;
    line-height: 2rem;
}
#icons > div > div > div:nth-child(2) {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}
/***************************************************
	ARMED FORCES
***************************************************/
#dnn_ContentPaneFullBleed1 {
    position: relative;
    z-index: 3;
}
#forces {
    display: block;
    position: relative;
    padding: 11rem 0 4rem;
    color: #fff;
    min-height: 90vh;
    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;
}
div#forces:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 6rem solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    z-index: 5;
}
#forces h2 {
    color: #fff;
}
#forces .section-blurb {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 2rem;
}
#forces h2 a, #forces .section-blurb a {
    color: #fff;
}
#forces .section-inner {
    max-width: 1600px;
    margin: 0 auto;
}
#forces .seal-grid a,
#forces .seal-grid a:visited {
    display: block;
    color: #fff;
    padding: 10px;
    margin: 0 5px 10px;
    border-radius: 3px;
    transition: all .3s;
    font-size: 1rem;
    text-decoration: none;
}
#forces .seal-grid img {
    display: block;
    margin: 0 auto 5px;
    width: 100%;
    max-width: 100px;
    transform: scale(.9);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
#forces a.scroll-seal {
    color: #fff;
}
.scroll-seal span {
    position: relative;



}
.scroll-seal span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: -5px;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
#forces .seal-grid div:hover .scroll-seal span::after {
    visibility: visible;
    transform: scale(1);
}
#forces .seal-grid div:hover .scroll-seal img {
    /* box-shadow: 0 0 10px 5px #fff; */
    transform: scale(1.05);
}
#forces .cocoms-block {
    margin: 4rem auto 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    max-width: 1000px;
    padding: 25px 30px 30px;
    border-radius: 3px;
}
#forces .cocoms-block h2.page-section-title {
    font-size: 2.1rem;
}
#forces .cocoms-block p {
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 2rem;
}
/***************************************************
	LINES OF EFFORT
***************************************************/
h3.subhead {
    font-family: lato;
    font-weight: 600;
    color: #355e93;
    font-size: 1.6rem;
}
#priorities {
    text-align: center;
    padding: 4rem 0 3rem;
}
#priorities .section-inner {
    max-width: 1400px;
    margin: 0 auto;
}
a.priority-each {
    display: block;
	position: relative;
    text-align: center;
    color: #717171;
    height: 100%;
	box-shadow: none;
}
.priority-icon {
    display: block;
	position: relative;
	top: 0;
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
	transition: .15s all;
    overflow: hidden;
}
.priority-copy {
    padding: 20px 15px 25px;
}
.priority-each h3 {
    color: #355e93;
}
.priority-each h3 span {
    position: relative;
}
.priority-each h3 span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #355e93;
    left: 0;
    bottom: -5px;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.priority-each:hover h3 span::after {
    visibility: visible;
    transform: scale(1);
}
.priority-each p {
    margin: 0;
}
a.priority-each:hover {
    text-decoration: none;
}
a.priority-each:hover .priority-icon {
    top: 0;
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 12%);
}

/***************************************************
	MORE
***************************************************/
#more {
    position: relative;
}
#more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    border-bottom: 6rem solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    z-index: 5;
}
#more .color {
    background: hsla(213, 67%, 13%, 1);
    padding: 4rem 4rem 4rem 4rem;
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
	height: 100%;
}
#more .content {
    max-width: 650px;
    margin: 0 auto;
}
#more #history .color:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-image: url('https://media.defense.gov/2018/Sep/24/2002044159/900/900/0/180924-D-ZZ999-101.JPG');
    background-repeat: no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#more #hq .color:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-image: url('https://media.defense.gov/2019/Aug/05/2002166656/1088/820/0/181028-M-YQ395-0060Y.JPG');
    background-repeat: no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#more #tour .color:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-image: url('https://media.defense.gov/2023/May/17/2003224348/-1/-1/0/230515-D-PM193-1868.JPG');
    background-repeat: no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#more h2 {
    font-size: 2.1rem;
}
#more h2, #more p {
    color: #fff;
    text-align: center;
}
/***************************************************
	CONTACT
***************************************************/
#contact {
    padding: 0rem 0 4rem 0;
    margin-top: -2rem;
    position: relative;
    z-index: 9;
}
#contact > div > div.dgov-grid.background > div:nth-child(2) {
    border-left: solid #CACACA 1px;
    border-right: solid #CACACA 1px;
}
#contact .background h3, #contact .background p {
    text-align: center;
}
#contact h2 {
    text-align: center;
}
#contact .contact-block {
    margin: 20px 30px;
    position: relative;
    height: 100%;
    text-align: center;
}
/***************************************************
	RESPONSIVE
***************************************************/
@media only screen and (max-width: 1380px) {
    .identity p {
        max-width: 80%;
    }
}
/* Laptops - MD */
@media only screen and (max-width: 1200px) {
	#more .color {
        padding: 4rem 2rem 4rem 2rem;
    }
    .slice-angle {
        max-height: 500px;
    }
    .identity {
        top: -160px;
    }
    .seal-grid > div {
        min-width: 25%;
    }
    #icons {
        padding-bottom: 3rem;
        padding-top: 2rem;
    }
    .identity p {
        margin-top: 0px;
    }
    #icons > div > div > div:nth-child(2) {
        border: none;
    }
    div#forces:before {
        margin-top: -2px;
    }
    .seal-grid {
        padding: 0rem 3rem 3rem;
    }
    #forces .cocoms-block {
        margin: 0px 3rem;
    }
    #forces {
        min-height: 0px;
    }
    #leadership {
        position: relative;
        z-index: 3;
        margin-top: -1px;
    }
}
/* Tablets - SM */
@media only screen and (max-width: 991px) {
    .identity {
        top: -190px;
    }
    .logo-shadow {
        max-width: 215px;
        background: radial-gradient(circle, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 46%);
        top: 35px;
    }
    .identity p {
        max-width: 100%;
    }
    .slice-angle {
        max-height: 550px;
    }
    #forces .section-blurb {
        padding: 0rem 3rem;
        max-width: inherit;
    }
    #icons .graphic {
        width: 100%;
    }
    #icons > div > div > div:nth-child(3) > div > div.graphic img {
        padding-right: 0px;
    }
    #leadership .text-center {
        margin: 0px;
    }
    #leadership .OSD .OSD-title h3 {
        font-size: 28px;
    }
    #more .color {
        padding: 4rem 1rem 4rem 1rem;
    }
    #contact .page-section-title {
        margin: 0px;
    }
    #contact > div > div.dgov-grid.background > div:nth-child(2) {
        border-top: solid #CACACA 1px;
        border-bottom: solid #CACACA 1px;
        border-left: none;
        border-right: none;
    }
	}
/* Phones - XS */
@media only screen and (max-width: 768px) {
    .gridlayout-slideshow-main {
        display: none;
    }
    .identity {
        top: 0px;
    }
    .slice-angle {
        max-height: fit-content;
    }
    .logo-shadow {
        display: none;
    }
	.page-wrap {
		padding-bottom: 0;
	}
    #icons {
        padding: 0px;
    }
    #icons > div > div > div:nth-child(3) > div > div.graphic img {
        max-width: 260px;
    }
    .logo-shadow {
        max-width: 35%;
        background: radial-gradient(circle, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 46%);
        top: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }
    .content-wrap:before {
        display: none;
    }
    #forces .section-blurb {
        padding: 0 15px;
    }
    .seal-grid {
        padding: 0rem 0rem 3rem;
    }
    #forces .seal-grid img {
        margin: 0 auto -10px;
    }
    #forces .cocoms-block {
        margin: 0px 15px;
    }
	#contact {
		margin-top:0;
		padding: 2rem 0;
	}
    #more .color {
        padding: 3rem 15px;
    }
    #hq .color {
        border-top: 1px solid #ebebeb;
    }
	
	#tour .color {
        border-top: 1px solid #ebebeb;
    }
	
    #more:after {
        left: 0px;
		display: none;
    }
    .seal-grid > div {
        min-width: 33%;
    }
    #priorities .page-section-copy {
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 690px) {
}
@media only screen and (max-width: 560px) {
	.seal-grid > div {
		width: 180px;
	}
}