
/* DO NOT LEAVE ANY EMPTY LINE BREAKS - WP will use these to break up the block into <p> tags and break it! */
/* Custom CSS overrides */

/* For https://dev.controlcase.com/industries/msp/ */
/*main#genesis-content.content{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    margin-top:unset;*/
/*}*/
/*#genesis-content.content{*/
/*    margin-top:0;*/
/*}*/

/*section#self-service.row-full-width{*/
/*    padding-top:32px;*/
/*    width:100%;*/
/*    max-width: 1128px;*/

/*}*/
/*!* End https://dev.controlcase.com/industries/msp/ *!*/

/*div.wp-block-group.alignfull.is-layout-flow.wp-block-group-is-layout-flow {*/
/*    padding-top: 72px !important;*/
/*    padding-left:8px!important;*/
/*    padding-right: 8px!important;*/
/*}*/
/*div div div#root {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    margin-right: 0px;*/
/*    margin-left: 0px;*/
/*    max-width: 100% !important;*/
/*}*/
/*div#root div.no-header-layout {*/
/*    padding-top: 0;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/
/*.teaser-txt-wrapper h1,*/
/*h3.progress-tracker-title,*/
/*div#root div.assessment-question-wrapper h2 {*/
/*    color: #01516f !important;*/
/*}*/
/*div.teaser-graph-wrapper svg {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
/*div.bottom-teaser-panel {*/
/*    box-sizing: border-box;*/
/*}*/

/*@media (max-width: 1128px) {*/
/*    section#self-service.row-full-width{*/
/*        padding-top:16px!important;*/
/*        padding-right:16px;*/
/*        padding-left: 16px;*/

/*    }*/

/*    .content-sidebar-wrap{*/
/*        margin-bottom:42px*/
/*    }*/
/*}*/

/* React app */
#root{
    padding-bottom: 112px;
}

/* WP Overrides */
.content{
    /* Space for the next-back-navigation white shadow that would otherwise overlap the top edge of the WP footer */
    padding-bottom: 20px;
}

.before-footer{
    margin-top: 90px;
}
