:root {
    --primary: #25408f;
    --secondary: #008857;
    --textcolor: #565656;
}

/* START Common Layout styles */

body *:not(i[class*="fa"]) {
    font-family: 'Open Sans', sans-serif !important;
}

.cCustomLayout1,
.cDashboardLayout,
.cCustomLayoutNoImage,
.cFlowTheme {
    position: relative;
}

.container {
    margin: 0 auto;
    width: 1140px;
    max-width: 100%;
}

.navbar {
    padding-bottom: 1rem;
}



.logo-wrapper {
    margin: 18px 0 14px;
}

.login-wrapper a {
    text-decoration: none;
}

.login-wrapper i {
    color: #5dac27;
    font-size: 1rem;
    position: relative;
    top: -1px;
}

.login-wrapper span {
    margin-top: 14px;
    text-align: right;
}

.login-wrapper span a {
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    line-height: 1.6rem;
}

.login-wrapper span a:hover {
    text-decoration: underline;
}

.login-wrapper i.tag {
    transform: rotate(30deg);
    font-size: .7rem;
}

@media (max-width: 669px) {

    .header-top .logo-wrapper,
    .header-top .login-wrapper {
        margin: 0;
    }

    .uiMenuList--default.uiMenuList {
        right: 0;
    }
}

/* Logocontainer */
.logoContainer {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: relative;
    max-width: 100%;
    display: block;
    outline: 0;
}

.cCustomLayout1 .logoContainer,
.cCustomLayoutNoImage .logoContainer,
.cDashboardLayout .logoContainer,
.cFlowTheme .logoContainer,
.logoContainer {
    height: 58px;
    width: 234px;
}

@media (max-width: 799px) {

    .cCustomLayout1 .logoContainer,
    .cCustomLayoutNoImage .logoContainer,
    .cDashboardLayout .logoContainer,
    .cFlowTheme .logoContainer,
    .logoContainer {
        height: 38px;
        width: auto;
    }
}

.logoLine {
    color: #565656;
    margin-top: 4px;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .47em;
}

/* END */

.login_mobile {
    width: 26%;
    text-align: right;
    padding-right: 16px;
}



.profileMenuRegion {
    margin: 18px 0;
}

.header-row {
    display: none;
}

@media (max-width: 799px) {
    .header-top {
        display: none !important;
    }

    .headerContent .navbar {
        display: none !important;
    }
}

@media (max-width: 1200px) {

    .content,
    .cfsuite1RecentRequests .map-content,
    .footer-content,
    .cSubbanner .bantitle,
    .cSubbanner .alin,
    .header-top {
        padding: 0 16px;
    }
}

.cSubbanner {
    text-align: left;
}


/* lining up content */
.fullwidth {
    width: 100%;
}

.header-top,
.breadcrumbs,
.comm-navigation.forceCommunityGlobalNavigation,
.template-footer .footer-content,
.slds-col.content {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

/* Common form styling start */

.slds-textarea {
    min-height: 100px;
}

.slds-combobox__input {
    min-height: 52px;
    font-size: 1rem;
    align-items: center;
    border-color: #b7b7b7;
}

.slds-combobox .slds-dropdown .slds-media__body {
    font-size: 1rem;
}

.slds-radio .slds-radio_faux {
    width: 1.3rem;
    height: 1.3rem;
}

.slds-radio [type="radio"]:checked+.slds-radio__label .slds-radio_faux::after {
    background-color: var(--primary);
    width: 0.75rem;
    height: 0.75rem;
}

.slds-radio [type="radio"]:checked+.slds-radio__label .slds-radio_faux {
    border-color: var(--primary) !important;
}

.slds-checkbox .slds-checkbox_faux {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 4px;
    margin-right: 12px;
}

.slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux {
    border-color: var(--primary);
    background-color: var(--primary);
}

.slds-radio [type=radio]:focus+.slds-radio__label .slds-radio_faux {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--secondary);
}

.slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    height: 0.4rem;
    width: 0.8rem
}


/* Common form styling start */



/* Common button styling start */


.slds-button_brand:not(.btn-login):not(.btn-register),
.slds-button_neutral,
a.slds-button_brand,
.btn-customstd.btn-block {
    font-size: 16px;
    font-weight: 400;
    padding: 0.8rem 1.5rem;
    border-radius: 0px;
    line-height: normal;
    /* text-transform: uppercase; */
    min-width: 120px;
    width: auto;
}

