@font-face {
    font-family: "Helvetica Neue";
    src: url('./font/HelveticaNeue.eot');
    src: url('./font/HelveticaNeue.svg#svgFontName') format('svg'), url('./font/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('./font/HelveticaNeue.woff') format('woff'), url('./font/HelveticaNeue.ttf') format('truetype');
}

@font-face {
    font-family: "Helvetica Neue Light";
    src: url('./font/HelveticaNeue-Light.eot');
    src: url('./font/HelveticaNeue-Light.svg#svgFontName') format('svg'), url('./font/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('./font/HelveticaNeue-Light.woff') format('woff'), url('./font/HelveticaNeue-Light.ttf') format('truetype');
}

@font-face {
    font-family: "Avenir Next";
    src: url('./font/AvenirNext400.woff2') format('woff');
}

@font-face {
    font-family: "Avenir Next Bold";
    src: url('./font/AvenirNext600.woff2') format('woff');
}

@font-face {
    font-family: "Avenir Next Extra Bold";
    src: url('./font/AvenirNext800.tff') format('truetype') url('./font/AvenirNext800.woff2') format('woff2');
}

html, body {
    height: 100% !important;
    /* background-color: #383e42; */
    /* background-color: #e0e0e0; */
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    font-size: 16px;
    height: inherit;
    padding: 0;
    margin: 0;
}

html, body, div, label, input, a, button, form {
    color: rgb(72, 72, 72) !important;
    font-family: "Avenir Next", "Segoe UI", "Helvetica", "-apple-system", ".SFNSDisplay-Regular", Verdana !important;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 1,"calt" 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    cursor: default;
}

p, div, li {
    font-size: 18px;
    line-height: 28px;
}

section li {
    padding-bottom: 5px;
}

label {
    margin-bottom: 0px !important;
}

h2 {
    padding-bottom: 10px;
}

@media (max-width: 800px) {
    html, body {
        height: 100% !important;
        width: 100% !important;
        overflow: auto !important;
        position: fixed !important;
    }

    body {
        overflow: hidden;
        position: sticky;
    }
}

p {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 18px;
    padding: 0px;
    line-height: 28px;
    color: rgb(72, 72, 72) !important;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
}

p:first-of-type {
    margin-top: 0px;
}

/* navigation */
body[page=home] .nav-link[path="home"] {
    font-weight: 600;
}

body[page=index] .nav-link[path="home"] {
    font-weight: 600;
}

body[page=about] .nav-link[path="about"] {
    font-weight: 600;
}

body[page=services] .nav-link[path="services"] {
    font-weight: 600;
}

body[page=blog] .nav-link[path="blog"] {
    font-weight: 600;
}

body[page=questions] .nav-link[path="questions"] {
    font-weight: 600;
}

body[page=contact] .nav-link[path="contact"] {
    font-weight: 600;
}

body[page=workshops] .nav-link[path="workshops"] {
    font-weight: 600;
}

body[page=privacy] .nav-link[path="privacy"] {
    font-weight: 600;
}

body[page=home] .jumbotron {
    height: 400px;
    background-repeat: no-repeat, repeat;
    background-image: url(../img/image1.png);
    background-size: 100% auto;
    background-position: center;
    background-color: unset !important;
}

.jumbotron {
    background-color: #8c393f !important;
    /*background-color: #FF6254 !important;*/
    margin-bottom: 0px;
}

.jumbotron, .jumbotron span, .jumbotron a, .jumbotron div {
    color: #f8f9fa !important;
}

.jumbotron p.lead {
    font-size: 22px !important;
    color: #495057 !important;
    padding-top: 0px !important;
    z-index: -1;
}

.jumbotron-fluid.card {
    padding: 0px;
    margin: auto;
    margin-bottom: 0px;
    max-width: 1200px;
    margin: auto;
    display: grid;
    min-height: 200px;
    background-color: unset !important;
    border: none !important;
}

.main-image-container.card, .jumbotron-fluid.card>.container {
    /* grid-area: 1 / 1; */
    vertical-align: middle;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    background-color: unset !important;
    border: none !important;
}

.main-image-container.card {
    height: 100%;
    margin: unset !important;
    padding: 0px;
    border: none !important;
    display: inline-block;
    background-color: unset !important;
}

.main-image-container.card>img {
    width: fit-content;
    display: inline-block;
    margin: 0px !important;
    left: 0px;
}

video {
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100%;
    max-height: 50vh;
}

.jumbotron-fluid.card img {
    max-width: 100%;
    max-height: 400px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0px !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 600px) {
    .main-image-container.card {
        max-height: unset !important;
        left: 0px;
        height: 100vh !important;
        background-color: unset !important;
    }

    .main-image-container.card>img {
        max-height: unset !important;
        height: 100vh !important;
        width: auto !important;
        position: absolute !important;
        left: 0px;
    }

    video {
        max-height: unset;
    }
}

@media (min-width: 414px) {
    html.expanded body {
        width: 100vw !important;
        position: absolute !important;
        height: 100vh !important;
        overflow-y: hidden !important;
    }
}

.nav-item:active, .nav-item:hover {
    color: #ffffff;
    background: rgba(72, 72, 72, 0.25);
}

@media (hover: none) {
    .nav-item:hover {
        color: unset !important;
        background: unset !important;
    }

    .nav-item:active {
        color: #ffffff !important;
        background: rgba(72, 72, 72, 0.25) !important;
    }
}

.nav-link {
    display: inline-block;
    width: 100% !important;
}

.navbar-collapse .icon {
    display: none;
}

li>ul.navbar-nav {
    width: 200px;
    border: 1px solid;
    z-index: 9;
    background: #f8f9fa;
    position: absolute;
    display: none;
}

li:hover>ul.navbar-nav {
    display: block;
}

.body-link{
        color: #212529 !important;
        font-family: "Avenir Next" !important;   
}

.body-link:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}

@media (max-width: 992px) {
    main {
        padding-top: 64px;
    }

    header.expanded {
        width: 100vw !important;
        position: fixed;
        height: 100vh !important;
        background: rgba(73, 80, 87, 0.70) !important;
        z-index: 2;
    }

    .navbar {
        height: 64px;
        padding: 0px;
        width: 100%;
        position: fixed;
        z-index: 9999;
    }

    .navbar.expanded {
        position: fixed;
        width: 300px;
        height: 100vh;
    }

    .navbar-toggler {
        padding-left: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-right: 15px !important;
        background: #f8f9fa!important;
        border-radius: 0px !important;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 64px;
        z-index: 9;
    }

    .navbar-collapse {
        left: 15px;
        top: 60px;
        position: absolute;
    }

    nav #navbarHeader {
        display: none !important;
    }

    nav.expanded #navbarHeader {
        display: inline-block !important;
        width: calc(100% - 30px);
    }

    .navbar-nav.parent>.nav-item {
        border-top: 1px solid #6c757d;
    }

    .navbar-nav.parent>.nav-item:first-of-type {
        border-top: none !important;
    }

    .nav-item {
        float: left;
        display: inline-block;
        padding: 12px 0px;
    }

    .nav-link {
        padding: 0px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
        color: #212529 !important;
        font-family: "Avenir Next" !important;
    }

    ul.navbar-nav {
        list-style: none;
        width: 100%;
        padding-inline-start: 0px !important;
    }

    li>ul.navbar-nav {
        padding-left: 0px !important;
        list-style: none !important;
        border: unset;
        background: unset;
        position: relative;
        z-index: 1;
        width: unset;
        display: block;
    }

    li>ul.navbar-nav>li {
        padding: 0px;
        padding-top: 12px;
    }

    collapsing {
        transition: unset;
    }

    #navbarHeader {
        height: 0px;
        transition: height .1s ease;
    }

    #navbarHeader.show {
        height: fit-content;
        transition: height .5s ease;
    }

    .navbar-collapse .icon {
        /* width: 10px; */
        display: inline-block;
        height: 40px;
        float: right;
        display: inline-block;
        position: relative;
        line-height: 37px;
        padding-left: 10px;
        vertical-align: middle;
    }

    .navbar-collapse .icon>svg {
        width: 10px;
        height: 10px;
        color: rgb(72, 72, 72) !important;
        vertical-align: middle;
        margin: auto;
        display: inline-block;
    }
}

