@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Josefin Sans Regular'),
    local('JosefinSans-Regular'),
    url(/spintronics/fonts/JosefinSans-Regular.woff2) format('woff2'),
    url(/spintronics/fonts/JosefinSans-Regular.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Josefin Sans Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Josefin Sans Bold'),
    local('JosefinSans-Bold'),
    url(/spintronics/fonts/JosefinSans-Bold.woff2) format('woff2'),
    url(/spintronics/fonts/JosefinSans-Bold.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    scroll-behavior: smooth;
}

a:link {
    color: #007Fb3;
    text-decoration: none;
}
/* visited link */
a:visited {
    color: #007Fb3;
    text-decoration: none;
}

a#spinLinkWhite, a#spinLinkWhite:visited {
    color: #FFFFFF;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #007Fb3;
    text-decoration: none;
}

a#spinLinkWhite:hover {
    color: #FFFFFF;
    opacity: .5;
}

/* selected link */
a:active {
    color: #007Fb3;
    text-decoration: none;
}

.backdrop {
    height: 1rem;
    background-color: white;
}

/* Try to remove all formatting from the header tags so they can be inserted without affecting display */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 1rem;
    font-weight: inherit;
    padding: 0;
}
/*******************************************/

.page-content {
    padding: 0 0 0 0; /* Removes the border on the page */
    font-size: 1rem;
}

/*************** Cookie notice **********************/
.cookieNotice {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(000, 000, 000, 0.65);
    color: #FFF;
    padding: 1rem;
    z-index: 99;
    border-top: 2px solid white;
    font-family: 'Josefin Sans', sans-serif;
    font-size: .875rem;
}

.cookieNotice .notice {
    display: inline-block;
}

.cookieNotice a {
    color: #FFF;
}

.cookieNotice a:hover {
    text-decoration: underline;
}

.cookieNotice .notice-button {
    margin-left: 1rem;
    margin-top: 5px;
    background-color: #b9a17b;
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 4px;
    width: 100px;
    color: #fff;
}

.cookieNotice .notice-button:hover {
    background-color: #ac8962;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .cookieNotice {
        width: 100%;
        margin: 0 auto;
        font-size: 1rem;
        height: auto;

    }
}
/*************** The mobile Buy Now button at the bottom of the screen ****************/

#buy-bottom {
    box-sizing: border-box;
    display: inline-block;
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    color: white;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    z-index: 98!important;
}

.order-button3-border {
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, rgba(178,120,35,1) 0%, rgba(223,184,101,1) 28.3415%, rgba(178,120,35,1) 62.5255%, rgba(190,141,50,1) 85.2977%, rgba(178,120,35,1) 100%);
    border: none;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    opacity: 1;
    width: 70%;
    margin-bottom: 10px;
}
.order-button3, .order-button3:link, .order-button3:visited {
    position: relative;
    top: 0;
    left: 0;
    background: #006892;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    border-width: 3px;
    border-color: rgba(178,120,35,1);
    cursor: pointer;
    opacity: 1;
    width: 70%;
}

.order-button3:hover {
    background: #007Fb3;
}

@media only screen and (min-width: 768px) {
    #buy-bottom, #buy-bottom .order-button3 {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    #buy-bottom, #buy-bottom .order-button3 {
        font-size: 1.2rem;

    }
}

/*************** Navigation bar *********************/

/* The class that sets the look of the logo on the left side. It is sort of like a button in the navbar, too. */
#spintronics-nav .navbar-brand {
    position: relative;
    height: 45px;
}
#spintronics-nav .navbar-toggler-icon{
    font-size: 0.8em;
}

#spintronics-nav .navbar-gray-section {
    position: absolute;
    top: -1px;
    left: 0;
    border-bottom: 46px solid #3a3a3c;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 100%;
}

#spintronics-nav .navbar-bottom-line {
    position: absolute;
    left: 100px;
    top: 45px;
    height: 5px;
    width: calc(100% - 100px);
    background: linear-gradient(90deg, rgba(178,120,35,1) 0%, rgba(223,184,101,1) 28.3415%, rgba(178,120,35,1) 62.5255%, rgba(190,141,50,1) 85.2977%, rgba(178,120,35,1) 100%);
}

#spintronics-nav .navbar-behind-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    background-image: url("../assets/behind-upper-story-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: top left;
}

#spintronics-nav .nav-logo-product-arrow {
    position: relative;
    background-image: url("/spintronics/assets/nav-product-arrow.svg");
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
    width: 15px;
    height: 100%;
    background-size: 8px;
    z-index: 2;
    vertical-align: middle;
    margin-top: 1px;
}

