﻿body {
    min-width: 324px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

a.navbar-brand.mobile {
    display: none;
}

#header {
    height: 60px;
}

button:before {
    content: " ";
    background-image: url(/imgs/02-Icon0Maple-Leaf.svg);
}

.home .ingram-navbar.transparent {
    background-color: transparent;
    box-shadow: none;
}

.home .ingram-navbar.transparent .navbar > li > a {
    color: #ffffff;
}

.home .ingram-navbar.transparent .show .navbar > li > a {
    color: #000000;
}

.ingram-navbar .light__header__icon.logo.transparent-icon {
    display: none;
}

.home .ingram-navbar .light__header__icon.logo.transparent-icon {
    display: none;
}

.home .ingram-navbar .light__header__icon.logo {
    display: block;
}

.home .ingram-navbar.transparent .light__header__icon.logo.transparent-icon {
    display: block;
}

.home .ingram-navbar.transparent .light__header__icon.logo {
    display: none;
}

/* Desktop */
@media only screen and (min-width: 992px) {

    #header {
        height: 100px;
    }

    /********** Navigation styles **********/
    .ingram-navbar {
        height: 100px;
        padding: 0 0;
        font-weight: 500;
        background-color: #FFFFFF;
        box-shadow: 0px 4px 12px rgb(0, 0, 0, 0.1);
    }

    .navbar.container {
        display: none;
    }

    .ingram-navbar a {
        color: #333333;
    }

    .nav-content {
        width: 100%;
    }

    ul.navbar {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: auto;
        padding: 0;
    }

    li.nav-item {
        display: block;
        margin: auto;
        flex: 0 1 auto !important;
        list-style-type: none;
        position: static;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
        margin: 0 -20px;
        padding: 0 0;
        width: calc(100% + 40px);
        border: none;
        background-color: transparent;
    }

    .dropdown-menu .dropdown-container {
        width: 100%;
        min-height: 257px;
        margin: 46px auto 0 auto;
        max-width: 1424px;
        border: none;
        box-shadow: 0px 4px 12px rgb(0 0 0 / 15%);
        background-color: #FFFFFF;
        border-radius: 6px;
        overflow: hidden;
    }

    .dropdown-container .left {
        background-color: #ffffff;
        padding: 10px 20px;
        display: -webkit-box;
    }

    .dropdown-container .right {
        background-color: #E6F1FB;
        padding: 10px 20px 10px 15px;
    }

    .featured-item {
        width: 100%;
        max-height: 168px;
        height: 100%;
        margin: 0 0 20px 0;
        background: white;
        box-shadow: 0px 4px 12px rgb(0 0 0 / 15%);
        border-radius: 6px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
    }

    .feature-image {
        width: 168px;
        overflow: hidden;
        display: inline-block;
    }

    .feature-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



    .feature-text {
        background-color: white;
        height: 100%;
        width: calc(100% - 168px);
        display: inline-block;
        padding: 20px;
    }

    .feature-tag {
        border: 2px solid #EEEEEE;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 6px 20px;
        width: fit-content;
        margin-left: 10px;
    }

    .feature-tag h6 {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        margin: auto 0;
    }

    .feature-title {
        margin-top: 20px;
        margin-left: 10px;
    }

    .feature-title h4 {
        font-weight: 400;
        line-height: 2.25rem;
        margin: 0;
    }

    a.feature-link:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .menu-list {
        -webkit-box-flex: 1;
        flex: .5;
        display: block !important;
    }

    .left-list {
        display: inline-block;
        width: 35%;
        margin: 0;
        flex-basis: 35%;
    }

    .right-list {
        display: inline-block;
        flex-basis: 65%;
    }

    h4 {
        font-weight: 700;
        line-height: 2.25rem;
        margin-top: 3px;
        margin-bottom: 20px;
    }

    .navbar .nav-item .menu-list-item .nav-link {
        font-size: 1rem;
        line-height: 1.75rem;
        padding: 0 0 10px 0;
        font-weight: 400;
    }

    .menu-list-item a.nav-link:hover {
        box-shadow: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    } 
    a.navbar-brand {
        padding-top: 0px;
        margin-right: 0px;
    }

    a.nav-link {
        padding: 12px 0px;
        border-radius: 0px !important;
    }

    a.nav-link:hover {
        color: #0077D4;
        box-shadow: inset 0 -3px 0 0;
    }

    .collapse:not(.show) {
        display: block;
    }

    .hero h1 {
        margin-bottom: 20px;
        font-size: 3.75rem;
        font-weight: 700;
    }
}