@media (max-width: 600px) {
    body.expaned {
        overflow: hidden;
    }

    #navbar-container {
        width: 100vw;
    }

    #navbar-container.expanded {
        overflow: hidden;
    }

    main.expanded {
        position: fixed;
    }
}

.navbar-toggler {
    border: unset !important;
    padding-left: 0px;
}

.contact-container {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 126px;
    right: 20px;
    margin-top: 12px;
    margin-right: 0px;
}

@media (max-width: 992px) {
    .contact-container {
        margin-top: 14px;
    }
}

.contact-container>button>label {
    color: #e0e0e0 !important;
}

@media (max-width: 1000px) {
    .language-container {
        height: 64px;
        top: 0px;
        right: 0px;
        position: absolute;
        padding: 0px 15px 0px 0px;
        line-height: 64px;
    }
}

.language-container a {
    font-size: 14px;
    text-decoration: none !important;
}

.language-container a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.jumbotron-fluid>.container {
    max-width: 90%;
    margin-bottom: 0px;
    z-index: 1;
}

@media (max-width: 600px) {
    .jumbotron-fluid.card>.container {
        text-align: left;
        margin: 10px auto;
        margin-bottom: 0px;
    }

    .jumbotron-fluid>.container {
        max-width: fit-content;
        margin-bottom: 0px;
        /* text-align: center; */
    }

    .display-4 {
        /* text-align: center; */
    }

    .jumbotron p.lead {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .jumbotron-fluid {
        padding: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 600px) {
    .jumbotron-fluid.card {
        padding: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .jumbotron-fluid.post {
        padding: 0px;
        margin-bottom: 0px;
    }
}

.title {
    font-size: 68px;
    line-height: 80px;
    margin-bottom: 0px;
    color: #495057;
}

@media (max-width: 400px) {
    .title {
        font-size: 60px;
        line-height: 74px;
    }
}

@media (max-width: 600px) {
    .title {
        font-size: 60px;
        line-height: 74px;
        margin-bottom: 0px;
    }

    body[page=privacy] .title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 400px) {
    body[page="privacy"] .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 0px;
    }
}

#lead {
    margin-top: 10px;
}

/* main */
main {
    padding-bottom: 50px;
}

/* section */
body[page=privacy] ul {
    max-width: unset;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-inline-start: 20px;
}

section {
    display: block;
    width: 100%;
}

.noeditor, editor {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.noeditor ul, .editor ul {
    max-width: 500px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-inline-start: 20px !important;
    padding-top: 5px;
}

@media (max-width: 800px) {
    .noeditor ul, .editor ul {
        width: 100%;
        display: inline-block;
        padding-inline-start: 20px !important;
        padding-top: 5px;
    }
}

@media (min-width: 800px) {
    .noeditor ul>li, .editor ul>li {
        display: list-item;
        width: 100%;
        padding-bottom: 10px;
    }
}

.noeditor p:first-of-type(), .editor p:first-of-type() {
    padding-top: 0px !important;
}

.noeditor p, .editor p, .section-list-header {
    padding-bottom: 0px;
    padding-top: 14px;
}

.noeditor h1, .editor h1, .section-header {
    display: inline-block;
    font-weight: 600 !important;
    margin-left: 0px;
    padding-bottom: 5px;
}

.noeditor h2, .editor h2, .section-list-header {
    display: block;
    font-weight: 600 !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 14px !important;
    padding-bottom: 0px !important;
    font-size: 16px !important;
}

.section-list span.section-list-label {
    font-weight: 600 !important;
    letter-spacing: 1px;
}

section>.subsection {
    padding-bottom: 20px;
}

section>.subsection:last-of-type {
    padding-bottom: 0px;
}

/* container */
main>div.container {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1080px;
    }
}

@media (min-width: 576px) and (min-width: 800px) {
    .container {
        /* max-width: 90%; */
    }
}

/* home */
body[page=home] .jumbotron {
    height: 400px;
    background-repeat: no-repeat, repeat;
    background-image: url(../img/image1.png);
    background-size: auto auto;
    background-position: center;
}

body[page=home] .jumbotron h1, body[page=home] .jumbotron p {
    color: #e9ecef;
}

.home-image-container {
    display: inline-block;
    width: 100%;
    height: unset;
}

.home-image-container>img {
    width: 100%;
    max-width: 600px;
}

@media (max-width: 800px) {
    body[page="home"] .row {
        display: flex;
        flex-direction: column-reverse;
    }

    body[page="home"] .col {
        width: 100%;
        flex: none;
        padding-bottom: 30px;
        display: inline-block;
    }

    body[page="home"] .col:last-of-type {
        padding-bottom: 0px;
    }

    .home-image-col {
        height: auto;
        max-width: none;
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
    }

    .home-image-container {
        margin: auto;
        display: flex;
    }

    .home-image-container>img {
        display: inline-block;
        margin: 0px auto;
    }
}

@media (max-width: 600px) {
    .home-image-container {
        margin: auto;
        display: inline-block;
        height: 100%;
        max-height: 400px !important;
    }

    .home-image-container>img {
        max-height: 300px !important;
        width: 100%;
        display: inline-block;
    }
}

section.section-about-main {
    display: grid;
    grid-template-columns: 50% auto;
}

.section-image-container {
    margin: auto;
    padding: 0px 20px;
    padding-left: 0px;
    margin-top: 30px;
}

@media (max-width: 800px) {
    .section-image-container {
        margin: 0px;
        padding: 0px;
        padding-left: 0px;
        margin-top: 0px;
    }
}

.section-text-container {
    padding: 20px;
}

@media (max-width: 800px) {
    .section-text-container {
        padding: 0px;
        padding-top: 40px;
    }
}

.section-image-container>img {
    display: inline-block;
    grid-column: 1;
    max-width: 100%;
}

@media (max-width: 800px) {
    section.section-about-main {
        display: grid;
        grid-template-columns: 100%;
    }
}

/* about */
@media (max-width: 800px) {
    main>div.container {
        padding-top: 20px;
    }
}

section {
    padding-top: 40px;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #ced4da !important;
}

section:first-of-type {
    padding-top: 20px !important;
}

body .col {
    width: 50%;
    display: inline-block;
    padding-bottom: 30px;
}

.about-image-container {
    display: flex;
    width: 100%;
    margin: auto;
}

.about-image-container>img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

body nav[aria-label=breadcrumb]>ul {
    background: none !important;
    padding: 0px;
    margin: 0px !important;
}

body .page-header {
    background: none !important;
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb-item {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.breadcrumb-item+.breadcrumb-item::after {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

@media (max-width: 800px) {
    body .page-header {
        background: none !important;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px !important;
    }
}

body nav[aria-label=breadcrumb]>ul a:hover {
    cursor: pointer;
}

/* services */
body[page="services"] nav[aria-label=breadcrumb]>ul {
    background: none !important;
    padding: 0px;
    margin: 0px !important;
}

body[page="services"] .page-header {
    background: none !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

@media (max-width: 800px) {
    body[page="services"] .page-header {
        background: none !important;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}

body[page="services"] nav[aria-label=breadcrumb]>ul a:hover {
    cursor: pointer;
}

body[page="services"] section {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ced4da !important;
}

body[page="services"] section:first-of-type {
    padding-top: 0px;
}

body[page="services"] section:last-of-type {
    padding-bottom: 0px;
    border-bottom: 0px solid #ced4da !important;
}

/* faq */
.faq-list-container {
    margin: 0px;
    list-style-type: none !important;
    padding-inline-start: 0px !important;
    -webkit-padding-start: 0px !important;
}

.faq-item {
    padding-bottom: 20px;
}

.faq-item:last-of-type {
    padding-bottom: 0px;
}

.faq-header>span {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
}

.faq-header {
    padding-bottom: 10px;
}

.faq-body>p, .faq-body>span {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 5px;
    margin: 0px;
}

.faq-body>p:last-of-type {
    padding: 0px;
    margin: 0px;
}

/* form */
.form-row.radio-container>.form-group {
    padding-left: 0px !important;
    padding-bottom: 10px;
    width: 100%;
    margin-left: 5px;
}

.form-group.radio-container {
    display: block;
    margin: auto 0px;
    padding-left: 20px;
}

.form-group.col-md-6.radio-container {
    padding-left: 16px;
}

.form-group.col-md-6.radio-container>label {
    width: 100%;
    margin-left: -6px;
}

@media (max-width: 800px) {
    .form-group.radio-container {
        display: inline-block;
        padding-left: 8px;
        padding-bottom: 16px;
    }

    .form-group.col-md-6.radio-container {
        padding-left: 12px;
    }

    .form-group.col-md-6.radio-container>label {
        width: 100%;
        margin-left: -8px;
    }
}

.form-row.radio-container>.form-group>label {
    width: fit-content;
    padding-right: 10px;
    margin: 0px;
}

.form-group.radio-container>label {
    width: 100%;
}

form .radio-item {
    width: auto;
    display: inline;
    height: fit-content;
    vertical-align: middle;
    margin: auto !important;
}

.card-body>.col.radio-item {
    width: fit-content;
    display: inline-block;
}

form input, form textarea {
    background-color: #fafafa !important;
    border: 1px solid #ced4da !important;
}

form input:focus, form textarea:focus {
    background-color: #ffffff !important;
    box-shadow: unset !important;
}

textarea {
    resize: none !important;
}

/* calendar */
#calendarModal a.active {
    background-color: #E34234 !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    border: none !important;
}

#calendarModal a.active:nth-of-type(1) {
    background-color: #750787 !important;
}

#calendarModal a.active:nth-of-type(2) {
    background-color: #004dff !important;
}

#calendarModal a.active:nth-of-type(3) {
    background-color: #008026 !important;
}

#calendarModal a.active:nth-of-type(4) {
    background-color: #ffed00 !important;
    color: #495057 !important;
}

#calendarModal a.active:nth-of-type(5) {
    background-color: #ff8c00 !important;
}