.slds-button_brand,
a.slds-button_brand,
.slds-button.slds-button_neutral.uiButton--default.uiButton--brand.uiButton:focus,
.btn-customstd,
.slds-button_neutral:hover {
    color: #fff;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.slds-button_brand:hover,
a.slds-button_brand:hover,
.btn-customstd:hover,
.slds-button_neutral {
    color: var(--secondary);
    background: #fff;
    border: 1px solid var(--secondary);

}

.slds-input:focus,
.slds-button:focus,
.slds-button_brand:focus,
.slds-button_neutral:focus,
button:focus,
.slds-textarea:focus,
.uiInput--input .input:focus {
    outline: var(--secondary) 2px solid;
    outline-offset: 2px;
    box-shadow: none;
}

.slds-button.slds-button_neutral.uiButton--default.uiButton--brand.uiButton {
    padding: 0.6rem 1.2rem;
    min-width: auto;
}

@media(max-width:480px) {

    .slds-button_brand,
    .slds-button_neutral,
    .navigationBar .slds-button,
    .navigationBar .navigation-bar__right-align {
        width: 100%;
    }
}

cfsuite1-c-fsuite-flow-button-bar .slds-m-top_medium,
c-c-fsuite-flow-button-bar .slds-m-top_medium {
    margin-top: 2rem;
}

@media(max-width:480px) {

    cfsuite1-c-fsuite-flow-button-bar .slds-m-top_medium,
    c-c-fsuite-flow-button-bar .slds-m-top_medium {
        margin-top: 1rem;
    }
}



/* ////// */
/* Common button styling end */


.address-lookup a,
.trash-icon a,
.add-manual-address {
    font-size: 1rem;
}

c-cfsuite-flow-notification-preference .readonly_info {
    margin-top: 1.5rem;
}

.comm-navigation.forceCommunityGlobalNavigation div:first-of-type {
    padding-left: 0;
}

.forceCommunityGlobalNavigation .slds-list__item a:first-of-type,
.forceCommunityGlobalNavigation .slds-list__item button:first-of-type {
    padding-left: 0;
}

.siteforceSldsOneColLayout.siteforceContentArea>.slds-col--padded {
    padding-left: 0px;
    padding-right: 0;
}

.siteforceContentArea>.slds-grid>.slds-col--padded:last-of-type {
    padding-right: 0;
}

.siteforceContentArea>.slds-grid>.slds-col--padded:first-of-type {
    padding-left: 0;
}

.siteforceContentArea .comm-content-header {
    padding: 0px;
}

.siteforceContentArea .contentRegion {
    padding-top: 2rem;
}

.siteforceSldsOneColLayout.siteforceContentArea>.contentRegion {
    margin-top: 0px !important;
    padding: 0px;
}

.forceCommunitySearchBox .search-wrapper {
    width: 400px;
    z-index: 1;
}

/* end lining up content */

/* fix asterisk position */
~.siteforcePanelsContainer .forceCommunityChangePassword .required {
    position: relative;
    float: none;
    left: 3px;
}

/* My account layout */
.forceCommunityUserProfileHeader {
    position: absolute;
    margin: 40px 0 0 20px;
    padding: 0;
}

.forceCommunityUserSettings .userSettingTabs a.tabHeader {
    font-size: 1.2rem;
    line-height: 1.25;
    font-family: var(--lwc-fontFamilyHeader, Imprima);
    color: #595959;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    border: none;
    text-transform: none;
    letter-spacing: normal;
}

.forceCommunityUserSettings .userSettingTabs .tabs__nav,
.forceCommunityUserSettings section>.row.accountSection {
    border: none !important;
}

.forceCommunityUserSettings section>.row.accountSection {
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.forceCommunityUserSettings section>.accountSection>div.slds-grid>div.sectionbox:nth-child(2) {
    display: none;
}

.forceCommunityUserSettings .settingsLabel {
    font-size: 1rem !important;
    color: #595959 !important;
}

.forceCommunityUserSettings .settingsOutputbox {
    font-size: 1rem !important;
    color: #595959 !important;
    font-weight: 600;
}

.forceCommunityUserSettings .changepassword {
    font-size: 1rem !important;
    font-weight: 600;
}

/* hide useless Cancel button on My Profile page */
.userSettingTabs .savecancelbuttoncontainer .cancelButton {
    display: none;
}

/* Hide User title on My Profile page */
.mobile .forceCommunityUserProfileDetail .profileDetailView .detailsData .forceRecordView .forcePageBlockSectionView:nth-child(1) .forcePageBlockSectionRow:nth-child(2),

/* Hide User email on My Profile page */
.mobile .forceCommunityUserProfileDetail .profileDetailView .detailsData .forceRecordView .forcePageBlockSectionView:nth-child(2) .forcePageBlockSectionRow:nth-child(1),

/* Hide User phone on My Profile page */
.mobile .forceCommunityUserProfileDetail .profileDetailView .detailsData .forceRecordView .forcePageBlockSectionView:nth-child(2) .forcePageBlockSectionRow:nth-child(2) {
    display: none;
}

/* hide Manager view section */
.forceCommunityUserProfileDetail .profileDetailView .detailsData .forcePageBlockSectionView:nth-of-type(1) .slds-section__content {
    display: none;
}

/* Hide Email input on My Profile */
~.siteforcePanelsContainer .forcePageBlockSectionEdit .forcePageBlockSectionRow:nth-of-type(1) {
    display: none;
}

/* Hide Phone input on My Profile */
~.siteforcePanelsContainer .forceDetailPanelMobile .forcePageBlock .forcePageBlockSectionEdit .forcePageBlockSectionRow:nth-of-type(2) {
    display: none;
}

/* hide Profile address edit on mobile */
~.PHONE .forceDetailPanelMobile .test-id__section-content .forcePageBlockSectionRow:nth-child(4) {
    display: none;
}

/* hide Address section */
~.forceCommunityUserProfileDetail .profileDetailView .detailsData .forcePageBlockSectionView .forcePageBlockSectionRow:nth-of-type(2) .forcePageBlockItemView:nth-of-type(2) {
    display: none;
}

/* hide Manager edit section */
~.siteforcePanelsContainer .forceCommunityRecordDetail .forcePageBlockSectionEdit:nth-of-type(1) {
    display: none;
}

/* hide Address edit section */
~.siteforcePanelsContainer .forceCommunityRecordDetail .forcePageBlockSectionRow:nth-of-type(2) .forcePageBlockItemEdit:nth-of-type(2) {
    display: none;
}

/* hide Background edit section */
~.siteforcePanelsContainer .forceCommunityRecordDetail .forcePageBlockSectionEdit:nth-of-type(3) {
    display: none;
}

/* hide Address, Company section */
.forceCommunityUserProfileDetail .profileDetailView .detailsData .forcePageBlockSectionView .forcePageBlockSectionRow:nth-of-type(2) .forcePageBlockItemView:nth-of-type(2),
.siteforcePanelsContainer .forcePageBlockSectionEdit:nth-of-type(1),
.siteforcePanelsContainer .forcePageBlockSectionRow:nth-of-type(2) .forcePageBlockItemEdit:nth-of-type(2),
.forceCommunityRecordDetail .forcePageBlockSectionEdit:nth-of-type(3) {
    display: none;
}

/* hide Profile address view on mobile */
.mobile .profileDetailView .detailsData .forceRecordView .forcePageBlockSectionRow:nth-child(4),
/* hide Profile About view on mobile */
.mobile .profileDetailView .detailsData .forceRecordView .forcePageBlockSectionView:nth-child(3) {
    display: none;
}

.forceCommunityGlobalNavigation * {
    color: black;
}

/* Hiding new "User Profile Detail" sections */
/* Hide new section titles*/
.profileDetailView .detailsData h3.slds-section__title {
    display: none;
}

/* Hide Name, Title Manager, About rows */
.profileDetailView .detailsData force-record-layout-section:nth-of-type(1),
.profileDetailView .detailsData force-record-layout-section:nth-of-type(3) {
    display: none;
}

/* Hide email, address */
.profileDetailView .detailsData force-record-layout-section:nth-of-type(2) force-record-layout-row:nth-of-type(1) {
    display: none;
}

/* hide phone */
.profileDetailView .detailsData force-record-layout-section:nth-of-type(2) force-record-layout-row:nth-of-type(2) force-record-layout-item:nth-of-type(2) {
    display: none;
}

/* UserSettings component changes for My Profile page */
.forceCommunityUserSettings {
    padding: 20px 25px 0px !important;
    border: solid 1px #d4d4d4;
    border-radius: 0.25rem;
}

.forceCommunityUserSettings .userSettingTabs section>.lastRow,
.forceCommunityUserSettings .userSettingTabs section>.locationSection,
.forceCommunityUserSettings .userSettingTabs section>.profileVisibilitySection {
    display: none;
}

.uiInput--input.input {
    border: none;
    border-radius: 0;
    color: #6b6b6b;
    font-size: 1rem;
    height: 50px;
    padding-left: 20px;
}

.uiInput--input.input::placeholder {
    color: #6B6B6B;
    font-size: 1rem;
}

input {
    border: 1px solid #949494;
}

input,
select {
    box-shadow: none !important;
}


.location-matches {
    display: inline-block;
    background-color: #fff;
    padding: 10px 16px 16px;
    border: 1px solid #ccc;
}

.location-matches li {
    margin-top: 10px;
}

.location-matches a {
    color: var(--lwc-brandText);
}

/* Checkbox styles */
.slds-checkbox_faux {
    height: 22px;
    width: 22px;
    border: 1px solid #949494;
}

.slds-checkbox_faux::after {
    color: #156b4f;
    height: .8rem;
    width: .8rem;
}

.slds-radio_faux {
    border: 1px solid #949494;
}

.frequency .slds-radio_faux {
    border: none;
}

.payment .slds-radio_button__label .slds-radio_faux {
    border: none;
}

.cCustomLayoutNoImage~.siteforcePanelsContainer .forceCommunityChangePassword .required {
    position: relative;
    float: none;
    left: 3px;
}

@media (max-width: 420px) {
    .slds-radio {
        margin-right: 0;
        padding: 5px;
        width: 100%;
    }
}

/* force showing username on small screen */
@media only screen and (max-width: 64.0625em) {

    .selfServiceUserProfileMenu .profileName,
    .selfServiceUserProfileMenu .down-arrow {
        display: inline-block;
    }

    .selfServiceUserProfileMenu .down-arrow {
        border-top: 5px solid;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        display: inline-block;
        margin-left: 4px;
        margin-bottom: 3px;
        vertical-align: middle;
    }
}

@media (max-width: 479px) {
    .forceCommunityUserProfileHeader {
        left: 0;
        width: 100%;
        margin: 20px auto;
    }
}

/* END */

/* START cDashboardLayout styles */

.cDashboardLayout .slds-col.content {
    margin-top: 35px;
}

@media (max-width: 767px) {
    ~.siteforcePanelsContainer .forceCommunityChangePassword .required {
        position: static;
        float: left;
    }
}

/* END cDashboardLayout styles */

/* Red error message */
.slds-theme_error {
    width: 100%;
    margin: 10px 0px;
    font-size: 14px;
    min-width: 10em;
    padding-right: 1em;
}

.slds-theme_error .slds-notify__content {
    font-weight: 500;
    width: 100%;
}

.slds-theme_error .slds-notify i {
    font-size: 1.3em;
    position: relative;
    top: 2px;
}

.slds-theme_error .error-message {
    display: inline-block;
    width: 90%;
}

.slds-theme_error .error {
    display: inline-block;
    width: 20px;
    vertical-align: 50%;
    margin-right: 1em;
    padding-right: 10px;
}

.slds-theme_error .slds-card__body .slds-notify span {
    display: inline;
    font-weight: normal;
}

/* END */

/* profile widget dropdown */
.uiMenuList--default.uiMenuList {
    border: thin solid grey;
    left: unset;
    right: -100px;
    top: 33px;
    z-index: 9999;
}

.profileMenuRegion .selfServiceUserProfileMenu .selfServiceProfileMenuTrigger {
    text-align: right;
}

/* END */

/* Start cLogin styles */
.cLogin {
    font-size: 12px;
}

.profile-container {
    text-align: right;
}

.profile-container .slds-dropdown-trigger .menu-profile {
    padding: 10px 16px;
    border: 2px solid var(--primary);
    margin-left: 1.05rem;
    color: var(--primary);
    line-height: normal;
}


.profile-container .icon-dropdown {
    font-size: 15px;
    color: var(--primary);
    margin-top: 3px;
}

.slds-dropdown-trigger .slds-button.menu-profile:hover,
.slds-dropdown-trigger .slds-button.menu-profile:hover .icon-dropdown,
.profile-container .icon-dropdown:hover {
    background-color: var(--primary);
    color: #fff;
}

.profile-container .slds-dropdown {
    background-color: var(--primary);
    border: none;
    border-radius: 0px;
}


.profile-container .name {
    margin-right: 10px;
    margin-top: 0px;
}


.profile-container .slds-dropdown__item>a {
    color: white;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600;
}

.profile-container .slds-dropdown__item>a:active,
.profile-container .slds-dropdown__item>a:hover {
    background-color: #25408F;
    text-decoration: underline;
}

.cLogin .btn-login {
    text-transform: none;
}

.selfServiceUserProfileMenu .login {
    text-align: right;
}

.profileMenuRegion .selfServiceUserProfileMenu .login .linkLabel {
    background-color: #105F4F;
    border-radius: 3px;
    display: inline-block !important;
    font-size: 17px;
    font-weight: normal;
    padding: 0.5em 1em;
    margin-bottom: 4px;
    text-transform: none;
}

.profileMenuRegion .selfServiceUserProfileMenu .login .linkLabel:hover {
    text-decoration: underline;
}

.comm-navigation.forceCommunityGlobalNavigation {
    padding-left: 0;
}

.selfServiceProfileMenuTrigger a {
    color: #363636;
    background-color: white;
    border-radius: 6px;
}

.selfServiceProfileMenuTrigger a:hover,
.selfServiceProfileMenuTrigger a:focus,
.selfServiceProfileMenuTrigger a:active {
    color: #363636;
    background-color: white;
}

/* END */



/* Search */
.searchRegion .slds-button_brand {
    background-color: grey;
}

.searchRegion {
    float: right;
}

.forceCommunitySearchBox .search-field {
    background-color: #EEECED;
    border: none;
}

.searchRegion .slds-button_brand {
    background-color: #ADADAD;
}

/* END */

/* Footer */
.cCustomLayoutNoImage .footer,
.cDashboardLayout .footer,
.cFlowTheme .footer {
    margin-top: 110px;
}

.template-footer .footer-content {
    font-size: 16px;
    padding-top: 50px;
}

.template-footer .footer h3 {
    font-size: 1.125rem;
    padding-bottom: .375rem;
    color: var(--primary);
}

.template-footer .footer p {
    font-weight: bold;
    font-size: 1rem;
}

.template-footer .footer a {
    text-decoration: underline;
    color: #565656;
}

.template-footer .footer a:hover {
    text-decoration: none;
    color: var(--primary);
}

.template-footer .footer i {
    color: var(--primary) !important;
}

.template-footer .footer .signOff__items a {
    font-size: 1rem;
    font-weight: bold;
}

.template-footer .footer i {
    font-size: 1.4rem;
}

@media (min-width: 48em) {
    .footer-content .signOff__list {
        margin-left: 41%;
    }
}

/* END */

@media only screen and (max-width: 980px) {

    .header-top,
    .comm-navigation.forceCommunityGlobalNavigation,
    .slds-col.content,
    .template-footer .footer-content {
        width: 100%;
    }


}

@media (min-width: 670px) and (max-width: 767px) {
    .header-top {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .profileMenuRegion {
        margin: 18px 0;
    }
}

@media (min-width: 670px) and (max-width: 1000px) {
    .header-top {
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }
}

/* headerlinks */
.cHeaderLinks {
    display: block;
    float: right;
}

.nav-links {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

a.nav-link {
    color: #292929;
    margin: 10px 19px 10px 0px;
    text-decoration: none;
}

.nav-link i {
    margin-right: 6px;
}

.notification-container {
    border-left: 1px solid #DCDCDC;
    padding: 10px 25px 10px 18px;
}

.notification-container i {
    color: #1C614F;
    font-size: 15px;
    position: relative;
}

.notification-count {
    background-color: #f6771f;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-size: 9px;
    height: 12px;
    padding: 1px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 12px;
}

@media (min-width: 830px) {
    .nav-links {
        font-size: 15px;
    }

    a.nav-link {
        margin: 10px 31px 10px 0px;
    }

    .nav-link i {
        margin-right: 10px;
    }
}

@media(max-width: 669px) {
    .nav-links .nav-link {
        display: none;
    }

    .notification-container {
        border: none;
    }

    .nav-links>.notification-container {
        display: none;
    }

    .cHeaderLinks {
        float: none;
        width: 100%;
    }

    .nav-links {
        width: 100%;
    }

    .login-container {
        width: 100%;
    }
}

/* END Common Layout styles */


/* START header & p styles */

h1 {
    font-size: 1.75rem;
    line-height: 50px;
    font-weight: 700;
}

h2 {
    font-size: 1.75rem;
}

p {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.6rem;
}

p.body-alt {
    font-weight: normal;
}

b {
    font-weight: 600;
}

.cfsuite1CustomLayoutNoImage h1,
.cfsuite1CustomLayoutNoImage h2,
.cfsuite1Welcome h1 {
    -webkit-font-smoothing: antialiased;
}

.cfsuite1SmartSearch h2 {
    font-size: 1.15rem;
    /* font-family: 'Lato'; */
    font-weight: bold;
}

.cfsuite1ThankYou h1 {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.cfsuite1ShowMoreTopics h2,
.cfsuite1RecentRequests h2,
.cfsuite1CommunityMap h2,
.cfsuite1LoginRegister h2 {
    font-weight: 700;
}

.cfsuite1DetailComponent h2 {
    font-weight: 600;
}

.cfsuite1DetailComponent h2 {
    font-size: 1.2rem;
    /* font-family: 'Lato'; */
    color: #000;
}

.cfsuite1PhoneNumbers h2 {
    font-size: 1.5rem;
    /* font-family: 'Lato'; */
    color: #c74206;
    font-weight: bold;
    margin-bottom: 8px;
}

.cfsuite1CommunityMap h2 {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.cfsuite1MyRecentRequests h2,
.cMyRecentRequests h2 {
    padding: 0px 25px 15px 0px;
    font-size: 1.75rem;
    color: var(--primary);
}

.cfsuite1RecommendedActions h2 {
    color: #565656;
    padding: 15px 72px 14px 6px;
    font-size: 1.15rem;
    position: relative;
    /* font-family: 'Lato'; */
    font-weight: bold;
    background-color: #fff;
    margin-bottom: 4px;
    border-bottom: 2px solid #565656;
}

.slds-modal__content .cfsuite1LoginRegister h2 {
    font-weight: 800;
    margin-top: 0px;
    font-size: 1.2rem;
    /* font-family: 'Lato'; */
}

.cfsuite1QAProcess h2 {
    font-size: 1.8rem;
    color: #565656;
}

@media (max-width: 480px) {
    .cfsuite1QAProcess h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .cfsuite1LoginRegister h2 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .cfsuite1ShowMoreTopics h2.reportit-header,
    .cfsuite1CaseSearchBox h2,
    .cfsuite1RecentRequests h2 {
        font-size: 26px !important;
    }

}

/* END h2 styles */

/* START Button & link styles */

.cfsuite1MyRecentRequests .submit {
    color: #565656 !important;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    letter-spacing: .09em;
    border-color: #565656 !important;
    font-size: .96rem;
}

.cCustomLayoutNoImage .quarterly .btn-manage {
    padding-left: .5rem;
    padding-right: .5rem;
    letter-spacing: .04em;
}

.cfsuite1MyRecentRequests .submit:hover {
    color: #565656;
    transition: background .3s, color .3s, border .3s;
    border-color: #565656;
    background-color: #f3f3f3 !important;
}

.btn-continue,
.btn-block {
    display: inline-block;
}

.back:hover {
    filter: brightness(85%);
}

.btn-edit {
    border-radius: 2px;
    margin-right: 0px;
    margin-top: 10px;
}

.btn-continue {
    margin-top: 1.3em;
}

.btn-continue span,
button#SubmitButton span {
    font-size: 1rem !important;
    font-weight: 600;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.slds-button_brand[disabled],
.slds-button_brand:disabled,
.slds-button--brand[disabled],
.slds-button--brand:disabled {
    background-color: #c9c7c5;
}

.slds-button_brand[disabled]:hover {
    background-color: rgb(201, 199, 197);
    color: #fff;
    border-color: #c9c7c5;
}


/* END Button & link styles */

/* START Tiles styles */

/* .box-container {
    height: 180px;
}
 */
.box,
.report-type-option-alt {
    display: inline-block;
    font-size: 19.2px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: transparent !important;
    height: 200px;
}

.box a,
.box a:hover,
.box a:visited,
.box a:focus,
.report-type-option-alt a,
.report-type-option-alt a:hover,
.report-type-option-alt a:visited,
.report-type-option-alt a:focus {
    color: white;
    overflow: hidden;
}

.box-container {
    margin-bottom: 1.5rem;
}

.cfsuite1ShowMoreTopics .box-container {
    margin-top: 10px;
}

.box-icon-container {
    background-color: #fff !important;
    color: #25408F;
    border: 2px solid #25408F;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 41px 0px;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-icon-container i {
    transition: none;
    font-size: 5rem;
}

.box-icon-container:hover {
    color: #fff;
    border: 2px solid #25408F;
    background-color: #25408F !important;
}

.box-container .box-title {
    font-weight: 700;
    position: relative;
    color: #565656;
    font-size: 1.125rem;
}

/* .box-container .box-title .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
} */

.box-container img.box-image {
    height: 40px;
    margin: 30px;
}

.box-container a:hover,
.box-container a:focus {
    text-decoration: none;
    outline: none;
}

@media (max-width: 767px) {
    .box-container {
        width: 50%;
    }

    .box-icon-container {
        width: 110px;
        height: 110px;
    }

    .box-icon-container .report-type-icon {
        font-size: 1.5em;
    }

    .cfsuite1ShowMoreTopics .box-title {
        margin-top: 0px;
    }

    .box,
    .report-type-option-alt {
        height: 86px;
    }

    .box-container {
        margin-bottom: 12px;
    }

    .box-container .box,
    .cfsuite1ShowMoreTopics .report-type-option-alt .container-alt {
        padding: 15px 20px;
    }

    .box-container .box-title {
        display: block;
        font-weight: normal;
        vertical-align: middle;
        margin-top: 0;
        height: 100%;
    }
}

@media (min-width: 48em) {
    .cfsuite1ShowMoreTopics .box-container {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .box-container .box-title .title-text {
        font-size: 17px;
        line-height: 22px;
    }
}

/* Changing tiles only on the dashboard */

.cfsuite1Welcome i {
    display: none;
}

.cfsuite1Welcome .box-icon-container {
    width: 180px;
    height: 180px;
    background-color: rgba(0, 136, 87, 0.9) !important;
    color: white;
    border: 2px solid #fff;
}

.cfsuite1Welcome .message {
    text-align: center;
}

.cfsuite1Welcome .box-container .box-title {
    color: #fff;
    position: relative;
    top: -179px;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    font-family: var(--lwc-fontFamilyHeader, Imprima);
}

.cfsuite1Welcome .box-container .box-title {
    font-size: 1.5rem;
}

.cfsuite1Welcome .box-container .box-title .center {
    width: 86%;
}

@media (max-width:) {
    .box-container {
        width: 100%;
    }
}

/* Changing tiles only on the welcome landing page */

.cWelcomeNew .box-icon-container {
    padding: 22px 0px;
    font-size: 4rem;
}

.cWelcomeNew .title-text {
    margin-top: 4rem;
    font-size: 1.2rem;
}

/* END Tiles styles */

/* START Common Pop up Modal styles */

.slds-modal__header {
    justify-content: center;
}

.slds-modal .slds-modal__title,
.slds-modal__header h1 {
    color: #000;
}

.slds-modal__header h1 {
    font-weight: 600;
    font-size: 1.5em;

}

.slds-modal__content h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: 600;
}


.THIS .slds-modal__header .slds-button__icon {
    height: 1.5em;
    width: 1.5em;
}

.slds-modal__container label {
    color: #252525;
    font-size: 1.05em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 6px;
}


/* Small modal styles (Y/N modals) */
.modal-sm .slds-modal__container {
    text-align: center;
}

.modal-sm .slds-modal__content p {
    font-weight: normal;
    font-size: 1.2em;
}

.modal-sm .slds-modal__content {
    padding: 0 10px 10px;
}

.modal-sm .slds-modal__footer {
    padding-bottom: 2.5em;
    border: none;
    text-align: center;
}

.modal-sm .slds-modal__footer .slds-button {
    margin-top: 0px;
    width: 7.25rem;
    text-transform: uppercase;
}

/* END */

/* Large modal styles */

.modal-lg .slds-modal__header h1 {
    color: var(--primary);
    text-align: left;
}

.modal-lg .slds-modal__content p {
    font-size: 1rem;
    text-align: left;
}

/* Modal with large content responsive styles */
@media (max-width: 480px) {
    .slds-modal__content {
        padding: 15px;
    }

    .slds-modal__content .panel {
        padding: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slds-modal__container {
        width: 73%;
    }

    .slds-modal__content .panel {
        padding: 1rem;
    }
}

/* END */

/* END Pop up Modal styles */

/* START Common back button and title styles */

.page-title h1 {
    margin: 4px auto 20px;
    font-size: 1.4rem;
}

/* .page-title {
    padding-top: 40px;
    padding-bottom: 29px;
} */

.back {
    color: #fff;
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
    font-size: 1.2rem;
    display: inline;
    float: left;
    margin-bottom: 40px;
    border: none;
    width: 56px;
    height: 56px;
}

.page-title .back {
    padding: 16px 23px;
}

.cfsuite1CommunityMap .slds-icon-text-default,
.cfsuite1DetailComponent svg.slds-icon {
    fill: #fff;
}

@media (max-width: 30em) {
    .page-title {
        padding-bottom: 12px;
    }

    .page-title .back {
        margin-bottom: 30px;
    }

    .slds-page-header__title .back.button {
        height: 40px !important;
        width: 40px !important;
    }

    .cfsuite1QAProcess .slds-page-header__title h2 .question {
        line-height: 30px;
    }

    .cfsuite1QAProcess.mainBlock {
        padding-bottom: 5px;
    }

    .cfsuite1QAProcess.deflection-container div>hr {
        margin-top: 20px !important;
    }

    .cfsuite1QAProcess .slds-page-header__title .question {
        line-height: 30px;
        margin-left: 24px;
        padding-top: 7px;
        margin-top: -26px;
    }
}

@media (min-width: 30em) {
    .back {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }

    .page-title .back {
        padding: 22px 28px;

    }

    .page-title h1 {
        font-size: 1.7rem;
        margin: 11px auto 20px;
    }
}

/* END Common back button and title styles */

/* START Focus styles */

a:focus {
    box-shadow: none;
    outline: 2px solid var(--primary);
    outline-offset: 3px;
}



.forceCommunityChangePassword .uiInput--input .input:focus {
    outline: none;
    border: 1px solid blue;
}

.footer a:focus {
    outline: 0;
    box-shadow: none;
    outline: 2px solid #ea932e;
    outline-offset: 3px;
    color: #fff !important;
}

.cfsuite1ShowMoreTopics .report-type-option-alt:hover,
.cfsuite1ShowMoreTopics span:focus,
.cfsuite1ShowMoreTopics .report-type-container:focus {
    outline: #A30000 2px solid !important;
    outline-offset: 2px;
    box-shadow: none;
    border: none;
}

.cfsuite1Welcome a:focus {
    outline: none !important;
    outline-offset: 2px;
    box-shadow: none;
    border: none;
}

.cfsuite1CaseContactInfo .lightning-input:focus {
    outline: #A30000 2px solid;
    outline-offset: 2px;
    box-shadow: none;
    border: none;
}

.slds-radio_faux:focus {
    outline: #a30000 2px solid;
    outline-offset: 2px;
    box-shadow: none;
    border: none;
}

.cfsuite1RecentRequests .requests-container .slds-button:focus,
.cfsuite1RecentRequests .requests-container button:focus {
    background: none !important;
}

.vfcustom input:focus {
    box-shadow: none;
    outline: 2px solid #159D9D;
    outline-offset: 3px;
}

/* END Focus styles */

/* START Common Accessibility styles */

/* sr styles */

.cfsuite1RecentRequests .sr-only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    white-space: nowrap;
}

/* END Common Accessibility styles */

/* START LoginRegister styles */

.cfsuite1LoginRegister .btn-login {
    margin-bottom: 20px;
}

.cfsuite1LoginRegister a.forgot-password {
    font-size: 1rem;
}

.cfsuite1LoginRegister a.forgot-password:active,
.cfsuite1LoginRegister a.forgot-password:visited {
    color: #6a3325;
}

/* END LoginRegister styles */

/* START ShowMoreTopics styles */

.cfsuite1ShowMoreTopics .slds-button {
    margin: 60px auto 20px;
    padding: 12px 50px;
}

.cfsuite1ShowMoreTopics .slds-button i {
    font-size: 1rem;
}

.cfsuite1ShowMoreTopics .box-title {
    margin-top: 24px;
}

.cfsuite1ShowMoreTopics .box-container:hover .report-type-option-alt {
    display: flex;
    top: -180px;
}

.cfsuite1ShowMoreTopics .content-alt {
    font-size: 15.36px;
    font-weight: normal;
}

.cfsuite1ShowMoreTopics .content-alt .alt-title {
    font-size: 19.2px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cfsuite1ShowMoreTopics .report-type-option-alt .content-alt {
    font-size: 15.36px;
    font-weight: 700;
    text-align: left;
    width: 100%;
}

.cfsuite1ShowMoreTopics .report-type-option-alt {
    display: none;
    padding: 0;
}

.cfsuite1ShowMoreTopics .report-type-option-alt .container-alt {
    display: flex;
    height: 100%;
    padding: 30px 25px;
    width: 100%;
}

.cfsuite1ShowMoreTopics .box-icon {
    position: relative;
    vertical-align: text-bottom;
}

.cfsuite1ShowMoreTopics h2.reportit-header {
    margin-top: 100px;
    margin-bottom: 40px;
    color: var(--primary);
}

.cfsuite1ShowMoreTopics .button-container {
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .cfsuite1ShowMoreTopics .box-container:hover .report-type-option-alt {
        top: -125px;
    }

    .cfsuite1ShowMoreTopics .box-title {
        margin-top: 1rem;
    }

    .cfsuite1ShowMoreTopics h2.reportit-header {
        margin-bottom: 20px;
    }
}


@media (min-width: 980px) {
    .cfsuite1ShowMoreTopics h2.reportit-header {
        margin-top: 110px;
    }
}

/* END ShowMoreTopics styles */

/* START MyRecentRequests styles */

.cfsuite1MyRecentRequests,
.cMyRecentRequests {
    -webkit-font-smoothing: antialiased;
}

.cfsuite1MyRecentRequests .requests,
.cMyRecentRequests .requests {
    padding: 15px 25px;
    border: 1px solid #d7d6d6;
}

.cfsuite1MyRecentRequests .btn-add i,
.cMyRecentRequests .btn-add i {
    margin-right: 10px;
}

.cfsuite1MyRecentRequests a,
.cMyRecentRequests a {
    text-decoration: none !important;
}

.cfsuite1MyRecentRequests .slds-tabs_default__item:hover::after,
.cMyRecentRequests .slds-tabs_default__item:hover::after {
    background-color: #198264;
    height: 3px;
}

.cfsuite1MyRecentRequests .no-records .title,
.MyRecentRequests .no-records .title {
    font-size: 19px;
    font-weight: 600;
    margin-top: 25px;
}

.cfsuite1MyRecentRequests .no-records p,
.cMyRecentRequests .no-records p {
    margin-bottom: 1em;
    line-height: 1.7;
}

.cfsuite1MyRecentRequests .requests i,
.MyRecentRequests .requests i {
    font-size: 1.5em;
    padding-top: 1.9em;
    color: #6b6b6b;
    padding-right: 5px;
}

.cfsuite1MyRecentRequests .requests .slds-tabs_default__content,
.cMyRecentRequests .requests .slds-tabs_default__content {
    padding-bottom: 20px;
}

.cfsuite1MyRecentRequests .tabset ul[role=tablist] a,
.cMyRecentRequests .tabset ul[role=tablist] a {
    color: #595959;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
}

.cfsuite1MyRecentRequests .tabset li.slds-is-active a,
.cMyRecentRequests .tabset li.slds-is-active a {
    color: black;
}

.cfsuite1MyRecentRequests .request,
.cMyRecentRequests .request {
    border-bottom: 1px solid #d7d6d6;
    padding: 18px 0 24px 0px;
}

.cfsuite1MyRecentRequests .icon,
.cMyRecentRequests .icon {
    background-color: #f5f5f5;
    display: inline-block;
    height: 75px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
    min-width: 80px;
}

.cfsuite1MyRecentRequests .icon i,
.cMyRecentRequests .icon i {
    font-size: 32px;
    color: #767676;
    position: relative;
    top: calc(50% - 16px);
    vertical-align: middle;
    padding-top: 0px;
    padding-right: 0px;
}

.cfsuite1MyRecentRequests .number,
.cfsuite1MyRecentRequests .address,
.cMyRecentRequests .number,
.cMyRecentRequests .address {
    color: #565656;
}

.cfsuite1MyRecentRequests .case,
.cMyRecentRequests .case {
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
    vertical-align: middle;
    display: block;
}

.cfsuite1MyRecentRequests .number,
.cMyRecentRequests .number {
    margin-right: 10px;
    text-decoration: underline;
    font-size: 1.1rem;
    color: #565656;
    font-family: var(--lwc-fontFamilyHeader, Imprima);
    font-weight: normal;
}

.cfsuite1MyRecentRequests .number:hover,
.cMyRecentRequests .number:hover {
    text-decoration: none;
}

.cfsuite1MyRecentRequests .status,
.cMyRecentRequests .status {
    border-radius: 16px;
    background-color: #fff;
    font-size: .76em;
    padding: 1px 7px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -1px;
    max-width: 148px;
}

.cfsuite1MyRecentRequests .status.pending,
.cMyRecentRequests .status.pending {
    color: #b5231d;
    border: 1px solid #b5231d;
}

.cfsuite1MyRecentRequests .status.inprogress,
.cMyRecentRequests .status.inprogress {
    color: #f5821f;
    border: 1px solid #f5821f;
}

.cfsuite1MyRecentRequests .status.complete,
.cMyRecentRequests .status.complete {
    color: #008857;
    border: 1px solid #008857;
}

.cfsuite1MyRecentRequests .address,
.cMyRecentRequests .address {
    font-size: 15px;
    padding-right: 20px;
    font-weight: 600;
}

.cfsuite1MyRecentRequests .category,
.cMyRecentRequests .category {
    color: #000;
    font-weight: 600;
}

.cfsuite1MyRecentRequests .submitted,
.cMyRecentRequests .submitted {
    color: #656565;
    font-size: 13px;
}

.cfsuite1MyRecentRequests .actions.slds-grid,
.cMyRecentRequests .actions.slds-grid {
    margin-top: 15px;
}

.cfsuite1MyRecentRequests .actions a,
.cMyRecentRequests .actions a {
    display: inline-block;
    padding: 20px;
    text-align: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1.3em;
    text-decoration: none;
}

.cfsuite1MyRecentRequests .slds-dropdown-trigger .slds-button {
    padding-top: 0px;
    margin-top: 0px;
}

.cfsuite1MyRecentRequests .details-cont,
.cMyRecentRequests .details-cont {
    display: flex;
}

.cfsuite1MyRecentRequests #followed .category {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 500px) {

    .cfsuite1MyRecentRequests .actions a,
    .cfsuite1MyRecentRequests .btn-add,
    .cMyRecentRequests .actions a,
    .cMyRecentRequests .btn-add {
        width: auto;
    }
}

@media (max-width: 48em) {

    .cfsuite1MyRecentRequests .status,
    .cMyRecentRequests .status {
        margin-top: 6px;
    }
}

/* END MyRecentRequests styles */


/* START DetailComponent styles */

.cfsuite1DetailComponent {
    position: relative;
    text-align: left;
}

.cfsuite1DetailComponent .details-title {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.cfsuite1DetailComponent textarea {
    height: 100px;
}

.cfsuite1DetailComponent .attachments {
    margin-top: 8px;
    width: 100%;
}

.cfsuite1DetailComponent .attachments-title {
    margin-bottom: 30px;
}

.cfsuite1DetailComponent .attachments-text {
    clear: both;
    padding-top: 10px;
    width: 100%;
}

.cfsuite1DetailComponent .contact-form-title {
    font-size: 20px;
    margin: 30px 0 0px;
}

.cfsuite1DetailComponent .contact-form-text {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 700;
}

.cfsuite1DetailComponent .contact-form .slds-form-element__label,
.cfsuite1DetailComponent .customRadioCls .slds-form-element__legend {
    font-size: 1rem;
    color: #565656;
    font-weight: 600;
}

.cfsuite1DetailComponent .contact-form .slds-radio__label .slds-form-element__label {
    font-weight: normal;
    font-size: .95rem;
}

.cfsuite1DetailComponent .contact-form .slds-form-element__control {
    margin: 10px 0;
}

.cfsuite1DetailComponent .contact-form .slds-form-element__control input {
    font-size: 14px;
    padding: 2px;
    padding-left: 10px;
}

.cfsuite1DetailComponent .contact-form .slds-radio {
    margin-right: 30px;
}

.cfsuite1DetailComponent .customRadioCls {
    padding: 18px 0 18px;
}

.cfsuite1DetailComponent .customRadioCls .slds-form-element__control {
    margin-top: 2px;
}

.cfsuite1DetailComponent .customRadioCls .slds-form-element__control .slds-radio {
    display: inline-block !important;
}

.cfsuite1DetailComponent .back-container .slds-icon_container,
.cfsuite1DetailComponent .back-container .slds-icon__container {
    vertical-align: text-bottom;
}

.cfsuite1DetailComponent button#SubmitButton svg.slds-icon {
    margin-left: .8rem;
    fill: #008857;
    width: 22px;
}

.cfsuite1DetailComponent button#SubmitButton:hover svg.slds-icon {
    fill: #fff;
}

.cfsuite1DetailComponent#overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.cfsuite1DetailComponent .loader-container {
    margin-left: -50px;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 100px;
}

.cfsuite1DetailComponent .loader-image {
    width: 80px;
}

.cfsuite1DetailComponent .slds-textarea {
    border: 1px solid #949494;
}

.cfsuite1DetailComponent .btn-deletefile {
    background-color: #979696;
    border-color: #979696;
}

.cfsuite1DetailComponent .btn-submit .slds-icon_container {
    margin-left: 10px;
}

.cfsuite1DetailComponent .attachments .slds-file-selector__button {
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: 24px;
    left: -5px;
}

.cfsuite1DetailComponent .slds-pill {
    border: none;
    padding-left: 0px;
    padding-top: 6px;
    font-weight: 600;
    margin-right: 1rem;
}

.cfsuite1DetailComponent .attachments span.slds-pill button {
    margin-left: 6px;
}

.cfsuite1DetailComponent .slds-listbox_selection-group {
    overflow: auto !important;
    height: auto !important;
    margin-top: 6px;
}

.cfsuite1DetailComponent .details label.slds-form-element__label {
    display: none;
}

.cfsuite1DetailComponent .attachments button {
    margin-top: 0px !important;
}

/* END DetailComponent styles */

/* START LoginRegister styles */

.cfsuite1LoginRegister .column1 {
    padding: 40px 20px 40px 45px;
}

.cfsuite1LoginRegister .column2 {
    padding: 40px 30px 22px 20px;
}

.cfsuite1LoginRegister ul {
    list-style: disc inside;
    margin-bottom: 25px;
}

.cfsuite1LoginRegister .description ul li {
    line-height: 24px;
    list-style-position: outside;
    margin-left: 20px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.45rem;
}

.cfsuite1LoginRegister input.slds-input {
    margin-bottom: 8px;
    border-radius: 0px;
    line-height: normal;
    background-color: #fff;
    border: 2px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 42px;
    width: 100%;
    color: #252525;
}

.cfsuite1LoginRegister p {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.cfsuite1LoginRegister .slds-icon-text-default {
    fill: #565656;
    position: relative;
    top: 2px;
}


.cfsuite1LoginRegister .login-input .slds-icon_container {
    color: #B0B0B0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 2;
}

.cfsuite1LoginRegister .login-input label.slds-form-element__label {
    display: none;
}

.cfsuite1LoginRegister .btn-login,
.cfsuite1LoginRegister .btn-fb,
.cfsuite1LoginRegister .btn-google {
    color: white;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.cfsuite1LoginRegister .btn-fb>img {
    height: 50px;
}

.cfsuite1LoginRegister .btn-fb {
    background-color: #3B5997;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.cfsuite1LoginRegister .btn-google>img {
    height: 40px;
    padding: 5px 10px;
}

.cfsuite1LoginRegister .btn-google {
    background-color: #DB3C36;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 0;
    text-align: left;
}


.cfsuite1LoginRegister .description p,
.cfsuite1LoginRegister .description ul {
    display: none;
}

.cfsuite1LoginRegister .description {
    margin-bottom: 1.5rem;
}

.cfsuite1LoginRegister .description:before {
    content: "Sign up to My Marion to easily view and manage your requests.";
    font-size: 1rem;
    font-weight: bold
}

.cfsuite1LoginRegister .btn-login,
.cfsuite1LoginRegister .btn-register {
    margin-bottom: 20px;
    border: 2px solid #008857;
    background-color: #008857;
    color: #fff !important;
    padding: 8px;
    border-radius: 0px;
    font-size: 1rem;
    width: 100% !important;
}






.cfsuite1LoginRegister .forgot-container {
    text-align: center;
}

.cfsuite1LoginRegister .login-input .input {
    color: #4c4c4c;
}

@media (max-width: 1200px) {
    .cfsuite1LoginRegister .column1 {
        padding: 20px 10px 20px 30px;
    }

    .cfsuite1LoginRegister .column2 {
        padding: 20px 20px 20px 10px;
    }
}

@media (max-width: 768px) {

    .cfsuite1LoginRegister .column1,
    .cfsuite1LoginRegister .column2 {
        padding: 10px;
    }
}

/* END LoginRegister styles */


/* START Breadcrumbs styles */

.cfsuite1Breadcrumbs {
    position: relative;
    top: -35px;
    left: 391px;
    -webkit-font-smoothing: antialiased;
}

.cCustomLayoutNoImage .cfsuite1Breadcrumbs {
    top: 0px;
    left: 0px;
    /* padding: .6rem 0 1.5rem; */
    padding: 0;
}

.cfsuite1Breadcrumbs .links a {
    color: var(--lwc-colorTextDefault);
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
}

.cfsuite1Breadcrumbs .links li {
    display: inline-block;
}

.cfsuite1Breadcrumbs .links a>i {
    margin: 0 14px;
    vertical-align: middle;
    color: #565656;
    font-weight: bold;
    font-size: .8rem;
}

.cfsuite1Breadcrumbs li:last-child a {
    color: #008857;
    text-decoration: none;
}

/* END Breadcrumbs styles */

/* START StepsPath styles */

.cfsuite1StepsPath a {
    color: var(--lwc-colorTextDefault);
}

/* END StepsPath styles */


/* START RecentRequests styles */

.cfsuite1RecentRequests.recent-cases {
    background-color: #f3f8fb;
    /* background-image: url(/resource/CustomImageBgPattern); */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    padding-bottom: 2rem;
}

.cfsuite1RecentRequests .map-content {
    padding-top: 50px;
}

.cfsuite1RecentRequests .slds-input-has-icon_right .slds-input {
    min-height: 36px;
}

.cfsuite1RecentRequests .filter-reset {
    position: absolute;
    display: inline-block;
    margin-top: -25px;
    margin-left: -45px;
}

.cfsuite1RecentRequests .uiInput--select.select:not([multiple]) {
    height: 2.25rem;
}

.cfsuite1RecentRequests .pending-count,
.cfsuite1RecentRequests .progress-count,
.cfsuite1RecentRequests .completed-count {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.cfsuite1RecentRequests .pending-label,
.cfsuite1RecentRequests .progress-label,
.cfsuite1RecentRequests .completed-label {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
    text-transform: none;
}

.cfsuite1RecentRequests .actions {
    margin: 0 auto;
    padding: 0 16px;
}

.cfsuite1RecentRequests .actions button {
    font-size: .96rem;
    margin-right: 10px;
    margin-top: 0px;
    font-weight: normal;
}

.cfsuite1RecentRequests .actions button.slds-button_icon {
    font-size: 10px;
    margin-right: 10px;
    margin-top: 0px;
    width: 10px;
    color: grey;
    padding-top: 0px;
}

.cfsuite1RecentRequests .slds-button span {
    color: #6b6b6b;
}

.cfsuite1RecentRequests .slds-button.active span {
    border-bottom: thin solid var(--lwc-colorTextDefault);
    color: var(--lwc-colorTextDefault);
    font-weight: 600;
    padding-bottom: 4px;
}

.cfsuite1RecentRequests .requests-container {
    display: block;
}

.cfsuite1RecentRequests .recent-requests-list {
    background-color: #f1f1f1;
    color: var(--lwc-colorTextDefault);
    overflow-y: auto;
    width: 100%;
}

.cfsuite1RecentRequests .recent-requests-list thead>tr {
    display: block;
}

.cfsuite1RecentRequests .recent-requests-list tbody {
    display: block;
    height: 435px;
    overflow-x: auto;
    width: 100%;
}

.cfsuite1RecentRequests .recent-requests-list .slds-table {
    border-top: none;
    background-color: #fff;
    color: var(--lwc-colorTextDefault);
}

.cfsuite1RecentRequests .recent-requests-list .slds-table thead th {
    background-color: unset;
}

.cfsuite1RecentRequests .recent-requests-list .slds-table tbody tr:hover {
    background-color: rgba(21, 107, 79, 0.05);
}

.cfsuite1RecentRequests .recent-requests-list .slds-table tr:hover td {
    box-shadow: none !important;
    background-color: transparent !important;
}

.cfsuite1RecentRequests hr {
    display: none;
}

.cfsuite1RecentRequests h2 {
    color: var(--primary);
}

.cfsuite1RecentRequests h2.title,
.cfsuite1RecentRequests p.subtitle {
    text-align: center;
}

.cfsuite1RecentRequests .summary,
.cfsuite1RecentRequests .requests-container {
    background-color: #fff;
}

.cfsuite1RecentRequests .summary {
    padding: 2rem 0;
    margin-top: 1rem;
}

.cfsuite1RecentRequests .summary .slds-col {
    padding: 1rem;
}

.cfsuite1RecentRequests .pending-count {
    color: #ea7300;
}

.cfsuite1RecentRequests .progress-count {
    color: #ec008c;
}

.cfsuite1RecentRequests .completed-count {
    color: #128157;
}




/* hide header action icon that causes JS errors */

.cfsuite1RecentRequests .recent-requests-list .slds-th__action-button {
    display: none;
}

.cfsuite1RecentRequests .recent-requests-list thead tr th>span {
    border-bottom: thin solid black;
    font-weight: bold;
    text-transform: none;
}

.cfsuite1RecentRequests .recent-requests-list tbody tr td {
    padding-top: 14px;
}

.cfsuite1RecentRequests .recent-requests-list tbody tr:last-of-type {
    border-bottom: 1px solid black;
    padding-bottom: 14px;
}

.cfsuite1RecentRequests select.category_select {
    float: right;
}

.cfsuite1RecentRequests .recent-requests-list td>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.cfsuite1RecentRequests .recent-requests-list td,
.cfsuite1RecentRequests .recent-requests-list th {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.cfsuite1RecentRequests .recent-requests-list .slds-table {
    width: 100%;
}

.cfsuite1RecentRequests .recent-requests-list .slds-table thead tr {
    width: 98%;
    /* scrollbar messes up width*/
}

.cfsuite1RecentRequests .recent-requests-list .slds-table tr {
    display: block;
    width: 100%;
}

.cfsuite1RecentRequests .recent-requests-list th:nth-of-type(1),
.cfsuite1RecentRequests .recent-requests-list td:nth-of-type(1) {
    width: 12%;
}

.cfsuite1RecentRequests .recent-requests-list th:nth-of-type(2),
.cfsuite1RecentRequests .recent-requests-list td:nth-of-type(2) {
    width: 14%;
}

.cfsuite1RecentRequests .recent-requests-list th:nth-of-type(3),
.cfsuite1RecentRequests .recent-requests-list td:nth-of-type(3) {
    width: 12%;
}

.cfsuite1RecentRequests .recent-requests-list th:nth-of-type(4),
.cfsuite1RecentRequests .recent-requests-list td:nth-of-type(4) {
    width: 22%;
}

.cfsuite1RecentRequests .recent-requests-list th:nth-of-type(5),
.cfsuite1RecentRequests .recent-requests-list td:nth-of-type(5) {
    width: 40%;
}

.cfsuite1RecentRequests td>span {
    display: inline-block;
}


@media (max-width: 980px) {
    .cfsuite1RecentRequests .map-content {
        width: 100%;
    }

    .cfsuite1RecentRequests .recent-requests-list .slds-table {
        width: 840px;
    }
}

@media (min-width: 980px) {
    .cfsuite1RecentRequests .actions {
        margin: 0 auto;
        padding: 0 16px;
    }

    .cfsuite1RecentRequests .requests-container {
        margin: -bottom: 40px;
    }

}

@media (max-width: 767px) {
    .cfsuite1RecentRequests .map-content {
        padding-top: 40px;
    }
}


@media(max-width:700px) {

    .cfsuite1RecentRequests div#category_select-container1,
    .cfsuite1RecentRequests div#category_select-container {
        display: none !important;
    }

    .cfsuite1RecentRequests .actions .slds-col.slds-wrap.slds-size_1-of-3.slds-small-size_6-of-12.slds-text-align_left {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cfsuite1RecentRequests .recent-requests-list .slds-table {
        font-size: 0.8125rem;
    }

    .cfsuite1RecentRequests .pending-count,
    .cfsuite1RecentRequests .progress-count,
    .cfsuite1RecentRequests .completed-count {
        font-size: 2.5rem;
    }

    .cfsuite1RecentRequests .pending-label,
    .cfsuite1RecentRequests .progress-label,
    .cfsuite1RecentRequests .completed-label {
        font-size: 0.8125rem;
    }

    .cfsuite1RecentRequests .summary {
        text-align: center;
    }

    .cfsuite1RecentRequests .subtitle .subtitle-line {
        display: block;
    }
}

/* END RecentRequests styles */

/* START QAProcess styles */

.cfsuite1QAProcess {
    align-content: center;
}

.cfsuite1QAProcess.mainBlock {
    padding-bottom: 6%;
    padding-left: 0%;
}

.cfsuite1QAProcess.buttonspan .responseBlock {
    padding: 20px 30px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 3px;
    overflow: auto;
    font-size: 1.25rem;
    cursor: pointer;
    background-color: #f0f0f0;
    width: 100%;
    border: none;
    text-align: left;
    font-weight: 600;
    font-weight: 600;
}

.cfsuite1QAProcess.buttonspan .responseBlock:hover {
    color: white;
}

.cfsuite1QAProcess .back-container {
    position: absolute;
}

.cfsuite1QAProcess .question {
    color: rgb(51, 51, 51);
    line-height: 43.2px;
    margin-left: 70px;
    min-height: 70px;
    padding-left: 30px;
    padding-top: 14px;
}

.cfsuite1QAProcess.login-modal .slds-modal__container {
    width: 97%;
    margin: 0 auto;
    max-width: 44rem;
}

.cfsuite1QAProcess.login-modal .slds-modal__header {
    background-color: #ffffff;
    padding: 10px;
    height: 90px;
}

.cfsuite1QAProcess.login-modal .slds-modal__header .logo-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 76%;
    margin-top: 9px;
}

.cfsuite1QAProcess.login-modal .slds-modal__header .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    min-width: min-content;
}

.cfsuite1QAProcess.login-modal .slds-modal__header .btn-close svg {
    width: 1rem;
    height: 1rem;
}

.cfsuite1QAProcess.login-modal .slds-modal__content {
    z-index: -1;
}

.cfsuite1QAProcess.login-modal .slds-modal__footer {
    padding: 0;
}

.cfsuite1QAProcess .slds-button {
    margin-top: 0px;
    color: var(--textcolor);
}

.cfsuite1QAProcess .slds-modal__footer .slds-button {
    background-color: #008857;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 18px;
    padding: 12px 0 14px;
    text-align: center;
    width: 100%;
    border: none;
}

.cfsuite1QAProcess .slds-modal__footer .slds-button:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .cfsuite1QAProcess.responseBlock {
        font-size: 16px;
        line-height: 32px;
    }

    .cfsuite1QAProcess.login-modal .slds-modal__content {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .cfsuite1QAProcess.mainBlock {
        padding-bottom: 5px;
    }

    .cfsuite1QAProcess.deflection-container div>hr {
        margin-top: 20px !important;
    }

    .cfsuite1QAProcess.login-modal .slds-modal__header {
        height: 84px;
    }
}

/* END QAProcess styles */

/* START Welcome styles */

.cfsuite1Welcome {
    background-image: url(/resource/CustomDashboardImage);
    background-position: top;
    background-size: cover;
    color: white;
    padding: 65px 0;
}

.cfsuite1Welcome .navbar-line {
    display: none;
}

.cfsuite1Welcome h1 {
    font-size: 2.375rem;
    margin-bottom: 32px;
    font-weight: bold;
}

.cfsuite1Welcome .box-container {
    padding-right: .75rem;
    padding-left: .75rem;
}

.cfsuite1Welcome .box-icon-container {
    font-size: 3em;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cfsuite1Welcome h1 {
        line-height: 40px;
        padding-left: 16px;
    }

    .cfsuite1Welcome h1 strong {
        font-size: .73em;
    }
}

@media (max-width: 767px) {
    .cfsuite1Welcome .container {
        margin: -20px auto 0px;
        width: 100%;
    }

    .cfsuite1Welcome .message {
        margin-top: 0px;
        margin-bottom: .5em;
        padding-left: .5em;
        font-size: 36px;
        line-height: 44px;
    }

    .cfsuite1Welcome .box-container {
        padding-right: 16px;
        padding-left: 16px;
        width: 100%;
    }
}

@media (max-width: 30em) {
    .cfsuite1Welcome .message {
        text-align: left;
    }

}

/* styles for changing to one column layout */

.cfsuite1Welcome h1 br {
    display: none;
}

@media (min-width: 720px) {
    .cfsuite1Welcome .slds-medium-size_1-of-3 {
        width: 100%;
    }

    .cfsuite1Welcome .slds-medium-size_2-of-3 {
        width: 100%;
    }

    .cfsuite1Welcome .slds-medium-size_1-of-2 {
        width: 25%;
    }
}

/* END Welcome styles */


/* START ThankYou styles */

.cfsuite1ThankYou {
    padding-top: 2rem;
    font-size: 1.1rem;
}

.cfsuite1ThankYou .successIcon {
    position: relative;
    top: -6px;
    margin-right: 4px;
}

.cfsuite1ThankYou .confirmation .successIcon svg {
    color: white;
}

.cfsuite1ThankYou .thankyou-title {
    margin-bottom: 20px;
}

.cfsuite1ThankYou .confirmation .slds-header {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    font-family: var(--lwc-fontFamilyHeader, Imprima);
}

.cfsuite1ThankYou .confirmation-content {
    text-align: left !important;
    border: 1px solid #c1c1c1;
    padding: 20px;
}

.cfsuite1ThankYou .confirmation-content .summary-line strong {
    width: 100%;
    display: inline-block;
}

.cfsuite1ThankYou .confirmation-content .summary-line:not(:last-of-type) {
    margin-bottom: 6px;
}

.cfsuite1ThankYou br {
    display: none;
}

.cfsuite1ThankYou .information {
    margin-bottom: 20px;
}

@media (min-width: 670px) {
    .cfsuite1ThankYou .confirmation-content .summary-line strong {
        width: 54%;
        display: inline-block;
    }
}

/* END ThankYou styles */


/* START CaseSearchBox styles */

.cfsuite1CaseSearchBox {
    background-color: var(--primary);
    padding: 2.7rem;
    color: #fff;
    margin-top: 3rem;
}

.cfsuite1CaseSearchBox .container {
    width: 100%;
    padding-bottom: 40px;
}

.cfsuite1CaseSearchBox h2 {
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
}

.cfsuite1CaseSearchBox .slds-button {
    height: 54px;
    width: 100%;
    margin-top: 0px;
}

.cfsuite1CaseSearchBox .slds-button_brand:hover {
    border: 2px solid #fff;
    background-color: #004373;
    border-left: none;
    color: #fff !important;
}

.cfsuite1CaseSearchBox .uiInput--input.input {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    height: 54px;
}

.cfsuite1CaseSearchBox button {
    color: var(--primary) !important;
    border: none;
}

@media (min-width: 768px) {
    .cfsuite1CaseSearchBox .container {
        width: 60%;
    }
}

@media (min-width: 940px) {
    .cfsuite1CaseSearchBox .container {
        width: 40%;
    }
}

/* END CaseSearchBox styles */


/* START Cf_SmartSearch styles */


.cfsuite1Cf_SmartSearch .uiInput--input.input {
    background-color: white;
}

.search-title {
    padding: 46px 0 0;
    text-align: left;
}

.cfsuite1Cf_SmartSearch .transparent-background {
    display: none;
}

@media (max-width: 768px) {
    .cfsuite1Cf_SmartSearch .container {
        width: 100%;
    }
}


/* END Cf_SmartSearch styles */

/* START RecentCasesMap styles */

.cfsuite1RecentCasesMap {
    height: 550px;
    margin-top: 10px;
}

.cfsuite1RecentCasesMap>iframe {
    border: none;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .cfsuite1RecentCasesMap {
        height: 400px;
        width: 100%;
    }
}

/* END RecentCasesMap styles */

/* START Dashboard styles */


.cfsuite1Dashboard .recent-requests {
    width: 100%;
}

/* END Dashboard styles */

/* START Common Progress Bar styles */

.cfsuite1ProgressIndicator,
.cfsuite1NavigationProcess {
    margin-bottom: 30px;
}

.steps-wrapper {
    width: 100%;
}

.flowruntimeBody .steps-wrapper {
    padding-bottom: 1.5rem;
}

.steps-container {
    width: 100%;
}

.steps-container .step {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.steps-container .step-number {
    color: #A5A5A5;
}

.steps-container .step-label {
    color: #565656;
    font-weight: bold;
    font-size: .95rem;
}

.steps-container .step-label.inactive {
    color: rgba(86, 86, 86, .6);
    font-weight: 800;
}

.steps-container .line-wrapper .line-left.inactive,
.steps-container .line-wrapper .line-right.inactive {
    border-bottom: 3px solid #e1e1e1 !important;
}

.steps-container .line-wrapper {
    min-height: 1.75rem;
    position: relative;
}

.steps-container .line-wrapper .line-left,
.steps-container .line-wrapper .line-right {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    position: absolute;
    right: 0;
    width: 50%;
    border-color: var(--primary) !important;
}

.steps-container .line-wrapper .line-left {
    left: 0;
}

.steps-container .line-wrapper .line-right {
    right: 0;
}

.steps-container .line-wrapper .step-bullet {
    background: white;
    font-size: 1.375rem;
    position: relative;
    top: -9px;
    z-index: 1;
    color: var(--primary) !important;
}

.steps-container .line-wrapper .step-bullet.inactive {
    color: #e1e1e1 !important;
}

.steps-container span.circled {
    background: transparent;
    border: 4px solid;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin-top: -10px;
    padding: 6px;
    vertical-align: middle;
    text-align: center;
    width: 38px;
    color: var(--primary);
}

.steps-container .circled .step1,
.steps-container .circled .step3 {
    font-size: 1.0625rem;
}

/* @media(max-width:400px) {
    .steps-container .step-label.inactive {
        font-weight: 500;
    }

    .steps-container .step-label {
        font-size: .8rem;
    }
} */


/* fix blank dots in icon */

.steps-container .step-bullet i {
    margin-left: -1px;
    margin-right: -1px;
}

.steps-container .step:last-of-type .line-left,
.steps-container .step:first-of-type .line-right {
    width: 100%;
}

.steps-container .step {
    width: 33%;
}

.steps-container .step:first-of-type {
    text-align: left;
    width: 16%;
}

.steps-container .step:last-of-type {
    text-align: right;
    width: 16%;
}

@media (max-width: 480px) {

    .cfsuite1ProgressIndicator,
    .cfsuite1NavigationProcess {
        padding-top: 20px;
        margin-bottom: 25px;
    }
}

/* END Common Progress Bar styles */

/* START NavigationProcess  styles */

.cfsuite1NavigationProcess {
    padding-top: 2rem;
}

.cfsuite1NavigationProcess i.icon-larger {
    font-size: 36px;
    margin-top: -10px;
}

@media (min-width: 40em) {
    .cfsuite1NavigationProcess {
        padding-top: 2.8rem;
    }
}

/* END NavigationProcess  styles */

/* START ProgressIndicator styles */

.cfsuite1ProgressIndicator {
    padding-top: .8rem;
}

.cfsuite1ProgressIndicator .steps-wrapper {
    width: 100%;
}

.cfsuite1ProgressIndicator .steps-container {
    text-align: center;
}

.cfsuite1ProgressIndicator .fa-check-circle {
    font-size: 1.4rem;
}

/* END ProgressIndicator styles */

/* START Cf_SmartSearch styles */

.cfsuite1Cf_SmartSearch .community-container {
    margin-top: 30px;
    position: relative;
}

.cfsuite1Cf_SmartSearch .transparent-background {
    background-color: #000;
    height: 100%;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: 1em;
}


/* END Cf_SmartSearch styles */

/* START RecommendedActions styles */

.cfsuite1RecommendedActions {
    margin-bottom: 30px;
    padding-bottom: .8rem;
}

.cfsuite1RecommendedActions h2>i {
    color: #fff;
    margin-right: 15px;
}

.cfsuite1RecommendedActions .action {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 18px 10px 0px 0px;
}

.cfsuite1RecommendedActions .action a {
    flex-grow: 1000;
    font-size: 1.1rem;
    color: #565656;
    font-weight: 600;
    text-decoration: none;
}

.cfsuite1RecommendedActions .action a:nth-child(2)::before {
    content: "_";
    margin-right: 1rem;
    position: relative;
    top: -7px;
}

.cfsuite1RecommendedActions .action .delete {
    color: #333;
    margin-right: 12px;
    flex-grow: 1;
    margin-top: 3px;
    padding-left: 0px;
}

.cfsuite1RecommendedActions .action i {
    font-size: 7px;
    position: relative;
    top: -3px;
    color: #424242;
}

.cfsuite1RecommendedActions i {
    display: none;
}

/* END RecommendedActions styles */

/* START RequestWizard  styles */

.cfsuite1RequestWizard {
    text-align: left;
    margin-top: 158px;
}

.cfsuite1RequestWizard .commMapBlock {
    height: 100px;
}

.cfsuite1RequestWizard .wizard-sidebar {
    padding-left: 2%;
    padding-top: 2.1em;
}

.cfsuite1RequestWizard .phones-container {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .cfsuite1RequestWizard .wizard-sidebar {
        padding-left: 0px;
        padding-top: 0px;
    }

    .cfsuite1RequestWizard .phones-container {
        margin-bottom: 15px;
    }

    .cfsuite1RequestWizard .phones-container {
        display: block;
        padding-top: 18px;
        margin-top: 28px;
    }
}

@media (min-width: 344px) {
    .cfsuite1RequestWizard {
        margin-top: 160px;
    }
}

button.slds-button.mobile-back {
    margin-bottom: 1rem;
}

@media (min-width: 900px) {
    .cfsuite1RequestWizard {
        margin-top: 220px;
    }
}

@media (max-width: 480px) {


    .cfsuite1RequestWizard .knowledge-articles {
        margin-top: 15px;
    }
}

@media(max-width:430px) {

    .cfsuite1NavigationProcess .steps-container .step-label,
    .steps-container .step-label,
    .steps-container .step-label.inactive {
        font-size: 0.85rem;
        font-weight: normal;
    }
}

@media(max-width:768px) {
    .flowruntimeBody .steps-wrapper {
        padding-bottom: 0;
    }
}

/* END RequestWizard  styles */

/* START StepsPath  styles */

.cfsuite1StepsPath {
    font-size: .88rem;
    padding-bottom: 1rem;
}

.cfsuite1StepsPath .cont {
    width: 100%;
}

.cfsuite1StepsPath .cont .slds-col:first-child {
    font-weight: 600;
}

.cfsuite1StepsPath .slds-breadcrumb__item {
    display: inline-block;
}

@media (min-width: 30em) {
    .cfsuite1StepsPath {
        padding-bottom: 2rem;
    }
}

/* END StepsPath  styles */

/* START CommunityMap styles */

.cfsuite1CommunityMap {
    height: 100%;
    position: relative;
}

.cfsuite1CommunityMap .case-map-container {
    margin-top: 20px;
}

.cfsuite1CommunityMap .case-map-container iframe {
    border: none;
    min-height: 415px;
    width: 100%;
}

.cfsuite1CommunityMap .slds-icon_container,
.cfsuite1CommunityMap .slds-icon__container {
    vertical-align: text-bottom;
}

.cfsuite1CommunityMap .continueButtonIcon svg {
    fill: #fff;
    height: 20px;
    width: 20px;
    margin-top: 1%;
}

.cfsuite1CommunityMap .btn-continue:hover .continueButtonIcon svg {
    fill: #008857;
}

.cfsuite1CommunityMap .duplicate-warning,
.cfsuite1CommunityMap .oustide-warning {
    background-color: #F6F6F6;
    margin-top: 20px;
}

.cfsuite1CommunityMap .duplicate-warning .warning-icon,
.cfsuite1CommunityMap .oustide-warning .warning-icon {
    background-color: #c74206;
    color: white;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.cfsuite1CommunityMap .oustide-warning .warning-icon {
    background-color: #d93c35;
}

.cfsuite1CommunityMap .warning-message img {
    position: absolute;
}

.cfsuite1CommunityMap .duplicate-message,
.cfsuite1CommunityMap .outside-message {
    font-size: 14px;
}

.cfsuite1CommunityMap .duplicate-message {
    padding-left: 26px;
}

.cfsuite1CommunityMap .duplicate-warning .warning-icon i,
.cfsuite1CommunityMap .oustide-warning .warning-icon i {
    display: block;
    position: relative;
    top: calc(50% - 10px);
}

.cfsuite1CommunityMap .duplicate-warning .warning-message,
.cfsuite1CommunityMap .oustide-warning .warning-message {
    border-right: 4px solid #c23934;
    padding: 10px 10px 10px 16px;
    width: 100%;
}

.cfsuite1CommunityMap .oustide-warning .warning-message {
    border-right: 4px solid #d93c35;
}

.cfsuite1CommunityMap .duplicate-warning .warning-title {
    color: #c74206;
    font-weight: 700;
}

.cfsuite1CommunityMap .duplicate-warning img.pin {
    margin-right: 10px;
    width: 16px;
}

.cfsuite1CommunityMap .location-missing {
    color: #B2091C;
    margin-top: 10px;
    font-size: 14px;
}

.cfsuite1CommunityMap iframe {
    overflow: hidden;
}

@media (max-width: 30em) {
    .cfsuite1CommunityMap .slds-m-bottom_large {
        margin-bottom: .8rem;
    }
}

/* END CommunityMap styles */

/* START CfSmartsearch styles */

.cfsuite1Cf_SmartSearch .input-container {
    padding: 20px 0;
}

.cfsuite1Cf_SmartSearch h1 .cfsuite1Cf_SmartSearch .community-container .input-container {
    padding-bottom: 80px;
    width: 41%;
}

.cfsuite1Cf_SmartSearch h1 {
    font-size: 2rem;
    color: #ffffff;
    width: 100%;
    line-height: 1.3;
}

@media (max-width: 400px) {
    .cfsuite1Cf_SmartSearch h1 {
        font-size: 1.5rem;
    }
}

@media(max-width:768px) {

    .cfsuite1Cf_SmartSearch h1,
    .cfsuite1Cf_SmartSearch .input-container {
        width: 100%;
    }
}



.cfsuite1Cf_SmartSearch .community-container .search-step::-ms-clear {
    display: none;
}

.cfsuite1Cf_SmartSearch .community-container button.slds-button.slds-input__icon {
    color: #6d6d6d;
}

.cfsuite1Cf_SmartSearch .community-container .search {
    display: inline-block;
}

.cfsuite1Cf_SmartSearch .community-container .dark-green {
    color: white;
    background-color: #048565;
    border-color: #048565;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    margin-top: -6px;
    padding: 2px 20px;
    right: 0;
}

.cfsuite1Cf_SmartSearch .community-container .search i {
    color: #6b6b6b;
    position: absolute;
    right: 16px;
    top: 17px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 100%;
}

.cfsuite1Cf_SmartSearch .search-results-container {
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 0px;
}

.cfsuite1Cf_SmartSearch .search-results {
    background-color: #fff;
    border: 1px solid #dee1e5;
    /* box-shadow: 0px 2px 10px #383838; */
    box-shadow: 0 6px 10px -6px #383838;
    margin: 2px 0 0;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px 10px 10px 1rem;
    position: relative;
    top: 190px;
    z-index: 2;
    width: fit-content;
}

.cfsuite1Cf_SmartSearch .search-results h4:not(:last-of-type) {
    margin-bottom: 10px;
}

.cfsuite1Cf_SmartSearch .search-results .match-link {
    color: black;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 19.2px;
    font-weight: 400;
    text-decoration: none;
}

.cfsuite1Cf_SmartSearch .search-results .match-link:hover {
    text-decoration: underline;
}

.cfsuite1Cf_SmartSearch>.search {
    margin: 6px 20px 10px 0;
}

.cfsuite1Cf_SmartSearch .standard-container {
    position: relative;
}

.cfsuite1Cf_SmartSearch .standard-container>.search {
    margin: 6px 0 10px 0;
}

.cfsuite1Cf_SmartSearch .standard-container .search .uiInput--input.input {
    padding: 5px 0 3px 32px !important;
}

.cfsuite1Cf_SmartSearch .category-matches {
    z-index: 999999;
}

.cfsuite1Cf_SmartSearch .standard-container .category-matches .slds-form-element__icon {
    padding-top: 0;
    padding-right: 5px;
}

.cfsuite1Cf_SmartSearch .uiInput--input.input {
    height: 54px;
}

.cfsuite1Cf_SmartSearch .community-container .search {
    position: relative;
}

.cfsuite1Cf_SmartSearch .community-container .search:before {
    content: "I want to...";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translate(0%, -50%);
    font-size: 1rem;
    font-weight: 600;
    pointer-events: none;
}

.cfsuite1Cf_SmartSearch .community-container .search input::placeholder {
    opacity: 0;
}

.cfsuite1Cf_SmartSearch .community-container .search input:not(:placeholder-shown) {
    position: relative;
    z-index: 2;
}

.cfsuite1Cf_SmartSearch .community-container .search i {
    z-index: 3;
}

@media (max-width: 767px) {
    .cfsuite1Cf_SmartSearch .community-container {
        margin-top: 0;
    }

    .cfsuite1Cf_SmartSearch .search-results-container {
        padding: 0px 10px;
    }

    .cfsuite1Cf_SmartSearch .search-results {
        width: 100%;
    }

    .cfsuite1Cf_SmartSearch .transparent-background {
        margin-top: 0px;
    }

}

@media (max-width: 767px) {
    .cfsuite1Cf_SmartSearch .community-container .input-container {
        width: 100%;
    }

    .cfsuite1Cf_SmartSearch .community-container .input-container .dark-green {
        margin-top: 0;
        display: none;
    }

    .cfsuite1Cf_SmartSearch .search-results .match-link {
        font-size: 15.2px;
    }
}

/* END CfSmartsearch styles */



/* Start trending categroies */


.ShowTrendingCategories,
.cfsuite1Cf_SmartSearch {
    width: 400px;
    max-width: 100%
}


.ShowTrendingCategories h2 {
    color: #FFF;
    font-size: 1.45rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 0;

}

.ShowTrendingCategories .slds-grid {
    gap: 0.5rem;
}

.ShowTrendingCategories a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0.6rem 1rem;
    line-height: normal;
    text-decoration: none;
    transition: all .1s ease;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #fff;
}

.ShowTrendingCategories a:hover {
    background-color: var(--primary);
    color: #fff;
}

@media(min-width:767px) and (max-width:1200px) {

    .ShowTrendingCategories,
    .cfsuite1Cf_SmartSearch {
        width: 48%;
    }
}

/* End trending categroies  */

/* START SmartSearch styles */

.cfsuite1SmartSearch {
    margin-bottom: 17px;
}

.cfsuite1SmartSearch button.title {
    background-color: #fff;
    color: #565656;
    padding: 14px 72px 14px 6px;
    cursor: pointer;
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
    border-top: none;
    border-bottom: 2px solid #565656;
    border-left: none;
    border-right: none;
}

.cfsuite1SmartSearch button.title i {
    float: right;
    position: absolute;
    top: 0;
    right: 6px;
    width: 50px;
    background-color: #fff;
    border: none;
    font-size: 1rem;
    height: 100%;
    text-align: right;
    font-weight: bold;
}

.cfsuite1SmartSearch button:hover i {
    color: #008857;
}

.cfsuite1SmartSearch a i {
    float: right;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 13px 15px;
    border: none;
    font-size: 1.75rem;
}

.cfsuite1SmartSearch li {
    background-color: #fff;
    color: #565656;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    margin: 0 0 3px;
    font-weight: bold;
}

.cfsuite1SmartSearch li a {
    color: #565656;
    font-size: 1em;
    display: block;
    text-decoration: none;
    padding: 10px 10% 10px 15px;
    border-bottom: 2px solid #ddd;
    font-weight: bold;
}

.cfsuite1SmartSearch li:hover .fa-chevron-right {
    display: inline-block !important;
    color: #fff;
    font-size: 1.3em;
}

.cfsuite1SmartSearch li .fa-chevron-right {
    display: none;
}

.cfsuite1SmartSearch li a:hover {
    color: #fff;
    display: block;
}

.cfsuite1SmartSearch .fa-minus:before,
.cfsuite1SmartSearch .fa-plus:before {
    position: relative;
    top: 35%;
}

@media (min-width: 48em) {
    .cfsuite1SmartSearch button.title i {
        width: 70px;
    }
}

@media (max-width: 360px) {
    .cfsuite1SmartSearch button.title {
        line-height: 1.1;
    }
}

/* END SmartSearch styles */

/* START PhoneNumbers styles */

.cfsuite1PhoneNumbers {
    padding: 16px 15px 14px 0px;
    border-bottom: none;
    border-top: 2px solid #c74206;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
}

.cfsuite1PhoneNumbers span {
    color: #565656;
}

.cfsuite1PhoneNumbers br {
    display: none;
}

.cfsuite1PhoneNumbers>div {
    margin-bottom: 2px;
}

.cfsuite1PhoneNumbers .phonerow-1 {
    margin-bottom: 0.6rem;
}


.cfsuite1PhoneNumbers hr {
    display: none;
}

@media (min-width: 64em) {
    .cfsuite1PhoneNumbers {
        padding: 16px 15px 14px;
        border-bottom: 2px solid rgba(86, 86, 86, .2);
    }
}



.cCustomLayoutNoImage .cNeedHelp .help,
.cCustomLayoutNoImage .cFAQHelp .help {
    padding: 1.5rem;
    border: none;
    border-bottom: 2px solid rgba(86, 86, 86, .2);
    border-top: 2px solid #c74206;
    background: #fff;

}

.cCustomLayoutNoImage .cNeedHelp .help h2,
.cCustomLayoutNoImage .cFAQHelp .help h2 {
    padding-top: 0;
    line-height: normal;
}

.cCustomLayoutNoImage .cNeedHelp .help h2,
.cCustomLayoutNoImage .cNeedHelp .faq,
.cCustomLayoutNoImage .cFAQHelp .help h2,
.cCustomLayoutNoImage .cFAQHelp .faq,
.cCustomLayoutNoImage .cFAQHelp .line-2,
.cCustomLayoutNoImage .cFAQHelp span {
    color: #000;
}

.cCustomLayoutNoImage .cRatesFAQ h2 {
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 0px;
    font-size: 1rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
}

.cCustomLayoutNoImage .cRatesFAQ button.title {
    background-color: #f0f0f0;
    margin-bottom: 7px;
}

.cCustomLayoutNoImage .cRatesFAQ button.title i {
    color: #565656;
    position: static;
}

.cCustomLayoutNoImage .cRatesFAQ .answer {
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 1rem;
    margin-bottom: 7px;
}

.cCustomLayoutNoImage .cRatesFAQ .answer p {
    font-weight: normal;
    font-size: 1rem;
}

.cCustomLayoutNoImage .cRatesFAQ .itemlist {
    padding: 1.5rem;
}

/* END PhoneNumbers styles */


/* START Common Table Styles (My Requests and My Followed Requests) */

.request-list-page .slds-page-header,
.cfsuite1AllQuestions .slds-page-header {
    padding: 1rem 0;
    background: none;
}

.request-list-page .tableSection {
    background-color: red;
}

.tableSection td:nth-of-type(2),
.tableSection td:nth-of-type(3) {
    min-width: 200px;
}

.tableSection td {
    white-space: normal;
}

.cfsuite1AllQuestions .slds-table th:nth-child(2) {
    width: 20%;
}

.request-list-page .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-is-selected),
.request-list-page .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-is-selected),
.request-list-page .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-is-selected),
.request-list-page .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-is-selected),
.request-list-page .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-is-selected),
.request-list-page .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-is-selected),
.request-list-page .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-is-selected),
.request-list-page .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-is-selected),
.cfsuite1AllQuestions .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-is-selected),
.cfsuite1AllQuestions .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-is-selected),
.cfsuite1AllQuestions .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-is-selected),
.cfsuite1AllQuestions .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-is-selected),
.cfsuite1AllQuestions .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-is-selected),
.cfsuite1AllQuestions .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-is-selected),
.cfsuite1AllQuestions .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-is-selected),
.cfsuite1AllQuestions .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-is-selected) {
    background-color: rgba(3, 111, 84, 0.05);
}

