/******** general ********/

@font-face {
    font-family: 'b-mceregular';
    src: url('/Fonts/b-mce-webfont.eot');
    src: url('/Fonts/b-mce-webfont.eot?#iefix') format('embedded-opentype'), url('/Fonts/b-mce-webfont.woff2') format('woff2'), url('/Fonts/b-mce-webfont.woff') format('woff'), url('/Fonts/b-mce-webfont.svg#b-mceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 18px;
}

.page-section a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    font-weight:600;
}

.page-section a:hover {
    color: #E4191D;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #E4191D;
}


body {
    min-height: calc(100vh);
    font-family: gill-sans-nova, sans-serif;
}

.handwriting {
    font-family: 'b-mceregular';
    font-size: 24px;
}

.main {
    /* min-height: calc(100vh - (45px + 24px)); this is height minus nav and footer height */
    overflow: hidden;
}

.bg-gray {
    background-color: #F4F4F4;
}

h1 {
    text-align: center;
    padding: 60px 0;
    font-weight: 100;
    font-size: 50px;
    padding-bottom: 30px;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.faded {
    opacity: 0.3;
}

.block-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1.5em;
    letter-spacing: 1px;
}

.block-subtext {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;

}

.red-title {
    color: #E4191D;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1;
}

.red-text {
    color: #E4191D;
}

.gray-text {
    color: #999;
}

.small-text {
    font-size: 10px;
}

.page-section {
    padding: 130px 0;
}

img.fill {
    width: 100%;
    height: auto;
}

/******** form controls ********/
input, textarea, select {
    width: 100%;
    display: block;
    margin: 2px;
    padding: 15px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    font-size: 17px;
}

select {
    margin: 0 0 2px 0;
}