#calendarModal a.active:nth-of-type(6) {
    background-color: #e40303 !important;
}

#calendarModal a.active:nth-of-type(7) {
    background-color: #495057 !important;
}

#calendarModal .card-body {
    background-color: #fafafa !important;
    border: 1px solid #ced4da !important;
}

/* footer */
.footer {
    border-top: 1px solid rgb(235, 235, 235) !important;
    background-color: #1B5496 !important;
    background-color: #E34234 !important;
    height: auto;
    box-sizing: content-box;
}

.footer-container {
    display: block;
    position: relative !important;
    margin: 0px auto !important;
    width: 100%;
    max-width: 1200px !important;
    padding: 24px !important;
    box-sizing: border-box;
}

@media (max-width: 800px) {
    .footer-container {
        width: 100vw;
        /* height: 100%; */
    }
}

.footer a, footer span {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none !important;
    color: #f8f9fa !important;
}

.footer a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.footer-secondary-container {
    border-top: 1px solid rgb(235, 235, 235) !important;
    height: 50px;
    display: flex;
}

@media (max-width: 1120px) {
    .footer-secondary-container {
        display: inline-block;
        height: auto;
        width: 100%;
    }
}

/* address */
.address-container {
    display: inline-block;
    padding-bottom: 16px;
    margin: auto;
    width: 100%;
    text-align: left;
}