/* Homepage Styles*/
.home #main-content {
    margin-top: -100px;
}

.hero {
    position: relative;
    height: 496px;
}

.home .hero {
    height: 100vh;
}

.hero .background {
    overflow: hidden;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C2340;
}

.home .hero .background {
    background: #000000;
}

.hero .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .background {
    height: 100vh;
}

.hero .content-container {
    position: relative;
    color: #ffffff;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home .hero .content-container .content {
    max-width: 752px;
}

video.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

/********** Mobile styles **********/
@media only screen and (max-width: 991px) {
    /* Homepage Styles*/
    .home #main-content {
        margin-top: -60px;
    }

    /* mobile navbar */
    .ingram-navbar {
        max-height: -webkit-fill-available;
        overflow-y: auto;
        min-width: 324px;
        padding: 0 0;
        font-weight: 500;
        background-color: #FFFFFF;
        box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
    }


    .navbar .container {
        width: 100%;
        height: 60px;
        padding: 0 0;
    }

    #mobile-navbar.open {
        box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
    }

    .nav-content {
        width: 100%;
        z-index: -1;
        margin-top: -60px;
        height: 100vh;
    }

    .navbar-brand {
        display: none;
    }

    a.navbar-brand.mobile {
        display: block;
        font-size: 0;
        padding: 19px 33px;
    }
    /*list stuff*/
    ul.navbar {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin: auto;
        padding: 110px 33px;
        align-items: normal;
        background-color: #FFFFFF;
    }

    li.nav-item {
        display: block;
        flex: 0 1 auto;
        list-style-type: none;
        width: 100%;
        text-align: left !important;
        position: static;
    }

    a.nav-link {
        padding: 0 0 20px 0;
        color: #333333;
    }

    .dropdown-menu {
        position: relative;
        width: 100%;
        display: block;
        border: none;
        margin-bottom: 10px;
    }

        .dropdown-menu div:nth-child(n) {
            margin-top: -2px;
        }

        .dropdown-menu div.menu-list:nth-child(1) {
            margin-top: -20px;
        }

    .dropdown-container .right {
        display: none;
    }

    .resources-page .menu-list,
    #header .menu-list {
        width: 100%;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .resources-page .menu-list-item,
    #header .menu-list-item {
        width: 100%;
        height: 40px;
        background: rgba(238, 238, 238, 0.3);
        border: 2px solid #D3D4D5;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .resources-page .menu-list-container .menu-list-item:nth-child(1),
    #header .menu-list-container .menu-list-item:nth-child(1) {
        margin-top: 0px;
    }

    .resources-page .menu-list-container,
    #header .menu-list-container {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out;
    }

    .resources-page .show-list > .menu-list-container,
    #header .show-list > .menu-list-container {
        max-height: 30rem;
    }

    .resources-page .menu-list > h4,
    #header .menu-list > h4 {
        display: flex;
        justify-content: space-between;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 20px;
        margin: 0 0;
        background: #EEEEEE;
        border: 2px solid #D3D4D5;
        box-sizing: border-box;
        border-radius: 3px;
    }

        .resources-page .menu-list > h4:after,
        #header .menu-list > h4:after {
            content: '';
            -webkit-mask: url(../imgs/down-arrow.svg);
            mask: url(../imgs/down-arrow.svg);
            -webkit-mask-size: cover;
            mask-size: cover;
            width: 14px;
            height: 8px;
            display: inline-block;
            background-color: #333333;
            transition: transform .3s;
            margin: auto 0;
        }

    .resources-page .menu-list.show-list > h4::after,
    #header .menu-list.show-list > h4::after {
        transform: rotate( 180deg );
        background-color: #0077D4;
    }

    .resources-page .menu-list.show-list > h4,
    #header .menu-list.show-list > h4 {
        color: #0077D4;
    }

    .resources-page .menu-list-item > a.nav-link,
    #header .menu-list-item > a.nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 20px;
    }

    .navbar-toggler {
        padding: 23px 37px;
        border: 0px;
    }

    #navbar-hamburger {
        width: 18px;
        height: 14px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #navbar-hamburger span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #333333;
            border-radius: 2px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #navbar-hamburger span:nth-child(1) {
                top: 0;
            }

            #navbar-hamburger span:nth-child(2),
            #navbar-hamburger span:nth-child(3) {
                top: 6px;
            }

            #navbar-hamburger span:nth-child(4) {
                top: 12px;
            }

        #navbar-hamburger.open span:nth-child(1) {
            top: 6px;
            width: 0%;
            left: 50%;
        }

        #navbar-hamburger.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #navbar-hamburger.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #navbar-hamburger.open span:nth-child(4) {
            top: 6px;
            width: 0%;
            left: 50%;
        }

    button.btn.contact-btn {
        margin-top: 38px;
        width: max-content;
        min-width: 150px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    /* mobile footer */
    #footer .top-footer .list {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    #footer button.btn.contact-btn {
        margin-top: 0px;
    }

    #footer .menu-list {
        margin-bottom: 40px;
    }

        #footer .menu-list:not(.always-show) > h4:after {
            content: '';
            -webkit-mask: url(../imgs/down-arrow.svg);
            mask: url(../imgs/down-arrow.svg);
            -webkit-mask-size: cover;
            mask-size: cover;
            width: 14px;
            height: 8px;
            display: inline-block;
            background-color: #333333;
            transition: transform .3s;
            margin: auto 0 auto 20px;
        }

        #footer .menu-list.show-list > h4::after {
            transform: rotate( 180deg );
            background-color: #0077D4;
        }

        #footer .menu-list.show-list:not(.always-show) > h4 {
            color: #0077D4;
        }

        #footer .menu-list > h4 {
            display: flex;
            margin: 0 0;
            font-size: 1.125rem;
            line-height: 1.625rem;
        }

    #footer .menu-list-container {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out;
    }

    #footer .show-list > .menu-list-container {
        max-height: 30rem;
    }

    #footer .always-show > .menu-list-container {
        max-height: 30rem;
    }

    .top-footer .nav-row {
        margin-bottom: 0 !important;
    }
}