.slds-has-focus .slds-th__action,
.slds-has-focus .slds-th__action:focus,
.slds-has-focus .slds-th__action:hover,
.slds-has-focus .slds-th__action:focus:hover,
.slds-th__action:focus,
.slds-th__action:focus:hover {
    box-shadow: none;
}

.slds-is-sortable .slds-th__action:hover .slds-is-sortable__icon,
.slds-is-sortable .slds-th__action:focus .slds-is-sortable__icon,
.slds-is-sortable.slds-has-focus .slds-th__action .slds-is-sortable__icon,
.slds-is-sortable.slds-has-focus .slds-th__action:hover .slds-is-sortable__icon,
.slds-is-sortable.slds-has-focus .slds-th__action:focus .slds-is-sortable__icon {
    fill: #036f54;
}

/* custom table */
.request-list-page .slds-table thead th {
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.request-list-page .slds-table thead th:hover {
    background-color: #fafaf9;
    box-shadow: #d4d4d4 -0.25rem 0 0 inset;
}

/* END Common My Requests and My Followed Requests Page styles */



/* START MyRequestRecordListPage styles */

.cfsuite1MyRequestRecordListPage .slds-table {
    border-top: none;
    margin-top: 10px;
}

.cfsuite1MyRequestRecordListPage .slds-button_icon-bare,
.cfsuite1AllQuestions .slds-button_icon-bare {
    display: none;
}

.cfsuite1MyRequestRecordListPage .slds-page-header {
    display: none;
}

.cfsuite1MyRequestRecordListPage .slds-tabs_default__link {
    font-size: 1.1rem;
    font-weight: 600;
}

.cfsuite1MyRequestRecordListPage li.slds-is-active a {
    color: #000;
}

.cfsuite1AllQuestions .tableSection th.slds-text-title_caps {
    text-transform: none;
    color: black;
    font-weight: bold;
}

.THIS .cfsuite1AllQuestions th.slds-text-title_caps a {
    color: black;
}


/* END MyRequestRecordListPage styles */
.slds-datepicker button.slds-button.slds-align_absolute-center.slds-text-link {
    width: 100%;
}

v
/* START MyFollowedRequests Page styles */

.cfsuite1MyFollowedRequests .followed-table button {
    white-space: nowrap;
    padding: 1px 10px;
}

.cfsuite1MyFollowedRequests .slds-table tbody .unfollow-col {
    text-align: right;
}

.cfsuite1MyFollowedRequests .btn-close {
    background-color: #C8C8C8;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    float: right;
    right: 6px;
    padding: 2px;
    top: 10px;
}

.cfsuite1MyFollowedRequests .slds-modal__content .success-title {
    color: #158866;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 30px;
}

.cfsuite1MyFollowedRequests .success-title .successIcon {
    margin-top: -3px;
    vertical-align: middle;
}

.cfsuite1MyFollowedRequests .success-title .successIcon svg {
    color: white;
    fill: #158866;
}

.cfsuite1MyFollowedRequests .unfollow-modal .message {
    font-size: 1.1rem;
    margin-bottom: 30px;
}


/* END MyFollowedRequests Page styles */


/* START Common My Account Page styles (profile, contact, address, preference) */

.MyAccount .slds-card {
    padding: 4px 9px 5px;
    position: inherit;
}

.MyAccount h2,
.cfsuite1MyPreferenceComp h2 {
    font-size: 1.2rem;
    color: #595959;
}

.MyAccount .input-box {
    color: #949494;
    margin-top: auto;
}

.MyAccount .output-box {
    display: block;
    margin-left: 10px;
    padding: 0 5px 10px;
    color: #252525;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 24px;
}

.MyAccount .label {
    margin-left: 10px;
    margin-top: 10px;
    padding: 0 5px 5px;
    color: #595959;
    line-height: 24px;
    font-weight: normal;
    font-size: 1rem;
}

.MyAccount label {
    color: #252525;
    font-size: 1em;
    padding-bottom: .3em;
    font-weight: 600;
}

.MyAccount .hruler {
    border-top: solid 1px #d4d4d4;
    margin: 20px 0;
}

.MyAccount .separator15 {
    margin-top: 15px;
    display: flex;
    width: 100%;
}

.MyAccount .separator20 {
    margin-top: 20px;
    display: flex;
    width: 100%;
}

.MyAccount .separator35 {
    margin-top: 35px;
    display: flex;
    width: 100%;
}

@media (min-width: 480px) {
    .MyAccount .comm-tabs .slds-button-group {
        width: 335px;
    }
}

/* edit modals */
.MyAccount .slds-modal__content {
    padding: 20px 35px 35px;
}

/* START common myaccount styles */

.MyAccount .slds-card {
    padding: 4px 9px 5px;
}

.MyAccount .label {
    margin-left: 10px;
    margin-top: 10px;
    padding: 0 5px 5px;
    color: #696969;
    line-height: 24px;
}

.MyAccount .output-box {
    display: block;
    margin-left: 10px;
    padding: 0 5px 10px;
    color: #595959;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .MyAccount .slds-modal__container {
        width: 73%;
    }

    .MyAccount .slds-modal__content .panel {
        padding: 1rem;
    }
}

