@charset "utf-8";

/* Custom Fonts */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700|Titillium+Web:400,600,700');

/* Overrides and Custom Styles */

body {
    font-family: 'Titillium Web', sans-serif;
    position: relative;
}

html {
    font-family: 'Titillium Web', sans-serif;
}

p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #404040;
}

h1 {
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 25px;
}

h2 {
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 25px;
}

h3 {
    font-family: 'Noto Sans KR', sans-serif;
}

h4 {
    font-family: 'Noto Sans KR', sans-serif;
}

h5 {
    font-family: 'Noto Sans KR', sans-serif;
}

h6 {
    font-family: 'Noto Sans KR', sans-serif;
}

footer {
    background-color: #000000;
    padding-top: 25px;
    padding-bottom: 25px;
}

a:link {
    color: #a5300f;
}

a:hover {
    color: #a5300f;
    text-decoration: none;
}

a:visited {
    color: #a5300f;
}

a:active {
    color: #a5300f;
}


.jumbotron-fluid {
    margin-bottom: 0px;
    height: 80vh;
}

.navbar-nav {
    font-size: 20px;
    margin-right: 4%;
}

.nav-item {
    margin-right: 20px;
}

.nav-link:hover {
    color: #a5300f !important;
    text-decoration: none;
}

.test {
    background-image: url("https://res.cloudinary.com/randall1977/image/upload/q_auto:low/v1541295959/test-image_riqgam.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-2 {
    background-image: url("https://res.cloudinary.com/randall1977/image/upload/q_auto:low/v1541295959/poc-back_jahp04.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.poc-1 {
    background-image: url("https://res.cloudinary.com/randall1977/image/upload/q_auto:eco/v1541295945/mcsc_uzehpt.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.poc-2 {
    background-image: url("https://res.cloudinary.com/randall1977/image/upload/q_auto:eco/v1541295944/marines_av6qnb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bodyContainer {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.containerPadding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.copyright {
    color: #dddddd;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.teamName {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    line-height: 24px;
}

.teamTitle {
    font-size: 18px;
    margin-top: 5px;
    display: block;
}

.teamContainer {
    height: 450px;
    position: relative;
}

.teamBio {
    position: relative;
    left: 0;
    right: 0;
    font-size: 18px;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.teamModalName {
    font-weight: 700;
    font-size: 26px;
    padding-top: 25px
}

.teamModalTitle {
    font-size: 16px;
    color: #7f7f7f;
    margin-bottom: 25px;
}

.teamModalImage {
    margin-top: 15px;
    padding-bottom: 0px;
}

.modal-header {
    border: 0px none;
}

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

.modal-body {
    padding: 2rem;
}

.modal.fade .modal-dialog {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.servicesListLabel {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.card-text {
    line-height: 26px;
    font-size: 20px;
}

.card-title {
    font-weight: 700;
    font-size: 20px;
}

.card {
    background-color: #f3dbcc;
    border: 0px none;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a5300f;
}

#pills-tab .nav-link:hover {
    color: #ffffff !important;
}

#pills-tab .nav-link:link {
    color: #ffffff !important;
    font-size: 18px;
}


#pills-tabContent {
    display: flex;
    justify-content: center;
}

.nav-pills {
    display: flex;
    justify-content: center;
    margin-bottom: 25px !important;
}

.tab-content .white {
    width: 100%;
    background-color: #ffffff;
}

label {
    margin-top: 15px;
    font-size: 18px;
}

input[type=text] {
    width: 86%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

textarea {
    width: 86%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

input[type=submit],
button[type=submit] {
    margin-top: 15px;
    background-color: #002b75;
    color: #ffffff;
    border: 0px;
    width: 100px;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.turn-this {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #666666;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    padding-bottom: 10px;
}

.hero-rev {
    position: absolute;
    bottom: 20%;
    z-index: 1000;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: left;
    font-size: 50px;
    width: 65%;
    margin-left: 10%;
    margin-right: auto;
    line-height: 58px;
}

.hero-ex {
    border-top: 1px solid #ffffff;
    padding-top: 15px;
    margin-top: 25px;
    font-size: 32px;
}

.callout {
    color: #ffffff;
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 7px #000000;
}

.howitworks {
    background-color: #404040;
    padding-top: 65px;
    padding-bottom: 65px;
}

.howitworkstitle {
    color: #ffffff;
    margin-bottom: 50px;
}

.processwork {
    font-size: 22px;
    font-weight: 700;
    margin-top: 35px;
}


.carouselHeight {
    height: 70vh;
}

.carouselHeight2 {
    height: 75vh;
}

.cardStyle {
    width: 13.75rem;
    margin-right: 8px;
}

.leadershipMargin {
    margin-left: 20%;
}

.tap {
    display: none;
}

.operationalTitle {
    color: #ffffff;
    font-size: 32px;
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #666666;
    padding-top: 25px;
}

.operationalDescription {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}


.logoSize {
    width: 50%;
    margin-left: 15%;
}


/*Generic Mobile Styles*/


/*@media (min-width: 800px) {

.teamName {font-size: 3vh;
    font-weight: 700;
    margin-top: 20px; display: block; line-height:20px;}
	
.teamContainer {
    height: 70vh;
    position: relative;
}

}*/


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50%;
    }

}



@media (max-width: 767px) {


    .navbar-brand {
        display: inline-block;
        width: 75%;
    }

    .logoSize {
        margin-left: 3%;
        height: 125px;
    }

    .callout {
        font-size: 24px;
        line-height: 28px;
    }

    .containerPadding {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    h1,
    .h1 {
        font-size: 1.85rem;
    }

    p {
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #404040;
    }

    .jumbotron-fluid {
        margin-bottom: 0px;
        height: 50vh;
    }

    .hero-rev {
        font-size: 21px;
        width: 87%;
        line-height: 28px;
        top: 45%;
        margin-top: -45px;
    }

    .hero-ex {
        font-size: 22px;
    }


    .leadershipMobile {
        width: 85%;
    }

    .servicesIconMargin {
        margin-top: 35px;
    }

    .centeredList {
        text-align: center !important;
    }

    .carouselHeight {
        height: auto;
    }

    .carouselHeight2 {
        height: auto;
    }

    .cardStyle {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }


    .teamContainer {
        height: 425px;
        position: relative;
    }

    /* .teamBio {
    position: relative;
    margin-top: 35px !important;
}	
	 */

    .leadershipMargin {
        margin-left: auto !important;
    }

    .tap {
        text-align: center;
        color: #ffffff;
        margin-top: 15px;
        display: block;
    }


    .operationalTitle {
        line-height: 34px;
    }

    /* .svg-icon path {
    fill: #fd7e14;
} */



}

/*iPad Styles*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .carouselHeight {
        height: auto;
    }

    .carouselHeight2 {
        height: auto;
    }

    .cardStyle {
        width: 47%;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .teamContainer {
        height: 325px;
        position: relative;
    }

    .teamName {
        font-size: 2vw;
        font-weight: 700;
        margin-top: 20px;
        display: block;
        line-height: 20px;
    }

    .leadershipMobile {
        width: 100%;
    }

    .teamTitle {
        font-size: 15px;
        margin-top: 5px;
        display: block;
    }

    .operationalTitle {

        color: #ffffff;
        font-size: 32px;
        margin-top: 15px;
        text-align: center;
        border-top: 1px solid #666666;
        padding-top: 25px;
        line-height: 32px;

    }

    .operationalDescription {

        font-size: 22px;
        line-height: 24px;
        color: #ffffff;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;

    }

    .modal-dialog {

        max-width: 75%;

    }

}



/*iPhone 6,7 & 8 Styles*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

    .hero-rev {

        font-size: 30px;
        width: 85%;
        line-height: 32px;
        top: 50%;
        margin-top: -65px;

    }



}





/* Galaxy Styles */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {



    .hero-rev {

        font-size: 30px;
        width: 85%;
        line-height: 38px;
        top: 50%;
        margin-top: -80px;

    }

}