﻿
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


/* Hide Afpims PersonaBar for mobile testing */
@media (max-width: 480px) {
    body {
        margin-left: 0 !important;
    }

    .personalBarContainer {
        display: none !important;
    }
}


h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 0;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 1em;
    display: block;
    color: #fff;
}

@media (max-width: 480px) {
    h1 {
        text-align: center;
    }

        h1.heading-underlined:after {
            border-right-width: 0 !important;
        }
}


/* Underlined Headings */
.heading-underlined, h1, h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 0;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 1em;
    display: block;
    margin-top: .5em;
}

    .heading-underlined:after, h1:after, h2:after {
        content: "";
        display: block;
        left: 0px;
        bottom: -0.35em;
        position: absolute;
        border-left: 0px solid #298FC2;
        border-right: 50px solid #298FC2;
        border-top: 4px solid #298FC2;
        border-bottom: 0px solid #298FC2;
        border-right-width: 50px;
        border-top-width: 4px;
    }

    h1.heading-underlined:after, h1:after {
        border-right-width: 200px;
        border-top-width: 8px;
    }

@media (max-width: 480px) {
    h1 {
        text-align: center;
    }

        h1.heading-underlined:after, h1:after {
            border-right-width: 0;
        }
}



/* Helper Classes */
.rounded {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.un-rounded {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-unstyled dt, .list-unstyled dd {
    /*    margin-bottom:.5em;
*/
}

.list-unstyled dd {
    padding-left: .5em;
}

.img-thumbnail {
    background-color: none;
    position: relative;
    margin-bottom: 1em;
}

    .img-thumbnail .caption {
        position: absolute;
        top: 60%;
        background: rgba(0, 0, 0, 0.9);
        margin-right: 1em;
        padding: 0.25em;
        line-height: 1.25em;
        font-size: 1em;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        display: inline-block;
        width: 100%;
        left: 0;
    }

@media (max-width: 480px) {
    .img-thumbnail img {
        height: 140px;
        width: 140px;
    }

    .img-thumbnail .caption {
        font-size: .85em;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .img-thumbnail img {
        height: 166px;
        width: 166px;
    }

    .img-thumbnail .caption {
        font-size: .85em;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .img-thumbnail img {
        height: 166px;
        width: 166px;
    }

    .img-thumbnail .caption {
        font-size: .85em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .img-thumbnail img {
        height: 166px;
        width: 166px;
    }

    .img-thumbnail .caption {
        font-size: .85em;
    }
}

@media (min-width: 1200px) {
    .img-thumbnail img {
        height: 206px;
        width: 206px;
    }
}


.btn.btn-info {
    background: #298FC2;
}


.list-logos {
    display: block;
    margin-top: 2em;
}

    .list-logos li {
        display: inline-block;
    }

        .list-logos li img {
            height: 100px;
        }


/*====== Shell =====*/
/*==================*/

.col-md-8, .col-md-4 {
    padding: 1em;
}

.skin-breadcrumb-container {
    display: none;
}

.DNNEmptyPane {
    display: none !important;
}

#dnn_ContentPane.dnnSortable {
    background: none;
    padding: 0;
}

#dnn_ContentPane.skin-pane1 {
    background: url(Images/bkg-camo.gif);
    padding: 2em 1em;
}
/*
#dnn_ContentPane2,
#dnn_ContentPane3 {
    padding: 1em;
}*/

@media (max-width: 480px) {
    .container .row {
        overflow: visible !important;
    }

    div[class^="col-xs-"] {
        width: 100% !important;
    }
}

/*====== Shell - Header =====*/
/*===========================*/

@media (max-width: 1199px) {
    .skin-header {
        border-bottom: 3.5em solid #3D3D3D;
        height: auto;
        position: relative;
    }
}

.skin-header-left {
    margin: 0;
    width: auto;
    float: left;
    display: inline-block;
    vertical-align: top;
    min-height: auto;
}


@media (max-width: 992px) {
    .skin-header-left {
        width: 100%;
    }
}


@media (max-width: 1199px) {
    .skin-nav-toggle {
        display: inline-block;
        position: absolute;
        bottom: -3.5em;
        left: .5em;
        background-color: #ccc;
        color: #000;
    }
}

.skin-logo {
    float: none;
    padding: 0;
    flex-shrink: 0;
    max-height: auto !important;
    margin: 1em;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 992px) {
    .skin-logo {
        margin-bottom: .5em;
    }
}

@media (max-width: 768px) {

    .skin-logo {
        height: auto;
        display: block;
        text-align: center;
    }

        .skin-logo img.img-responsive {
            height: auto;
            max-height: auto;
            display: inline-block;
        }
}

@media (max-width: 480px) {
    .skin-logo {
    }

        .skin-logo img.img-responsive {
            height: auto;
            max-height: auto;
        }
}

.skin-title {
    float: none;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

    .skin-title .title-text {
        font-family: 'Lexend';
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: -1px;
    }

@media (min-width: 1200px) {
    .skin-title {
        width: 700px;
        margin-top: 1.5em;
    }

        .skin-title .title-text {
            font-size: 2em;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .skin-title {
        width: 570px;
        margin-top: 2em;
    }

        .skin-title .title-text {
            font-size: 1.65em;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    .skin-title {
        width: 524px;
        margin-top: 2em;
    }

        .skin-title .title-text {
            font-size: 1em;
            font-size: 1.65em;
        }
}

@media (max-width: 768px) {

    .skin-title {
        width: 100%;
        display: block;
        text-align: center;
    }

        .skin-title .title-text {
            font-size: 1.25em;
        }
}

@media (max-width: 480px) {
    .skin-title .title-text {
        font-size: 1em;
    }
}


.skin-header-right {
    margin: 0;
    width: auto;
    float: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

@media (max-width: 992px) {
    .skin-header-right {
        width: 100%;
    }
}

.skin-search {
    overflow: hidden;
    margin: 4em 1em 1em 1em;
    float: left;
}

@media (max-width: 992px) {
    .skin-search {
        width: 60%;
        padding: 1em;
        margin: 0;
        float: right;
    }
}

@media (max-width: 992px) {
    .skin-search .mobile-search.visible-xs {
        display: none !important;
    }

    .skin-search .desktop-search.hidden-xs {
        display: block !important;
        padding: 0;
    }
}

.skin-search a, .skin-search a:visited, .skin-search a:link {
    color: #fff;
}

.desktop-search {
    margin: 0;
}


.header-links {
    width: auto;
    padding-right: 1.5em;
    float: right;
    top: 1.25em;
    position: absolute;
    margin-left: .75em;
    left: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-links {
        width: 40%;
        padding: 1em;
        margin: 0;
        float: left;
        bottom: 0;
        top: auto;
    }
}

@media (max-width: 992px) {
    .header-links.visible-xs {
        display: none !important;
    }

    .header-links.hidden-xs {
        display: block !important;
    }
}

.header-links ul {
    margin: 0;
    list-style: none;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-links ul {
        text-align: left;
    }
}

header .social li span {
    color: #fff;
}


/* Nav */
#main-header .otnav ul.nav {
    padding: 0;
    margin: 0;
}

    #main-header .otnav ul.nav > li > a {
        padding: 16px 13px;
    }


@media (min-width: 480px) and (max-width: 1199px) {
    .otnav {
        background: #133C6A;
    }

        /* all levels*/
        .otnav li a {
            font-size: 13px;
            padding: 10px 5px 10px 5px;
        }

        .otnav li {
            clear: both;
            float: none;
            border-bottom: solid 1px #113052;
        }

            .otnav li:last-child {
                border-bottom: none;
            }

        .otnav ul {
            margin: 0;
            padding: 20px;
        }

            .otnav ul ul {
                margin-left: 20px;
                float: none;
                clear: both;
                position: relative;
                background-color: transparent;
                padding: 0;
            }

                .otnav ul ul ul {
                    top: 0;
                    left: 0;
                    background-color: transparent;
                    margin-left: 20px;
                }

            .otnav a span, .otnav ul li li a span, .otnav ul li li li a span, .otnav li a span {
                position: absolute;
                right: 0;
                top: 0;
                padding: 15px;
                z-index: 1001;
                font-size: 24px;
                margin-top: 2px;
            }

    .container > .navbar-collapse {
        margin: 0;
    }

    .otnav ul li a:hover, .otnav ul li:hover {
        background-color: transparent;
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: transparent;
    }

    .otnav ul ul li:hover a, .otnav ul ul li:hover {
        background-color: transparent;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: transparent;
    }
}

@media (max-width: 480px) {
    .otnav {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 1199px) {


    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible;
        display: block !important;
    }

    .navbar-toggle .fa.fa-bars {
        color: #3D3D3D;
    }

    .nav-main .hover {
        display: none;
    }

    .otnav #main-nav > li:last-child {
        display: none;
    }
}

@media (min-width: 1200px) {
    .nav-main .hover {
        display: inline-table;
    }

    .otnav #main-nav > li:last-child a {
        padding: 8px 13px !important;
        margin: 8px 5px;
        background: #FFCB05;
        border-radius: 5px;
        color: #000;
        font-weight: 900;
    }

    .DnnModule-91020 {
        display: none !important;
    }
}



/*====== Shell - Footer  =====*/
/*===========================*/

.footer-default #dnn_FooterPane {
    padding: 2em 0;
}

.footer-default #dnn_FooterLinks {
    display: none;
}

.footer-default .contact .btn {
    margin-bottom: 1em;
}

.footer-default .text-menu {
    margin-bottom: 2em;
}

    .footer-default .text-menu > li > a {
        text-transform: uppercase;
        font-weight: bold;
        line-height: 2em;
        height: 2em;
        vertical-align: middle;
    }

.footer-default .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.footer-default .logo-menu {
    margin-top: 2em;
}

    .footer-default .logo-menu a img {
        display: inline-block;
        height: 35px;
    }

.skin-footer-banner {
    text-align: center;
    padding: 10px;
    background: #000 !important;
}

    .skin-footer-banner a {
        color: #fff !important;
    }





/*====== Pages =====*/
/*==================*/


/*====== Home =====*/

.base-container {
    margin-bottom: -5px !important;
}

.mega-carousel {
    height: 225px;
}

    .mega-carousel .item {
        height: 225px;
    }

@media (min-width: 768px) and (max-width: 992px) {
    .mega-carousel {
        height: 148px;
    }

        .mega-carousel .item {
            height: 148px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mega-carousel {
        height: 177px;
    }

        .mega-carousel .item {
            height: 177px;
        }
}


/*====== Home - News =====*/

.feedList img[src="/DesktopModules/FeedList/Templates/Airforce/standardAFgraphic.jpg"] {
    visibility: hidden;
}

.feedList {
    width: auto;
    color: inherit;
    display: block;
}

    .feedList .List {
        display: block;
        text-align: center;
        margin: 0 !important;
    }


        .feedList .List .listItem {
            margin: 0 .5em 1em 0 !important;
            padding-bottom: 0px !important;
            height: 100%;
            clear: none !important;
            display: inline-block;
            padding-right: 0;
            padding-left: 0;
            vertical-align: top;
        }

@media (min-width: 1200px) {
    .feedList .List .listItem {
        width: 216px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feedList .List .listItem {
        width: 176px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .feedList .List .listItem {
        width: 176px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .feedList .List .listItem {
        width: 176px;
    }
}

.feedList .List .listItem .listImgHolder {
    position: relative;
    margin-bottom: 1em;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    width: auto !important;
    margin-right: 0 !important;
    float: none !important;
}

    .feedList .List .listItem .listImgHolder img {
        float: none;
        margin-right: 0;
    }

.feedList .listImgHolder a {
    padding: 0 !important;
    background-image: url("/Portals/140/Images/thumbnail-news2.gif?ver=tT5gL73RMo4eggFx-e8k2g%3d%3d");
    background-position: center;
    background-size: cover;
    height: auto !important;
    overflow: hidden;
    width: auto;
    max-height: 138px;
}

.feedList .List .listItem .listContent {
    float: none !important;
    width: 100% !important;
}

    .feedList .List .listItem .listContent a {
        font-size: 1em;
    }

@media (max-width: 480px) {
    .feedList .listImgHolder a {
        width: 252px;
        max-height: 138px;
    }
}

/*====== Home - Resources =====*/

.DnnModule-76240 {
    background: #C2C2C2;
}

#resources h2.heading-underlined {
    margin: 1em;
    margin-left: .65em;
}

/*====== Home - PEO STRI INFO =====*/

.DnnModule-76186 {
    background: url(Images/bkg-camo.gif);
}

#peostri {
    padding: 1.5em 0;
    overflow: hidden;
    text-align: center;
}

    #peostri .bio-feature {
        text-align: center;
        margin: 1em;
        display: inline-block;
    }

        #peostri .bio-feature .img-thumbnail {
            padding: 4px;
            line-height: 1.42857143;
            background-color: #fff;
            border: 1px solid #C2C2C2;
            border-radius: 4px;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            max-width: 100%;
            height: auto;
        }
        #peostri .bio-feature .img-thumbnail img {
            width:164px;
            height:auto;
        }

        #peostri .bio-feature .title {
            text-transform: uppercase;
            font-weight: bold;
            margin-top:.25em;
        }

        #peostri .bio-feature .title, #peostri .bio-feature .name {
            text-align: center;
            display: block;
            color: #fff;
            font-size: .75em;
            margin-top: .25em;
        }

        #peostri .bio-feature .name {
            margin-bottom: .5em;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    #peostri .bio-feature {
        margin: 0.25em;
    }
}

