div.wrapper
{
    background: #333;
    background: -moz-linear-gradient(top, #333 0%, #222 100%);
    background: -webkit-linear-gradient(top, #333 0%,#222 100%);
    background: linear-gradient(to bottom, #333 0%,#222 100%);
}

.skin-title span.title-text
{
    font-size: 2.5em;
}

#header.skin-header-background
{
    background: url(/Portals/86/Documents/3px-tile.png);
    background-size: 104px;
    background-color: rgb(16,40,66);
}

#header.skin-header-background .navbar-toggle
{
    z-index: 2;
}

.skin-title span.subtitle-text
{
    font-family: inherit;
}

input.skin-search-input
{
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.8);
}

footer .skin-footer-background
{
    border-top: none;
    color: rgba(255,255,255,0.8);
    background: #222;
    background: -moz-linear-gradient(top, #333 0%, #000 100%);
    background: -webkit-linear-gradient(top, #333 0%,#000 100%);
    background: linear-gradient(to bottom, #333 0%,#000 100%);
}

footer h3
{
    color: inherit;
}

a, li a{
    color: #3399cc;
}

a:visited, a:link, li a:visited, li a:link{
    color: #2b80aa;
}

.empty-container
{
    margin-bottom: 0px;
}

.content .columns-outer
{
    background: #111;
}









.team-member
{
    display: block;
    box-shadow: 0px 0px 5px black;
    width: 100%;
    height: 63em;
    position: relative;
    box-sizing: border-box;
    border-radius: 0.15em;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: 0.15s all;
    background-color: rgba(0,0,0,0.7) !important;
    background-size: cover !important;
    background-position: 50% 6% !important;
    transition: 0.2s all;
    position: relative;
}

.team-member:hover
{
  letter-spacing: 0.08em;
  box-shadow: 0px 0px 5px blue;
}

.team-member:hover
{
  transform: scale(1.01);
}

.team-member:hover .team-member__name
{
  color: rgba(255,255,255,1);
  box-shadow: inset 0px 0px 1em black;
}

.team-member__footer
{
    display: block;
    font-size: 1em;
    padding: 0.5em 0em;
    width: 100%;
    text-align: center;
    position: absolute;
    background: #222;
    bottom: -1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    font-weight: bold;
    letter-spacing: 0.1em;
    box-shadow: inset 0px 0px 5em black;
    text-shadow: 1px 2px 2px black;
}

.team-member__name
{
    display: block;
    font-size: 2em;
    padding-bottom: 0.35em;
    padding-top: 0.35em;
    color: rgba(255,255,255,0.9);
    font-variant: small-caps;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 2.3em;
    background: #11375c;
    background: -moz-linear-gradient(top, #0f4569 0%, #11375c 100%);
    background: -webkit-linear-gradient(top, #0f4569 0%,#11375c 100%);
    background: linear-gradient(top, #0f4569 0%,#11375c 100%);
    text-shadow: 1px 2px 2px black;
    transition: 0.15s all;
}

.team-member__title
{
    display: block;
    font-size: 1.3em;
    line-height: 1.3em;
    color: rgba(180,180,180,1);
}

.skin-header-left
{
    position: relative;
}

.skin-header-left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://modsim.usaf.afpims.mil/Portals/86/Documents/banner.png?ver=syH3aTRKSoHkuUIkWNKjSA%3d%3d);
    background-size: contain;
    background-repeat: no-repeat;
}



.content-separator
{
    padding: 0.5em 1em;
    background: #292929;
    border-bottom: 0.15em solid #3399cc;
    color: #ddd;
    margin: 1em 1.5em;
    margin-bottom: 0em;
    font-size: 115%;
    letter-spacing: 0.05em;
    font-variant: small-caps;
}

.content-block
{
    padding: 0.5em 2em;
    background: rgba(0,0,0,0.5);
    color: #ccc;
    font-size: 110%;
    text-shadow: 0px 1px 2px black;
    margin: 0em 1.5em;
    box-shadow: 0em 0em 0.2em #3399cc;
}

.content-block li
{
    margin-bottom: 2rem;
}







.cmso-landing-card__video,
.banner-card
{
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.cmso-landing-card__video-backdrop,
.banner-card__video-backdrop 
{
    position: absolute;
    right: 0;
    bottom: -32em;
    z-index: 0;
    width: 100%;
    min-height: 110em;
    background-color: #000;
}

.cmso-landing-card__video:after,
.banner-card__video:after
{
    content: '';
    position:absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    /* background: rgba(0,0,0,0.35); */
    transition: 0.2s all;
    cursor: pointer;
}

.cmso-landing-card,
.banner-card
{
    position: relative;
    display: block;
    width: 100%;
    height: 15em;
    margin: 0.25em;
    border: 0.2em solid rgba(255,255,255,0.25);
    overflow: hidden;
    background-size: cover!important;
    background-repeat: no-repeat !important;
    background-position: 50% 32% !important;
}

.cmso-landing-card:hover .cmso-landing-card__txt
{
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,1);
    letter-spacing: 0.05em;
    text-shadow: 1px 2px 2px black;
}

.cmso-landing-card__txt
{
    display: block;
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
    z-index: 2;
    font-size: 115%;
    background: #191919;
    color: rgba(255,255,255,0.7);
    padding: 0.5em 1em;
    transition: 0.2s all;
}

.banner-card__txt
{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.4);
    justify-content: center;
    font-size: 200%;
    color: #ddd;
    text-shadow: 0px 1px 2px black;
    padding: 0.5em 1em;
    transition: 0.2s all;
    z-index: 2;
    padding: 0.5em 1em;
    position: absolute;
}


.banner-card:after
{
    content: '';
    position:absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.35);
    transition: 0.2s all;
    cursor: pointer;
}

.banner-card.no-after:after
{
    content: '';
    position:absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0);
    transition: 0.2s all;
    cursor: pointer;
}

.cmso-landing-card:hover
{
    box-shadow: 0.1em 0.1em 0.1em black;
    cursor: pointer;
}

.cmso-landing-card:hover:after
{
    background: rgba(0,0,0,0.01);
}







.modsim-bio__bio::-webkit-scrollbar {
    width: 0.65rem;
}

.modsim-bio__bio::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

.modsim-bio__bio::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.25);
    outline: 1px solid slategrey;
}

.modsim-bio--flip .modsim-bio__name,
.modsim-bio--flip .modsim-bio__headshot
{
    order: 2;
}

.modsim-bio--flip .modsim-bio__title
{
    border-left: none;
    border-right: 0.07em solid rgba(255,255,255,0.5);
}

.modsim-bio,
.cmso-news-card
{
    display: flex;
    flex: auto;
    flex-direction: column;
    margin: 0em 1.5em;
    margin-top: 1.5em;
    box-shadow: 0rem 0rem 0.5rem #222;
    box-sizing: border-box;
    border: 0.07em solid rgba(0,0,0,01);
}

.cmso-news-card
{
    background: #444;
    color: #ddd;
    margin: 0em;
    margin-top: 1.5em;
}

.cmso-news-card__title
{
    padding: 0.75rem 0.75rem;
    background: #11375c;
    background: -moz-linear-gradient(top, #0f4569 0%, #11375c 100%);
    background: -webkit-linear-gradient(top, #0f4569 0%,#11375c 100%);
    background: linear-gradient(top, #0f4569 0%,#11375c 100%);
    position: relative;
    font-weight: bold;
    font-size: 110%;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05rem;
    font-variant: small-caps;
    text-align: left;
}

.cmso-news-card__date
{
    font-variant: normal;
    padding: 6px 0px;
    letter-spacing: 0rem;
    font-weight: normal;
    font-size: 90%;
    color: #fefefe;
    margin: 0.25rem 0.25rem 0rem 0.25rem;
    text-indent: 7px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 3px black;
    border-radius: 2px;
    overflow: hidden;

}

.cmso-news-card__date::before{
    content:"DATE";
    color: rgba(255,255,255,0.7);
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    position: relative;
    left: -6px
}

.cmso-news-card__description
{
    padding: 0.75rem 0.75rem;
    margin: 0.25rem;
    background: #BBB;
    color: #444;
    font-size: 95%;
    box-shadow: inset 0px 0px 5px black;
}

.cmso-news-card__description a
{
    font-weight:  bold;
    font-size: 110%;
    text-transform: uppercase;
    float: right;
    margin-top: 0.5rem;
    padding: 0rem 1rem;
}

.cmso-news-card__description a:hover
{
    background: rgba(255,255,255,.15);
    color: #195587;
}

.modsim-bio--two,
.cmso-news-card--two
{
    flex: 1;
}

.modsim-bio--two .modsim-bio__info
{
    height: 15rem;
}

.modsim-bio--two .modsim-bio__name,
.modsim-bio--two .modsim-bio__title
{
    font-size: 90%;
}

.modsim-bio--two .modsim-bio__bio
{
    font-size: 90%;
}

.modsim-bio--three
{
    flex: 0 0 calc(33% - 4.5rem);
}

.modsim-bio--three .modsim-bio__name,
.modsim-bio--three .modsim-bio__title
{
    font-size: 80%;
}

.modsim-bio--three .modsim-bio__bio
{
    font-size: 95%;
}

.modsim-bio__header
{
    display: flex;
    box-sizing: border-box;
    flex: auto;
    flex-direction: row;
    background: #11375c;
    background: -moz-linear-gradient(top, #0f4569 0%, #11375c 100%);
    background: -webkit-linear-gradient(top, #0f4569 0%,#11375c 100%);
    background: linear-gradient(top, #0f4569 0%,#11375c 100%);
    box-shadow: 0px 2px 2px black;
    z-index: 2;
    padding: 0.5em 0rem;
    position: relative;
}

.modsim-bio__headshot
{
    flex: 1;
    background-size: cover !important;
    background-position: 50% 25% !important;
    height: auto;
    box-shadow: inset 0.25rem 0.25rem 1rem black;
    border-right: 0.2rem solid black;
    z-index: 2;
    position: relative;
    max-width: 20em;
    background: url(/Portals/86/Documents/default-headshot.png);
}

.modsim-bio__info
{
    display: flex;
    flex-direction: row;
    height: 25rem;
    position: relative;
    background: #222;
    background: -moz-linear-gradient(top, #222 0%, #111 100%);
    background: -webkit-linear-gradient(top, #222 0%,#111 100%);
    background: linear-gradient(to bottom, #222 0%,#111 100%);
    position: relative;
}

.modsim-bio__info::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('backdrop.png');
    background-size: 408px;
    background-position: calc(50% + 10em) 50%;
    opacity: 0.2;
    z-index: 0;
}

.modsim-bio--flip .modsim-bio__info::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('logo-small.png');
    background-size: 408px;
    background-repeat: no-repeat;
    background-position: calc(50% - 10em) 50%;
    opacity: 0.07;
    z-index: 0;
}

.modsim-bio__name
{
    letter-spacing: 0.05rem;
    padding: 0.35em 0.5em;
    flex: 1;
    font-size: 125%;
    text-shadow: 1px 1px 2px black;
    color: #fefefe;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    text-transform: uppercase;
}

.modsim-bio__title
{
    flex: 2;
    font-size: 100%;
    padding: 0.35em 0em;
    background: rgba(0,0,0,0.35);
    border: 0.07em solid rgba(255,255,255,0.5);
    border-right: none;
    box-sizing: border-box;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.05rem;
    background: rgba(0,0,0,0.5);
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modsim-bio__bio
{
    line-height: 1.6;
    text-shadow: 1px 2px 3px black;
    color: #bbb;
    flex: 2;
    overflow-y: auto;
    padding: 1rem;
    z-index: 2;
}




.skin-header-left
{
    position: relative;
}

.skin-header-left .skin-logo
{
    visibility: hidden;
}

.skin-header-left .skin-title
{
    display: none;
}

.skin-header-left .nav-bar-toggle
{
    z-index: 1;
}

.skin-header-left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Portals/86/Documents/banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.skin-header-right .social-links-header ul
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.skin-header-right .social-links-header li
{
    flex: 1;
    display: flex;
    justify-content: center;
}


.landing-flex
{
    display: flex;
}

@media only screen and (max-width: 767px) {

    .skin-header-left::after {
        left: 40px;
        width: 90%;
    }
}

@media only screen and (max-width: 680px) {
    .landing-flex
    {
        display: block;
    }
    
    .modsim-bio__info,
    .modsim-bio__header
    {
        flex-direction: column;
    }

    .modsim-bio--flip .modsim-bio__name,
    .modsim-bio--flip .modsim-bio__headshot
    {
        order: 0;
    }


    .modsim-bio--flip .modsim-bio__bio
    {
        direction: ltr;
    }

    .modsim-bio--flip .modsim-bio__bio span
    {
        direction: ltr;
    }

    .modsim-bio__headshot
    {
        width: 100%;
        max-width: none;
        min-height: 25rem;
    }

    .modsim-bio--two .modsim-bio__info {
        height: 45rem;
    }

    .modsim-bio__info {
        height: 60rem;
    }
}






.cmso-grid
{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.cmso-row--spotlight
{
  display: flex;
  flex: 2 2;
}

.cmso-row
{
  display: flex;
  flex: 1 1;
  flex-wrap: wrap;
}

.cmso-row-header--no-margin
{
    margin:0rem !important;
}

.cmso-row--header
{
    display: flex;
    margin: 0em 1.5rem;
    color: #ddd;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    padding: 0rem 1rem;
    border-bottom: 0.25rem solid #444;
    text-shadow: 1px 2px 3px black;
    text-transform: uppercase;
}

.cmso-column
{
  display: flex;
  flex: 1 1;
  flex-direction: column;
}

.cmso-page__card
{
  flex: 1 1;
  display: flex;
  position: relative;
  box-shadow: inset 0rem 0rem 1rem rgba(0,0,0,1);
  box-sizing:  border-box;
  margin: 2rem;
  min-height: 12rem;
  align-items: flex-end;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.2s all;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

a.cmso-page__card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}

.cmso-page__card:hover
{
  cursor: pointer;
}

a.cmso-page__card:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}

.cmso-page__card--spotlight
{
  flex: 2 2;
  box-shadow: inset 0rem 0rem 1rem rgba(0,0,0,1);
  box-sizing:  border-box;
}

.cmso-page__card-logo
{
  flex: 1 1;
  display: flex;
  align-self: stretch;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cmso-page__card-description
{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

span.blue-highlight {
    color: #3399cc;
    font-weight: bold;
    font-variant: small-caps;
}

@media only screen and (max-width: 767px) {
    .cmso-row
    {
      flex-direction: column;
    }
}

@media only screen and (max-width: 1200px) {
    
    .cmso-page__card
    {
    flex: 1 1;
    display: flex;
    position: relative;
    box-shadow: inset 0rem 0rem 1rem rgba(0,0,0,1);
    box-sizing:  border-box;
    margin: 2rem;
    min-height: 17rem;
    align-items: flex-end;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.2s all;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }

}

@media only screen and (max-width: 1200px) {
    
    .cmso-page__card
    {
    flex: 1 1;
    display: flex;
    position: relative;
    box-shadow: inset 0rem 0rem 1rem rgba(0,0,0,1);
    box-sizing:  border-box;
    margin: 2rem;
    min-height: 17rem;
    align-items: flex-end;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.2s all;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }

}




/* THEME-ROLL */

#nav-main > label > span > span.nav-main-toggle-item.nav-main-toggle-item-top > span,
#nav-main > label > span > span.nav-main-toggle-item.nav-main-toggle-item-bottom > span
{
    background: #4e5887;
}

#logo-main > a > span.site-title
{
    color: #ddd;
}

#logo-main > a > span.site-subtitle
{
    color: #777;
}

#app #header-main
{
    background: #151515;
    border-color: #000;
}

#app > main
{
    background: #222;
}

/* dual panels */

#dnn_ContentPaneGreyLeftColumnsLeft
{
    background: #353535;
    background: -moz-linear-gradient(top, #353535 0%, #252525 100%);
    background: -webkit-linear-gradient(top, #353535 0%,#252525 100%);
    background: linear-gradient(to bottom, #353535 0%,#252525 100%);
}

#dnn_ContentPaneGreyLeftColumnsRight
{
    background: #252525;
    background: -moz-linear-gradient(top, #252525 0%, #151515 100%);
    background: -webkit-linear-gradient(top, #252525 0%,#151515 100%);
    background: linear-gradient(to bottom, #252525 0%,#151515 100%);
}

/* nav hamburger */
#app #nav-main-menu-top-ul
{
    background: #252525;
    background: -moz-linear-gradient(top, #252525 0%, #151515 100%);
    background: -webkit-linear-gradient(top, #252525 0%,#151515 100%);
    background: linear-gradient(to bottom, #252525 0%,#151515 100%);
}

#app #nav-main #nav-main-footer,
#app #nav-main #nav-main-header
{
    background: #111;
    background: -moz-linear-gradient(top, #111 0%, #030303 100%);
    background: -webkit-linear-gradient(top, #111 0%,#030303 100%);
    background: linear-gradient(to bottom, #111 0%,#030303 100%);
    border-color: #444;
}

#app #nav-main-search > div > input[type=search]
{
    background: #151515;
    color: #bbb;
    border-color: #444;
}

#app #nav-main #nav-main-menu>ul>li.parent ul
{
    background: #353535;
    background: -moz-linear-gradient(top, #353535 0%, #282828 100%);
    background: -webkit-linear-gradient(top, #353535 0%,#282828 100%);
    background: linear-gradient(to bottom, #353535 0%,#282828 100%);
    border-color: #444;
}

#app #nav-main #nav-main-menu li.active-path-parent
{
    background: #111;
    border-color: #444;
}

#app #nav-main #nav-main-menu li.back-to-home, 
#app #nav-main #nav-main-menu li.back-to-parent
{
    background: #202020;
    border-color: #444;
}

#app #nav-main #nav-main-menu a,
#app #nav-main #nav-main-menu>ul>li ul a
{
    color: #9d9d9d;
}


/* BASIC GRID *//* basic grid */
.cmso-grid .row > .cell,
.cmso-grid .column > .cell
{
  flex: 1;
  display: flex;
}

.cmso-grid .row > .column
{
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
  align-items: stretch;
  justify-content: center;
}

.cmso-grid > .row
{
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 0.25rem;
  margin-top: 0rem;
  align-items: stretch;
  justify-content: center;
}

.cmso-grid
{
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  flex: auto;
}

.row, 
.cell
{
  background: rgba(0,0,0,0.1);
}