﻿.contentpadding {
    padding-top: 120px;
}
.second-page span.border-style-thick {
    margin-top: 5px;
    width: 10%;
    margin-bottom: 8px;
}
.usa-width-two-thirds {
    float: left;
    display: block;
}
    .usa-width-two-thirds.text-left {
        padding-left: 20px;
    }
.text-left.desktop\:grid-col-12 {
    display: table-cell;
    padding-left: 1rem;
}
.usa-sidenav {
    float: left;
    display: block;
}
    .usa-sidenav .usa-current {
    color: #E9E219 !important;
    background: #555 !important;
    font-weight: normal;
}
    .usa-sidenav .usa-current::after {
        background-color: transparent !important;
        min-height: 40px;
        top: -1px;
        border-radius: 0;
    }
.col-md-4.mb-4.capabiltiies-wrapper img {
    max-width: 350px;
    position: relative;
    height: auto;
    z-index: 0;
}
.sub-nav-title {
    font-weight: bold;
    padding: 15px 5px;
    display: block;
}
.related-capabilities.active {
    display: block;
}
.related-capabilities.nsi.active {
    background: none;
}
.col-md-4.mb-4.capabiltiies-wrapper h3 {
    /*    min-height: 300px;*/ min-height: 235px; 
    background: rgba(14,50,72,.4);
    text-shadow: 5px 7px 4px #000;
    color: white;
    position: absolute;
    height: 170px;
    display: block;
    padding: 0 15px;
    font-size: 1.55rem;
    z-index: 2;
    text-align: center;
    padding-top: 70px;
    max-width: 350px;
    width: 100%;
    transition: all ease-in-out .5s;
}
.col-md-4.mb-4.capabiltiies-wrapper button.read-more {
    position: absolute;
    right: 15px;
    background: #E9E219;
    border-radius: 0;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    z-index:3;
    bottom: 0;
    border:none;
}

.col-md-4.mb-4.capabiltiies-wrapper p {
    text-shadow: 0px 6px 6px #000;
    color: white;
    position: absolute;
    height: 195px;
    padding: 0 20px;
    font-size: 1rem;
    opacity: 0;
    z-index: 2;
    text-align: center;
    padding-top: 245px;
    max-width: 350px;
    width: 100%;
    transition: all ease-in-out .5s;
    overflow: hidden;
}
.col-md-4.mb-4.capabiltiies-wrapper:hover p {
    transition: all ease-in-out .5s;
    opacity: 1;
    padding-top: 65px;
    font-size: 12px;
}

.col-md-4.mb-4.capabiltiies-wrapper p a{
    color: yellow;
}
.col-md-4.mb-4.capabiltiies-wrapper .content.active p {
    padding-top: 10px;
    padding: 0;
    opacity: 1;
    width: 315px;
    position: relative;
    display: inline-table;
}
.content {
    display: none !important;
}
span.hidden {
    display: none;
}
.hover-bg {
    height: 235px;
    display: block;
    position: absolute;
    z-index: 0;
    opacity: 0;
    background: rgba(14,50,72,.8);
    max-width: 350px;
    width: 100%;
    top: 0;
}
.col-md-4.mb-4.capabiltiies-wrapper {
    overflow: hidden;
    display: inline-table;
}
.col-md-4.mb-4.capabiltiies-wrapper:hover > .hover-bg {
    transition: opacity ease-in .3s;
    opacity: 1;
}
.col-md-4.mb-4.capabiltiies-wrapper:hover h3 {
    padding-top: 10px;
    font-size: 1.2rem;
    transition: all ease-in-out .5s;
}
.content.responsive.active h3.hover {
    position: relative;
    padding: 0 15px;
    font-size: 1.43rem;
    margin-top: 0px;
    margin-bottom: 10px;
    height: auto;
}