/*  All pages   */

/*  Font */

@font-face {
    font-family: 'metropolis-black';
    src: url('fonts/metropolis/metropolis-black.otf') format('opentype');
}

@font-face {
    font-family: 'metropolis-bold';
    src: url('fonts/metropolis/metropolis-bold.otf') format('opentype');
}


body {
    font-family: 'metropolis-regular', Arial, sans-serif;
    color: #321D0F;
}

.bold {
    font-family: 'metropolis-bold', Arial, sans-serif;
}

.container-padding{

    padding: 50px 75px;

}

.card-img-container{
    padding: 10px 0px;
}

.card-text {
    font-size: 1rem;
}

.card-title{
    font-size: 22px;
}

.margin-top-25{
    margin-top: 25px;
}

a:active {
    color: blue !important;
}

a {
    text-decoration: none;
}

    a, a:link, a:visited {
        /*color: white;*/ /* If this is necessary in a specific place, then it needs to be created with a class name...this is causing all links to turn white some of which are on white backgrounds*/
    }

        a .gssButton {
            color: white !important;
        }

            a.gssButton:visited {
                color: white !important;
            }

.navbar {
    height: 52px;
    display: inline;
    padding-bottom: 0px;
    padding-top: 0px;
}


.navbar-mobile {


    font-size: 50px !important;
    position:center;


}

a.footer, a.footer:visited, a.footer:link {
    color: #574E48;
}