#spintronics-nav .nav-logo-product {
    position: relative;
    display: inline-block;
    z-index: 2;
    height: 100%;
    vertical-align: middle;
    padding-top: 2px;
}

#spintronics-nav .nav-logo-product-img {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background-image: url("/spintronics/assets/nav-logo-spintronics.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s;
}

#spintronics-nav .nav-logo-product-img:hover {
    background-image: url("/spintronics/assets/nav-logo-spintronics-hover.png");
}

#spintronics-nav .nav-logo-product-hidden-image {
    position: relative;
    visibility: hidden;
    height: 25px;
    display: inline-block;
}

#spintronics-nav .nav-upper-story-logo {
    position: relative;
    display: inline-block;
    z-index: 2;
    height: 30px;
    vertical-align: top;
    margin-left: 4px;
}



@media only screen and (max-width: 400px) {
    /*#spintronics-nav .nav-logo-product-hidden-image {
        height: 20px;
    }*/
    #spintronics-nav .nav-logo-product-img {
        width: 90px;
    }
    #spintronics-nav .nav-logo-product-arrow {
        background-size: 6px;
        width: 10px;
    }
}
@media only screen and (max-width: 380px) {
    #spintronics-nav .nav-logo-product-img {
        width: 70px;
    }
    #spintronics-nav .nav-logo-product-arrow {
        background-size: 5px;
        width: 8px;
    }
}
/* Don't draw the product name if the client space is too narrow */
@media only screen and (max-width: 350px) {
    #spintronics-nav .nav-logo-product-arrow {
        display: none;
    }

    #spintronics-nav .nav-logo-product {
        display: none;
    }

    #spintronics-nav .nav-upper-story-logo {
        margin-right: 10px;
    }
}


#spintronics-nav .nav-upper-story-img {
    position: relative;
    left: 0;
    top: 0;
    background-image: url("/spintronics/assets/upper-story-logo-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

#spintronics-nav .nav-upper-story-img:hover {
    background-image: url("/spintronics/assets/upper-story-logo-hover.svg");
}


#spintronics-nav .nav-logo-spacer {
    position: relative;
    top: 0;
    display: inline-block;
    z-index: 2;
    width: 40px;
}

/* The class we use to set the navbar's customized properties */
.navbar-x {
    /*background-color: rgba(255,255,255,0.85);*/
    background-color: #FFFFFF;
    /*border-bottom: .25rem solid #0097b3;*/
    font-family: 'Josefin Sans Bold', sans-serif;

    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#spintronics-nav .navbar-toggler {
    margin-right: 2rem;
}

/*
    768 px is the break point where we switch to the toggler.
    At that point, nav-link items are in the toggler menu and
    have different styling.
 */

/* Default nav-link is for less than 768 px (with toggler) */
#spintronics-nav .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 15px;
    font-size: 13pt;
    text-align: right;
    vertical-align: center;
    background-color: #e6e7e8;
    border-bottom: solid 1px;
    border-color: #d1d3d4;
    color: #414042;
    text-transform: uppercase;
}

#spintronics-nav .nav-link .active {
    background-color: #006892;
    color: #fff;
}

#spintronics-nav .nav-link:hover {
    color: #006892;
}

#spintronics-nav .nav-link.disabled {
    color: #808285;
}

/* nav-link for 768 px and greater (without toggler) */
@media only screen and (min-width: 992px) {
    #spintronics-nav .nav-link {
        margin-left:0px;
        margin-right: 0;
        padding-right: 10px;
        padding-left: 20px;
        padding-bottom: 0;
        padding-top: 4px;
        font-size: 13pt;
        text-align: right;
        vertical-align: center;
        background-color: transparent;
        border-bottom: none;
    }

    #spintronics-nav .nav-link .active {
        background-color: transparent;
    }
}


#spintronics-nav .dropdown-item {
    background-color: white;
    color: #414042;
}

#spintronics-nav .dropdown-item:hover {
    color: #006892;
}

#spintronics-nav .dropdown-item.disabled {
    color: #808285;
}

#spintronics-nav .active {
    color: #af7732;
}

#spintronics-nav .navbar-order-btn {
    float: right;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

/* BUY NOW button disappears when smaller than 830 px */
@media only screen and (max-width: 1080px) {
    #spintronics-nav .navbar-order-btn {
        display: none;
    }
}
.order-button, .order-button:link, .order-button:visited {
    font-size: 12pt;
    font-family: 'Josefin Sans Bold', sans-serif;
    font-weight: normal;
    color: #fff;
}

#heroVideo .embed-responsive {
    position: static;
}

