@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
/* START: Custom CSS for AEM */
.custom-html--sitecore .body-content {
    margin-left: -15px;

}
@media screen and (min-width: 1199px) {
    .custom-html--sitecore .body-content {
        margin-left: -50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 999.9px) {
    .custom-html--sitecore .body-content {
        margin-left: -35px;

    }
}
.custom-html--sitecore .body-content div.ui-container {
    padding-top: 0px!important;
}
/* END: Custom CSS for AEM */
.expert-card-link {
    font-family: "Graphik Bold","Arial",Sans-Serif;
    font-size: 13px;
}
.custom-html--sitecore .check-list{
    list-style: none;
}
.custom-html--sitecore .check-mark{
    position: absolute;
    left: 10px;
    width: 60px;
    height: 60px;
}
.custom-html--sitecore .purple-text{
    color: #7E00FF;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-family: "Graphik Semibold","Arial",Sans-Serif;
}

.padding-left {
    padding: 1%;
}
.custom-html--sitecore .padding-left label {
    font-family: "Graphik Bold","Arial",Sans-Serif;
    padding-bottom: 10px;
    font-size: 1.76rem;
}

@media screen and (max-width: 768px) {
    .custom-html--sitecore .check-mark {
        padding: 0.8em;
        margin-top: -0.8em;
    }
    .custom-html--sitecore .purple-text {
        font-size: 1.6rem !important;
        line-height: 1.6rem !important;
    }
}

.custom-html--sitecore .expert-card-link {
    font-family: "Graphik Bold","Arial",Sans-Serif;
    font-size: 13px;
}

.custom-html--sitecore .parent-purple {
    color: #7E00FF
}

@media screen and (min-width: 1000px) {
    .custom-html--sitecore #hero-carousel .topic-link {
        font-size: 1.8rem !important;
    }
}
.custom-html--sitecore .hero-wrapper {
    width: 100%;
}
.custom-html--sitecore #block-purple-section .row,
.custom-html--sitecore #block-three-imperatives-section .row,
.custom-html--sitecore #block-reassess-accordion .row,
.custom-html--sitecore #block-stabilize-section .row, 
.custom-html--sitecore #block-stabilize-accordion .row,
.custom-html--sitecore #block-reconfigure-section .row,
.custom-html--sitecore #block-reconfigure-accordion .row,
.custom-html--sitecore #block-contact-us .row {
    width: 100%;
    max-width: 125rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.custom-html--sitecore #block-three-imperatives-section,
.custom-html--sitecore #block-reassess-accordion,
.custom-html--sitecore #block-stabilize-section,
.custom-html--sitecore #block-stabilize-accordion,
.custom-html--sitecore #block-reconfigure-section,
.custom-html--sitecore #block-reconfigure-accordion,
.custom-html--sitecore #block-contact-us {
    padding-top: 50px;
}
.custom-html--sitecore #block-three-imperatives-section .block-content .content-module #reassure ul,
.custom-html--sitecore #block-stabilize-section .block-content .content-module ul,
.custom-html--sitecore #block-reconfigure-section .block-content .content-module ul {
    list-style: disc;
}
@media screen and (max-width: 767px) {
    .custom-html--sitecore #block-three-imperatives-section, 
    .custom-html--sitecore #block-reassess-accordion,
    .custom-html--sitecore #block-stabilize-section,
    .custom-html--sitecore #block-stabilize-accordion,
    .custom-html--sitecore #block-reconfigure-section,
    .custom-html--sitecore #block-reconfigure-accordion,
    .custom-html--sitecore #block-contact-us {
        padding-top: 30px;
    }	
}

/*Purple*/
	