@media (max-width: 800px) {
    .address-container {
        width: 100%;
        flex: none;
        display: inline-block;
        text-align: center;
    }

    .address-link {
        width: 100%;
    }

    .address-container span {
        width: 100%;
        display: inline-block;
    }
}

/* copyright */
.copyright-terms-container {
    padding-top: 16px !important;
    width: 100%;
    box-sizing: content-box;
}

.copyright-container, .terms-container {
    display: inline-block;
    white-space: nowrap !important;
    margin: auto;
    height: 30px;
    vertical-align: middle;
}

@media (max-width: 800px) {
    .copyright-container {
        display: inline !important;
        white-space: nowrap !important;
        width: 100%;
    }

    .copyright-terms-container {
        display: inline-block;
        height: fit-content;
        width: 100%;
    }
}

@media (min-width: 1120px) {
    .copyright-terms-container {
        display: flex;
        /* height: 50px; */
        width: fit-content;
        padding-top: 0px !important;
        vertical-align: middle;
        margin: auto;
        margin-left: 0px;
    }
}

.copyright-terms-container a, .copyright-terms-container span {
    font-size: 14px !important;
    line-height: 30px;
    font-weight: 400;
    color: #f8f9fa !important;
}

.communities-container {
    display: flex;
    margin: auto;
    margin-right: 0px;
}