#peostri #organizations {
    position: relative;
}

    #peostri #organizations .list-logos > li {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 1em;
    }

@media (min-width: 480px) and (max-width: 768px) {
    #peostri #organizations .list-logos > li {
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #peostri #organizations .list-logos > li {
        padding-left: 23px;
        padding-right: 23px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #peostri #organizations .list-logos > li {
        padding-left: 17px;
        padding-right: 17px;
    }
}


/*==== Bio =====*/

.job-title {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 480px) {
    .job-title {
        text-align: center;
    }
}

a.official-photo {
    display: block;
    background: #298FC2;
    padding: 2em;
    text-align: center;
    margin-bottom: 1em;
    text-decoration: none;
    font-weight: bold;
    color: #3D3D3D;
    text-transform: uppercase;
}

/*====== History =====*/

.DnnModule-76470 video {
    margin-bottom: 1em;
}

@media (max-width: 480px) {
    .DnnModule-76470 video {
        width: 340px;
    }
}


/*====== Organizations =====*/
/*.DnnModule-76152 .base-container {
    background: url(Images/bkg-camo.gif);
    padding: 2em 1em;
}*/

#organizationBios {
}

    #organizationBios .nav-tabs {
        margin-left: 0;
    }

        #organizationBios .nav-tabs li {
            /*width: 50%;*/
            /*            background: pink;
*/
            
        }

        #organizationBios .nav-tabs > li > .tab-link {
            cursor: pointer;
        }

        #organizationBios .nav-tabs > li > .tab-link {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            position: relative;
            display: block;
            padding: 10px 15px;
            background: #f5f5f5;
        }

        #organizationBios .nav-tabs > li.active > .tab-link,
        #organizationBios .nav-tabs > li.active > .tab-link:focus,
        #organizationBios .nav-tabs > li.active > .tab-link:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

        #organizationBios .nav-tabs.nav-justified > li > .tab-link {
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0;
            margin-right: 0;
        }

        #organizationBios .nav-tabs.nav-justified > li.active > .tab-link {
            border-bottom-color: #fff5ea;
            background: #fff5ea;
        }

    #organizationBios #projectManagerPhoto img, #organizationBios #deputyProjectManagerPhoto img {
    }

    #organizationBios #projectManagerPhoto, #organizationBios #deputyProjectManagerPhoto {
        width: 20%;
        vertical-align: top;
    }

    #organizationBios #projectManagerTitle, #organizationBios #deputyProjectManagerTitle {
        width: 78%;
        padding: .5em;
    }

    #organizationBios #projectManagerPhoto, #organizationBios #deputyProjectManagerPhoto,
    #organizationBios #projectManagerTitle, #organizationBios #deputyProjectManagerTitle {
        display: inline-block;
    }

    #organizationBios .tab-pane.active {
        background: #fff5ea;
        padding: 1em;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    #organizationBios .tab-pane.active a {
        z-index:1000;
    }

/*====== Systems  =====*/

@media (max-width: 480px) {
    #dnn_ContentPane {
        text-align: center;
    }

        #dnn_ContentPane img[src^="/portals/140/Images/Org Logos/"],
        #dnn_ContentPane img[src^="/portals/140/Images/Org Logos/"].img-responsive {
            float: none !important;
            display: inline-block !important;
        }
}

.parent-organization {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 480px) {
    .parent-organization {
        text-align: center;
    }
}

.system-sub-organization h3 {
    padding: 0;
    margin: 0 0 0.5em 0;
    font-size: 19px;
}


/*====== Engagement Request =====*/

#engagementRequest .form-container iframe {
    min-width:400px;
    width:100%;
    height:2000px;
}