/* END */


/* verification code modal */
.MyAccount .vcode-modal .code-input {
    position: relative;
    margin-top: 20px;
}

.MyAccount .vcode-modal .code-input .placeholder {
    position: absolute;
    z-index: 1000;
    top: 10px;
    line-height: 15px;
    left: 10px;
    padding: 0 4px;
    color: #706E6B;
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-transition: top 300ms, font-size 300ms, background 500ms;
    -moz-transition: top 300ms, font-size 300ms, background 500ms;
    -ms-transition: top 300ms, font-size 300ms, background 500ms;
    -o-transition: top 300ms, font-size 300ms, background 500ms;
    transition: top 300ms, font-size 300ms, background 500ms;
}

.MyAccount .vcode-modal .code-input .placeholder:after {
    content: " *";
    color: #ad314b;
    font-weight: 300;
    font-size: 15px;
}

.MyAccount .vcode-modal .code-input .placeholder.active {
    background-color: #fff;
    border-radius: .25rem;
    color: #156B4E;
    font-size: 11px;
    top: -7px;
}

.MyAccount .vcode-modal .slds-modal__container {
    min-width: 250px;
}

.MyAccount .vcode-modal p {
    margin: 20px 0 0 0;
}

.MyAccount .vcode-modal button.btn-submit {
    background-color: #156B4E;
    border-color: #156B4E;
    border-radius: 4px;
    border-style: solid;
    color: white;
    font-size: 20px;
    padding: 5px;
    width: 40%;
    margin: 20px auto 10px;
    display: block;
}