/* The hero area */
#hero {
    /*color: white;
    padding-top: 0;
    overflow: hidden;
    position: relative;
    height: 80vh;
    height: -webkit-calc(100vh - 6.5rem);
    height: -moz-calc(100vh - 6.5rem);
    height: calc(100vh - 6.5rem);
    background-attachment: scroll;
    background-image: url(../assets/spintronics_video_still2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

#hero .hero-video-container {
    color: white;
    padding-top: 0;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 50px);
    background-attachment: scroll;
    background-image: url(/spintronics/assets/spintronics_video_still2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#hero .hero-video {
    position: relative;
    display: block;
    height: 100%;
    width: 177.78vh;
    min-width: 100%;
    min-height: 56.25vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#hero .hero-video-dark-overlay {
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.35);
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 0rem;
}

/********************The curtain*************************************/
/*.curtain {
    display: block;
    width:100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow:hidden;
}

.top-curtain {
    display: block;
    height: 100px;
    width:100%;
    background-image: url(../assets/Curtain%20top.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 21;
}

@keyframes slideCurtainLeft {
    0% {
        transform: translate(calc(0vw - ((100vh / 2.2588) / 2)), -50%);
    }
    100% {
        transform: translate(calc(-50vw + ((100vh / 2.2588) / 3)), -50%);
    }
}

@keyframes slideCurtainRight {
    0% {
        transform: translate(calc(0vw - ((100vh / 2.2588) / 2)), -50%);
    }
    100% {
        transform: translate(calc(50vw - (100vh / 2.2588) - ((100vh / 2.2588) / 3)), -50%);
    }
}

@media only screen and (max-width: 1600px) {

    @keyframes slideCurtainLeft {
        0% {
            transform: translate(calc(0vw - ((100vh / 2.2588) / 2)), -50%);
        }
        100% {
            transform: translate(calc(-50vw), -50%);
        }
    }

    @keyframes slideCurtainRight {
        0% {
            transform: translate(calc(0vw - ((100vh / 2.2588) / 2)), -50%);
        }
        100% {
            transform: translate(calc(50vw - (100vh / 2.2588)), -50%);
        }
    }
}

@media only screen and (max-width: 500px) {
    @keyframes slideCurtainLeft {
        0% {
            transform: translate(calc(0vw - ((100vh / 2.2588) / 2)), -50%);
        }
        100% {
            transform: translate(calc(-50vw - ((100vh / 2.2588) / 5)), -50%);
        }
    }

    @keyframes slideCurtainRight {
        0% {
            transform: translate(calc(0vw - ((100vh / 2.2588) / 2)), -50%);
        }
        100% {
            transform: translate(calc(50vw - (100vh / 2.2588) + ((100vh / 2.2588) / 5)), -50%);
        }
    }
}

.left-curtain {
    display: block;
    height: 100vh;
    position: absolute;
    left: -webkit-calc(50% - ((100vh / 2.2588) / 2));
    left: -moz-calc(50% - ((100vh / 2.2588) / 2));
    left: calc(50% - ((100vh / 2.2588) / 2));
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.43, .18, .74, .53);
    animation-name: slideCurtainLeft;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.right-curtain {
    display: block;
    height: 100vh;
    position: absolute;
    left: -webkit-calc(50% + ((100vh / 2.2588) / 2));
    left: -moz-calc(50% + ((100vh / 2.2588) / 2));
    left: calc(50% + ((100vh / 2.2588) / 2));
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.43,.18,.74,.53);
    animation-name: slideCurtainRight;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}
*/



/********************Black tint and Spintronics logo**********************/

#hero .hero-content {
    position: absolute;
    background: rgba(0,0,0,0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    text-align: center;
    padding-top: 0rem;
}

#hero #hero-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    z-index:21;
}

#hero .hero-pic {
    background-image: url("/spintronics/assets/spintronics-logo-en.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-position: center center;
    margin-top: 10vh;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 35vh;
}

/*@media only screen and (min-width: 768px) {
    #hero .hero-pic {
        background-image: url("../assets/spintronics-logo-en.svg");
        padding-bottom: 25%;
    }
}*/

/***************How it works button****************/

#hero .play-button {
    display: inline-block;
    position:relative;
    margin-top: 10vh;
    width: 100%;
    padding-bottom: 10vh;
    color: white;
    text-align: center;
}

#hero .play-button-pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}

#hero .play-button-hover-pic {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    opacity: 0;
}

#hero .play-button-hover-pic:hover {
    opacity: 1;
}