.custom-select:focus {
    border-color: #E4191D;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}

.input-group {
    margin-bottom: 15px;
    margin-left: 2px;
}

.input-group-text {
    margin-bottom: 0;
    padding: 15px 15px;
    border-radius: 0;
    font-size: 17px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-select {
    border-radius: 0;
    padding: 10px 15px;
    height: initial;
    font-size: 17px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group-prepend {
    min-width: 35%;
    display: inline-block;
}

/******** navigation ********/
nav {
    position: relative;
    font-size: 16px;
}

nav > a, nav > #member-actions-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    cursor: pointer;
    color: #E4191D;
}

nav > #member-actions {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

nav > #member-actions a, nav > #member-actions a:active, nav > #member-actions a:hover, nav > #member-actions a:focus, nav > #member-actions form button {
    display: block;
    color: #000;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    text-decoration: none;
}

nav ul {
    list-style: none;
    margin-bottom: 0;
    text-align: center;
    padding: 0px;
}

nav ul li {
    padding: 0px 15px;
    display: inline-block;
    vertical-align: bottom;
}

nav ul li span {

}
.bg-light {
    background-color: #eee !important;
}

.navbar {
    margin-bottom: 0px;
    margin-top: 20px;
}

nav ul li a, nav ul li a:active {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

nav ul li a:hover, nav ul li a:focus {
    color: #E4191D;
    text-decoration: none;
    font-size: 18px;
}

nav #logo {
    width: 100%;
    height: auto;
}

nav .account-icon {
    width: 50px;
    height: auto;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: black;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:hover {
    text-transform: uppercase;
    color: #E4191D;
}

.navbar-toggler {
    padding: .25rem .60rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #E4191D;
    display: flex;
    color:white;
}

/******** Home ********/
.home-banner-section {
    background-color: #eee;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-image: url(/Images/app-bg.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.right-banner-text {
    /*    background-color: #eee;
    */}

.home-banner-section .left {
    position: absolute;
    top: 50%;
    left: 6%;
    width: 40%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 26px;
}

.home-banner-section .left a {
    display: inline-block;
    background-color: #E4191D;
    border-radius: 0px;
    color: #fff;
    padding: 7px 15px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 5px;
}

.home-banner-section .right {
    width: 65%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-banner-section .right .inner {
    width: 49%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.home-banner-section .right .inner .inner-text {
    color: #fff;
    font-size: 10px;
    margin-left: 20%;
}

.home-banner-section .right .inner .inner-text p {
    font-size: 15px;
    line-height: 1.4;
}



.home-banner-section .right .inner .inner-appstore {
    font-size: 10px;
    margin-left: 20%;
    padding: 1px;
}

.home-banner-section .right .inner .inner-appstore>img {
    width: calc(50% - 2px);
    height: auto;
}

.home-banner-section .right .inner .inner-appstore>img + img {
    width: calc(50% - 1px);
    height: auto;
}

.home-banner-section .app {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

a.cta {
    text-align: center;
}

a.cta div {
    background-color: #eee;
    border-radius: 50%;
    margin: 30px;
}

a.cta div img {
    width: 100%;
    height: auto;
    margin: auto 0;
    padding: 25%;
}

.home-news .block-title {
    padding-bottom: 75px;
}

.news-promos img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.news-promos a p {
    font-weight: 700;
    margin-bottom: 9px;
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.4;
    padding-right: 15px;
}

.news-promos a p + p {
    font-size: 12px;
    color: #000;
}

/* Faqs */
.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    font-size: 1.2em;
    background: white;
    color: #333;
    border: 0px solid #ddd;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
}

.show .faq-question {
    border-bottom: 0;
}

.faq-question .col-10 {
    padding: 20px;
}

.faq-question .col-2 {
    background: url('/Images/arrow-right-red.png') no-repeat;
    background-size: 35px auto;
    background-position: right 15px center;
}

.show .faq-question .col-2 {
    background: url('/Images/arrow-down-red.png') no-repeat;
    background-size: 35px auto;
    background-position: right 15px center;
}

.faq-question img {
    width: 65px;
}


@media(max-width: 500px){
    .faq-question .col-2 {
        background-size: 20px auto;
    }

    .show .faq-question .col-2 {
        background-size: 20px auto;
    }
}


.faq-answer {
    background: white;
    color: black;
    font-size: 1.1em;
    display: none;
    padding: 20px 5px;
    border-bottom: 0px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    margin-top: 5px;
    border-radius: 8px;
}

.faq-answer a, #privacy-policy a, #useful-links a {
    color: #E5142D;
    font-weight: 600;
}


/******** Questionnaire ********/
div#question-wrapper {
    position: relative;
    /*overflow: hidden;*/
    min-height: 750px;
}

div.question {
    position: absolute;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    height: 75%;
    min-height: 600px;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    margin-top: 15px;
    overflow-y: overlay;
    overflow-x: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

div.question.next-question-slide {
    margin-top: 30px;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-bottom: 15px solid transparent;
}

div.question.nextnext-question-slide {
    margin-top: 45px;
    width: calc(100% - 60px);
    margin-left: 30px;
    border-bottom: 15px solid transparent;
}



div.question.question-red {
    background-color: #E4191D;
    color: #fff;
    background-image: url(/Images/bg-red.jpg);
}

div.question.question-white {
    background-color: #fff;
    /*background-image: url(/Images/bg-white.jpg);*/
}

div.question .section-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 34px;
    letter-spacing: 1px;
    margin-top: 15px;
}

div.question.question-white .section-title {
    color: #E4191D;
}

div.question.last-question {
    background: #fff;
    background-image: none;
}

div.question p {
    margin-bottom: 15px;
}

div.question p span {
    text-align: left;
    display: inline-block;
    font-weight: 500;
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.question ul {
    margin-bottom: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

div.question ul li input {
    vertical-align: middle;
}

div.question ul li label {
    padding: 15px;
    margin: 10px;
    background-color: #fff;
    color: black;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin-bottom: 3px;
    font-size:17px;
}

div.question ul li label.selected  {
    background-color: #E4191D;
    color: #fff;
}

div.question input[type=checkbox], div.question input[type=radio] {
    display: none;
}

.validation-summary-errors {
    width: 100%;
}

.validation-summary-errors ul {
    padding: 0;
}

.validation-summary-errors ul li {
    color: #E4191D;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

ul.multiple-choice li {
    width: 50%;
    display: inline-block;
    float: left;
}

ul.multiple-choice-one li {
    width: 100%;
    display: inline-block;
    float: left;
}

.rating {
    text-align: left;
    display: none;
}

.rating-overall {
    display: block;
}

div[id^="section-recommendations"] ul, #overall-recommendations ul {
    text-align: left;
    padding-left: 0;
}

div[id^="section-recommendations"] ul li, #overall-recommendations ul li {
    background-color: #eee;
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 4px;
    padding-left: 9px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

div[id^="section-recommendations"] ul li:before, #overall-recommendations ul li:before {
    content: url(/Images/arrow-right.svg);
    width: 42px;
    height: 41px;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 5px;
}

div#section-recommendations-retake ul li {
    background-color: #E4191D;
    color: #fff;
}

div#section-recommendations-retake ul li a {
    color: #fff;
    display: inline-block;
    width: 95%;
}

div#section-recommendations-retake ul li:before {
    color: #fff;
}