/* END */

.MyAccount .slds-modal__content input {
    color: #252525;
    min-height: 3em;
    padding: 0 1rem 0 .75rem;
    border-color: #949494;
}

.MyAccount .slds-modal__content .panel {
    background-color: #F7F7F7;
    overflow: auto;
    padding: 2em;
}

.MyAccount .error input,
.MyAccount .error select {
    border-color: red !important;
}

.MyAccount .slds-theme_error,
.MyAccount .slds-theme--error {
    min-width: auto !important;
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.MyAccount .work-phone-modal {
    margin-top: auto;
    margin-left: 0px;
}

.MyAccount div#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.MyAccount #overlay .loader-container {
    position: absolute;
    left: calc(33% - 25px);
    top: calc(50% - 25px);
    text-align: center;
}

.MyAccount #overlay img.loader-image {
    height: 50px;
    width: 50px;
}

.MyAccount .slds-modal__content input,
.MyAccount .slds-modal__content select {
    color: #252525;
    height: 3em;
    padding: 0 1rem 0 .75rem;
    border-color: #949494;
}

.MyAccount .uiInput--datetime .datePicker-openIcon {
    bottom: 11px;
}



/* END Common My Account Page styles (profile, contact, address, preference) */


/* START ContactInformationComp Page styles */



/* END ContactInformationComp Page styles */


/* START UserProfileComp Page styles */

.cfsuite1UserProfileComp .slds-card {
    padding: 8px 25px 0;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.cfsuite1UserProfileComp .saved-address {
    margin-top: 10px;
    padding: 0 0px 5px;
    color: #696969;
    line-height: 20px;
}

.cfsuite1UserProfileComp .saved-address p {
    display: inline-block;
}

.cfsuite1UserProfileComp .slds-grid b .saved-address {
    font-weight: 600;
    color: #333333;
}

.cfsuite1UserProfileComp .profile-image {
    min-height: 233px;
}

.cfsuite1UserProfileComp .profile-data {
    padding: 40px 0 40px 215px;
    box-sizing: content-box;
}

.cfsuite1UserProfileComp .upload .slds-file-selector__dropzone {
    border: none;
    padding: 0;
}

.cfsuite1UserProfileComp .upload label span {
    color: white;
    background-color: #156B50;
    border-color: #156B50;
    padding: 0 20px;
}

.cfsuite1UserProfileComp .upload .slds-file-selector__text {
    display: none;
}

.cfsuite1UserProfileComp .upload lightning-primitive-icon {
    display: none;
}

.cfsuite1UserProfileComp .slds-modal__content .message-content h2,
.cfsuite1UserProfileComp .slds-modal__content h2.bus {
    margin-bottom: .5em;
}

.cfsuite1UserProfileComp .slds-modal__content .message-container h2 {
    margin-top: 0px;
}

.cfsuite1UserProfileComp i.text-green {
    color: var(--lwc-brandTextLink);
}

.cfsuite1UserProfileComp .btn-edit {
    margin-top: 22px;
}

.cfsuite1UserProfileComp .slds-notify {
    border-radius: 3px;
    background-image: none;
    margin-bottom: 1rem;
}

.cfsuite1UserProfileComp .slds-notify p {
    font-weight: 600;
}

.cfsuite1UserProfileComp li.icon-info {
    font-size: 1rem;
    padding-left: .1em;
    padding-right: .5em;
    position: relative;
    top: -8px;
}

.cfsuite1UserProfileComp .slds-text-heading_medium {
    color: #252525;
    font-weight: 600;
    margin-bottom: .5em;
    line-height: normal;
}

.cfsuite1UserProfileComp .single {
    box-sizing: border-box;
}

.cfsuite1UserProfileComp .panel .slds-col {
    margin: 0px;
}

.cfsuite1UserProfileComp .message-modal .slds-modal__content {
    border-radius: 0.25rem;
    padding: 0px;
}

.cfsuite1UserProfileComp .message-modal i {
    color: #167358;
}

.cfsuite1UserProfileComp .message-header {
    border-bottom: 1px solid #eee;
    padding: 25px 15px 15px;
}

.cfsuite1UserProfileComp .message-content {
    padding: 25px 35px 40px;
    font-size: 15px;
}

.cfsuite1UserProfileComp .slds-modal__content .message-content p {
    font-size: 15px;
}

@media (max-width: 690px) {
    .profile-image {
        min-height: 100px;
    }

    .profile-data {
        padding: 40px 0 0px 70px;
    }
}

@media (max-width: 479px) {
    .cfsuite1UserProfileComp .btn-edit {
        position: relative;
        bottom: 184px;
    }

    .profileIconContainer {
        text-align: left;
        margin-left: 41px;
    }

    .cfsuite1UserProfileComp .profile-data {
        padding: 95px 0 0;
    }

    .cfsuite1UserProfileComp .slds-text-heading_medium {
        font-size: .9rem;
    }
}

@media (max-width: 500px) {
    .cfsuite1UserProfileComp .slds-notify p {
        font-size: 13px;
        padding-left: 1em;
    }

    .cfsuite1UserProfileComp li.icon-info {
        font-size: 2em;
    }
}

@media (min-width: 767px) {
    .cfsuite1UserProfileComp .profile-data {
        min-height: 153px;
    }
}

/* END cUserProfileComp Page styles */


/* START cMyAddressComp Page styles */

.cfsuite1MyAddressComp .location-matches {
    margin-left: 13px;
    width: 100%;
    margin-right: 14px;
}

.cfsuite1MyAddressComp .relative {
    position: relative;
    top: -10px;
}

/* END cMyAddressComp Page styles */


/* START MyPreferenceComp Page styles */

.cfsuite1MyPreferenceComp .slds-card {
    padding: 16px 9px 5px;
}

.cfsuite1MyPreferenceComp .slds-card__body {
    padding: 4px 15px 0;
}

.cfsuite1MyPreferenceComp .slds-card__body p {
    padding-right: 1em;
}

.cfsuite1MyPreferenceComp .saved-address b {
    font-weight: 600;
    color: #252525;
    font-size: 1.23em;
}

.cfsuite1MyPreferenceComp p.saved-address {
    font-size: 1rem;
}

.cfsuite1MyPreferenceComp .slds-button-group .slds-button_neutral,
.cfsuite1MyPreferenceComp .slds-button-group .slds-button--neutral {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .8rem;
    color: #252525;
}

.cfsuite1MyPreferenceComp .slds-button-group .selected {
    color: #ffffff;
    background-color: #008857;
}

.cfsuite1MyPreferenceComp.slds-button-group .slds-button:first-child {
    border-radius: .5rem 0 0 .5rem;
}

.cfsuite1MyPreferenceComp .slds-button-group .slds-button:last-child {
    border-radius: 0 .5rem .5rem 0;
}

.cfsuite1MyPreferenceComp .selected {
    color: #fff;
    border: none;
}

.cfsuite1MyPreferenceComp {
    position: relative !important;
}

.cfsuite1MyPreferenceComp .slds-card {
    padding: 16px 9px 5px;
}

.cfsuite1MyPreferenceComp .slds-modal__header {
    border: none;
    padding-top: 2.5em;
}

.cfsuite1MyPreferenceComp .slds-modal__content {
    padding: 0 10px 10px;
}

.cfsuite1MyPreferenceComp .comm-tabs .slds-button {
    width: 100%;
}

.cfsuite1MyPreferenceComp .comm-tabs .slds-button-group {
    width: 100%;
}

.cfsuite1MyPreferenceComp .note p {
    font-size: 1em;
    margin-top: 5px;
    color: #D73632;
}

/* preferences buttons */
.cfsuite1MyPreferenceComp .comm-tabs .slds-button-group {
    width: 100%;
}

.cfsuite1MyPreferenceComp .slds-button-group .slds-button:first-child {
    border-radius: .5rem 0 0 .5rem;
}

.cfsuite1MyPreferenceComp .slds-button-group .slds-button:last-child {
    border-radius: 0 .5rem .5rem 0;
}

.cfsuite1MyPreferenceComp .comm-tabs .slds-button {
    width: 100%;
}

.cfsuite1MyPreferenceComp .comm-tabs .slds-button_neutral,
.cfsuite1MyPreferenceComp .comm-tabs .slds-button--neutral {
    border: 1px solid #d4d4d4;
}

.cfsuite1MyPreferenceComp .slds-button-group .selected {
    color: #ffffff;
}

.cfsuite1MyPreferenceComp .selected {
    font-weight: bold;
    border: none;
    border-radius: 0;
}


@media (min-width: 480px) {
    .cfsuite1MyPreferenceComp .comm-tabs .slds-button-group {
        width: 335px;
    }
}

@media (max-width: 767px) {
    .cfsuite1MyPreferenceComp .comm-tabs {
        text-align: left;
        margin-top: 1em;
    }
}

@media (min-width: 48em) {
    .cfsuite1MyPreferenceComp .slds-modal__container {
        width: 600px;
    }
}

@media (min-width: 967px) {
    .cfsuite1MyPreferenceComp .error {
        vertical-align: top;
    }
}



/* END MyPreferenceComp Page styles */


/* START CaseContactInfo Page styles */

.cfsuite1CaseContactInfo h2 {
    margin-bottom: .75rem;
}

.cfsuite1CaseContactInfo .slds-form-element_horizontal:not(.slds-is-editing),
.cfsuite1CaseContactInfo .slds-form_horizontal .slds-form-element:not(.slds-is-editing),
.cfsuite1CaseContactInfo .slds-form_stacked .slds-form-element_horizontal:not(.slds-is-editing) {
    padding: 0;
}

.cfsuite1CaseContactInfo .contact-form .slds-form-element__control {
    margin: 0;
}

.cfsuite1CaseContactInfo .address-container {
    position: relative;
}

.cfsuite1CaseContactInfo ul.location-matches {
    position: absolute;
    right: 0;
    top: 61px;
    z-index: 2;
    width: 67%;
}

.cfsuite1CaseContactInfo .text-green {
    margin-bottom: 10px;
}

.cfsuite1CaseContactInfo .text-green .slds-form-element__label {
    color: #156b4f;
}

@media (max-width: 767px) {
    .cfsuite1CaseContactInfo ul.location-matches {
        width: 100%
    }
}

@media (min-width: 48em) {
    .cfsuite1CaseContactInfo ul.location-matches {
        top: 34px;
    }
}

/* END CaseContactInfo Page styles */

/* START FollowedRecords Page styles */

.cfsuite1FollowedRecords {
    background-color: white;
    border-radius: 4px;
    position: relative;
}

.cfsuite1FollowedRecords .record-list {
    max-height: 140px;
}

.cfsuite1FollowedRecords .followed-record {
    align-items: center;
}

.cfsuite1FollowedRecords .followed-record:not(:last-of-type) {
    margin-bottom: 4px;
}

/* END FollowedRecords Page styles */

/* START RequestDetail Page styles */

.cfsuite1RequestDetail .page-title {
    padding-top: 20px;
    padding-bottom: 12px;
}

.cfsuite1RequestDetail .back {
    margin-bottom: 0px;
}

.cfsuite1RequestDetail .details-top {
    background-color: #F1F1F1;
    padding-top: 1.6rem;
}

.cfsuite1RequestDetail .status {
    color: #036f54;
    font-weight: 600;
}

.cfsuite1RequestDetail .request {
    font-size: 18px;
}

.cfsuite1RequestDetail .case-number {
    font-size: 1.24rem;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

.cfsuite1RequestDetail .sub-title {
    font-size: 1.3rem;
    display: flex;
}

.cfsuite1RequestDetail .cont {
    display: inline-block;
}

.cfsuite1RequestDetail .detail {
    border-bottom: thin solid silver;
}

.cfsuite1RequestDetail hr {
    margin-bottom: 0px;
    margin-top: 1.2rem;
}

.cfsuite1RequestDetail .date {
    font-size: .8rem;
}

.cfsuite1RequestDetail .date i {
    color: #027d5f;
    font-size: 1.3rem;
    padding-right: .4em;
    position: relative;
    top: 2px;
}

.cfsuite1RequestDetail .details-bottom {
    font-size: 1rem;
}

.cfsuite1RequestDetail .details-bottom .slds-col {
    padding: 6px 6px 6px 4px;
}

.cfsuite1RequestDetail .details-bottom .row .slds-col:nth-child(2) {
    color: #505050;
}

.cfsuite1RequestDetail i.orange {
    color: #008857;
    font-size: 1.7rem;
}

.cfsuite1RequestDetail .row {
    border-bottom: 1px solid #dadada;
}

/* Status bar styles */

.cfsuite1RequestDetail .cfsuite1ProgressIndicator {
    margin-bottom: 0px;
}

.cfsuite1RequestDetail .cfsuite1ProgressIndicator .steps-container {
    text-align: right !important;
}

.cfsuite1RequestDetail .cfsuite1ProgressIndicator span.circled {
    height: 34px;
    width: 34px;
}

.cfsuite1RequestDetail .cfsuite1ProgressIndicator .line-wrapper {
    min-height: 24px;
}

.cfsuite1RequestDetail .cfsuite1ProgressIndicator .line-wrapper .step-bullet {
    color: #007053;
}

.cfsuite1RequestDetail .cfsuite1ProgressIndicator .step:last-of-type .line-left,
.cfsuite1RequestDetail .cfsuite1ProgressIndicator .step:first-of-type .line-right {
    width: 60%;
}

.cfsuite1RequestDetail .cfsuite1ProgressIndicator .line-wrapper .line-left,
.cfsuite1RequestDetail .cfsuite1ProgressIndicator .line-wrapper .line-right {
    border-bottom: 3px solid #007053;
}

.cfsuite1RequestDetail .cfsuite1ProgressIndicator .step:first-of-type {
    text-align: center;
}

.cfsuite1RequestDetail .cfsuite1ProgressIndicator .step:last-of-type {
    text-align: center;
}

.cfsuite1RequestDetail .steps-wrapper i.request {
    display: none !important;
}

.cfsuite1RequestDetail .line-wrapper .step-bullet {
    color: #027055;
}

.cfsuite1RequestDetail .status-sm {
    font-size: 1rem;
    font-weight: bold;
}

.cfsuite1RequestDetail .status-sm i {
    color: #f0ae00;
    text-shadow: 0 0 6px #f0ae00;
}

.cfsuite1RequestDetail i.step1 {
    display: none;
}

@media (max-width: 30em) {
    .cfsuite1RequestDetail .status-sm {
        text-align: left;
        padding-top: 8px;
        font-size: .9rem;
    }

    .cfsuite1RequestDetail .sub-title {
        font-size: 1.1rem;
    }

    .cfsuite1RequestDetail .details-bottom {
        margin-bottom: 10px;
    }
}

@media (min-width: 48em) {
    .cfsuite1RequestDetail .case-number {
        padding-top: 27px;
    }
}


/* END RequestDetail Page styles */

/* START HeaderImage styles */

.cHeaderImage .headerContent {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: -36px;
    background-position: center top;
}

@media(max-width:768px) {
    .cHeaderImage .headerContent {
        background-image: url(/resource/marionBannerImageMobile) !important;
    }
}

/* @media(max-width:360px) {
    .cHeaderImage .headerContent {
        min-height: 650px;
    }
} */

/* END HeaderImage styles */


/* START Headermobile styles */

.cHeaderMobile header,
.cHeaderMobile nav {
    display: block;
}

.cHeaderMobile .btn-login {
    color: #fff;
    width: 4.375rem;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: normal;
    margin: 15px 0 auto 16px;
    height: 40px;
    text-decoration: none;
    display: inline-block !important;
    padding: 6px 0px;
    text-transform: uppercase;
}

.cHeaderMobile .logoContainer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cHeaderMobile button:focus {
    background-color: #353535 !important;
}

@media (max-width: 799px) {
    .cHeaderMobile .header>.container-fluid {
        padding: 0
    }
}

@media (max-width: 799px) {
    .cHeaderMobile .header .row--main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0
    }
}

@media (max-width: 799px) {
    .cHeaderMobile .nav__sub-list-wrapper {
        background: #353535;
    }

    .cHeaderMobile .nav__sub-list-wrapper>.container-fluid {
        padding: 0;
    }
}

@media (min-width: 800px) {
    .cHeaderMobile .container {
        display: none !important;
    }

    .cHeaderMobile .slds-grid_align-spread {
        display: flex;
    }
}

/* END Headermobile styles */

/* START Visual force login/password/create account page styles */

.vfcustom * {
    box-sizing: border-box;
}

.vfcustom .logoContainer {
    border-bottom: 1px solid #d6d6d6;
}

body.vf-bg {
    background: url(/resource/CUSTOMCommunityLoginBackground) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.vfcustom #container {
    background: #fff;
    max-width: 100%;
    position: relative;
    margin: 3em auto 0em;
}

.forpassconfirm #container,
.forpass #container {
    width: 370px;
}

