﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    font-family: Poppins !important;
    color: #1d2d63 !important;
}

h1, h2, h3, h4, h5, h6, .ui.text.container {
    font-family: Poppins !important;
}


.ui.button {
    font-family: Poppins !important;
    text-transform: uppercase !important;
    font-weight: bold;
}
input, textarea {
    font-family: Poppins !important;
}

.hero {
    font-size:44px;
}
@media only screen and (max-width: 767px) {
    .hero {
        font-size: 38px;
    }
}

.hero-sub {
    text-transform: uppercase;
    margin: -10px 0 -20px 0;
    color: #1085e4;
}


a:not(.button) {
    color: inherit !important;
    text-decoration: none;
}

.fixed-header {
    background: transparent;
    border-bottom: 1px solid transparent;
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0px;
    transition: linear all 0.15s;
    -webkit-transition: linear all 0.15s;
}
.fixed-header.bordered {
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding-top: 2px;
}

.ui.menu .item {
    font-family: Poppins !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    color: #1d2d63 !important;
}
.ui.menu .dropdown.item {
    flex-direction: row !important;
}
.ui.menu .dropdown.item .icon {
    color: #1085e4 !important;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
}

.ui.menu .dropdown.item:hover .icon {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.page-grid {
    flex-direction: row;
}

.topic-buttons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1em;
    width: 100%;
}

.topic-button:hover {
    box-shadow: #00000088 0.02em 0.02em;
}

/* RESPONSIVE MENU */
.toc.item {
    display: none !important;
    color: #1d2d63;
    align-content: center;
    cursor: pointer;
}

.toc-holder {
    display: flex;
    justify-content: center;
    position: relative;
    width: 2em;
    height: 2em;
}

.toc-icon {
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .ui.menu.secondary.mobile-hide {
        display: none !important;
    }

    .toc.item {
        display: flex !important;
    }

    .topic-buttons-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0.5em;
        width: 100%;
    }
}

.mobile-menu-overlay {
    /*    display: none !important;
 */ display: flex !important;
    opacity: 0;
    background: #fff;
    height: calc(100vh);
    position: fixed;
    width: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 5;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    visibility: hidden;
}
@media only screen and (max-width: 767px) {
    .mobile-menu-overlay.active {
        opacity: 0.95;
        visibility: visible;
    }
}

.accordion-menu {
    font-family: Poppins !important;
    text-align: center;
    font-size: 22px;
}
.accordion-menu .title {
    font-family: Poppins !important;
    text-transform: uppercase;
    font-weight: bold;
}
.accordion-menu .title .dropdown {
    color: #1085e4 !important;
}
.accordion-menu .content .item {
    display: block;
    line-height: 32px;
}


.input-icon-fa {
    color: #1085e4;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.field.error .input-icon-fa {
    color: #9f3a38;
}



.top-anchor {
    color: #2185d0;
    opacity: 0;
    position: fixed;
    z-index: 10;
    right: 40px;
    bottom: 40px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    cursor: pointer;
    visibility: hidden;
}
.top-anchor.active {
    opacity: 0.8;
    visibility: visible;
}
    .top-anchor:hover {
        color: #1085e4;
        transform: scale(115%) rotate(360deg);
        -webkit-transform: scale(115%) rotate(360deg);
    }
@media only screen and (max-width: 767px) {
    .top-anchor {
        transform: scale(200%);
        -webkit-transform: scale(200%);
        right: 40px;
        bottom: 40px;
    }
    .top-anchor:hover {
        color: #1085e4;
        transform: scale(230%) rotate(360deg);
        -webkit-transform: scale(230%) rotate(360deg);
    }
}



.ui.card {
    border: transparent !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 18px #b4b5b599 !important;
    -webkit-box-shadow: 0 8px 18px #b4b5b533 !important;
}
.ui.one.cards {
    margin-right: -0.5em !important;
    margin-left: -0.5em !important;
}
@media only screen and (max-width: 767px) {
    .ui.one.cards {
        margin-right: -1em !important;
        margin-left: -1em !important;
    }
}

.ui.card > .extra, .ui.cards > .card > .extra {
    color: inherit !important;
}


.ui.card.numbered {
    position: relative;
    padding-left: 60px !important;
}

    .ui.card.numbered::before {
        content: attr(data-card-no);
        position: absolute;
        height: 100%;
        width: 60px;
        top: 0;
        left: 0;
        border-radius: 8px 0 0 8px !important;
        font-size: 30px;
        font-weight: bold;
        display: flex;
        padding: 0.5em 0.25em;
        background: #e8effa;
        line-height: 1;
        justify-content: center;
        border-right: 3px solid #1d2d63;
    }

@media only screen and (max-width: 767px) {
    .ui.card.numbered .content {
        margin-left: 40px !important;
    }
    .ui.card.numbered .meta {
        margin-left: 40px !important;
    }
    .ui.card.numbered::before {
        width: 40px;
        font-size: 28px;
        padding: 0.6em 0.25em;
        border-right: 2px solid #1d2d63;
    }
}

/* */
.article-link {
    font-weight: bold;
    text-decoration: underline !important;
}
    .article-link:hover {
        opacity: 0.8;
    }

p {
        line-height: 1.6 !important;
}

p a {
    font-weight: bold;
    text-decoration: underline !important;
}

p a:hover {
    opacity: 0.8;
}

p.bulleted::before {
    position: absolute;
    content: "\e03e";
    font-weight: 500;
    left: -26px;
    font-family: "Font Awesome 5 Pro";
    color: #1085e4;
}
p.bulleted {
    margin-left: 26px !important;
    position: relative;
}



    p.numbered::before {
        position: absolute;
        font-weight: 900;
        left: -26px;
        color: #1085e4;
        content: attr(data-number);
    }

    p.numbered {
        margin-left: 26px !important;
        position: relative;
    }