#rating-overall-image {
    width: 90%;
    transform: rotateZ(-17deg);
}

.button-red {
    width: auto;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    background-color: #E4191D;
    padding: 5px 40px;
    border-radius: 4px;
    font-weight: 600;
    /* margin: 0; */
    margin-top: 19px;
    float: right;
}

.button-red:disabled {
    opacity: 0.5;
}

div#question-wrapper .paging-button {
    width: 100%;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    background-color: #E4191D;
    padding: 5px 40px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    margin: 0;
}

div#question-wrapper .question-red .paging-button {
    color: #E4191D;
    background-color: #fff;
}


.progress-wrapper {
    position: relative;
    height: 30px;
}

.progress-wrapper .progress-bar {
    background-color: #fff;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.progress-wrapper .progress-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
}

.progress-wrapper .progress-marker.highlight {
    background-color: #E4191D;
}

.progress-wrapper.inverse .progress-bar {
    background-color: #F4F4F4;
}

.progress-wrapper.inverse .progress-marker {
    position: absolute;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
}

.progress-wrapper.inverse .progress-marker.highlight {
    background-color: #E4191D;
    border: 1px solid #F4F4F4;
}

.question-answered {
    -webkit-animation: answered 2s normal forwards;
    -moz-animation: answered 2s normal forwards;
    animation: answered 2s normal forwards;
}
@-moz-keyframes answered {
    100% {
        -moz-transform: rotateZ(-75deg) translateY(-300%);
    }
}
@-webkit-keyframes answered {
    100% {
        -webkit-transform: rotateZ(-75deg) translateY(-300%);
    }
}

@keyframes answered {
    100% {
        -webkit-transform: rotateZ(-75deg) translateY(-300%);
        transform: rotateZ(-75deg) translateY(-300%);
    }
}

.question-unanswered {
    -webkit-animation: unanswered 0.75s ease-in forwards;
    -moz-animation: unanswered 0.75s ease-in forwards;
    animation: unanswered 0.75s ease-in forwards;
}
@-moz-keyframes unanswered {
    0% {
        -moz-transform: rotateZ(-75deg) translateY(-300%);
    }
    100% {
        -moz-transform: rotateZ(0) translateY(-50%);
    }
}
@-webkit-keyframes unanswered {
    0% {
        -webkit-transform: rotateZ(-75deg) translateY(-300%);
    }
    100% {
        -webkit-transform: rotateZ(0) translateY(-50%);
    }
}
@keyframes unanswered {
    0% {
        -webkit-transform: rotateZ(-75deg) translateY(-300%);
        transform: rotateZ(-75deg) translateY(-300%);
    }
    100% {
        -webkit-transform: rotateZ(0) translateY(-50%);
        transform: rotateZ(0) translateY(-50%);
    }
}

/* Dashboard */