.customcommunitylogin #container,
.createaccount #container {
    width: 680px;
    margin: 2em auto 0em;
}

.vfcustom h1 {
    color: var(--primary);
}

.customcommunitylogin h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 25px;
}

.customcommunitylogin p,
.customcommunitylogin .description span {
    font-size: .95rem;
    font-weight: 600;
}

.vfcustom .btn-brand_custom {
    border: 2px solid #008857 !important;
    background-color: #008857;
    color: #fff;
    border: none;
    font-size: 1rem;
    padding: 14px;
    font-weight: normal;
    text-transform: uppercase;
    /* font-family: lato, bree, sans-serif; */
    letter-spacing: .1em;
}

#verification .vfcustom .btn-brand_custom {
    width: 100%;
    margin-bottom: 1rem;
}

.vfcustom .btn-brand_custom:hover {
    color: #008857;
    background-color: rgba(0, 136, 87, .1);
}

.vfcustom .btn-full {
    width: 100%;
    margin-bottom: 20px;
}

.createaccount .btn-brand_custom {
    min-width: 40%;
    margin: 0 auto;
    display: block;
}

.createaccount .header {
    border-bottom: 1px solid #d6d6d6;
}

.createaccount .logoContainer {
    border-bottom: none;
}

.vfcustom a {
    color: var(--primary);
    font-size: 1rem;
    text-decoration: underline;
}

.vfcustom a:hover {
    text-decoration: none !important;
}

.vfcustom a:active,
a:visited {
    filter: brightness(85%);
}

.vfcustom .tab-nav {
    cursor: pointer;
}

.vfcustom .tab-nav i {
    padding-right: 25px;
}

.vfcustom .tab-nav .active i {
    color: var(--primary);
}

/* END Visual force login/password/create account page styles */

/* Back buttons styles to be deleted after making all consistent */

.cfsuite1CommunityMap .back-container,
.cfsuite1DetailComponent .back-container {
    position: absolute;
}

.cfsuite1CommunityMap .pg-title,
.cfsuite1DetailComponent .pg-title {
    line-height: 43.2px;
    margin-left: 70px;
    min-height: 70px;
    padding-left: 10px;
    padding-top: 4px;
}

.cfsuite1MyRequestRecordListPage .slds-page-header .slds-page-header__title,
.forceCommunityHtmlBlock .slds-page-header__title,
.cfsuite1AllQuestions .slds-page-header .slds-page-header__title {
    font-size: 1.625rem;
}

.cfsuite1MyRequestRecordListPage .slds-media__figure i,
.forceCommunityHtmlBlock .slds-media__figure i,
.cfsuite1AllQuestions .slds-media__figure i {
    border: 0;
    color: white;
    font-size: 30px;
    height: 70px;
    padding: 25%;
    width: 70px;
}

.cfsuite1MyRequestRecordListPage .slds-media__figure i {
    padding: 25%;
}

.cfsuite1AllQuestions .slds-media__figure i {
    padding: 30% 34%;
}

.forceCommunityHtmlBlock .slds-media__figure i {
    padding: 27% 33%;
}

.slds-page-header .slds-page-header__title {
    line-height: 70px;
    padding-left: 10px;
}


@media (max-width: 480px) {

    .cfsuite1MyRequestRecordListPage .slds-page-header .slds-page-header__row .slds-media__figure i,
    .forceCommunityHtmlBlock .slds-page-header .slds-page-header__row .slds-media__figure i,
    .cfsuite1AllQuestions .slds-page-header .slds-page-header__row .slds-media__figure i {
        height: 46px !important;
        width: 46px !important;
        font-size: 19px !important;
    }

    .cfsuite1MyRequestRecordListPage .slds-page-header .slds-page-header__title,
    .forceCommunityHtmlBlock .slds-page-header__title,
    .cfsuite1AllQuestions .slds-page-header .slds-page-header__title {
        line-height: 43px;
    }
}

@media (min-width: 48em) {

    .cfsuite1CommunityMap .pg-title,
    .cfsuite1DetailComponent .pg-title {
        padding-left: 30px;
        padding-top: 10px;
    }
}

.cfsuite1RequestWizard .phones-container.mobile {
    display: none;
}

/* END */

/* Footer styles to be added to builder css  */

/* .template-footer .footer {
    background-image: url(/resource/CustomImageFooterPattern);
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 1;
    background-size: 40%;
} */

.cCustomLayoutNoImage .footer-content,
.cDashboardLayout .footer-content,
.cFlowTheme .footer-content {
    border-top: 2px solid var(--primary);
}

@media (max-width: 1023px) {
    .footer-content .signOff__list {
        text-align: left;
    }
}



@media (max-width: 1023px) {

    .cCustomLayoutNoImage .footer,
    .cFlowTheme .footer-content {
        margin-top: 30px;
    }
}

/* END */

/* Button styles to be delted once upgrade happens */

.cLogin .profile-container .slds-dropdown-trigger {
    width: auto;
}

.cLogin .profile-container .name {
    font-size: 1rem !important;
}

.profile-container .slds-button {
    width: auto;
    font-weight: bold;
}

.profile-container .slds-dropdown-trigger .slds-button {
    margin-top: 0px;
}



.MyAccount .btn-edit {
    width: auto;
    font-size: .9rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* END */

.followupButton {
    background-color: #008857 !important;
}

#LocateButton {
    background-color: #fff !important;
    border: 2px solid #008857 !important;
    color: #008857 !important;
}


/* Common RATES styles */




.rates .details {
    background-color: transparent !important;
    padding: 0 !important;
}


.rates h3,
.cMakePropertyPayment .rates h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0px 0 10px 0;
    color: #000;
    font-family: var(--lwc-fontFamilyHeader, Imprima);
}

.rates h4 {
    font-size: 1.05rem;
    font-weight: bold;
    padding: 36px 0 14px 0;
    /* font-family: 'Lato'; */
}

.rates .details h3 {
    margin: 10px 0 20px 0;
}

.rates .details .refund-summary h3:first-child,
.rates .review-info .slds-text:first-child {
    margin-bottom: 10px;
}

.cManageDirectDebit .rates .details h3 {
    margin: 0;
}

.rates .details .pay-title {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 5px;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 20px;
    color: #000;
}

.rates .details .pay-title i {
    color: var(--primary);
    font-size: 1rem;
}

@media (max-width: 30em) {
    .rates .details .pay-title i {
        display: none;
    }
}

.rates .thank-you .details .pay-title i {
    font-size: 1.4rem;
    position: relative;
    top: 2px;
}

.rates .details .option {
    font-weight: 600;
    margin-bottom: 2px;
    font-family: "Open Sans", sans-serif;
}

.cSetupDirectDebit .rates .details .option {
    margin-bottom: 8px;
    line-height: 30px;
}

.rates .details .option span {
    font-weight: normal;
}

/* .cMakePropertyPayment .container,
.cManageDirectDebit .container,
.cPropertyLink .container {
    width: 640px;
    max-width: 100%;
    margin: auto;
} */

.payment p {
    font-size: 1rem;
    color: #565656;
    line-height: 1.6rem;
}

/* Rates Q & A buttons */

.rates .buttonspan h2 {
    font-size: 1.35rem;
    color: #000;
}

.rates .buttonspan .responseBlock {
    padding: 24px 28px;
    line-height: 40px;
    margin-bottom: 3px;
    overflow: auto;
    font-size: 20px;
    cursor: pointer;
    background-color: #f0f0f0;
    width: 100%;
    border: none;
    text-align: left;
    border-radius: 0px;
}

.cPaymentPlanOrExtension .buttonspan .responseBlock:nth-child(1) {
    padding: 39px 40px 34px 30px;
}

.rates .buttonspan .responseBlock .slds-grid:nth-child(1) {
    width: 100%;
}

.rates .buttonspan .responseBlock i {
    color: #b4b4b4;
    font-size: 34px;
    position: relative;
    top: 6px;
    left: 3px;
}

.rates .responseBlock p {
    padding-top: 4px;
}


/* Payment tab buttons */

.payment .slds-radio_button-group,
.payment .slds-radio_button__label {
    border: none;
    border-radius: 0px;
}


.payment .slds-radio_button-group .slds-radio_button {
    width: 50%;
    border: none;
}

