@font-face {
    font-family: Produkt;
    src: url('fonts/Produkt Family/Trial Fonts/Produkt-Semibold-Trial.otf');
}

@font-face {
    font-family: Produkt Official;
    src: url('fonts/Produkt Family/Produkt-Bold.otf');
}

@font-face {
    font-family: Aktiv Grotesk;
    src: url('fonts/Trial_aktivgrotesk/TrialStaticFonts/AktivGrotesk_Trial_Rg.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Aktiv Grotesk;
    src: url('fonts/Trial_aktivgrotesk/TrialStaticFonts/AktivGrotesk_Trial_SBd.ttf');
    font-weight: 700;
}

.hero {
    background-image: url("images/digital-learning.jpg");
    color: white;
    height: 100vh;
    width: 100%;
    background-size: cover;
    font-family: Produkt Official;
    padding: 40px;
}

.hero h1 {
    margin-top: max(12.5%, 100px);
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
    /* Possibly remove shadow */
    font-size: calc(1.4rem + 1.5vw);
    /* remove/change to 1.7rem*/
}

h4 {
    font-family: Produkt Official;
    color: #003767;
}

h5 {
    font-family: Produkt Official;
    margin: 0;
    color: white;
}

.section {
    color: #848789;
    font-size: 18px;
    line-height: 1.8em;
}

li {
    text-align: left !important;
}

.intro {
    text-align: center;
    background-color: #fbfbfb;
    width: 100%;
    padding-inline: 20% !important;
}

.sessions {
    text-align: center;
    background-color: white;
    width: 100%;
    padding-inline: 20% !important;
}

* {
    outline: none !important;
}

.card {
    border: none !important;
    border-radius: 0.15001rem;
    height: 100%;
}

.shadow {
    box-shadow: 0 1px 9px 0 rgb(30 86 178 / 15%) !important;
    /* box-shadow: 0 5px 17px 0 rgb(0 0 0 / 10%); Sheridan Shadow */
}

.sheridan-shadow {
    box-shadow: 0 5px 17px 0 rgb(0 0 0 / 10%);
}

.area-2 {
    text-align: center;
    background-color: white;
    width: 100%;
    padding-inline: 20% !important;
}

.cards-area {
    text-align: center;
    background-color: white;
    width: 100%;
}

.cards-area .container {
    max-width: 1000px;
}

.sheridan-logo {
    max-width: 15rem;
    animation: fadeIn 2s;
}

.step-box {
    padding: 1.5rem;
    line-height: normal;
    text-align: left;
    color: rgb(33, 37, 41)
}

.sign-up {
    text-align: center;
    background-color: #fbfbfb;
    width: 100%;
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
}

.circle {
    background-color: #003767;
    border-radius: 50%;
    text-align: center !important;
    width: 2em;
    height: 2em;
    /* width: 5vh;
    height: 5vh; */
    /* width: max(5vh, 5vw);
    height: max(5vh, 5vw); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.arrow {
    position: absolute;
    bottom: 9vh;
    width: max(3vmax, 6vh);
    /* originally 2 and 3 */
    max-width: 45px;
    /* originally 50px, or 45px */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transition: .4s ease;
    filter: drop-shadow(0 0 3px rgb(0 0 0 / 50%));
}

.arrow:hover {
    bottom: 10vh;
    /* add shadow to arrow */
}

@media screen and (max-width: 768px) {
    .intro {
        text-align: center;
        background-color: #fbfbfb;
        width: 100%;
        padding-inline: 10% !important;
    }

    .sign-up {
        text-align: center;
        background-color: white;
        width: 100%;
        padding-inline: 10% !important;
    }
    
    .sessions {
        padding-inline: 10% !important;
    }
}

@media screen and (max-width: 700px) {
    a {
        word-break: break-all;
    }
}

/* @media screen and (min-width: 1400px) {
    .arrow {
        max-width: 50px;
    }
} */

.accordion-button {
    font-family: Produkt Official;
    font-size: 20px !important;
    color: #545658;
}

.accordion-body {
    line-height: 1.5;
    color: #545658;
}

.accordion-button:not(.collapsed) {
    color: #003767;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 159, 189, .5);
}

.accordion-body {
    /* border-bottom: 0.2rem solid #009fbd; */
}

.session-list {
    /* list-style-image: url("data:image/svg+xml,<svg viewBox='0 -1.5 16 16' width='27' height='16' fill='%23545658' xmlns='http://www.w3.org/2000/svg'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>"); */
    list-style: none;
    padding-left: 0 !important;
}

.accordion-body li {
    /* vertical-align: middle; */
    max-width: fit-content;
}

.accordion-body li a {
    /* display: inline-block; */
    display: block;
    text-decoration: none;
    color: inherit;
    word-break: normal; 
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}

.accordion-body li a::before {
    content: url("data:image/svg+xml,<svg viewBox='0 -1.5 16 16' width='27' height='16' fill='%23545658' xmlns='http://www.w3.org/2000/svg'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    transform: rotate(90deg);
    transition: .2s ease;
    width: 27px;
    height: 27px;
}

.accordion-body li a.collapsed::before {
    transform: rotate(0deg);
}

.accordion-body span {
    display: inline-block;
}

.accordion-body li a:hover {
    color: black;
}

.accordion-body li a:hover::before {
    content: url("data:image/svg+xml,<svg viewBox='0 -1.5 16 16' width='27' height='16' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.session-desc {
    margin-left: 27px;
    /* padding-bottom: 14px;
    padding-top: 10px; */
} 

.session-desc-p {
    padding-bottom: 10px;
    padding-top: 6px;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

footer {
    background-color: #003767;
    display: flex;
    color: white;
    min-height: 60px;
    position: relative;
    padding: 15px;
}

footer img {
    /* top: 50%;
    transform: translate(0%, -50%);
    left: 25px */
}

footer a {
    color:white;
}

.sheridan-footer-logo {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1rem;
}

@media screen and (max-width: 767px) {
    .sheridan-footer-logo {
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.desc-list {
    list-style: initial !important;
    margin-top: 10px;
}

.desc-list ul {
    list-style: circle;
}