.custom-html--sitecore div#block-purple-section {	
    background-color: #460073 !important;
    padding-top: 50px;	
}
@media screen and (max-width: 767px) {
    .custom-html--sitecore div#block-purple-section {
        padding-top: 30px;
    }	
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .custom-html--sitecore #block-purple-section .row,
    .custom-html--sitecore #block-three-imperatives-section .row,
    .custom-html--sitecore #block-reassess-accordion .row,
    .custom-html--sitecore #block-stabilize-section .row, 
    .custom-html--sitecore #block-stabilize-accordion .row,
    .custom-html--sitecore #block-reconfigure-section .row, 
    .custom-html--sitecore #block-reconfigure-accordion .row,
    .custom-html--sitecore #block-contact-us .row {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .custom-html--sitecore .column-container .purple-column:nth-child(3n+1) {
        padding-right: 1em;
    }

    .custom-html--sitecore .column-container .purple-column:nth-child(3n+2) {
        padding-left: 0;
        padding-right: .5em;
    }

    .custom-html--sitecore .column-container .purple-column:nth-child(3n+3) {
        padding-left: .5em;
        padding-right: .5em;
    }

    .custom-html--sitecore .column-container .purple-column:nth-child(3n+4) {
        padding-left: .5em;
        padding-right: 0;
    }

    .custom-html--sitecore .column-container .purple-column:nth-child(3n+5) {
        padding-left: 1em;
        padding-right: 0;
    }

    .custom-html--sitecore .col-sm-2.purple-column {
        width: 20%
    }
}
.custom-html--sitecore .topic-article, 
.custom-html--sitecore .topic-title, 
.custom-html--sitecore .topic-content {
    color: white !important;
}
.custom-html--sitecore .topic-article {
    font-family: "Graphik Bold","Arial",Sans-Serif !important;	
    margin-bottom: 0.5em !important;	
    background-color: #A100FF;
    width: 80%;
}
@media screen and (max-width: 767px) {
    .topic-article {
        width: 40% !important;
    }	
}
.custom-html--sitecore .topic-title {
    font-family: "Graphik Bold","Arial",Sans-Serif !important;	
    font-size: 21px !important;
    line-height: 25px !important;
}
.custom-html--sitecore .topic-content {
    font-size: 1.28rem !important;
}
.custom-html--sitecore .white {
    color: white !important;
}

.custom-html--sitecore .font-medium {
    font-family: "Graphik Medium","Arial",Sans-Serif !important;	
    font-size: 21px !important;
    line-height: 25px !important;
}

@media screen and (min-width: 768px) {
    .col-sm-2.purple-column {
        width: 20%;
    }
}

/*Purple-box*/
.custom-html--sitecore .purple-box {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    height: 200px;
    padding: 5%;
    background-color: #A100FF;
    box-shadow: -10px 8px 0px #3c0079;
    color: #fff !important;
}

.custom-html--sitecore .purple {
    color: #A100FF !important;
}

.custom-html--sitecore .purple-bg {
    padding: 0.5em;
}

.custom-html--sitecore .image-bg {
    width: 100%;
    margin: 1em 0;
}

/*Accordion*/
.custom-html--sitecore #accordion .panel{
    border: 0px;
    border-bottom: 1px solid #ddd;
}

.custom-html--sitecore #accordion .panel .panel-heading{
    background-color: #fff;
    position: relative;
}

.custom-html--sitecore #accordion .panel .panel-heading.isActive{
    border-left: 3px solid #A100FF;
}

.custom-html--sitecore #accordion .panel .panel-collapse{
    background-color: #f2f2f2;
}

.custom-html--sitecore #accordion .panel .panel-heading .panel-title{
    font-size: 1.76rem;
    line-height: 1.76rem;
    padding: 3%;
    border-left: 3px solid #A100FF;
    cursor: pointer;
}

.custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed{
    border-left: 3px solid #fff;
}

.custom-html--sitecore #accordion .panel .panel-heading .panel-title .acc.fas{
    transform: rotate(-180deg);
    transition: transform 0.5s ease;
}

.custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed .acc.fas{
    transform: rotate(0deg);
}
.custom-html--sitecore #accordion .panel .panel-heading .panel-title a.acc.purple{
    font-family: "Graphik SemiBold","Arial",sans-serif;
    color: #A100FF !important;
}
.custom-html--sitecore #accordion .panel .panel-body{
    position: relative;
}

.custom-html--sitecore .panel-body:before {
    content: " ";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(78,78,78,0.4) 100%);
}

.custom-html--sitecore i.acc.fas.fa-chevron-down {
    position: absolute;
    top: 35%;
    right: 3%;
    font-size: 1.92rem;
}
.custom-html--sitecore .panel.panel-default a:hover h4 {
    text-decoration: none !important;
    color: #A100FF;
}

.custom-html--sitecore #accordion .panel .panel-heading .panel-title p.acc.purple {
    font-family: "Graphik Bold","Arial",sans-serif !important;
    font-size: 18px;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore #accordion .panel .panel-heading .panel-title p.acc.purple {
        font-size: 15px !important;	
        width: 80%;
    }
}
.custom-html--sitecore .panel-body {
    padding: 40px 30px;
}

.custom-html--sitecore #Stabilize .image-bg, 
.custom-html--sitecore #Reconfigure .image-bg {
    margin-top: 0 !important;
}

.custom-html--sitecore .share-tools.module.br--color-gray-light {
    background-color: white !important;
}

/*..download-report.br--color-gray-light {
    float: left !important;
}
DownloadItemTitle.btn.btn-primary.btn-alt.front {
    margin-left: 0;
}*/
.custom-html--sitecore .share-tools.module.br--color-gray-light {
    padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .hide-mobile {
        display: none;
    }
}

.custom-html--sitecore h4.panel-title {
    width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-html--sitecore .topic-article {
        font-size: 0.5em !important;
    }
}