.payment .slds-form-element__control .slds-button {
    display: inherit;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.payment .slds-radio_faux i {
    display: block;
    color: var(--textcolor);
    font-size: 1.5rem;
}

.payment .slds-radio_faux i.fa-university {
    font-size: 1.65rem;
}

.payment .slds-radio_button-group .slds-radio_button__label {
    line-height: 1.875rem;
    width: 100%;
    text-align: center;
    color: #565656;
    font-size: 1rem;
    padding: .5rem 0px;
    line-height: 2.6rem !important;
    outline: 1px solid var(--textcolor);
    border-radius: 0;

}

.payment .slds-radio_button+.slds-radio_button {
    border-left: none;
}

.payment .slds-radio_button [type="radio"]:checked+.slds-radio_button__label i {
    color: #008857;
}


.payment .slds-radio_button-group .slds-radio_button__label:hover i {
    color: #008857;
}

.payment .slds-radio_button-group .slds-radio_button__label:hover {
    color: #008857;
}

.cMakePropertyPayment .payment .slds-radio_button-group .slds-radio_button:hover {
    font-weight: 500 !important;
}

.slds-radio_button:last-child>.slds-radio_button__label {
    border-radius: 0 4px 4px 0;
}

.slds-radio_button:first-child>.slds-radio_button__label {
    border-radius: 4px 0px 0px 4px;
}

.slds-radio_button-group .slds-radio_button__label:hover {
    background-color: #eee;
}

.slds-radio_button-group .slds-radio_button__label {
    line-height: 1.875rem;
    width: 100%;
    text-align: center;
    color: #1b1b1b;
    font-size: 1rem;
    padding: .5rem 0px;
}

.cMakePropertyPayment .payment .slds-radio_button-group .slds-radio_button:hover {
    outline: none !important;
}

.payment .slds-radio_button [type="radio"]:checked+.slds-radio_button__label:hover {
    background-color: #008857;
}


.payment .slds-radio_button [type="radio"]:checked+.slds-radio_button__label {
    background-color: #fff;
    color: #008857 !important;
    outline: 1px solid #008857;
    font-weight: 500 !important;
}

.frequency .slds-radio_button:last-child {
    border-radius: 0 4px 4px 0;
}

.frequency .slds-radio_button:first-child {
    border-radius: 4px 0px 0px 4px;
}

.frequency .slds-radio_button [type="radio"]:checked+.slds-radio_button__label:hover {
    background-color: #008857;
}

.frequency .slds-radio_button-group .slds-button {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    width: 50%;
}

/* Rates tab option buttons (e.g setup a direct debit frequency)*/

[lightning-radioGroup_radioGroup-host] {
    /* font-family: 'Lato'; */
}

.slds-radio_button-group {
    border-color: #858585;
    width: 100%;
    border-radius: 5px;
}

/* Other buttons */

.btn-return {
    text-decoration: underline;
    font-weight: 600;
    font-size: 1rem !important;
    padding-top: 18px;
    color: var(--primary);
    font-family: "Open Sans", sans-serif;

}

.btn-return:hover {
    text-decoration: none;
}


/* START cLinkedPropertiesDetails */


.cDashboardLayout .cLinkedPropertiesDetails .property-title {
    width: 100%;
}

@media (max-width: 767px) {
    .cLinkedPropertiesDetails .action .slds-button {
        width: 100%;
    }
}

/* END cLinkedPropertiesDetails */


/* START common rates styles */

.cMyLinkedProperty .accordion>div.active a.redlink i {
    color: var(--primary) !important;
}

@media (max-width: 767px) {

    .cPropertyNotices .fyselectlabel,
    .cPropertyPaymentHistory .fyselectlabel {
        text-align: left;
    }
}

/* START common flows styles */

.cFlowStages {
    margin-bottom: 76px;
}

.forceCommunityFlowCommunity {
    border: none !important;
}

.forceCommunityFlowCommunity .slds-path__nav .slds-is-active {
    background-color: #fff;
    border-bottom: 4px solid var(--primary);
    border-radius: 0px;
    margin: 0px;
}

.forceCommunityFlowCommunity .slds-path__nav .slds-is-incomplete {
    background-color: #fff;
    border-bottom: 4px solid #f3f3f3;
    border-radius: 0px;
    margin: 0px;
}

.forceCommunityFlowCommunity .slds-path__item:before,
.forceCommunityFlowCommunity .slds-path__item:after,
.forceCommunityFlowCommunity .slds-path__nav .slds-is-active:first-child:before,
.forceCommunityFlowCommunity .slds-path__nav .slds-is-active:first-child:after {
    background-color: #fff;
}

.forceCommunityFlowCommunity .slds-path__nav .slds-is-active .slds-path__link {
    color: #2d2d2d;
    font-size: 1rem;
    font-weight: 600;
}

.forceCommunityFlowCommunity .slds-path__nav .slds-is-incomplete .slds-path__link {
    color: #909090;
}

.forceCommunityFlowCommunity .slds-media__body h2 {
    text-align: center;
    margin: 1rem 0 1.5rem;
}


.forceCommunityFlowCommunity .slds-path__link {
    text-align: left;
    justify-content: left;
    font-size: 1rem;
    font-weight: 600;
}

.cQuickLightningLookup input {
    border-radius: 0px;
    min-height: 52px;
}

.cQuickLightningLookup .slds-input {
    border: 1px solid #a7a9b3;
}

.cQuickLookup .slds-form-element__label {
    display: none;
}

.cQuickLightningLookup .slds-combobox__form-element {
    margin-top: 10px;
}

.forceCommunityFlowCommunity {
    margin-bottom: 3rem;
}

.forceCommunityFlowCommunity p em {
    font-size: 1.5rem;
    /* font-family: lato, bree, sans-serif; */
    font-style: normal;
    font-weight: normal;
    color: #222;
    line-height: 63px;
}

.forceCommunityFlowCommunity p span,
.forceCommunityFlowCommunity span p {
    font-weight: normal;
    line-height: 1.8rem;
}

.forceCommunityFlowCommunity p strong {
    font-size: 1.2rem;
}


.forceCommunityFlowCommunity .slds-rich-text-editor__output p:nth-child(4) {
    padding-bottom: 0px;
    padding-top: 0px;
}

.forceCommunityFlowCommunity .slds-rich-text-editor__output p:nth-child(3) {
    padding-bottom: 4px;
}

.forceCommunityFlowCommunity .body>div:nth-child(2) {
    margin-bottom: 0px;
}

.forceCommunityFlowCommunity .slds-card__footer {
    padding: 0 45px 45px;
    padding-top: 0px;
    width: 740px !important;
    margin: 0 auto;
    max-width: 100%;
}

.forceCommunityFlowCommunity .slds-card__body {
    /* width: 680px; for hardwaste but conflicts with forms */
    margin: 0 auto;
}

.forceCommunityFlowCommunity h2 .slds-card__header-link {
    color: var(--primary);
    font-size: 27px;
    font-family: var(--lwc-fontFamilyHeader, Imprima);
    text-align: center;
    font-weight: bold;
}

.forceCommunityFlowCommunity .slds-card__header {
    background-color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width: 740px;
    max-width: 100%;
}

.cFlowTheme .cfsuite1Breadcrumbs {
    top: 0;
    left: 0;
}

.flowruntimeBody {
    padding-left: 0;
}

.forceCommunityFlowCommunity .flowruntimeBody {
    /* background-color: #f8f8f8; 
    width: 740px; 
    padding-top: 45px;
    padding-left: 45px !important;
    padding-right: 45px !important; for hardwaste but conflicts with forms */
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
    max-width: 100%;
    margin: 0;
}

.forceCommunityFlowCommunity .slds-card__footer .slds-button {
    margin-top: 0px;
}

.flowruntimeBody .cQuickLookup .slds-media__body {
    font-size: 1.1rem;
    line-height: 2rem;
}

.flowruntimeBody .cQuickLightningLookup .slds-media__figure .slds-button_icon {
    color: #7a7a7a;
    margin-top: 0;
    padding-top: 0;
    margin-right: .7rem;
}

@media (max-width: 780px) {
    .forceCommunityFlowCommunity .flowruntimeBody {
        padding: 1.5rem 1rem .8rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;

    }
}

.forceCommunityFlowCommunity .slds-card__footer {
    background-color: #f9f9f9;
    border-top: none !important;
}

.forceCommunityFlowCommunity .slds-card__footer .actionsLeft {
    display: none;
    float: left;
}

.forceCommunityFlowCommunity .slds-card__footer .actionsRight {
    width: 100%;
    display: block;
}

.forceCommunityFlowCommunity .slds-required {
    display: none;
}


.forceCommunityFlowCommunity .slds-visual-picker_vertical .slds-visual-picker__figure {
    height: auto;
    min-height: auto !important;
}

.forceCommunityFlowCommunity .slds-visual-picker__figure {
    background: #fff;
    box-shadow: none;
    border: 1px solid #eee !important;
    border-radius: 8px;
    width: 100% !important;
    padding: 1.4rem;
}

.forceCommunityFlowCommunity .slds-visual-picker__figure .slds-text-heading_medium {
    font-weight: 600;
    color: #565656;
}

.forceCommunityFlowCommunity .slds-visual-picker__figure .slds-text-title {
    font-size: .94rem;
    font-weight: normal;
}

.forceCommunityFlowCommunity .slds-visual-picker_vertical {
    width: 100%;
    margin-top: .5rem !important;
}

.forceCommunityFlowCommunity .slds-form-element__control .slds-visual-picker_vertical:first-child {
    margin-top: 1.4rem !important;
}


flowruntime-radio-button-input-lwc .slds-rich-text-editor__output span {
    font-size: 1rem;
    margin-top: 10px;
}

flowruntime-radio-button-input-lwc .slds-radio .flow-radio-button-label span {
    font-size: 1rem;
    margin-bottom: .6rem;
    line-height: 40px;
    font-weight: 600;
}

.slds-radio__label[flowruntime-radioButtonInputLwc_radioButtonInputLwc] .slds-radio_faux[flowruntime-radioButtonInputLwc_radioButtonInputLwc] {
    position: relative;
    top: .29rem;
}

.forceCommunityFlowCommunity .slds-textarea {
    border-radius: 0px;
    min-height: 96px;
    font-size: 1rem;
}

.forceCommunityFlowCommunity .errorContent[flowruntime-errorContent_errorContent] {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    color: #cb4132;
}

.forceCommunityFlowCommunity .errorContent[flowruntime-errorContent_errorContent] span {
    background-color: #fdf1f2;
    padding: 8px 18px;
}

@media (hover: hover) and (pointer: fine) {

    [kx-scope=button-brand]:hover,
    [kx-scope=button-neutral]:hover,
    [kx-scope=button-outline]:hover,
    [kx-scope=button-filled]:hover {
        transform: none;
    }
}

.forceCommunityFlowCommunity .slds-visual-picker input:not(:disabled)~label:hover .slds-visual-picker__figure {
    border: none;
    box-shadow: none;
}

.flowruntimeBody .slds-form-element .slds-visual-picker_vertical .slds-visual-picker__text-check {
    position: absolute;
    right: 1.95rem;
    top: .95rem;
}

.flowruntimeBody .slds-visual-picker input:focus~label .slds-visual-picker__figure,
.flowruntimeBody .slds-radio input:focus~label .slds-radio_faux {
    box-shadow: none !important;
    outline: none !important;
}

.flowruntimeBody .slds-form-element .slds-visual-picker_vertical:hover .slds-visual-picker__text-check svg.slds-icon_x-small {
    fill: #fff;
    background-color: #008857;
    border-radius: 1000px;
    padding: 6px;
    width: 1.6rem;
    height: 1.6rem;
}

.flowruntimeBody .slds-visual-picker .slds-visual-picker__figure:hover {
    border: 1px solid #D5D7D6 !important;
}

/* .flowruntimeBody .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux, */
.flowruntimeBody .slds-radio__label .slds-radio_faux {
    width: 1.5rem;
    height: 1.5rem;
    /* margin-top: 10px !important;   */
    border-color: #9D9D9D;
}

.flowruntimeBody .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after {
    width: .8rem;
    height: .8rem;
}

.forceCommunityFlowCommunity .navigationBar {
    padding-top: 0 !important;
}

.flowruntimeBody .slds-textarea:focus,
.flowruntimeBody .cQuickLightningLookup input:focus {
    outline: none;
}

.flowruntimeBody .slds-textarea:focus-visible,
.flowruntimeBody .cQuickLightningLookup input:focus-visible,
.flowruntimeBody .slds-visual-picker input:focus-visible~label .slds-visual-picker__figure,
.flowruntimeBody .slds-radio input::focus-visible {
    outline: : #c74206 2px solid;
}

.forceCommunityFlowCommunity .flowruntime-input-label .slds-form-element__label span,
.forceCommunityFlowCommunity flowruntime-email label,
.forceCommunityFlowCommunity .flowruntime-input-label,
.cfsuite1LaunchRequestSubmissionFlow .flowruntime-input-label .slds-form-element__label span,
.cfsuite1LaunchRequestSubmissionFlow flowruntime-email label,
.cfsuite1LaunchRequestSubmissionFlow .flowruntime-input-label {
    display: none;
}

.flowruntimeBody input,
.flowruntimeBody select,
.flowruntimeBody .search_input .slds-form-element__control,
.flowruntimeBody .search_input .slds-combobox__input {
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    min-height: 50px;
    font-size: 1rem !important;
}

.flowruntimeBody .slds-rich-text-editor__output.errorContent span,
.flowruntimeBody .errorContent p,
.flowruntimeBody .flowruntime-input-error .slds-rich-text-editor__output,
.flowruntimeBody .flowruntime-input-error .slds-rich-text-editor__output span p {
    font-size: .94rem !important;
    margin-top: 4px;
    color: #EA001E;
    font-weight: normal;
}

/* START flows fix button position */

.forceCommunityFlowCommunity .slds-card__footer .footerContainer .navigation-bar__spacer,
.cfsuite2LaunchRequestSubmissionFlow .slds-card__footer .footerContainer .navigation-bar__spacer {
    display: none;
}

.flowruntimeFlowRuntime .footerContainer flowruntime-progress-indicator {
    display: none;
}

.flowruntimeFlowRuntime .footerContainer .slds-button {
    margin-top: 0;
}

.flowruntimeFlowRuntime .navigation-bar__right-align {
    margin-left: 0 !important;
}

.flowruntimeFlowRuntime .navigationBar {
    border-top: none !important;
}

.flowruntimeFlowRuntime .slds-checkbox {
    padding-bottom: 0.6rem;
}

.flowruntimeFlowRuntime .slds-checkbox:first-child {
    padding: 0.25rem 0;
}

.flowruntimeFlowRuntime .slds-checkbox .slds-form-element__label {
    font-size: 1rem;
    line-height: 40px;
    font-weight: 600;
}

.flowruntimeFlowRuntime .slds-checkbox .slds-checkbox_faux {
    width: 1.4rem;
    height: 1.4rem;
}

.cCustomLayoutNoImage .flowruntimeFlowRuntime .navigationBar {
    padding-left: 0;
    background-color: transparent;
    padding-right: 0;
}

.flow-form_subline {
    font-weight: normal;
    color: #808080;
    font-size: 1rem;
}

.slds-modal__container .slds-button.slds-modal__close {
    width: auto;
    background-color: #fff;
    min-width: 0;
}

.cPropertyLink .slds-modal__container .slds-modal__header {
    padding-top: 1rem;
}

.cPropertyLink .hruler~.slds-grid>.slds-col.slds-size_1-of-1.slds-small-size_1-of-2.slds-col_bump-left {
    justify-content: end;
    display: flex;
}

.flowruntimeBody__lwc {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.slds-input[readonly] {
    background-color: #f3f3f3;
    font-size: 1rem;
    color: #747474;
    padding: 5px 10px;
    margin-bottom: .8rem;
}

@media (max-width: 30em) {
    /* .flowruntimeBody .slds-medium-size_8-of-12 {
        order: 2;
        margin-bottom: 1.5rem;
    } */

    .cPropertyLink .slds-col_bump-right {
        left: 40% !important;
    }
}



/* START flows hide and show labels and borders */

.flow-form {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.forceCommunityFlowCommunity .flow-form_label,
cfsuite1-c-fsuite-flow-contact-information .slds-form-element__label {
    font-size: 1.1rem;
    line-height: 34px;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #000;

}

cfsuite1-c-fsuite-flow-contact-information .slds-form-element__label {
    margin-bottom: 0;
}

cfsuite1-c-fsuite-flow-contact-information .contact-cont .slds-size_1-of-1:first-child {
    margin-top: 1rem
}

.flowruntimeBody .field-element .container .slds-form-element__control {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: .8rem 1rem;
}


.flowruntimeBody .flowruntime-input-label,
.flowruntimeBody .flowruntime-input .flowruntime-input-label,
.flowruntimeBody .slds-form-element__label {
    display: none;
}

.flowruntimeBody .payment-wizard_form-row .slds-form-element__label {
    display: block;
}

/* fixing the contact page issue, radio button and text alignment after selection, adding line height and margin bottom from 0.3rem to 0.6 to 0.4rem,inline hight from 40px -> 30px,font size 1.1rem  */
.flowruntimeBody .slds-radio__label .slds-form-element__label {
    display: inline-block;
    margin-bottom: 0rem;
    width: calc(100% - 36px);
    margin-left: 0.2rem;
    line-height: 30px;
    font-size: 1.1rem;
    padding-top: 0;
}

.flowruntimeBody .field-element .container .flowruntime-input .textarea-container,
.flowruntimeBody .field-element .container .file-upload-lwc .slds-form-element__control,
.flowruntimeBody part[input-text] slds-form-element__control,
.cfsuite2FlowQuestionsCaseContactInfo .slds-form-element__control,
.flowruntimeBody .field-element .container .flowruntime-input .slds-form-element__control,
.flowruntimeBody .field-element .container .slds-form-element .slds-form-element__control,
.flowruntimeBody .field-element .container for[combobox-input-23] .slds-form-element__control,
.contact-cont .flowruntimeBody .field-element .container .slds-form-element__control {
    border: none;
    border-radius: 4px;
    padding: 0;
}

.flow-form .label_req {
    color: #878787;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .04rem;
    position: relative;
    top: -1px;
}

.flowruntimeBody .container .flowruntime-inline-container .flowruntime-input-label {
    padding-top: 6px;
}

.flowruntimeBody .flowruntime-input .flowruntime-inline,
.flowruntimeBody .contact-cont .slds-form-element__label,
.cfsuite1LaunchRequestSubmissionFlow .flowruntime-input-label .slds-form-element__label span {
    display: flex;
}

.cfsuite1LaunchRequestSubmissionFlow .flowruntime-input-label .slds-form-element__label span {
    font-size: 1.1rem;
    font-weight: 600;
    padding-left: 1rem;
}

.flowruntimeBody .container .flowruntime-inline-container .flowruntime-input-label,
.flowruntimeBody .container .flowruntime-inline-container .flowruntime-input-label .flowruntime-inline {
    padding-top: 0;
}

.flowruntimeBody .field-element .flowruntime-inline .slds-form-element__control .slds-checkbox {
    margin-top: 0;
}

/* START payment wizard */

.payment-wizard_container .slds-col.payment-wizard_col1 {
    padding-left: 0;
}

/* START flows readonly widget styles */

.flow-form_label,
.flowruntimeBody .readonly_info li {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.readonly_tips h3 {
    font-size: 1.5rem;
    color: var(--primary);
}

/* space between Request and info widget added,margin-top:1.5rem form 5,add font size 1.1rem to fix the info widget font size and weight in contact form  */
.flowruntimeBody .readonly_info {
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 1rem;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    font-weight: bold;
}

/* added the margin top to solve the alignment issue -- logo and conditions of permit,form 4*/
.flowruntimeBody .readonly_info .slds-col {
    padding-left: 0;
    margin-top: 0.45rem;
}

.flowruntimeBody .readonly_info i {
    color: var(--primary);
    font-size: 1.3rem;
    position: relative;
    top: 2px;
}

/* delete padding for form 9 fixing, select "no" for "Have you submitted a Verge Development Application Form and received approval for your plans?" */
.flowruntimeBody cfsuite1-c-fsuite-flow-display-read-only-text .readonly_info.error_info h3 {
    font-size: 24px;
    color: #cc0000;
    font-family: var(--lwc-fontFamilyHeader, Imprima);
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 0;
}

/* align the icon with the title, form 9, error info part */
.flowruntimeBody .readonly_info.error_info i {
    color: #cc0000;
    padding-top: 3px;
}

.flowruntimeBody .readonly_info .fa-regular.fa-circle-info::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Pro";
    /* or "Font Awesome 5 Free" if you have Free */
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--primary);
}

.flowruntimeBody .form-details {
    border-radius: 6px;
    padding: 1.5rem 1.6rem;
    border: 1px solid #c6dae6;
    background-color: #F7FCFF;
}

.flowruntimeBody .form-details .form-details_title {
    font-size: 1.7rem;
    margin-bottom: .6rem;
    font-family: var(--lwc-fontFamilyHeader, Imprima);
    color: var(--primary);
}

.flowruntimeBody .form-details .form-details_subtitle {
    color: #565656;
    font-size: 1.15rem;
    margin-bottom: .6rem;
    font-weight: bold;
}

.slds-rich-text-editor__textarea ul,
.slds-rich-text-editor__output ul {
    margin-left: var(--lwc-spacingLarge, 1.5rem);
    list-style: disc;
}

/* change the color from  #026cb9 to current for logo color alignment, form 5,6,  */
.flowruntimeBody .form-details i {
    color: var(--primary);
    ;
    font-size: 1.2rem;
    position: relative;
    top: 4px;
}

.flowruntimeBody .form-details_item i {
    top: 2px;
}

.flowruntimeBody .form-details p,
.flowruntimeBody .form-details_item {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.6rem;
}

.flowruntimeBody c-cfsuite-flow-form-information .form-details .form-details_itemList li p {
    font-weight: normal;
}

.flowruntimeBody .alter-driveway-flow-screen p,
.flowruntimeBody .alter-driveway-flow-screen ul li p {
    font-weight: 400;
}


.flowruntimeBody .alter-driveway-flow-screen {
    margin-bottom: 1rem;
}

@media(max-width:480px) {
    .flowruntimeBody .form-details {
        padding: 1rem;
    }

}

@media(max-width:768px) {

    .flowruntimeBody .readonly_info,
    .flowruntimeBody .form-details,
    .cDisplayImageViaURL {
        margin-top: 1.5rem;
    }

}



/* START flows file widget styles */

.fileClass {
    width: 100% !important;
}

.fileClass .slds-file-selector {
    width: 100% !important;
}

.fileClass .slds-file-selector__dropzone {
    width: 100% !important;
    border: 1px dashed rgba(0, 0, 0, 0.52);
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
}

.fileClass .slds-file-selector__dropzone slot {
    display: inline-block;
    width: 100% !important;
}

/* 100MB change to 5MB,form 16 */
.fileClass .slds-file-selector__dropzone slot:before {
    position: absolute;
    content: "Maximum file size is 10MB";
    text-align: center;
    position: absolute;
    bottom: 8%;
    transform: translate(-50%, -50%);
    color: #5a5a5a;
    font-size: 15px;
    width: 100%;
}


.fileClass .slds-file-selector__dropzone slot .slds-file-selector__body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 106px;
    cursor: pointer;
    padding: 0 1rem;
}

.fileClass .slds-file-selector__body:before {
    content: "Drag and drop files here or Choose a file";
    color: #000000;
    font-weight: 600;
    padding-top: 8px;
    font-size: 1rem;
}

.fileClass span.slds-file-selector__button.slds-button.slds-button_neutral {
    display: none;
}


.flowruntimeBody .container .slds-file-selector_files .slds-file-selector__button {
    margin-top: 0px;
    padding: 0;
}

.fileClass span.slds-file-selector__text.slds-medium-show {
    display: none;
}

.fileClass .slds-file-selector__dropzone .slds-file-selector__body:after {
    content: "\f0ee";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #008574;
    left: 50%;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
}

.file-upload-lwc .show-uploaded-file p {
    padding-left: .5rem;
    word-break: break-all;
    font-weight: normal;
}

.file-upload-lwc .show-uploaded-file i {
    color: #008574;
}

.file-upload-lwc .show-uploaded-file {
    padding: 9px 16px 10px !important;
}

.flowruntime-column.slds-col.slds-size_12-of-12.slds-align-top .file-upload-lwc .slds-form-element {
    margin-top: 0;
}


@media(max-width:380px) {
    .fileClass .slds-file-selector__dropzone slot .slds-file-selector__body {
        min-height: 140px;
    }
}

@media(max-width:480px) {
    .file-upload-lwc .show-uploaded-file i {
        color: #008574;
        margin-top: 6px;
    }

    .show-uploaded-file .slds-grid.slds-grid_vertical-align-center {
        align-items: start;
    }

    .file-upload-lwc .show-uploaded-file p {
        text-align: left;
        padding: 0 1rem
    }
}


.slds-dropdown-trigger .slds-input__icon_right .slds-button {
    margin-top: 0;
    padding: 0;
    font-size: 0;
}


/* END */

/* Start Dynamic repeater + Field Repeater */

c-cfsuite-flow-dynamic-property-repeater .add-entry-link,
c-cfsuite-flow-field-repeater .add-entry-link {
    font-size: 1rem;
}

c-cfsuite-flow-dynamic-property-repeater .add-entry-link i,
c-cfsuite-flow-field-repeater .add-entry-link i {
    padding-right: .5rem;
    color: var(--primary);
}

c-cfsuite-flow-field-repeater .add-entry-link {
    margin-bottom: 1.6rem;
    margin-top: 0.5rem;
}

c-cfsuite-flow-field-repeater .field-repeater-radio-style {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0.4rem 1rem 0.7rem;
}

/* END */

@media (max-width: 48em) {
    .cFlowTheme .cfsuite1Breadcrumbs {
        padding-top: 10px;
    }

    .forceCommunityFlowCommunity .slds-card__footer {
        padding: 0 1rem 1.2rem;
    }
}

@media (max-width: 30em) {
    .forceCommunityFlowCommunity .slds-card__header {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
}

/* END common flows styles */

/* START flows styles for forms (might conflict with hardwaste */

.forceCommunityFlowCommunity {
    text-align: left;
    margin-top: 158px;
}

@media (max-width: 30em) {
    .cCustomLayoutNoImage .forceCommunityFlowCommunity {
        margin-top: 100px;
    }
}

@media (min-width: 670px) {
    .forceCommunityFlowCommunity {
        margin-top: 86px;
    }
}

@media (min-width: 900px) {
    .forceCommunityFlowCommunity {
        margin-top: 220px;
    }
}

/* New CSS Code for stepper */

.dynamic-step.first-last-step .line-right,
.dynamic-step.first-last-step .line-left {
    width: 100%;
}

.dynamic-step.first-last-step,
.dynamic-step.step-four,
.dynamic-step.step-five {
    display: inline-block;
    font-weight: bold;
    line-height: 18px;
    vertical-align: top;
}

.dynamic-step.first-last-step {
    width: 18%;
}

.dynamic-step.step-four {
    width: 32%;
    text-align: center;
}

.dynamic-step.first-last-step:last-child {
    text-align: right;
}

.forceCommunityFlowCommunity .flowruntime-input-label .slds-form-element__label span {
    display: inline-block;
    color: #5a5a5a;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-left: 1rem;
}

.dynamic-step.step-five {
    text-align: center;
    width: 25%;
}

.total-steps-five .first-last-step {
    width: 12.5%;
}

/* Search result Styling start */
c-cfsuite_address .address-radio-inline .slds-form-element__control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

c-cfsuite_address .address-radio-inline .slds-radio {
    margin-bottom: 0;
}

c-cfsuite_address .address-radio-inline .slds-form-element__label {
    margin-bottom: 0 !important;
    padding-right: 1.5rem;
    width: fit-content !important;
}

c-cfsuite_address .address-radio-inline .slds-form-element__label {
    font-size: 1rem;
    font-weight: 400;
}

c-cfsuite_address .slds-truncate {
    font-size: 1rem;
    line-height: 1.5;
}

c-cfsuite_address .slds-button.clear-residential {
    display: none;
}

c-cfsuite_address .slds-m-bottom_large {
    margin-bottom: 0;
}

c-cfsuite-flow-dynamic-property-repeater .clear-residential {
    position: absolute;
    right: 16px;
    top: 14px !important;
    padding: 0;
    font-size: 1.4rem;
}

.common-radio-label .slds-radio__label .slds-form-element__label {
    font-size: 1rem;
    margin-bottom: .6rem;
    line-height: 40px;
    font-weight: 600;
}

.flowruntimeBody .common-radio-label .slds-radio__label .slds-radio_faux {
    margin-top: 0 !important;
}

.slds-has-error .slds-input-has-icon_left .slds-input {
    padding-left: 0.75rem;
}

@media (max-width: 30em) {
    c-cfsuite_address .address-radio-inline .slds-form-element__control {
        display: block;
    }
}

/* Search result Styling end */

.flowruntimeBody .readonly_info {
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 1.4rem;
}

.forceCommunityFlowCommunity .slds-form-element__control .slds-input,
.cQuickCmpPills {
    font-size: 1rem;
    min-height: 52px;
    outline: none;
}

.flowruntimeBody .flowruntime-input.flowruntime-inline-container.slds-form-element {
    margin-bottom: 0;
}

/* remove padding to fix the styling issue relate to side widget of contact form. */
.flowruntimeBody cfsuite1-c-fsuite-flow-display-read-only-text h3 {
    font-size: 24px;
    color: var(--primary) !important;
    font-weight: 600;
    margin-bottom: 0;
    /* padding-top: 2rem; */
}

flowruntime-screen-field.flowruntime-section-column.slds-col.slds-size_1-of-1.slds-medium-size_8-of-12 {
    margin-bottom: 0;
}


.acc-container {
    border: 1px solid #eee;
}

/* validation rule for address font size related changing,issues mentioned in form 6 , 12 */
.slds-has-error .slds-form-element__help {
    font-size: .94rem !important;
}

/* deleting the * from Acknowledgement form 15 */
.flowruntime-input.slds-form-element.flowruntime-inline-container .slds-required {
    display: none !important;
}

/* adding space for the tickbox and the Acknowledge working */
.flowruntime-input-label.flowruntime-inline p {
    padding-left: 10px;
}

/* form 6 , adding space between upload and question  */
/* .flowruntime-column.slds-col.slds-size_12-of-12.slds-align-top .file-upload-lwc .slds-form-element {
    margin-top: 2rem;
} */

/* solving the info wideget space not consistent */
.flowruntimeBody cfsuite1-c-fsuite-flow-display-read-only-text .readonly_title {
    margin-top: 2rem;
}

/* form 4 , radio button alignment */
.flowruntimeBody .slds-radio__label.flow-radio-button-label .slds-radio_faux {
    margin-top: 10px !important;
}

/* for info widgets which icon and h3 have alignment issue */
.flowruntimeBody cfsuite1-c-fsuite-flow-display-read-only-text .readonly_info h3 {
    margin-top: -.3rem;
}

/* Custom CSS to fix line spacing in multi-line radio button labels 
 * This was needed in the 6 ConstructionAlter Driveway of eServices form of City of Marion
 * Target the actual text content */
flowruntime-radio-button-input-lwc .slds-radio .flow-radio-button-label span {
    line-height: 1.5 !important;
}


/* Construction or alter driveway, eServices form
Helper text under first two radio options for "Please select what you wish to construct/alter" field
Code added by Rizwan 

.flowruntimeBody #RADIO-LABEL-0-102::after {
        content: "The laid-back section of kerb that allows vehicles to cross the kerb.";
        display: block;
        margin-top: -15px;
        margin-left: 2rem;
        font-size: 14px;
        line-height: 1.35;
        color: #878787;
        max-width: 68ch;
    }
                                                                            
.flowruntimeBody #RADIO-LABEL-1-102::after {
        content: "The section of the driveway located between the driveway invert/kerb and the front property boundary.";
        display: block;
        margin-top: -15px;
        margin-left: 2rem;
        font-size: 14px;
        line-height: 1.35;
        color: #878787;
        max-width: 68ch;
    }
    */

/* Request Extension rates styling start */

.cPaymentPlanOrExtension .buttonspan .responseBlock:nth-child(1) {
    padding: 20px 30px;
}

.cPaymentPlanOrExtension .buttonspan .responseBlock i {
    color: var(--primary);
    font-size: 28px;
    vertical-align: top;
}

.cPaymentPlanOrExtension .responseBlock p {
    padding-top: 4px;
    font-size: 15px;
    font-weight: normal;
}

.cPaymentPlanOrExtension b {
    font-size: 1.15rem;
    font-weight: 600;
}

.cPaymentPlanOrExtension .responseBlock .slds-col.slds-size_1-of-12 {
    margin-right: 1rem;
    padding: 0;
    width: auto;
}

.details .terms .slds-col.slds-size_1-of-1.slds-small-size_1-of-1.slds-m-top_x-large {
    display: flex;
}

.thank-you-payment .thank-you_content {
    font-weight: normal;
    margin-top: 0.2rem;
}

.thank-you-payment .thank-you_content a {
    text-decoration: underline;
}

.thank-you-payment .thank-you_content a:hover {
    text-decoration: none;
}

@media(max-width:768px) {}


.first-coulmn img {
    width: 234px;
}

.first-coulmn svg {
    width: 82px;
    margin-left: -1rem;
}

/* .template-footer .footer .first-coulmn p {
    font-size: 0.92rem;
} */

@media(min-width:1024px) {

    .footer-content .second-coulmn {
        width: 21%;
    }

    .footer-content .third-coulmn {
        width: 20%;
    }
}

/* Tip Ticket styling start */

.cFlowTheme .flowruntimeFlowRuntime .navigationBar {
    padding: 0;
    background-color: transparent;
}

.cFlowTheme .forceCommunityFlowCommunity .slds-card__header {
    display: none;
}

.cFlowTheme .slds-button+.slds-button {
    margin-left: 0.6rem;
}

.cFlowTheme .forceCommunityFlowCommunity .flowruntimeBody {
    max-width: 100%;
    width: 830px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
    padding-top: 2rem;
}

.cFlowTheme .flowruntimeBody .flowruntime-input-label {
    display: inline-block;
}

.cFlowTheme .forceCommunityFlowCommunity .flowruntime-input-label .slds-form-element__label span {
    margin: 0;
}

.cFlowTheme .forceCommunityFlowCommunity .slds-form-element__label {
    display: inline-block !important;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.cFlowTheme .forceCommunityFlowCommunity .flowruntime-input-label .slds-form-element__label span {
    color: #000;
}

.cFlowTheme .flowruntimeBody .slds-gutters_direct>.slds-col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.cFlowTheme .flowruntimeBody .slds-gutters_direct {
    margin-left: 0;
    margin-right: 0;
}

.cFlowTheme .flowruntimeBody .slds-p-bottom_x-small.cQuickLookup {
    padding-bottom: 0;
}

.cFlowTheme .navigationBar .navigation-bar__right-align {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 1.6rem;
}

.cFlowTheme .navigationBar .navigation-bar__right-align .slds-button {
    width: 100%
}

.cFlowTheme .forceCommunityFlowCommunity .slds-radio .slds-form-element__label {
    margin: 0;
}

.cFlowTheme .flowruntimeBody .slds-radio__label.flow-radio-button-label .slds-radio_faux {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.cFlowTheme .forceCommunityFlowCommunity .slds-form-element__label.slds-form-element__legend {
    margin-top: 0;
}

.cFlowTheme .forceCommunityFlowCommunity .slds-visual-picker__figure {
    border: 1px solid #b7b7b7 !important;
    border-radius: 4px;
}

.flowruntimeBody .slds-visual-picker .slds-visual-picker__figure:hover {
    border: 1px solid var(--secondary) !important;
}

.cFlowTheme .cQuickLightningLookup .slds-combobox__form-element {
    margin: 0;
}

.cSubbanner .bantitle {
    line-height: normal;
}

@media(min-width:900px) {
    .cFlowTheme .forceCommunityFlowCommunity {
        margin-top: 250px;
    }
}

@media(max-width:410px) {
    .cSubbanner .links a {
        font-size: 16px !important;
    }

    .cFlowTheme .flowruntimeBody {
        padding-top: 1.5rem;
    }

    .cFlowTheme .forceCommunityFlowCommunity .slds-visual-picker__figure {
        padding: 1rem;
    }

    .cFlowTheme .forceCommunityFlowCommunity .slds-visual-picker__figure .slds-text-heading_medium {
        font-size: 1.2rem;
    }
}

.cLinkedPropertiesDetails .amount-cont {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 32px;
    row-gap: 16px;
    align-items: start;
}

.cLinkedPropertiesDetails .amount-cont>.content-cont {
    max-width: none !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

.cLinkedPropertiesDetails .amount-cont>.arrears {
    grid-column: 1;
    text-align: left !important;
    border: none !important;
}

.cLinkedPropertiesDetails .amount-cont>.quarterly {
    grid-column: 2;
    text-align: left !important;
    border: none !important;
}

.cLinkedPropertiesDetails .amount-cont>.actions-row {
    grid-column: 1 / 3;
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
}

.cLinkedPropertiesDetails .amount-cont>.actions-row>.actions-btn-wrap {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

@media (max-width: 767px) {
    .cLinkedPropertiesDetails .amount-cont {
        grid-template-columns: 1fr !important;
    }

    .cLinkedPropertiesDetails .amount-cont>.arrears,
    .cLinkedPropertiesDetails .amount-cont>.quarterly,
    .cLinkedPropertiesDetails .amount-cont>.actions-row {
        grid-column: 1 !important;
    }
}

.cLinkedPropertiesDetails .amount-cont {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 32px;
    row-gap: 16px;
    align-items: start;
}

.cLinkedPropertiesDetails .amount-cont>.content-cont {
    max-width: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

.cLinkedPropertiesDetails .amount-cont>.arrears {
    grid-column: 1;
    border: none !important;
}

.cLinkedPropertiesDetails .amount-cont>.quarterly {
    grid-column: 2;
    border: none !important;
}

.cLinkedPropertiesDetails .amount-cont>.arrears>.slds-grid,
.cLinkedPropertiesDetails .amount-cont>.quarterly>.slds-grid {
    justify-content: center !important;
}

.cLinkedPropertiesDetails .amount-cont>.arrears .title,
.cLinkedPropertiesDetails .amount-cont>.arrears .amount,
.cLinkedPropertiesDetails .amount-cont>.arrears .payable,
.cLinkedPropertiesDetails .amount-cont>.quarterly .title,
.cLinkedPropertiesDetails .amount-cont>.quarterly .amount,
.cLinkedPropertiesDetails .amount-cont>.quarterly .due-date {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

.cLinkedPropertiesDetails .amount-cont>.actions-row {
    grid-column: 1 / 3;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
}

.cLinkedPropertiesDetails .amount-cont>.actions-row>.actions-btn-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

.cLinkedPropertiesDetails .amount-cont>.actions-row .action {
    width: 100% !important;
}

.cLinkedPropertiesDetails .amount-cont>.actions-row .action button,
.cLinkedPropertiesDetails .amount-cont>.actions-row .action .slds-button {
    width: 100% !important;
}

.cLinkedPropertiesDetails .amount-cont>.paid-row {
    grid-column: 1 / 3;
    width: 100%;
}

.cLinkedPropertiesDetails .amount-cont>.paid-row>.paid {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: none !important;
}

.cLinkedPropertiesDetails .amount-cont>.paid-row .paid-message {
    max-width: none;
}

@media (max-width: 767px) {
    .cLinkedPropertiesDetails .amount-cont>.paid-row {
        grid-column: 1 !important;
    }
}

@media (max-width: 767px) {
    .cLinkedPropertiesDetails .amount-cont {
        grid-template-columns: 1fr !important;
    }

    .cLinkedPropertiesDetails .amount-cont>.arrears,
    .cLinkedPropertiesDetails .amount-cont>.quarterly,
    .cLinkedPropertiesDetails .amount-cont>.actions-row {
        grid-column: 1 !important;
    }

    .cLinkedPropertiesDetails .amount-cont>.actions-row {
        grid-template-columns: 1fr;
    }

    .cLinkedPropertiesDetails .amount-cont>.paid {
        grid-column: 1 !important;
    }
}

@media (max-width: 499px) {
    .cMyLinkedProperties .properties .title-cont>a {
        width: 152px !important;
        height: auto !important;
        background: none;
        font-size: 1rem !important;
        margin-top: 0 !important;
        text-align: left !important;
        padding: 0 !important;
    }
}

.cLinkedPropertiesDetails .amount-cont>.quarterly {
    grid-column: 1;
}

.cLinkedPropertiesDetails .amount-cont>.arrears+.quarterly {
    grid-column: 2;
}

.cPropertyLink {
    margin-top: 11rem;
}

@media (min-width: 901px) {
    .cPropertyLink {
        margin-top: 15rem;
    }
}

/* payment extension code start */



.cPaymentPlanOrExtension h1 {
    line-height: normal;
}

.cPaymentPlanOrExtension .wrap.details.frequency {
    margin-top: 3rem;
}

.cPaymentPlanOrExtension .reason-info {
    padding: 0 !important;
    background-color: transparent !important;
}

.cPaymentPlanOrExtension .slds-col.slds-size_1-of-1.flexme {
    display: flex;
    margin-bottom: 2rem;
}

.cPaymentPlanOrExtension .slds-col.slds-size_1-of-1.flexme label {
    color: #636363 !important;
}

@media(min-width:768px) {

    .cPaymentPlanOrExtension {
        margin-top: 210px;
    }

    .comm-page-custom-paymentextension .cNeedHelp {
        margin-top: 206px;
    }
}

@media(max-width:768px) {
    .cPaymentPlanOrExtension {
        margin-top: 170px;
    }

    .cPaymentPlanOrExtension .wrap.details.frequency {
        margin-top: 1rem;
    }

    .cPaymentPlanOrExtension .slds-col.slds-size_1-of-1.flexme {
        gap: 1.5rem;
    }

    .cSubbanner .sub-cont {
        top: 0 !important;
    }
}

/* payment extension code end */

.cRequestPaymentPlan .details {
    margin-bottom: 2rem;
}

.cSetupDirectDebit,
.cMakePropertyPayment {
    width: 760px;
    max-width: 100%;
}


.cSetupDirectDebit .cProgressIndicator .steps-container {
    text-align: left;
}

.cSetupDirectDebit .cProgressIndicator .step {
    width: 68%;
}

.cMyLocalGovLayout .cProgressIndicator .line-wrapper .step-bullet.inactive {
    background-color: transparent;
}


.rates.container,
.container.steps {
    margin-left: 0 !important;
}

.cMyLocalGovLayout .back.button,
.cSetupDirectDebit h1,
.cMakePropertyPayment h1 {
    display: none;
}

/* Direct debit code start */
.cSetupDirectDebit .slds-col.slds-size_1-of-1.slds-text-align_center,
.cMakePropertyPayment .slds-col.slds-size_1-of-1.slds-text-align_center {
    text-align: left;
}






/* Refund credit CSS code strat */

.cRefundCredit {
    margin-top: 214px;
}

.comm-page-custom-refund-credit .cNeedHelp {
    margin-top: 346px;
}

.cRefundCredit .details {
    background-color: #f0f0f0;
    padding: 30px 50px;
    margin-top: 3.5rem;
}

.cRefundCredit .details .refund-title {
    margin-top: 3.5rem;
}