.ui.dropdown .dropdown-link-area {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.icon-circle {
    display: inline-flex;
    border-radius: 40px;
    padding: 18px;
    background: #edf6ff;
    width: 5em;
    height: 5em;
    align-items: center;
    justify-content: center;
}

.ui.embed > .placeholder {
    height: auto !important;
    width: auto;
    max-width: 100%;
}

.quote-panel {
    text-align: center;
}

.quote-panel::before {
    content: "“";
    color: #5eb9e366;
    font-size: 150px;
    position: absolute;
    top: 66px;
    left: 0;
    font-family: Sans-Serif;
    font-weight: bold;
    font-style: italic;
}
.quote-panel::after {
    content: "“";
    color: #5eb9e366;
    font-size: 150px;
    position: absolute;
    bottom: 66px;
    right: 0;
    font-family: Sans-Serif;
    font-weight: bold;
    font-style: italic;
    transform: rotate(180deg);
}

.page-section:first-child {
    background: #f6f6f6 !important;
    margin-bottom: 20px;
}
.page-section:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: -64px;
    height: 64px;
    background: inherit;
}
.page-section:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 125px;
    background: inherit;
    clip-path: ellipse(55% 50% at 50% -20%);
}

.products-hero {
    margin-top: -130px;
}

.ui.checkbox label {
    color: inherit !important;
}

/* The Resolution */
.article-text {
    font-family: 'Merriweather', serif;
    color: #444;
}
.article-text p {
    line-height: 1.8 !important;
}
.article-text ol li, .article-text ul li {
    padding: 0.3em 0;
}
.article-text h2 {
    margin-top: 1.5em;
}


.article-image {
    height: 400px;
}
@media only screen and (max-width: 767px) {
    .article-image {
        height: 200px;
    }
}

.article-card {
    width: 33%;
    text-align: left;
}
@media only screen and (max-width: 991px) {
    .article-card {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .article-card {
        width: 100%;
    }
}

.article-card .card-image {
    transition: 0.15s ease-in all;
    -webkit-transition: 0.15s ease-in all;
}

.article-card:hover .card-image {
    transform: scale(105%);
}


.article-quote-panel {
    text-align: center;
}

    .article-quote-panel::before {
        content: "“";
        color: #5eb9e366;
        font-size: 80px;
        position: absolute;
        top: -20px;
        left: 0;
        font-family: Sans-Serif;
        font-weight: bold;
        font-style: italic;
    }

    .article-quote-panel::after {
        content: "“";
        color: #5eb9e366;
        font-size: 80px;
        position: absolute;
        bottom: -20px;
        right: 0;
        font-family: Sans-Serif;
        font-weight: bold;
        font-style: italic;
        transform: rotate(180deg);
    }

@media only screen and (max-width: 767px) {
    .article-author-panel {
        flex-direction: column;
    }
}



.swiper {
    height: 480px;
}
:root {
    --swiper-theme-color: #fff !important;
    --swiper-navigation-size: 22px !important;
}





.sidepanel-sidebar.open {
    display: flex;
    visibility: visible;
    width: 30% !important;
}

.sidepanel-sidebar {
    display: none;
    visibility: hidden;
    width: 0%;
    transition: all 0.15s ease-in-out 0s;
    background: #fff;
}

.sidepanel-holder {
    position: fixed;
    height: calc(100vh - 64px);
}

.checklist-panel-menu {
    display: none;
}

.formatted-checklist-item {
    margin: 1em -4em;
}

@media only screen and (max-width: 1200px) {
    .sidepanel-sidebar.open {
        position: fixed;
        width: 100% !important;
    }
    .sidepanel-sidebar.mobile-hide {
        display: none;
        visibility: hidden;
    }

    .sidepanel-holder {
        position: static;
        padding-bottom: 5em;
    }
    .checklist-panel-menu {
        display: flex;
    }
    .page-grid {
        flex-direction:column;
    }
}

@media only screen and (max-width: 820px) {
    .formatted-checklist-item {
        margin: 1em -1em;
    }
}

.cta-form {
    margin-top: -150px;
    padding: 3em 2em !important;
    background: #fff !important;
    box-shadow: 0px 0px 5px #cdcccc;
    border-radius: 0.5em;
}

.table-of-contents {
    line-height: 1.25 !important;
    margin-top: 1em;
    margin-bottom: 1em;
    border-left: 1px solid #b4b5b533;
    color: #1085e4 !important;
    font-size: 0.85em;
}

    .table-of-contents ul {
        list-style-type: none;
        padding-left: 0;
    }

    .table-of-contents ul li:hover {
        text-decoration: underline;
    }

/* About page */
.about-page-section {
    font-size: 1.14285714rem;
}

.profile-image {
    border-radius: 50%;
    box-shadow: rgb(189, 195, 199) 0px 0px 12px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border: 4px solid #fff;
}

.profile-card {
    /*    background: transparent !important;*/
    padding: 0.5em !important;
    position: relative;
}

.about-quote-slider {
    min-width: 100% !important;
    padding: 0 !important
}

/* Template */
.highlighted-panel {
    text-align: center;
    background: #1d2d63 !important;
    color: #fff;
}

.related-templates-panel {
    text-align: center;
}

.template-section-container {
    padding: 30px 0 !important;
}

.related-template-card:hover {
    box-shadow: #00000088 0.02em 0.02em;
    background: #ececec;
    transition: background 0.5s linear;
}

.bi-intro-qrcode {
    height: 25% !important;
    max-width: 25% !important;
}