.section1-bg {
    background-color: #fff;
    color: #000;
    padding:20px;
    border-radius:8px;
    /*background-image: url(/Images/bg-red.jpg);*/
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.award-dashboard {
    transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    -o-transform: rotate(13deg);
}

#section-recommendations-retake a.retake-btn {
    display: inline-block;
    background-color: #E4191D;
    border-radius: 0px;
    color: #fff;
    padding: 15px;
    margin-top: 50px;
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* Generic Text Page */

.text-area .cta {
    background-color: #eee;
    border-radius: 50%;
    padding: 30px;
    width: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.text-area {
    padding-bottom:150px;
    padding-left: 10px;
    padding-right: 10px;
}

.text-area a {
    color: black;
    text-decoration: none;
    background-color: transparent;
    font-weight: 700;
}

.text-area a:hover {
    color: #E4191D;
    text-decoration: none;
    background-color: transparent;
    font-weight: 700;
}

.text-area.question-white {
    background-color: #fff;
    /* background-image: url(/Images/bg-white.jpg); */
}

.text-area b, .text-area strong {
    font-weight: 800;
    color: #E4191D;
}

.Bronze {
    height: 50px;
    width: 50px;
    content: url(/images/star-bronze.svg);
    position: absolute;
    right: 26px;
    top: 11px;
}
.Silver {
    height: 50px;
    width: 50px;
    content: url(/images/star-silver.svg);
    position: absolute;
    right: 26px;
    top: 11px;
}
.Gold {
    height: 50px;
    width: 50px;
    content: url(/images/star-gold.svg);
    position: absolute;
    right: 26px;
    top: 11px;
}

/* Resources */

.large-video {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.steps {
    padding: 30px;
    text-align: center;
}

/* Workshops */

.workshop-image img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Case Studies */

a.retake-btn-case {
    display: inline-block;
    background-color: #E4191D;
    border-radius: 0px;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.retake-btn-case:hover {
    display: inline-block;
    background-color: #E4191D;
    border-radius: 0px;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/******** footer ********/
footer {
    background-image: url(/images/footer.png);
    background-repeat: no-repeat;
    padding-bottom: 0px !important;
    padding: 0px;
    padding-top: 220px !important;
    text-align:center;
}

.logo-image {
    height: 260px;
    background: white;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.right-area {
    height: auto;
}

.news-item {
    margin-bottom:20px;
}

@media (max-width: 767px) {
    .right-area {
        height: 367px;
    }
}



@media (max-width: 1090px) {
    .home-banner-section .right {
        width: 65%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0%, -50%);
        padding: 30px;
    }
    .home-banner-section .right .inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 77px;
    }
    .home-banner-section .right .inner .inner-text {
        color: #fff;
        font-size: 10px;
        margin-left: 0px;
    }
    .home-banner-section .right .inner .inner-appstore {
        font-size: 10px;
        margin-left: 0px;
        padding: 1px;
    }
    .home-banner-section .left {
        position: absolute;
        top: 50%;
        left: 6%;
        width: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        padding: 15px;
    }

}
@media (max-width: 990px) and (min-width: 768px) {
    .home-banner-section .right {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0%, -50%);
        padding: 30px;
        padding-left: 0px;
    }
}

@media (max-width: 990px) {
    .home-banner-section .left {
        position: absolute;
        top: 50%;
        left: 6%;
        width: 89%;
        transform: translateY(-50%);
        background-color: rgba(255,255,255,0.8);
        padding: 15px;
    }

    .home-banner-section .right .inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 47px;
        padding-right: 182px;
    }
}

@media (max-width: 768px) {

    ul.multiple-choice li {
        width: 100%;
        display: inline-block;
        float: left;
    }


    nav #logo {
        width: 73%;
        height: auto;
    }
    .home-banner-section .right .inner {
        width: 67%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 37px;
        padding-right: 77px;
        background: url(/Images/circle-bg.jpg) center center / cover;
    }
    a.cta div {
        background-color: #eee;
        border-radius: 50%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .red-title-mobile {
        font-size: 24px;
    }

    .mobile {
        display:none;
    }

    .home-banner-section .right {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0%, -50%);
        padding: 30px;
    }

}

@media (max-width: 425px) {
    .home-banner-section .right .inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 37px;
        padding-right: 200px;
        background: url(/Images/circle-bg.jpg) center center / cover;
    }

    nav .account-icon {
        width: 41px;
        height: auto;
    }

    .red-title-mobile {
        font-size: 31px;
    }

}

@media (max-width: 375px) {
}