#hero .play-button-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: white;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    #hero .play-button {
        padding-bottom: 25%;
    }

    #hero .play-button-pic, .play-button-hover-pic {
        width: 350px;
    }

    #hero .play-button-text {
        font-size: 26px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 460px) {
    #hero .play-button {
        padding-bottom: 25%;
    }

    #hero .play-button-pic, .play-button-hover-pic {
        width: 300px;
    }

    #hero .play-button-text {
        font-size: 22px;
        margin-top: 19px;
    }
}

#textured-sign {
    width: 100%;
}

.top-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, rgba(131,70,31,1) 0%, rgba(198,145,60,1) 28.3415%, rgba(131,70,31,1) 62.5255%, rgba(149,97,54,1) 85.2977%, rgba(131,70,31,1) 100%);
}

.main-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-box-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/spintronics/assets/teal-sign-background.jpg");
    background-color: #006892; /* For when the background image doesn't load right away */
    background-repeat: repeat-y;
    background-size: 100%;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 40px), calc(100% - 7px) calc(100% - 39px), calc(100% - 14px) calc(100% - 38px), calc(100% - 20px) calc(100% - 35px), calc(100% - 26px) calc(100% - 31px), calc(100% - 31px) calc(100% - 26px), calc(100% - 35px) calc(100% - 20px), calc(100% - 38px) calc(100% - 14px), calc(100% - 39px) calc(100% - 7px), calc(100% - 40px) 100%, /* End of right curve, begin left curve */ 40px 100%, 39px calc(100% - 7px), 38px calc(100% - 14px), 35px calc(100% - 20px), 31px calc(100% - 26px), 26px calc(100% - 31px), 20px calc(100% - 35px), 14px calc(100% - 38px), 7px calc(100% - 39px), 0px calc(100% - 40px));
}

.main-box-under-color-left {
    position: absolute;
    left: 0;
    top: calc(100% - 43px);
    width: 43px;
    height: 43px;
}

.main-box-under-color-right {
    position: absolute;
    left: calc(100% - 43px);
    top: calc(100% - 43px);
    width: 43px;
    height: 43px;
}

.lower-left-curve {
    position: absolute;
    left: -43px;
    top: calc(100% - 43px);
    width: 86px;
    height: 86px;
    border: solid 6px rgba(178,120,35,1);
    border-color: rgba(178,120,35,1) transparent transparent transparent;
    border-radius: 50%;
    transform: rotate(45deg);
}