@media (max-width: 950px) {
    .communities-container {
        display: inline-block;
        width: 100%;
        padding-top: 5px;
    }
}

.communities-container>a {
    display: inline-block;
    height: 30px;
    padding-right: 5px;
    box-sizing: content-box;
}

.communities-container>a:last-of-type {
    padding-right: 0px;
}

/* avatar */
.avatar {
    object-fit: cover;
    border-radius: 100%;
    padding: 5px;
}

/* button */
.btn-primary {
    border: none !important;
    color: #ffffff !important;
}

.btn-secondary {
    border: none !important;
    color: #ffffff !important;
}

/* editor */
.ql-container, .ql-editor {
    font-size: unset !important;
    height: unset !important;
}

.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    padding-bottom: 14px !important;
}

.ql-snow button:active {
    background: #c8cbcf !important;
    border: 0 !important;
    box-shadow: none;
}

@media (max-width: 720px) {
    .ql-toolbar.ql-snow .ql-formats {
        margin-right: 15px;
        padding: 2px 0pc;
    }
}

/* other */
span.divider {
    overflow-wrap: break-word !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
    font-weight: 600 !important;
    color: #f8f9fa !important;
    padding: 0px 5px;
}

a>img {
    height: 30px;
}

a>img:hover {
    opacity: 50%;
}

.nav-link:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}

.hidden {
    display: none !important;
}

.active {
    font-weight: 600 !important;
}

#inner-header.sticky {
    background-color: #e9ecef !important;
    background-color: #ff6254 !important;
    position: fixed;
    top: 0;
    width: calc(100% - 50px);
    z-index: 1;
    padding: 20px;
    left: 60px !important;
    box-shadow: 1px 1px rgba(181, 181, 181, 0.76);
    left: 0px;
}

.emailLink {
    color: #E34234 !important;
    font-weight: 400 !important;
}

.emailLink:hover {
    color: #E34234 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.embedded {
    color: #007bff !important;
    border-bottom: 1px solid;
    border-bottom-style: dashed;
}

#inner-header.sticky .breadcrumb-item::before, #inner-header.sticky a {
    color: #ffffff !important;
}

.sticky + .content {
    padding-top: 100px;
}

.redb {
    background-color: #E34234 !important;
}

.redf {
    color: #E34234 !important;
}