@media (max-width: 1161px) {

    .logo-image {
        height: 182px;
        background: white;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #eee;
    }
    .Silver {
        height: 30px;
        width: 30px;

    }
    .Gold {
        height: 30px;
        width: 30px;
    }
    .Bronze {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 990px) {

    .logo-image {
        height: 128px;
        background: white;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #eee;
    }
}

@media (max-width: 768px) {

    .logo-image {
        height: 210px;
        background: white;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #eee;
    }

    .section1-bg {
        margin-bottom:20px;
    }
}

@media (max-width: 573px) {

    .logo-image {
        height: auto;
        background: white;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #eee;
    }
}

/* Splash Page */

.nav-header {
    margin-top: 50px;
    margin-bottom: 50px;
}

.intro-text {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}

footer.footer-splash {
    background-image: inherit;
    background-repeat: no-repeat;
    padding-bottom: 0px !important;
    padding: 0px;
    padding-top: 30px !important;
    text-align: center;
}

.red-script {
    font-family: 'b-mceregular';
    color: #E4191D;
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height:1.2;
}

.app-icons {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
}

.home-banner-section .right-banner-text a {
    display: inline-block;
    background-color: #E4191D;
    border-radius: 0px;
    color: #fff;
    padding: 7px 15px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 5px;
}

@media (max-width: 1440px) {
    .red-script {
        font-size: 24px;
    }
}

@media (max-width: 1338px) {
    .red-script {
        font-size: 24px;
    }
    .right-banner-text {
        font-size: 15px;
    }

    .home-banner-section .right-banner-text a {
        font-size: 15px;
    }
}

@media (max-width: 1078px) {
    .red-script {
        font-size: 22px;
    }

}

@media (max-width: 1024px) {
    .red-script {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .app {
        display:none;
    }
}

@media (max-width: 767px) {
    .home-banner-section .app {
        display: block;
        height: auto;
        position: relative;
        top: inherit;
        transform: inherit;
        margin-left: auto;
        margin-right: auto;
    }

    .red-script {
        font-size: 45px;
    }

    .app-icons {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 30px 40px;
    }

    .home-banner-section {
        text-align:center;
    }
}

/* Public */

.navbar-light .navbar-nav .nav-public {
    text-transform: uppercase;
    color: black;
    letter-spacing: 1px;
    color: #E4191D;
}

.intro-area-left {
    padding-right: 60px;
}

.intro-text-public {
    padding: 30px 0px;
    float: left;
    font-size: 23px;
}

a.intro-link {
    display: inline-block;
    background-color: #E4191D;
    border-radius: 0px;
    color: #fff;
    padding: 7px 15px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 5px;
}

/* Business */

.main-panel {
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    background-position:center center;
}

.home-banner-section-business .left {
    position: absolute;
    top: 50%;
    left: 6%;
    width: 40%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 26px;
}

.home-banner-section-business .left a {
    display: inline-block;
    background-color: #E4191D;
    border-radius: 0px;
    color: #fff;
    padding: 7px 15px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 5px;
}


@media (max-width: 767px) {
    .home-banner-section-business .left {
        position: absolute;
        top: 50%;
        left: 6%;
        width: 88%;
        transform: translateY(-50%);
        background-color: rgba(255,255,255,0.8);
        padding: 26px;
    }

    .intro-area-left {
        padding: 30px;
        text-align:center;
    }

    .intro-text-public {
        padding: 30px;
        text-align: center;
    }

}

@media (min-width: 1400px) {
    /*#logo {
        width: 80%
    }*/
}

.myperiod-brand {
    height: 120px;
}

@media (max-width: 1440px) {
    .myperiod-brand {
        height: 100px;
    }
}

@media (max-width: 1290px) {
    .myperiod-brand {
        height: 90px;
    }
}

@media (max-width: 990px) {
    .myperiod-brand {
        height: 110px;
    }
}

@media (max-width: 768px) {
    .myperiod-brand {
        height: 130px;
    }
}
.faq-logo {
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.faq-answer ul {
    margin:0px;
    padding:0px;
}

.faq-answer ul li {
    list-style: none;
    border-left: 2px solid #E4191D;
    padding-left: 13px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.faq-answer {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /*-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/
}

.accordion-button {
    font-size: 18px;
    border-radius: 8px;
}

.accordion-item {
    border-radius: 8px;
    margin-bottom: 5px;
}
.accordion {
    border-radius: 8px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.accordion-header {
    border-radius: 8px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
    margin-bottom: 5px;
}

.accordion-button:not(.collapsed) {
    background-color: #fad1d2;
    box-shadow: 0 0 0 2px #E4191D;
    border-radius: 8px 8px 0 0;
}

.accordion-button:focus {
    box-shadow: 0 0 0 2px #E4191D;
}

.form-select {
    padding: 13px 20px;
    font-size: 18px;
    border-radius: 8px;
}

hr {
    margin-top: 10px;
    margin-bottom: 6px;
}

.accordion-body a {
    font-weight: 400;
    line-height: 1.3;
}

.faq-answer-body a {
    font-weight: bold;
    word-wrap: break-word;      
    overflow-wrap: break-word;   
    word-break: break-all;
}

.faq-answer-body li {
    list-style: none; /* Remove default bullet */
    position: relative;
    padding-left: 20px;
}

.faq-answer-body ul {
    padding-left: 0;
}

.faq-answer-body li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 0.6em;
    height: 0.6em;
    background-color: #e63946;
    border-radius: 2px; 
}

.supporter-outer {
    background: white;
    border-radius: 8px;
    padding: 20px;
}

.supporter-image {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    border: 1px solid lightgrey;
    margin-bottom: 10px;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}