.lower-right-curve {
    position: absolute;
    left: calc(100% - 43px);
    top: calc(100% - 43px);
    width: 86px;
    height: 86px;
    border: solid 6px rgba(178,120,35,1);
    border-color: rgba(178,120,35,1) transparent transparent transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.lower-line {
    position: absolute;
    left: 40px;
    top: calc(100% - 6px);
    width: calc(100% - 80px);
    height: 6px;
    background: linear-gradient(90deg, rgba(178,120,35,1) 0%, rgba(223,184,101,1) 28.3415%, rgba(178,120,35,1) 62.5255%, rgba(190,141,50,1) 85.2977%, rgba(178,120,35,1) 100%);

}

.stitching {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 12px;
    background-image: url("/spintronics/assets/stitches.png");
    background-repeat: repeat-x;
    background-size: contain;
}

.main-box-text {
    position: relative;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #EDEDED;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 45px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 700px) {
    .main-box-text {
        font-size: 20px;
    }
}

.main-box-text b {
    font-family: 'Josefin Sans Bold', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.filigree {
    width: 100%;
    max-width: 350px;
}

@keyframes gear-rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.little-gear {
    position: absolute;
    left: calc(100% - 100px);
    top: -30px;
    background-image: url("/spintronics/assets/little-gear.png");
    background-size: cover;
    opacity: 0.25;
    width: 130px;
    height: 130px;
    animation: gear-rotation 30s infinite linear;
}

.big-gear {
    position: absolute;
    left: -40px;
    top: calc(100% - 150px);
    background-image: url("/spintronics/assets/big-gear.png");
    background-size: cover;
    opacity: 0.25;
    width: 250px;
    height: 250px;
    animation: gear-rotation 40s infinite linear;
}

.background-circuits {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/spintronics/assets/circuits.png");
    background-size: 100%;
    background-repeat: repeat-y;
    opacity: 0.10;
    width: 100%;
    height: 100%;
}

.box-video-container {
    /*height: 900px;*/
}

.part-text {
    position: relative;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #414042;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 0;
}

@media only screen and (max-width: 700px) {
    .part-text {
        font-size: 18px;
    }
}

.part-text b {
    font-family: 'Josefin Sans Bold', sans-serif;
    font-weight: 400;
}

.circuit-divider {
    max-width: 800px;
    width: 100%;
    padding-bottom: 30px;
}

.circuit-video {
    position: relative;
    left: 0;
    top: 0;
    width: 50%;
}

.circuit-diagram {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
}

.circuit-equal-sign {
    position: absolute;
    text-align: center;
    left: 50%;
    top: calc(50% - 20px);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #414042;
}

.circuit-caption {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #414042;
}

.circuit-caption .title {
    font-family: 'Josefin Sans Bold', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.circuit-caption .description {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

@media only screen and (min-width: 700px) {
    .circuit-caption .title {
        font-size: 22px;
    }
    .circuit-caption .description {
        font-size: 20px;
    }
}

#circuitInner {
    padding-top: 30px;
    padding-bottom: 70px;
}

.carousel-control-next, .carousel-control-prev {
    align-items: flex-start;
    justify-content: space-around;
    top: 45px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23B9A17B' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23B9A17B' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #B9A17B;
}

.carousel-dark .carousel-indicators .active {
    background-color: #006892;
}

.tooltip > .tooltip-inner {
    background-color: #006892;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #006892;
}

.tooltip {
    display: none!important;
}

@media only screen and (min-width: 769px) {
    .tooltip {
        display: flex!important;
    }
}

.full-width-image {
    width: 100%;
    max-width: 1000px;
}

.book-image {
    position: relative;
    left: 0;
    top: 0;
    height: 320px;
    overflow: visible;
}

.book-image-container {
    position:absolute;
    left:0px;
    top:-40px;
    height: 360px;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 460px) {
    .book-image {
        height: 500px;
    }
    .book-image-container {
        height: 540px;
    }
}

@media only screen and (min-width: 700px) {
    .book-image {
        height: 700px;
    }
    .book-image-container {
        height: 740px;
    }
}

@media only screen and (min-width: 1001px) {
    .book-image {
        height: 850px;
    }
    .book-image-container {
        height: 890px;
    }
}

.challenge-top {
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    padding-bottom:100px;
    background-image: url('/spintronics/assets/challenge-41-top.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.button {
    background-color: #006892;
    border-color: #006892;
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    border:none;
    color:#fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 4px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    border-radius:100px;
    cursor:pointer
}

.button:hover{
    background-color: #007Fb3;
    border-color: #007Fb3;
    color: #fff;
}

.pre-order-progress-bar
{
    font-size:1rem;
    font-family: 'Josefin Sans', Arial, sans-serif;
    margin-left: 20px;
}

.indent-progress-bar {
    margin-left: 20px;
}

@media only screen and (min-width: 768px) {
    .pre-order-progress-bar {
        margin-left: 0;
    }

    .indent-progress-bar {
        margin-left: 0;
    }
}


/******************************* ABOUT PAGE  *************************************/

#about {
    font-family: 'Josefin Sans', sans-serif;
    color: #575859;
}

.hero-background-pic {
    background-image: url('/spintronics/assets/banner-2.jpg');
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 100%;
    background-color: #E4E5E6;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: 50% 78%;
}

.about-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 15px;
    margin: 0 auto;
}

.about-container-col-reverse {
    flex-direction: column-reverse;
}

.gray-frame-with-caption {
    background-color: #E4E5E6;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
    margin: 0 auto;
}
.gray-frame-with-caption-logo {
    width: 75%;
    margin: 0 auto 1rem auto;
}
.gray-frame-with-caption-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.gray-frame-with-caption .cap {
    font-style: italic;
    text-align: center;
    padding-top: 5px;
    line-height: 1.1rem;
}
.giving-description {
    width: 100%;
    margin: 3rem auto 0 auto;
}
.giving-logo {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 0 1rem 0;
}

@media only screen and (min-width: 768px) {

    .about-container {
        flex-direction: row;
        padding: 0;
        margin: 0 auto;
    }
    .about-container-col-reverse {
        flex-direction: row;
    }
    .gray-frame-with-caption-logo {
        max-height: 105px;
    }
    .giving-logo {
        height: 140px;
        width: auto;
        padding-bottom: 1rem;
    }
    .giving-description {
        margin: 0 0 0 1.5rem;
    }
    .giving-quote {
        /*      margin: 2rem auto;
                display: block;*/
    }

}

.staff-header {
    display: flex;
    flex-direction: row;
    padding: 1rem;
}

.staff-name-job {
    text-align: left;
    padding: 0 0 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-name {
    padding-top: 10px;
}

.title-job {
    line-height: 1.2rem;
}

.subtitle-description {
    line-height: 1.1rem;
    font-size: .9rem;
    padding: 0 1rem;
}

.section-subtitle {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {

    .staff-header {
        flex-direction: column;
        padding: 0;
    }
    .staff-name-job {
        padding: 0;
    }
    .subtitle-description {
        padding: 0;
        line-height: 1.3rem;
        font-size: 1rem;
    }

}

.block-div-about {
    position: relative;
}

.block-image-overlay-about {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 0%;
    display: inline-block;
}

.p-indent {
    text-indent: 0;
}

.flip-card {
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
}

.flip-icon {
    position: relative;
    bottom: 190px;
    right: 80px;
    width: 25px!important;
    height: 25px!important;
    opacity: .8;
    display: inline-block;
}

.flip-icon-back {
    right: 0;
    left: 80px;
    transform: rotateY(180deg);
    display: inline-block;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-origin: center right;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}

.flip-card .turn-card {
    transform: translateX(-100%) rotateY(-180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #FFFFFF;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-front img, .flip-card-back img {
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .p-indent {
        text-indent: 2rem;
    }
    .flip-card {
        width: 255px;
        height: 255px;
    }
    .flip-icon {
        /*bottom: 245px;
        right: 105px;*/
        display: none;
    }
    .flip-icon-back {
        /*left: 100px;*/
        display: none;
    }
    .block-div-about {
        padding: 20px 0 0 0;
    }

}

.vertical-red-line-mobile {
    display: block;
    height: 40px;
    width: 2px;
    background-color: #e10a0a;
    margin: 0 auto 24px;
}

.vertical-red-line-desktop {
    display: none;
}

.rich-text-header {
    text-align: center;
    margin: 2rem auto;
}

.responsive-image {
    display: block;
    height: auto;
    max-width: 100%;
    width: 424px;
    margin: 0 auto;
}

.responsive-image-container {
    height: auto;
    max-width: 100%;
    width: 375px;
}

.text-image-pair-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.text-image-pair-wrapper-col-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.text-image-pair-wrapper-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.rich-text-wrapper {
    font-family: 'Saira', sans-serif;
    font-size: 18px;
    line-height: 1.56;
    color: #1d1d1d;
    margin: 30px 16px 0 16px;
}

@media only screen and (min-width: 768px) {
    .rich-text-wrapper {
        max-width: 538px;
        font-size: 20px;
        line-height: 1.6;
        margin: 0 auto 24px;
    }
}

@media only screen and (min-width: 1024px) {

    .text-image-pair-block-wrapper {
        position: relative;
    }
    .text-image-pair-wrapper {
        -webkit-box-pack: space-around;
        -webkit-justify-content: space-around;
        -ms-flex-pack: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        align-items: center;
        padding: 64px 0;
    }
    .text-image-pair-wrapper-col-reverse, .text-image-pair-wrapper-col {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .rich-text-wrapper {
        width: 424px;
        min-height: 424px;
        margin: 0;
    }
    .image-wrapper {
        width: 424px;
        margin: auto 0;
    }
    .vertical-red-line-mobile {
        display: none;
    }
    .vertical-red-line-desktop {
        display: block;
        height: 100%;
        width: 2px;
        background-color: #e10a0a;
        position: absolute;
        left: 50%;
    }
}

/********************** Shipping Store Locator page *************************/

#shipPage, #legal, #about {
    margin: 0; padding: 0;
}
.section-title {
    color: #414042;
    font-family: 'Josefin Sans Bold', Arial Black, sans-serif;
    font-size: 28px;
    text-align:center;
    margin-bottom: 0.5em;
    margin-top:2rem;
    line-height:1.25em;
}

.block-title {
    color: #414042;
    font-family: 'Josefin Sans', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top:1rem;
}

.block-description {
    color: #6d6e71;
    font-family: 'Josefin Sans', Arial, sans-serif;
    font-size: 1rem;
}

@media only screen and (min-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}


.legal-pages {
    width: 85%;
    margin: 5rem auto;
}
/********************** SHIPPING SITE LOCATOR PAGE IN STORE DIR ******************************/

.loc-list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
    justify-content: center;
    align-items: flex-start;
}

.loc-list-item {
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 245px;
    margin: 10px;
    cursor: pointer;
    font-size: 22px;
    background-color: #FFF;
    text-transform: capitalize;
    color: #57585B;
}

.loc-list-item div:first-child {
    margin-top: 10px;
}

.loc-list-item div {
    font-size: 20px;
    margin: 0;
    padding: 5px 10px;
    font-family: "Josefin Sans", sans-serif;
    color: #57585B;
    font-weight: 700;
    width: 245px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: capitalize;
}

.loc-list-item div:hover {
    text-decoration: none;
    background-color: #e4e5e6;
}

.loc-list-item div img {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .loc-list-item div {
        margin: 0;
    }
}

/************Footer*******************/

.footer-top-border {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgba(178,120,35,1) 0%, rgba(223,184,101,1) 28.3415%, rgba(178,120,35,1) 62.5255%, rgba(190,141,50,1) 85.2977%, rgba(178,120,35,1) 100%);;
}

.site-footer-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
    background-color: #3a3a3c;
    color: #FFF;
    font-family: 'Josefin Sans', sans-serif;
}

@media only screen and (min-width: 801px) {
    .site-footer-container {
        flex-direction: row;
        height: 300px;
        align-items: flex-start;
        justify-content: space-evenly;
        padding-bottom: 30px;
    }
}

.footer-col {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 20px;
    flex-direction: column;
}

.footer-col .footer-heading {
    font-family: "Josefin Sans Bold", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.footer-col img {
    max-width: 225px;
    max-height: 100px;
    margin-bottom: 10px;
}

.footer-col a {
    font-size: 16px;
    color: #FFF;
}

.footer-col a:hover {
    color: #007Fb3;
    text-decoration: none;
}

.footer-col p {
    margin-top: 10px;
    font-size: 14px;
}

.footer-col .footer-heading .required-email {
    font-size: 12px;
}

.footer-inline {
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.footer-inline li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.footer-inline li a {
    padding-right: 5px;
    font-size: 14px;
}

.footer-list {
    list-style-type: none;
    padding: 10px;
}

.footer-list li {
    padding: 3px 0;
}

.btn-lang {
    background-color: transparent;
    border: none;
    color: #FFF;
    font-size: 1.2rem;
    padding: 10px 10px 0 10px;
}

.btn-lang:hover {
    color: #007Fb3;
    cursor: pointer;
}

.footer-col button.active {
    border-bottom: 2px solid #006892;
    cursor: default;
}

.footer-col button.active:hover {
    cursor: default;
    color: #FFF;
}

.site-footer__copyright {
    font-size: 9px;
    text-align: center;
}

.site-footer a:hover {
    color: #006892;
    /*cursor: pointer;*/
}

.footer-col input[type="email"] {
    font-size: 12px;
    width: 95%;
    max-width: 400px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid lightgray;
    padding: 8px 0;
    border-radius: 0;
}

.footer-col input[type="email"]::placeholder {
    color: lightgray;
}

.footer-col .footer-social li {
    margin-right: 3px;
    margin-top: 7px;
}

.footer-col .footer-social li a {
    display: block;
    border-radius: 100%;
    border: 1px solid #006892;
    padding: 6px;
    line-height: 1;
    background-color: #FFF;
    color: #006892;
}

.footer-col .footer-social li a:hover .icon path, .footer-col .footer-social li a:hover {
    background-color: #006892;
    color: #FFF;
    fill: #FFF;
}

.footer-col .icon {
    width: 24px;
    height: 24px;
}

.footer-col svg:hover {
    color: #FFF;
    /*stroke: inherit;*/
}

.btn-subscribe {
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
}

@media only screen and (min-width: 801px) {
    .footer-col {
        width: 22%;
        text-align: left;
        height: 250px;
    }
    .site-footer__copyright {
        font-size: 11px;
        text-align: left;
    }
    .footer-inline {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .footer-inline li {
        display: inline-flex;
        flex-wrap: wrap;
        margin-right: 3px;
    }
}

/* For subpages on the site */
.subpage-title {
    font-family: 'Josefin Sans Bold', sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #414042;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.subpage-title-subheader {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #414042;
    text-align: center;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

@media only screen and (max-width: 700px) {
    .subpage-title {
        font-size: 50px;
    }
}

.subpage-subheader {
    font-family: 'Josefin Sans Bold', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #414042;
    text-align: left;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

@media only screen and (max-width: 700px) {
    .subpage-subheader {
        font-size: 26px;
    }
}

.gear-box {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.subpage-little-gear {
    position: absolute;
    left: calc(100% - 120px);
    top: calc(100% - 150px);
    background-image: url("/spintronics/assets/little-gear.png");
    background-size: cover;
    opacity: 0.06;
    width: 160px;
    height: 160px;
    animation: gear-rotation 60s infinite linear;
}

.subpage-big-gear {
    position: absolute;
    left: -80px;
    top: -150px;/*calc(100% - 150px);*/
    background-image: url("/spintronics/assets/big-gear.png");
    background-size: cover;
    opacity: 0.06;
    width: 350px;
    height: 350px;
    animation: gear-rotation 240s infinite linear;
}

.subpage-title-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.subpage-title-box-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 40px), calc(100% - 7px) calc(100% - 39px), calc(100% - 14px) calc(100% - 38px), calc(100% - 20px) calc(100% - 35px), calc(100% - 26px) calc(100% - 31px), calc(100% - 31px) calc(100% - 26px), calc(100% - 35px) calc(100% - 20px), calc(100% - 38px) calc(100% - 14px), calc(100% - 39px) calc(100% - 7px), calc(100% - 40px) 100%, /* End of right curve, begin left curve */ 40px 100%, 39px calc(100% - 7px), 38px calc(100% - 14px), 35px calc(100% - 20px), 31px calc(100% - 26px), 26px calc(100% - 31px), 20px calc(100% - 35px), 14px calc(100% - 38px), 7px calc(100% - 39px), 0px calc(100% - 40px));
}

.subpage-lower-left-curve {
    position: absolute;
    left: -43px;
    top: calc(100% - 43px);
    width: 86px;
    height: 86px;
    border: solid 6px rgba(178,120,35,1);
    border-color: rgba(178,120,35,1) transparent transparent transparent;
    border-radius: 50%;
    transform: rotate(45deg);
}

.subpage-lower-right-curve {
    position: absolute;
    left: calc(100% - 43px);
    top: calc(100% - 43px);
    width: 86px;
    height: 86px;
    border: solid 6px rgba(178,120,35,1);
    border-color: rgba(178,120,35,1) transparent transparent transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.subpage-lower-line {
    position: absolute;
    left: 40px;
    top: calc(100% - 6px);
    width: calc(100% - 80px);
    height: 6px;
    background: linear-gradient(90deg, rgba(178,120,35,1) 0%, rgba(223,184,101,1) 28.3415%, rgba(178,120,35,1) 62.5255%, rgba(190,141,50,1) 85.2977%, rgba(178,120,35,1) 100%);

}

.subpage-left-right-lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 34px);
    border: solid 6px rgba(178,120,35,1);
    border-color: transparent rgba(178,120,35,1) transparent rgba(178,120,35,1);
}

.subpage-text {
    position: relative;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #414042;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 7px;
    /*line-height: 25px;*/
}

@media only screen and (max-width: 700px) {
    .subpage-text {
        font-size: 18px;
    }
}

.subpage-text b {
    font-family: 'Josefin Sans Bold', sans-serif;
    font-weight: 400;
}

ol.subpage-text {
    padding-left: 40px;
}

li.subpage-text {
    padding-left: 20px;
}

.subpage-caption {
    position: relative;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #414042;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-style: italic;
    margin-bottom: 15px;
}

.gray-trace-divider {
    max-width: 800px;
    width: 100%;
    padding-bottom: 30px;
}

.subpage-subheader-box {
    padding-bottom: 28px;
    padding-left: 20px;
    background-image: url("/spintronics/assets/gray-trace-divider.svg");
    background-size: 1100px;
    background-position: bottom right 100px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 499px) {
    .subpage-subheader-box {
        background-position: bottom right;
    }
}

.stars-1 {
    position: absolute;
    right: 16px;
    top: 8px;
    height: 20px;
    width: 100px;
    text-align: right;
    background-image: url("/spintronics/assets/one-star.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.stars-2 {
    position: absolute;
    right: 16px;
    top: 8px;
    height: 20px;
    width: 100px;
    text-align: right;
    background-image: url("/spintronics/assets/two-star.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.stars-3 {
    position: absolute;
    right: 16px;
    top: 8px;
    height: 20px;
    width: 100px;
    text-align: right;
    background-image: url("/spintronics/assets/three-star.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.stars-4 {
    position: absolute;
    right: 16px;
    top: 8px;
    height: 20px;
    width: 100px;
    text-align: right;
    background-image: url("/spintronics/assets/four-star.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.stars-5 {
    position: absolute;
    right: 16px;
    top: 8px;
    height: 20px;
    width: 100px;
    text-align: right;
    background-image: url("/spintronics/assets/five-star.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.challenge-number {
    font-size: 18px;
}

.challenge-title {
    font-size: 16px;
}

.list-group-item-action.active {
    background-color: #006892;
}

.accordion-button.hint {
    font-family: 'Josefin Sans';
    font-size: 18px;
}
.accordion-button.hint::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button.hint:not(.collapsed) {
    background-color: #006892;
    color: #FFFFFF;
}

.accordion-button.hint:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button.hint:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.solution-title {
    font-size: 16px;
    font-weight: bold;
}

.solution-text {
    font-size: 16px;
}