margin-bottom-0{
    margin-bottom: 0px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.bullet-section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.graphic-section {
    min-height: 600px;
}

.margin-top-30 {
    margin-top: 30px;
}

.height-45 {
    max-height: 45px;
}

.height-240 {
    max-height: 240px;
}

.nav {
    font-family: Gotham, Arial, sans-serif;
    height: 52px;
    padding-right: 8px;
    display: inline;
}

.mobile-logo-image{
    top: 22px;
    width: 130px;
    height: 60px;
}

.dropdown-menu {
    width: 400px;
    height: 500px;
    font-size: 40px;
}


.nav-container {
    display: inline;
}

nav-mobile-container{
    overflow: hidden;
    display: inline;
}

.nav-left {
    width: 100%;
    display: flex;
}

.logo-contaniter {
    width: 1500px;
    height: 60px;
    border: 1px solid black;
    float: right;
}

.nav-links {
    font-family: Gotham, Arial, sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-transform: uppercase;
    color: #321D0F;
}

a.nav-link:hover {
    background-color: #971b1e;
}

a.nav-link:active {
    background-color: #184071 !important;
}
.active{
    color: yellow;
}

.span-tab{
    margin-right: 150px;
}

.bucket{
    margin-top: 10px;
}

.card-img {
    margin-left: 15px;
    height:100%;
}

.left-center-img {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.center-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-graphic {
    max-height: 500px;
    max-width: 500px;
}

.margin-top-20{
    margin-top:20px;
}

.padding-bottom-30{
    padding-bottom: 30px;
}

.padding-left-25{
    padding-left: 25px;
}

.card-body {
    padding: 2.5rem !important;
}

.card {
    box-shadow: 1px -1px 10px #E5E5E5;
    margin-top: 10px;
}
.image-container{
    object-fit: contain !important;
    padding-bottom: 80px;
    padding-top: 53px;
    padding-left: 65px;
    width: inherit;
    margin-left: 30px;

}
.btn-wrap{
    white-space: normal;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}

button.navbar-toggler{
    float: right;
}

.mobile-nav-links {
    font-family: Gotham, Arial, sans-serif;
    font-size: 10px !important;
    display: block;
    align-items: center;
    justify-content: space-evenly;
    text-transform: uppercase;
    color: #321D0F;
}


.logo {
    flex: 1;
}

.logo a {
    background-image: url('/images/WSS-RGB-H-sized.png');
    height: auto;
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.logo a img {
    visibility: hidden;
}

.image {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 52px;
}

.nav-right {
    flex: 3;
}

img.image {
    height: 52px;
}

a.topmenu {
    font-family: Gotham, Arial, sans-serif;
    font-size: 20px;
    /*font-weight: bold;*/
}

/*  Colors  */
.colorGssBlack {
    color: #321D0F;
}

.colorGssBlue {
    color: #298EC2;
}

.colorGssNavy {
    color: #184071;
}

.colorGssLightGray {
    color: #E5E5E5;
}

.colorGssDarkGreen {
    color: #971b1e;
}

.colorGssLightGreen {
    color: #f7951d;
}

.colorGssSmoke {
    color: #574E48;
}

.colorWhite {
    color: #ffffff !important;
}

.colorGssBrown {
    color: #321d0f;
}

.colorGssError {
    color: red;
}

.backgroundColorWhite {
    background: #ffffff;
}

.backgroundColorGssBlack {
    background: #321D0F;
}

.backgroundColorGssBlue {
    background: #298EC2;
}

.backgroundColorGssNavy {
    background: #184071;
}

.backgroundColorGssLightGray {
    background: #E5E5E5;
}

.backgroundColorGssDarkGreen {
    background: #971b1e;
}

.background-color-gss-green-gradient {
    background: linear-gradient(180deg, #d54245 15.1%, #971b1e 83.85%);
}

.backgroundColorGssLightGreen {
    background: #f7951d;
}

.backgroundColorGssSmoke {
    background: #574E48;
}

.borderColorGssBlack {
    border-color: #321D0F;
}

.borderColorGssBlue {
    border-color: #298EC2;
}

.borderColorGssNavy {
    border-color: #184071;
}

.borderColorGssLightGray {
    border-color: #E5E5E5;
}

.borderColorGssDarkGreen {
    border-color: #971b1e;
}

.borderColorGssLightGreen {
    border-color: #f7951d;
}

.borderColorGssSmoke {
    border-color: #574E48;
}

.borderBottomGssLightGreen {
    border-bottom: 2px solid #f7951d;
}

.gss-box-shadow {
    box-shadow: 1px 1px 3px #e5e5e5, -1px 1px 3px #e5e5e5;
}

/*  Buttons     */

.menu-bar {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

.gssButton {
    padding: 12px;
    border-radius: 3px;
    font-family: 'metropolis-bold';
}


.btn-outline-gss-navy {
    color: #184071; /* GSS Navy */
    background-color: #ffffff;
    border-color: #184071; /* GSS Navy */
    font-family: 'metropolis-bold';
}

    .btn-outline-gss-navy:hover {
        color: #ffffff;
        background-color: #184071; /* GSS Navy */
        border-color: #184071; /* GSS Navy */
        font-family: 'metropolis-bold';
    }



/*    Containers      */

.container {
    /* default to no padding to override bootstrap */
    padding-left: 0px;
    padding-right: 0px;
}

.container-sm {
    padding-top: 100px;
    padding-left: 110px;
    width: 100%;
    min-height: 350px;
    padding-bottom: 100px;
    display: inline-block;
}

.container-lg {
    padding-left: 100px;
    padding-right: 100px;
}

.container-left-lg {
    float: left;
    width: 50%;
}

.container-right-lg {
    width: 40%;
}

.container-left-s {
    width: 20%;
    float: left;
}

.width-500{
    width: 550px;
    background-color: orange;
}

display-inline {
display: inline !important;
}

.container-right-s {
    padding-left: 100px;
    min-width: 300px;
    overflow: hidden;
}

.padding-right-6{
    padding-right: 6px;
}

.green-overlay {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    padding: 40px;
    padding-left: 15px !important;
    width: 70% !important;
    height: 80%;
    background: linear-gradient(180deg, #d54245 15.1%, #971b1e 83.85%);
    opacity: 0.85;
    border-radius: 0px 0px 4px 4px;
}

/*  Header  */
.header-image {
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 0;
    margin-left: 0;
}

.header-side-image {
    max-height: 300px;
    max-width: 300px;
}

.barrel {
    position: relative;
    left: -100px;
}

.header-title {
    font-size: 60px;
    font-weight: 900;
    color: white;
    padding-bottom: 20px;
}

.header-text-container {
    width: 100%;
    min-height: 200px;
    padding-top: 30px;
    text-shadow: 2px 2px #db5a5d;
}

.header-text {
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.instruction-text {
    font-style: italic;
    color: blue;
}

.categoryContainer {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
}

.categoryListContainer {
    padding-top: 15px;
    border-width: 2px;
    border-style: solid;
    /* border color set dynamically in component */
    height: 99%;
}

.categoryText {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
}

.subcategoryName {
    font-weight: normal;
    margin-left: 8px;
}

.rotate {
    /** Rotation */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.word-wrap-break-word {
    word-wrap: break-word;
}

.clickable {
    cursor: pointer;
}

.underlined {
    text-decoration: underline;
}

.no-text-decoration {
    text-decoration: none;
}

.bolded {
    font-weight: bold;
}

.capitalize {
    text-transform: capitalize;
}

a.nav:active {
    color: #971b1e !important;
}

.uppercase {
    text-transform: uppercase;
}

.text-size-14 {
    font-size: 14px;
}

.text-size-18 {
    font-size: 18px;
}

.text-size-22 {
    font-size: 22px;
}

.text-size-26 {
    font-size: 26px;
}

.padding-right-8 {
    padding-right: 8px;
}

.padding-left-8 {
    padding-left: 8px;
}

.bullet {
    font-size: 10px;
    text-align: left;
}

.footerText {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #321D0F;
}

.padding-bottom-8 {
    padding-bottom: 8px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-left-8 {
    padding-left: 8px;
}

.margin {
    margin: 8px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-negative-20 {
    margin-top: -20px;
}

.background-color-white {
    background-color: #ffffff;
}

.login-container {
    margin-left: 0px;
    margin-right: 0px;
    border-style: solid;
    border-width: 2px;
}

.marginless-row {
    margin-left: 0px;
    margin-right: 0px;
}

.category-group-row {
    margin-left: 0px;
    margin-right: 0px;
}

.category-group-cell {
    width: 25%;
}

.offerings-search-bar-container {
    padding-top: 0px;
}

.offering-subcategory-list-container {
    list-style-position: outside;
    margin-left: -25px;
}

.subcategory-modal-body-title {
    font-size: 36px;
}

.subcategory-modal-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.subcategory-modal-body {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.vendor-container {
    flex-direction: column;
}

.vendor-logo {
    max-width: 150px;
    max-height: 100px;
    vertical-align: middle;
    text-align: center;
}

.no-vendors-found-image {
    max-width: 99%;
    max-height: 99%;
}

.vendor-logo-frame {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.styleless-button {
    background: none !important;
    border: none;
    padding: 0 !important;
}

    .styleless-button:active {
        border: none;
    }

.announcement-filter-container {
    padding: 70px 10px 70px 100px;
}

.btn-announcement-filter {
    margin-right: 8px;
    padding: 3px 10px 3px 10px;
}

.announcement-container {
    vertical-align: middle;
    padding: 25px;
}

.announcement-headline {
    font-size: 32px;
    font-weight: bold;
    margin-top: 2em;
}

.announcement-body {

    padding-top: 15px;
}

.announcement-image {
    max-width: 430px;
    max-height: 370px;
}

.announcement-image-float-left {
    float: left;
    padding-right: 40px;
}

.announcement-image-float-right {
    float: right;
    padding-left: 40px;
}

.announcement-image-overlay {
    padding: 4px 15px 4px 15px;
    background-color: #574E48; /* GSS Smoke */
    color: #ffffff;
    top: 48px;
    position: relative;
    max-width: 40px;
}

.announcement-image-overlay-left {
    margin-left: -10px;
}

.announcement-image-overlay-right {
    margin-left: 30px;
}

.search-bar-container {
    max-width: 250px;
}

.search-bar-text-box {
    padding: 0px 10px 0px 10px;
}

.triangle {
    position: absolute;
    top: 31px;
    left: -1px;
}
.search-bar-button {
    max-height: 34px;
}

/* react strap modal overrides*/
.modal-body {
    padding: 0;
}

.btnText {
    font-size: 18px;
}

.opacity-min{
    opacity: .95;
}

.tab{
    margin-left: 15px;
}

.big-tab {
    margin-left: 25px;
}

.large-tab {
    margin-left: 40px;
}

.backtab {
    margin-left: 0px;
}

.line-height-50 {
line-height: 50px !important;
}

/*  Content text CSS*/
.aboutObjectives .container .image-container {
    position: relative;
}
.aboutObjectives .container .image-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.65;
}
.aboutObjectives .container .image-container > div {
    position: relative;
    z-index: 10;
}
.content-title {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 15px;
    /*text-shadow: 1px 1px #788736;*/
    padding-top: 10px;
    position: relative;
    z-index: 10;
}

.content-text {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

.top-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.max-450{
    max-width:450px;
}

.max-500{
    max-width:500px;
}

.top-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

.top-footer .col-lg-4:nth-child(1) a {
    background-image: url(/images/WSS-RGB-H-sized.png);
    height: auto;
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    text-align: center;
    margin: 0 auto;
}

.top-footer .col-lg-4:nth-child(1) a img {
    visibility: hidden;
}

.social-link {
    padding: 1px;
}


.socials {
    display: inline;
}

.hidden {
    display: none;
}

/*  Footer  */

.footerLogo {
    max-height: 70px;
    max-width: 158px;
    /*margin-left: 120px;*/
}

.copyright {
    align-content: center;
    max-height: 40px;

    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    text-align: center;
}

/*  Buttons */

.btn {
    max-width: 450px;
}

.center {
    margin: auto;
    width: 50%;
}

a.feedbackLink:visited {
   color: white;
}

a.dropdown-menu{
    color: white;
}


/* Eclipse Page */
.resources {
    max-width: 1200px;
    margin: 2rem auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.resource-image {
    max-width: 100%;
    display: block;
    width: 155px;
    height: 155px;
    margin: 0 auto 12px auto;
}

.resource-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.resource-title  {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 15px 20px;
    cursor: pointer;
    transition: 0.3s;
    background: transparent;
    text-align: center;
}

.resource-title:hover {
    background: linear-gradient(180deg, #d54245 15.1%, #971b1e 83.85%);
    color: #fff;
}

.resource-description {
    max-width: 175px;
    margin: 10px 0 0 0;
    text-align: center;
}

.resource-links {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 980px;
    margin: 0rem auto;
    right: 0;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 5px #777;
    overflow: auto;
    border-radius: 10px;
    z-index: 999;
    overflow: auto;
    height: 100%;
}

.cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    z-index: 99;
}

.open .resource-links {
    display: block;
}

.open .cover {
    display: block;
}

.box-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #971b1e;
}

.resource-link {
    margin: 1rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #b9b9b9;
}

.resource-link:last-child {
    border-bottom: none;
}

.resource-link-title a {
    font-size: 24px;
    color: #000;
    text-decoration: underline;
    margin: 0 0 10px 0;
}

.resource-link-description {
    font-size: 18px;
}