@import url("/bootstrap-icons/bootstrap-icons.css");


@font-face {
    font-family: Source-Sans;
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/source-sans-pro/SourceSans3-Light.ttf.woff2");
}
@font-face {
    font-family: Source-Sans;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/source-sans-pro/SourceSans3-Regular.ttf.woff2");
}
@font-face {
    font-family: Source-Sans;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/source-sans-pro/SourceSans3-Medium.ttf.woff2");
}
@font-face {
    font-family: Source-Sans;
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/source-sans-pro/SourceSans3-Semibold.ttf.woff2");
}
@font-face {
    font-family: Source-Sans;
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/source-sans-pro/SourceSans3-Bold.ttf.woff2");
}

@font-face {
    font-family: Weissenhof-Grotesk;
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/weissenhof-grotesk/WeissenhofGrotesk-Light.otf");
}
@font-face {
    font-family: Weissenhof-Grotesk;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/weissenhof-grotesk/WeissenhofGrotesk-Regular.otf");
}
@font-face {
    font-family: Weissenhof-Grotesk;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/weissenhof-grotesk/WeissenhofGrotesk-Medium.otf");
}
@font-face {
    font-family: Weissenhof-Grotesk;
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/weissenhof-grotesk/WeissenhofGrotesk-Bold.otf");
}
@font-face {
    font-family: Weissenhof-Grotesk;
    font-style: italic;
    font-weight: 300;
    src: url("/fonts/weissenhof-grotesk/WeissenhofGrotesk-LightItalic.otf");
}
@font-face {
    font-family: Weissenhof-Grotesk;
    font-style: italic;
    font-weight: 400;
    src: url("/fonts/weissenhof-grotesk/WeissenhofGrotesk-Italic.otf");
}
@font-face {
    font-family: Weissenhof-Grotesk;
    font-style: italic;
    font-weight: 500;
    src: url("/fonts/weissenhof-grotesk/WeissenhofGrotesk-MediumItalic.otf");
}
@font-face {
    font-family: Weissenhof-Grotesk;
    font-style: italic;
    font-weight: 700;
    src: url("/fonts/weissenhof-grotesk/WeissenhofGrotesk-BoldItalic.otf");
}


/* Variables */
:root {
    /* add padding-x of 2*40px */
    --gsa-navbar-max-width: 1680px; 
    --gsa-large-max-width: 1680px;
    --gsa-medium-max-width: 1380px;
    --gsa-small-max-width: 1040px;
}

html, body {
    height: 100%;
}

body {
    background-color: var(--gsa-midnight);
}

footer {
    background-color: var(--gsa-midnight);
    font-size: 0.875rem;
}

.gsa-container {
    padding: 0 40px;
    max-width: var(--gsa-medium-max-width);
}

.gsa-input-holder {
    position: relative;
}

.gsa-input-holder .gsa-input-icon {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.gsa-input-holder .gsa-input-icon i {
    flex-shrink: 0;
    stroke: rgba(0, 0, 0, 0.6);
}


/* 
GSA Card 
*/
.gsa-card {
    display: flex;
    flex-direction: row;
    background-color: var(--gsa-midnight-05);
    flex-grow: 1;
    position: relative;
}
.gsa-card img.card-img-top {
    object-fit: cover;
    /* object-position: top; */
    flex: 2;
}
.gsa-card img.contain { object-fit: contain;}
.gsa-card .card-body {
    flex: 3; 
    padding: 1.25rem 1.5rem 3rem 1.5rem;
}
@media screen and (max-width: 576px) {
    .gsa-card {
        display: block;
    }
}


#dashboardMenu {
    border-right: 1px solid #dae2eb;
    background: #f2f6fa;
}

#dashboardMenu {
    border-bottom: 1px solid #dae2eb;
}

#dashboardMenu i {
    font-size: 1.3em;
    vertical-align: middle;
    margin-right: 16px;
}

.dashboard-profile span.text,
#dashboardMenu span.text {
    width: 130px;
    display: block;
}
.dashboard-profile,
.dashboard-profile a,
#dashboardMenu ul li a {
    display: flex;
    align-items: center;
}

.dashboard-profile {
    height: 72px;
}
#dashboardMenu ul li a {
    height: 52px;
}

.dashboard-profile,
#dashboardMenu ul li {
    padding-left: 19px;
}

#dashboardMenu ul {
    padding-left: 0;
    text-decoration: none;
    list-style: none;
    padding-top: 30px;
}

.dashboard-profile a,
#dashboardMenu ul li a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.dashboard-profile:hover,
#dashboardMenu ul li:hover {
    background: #dae2eb;
    border-left: 5px solid #BFCE40;
    padding-left: 14px;
}

.dashboard-profile.closed a > span.text,
#dashboardMenu.closed ul > li a > span.text {
    display: none !important;
}

.gsa-arrow-link {
    position: absolute; 
    right: 0; 
    bottom: 0; 
    width: 40px; 
    height: 40px;
    background-color: var(--gsa-midnight-40);
}
.gsa-arrow-link img {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    height: .75rem;
    width: auto;
    transform: translate(-50%, -50%);
}
*:hover > .gsa-arrow-link {
    transition: background-color .2s ease-in-out;
    background-color: var(--gsa-midnight);
}


.navbar .nav-link {
    color: #fff;
}
.navbar .nav-link:hover {
    color: var(--gsa-lime);

}


.navbar {
    background-color: var(--gsa-midnight);
}
.navbar .container {
    max-width: var(--gsa-navbar-max-width); 
    padding: 0 40px;
}
.navbar .navbar-brand {
    margin: 40px 0;
}
.navbar.gsa-shrank .navbar-brand {
    margin: 15px 40px 15px 0;
}
.navbar .navbar-brand .logo {
    height: 80px;
}
.navbar.gsa-shrank .logo {
    height: 40px;
}
.navbar .navbar-collapse {
    margin: 30px 0;
    align-self: end;
}
.navbar.gsa-shrank .navbar-collapse {
    margin: 0;
    align-self: center;
}
@media screen and (max-width: 992px) {
    .navbar .navbar-brand {
        margin: 15px 0;
    }
    .navbar .navbar-brand .logo {
        height: 40px;
    }
    .navbar .navbar-collapse {
        margin: 0;
        align-self: center;
    }
}

.gsa-spacer {
    height: 100px;
}
@media screen and (max-width: 992px) {
    .gsa-spacer {
        height: 50px;
    }
}