.contact-btn {
    background-color: #0077D4;
    color: #FFFFFF;
    width: fit-content;
    min-width: 166px;
    height: 48px;
    border-radius: 6px;
    font-weight: 500;
    vertical-align: baseline;
    padding: 0 34px;
}

.contact-btn:hover {
    background-color: #2B5381;
    color: #FFFFFF;
    text-decoration: none;
}

.top-footer {
    background: #E6F1FB;
}

.top-footer h4 {
    margin-top: 0;
    color: #0C2340;
}

.contact-list a.nav-link,
.top-footer a.nav-link {
    color: #333333;
    padding: 0 0 10px 0;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.contact-list a.nav-link:hover,
.top-footer a.nav-link:hover {
    box-shadow: none;
    text-decoration: underline;
}

.top-footer .list {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
}

.top-footer .social-links a.nav-link {
    display: inline-block; 
}

.contact .social-links a.nav-link,
.article .social-links a.nav-link,
.whitepaper .social-links a.nav-link {
    display: inline-block;
}

.top-footer .nav-row {
    margin-bottom: 50px;
}

img.light__social__icon {
    margin-right: 15px;
}

.email-icon {
    height: 25px;
}

.copyright {
    background-color: #0C2340;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 20px 18px;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.rights {
    display: inline-block;
}

.policy-terms {
    display: inline-block;
    margin-left: 60px;
}

@media (max-width: 576px) {
    .rights {
        display: block;
        margin-bottom: 10px;
    }

    .policy-terms {
        display: block;
        margin-left: 0;
    }
}

/* Container Breakpoints */
@media (min-width: 576px) {
    ul.navbar {
        max-width: 540px;
    }
}

.w-md-100 {
    display: none;
}

.w-sm-100 {
    width: 100% !important;
    display: block;
}

@media (min-width: 768px){
    ul.navbar {
        max-width: 720px;
    }

    .w-md-100 {
        width: 100% !important;
        display: block;
    }

    .w-sm-100 {
        display: none;
    }
}

@media (min-width: 992px) {
    ul.navbar {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    ul.navbar {
        max-width: 1140px;
    }
}

@media (min-width: 1500px) {
    ul.navbar {
        max-width: 1320px;
    }

    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1700px) {
    ul.navbar {
        max-width: 1520px;
    }

    .container {
        max-width: 1520px;
    }
}

@media (min-width: 1800px) {
    ul.navbar {
        max-width: 1616px;
    }

    .container {
        max-width: 1616px;
    }
}