@font-face {
    font-family: "Gotham Book";
    src: url('/Fonts/Gotham-Book.otf')
}

.header-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 0px;
}

.col-md-9 {
    width: 100%;
}

div.jumbotron p {
    text-shadow: 0px 0px 6px #000000;
}

p, ul, li, table {
    font-family: "Gotham Book", sans-serif;
    font-style: normal;
    font-weight: 400;
}

#warningText li {
    margin-top: 10px;
    margin-bottom: 10px;
}

#errorText li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-description {
    font-size: 20px;
    font-family: "Gotham Book", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.section {
    text-align: center;
}

.flip-card {
    background-color: transparent;
    width: 264px;
    height: 250px;
    border: 0px;
    perspective: 1000px;
    cursor: pointer;
    margin-bottom: 5px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: 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: white;
    transform: rotateY(0deg);
}

.flip-card-back {
    background-color: #fbb034;
    color: white;
    transform: rotateY(-180deg);
}

.flip-card-title {
    height: 15%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -7px;
    font-size: 1.2em;
}

.flip-card-title > a {
    color: #fbb034;
    font-family: poppins,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.feature-card-content {
    background-color: transparent;
    margin-bottom: 20px;
}

.flip-card-back-title {
    height:15%;
    position: absolute;
    bottom: 22px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    margin-bottom: 0px;
}

    .flip-card-back-title > a {
        text-decoration: none;
        color: white;
        text-align: center;
        padding-top: 10px;
        font-family: poppins,sans-serif;
        font-weight: 400;
        font-style: normal;
    }

.flip-card-back-description {
    display: inline-block;
    margin: 20px 20px 20px 20px;
    padding-bottom: 20px;
    font-size: 14px;
    max-height: 175px;
    overflow: hidden;
    font-family: "Gotham Book", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}

.feature-card-bar {
    width: 100%;
    height: 8px;
    margin-bottom: 0px;
    margin-top: 10px;
    background-color: #06A0D3;
}

.panel-default {
    border-radius: 0px;
    border-color: white;
    box-shadow: none;
}

.panel-body > h3 {
    padding-left: 22px;
    font-family: poppins,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.panel-body > p {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 20px;
    font-family: "Gotham Book", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.panel-body {
    font-family: "Gotham Book", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.panel-bar {
    width: 100%;
    height: 14px;
    margin-bottom: 0px;
    margin-top: 13.6px;
    background-color: #06A0D3;
}

.find-rep-footer {
    background-color: #fff1e2;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 35px;
}

.find-rep-footer > p {
    margin-top: 14px;
    font-family: "Gotham Book", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.find-rep-footer > h4 {
    color: #fbb034;
    font-size: 18px;
    margin-top: 0;
}

#footer-btn {
    margin: 20px auto 0;
}

.panel-default ul {
    list-style: none;
}

.child-page-body ul {
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.panel-default ul li:not(.no-chevron)::before {
    position: relative;
    bottom: 1.9pt;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.14em solid #58595B;
    border-top: 0.14em solid #58595B;
    transform: rotate(45deg);
    margin-right: 0.7em;
}

.panel-default a {
    color: #06A0D3;
    text-decoration: none;
}

.panel-default a:hover {
    text-decoration: none;
    color: #fbb034;
}

a:visited {
    text-decoration: none;
}

.child-page-body {
    padding-left: 55px;
    padding-right: 55px;
    margin-bottom: 25px;
}

.mobile-child-page {
    display: none;
}

@media screen and (max-width: 1200px) {
    .flip-card-title > a {
        font-size: 1.1em;
    }

    .flip-card-back-title {
        font-size: 1.1em;
    }

    .flip-card { 
        width: 100%;
    }

    .panel-default {
        width: 100%;
    }

    .mobile-child-page {
        display: contents;
    }

    .desktop-child-page {
        display: none;
    }

    .child-page-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .find-rep-footer {
        margin-right: 10px;
        margin-left: 10px;
    }

    .find-rep-footer > p {
        margin-top: 14px;
        font-family: "Gotham Book", sans-serif;
        font-style: normal;
        font-weight: 400;
        margin-left: 20px;
        margin-right: 20px;
    }

    .find-rep-footer > h4 {
        color: #fbb034;
        padding-top: 25px;
        margin-left: 20px;
        font-size: 22px;
    }

    #sidebar {
        position: relative;
        width: 100%;   
    }

    .flip-card-back-description {
        font-size: 12px;
    }

    .feature-card-bar {
        position: fixed;
        bottom: 0px;
    }
}

/*Dark mode*/
.dark .panel-default {
    background-color: #1f1f1f;
    border: none;
}

.dark .panel-bar {
    background-color: #353535;
}

.dark body {
    color: #e2e2e2;
}

.dark .flip-card-front {
    background-color: #1f1f1f;
}

.dark .flip-card-back {
    color: #121212;
}

.dark .flip-card-back-title a {
    color: #121212;
}

.dark .find-rep-footer {
    background-color: #353535;
}

.dark .panel-default ul li:not(.no-chevron)::before {
    border-right: 0.14em solid #e2e2e2;
    border-top: 0.14em solid #e2e2e2;
}

.dark .panel-default p {
    color: #e2e2e2;
}

.dark .flip-card-image {
    display: none;
}

.dark .flip-card-image-dark {
    display: inline-block;
}

.flip-card-image-dark {
    display: none;
}

.dark #footer-btn {
    color: #121212;
}

.dark #footer-btn .orange-btn-caret {
    color: #121212;
}

.dark #footer-btn:hover {
    color: white;
}

/*Dark mode for when user's browser is set to dark*/
@media (prefers-color-scheme: dark) {
    .panel-default {
        background-color: #1f1f1f;
        border: none;
    }

    .panel-bar {
        background-color: #353535;
    }

    body {
        color: #e2e2e2;
    }

    .flip-card-front {
        background-color: #1f1f1f;
    }

    .find-rep-footer {
        background-color: #353535;
    }

    .panel-default ul li:not(.no-chevron)::before {
        border-right: 0.14em solid #e2e2e2;
        border-top: 0.14em solid #e2e2e2;
    }

    .panel-default p {
        color: #e2e2e2;
    }

    .flip-card-image {
        display: none;
    }

    .flip-card-image-dark {
        display: inline-block;
    }

    .flip-card-back-description p {
        color: #121212;
    }

    .flip-card-back-title a {
        color: #121212;
    }

    p, ul, li, table {
        color: #e2e2e2;
    }

    #footer-btn {
        color: #121212;
    }

    #footer-btn .orange-btn-caret {
        color: #121212;
    }

    #footer-btn:hover {
        color: white;
    }

    .light .panel-default {
        background-color: white;
    }

    .light .panel-bar {
        background-color: #06A0D3;
    }

    .light .flip-card-front {
        background-color: white;
    }

    .light .find-rep-footer {
        background-color: #fff1e2;
    }

    .light .panel-default ul li:not(.no-chevron)::before {
        border-right: 0.14em solid #58595B;
        border-top: 0.14em solid #58595B;
    }

    .light .panel-default p {
        color: #58595B;
    }

    .light .flip-card-image {
        display: inline-block;
    }

    .light .flip-card-image-dark {
        display: none;
    }

    .light .flip-card-back-description p {
        color: white;
    }

    .light .flip-card-back-title a {
        color: white;
    }

    .light p, .light ul, .light li, .light table {
        color: #58595B;
    }

    .light #footer-btn {
        color: white;
    }

        .light #footer-btn .orange-btn-caret {
            color: white;
        }
}