/* START Common Layout styles */
:root {
    --primarycolor: #0B574B;
    --primarybuttoncolor: #008574;
    --primarybuttonhovercolor: #0b574d;
}

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

.container-wrapper {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

rgb(0, 113, 116) .container,
.breadcrumbs,
.comm-navigation.forceCommunityGlobalNavigation,
.slds-col.content,
.cfsuite1Cf_SmartSearch {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 30em) {

    .container,
    .breadcrumbs,
    .comm-navigation.forceCommunityGlobalNavigation,
    .slds-col.content,
    .cfsuite1Cf_SmartSearch {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


@media (min-width: 64em) {

    .container,
    .breadcrumbs,
    .comm-navigation.forceCommunityGlobalNavigation,
    .slds-col.content,
    .cfsuite1Cf_SmartSearch {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 64em) {

    .container,
    .breadcrumbs,
    .comm-navigation.forceCommunityGlobalNavigation,
    .slds-col.content,
    .cfsuite1Cf_SmartSearch {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 1280px) {

    .container,
    .breadcrumbs,
    .comm-navigation.forceCommunityGlobalNavigation,
    .slds-col.content,
    .cfsuite1Cf_SmartSearch {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.logo-wrapper {
    margin: 0;
    padding: 1.2rem 4.5rem;
}

@media (max-width: 767px) {

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

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

/* Header top row */
.header-line {
    background-color: #Eef0e9;
}

.header-line .slds-grid:first-child {
    border-bottom: 1px solid #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}

.header-line .login-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}

.header-line .slds-grid:first-child .slds-col:first-child {
    border-right: 1px solid #fff;
}



@media (max-width: 670px) {

    .header-line .slds-col:nth-child(2) {
        width: 100%;
        text-align: center;
    }
}

.header-line p {
    color: #0b574b;
    font-size: 1rem;
    letter-spacing: .01em;
    padding: 0.8rem 0 0.6rem;
}

.header-line .header-line_col1 p {
    font-family: 'Lola';
    font-size: 1.15rem;
}

.header-line i {
    color: #0b574b;
    font-size: 1.3rem;
    position: relative;
    top: 2px;
}

/* 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,
.cCouncillorDashboardLayout .logoContainer,
.cMyLocalGovLayout .logoContainer {
    height: 116px;
    width: 123px;
}

@media(max-width: 840px) {
    .cHeaderMobile .logoContainer {
        width: 120px;
        height: 80px;
    }
}

.logoLine {
    color: #515151;
    margin-left: 57px;
    margin-top: 0px;
    font-size: .83rem;
    font-weight: 600;
}

/* END */

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

.profileMenuRegion {
    padding-top: 2.2rem;
}

.header-row {
    display: none;
}

@media (max-width: 840px) {
    .headerContent .navbar {
        display: none !important;
    }

    .header-top .logo-wrapper,
    .header-top .header-line .login-wrapper,
    .header-top .slds-col.slds-grow-none.slds-p-right_large {
        display: none;
    }

    .header-top .slds-col.slds-text-align_right {
        text-align: center;
    }
}

@media (max-width: 1012px) {

    .content,
    .cfsuite1RecentRequests,
    .footer-wrapper,
    .header-line {
        padding: 0 16px;
    }
}

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

.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;
}

body .cCommunitySectionLayout .container {
    margin: 0 auto;
    width: 100%;
}

.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;
    z-index: 1;
}

.forceCommunityUserSettings .userSettingTabs a.tabHeader {
    line-height: 1.25;
    padding: 0;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    color: rgba(28, 31, 42, .9);
    border: none;
}

.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 {
    margin-top: 10px;
    padding: 0 5px 5px 0;
    color: #696969;
    line-height: 24px;
    font-size: .9rem !important;
}

.forceCommunityUserSettings .settingsOutputbox {
    font-size: .9rem !important;
    color: #252525;
}

.forceCommunityUserSettings .changepassword {
    font-size: .9rem !important;
}

/* 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;
    border-radius: 0.375rem;
}

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

input {
    border: 1px solid #949494;
}

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

.slds-input-has-icon_right .slds-button__icon {
    fill: rgba(28, 31, 42, .9);
}

.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;
}

.slds-tabs_default {
    font-size: 1rem;
}

.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-bottom: 6rem;
}

@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 {
    border-radius: 4px;
    /* padding: 5px 10px 8px; */
}

.profile-container .user-photo {
    color: white;
    margin-left: 8px;
    margin-right: 2px;
}

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

.profile-container .notification-count {
    background-color: #f6771f;
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 12px;
    position: relative;
    left: -5px;
    top: -5px;
    width: 12px;
}

.slds-dropdown-trigger .slds-button.menu-profile {
    color: white;
    line-height: 1;
    padding: 12px 21px 12px;
    background-color: #0B574B;
    border-radius: 9999px;
    letter-spacing: .01em;
}

.profile-container .slds-dropdown {
    background-color: #0B574B;
    border: none;
    width: 138px;
    margin-right: 10px;
    margin-top: 0px;
}

.profile-container .slds-dropdown__item>a {
    color: white;
    justify-content: center;
    /*  font-family: Dax,ui-serif,Georgia,Cambria,Times New Roman,Times,serif; */
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .01em;
}

.profile-container .slds-dropdown__item>a:active,
.profile-container .slds-dropdown__item>a:hover {
    background-color: #0B574B;
}

.cLogin .btn-login {
    display: inline-block !important;
    font-size: 17px;
    background-color: #0b574b;
}

.cLogin .btn-login:hover {
    background-color: #008574;
}

.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 */

.footer {
    background-color: #fff;
    line-height: 1.625rem;
}

.footer .template-footer {
    color: #fff;
    font-size: 1rem;
}

.cCustomLayoutNoImage .footer {
    margin-top: 8rem;
}

.footer .twitter-icon {
    width: 48px;
    vertical-align: baseline;
    height: auto !important;
}

.footer .template-footer p {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    -webkit-font-smoothing: antialiased;
}

.footer .template-footer i {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 14px;
    font-size: 1.3rem;
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
    margin-right: 7px;
}

.footer .template-footer i:first-child {
    padding: 14px 13px 14px 15px;
}

.footer .template-footer i:nth-child(5) {
    padding: 14px 16px 14px 12px;
}

.footer .template-footer h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #fcb731;
}

.template-footer .footer-btm {
    border-top: 1px solid #51a3f5;
}

@media (max-width: 64em) {
    .footer .template-footer img {
        display: none;
    }
}

@media (min-width: 48em) {
    .footer .template-footer h3 {
        margin-bottom: 2rem;
    }
}

.cCustomLayoutNoImage .footer,
.cCustomLayout1 .footer {
    margin-top: 1;
}
}


/* Footer styles to be added to builder css  */


@media (max-width: 1023px) {
    .cCustomLayoutNoImage .template-footer {
        margin-top: 30px;
    }
}

/* END */

/* END */

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

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

    .footer .template-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cCustomLayoutNoImage .footer .template-footer,
    .cDashboardLayout .footer .template-footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

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

    .profileMenuRegion {
        margin: 18px 0;
    }
}


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

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

a.nav-link {
    color: #0b4892;
    margin: 10px 19px 10px 0px;
    text-decoration: none;
    /* font-family: Dax,ui-serif,Georgia,Cambria,Times New Roman,Times,serif; */
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .01em;
}

.cHeaderLinks a:active,
a.nav-link:hover {
    color: #0767d5;
}

.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 0px 10px 38px;
    }

    .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,
p {
    font-weight: normal;
}

h1 {
    font-size: 1.625rem;
    line-height: 50px;
}

h2 {
    font-size: 1.4rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgba(28, 31, 42, .9);
}

b {
    font-weight: 600;
}

.cfsuite1Cf_SmartSearch h1 {
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.cfsuite1Cf_SmartSearch h1:after {
    content: "requesting today?";
    font-size: 2.6rem;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 78px;
    font-family: 'Lola';
}

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

    .cfsuite1Cf_SmartSearch h1:after {
        font-size: 2rem;
        top: 56px;
    }
}

.cCustomLayout1 .forceCommunityRichText h2 {
    color: var(--primarycolor);
    font-size: 2rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.cCustomLayout1 .forceCommunityRichText h2 span {
    color: var(--primarycolor);
    font-family: 'Lola';
    font-size: 2.2rem;
}

.cfsuite1SmartSearch h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0B574B;
}

.cfsuite1ThankYou h1 {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
}

.cfsuite1MyRecentRequests h2,
.cfsuite1DetailComponent h2 {
    font-weight: 700;
}

.cfsuite1DetailComponent h2 {
    font-size: 1.2rem;
}

.cfsuite1PhoneNumbers h2 {
    font-size: 1.5rem;
    margin-bottom: .8rem;
    font-weight: 700;
}

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

.cfsuite1MyRecentRequests h2 {
    padding: 0px 0px 15px 0px;
    font-size: 1.6rem;
    color: var(--primarycolor);
    font-weight: 700;
}

.cfsuite1RecommendedActions h2 {
    padding: 22px 25px 0px 25px;
    font-size: 1.25rem;
    position: relative;
    border: none;
    border-bottom: none;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    color: var(--primarycolor);
}

.cfsuite1LoginRegister h2 {
    font-size: 16px;
    margin-bottom: 25px;
}

.cfsuite1QAProcess h2 {
    font-size: 2rem;
}

.cfsuite1QAProcess .slds-page-header__title br {
    display: none;
}

@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: 1.8rem !important;
    }

}

/* END h2 styles */

/* START Button & link styles */

.slds-button {
    border-radius: 4px;
    border: none;
    font-size: 1.1rem;
    max-width: 100%;
    display: inline-block;
    /*margin-top: 1.3em; */
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.slds-button_brand,
.btn-login {
    border: none;
    border-radius: 9999px;
    padding: .8rem 1.4rem;
    color: white;
    background-color: var(--primarycolor);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

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

.slds-button_brand:hover svg {
    fill: #fff !important;
}

.slds-button_brand:hover,
.btn-brand_custom:hover,
.btn-login:hover,
.btn-continue:hover {
    background-color: var(--primarybuttoncolor);
    transition: 0.4s;
}


@media (max-width: 30em) {
    .slds-button_brand {
        width: 100%;
    }
}

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

.btn-continue {
    margin-top: 1.3em;
    background-color: var(--primarycolor);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .01rem;
    -webkit-font-smoothing: antialiased;
}

#LocateButton {
    background-color: #008574 !important;

}

.cfsuite1CommunityMap .slds-button_brand:hover svg,
.cfsuite1DetailComponent .slds-button_brand:hover svg,
.btn-continue:hover svg {
    fill: #fff !important;
}

.cfsuite1CommunityMap .slds-button_brand,
.cfsuite1DetailComponent .slds-button_brand,
.cfsuite1CommunityMap .slds-button_brand {
    padding: 0.8rem 1.4rem;
}

.cfsuite1CommunityMap .slds-button_brand.btn-continue span {
    vertical-align: top;
    margin-left: -6px;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* END Button & link styles */

/* START Tiles styles */

.box-container {
    height: 180px;
}

.box,
.report-type-option-alt {
    color: #0b574d;
    display: inline-block;
    font-size: 19.2px;
    height: 180px;
    position: relative;
    text-align: left;
    font-size: 1.2rem;
    font-weight: normal;
}

.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 i {
    --fa-primary-color: #0b574d;
    --fa-secondary-color: #0b574d;
    --fa-secondary-opacity: 1;
}

.box:hover i {
    --fa-primary-color: #fff;
    --fa-secondary-color: #fff;
    --fa-secondary-opacity: 1;
    color: #fff;
}

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

.box-container .box-title {
    font-weight: 600;
    /*font-size: max(1.125rem, min(calc(1rem + .44643vw), 1.5rem)); */
}

.box-container .box-title {
    font-size: 18px;
    text-align: center;
}

.box-icon-container {
    /*background-color: #eef0e9; */
    /* border-radius: 9999px;
    width: 125px;
    height: 125px;
    padding-top: 39px; */
    text-align: center;
}

/*.box-icon-container:hover {
    background-color: #84bd00;
    color: #fff;
} */

i.report-type-icon {
    font-size: 2.6rem;
    width: 125px;
    height: 125px;
}

.box-container .box-title .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 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;
}

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

@media (max-width: 767px) {

    .box-container,
    .box,
    .cfsuite1ShowMoreTopics .report-type-option-alt {
        height: 120px;
        text-align: left;
    }

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

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

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

    .box-container .box-title .title-text {
        padding-left: 100px;
        display: block;
        text-align: left;
    }
}

/* END Tiles styles */

/* START Common Pop up Modal styles */

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

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

}

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

.slds-modal__container .slds-button {
    font-weight: normal;
    width: 7.25rem;
    font-size: .95rem;
    padding: .3rem;
    border-radius: 9999px;
    letter-spacing: .02rem;
}

.slds-modal__container .slds-button_neutral {
    background-color: #e3e3e3;
    border: 1px solid #d9d9d9;
    color: #292929;
}

.slds-modal__container .slds-button_neutral:hover,
.slds-modal__container .slds-button_brand:hover {
    background-color: #008574;
}

.slds-modal__container .slds-button_neutral:hover {
    background-color: #cfcfcf;
}

.cfsuite1RequestPaymentPlan .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;
}

/* END */

/* Large modal styles */
.modal-lg .slds-modal__content p {
    font-size: 1.1em;
    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;
}

.deflection-container {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

@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.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 #159D9D;
    outline-offset: 3px;
}

.slds-input:focus,
.slds-button:focus,
button:focus,
.slds-textarea:focus,
.uiInput--input .input:focus,
.slds-has-error .slds-input:focus {
    outline: #159D9D 2px solid;
    outline-offset: 2px;
    box-shadow: none;
    border: none;
}

.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 span:focus,
.cfsuite1ShowMoreTopics .report-type-container:focus {
    outline: #fcb731 2px solid !important;
    outline-offset: 2px;
    box-shadow: none;
    border: none;
}

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

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

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

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

.cfsuite1RecentRequests .actions .slds-col button.active:nth-child(2) {
    MARGIN-BOTTOM: 0.8rem;
}

.cfsuite1RecentRequests .slds-datepicker__filter_month h2 {
    width: auto !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 .btn-login,
.cfsuite1LoginRegister .btn-register {
    padding: .8rem;
    width: 100% !important;
    border-radius: 9999px;
}

.cfsuite1LoginRegister h2 {
    font-weight: bold;
    margin-top: 0px;
}

.cfsuite1LoginRegister a.forgot-password {
    font-size: 1rem;
    text-decoration-color: #90bb3a;
    text-underline-offset: 10px;
}

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

/* END LoginRegister styles */

/* START ShowMoreTopics styles */

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

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

.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;
    display: none;
}

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

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

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

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

.cfsuite1ShowMoreTopics h2.reportit-header {
    padding-bottom: 3rem;
    text-align: left;
    color: #0b574b;
    font-size: 1.3rem;
}

@media (max-width: 767px) {
    .cfsuite1ShowMoreTopics .box-icon-container {
        line-height: 120px;
    }

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

@media (max-width: 767px) {
    .box-title {
        margin-top: 0 !important;
    }

    .cfsuite1ShowMoreTopics {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .cfsuite1ShowMoreTopics {
        margin-top: 90px;
    }
}

@media (min-width: 980px) {
    .cfsuite1ShowMoreTopics {
        margin-top: 78px;
    }
}

/* END ShowMoreTopics styles */

/* START MyRecentRequests styles */

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

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

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

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

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

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

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

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

.cfsuite1MyRecentRequests .tabset ul[role=tablist] a,
.cMyRecentQuestions .tabset ul[role=tablist] a {
    color: #595959;
    font-size: 16px;
    text-decoration: none;
}

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

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

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

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

.cfsuite1MyRecentRequests .address,
.cfsuite1MyRecentRequests .category,
.cMyRecentQuestions .category {
    color: #000;
}

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

.cfsuite1MyRecentRequests .number,
.cMyRecentQuestions .number {
    margin-right: 10px;
    text-decoration: underline;
}

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

.cfsuite1MyRecentRequests .status,
.cMyRecentQuestions .status {
    border-radius: 1.5rem;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -1px;
    max-width: 148px;
}

.cfsuite1MyRecentRequests .status.pending,
.cMyRecentQuestions .status.pending {
    background-color: #19614F;
}

.cfsuite1MyRecentRequests .status.inprogress,
.cMyRecentQuestions .status.inprogress {
    background-color: #fcb731;
    color: #262626;
}

.cfsuite1MyRecentRequests .status.complete,
.cMyRecentQuestions .status.complete {
    background-color: #5ba252;
}

.cfsuite1MyRecentRequests .address,
.cMyRecentQuestions .address {
    font-size: 1rem;
    padding-right: 20px;
}

.cfsuite1MyRecentRequests .category,
.cMyRecentQuestions .category {
    margin-top: 4px;
}

.cfsuite1MyRecentRequests .submitted,
.cMyRecentQuestions .submitted {
    color: #404040;
    font-size: 14px;
}

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

.cfsuite1MyRecentRequests .actions a,
.cMyRecentQuestions .actions a,
.cAllQuestions .button-wrapper a {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 9999px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: .95rem;
    margin-top: .6rem;
    text-decoration: none;
    text-transform: uppercase;
}

.cfsuite1MyRecentRequests .actions a.view-all,
.cMyRecentQuestions .actions a.view-all,
.cAllQuestions .slds-button_neutral {
    color: var(--primarycolor);
    background-color: #fff;
    border: 1px solid var(--primarycolor);
}

.cfsuite1MyRecentRequests .actions a.submit,
.cMyRecentQuestions .actions a.submit {
    background-color: var(--primarycolor);
    color: white;
}

.cfsuite1MyRecentRequests .actions a.submit:hover,
.cfsuite1MyRecentRequests .actions a.view-all:hover,
.cMyRecentQuestions .actions a.submit:hover,
.cMyRecentQuestions .actions a.view-all:hover,
.cAllQuestions .slds-button_neutral:hover {
    color: #fff;
    background-color: #008675;
}

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

.cfsuite1MyRecentRequests .slds-tabs_default li:nth-child(3),
.cMyRecentQuestions .slds-tabs_default li:nth-child(3) {
    display: none;
}

@media (max-width: 30em) {
    .cfsuite1RecentRequests .actions {
        padding-bottom: 0.5rem;
    }

    .cfsuite1RecentRequests .actions .slds-size_1-of-3:first-child,
    .cMyRecentQuestions .actions .slds-size_1-of-3:first-child {
        width: 100%;
    }

    .cfsuite1RecentRequests .actions .slds-size_1-of-3:nth-child(2),
    .cfsuite1RecentRequests .actions .slds-size_1-of-3:nth-child(3),
    .cMyRecentQuestions .actions .slds-size_1-of-3:nth-child(2),
    .cMyRecentQuestions .actions .slds-size_1-of-3:nth-child(3) {
        display: none;
    }
}

@media (min-width: 500px) {

    .cfsuite1MyRecentRequests .actions a,
    .cfsuite1MyRecentRequests .btn-add,
    .cMyRecentQuestions .actions a,
    .cMyRecentQuestions .btn-add,
    .cAllQuestions .button-wrapper .slds-button {
        width: 200px;
    }

    .cfsuite1MyRecentRequests .btn-add {
        width: auto;
    }

    .cAllQuestions .button-wrapper .slds-button_neutral {
        margin-right: 1rem;
    }
}

@media (max-width: 48em) {

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

@media(min-width:500px) and (max-width: 767px) {
    .cfsuite1MyRecentRequests .actions.slds-grid .slds-col.slds-size_1-of-1.slds-medium-size_1-of-2 {
        width: 49%;
        margin: auto;
    }
}

/* END MyRecentRequests styles */


/* START DetailComponent styles */

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

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

.cfsuite1DetailComponent .details h2 {
    color: #1C1F2A;
    font-size: 1.2rem;
}


.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: 20px 0 10px;
}

.cfsuite1DetailComponent .contact-form-text {
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: #404040;
}

.cfsuite1DetailComponent .contact-form .slds-form-element__label {
    font-size: 1rem;
    color: #404040;
}

.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 .customRadioCls .slds-form-element__legend {
    font-weight: normal;
}

/* eService Title */
.cat_title p {
    font-size: 24px;
    margin-left: 18px;
    margin-bottom: 10px;
    color: #808080
}

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

.cfsuite1DetailComponent button#SubmitButton svg.slds-icon {
    margin-left: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
}

.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 #D4D4D4;
}

.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;
    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;
}

@media (max-width: 64em) {
    .cfsuite1DetailComponent .details .slds-m-bottom_x-large {
        margin-bottom: 0.4rem;
    }
}

/* END DetailComponent styles */

/* START LoginRegister styles */

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

.cfsuite1LoginRegister .column2 {
    padding: 40px 30px 40px 16px;
}

.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;
    -webkit-font-smoothing: antialiased;
}

.cfsuite1LoginRegister input.slds-input {
    border: none;
    background-color: #f0f0f0;
    color: #292929;
    padding: 14px 0 14px 39px;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 0px;
    line-height: normal;
}

.cfsuite1LoginRegister .slds-icon-text-default {
    fill: #696969;
}

.cfsuite1LoginRegister ::placeholder {
    color: #696969 !important;
}

.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 .btn-login {
    margin-bottom: 20px;
}

.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 .links a {
    font-size: .95rem;
    text-underline-offset: 6px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .02rem;
}

.cfsuite1Breadcrumbs .links li:last-of-type a {
    text-decoration: none;
    color: rgba(28, 31, 42, .9);
}

.cfsuite1Breadcrumbs {
    position: relative;
}

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

.cfsuite1Breadcrumbs .links a>i {
    margin: 0 10px;
    vertical-align: middle;
}

@media(max-width: 30em) {
    .cfsuite1Breadcrumbs {
        display: none;
    }
}

/* END Breadcrumbs styles */

/* START StepsPath styles */

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

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

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

/* END StepsPath styles */


/* START RecentRequests styles */

.cfsuite1RecentRequests .map-content {
    width: 100%;
    padding-bottom: 3rem;
}

.cfsuite1RecentRequests.recent-cases {
    background-color: #ecf1f6;
    padding-top: 2rem;
}

@media (max-width:48em) {
    .cfsuite1RecentRequests.recent-cases {
        padding: 16px;
    }

    .cfsuite1RecentRequests .summary .slds-col {
        padding: 0px 2px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .cfsuite1RecentRequests .summary {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.cfsuite1RecentRequests h2 {
    font-size: 2.2rem;
    color: var(--primarycolor);
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 400;

}

.cfsuite1RecentRequests hr,
.cfsuite1RecentRequests .summary {
    width: 1217px;
    max-width: 100%;
    margin: 0 auto;
}

.cfsuite1RecentRequests hr {
    margin: 1.5rem auto;
}

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

.cfsuite1RecentRequests .slds-input-has-icon_right .slds-input::placeholder {
    color: rgba(28, 31, 42, .9);
    font-size: .95rem;
}

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

.cfsuite1RecentRequests .uiInput--select.select:not([multiple]) {
    height: 41px;
    color: rgba(28, 31, 42, .9);
    font-size: .95rem;
}

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

.cfsuite1RecentRequests .pending-label,
.cfsuite1RecentRequests .progress-label,
.cfsuite1RecentRequests .completed-label {
    font-size: 1rem;
    color: #363636;
    font-weight: normal;
    letter-spacing: .01em;
}

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

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

.cfsuite1RecentRequests .completed-count {
    color: #0b574b;
}

.cfsuite1RecentRequests .actions {
    margin: 0 auto;
    /* padding-left: 6px; */
}

.cfsuite1RecentRequests .actions button {
    font-size: 1rem;
    margin-right: .625rem;
    width: auto;
    font-weight: normal;
}

.MyAccount .slds-modal__content .slds-notify.slds-notify_alert,
.MyAccount .slds-modal__content .slds-notify.slds-notify_alert p {
    color: #fff;
}

.MyAccount .slds-modal__content .panel .slds-select_container:before,
.MyAccount .slds-modal__content .panel .slds-select_container:after {
    MARGIN-RIGHT: 7PX;
}

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

.cfsuite1RecentRequests .actions .slds-input {
    height: 41px;
}

.cfsuite1RecentRequests .actions .slds-input:placeholder-shown,
.cfsuite1RecentRequests .actions .slds-input:placeholder {
    color: rgba(28, 31, 42, .9);
}

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

.cfsuite1RecentRequests .slds-button.active span {
    border-bottom: thin solid #363636;
    color: rgba(28, 31, 42, .9);
    font-weight: bold;
    padding-bottom: 8px;
}

.cfsuite1RecentRequests .requests-container {
    display: block;
    padding-top: 0.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.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;
}

/* 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 .recent-requests-list .slds-table {
        width: 840px;
    }
}

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

@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: 1.6rem;
    padding-left: 0%;
} */
.cfsuite1QAProcess.mainBlock {
    padding-bottom: 2.6rem;
    padding-left: 0%;
    padding-top: 1.6rem;
}

.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;
    -webkit-font-smoothing: antialiased;
}

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

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

.cfsuite1QAProcess .question {
    line-height: 43.2px;
    margin-left: 70px;
    min-height: 70px;
    padding-left: 30px;
    padding-top: 14px;
}

.cfsuite1QAProcess h3 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: var(--lwc-fontFamily, Helvetica);
    margin-bottom: 0.6rem;
}

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

.cfsuite1QAProcess.login-modal .slds-modal__header {
    background-color: #ffffff;
    padding: 0px;
    height: 94px;
    border: 1px solid #eee;
}

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

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

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

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

.cfsuite1QAProcess .slds-button {
    margin-top: 0px;
}

.cfsuite1QAProcess .slds-modal__footer .slds-button {
    background-color: #1e1e29;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 18px;
    padding: 16px 0;
    text-align: center;
    width: 100%;
    border: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.cfsuite1QAProcess .slds-modal__container .btn-continue::after {
    content: "(Selecting this means you will NOT receive updates about your request)";
    font-size: 1rem;
    color: #fff;
    margin-left: 0.5rem;
    display: block;
    vertical-align: middle;
    text-transform: none;
}

@media (max-width: 64em) {
    .cfsuite1QAProcess.mainBlock {
        padding-bottom: 14px;
    }
}

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

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

@media (max-width: 30em) {
    .cfsuite1QAProcess.deflection-container div>hr {
        margin-top: 20px !important;
    }

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

/* END QAProcess styles */

/* START Welcome styles */

.cWelcomeNew h1 {
    font-size: 2.7rem;
    font-weight: normal;
    letter-spacing: .01em;
    text-align: left;
    margin-top: 14rem;
    line-height: 3.5rem;
}

.cWelcomeNew h1 b {
    font-size: 3rem;
    font-weight: 700;
}

.cWelcomeNew {
    color: white;
    padding: 0px 0 34px;
    margin-top: -63px;
}

.cWelcomeNew .sec1 {
    background-image: url(/resource/1688227926000/CustomHomeBannerNew);
    background-position: top left;
    background-size: cover;
    height: 419px;
}

.cWelcomeNew .sec2 {
    background-color: #0b4892;
}

.cWelcomeNew .sec2-top {
    background-image: url(/resource/1688226240000/CustomWelcomeTop);
    background-position: top;
    background-size: cover;
}

.cfsuite1Welcome {
    background-image: url(/resource/1719407478000/CustomLoggedInBanner);
    background-position: top;
    background-size: cover;
    color: white;
    margin-bottom: 4rem;
    padding: 65px 0 30px;
    /*margin-top: -63px; */
}

.cfsuite1Welcome .slds-medium-size_2-of-3,
.cWelcomeNew .slds-medium-size_2-of-3 {
    padding-left: 6rem;
    position: relative;
    top: 18px;
}

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

.cfsuite1Welcome h1 {
    font-size: 3rem;
    margin-top: 7rem;
    font-weight: 700;
    line-height: 3.5rem;
    text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.52);
    text-align: left;
}

.cfsuite1Welcome h1 strong,
.cWelcomeNew h1 strong {
    font-family: 'Lola';
    font-size: 3.2rem;
}

.cfsuite1Welcome .box,
.cWelcomeNew .box {
    color: #fff;
    padding: 30px 20px;
}

.cfsuite1Welcome .box-title,
.cWelcomeNew .box-title {
    margin-top: 18px;
}

.cfsuite1Welcome .box {
    width: 85%;
    border-radius: 6px;
}

.cfsuite1Welcome a:hover .box {
    background-color: var(--primarybuttoncolor);
}

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

.cfsuite1Welcome .box-title {
    font-weight: 400;
    margin-top: 18px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .02rem;
}

@media (max-width: 767px) {

    .cfsuite1Welcome .slds-medium-size_2-of-3,
    .cWelcomeNew .slds-medium-size_2-of-3 {
        padding-left: 0;

    }

    .cfsuite1Welcome .box {
        width: 100%;
    }

    .cfsuite1Welcome h1 strong,
    .cfsuite1Welcome h1 {
        font-size: 2rem;
        margin-top: 0rem;
        line-height: 2.5rem;
    }

    .cDashboardLayout .slds-col.content {
        margin-bottom: 0;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {

    .cfsuite1Welcome h1,
    .cWelcomeNew h1 {
        line-height: 3rem;
        padding-left: 16px;
    }

    .cfsuite1Welcome h1 strong,
    .cfsuite1Welcome h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {

    .cfsuite1Welcome .box-icon-container,
    .cWelcomeNew .box-icon-container {
        line-height: 60px;
        position: absolute;
        width: 70px;
    }

    .cfsuite1Welcome .container,
    .cWelcomeNew .container {
        margin: -20px auto 0px;
    }

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

    .cfsuite1Welcome .box-container,
    .cWelcomeNew .box-container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (max-width: 30em) {
    .cWelcomeNew {
        margin-top: -7px;
    }

    .cWelcomeNew .sec1 {
        background-image: url(/resource/1688227926000/CustomHomeBannerNew);
        background-position: top right;
        background-size: cover;
        height: 379px;
    }

    .cWelcomeNew .sec2 {
        position: relative;
        top: -1px;
        padding-top: 2rem;
    }

    .cWelcomeNew h1 {
        font-size: 2.3rem;
        margin-top: 9rem;
        line-height: 2.8rem;
        text-shadow: 2px 4px 47px #000;
    }
}

/* END Welcome styles */


/* START ThankYou styles */

.cfsuite1ThankYou {
    text-align: left;
    padding-top: 2%;
    font-size: 1.05rem;
}

.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.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.cfsuite1ThankYou .confirmation-content {
    text-align: left !important;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-top: 1rem;
    margin-right: 1rem;
}

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

.cfsuite1ThankYou .return-button {
    margin-top: 1.5rem;
}

.cfsuite1ThankYou br {
    display: none;
}

/* END ThankYou styles */


/* START CaseSearchBox styles */

.cfsuite1CaseSearchBox {
    margin-bottom: 2rem;
}

.cfsuite1CaseSearchBox .container {

    width: 100%;
    padding-bottom: 40px;
}

.cfsuite1CaseSearchBox h2 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    color: #0b574b;
    font-size: 1.8rem;
    display: none;
}

.cfsuite1CaseSearchBox .slds-button {
    font-size: 1rem;
    height: 70px;
    width: 100%;
    margin-top: 0px;
    border-radius: 9999px;
    position: relative;
    left: -28px;
}

.cfsuite1CaseSearchBox .uiInput--input.input {
    background-color: #fff;
    border-radius: 9999px 0 0 9999px;
    border: 1px solid #8fbb39;
    height: 70px;
    margin-left: 14px;
}

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

@media (max-width: 768px) {
    .cfsuite1CaseSearchBox {
        padding: 0 1rem;
    }
}

/* END CaseSearchBox styles */


/* START Cf_SmartSearch styles */


.cfsuite1Cf_SmartSearch .uiInput--input.input {
    background-color: white;
    border-radius: 9999px;
    height: 4rem;
}

.search-title {
    padding: 1.4rem 0 0;
    text-align: left;
}

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


@media (min-width: 767px) and (max-width: 940px) {
    .cfsuite1Cf_SmartSearch .community-container {
        width: 360px;
    }
}


/* 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%;
}

.steps-container {
    width: 100%;
}

.steps-container .step {
    display: inline-block;
    font-size: 0.875rem;
    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: rgba(28, 31, 42, .9);
    font-weight: 600;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .02rem;
}

.steps-container .step-label.inactive {
    font-weight: 400;
}

.steps-container .line-wrapper .line-left.inactive,
.steps-container .line-wrapper .line-right.inactive {
    border-bottom: 3px solid #eef0e9 !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: 1px;
    border-bottom-style: solid;
    position: absolute;
    right: 0;
    width: 50%;
}

.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;
}

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

.steps-container span.circled {
    background: transparent;
    border: 1px solid #008574;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin-top: -10px;
    padding: 9px;
    vertical-align: middle;
    text-align: center;
    width: 38px;
}

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

.cCFSuiteStaticPath .steps-container .first-last-step,
.cfsuite2CFSuiteStaticPath .steps-container .first-last-step {
    width: 16%;
}

.steps-container .step,
.cCFSuiteStaticPath .dynamic-step,
.cfsuite2CFSuiteStaticPath .dynamic-step {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    vertical-align: top;
}

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

.cCFSuiteStaticPath .steps-container .step-four,
.cfsuite2CFSuiteStaticPath .steps-container .step-four {
    width: 33%;
}

.cCFSuiteStaticPath .steps-container .step-five,
.cfsuite2CFSuiteStaticPath .steps-container .step-five {
    width: 22%;
}

.dynamic-step.step-three {
    width: 65%;
}

@media(max-width:480px){
    .steps-container .step-label {
        text-transform:capitalize;
        letter-spacing: normal;
  }
}

/* forms flow info css */

.flowruntimeBody .form-details,
.flowruntimeBody .readonly_tips {
    border-radius: 6px;
    padding: 1.5rem 1.6rem;
    border: 1px solid rgba(11, 87, 77, .15);
    background-color: #f9f9f9;
}

.flowruntimeBody .readonly_tips h4 {
    color: rgba(28, 31, 42, .9);
    font-size: 1.5rem;
    margin-bottom: .6rem;
    font-weight: 600;
}

.flowruntimeBody .readonly_info.readonly_tips {
    padding: 1.5rem 1.6rem;
    margin-top: 1rem;
}

.flowruntimeBody .form-details .form-details_title {
    color: rgba(28, 31, 42, .9);
    font-size: 1.5rem;
    margin-bottom: .6rem;
    font-weight: 600;
}

.flowruntimeBody .form-details .form-details_subtitle {
    color: rgba(28, 31, 42, .9);
    font-size: 1.2rem;
    margin-bottom: .6rem;
}

/* fix blank dots in icon */

.steps-container .step-bullet i {
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
    @f top: -3px;
}

.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: 1rem;
    }
}

/* END Common Progress Bar styles */

/* START NavigationProcess  styles */

.cfsuite1NavigationProcess {
    padding-top: 1.2rem;
}

@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 {
    position: relative;
}

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


/* END Cf_SmartSearch styles */

/* START RecommendedActions styles */

.cfsuite1RecommendedActions {
    margin-bottom: 30px;
}

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

.cfsuite1RecommendedActions .widget-content {
    padding: 20px 26px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.cfsuite1RecommendedActions .action {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.cfsuite1RecommendedActions .action a {
    flex-grow: 1000;
    font-size: 1.05rem;
    padding-left: 6px;
}

.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;
}

/* END RecommendedActions styles */

/* START RequestWizard  styles */

.cfsuite1RequestWizard {
    text-align: left;
}

@media (min-width: 60em) {
    .cfsuite1RequestWizard {
        min-height: 28rem;
    }
}

.cfsuite1RequestWizard .commMapBlock {
    height: 100px;
}

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

.wizard-sidebar img {
    max-width: 320px;
}

.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;
    }

    .cfsuite1RequestWizard .phone-numbers {
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .cfsuite1RequestWizard .navstep-container {
        padding-bottom: 0px;
    }

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

    .cSubBanner {
        margin-bottom: 1rem !important;
    }
}

/* 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: white;
    height: 20px;
    width: 20px;
    position: relative;
    top: 1px;
}

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

.cfsuite1CommunityMap .duplicate-warning .warning-icon,
.cfsuite1CommunityMap .oustide-warning .warning-icon {
    background-color: #c23934;
    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: #c23934;
    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 .slds-m-bottom_large br {
    display: none;
}

.cfsuite1CommunityMap iframe {
    overflow: hidden;
}

.cfsuite1CommunityMap :focus {
    outline: #0B574D 2px solid;
    outline-offset: 2px;
    box-shadow: none;
    background-color: #0B574D !important;
    color: #fff !important;
}

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

/* END CommunityMap styles */

/* START CfSmartsearch styles */



.cfsuite1Cf_SmartSearch .input-container {
    padding-top: 80px;
}

.cfsuite1Cf_SmartSearch .community-container .input-container {
    width: 500px;
    max-width: 620px;
}

.cfsuite1Cf_SmartSearch .community-container .search-title.slds-size_1-of-1,
.cfsuite1Cf_SmartSearch .community-container .input-container.slds-size_1-of-1 {
    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: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #84bd00;
    border-radius: 50px;
    width: 64px;
    height: 64px;
}

.cfsuite1Cf_SmartSearch .community-container .search i:hover {
    background-color: #008574;
}

.cfsuite1Cf_SmartSearch .fa-search:before {
    position: relative;
    top: 26px;
    left: 21px;
    font-size: 1.4rem;
    font-weight: 500;
}

.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;
    margin: 2px 0 auto;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px 10px 10px 20px;
    position: relative;
    top: 204px;
    z-index: 2;
    width: 50%;
    float: left;
}

.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 {
    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;
}

@media (min-width: 960px) {

    .cfsuite1Cf_SmartSearch .community-container .search-title.slds-size_1-of-1,
    .cfsuite1Cf_SmartSearch .community-container .input-container.slds-size_1-of-1 {
        width: 50%;
    }

    .cfsuite1Cf_SmartSearch .input-container {
        padding-top: 34px;
    }

    .cfsuite1Cf_SmartSearch .search-results {
        float: right;
        top: 86px;
    }
}

@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;
    }

    .cfsuite1Cf_SmartSearch .search-title {
        padding: 6px 0 0;
    }
}

@media (max-width: 480px) {
    .cfsuite1Cf_SmartSearch .community-container .input-container .search {
        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 SmartSearch styles */

.cfsuite1SmartSearch {
    margin-bottom: 17px;
}

.cfsuite1SmartSearch button.title {
    background-color: #0b4892;
    padding: 20px 72px 20px 22px;
    cursor: pointer;
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.cfsuite1SmartSearch button.title i {
    float: right;
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    border: none;
    font-size: 1.1em;
    height: 100%;
    text-align: center;
    color: var(--primarycolor);
}

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

.cfsuite1SmartSearch li {
    background-color: #d8d8d8;
    color: #252525;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    margin: 0 0 3px;
}

.cfsuite1SmartSearch li a {
    color: #0b4892;
    font-size: 1em;
    display: block;
    text-decoration: none;
    padding: 10px 10% 10px 15px;
}

.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%;
}

/*red*/
.cfsuite1SmartSearch li.inactive,
.cfsuite1SmartSearch li.hover {
    color: #fff;
    background-color: #d8d8d8;

}

/*yellow*/
.cfsuite1SmartSearch li.active {
    color: #fff;
    background-color: #007053;
}


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

@media (min-width:830px) {
    .cfsuite1SmartSearch {
        margin-top: 3.1rem;
    }
}

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

/* END SmartSearch styles */


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

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

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

.tableSection td {
    white-space: normal;
}

.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) {
    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-button_icon-bare {
    display: none;
}

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

.cfsuite1MyRequestRecordListPage tr {
    font-size: 1rem;
}

.cfsuite1MyRequestRecordListPage td {
    font-size: .95rem;
}

.cfsuite1MyRequestRecordListPage .slds-tabs_default__content {
    padding-top: 0px;
}

.cfsuite1MyRequestRecordListPage thead {
    background-color: #f9f9f9;
}

.cfsuite1MyRequestRecordListPage thead th {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cfsuite1MyRequestRecordListPage .slds-tabs_default__link {
    margin: 0px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .01em;
}

.cfsuite1MyRequestRecordListPage .slds-tabs_default__link:focus {
    text-decoration: none;
}

@media (max-width: 30em) {
    .cfsuite1MyRequestRecordListPage .slds-tabs_default__link {
        font-size: 1rem;
    }
}

/* END MyRequestRecordListPage styles */



/* START MyFollowedRequests Page styles */

.cfsuite1MyFollowedRequests .followed-table button {
    white-space: nowrap;
    letter-spacing: normal;
    padding: 13px 1.8rem;
}

.cfsuite1MyFollowedRequests tbody {
    font-size: .95rem;
}

.cfsuite1MyFollowedRequests .slds-media__figure {
    display: none;
}

.cfsuite1MyFollowedRequests .slds-page-header .slds-page-header__title {
    line-height: 70px;
    color: #0b574b;
    font-size: 1.8rem;
}

.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;
}

.cfsuite1MyFollowedRequests .slds-modal__footer {
    text-align: center;
    border-top: none;
    padding-bottom: 2rem;
    padding-top: 0;
}


/* END MyFollowedRequests Page styles */


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

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

.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 h2,
.cfsuite1MyPreferenceComp h2.slds-card__header-title {
    font-size: 1.4rem;
}

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

.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: #252525;
    font-weight: 500;
    font-size: .9rem;
    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;
}

.vfcustom .btn-send:hover {
    background-color: #fcb731;
    color: #fff !important;
}



/* 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: #000;
    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: 175px;
    }

    .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: .95rem;
}

.cfsuite1MyPreferenceComp .slds-button-group .slds-button_neutral,
.cfsuite1MyPreferenceComp .slds-button-group .slds-button--neutral {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    font-size: 1rem;
    color: var(--primarycolor);
}

.cfsuite1MyPreferenceComp .slds-button-group .selected {
    color: #ffffff;
    background-color: var(--primarycolor);
}

.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 {
    min-height: 3.12rem;
}

.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;
}

.cfsuite1CaseContactInfo [lightning-checkboxGroup_checkboxGroup-host] {
    margin-bottom: 2rem;
}

.cfsuite1CaseContactInfo .slds-checkbox .slds-checkbox_faux {
    width: 1.6rem;
    height: 1.6rem;
}

.cfsuite1CaseContactInfo .slds-checkbox .slds-checkbox__label .slds-form-element__label {
    font-size: 1.05rem;
    color: #404040;
}

.cfsuite1CaseContactInfo .contact-form-title p {
    margin-bottom: 1rem;
}

@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;
}

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

.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 .cont b {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .01em;
}

.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: 0px;
}

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

.cfsuite1RequestDetail i.orange {
    color: #90bb3a;
    font-size: 1.7rem;
    font-weight: 500;
    position: relative;
    top: 2px;
}

.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: 1px 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 (max-width: 48em) {
    .cfsuite1RequestDetail .details-bottom .slds-grid {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .cfsuite1RequestDetail .details-bottom .slds-size_1-of-3,
    .cfsuite1RequestDetail .details-bottom .slds-size_2-of-3 {
        width: 100%;
    }

    .cfsuite1RequestDetail .details-bottom .row {
        padding: 1rem;
    }
}

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

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

@media (max-width: 420px) {

    .slds-radio,
    .cfsuite1DetailComponent .contact-form .slds-radio {
        margin-right: 0;
        padding: 5px;
        width: 100%;
    }
}

/* END RequestDetail Page styles */

/* START HeaderImage styles */

.cHeaderImage .headerContent {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: -36px;
    background-color: #008675;
}

@media (min-width: 1380px) {
    .cHeaderImage .headerContent {
        background-position: top right;
    }
}

@media (min-width:768px) and (max-width: 1379px) {
    .cHeaderImage .headerContent {
        background-position: 75% 50%;
    }
}

@media (min-width: 48em) {
    .cHeaderImage .headerContent {
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .cHeaderImage .headerContent {
        min-height: 320px;
    }
}




/* END HeaderImage styles */


/* START Headermobile styles */

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

.cHeaderMobile .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.cHeaderMobile .btn-login {
    margin: auto 0 auto auto;
    text-decoration: none;
    display: inline-block !important;
}

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

.cHeaderMobile button:focus {
    background-color: #353535 !important;
}

@media (max-width: 670px) {
    .cHeaderMobile .header>.container-fluid {
        padding: 0
    }
}

@media (max-width: 670px) {
    .cHeaderMobile .header .row--main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0
    }
}

@media (max-width: 840px) {
    .cHeaderMobile .nav__sub-list-wrapper {
        background: #353535;
    }

    .cHeaderMobile .nav__sub-list-wrapper>.container-fluid {
        padding: 0;
    }
}

@media (min-width: 840px) {
    .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;
}

body.vf-bg {
    background: url(/resource/CommunityLoginBackgroundCustom) 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: green;
}

.customcommunitylogin h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}

.vfcustom p {
    color: #333;
}

.vfcustom .btn-brand_custom {
    background-color: #0b574d;
    color: white;
    border: none;
    font-size: 1rem;
    padding: 14px;
    font-weight: normal;
}

.vfcustom .btn-full {
    width: 100%;
    margin-bottom: 20px;
}

.createaccount .btn-brand_custom {
    min-width: 40%;
    margin: 0 auto;
    display: block;
}

.vfcustom a {
    color: #0b574b;
    font-size: 16px;
    text-decoration: underline;
}

.vfcustom a:hover {
    text-decoration: none;
    color: #0b574b;
}

.vfcustom .brandcol_custom {
    color: #156b4f;
}

.vfcustom .brandlinkcol_custom {
    color: #0f8c3b;
}

/* 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 {
    font-size: 1.625rem;
}

.cfsuite1MyRequestRecordListPage .slds-media__figure i,
.forceCommunityHtmlBlock .slds-media__figure i {
    border: 0;
    color: white;
    font-size: 30px;
    height: 70px;
    padding: 25%;
    width: 70px;
}

.cfsuite1MyRequestRecordListPage .slds-media__figure i {
    padding: 25%;
}

.forceCommunityHtmlBlock .slds-media__figure i {
    padding: 27% 33%;
}

.slds-page-header .slds-page-header__title {
    line-height: 70px;
    color: #0b574b;
    font-size: 1.8rem;
}


@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 {
        height: 46px !important;
        width: 46px !important;
        font-size: 19px !important;
    }

    .cfsuite1MyRequestRecordListPage .slds-page-header .slds-page-header__title,
    .forceCommunityHtmlBlock .slds-page-header__title {
        line-height: 43px;
    }
}

@media (min-width: 30em) {

    .cfsuite1CommunityMap .pg-title,
    .cfsuite1DetailComponent .pg-title {
        padding-left: 30px;
        padding-top: 10px;
    }
}

.cfsuite1RequestWizard .phones-container.mobile {
    display: none;
}

/* END */

/* Button styles to be delted once upgrade happens */

.cLogin .profile-container .slds-dropdown-trigger {
    width: auto;
}

.cLogin .profile-container .name {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .01em;
}

.profile-container .slds-dropdown-trigger .slds-button {
    margin-top: 0px;
}

.profile-container .icon-dropdown {
    color: #fff;
    font-size: 13px;
    top: 0;
}

.MyAccount .btn-edit {
    width: auto;
    font-size: .9rem;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 9999px;
}

.MyAccount .btn-edit:hover {
    background-color: #008675;
}

/* END */

.followupButton {
    background-color: red !important;
}

/* START ShowTrendingCategories  */

.ShowTrendingCategories {
    margin-top: 2rem;
    width: 100%;
}

.ShowTrendingCategories h2 {
    color: #fff;
    font-size: 1rem;
    padding-bottom: 1rem;
}

.ShowTrendingCategories a {
    color: #fff;
    text-decoration: none;
}

.ShowTrendingCategories .item {
    background-color: rgba(11, 87, 77);
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border-radius: 1.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}

.ShowTrendingCategories .item:hover {
    background-color: #086559;
}

@media (min-width: 960px) {
    .ShowTrendingCategories {
        max-width: 63%;
        padding-bottom: 3rem;
        margin-top: 6rem;
    }
}

/* END */

/* START Banner  */

.cfsuite1Banner,
.cTBanner {
    height: 273px !important;
    margin-bottom: 0px !important;
    position: relative;
}

.cfsuite1Banner .banner-background,
.cTBanner .banner-background {
    z-index: -1;
    margin-top: -56px;
    height: 328px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    width: 100%;
}

.cTBanner .banner-background .content {
    align-items: center;
    display: flex;
    height: 100%;
}

.cfsuite1Banner .transparent-background,
.cTBanner .transparent-background {
    background-color: transparent;
    padding: 0px;
    width: 356px;
    text-align: left;
    max-width: 100%;
    margin-top: 6.5rem;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.cfsuite1Banner span,
.cTBanner span {
    font-size: 3rem !important;
    font-family: Dax, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
    letter-spacing: .01em;
    color: #fff;
}

@media (max-width: 767px) {

    .cfsuite1Banner .banner-background,
    .cTBanner .banner-background {
        background-image: none !important;
        margin-top: 0px;
        height: 154px !important;
        background-color: #0055a4;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cfsuite1Banner .transparent-background,
    .cTBanner .transparent-background {
        margin-top: 5.5rem;
    }

    .cfsuite1Banner,
    .cTBanner {
        height: 154px !important;
        margin-top: 6px;
    }

    .cfsuite1Banner span,
    .cTBanner span {
        font-size: 2.2rem !important;
        font-family: Dax, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
        letter-spacing: .01em;
    }
}

@media(max-width: 996px) {
    .cTBanner .banner-background .content {
        margin-left: 1rem;
    }
}

/* END */

/* START PhoneNumbers  */

.cfsuite1PhoneNumbers {
    border: 1px solid #e5e5e5;
    padding: 2rem;
    font-size: 1rem;
    border-radius: 6px;
}

.cfsuite1PhoneNumbers p {
    font-size: 1.1rem;
}

.cfsuite1PhoneNumbers hr {
    display: none;
}

.cfsuite1PhoneNumbers .phonerow-1 .line-1 {
    font-weight: 600;
    margin-bottom: .7rem;
}

.cfsuite1PhoneNumbers .phonerow-1 .line-2 {
    display: none;
}

/* END */


@media (max-width: 30em) {
    .ShowTrendingCategories .item {
        font-size: .85rem;
    }
}

/* START common list/tables */

.cfsuite1AllQuestions .slds-media__figure {
    display: none;
}

.cfsuite1AllQuestions .slds-button_brand {
    font-size: .96rem;
    padding: 0.3rem 1.4rem 0.2rem;
}

.cfsuite1AllQuestions .slds-page-header .slds-page-header__title {
    line-height: 38px;
    position: relative;
    top: 2px;
    padding-left: 0px;
}

.cfsuite1AllQuestions .slds-page-header__col-4 {
    padding-top: 0px !important;
    padding-right: 0px !important;
}

.cfsuite1AllQuestions .slds-page-header,
.cfsuite1MyRequestRecordListPage .slds-page-header {
    padding-bottom: 10px;
    padding-top: 12px;
    background: #fff;
    padding-left: 0px;
}

.cfsuite1AllQuestions .slds-table tr:nth-child(odd),
.cfsuite1MyRequestRecordListPage .slds-table tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.cfsuite1AllQuestions .slds-table--bordered,
.cfsuite1MyRequestRecordListPage .slds-table--bordered,
.cfsuite1AllQuestions .slds-table--bordered tbody td,
.cfsuite1MyRequestRecordListPage .slds-table--bordered tbody td {
    border-top: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #404040;
    vertical-align: text-top;
}

.slds-tabs_default__item.slds-is-active {
    padding-left: 2px;
    padding-right: 2px;
}

.slds-tabs_default__item {
    margin-right: 1rem;
}

/* START QAProcess back button styles */

.mobile-back {
    margin-bottom: 12px;
    border: 0px solid transparent;
    width: 72px;
    color: #222;
    text-align: left;
    display: block;
}

.mobile-back i {
    display: inline;
    text-decoration: none;
}

.mobile-back p {
    display: inline;
    text-decoration: underline;
    font-size: 1.1rem;
    text-underline-offset: 4px;
}

/* END */

/* START cfsuite1CouncillorRequest styles */

.cfsuite1CouncillorRequest .slds-form-element__control {
    width: 100% !important;
}

.cfsuite1CouncillorRequest .breadcrumWrapper,
.cfsuite1CouncillorRequest .wizard-sidebar {
    padding-left: 0px !important;
}

/* END */

/* START flows styles */

h2.cfsuite1LaunchRequestSubmissionFlow,
.cfsuite1LaunchRequestSubmissionFlow h1,
.cfsuite1FlowQuestionsCaseContactInfo h2 {
    font-size: 1.375rem !important;
    color: #000 !important;
    font-weight: bold;
    margin-top: 1rem;
}

.flowruntimeBody .contact-form-text {
    font-size: 1.05rem;
    color: #404040;
}

.flowruntimeBody .slds-form-element__legend {
    font-weight: normal;
}

.flowruntimeBody .slds-radio {
    margin-top: 0.5rem;
}

.flowruntimeBody .slds-radio_faux {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.8rem;
}

.flowruntimeBody .flowruntime-input,
.flowruntimeBody .slds-checkbox_faux_wrapper {
    margin-bottom: 1rem;
    margin-top: 0.3rem;
}

.flowruntimeBody input,
.flowruntimeBody select {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    min-height: 38px;
}

.flowruntimeBody .slds-input-has-icon_right .slds-input__icon_right {
    margin-top: -9px;
    z-index: 1;
}

.flowruntimeBody .container {
    max-width: 100%;
    margin-left: 0px;
}

.flowruntimeBody .slds-form-element__label span,
.cfsuite1FlowQuestionsCaseContactInfo .slds-form-element__label,
.flowruntimeBody c-cfsuite-flow-terms-checkbox .slds-checkbox_faux_wrapper .checkbox-label p {
    font-size: 1.1rem;
    color: #404040;
}

.flowruntimeBody c-cfsuite-flow-terms-checkbox .slds-checkbox_faux_wrapper .checkbox-label {
    margin-left: 1rem;
}

.flowruntimeBody c-cfsuite-flow-terms-checkbox .slds-checkbox_faux_wrapper .slds-checkbox {
    margin-top: 0 !important;
}

.flowruntimeBody c-cfsuite-flow-terms-checkbox .slds-has-error .slds-form-element__help {
    position: absolute;
    width: 50vw;
    font-size: .94rem;
    margin-top: 8px;
    color: #EA001E;
    display: none;
}

.flowruntimeBody slds-required {
    display: none;
}

.cfsuite1CouncillorRequest .flowruntimeBody .slds-form-element__label {
    font-family: 'Dax' !important;
}

.flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-left: 0px !important;
}

.flowruntimeBody .slds-textarea {
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    font-size: 1rem;
}

.flowruntimeBody .slds-rich-text-editor__output strong {
    line-height: 32px;
}

.forceCommunityFlowCommunity .flowruntimeBody .slds-medium-size_8-of-12 .container {
    padding-left: 1.1rem;
}

.flowruntime-section-column.slds-col.slds-size_1-of-1.slds-medium-size_4-of-12 .container {
    margin-right: 1rem;
    padding-left: 0rem;
    width: 100%;
}

.flowruntime-section-column.slds-col.slds-size_1-of-1.slds-medium-size_4-of-12 cfsuite1-c-fsuite-flow-display-read-only-text .readonly_tips,
.flowruntime-section-column.slds-col.slds-size_1-of-1.slds-medium-size_4-of-12 c-c-fsuite-flow-form-information .form-details {
    margin-top: 1rem;
}

.flowruntimeBody .slds-gutters_direct .slds-col {
    padding-left: 0;
    padding-right: 0;
}

.flowruntimeBody.flowruntimeBody__lwc.slds-card__body.slds-p-horizontal_small {
    padding: 0;
}

.cfsuite1LaunchRequestSubmissionFlow .container {
    padding: 0rem;
}

.flowruntimeBody .section .slds-gutters_direct .slds-col {
    padding-left: 1rem;
    padding-right: 1rem;
}

.flowruntimeBody .container slot>lightning-layout-item.slds-p-around_small.slds-size_2-of-12 {
    width: 33%;
    margin: 0;
    padding-right: 0;
}

.flowruntimeBody .container slot>lightning-layout-item.slds-p-around_small.slds-size_2-of-12 lightning-combobox {
    width: 100%;
}

.flowruntimeBody .cat_title p {
    margin-left: 0;
}

.flowruntimeBody .slds-grid.slds-wrap.slds-gutters_direct {
    margin: 0;
}

.flowruntimeBody .slds-grid.slds-wrap.slds-gutters_direct .slds-col {
    padding: 0;
}

@media(min-width:768px) {

    .flowruntimeBody .form-details,
    .flowruntimeBody .readonly_tips {
        margin-left: 1.5rem;
    }
}

@media(max-width:1024px) {
    .flowruntimeBody .section .slds-gutters_direct .slds-col {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

@media (max-width:767px) {
    .cfsuite1LaunchRequestSubmissionFlow .container {
        padding: 0rem;
        padding-left: 0rem;

    }
}

/* START fix attachments link */

.flowruntimeBody .container .slds-file-selector_files .slds-file-selector__button {
    margin-top: 0px;
    padding: 0;
}

@media (max-width: 30em) {
    .flowruntimeBody .slds-medium-size_8-of-12 {
        order: 2;
        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;
}

.fileClass .slds-file-selector__dropzone slot:before {
    position: absolute;
    content: "Maximum file size is 100MB";
    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;
}

.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;
}

/* END */

.cfsuite1LaunchRequestSubmissionFlow:focus-visible,
.flowruntimeBody:focus-visible,
[flowruntime-lwcBody_lwcBody-host]:focus-visible,
[flowruntime-lwcBody_lwcBody-host],
[flowruntime-lwcbody_lwcbody]:focus-visible,
[flowruntime-lwcbody_lwcbody] {
    border: none !important;
    outline: none !important;
}

/* END */

.dashGridItem .gridFooter a {
    pointer-events: none !important;
}

.cfsuite1FlowQuestionsCaseContactInfo .iframe-recaptcha {
    margin-top: 2rem;
}

/* START cCaseDetailsCouncillor */

.cCaseDetailsCouncillor .nameContainers {
    background-color: #0754b0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: .6rem;
}

.cCaseDetailsCouncillor .sub-title span {
    text-transform: uppercase;
    color: #696969;
    font-size: 13px;
    vertical-align: text-top;
    line-height: 13px;
}

.cCaseDetailsCouncillor .cProgressIndicator .step:last-of-type,
.cCaseDetailsCouncillor .cProgressIndicator .step:first-of-type {
    width: 20%;
}

.cCaseDetailsCouncillor .page-title {
    padding-top: 40px;
    padding-bottom: 26px;
}

.cCaseDetailsCouncillor .sub-title h3 {
    position: relative;
    top: -3px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-size: 1.4rem;
}

.cCaseDetailsCouncillor .details,
.cCaseDetailsCouncillor .case-status-chart {
    border: 1px solid #e5e5e5;
    padding: 1rem;
    margin: 10px 0 1.2rem 0;
}

.cCaseDetailsCouncillor .question {
    border: 1px solid #e5e5e5;
    background-color: #fff !important;
    padding: .5rem 1.2rem !important;
}

.cCaseDetailsCouncillor .details-bottom .slds-col {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}

.cCaseDetailsCouncillor .row:last-child {
    border-bottom: none;
}

@media (min-width: 30em) {
    .cCaseDetailsCouncillor .nameContainers {
        width: auto;
    }

    .cCaseDetailsCouncillor .details,
    .cCaseDetailsCouncillor .case-status-chart {
        padding: 1.8rem;
    }
}

@media (min-width: 48em) {
    .cCaseDetailsCouncillor .nameContainers {
        margin-bottom: 0;
        margin-top: 0;
    }

    .cCaseDetailsCouncillor .sub-title h3 {
        top: -8px;
    }

    .cCaseDetailsCouncillor .details-bottom .slds-col {
        padding-bottom: 0.4rem;
        padding-top: 0.4rem;
    }
}


/* END */


/* START dashboard reports */

.reportBuilderContainer .action-bars .slds-button-group:first-child {
    display: none;
}


/* END */


/* Footer Styling Start */


.footer .footer-col1 h3 {
    font-size: 1.4rem;
    color: #0b574b;
    font-weight: 400;
}

.footer .footer-col1 p,
.footer .footer-col1 a,
.footer .footer-col1 a:hover {
    color: rgba(28, 31, 42, .8);
}

.footer .footer-col1 img {
    height: 8rem;
}

.footer .footer-col1 a {
    font-size: 1.1rem
}

.footer .footer-col1 i.fa-brands {
    font-size: 1.5rem;
    color: #0b574d;
}

.footer .footer-col1 i.fa-brands:hover {
    color: #84bd00;
}

.footer .footer-col3 {
    padding: 1.5rem 3rem;
}

.footer-col1,
.footer-col2,
.footer-col3 {
    border-top: 2px solid #e5e7eb;
}

.footer .footer-col1 .logo-box {
    background: #Eef0e9;
    padding-top: 0px !important;
}

.footer .footer-col2 .inner-logo-box {
    margin: auto;
}

.footer .footer-col2 .inner-logo-box {
    background-image: url(/resource/ahcReconciliationArtwork);
    height: 96px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .footer-col2 p {
    width: 736px;
    line-height: 1.8rem;
}

.footer .footer-col1 .footer-text,
.footer .footer-col2 .footer-text {
    padding: 4rem;
}

.footer .footer-col1 .footer-text p,
.footer .footer-col2 .footer-text p {
    font-size: 1.1rem;
}

@media (max-width:1200px) {
    .footer .footer-col2 .footer-text {
        padding: 2rem;
    }
}

@media (max-width:767px) {
    .footer .footer-col2 .footer-text {
        padding: 1rem;
    }

    .footer .footer-col1 {
        padding-bottom: 1rem;
    }

    .footer .footer-col3 {
        padding: 1rem;
    }

    .footer .footer-text .slds-col {
        margin-top: 2rem;
    }
}

@media (min-width: 48em) {
    .footer-col3 .slds-col:nth-child(2) {
        text-align: right;
    }
}

/* Footer Styling End */
/* Request Page Tiles Styling Start */



.cfsuite1ShowMoreTopics h2.reportit-header {
    font-weight: 600;
    font-size: 1.4rem;
}

.cfsuite1ShowMoreTopics {
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.cfsuite1ShowMoreTopics i.report-type-icon {
    font-size: 2.6rem;
    padding: 2.5rem;
    height: auto;
    margin-right: 2rem;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
}

.cfsuite1ShowMoreTopics .box {
    display: flex;
    align-items: center;
    justify-content:
        padding: 30px 25px;

}



.cfsuite1ShowMoreTopics .box:hover i {
    background-color: #84BD00;
    color: #fff;
}

.cfsuite1ShowMoreTopics .box-container .box-title .center {
    position: static;
    transform: none;
}

.cfsuite1ShowMoreTopics .box-container .box-title .center .title-text {
    font-size: max(1.125rem, min(calc(1rem + .44643vw), 1.5rem));
    width: 149px;
    text-align: left;
}

.cfsuite1ShowMoreTopics .box {
    background: transparent !important;
}

@media (min-width:768px) and (max-width:1025px) {
    .cfsuite1ShowMoreTopics i.report-type-icon {
        font-size: 1.6rem;
        padding: 0;
        height: 60px;
        width: 60px;
        display: flex;
        text-align: center;
        margin-right: 0.7rem;
        align-items: center;
        justify-content: center;
    }
}

@media(min-width:1024px) and (max-width: 1230px) {
    .cfsuite1ShowMoreTopics .box-container .box-title .center .title-text {
        width: 140px;
    }

    .cfsuite1ShowMoreTopics i.report-type-icon {
        padding: 1.8rem;
        margin-right: 1rem;
        width: 100px;
    }
}

@media(min-width:768px) and (max-width: 880px) {
    .cfsuite1ShowMoreTopics .box-container .box-title .center .title-text {
        width: 135px;
    }

    .cfsuite1ShowMoreTopics .box-container {
        width: 33.333%;
    }
}

@media (max-width:767px) {
    .cfsuite1ShowMoreTopics .box {
        flex-direction: colmn;
    }

    .cfsuite1ShowMoreTopics .box-container .box-title .center .title-text {
        width: 100%;
        padding-left: 0;
    }

    .cfsuite1ShowMoreTopics {
        margin-top: 9rem;
    }

    .cfsuite1ShowMoreTopics i.report-type-icon {
        background: #EEF0E9;
        padding: 1.8rem;
        width: 100px;
    }

    .cfsuite1ShowMoreTopics .box,
    .box-container {
        height: auto;
    }

    .cfsuite1ShowMoreTopics .box-icon-container {
        line-height: initial;
    }

    .cfsuite1ShowMoreTopics .box-container .box-title {
        height: auto;
    }
}

@media (min-width:767px) {
    .cfsuite1ShowMoreTopics:before {
        content: "";
        position: absolute;
        top: 0;
        left: -64px;
        width: 64%;
        height: 100%;
        background: #D6E6DD;
        z-index: -1;
    }

    .slds-col--padded.contentRegion.comm-layout-column .ui-widget {
        position: relative;
    }

    .cfsuite1ShowMoreTopics:after {
        content: "";
        position: absolute;
        top: 0;
        right: -64px;
        width: 75%;
        height: 100%;
        background: #EEF0E9;
        z-index: -1;
    }
}

/* Request Page Tiles Styling end */

/* Subbanner Styling START */

.cSubBanner {
    /* height: 220px; */
    margin-bottom: 3rem;
}

.cSubBanner,
.cSubBanner span {
    color: #252525;
    -webkit-font-smoothing: antialiased;
}

.cSubBanner span {
    color: #fff;
    font-size: 1.7rem;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.cSubBanner span i {
    background-color: #f79223;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    margin-right: 20px;
    padding: 21px 20px;
}

.cSubBanner .banner-background {
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 220px; */
    left: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.cSubBanner .banner-background .content {
    align-items: center;
    display: flex;
    min-height: 236px;
    height: 100%;
    background-color: #008574;
}

.cSubBanner .bantitle {
    text-align: left;
    font-size: 2.6rem;
    font-family: 'Lola';
    -webkit-font-smoothing: antialiased;
}

.cSubBanner .transparent-background {
    /*background-color: rgba(0,0,0,0.5); */
    padding: 20px;
}

.cSubBanner .image-box {
    width: 267px;
    height: 236px;
}

.cSubBanner .image-box img {
    object-fit: cover;
    height: 100%;
}

.cSubBanner .icon-box i {
    color: #fff;
    font-size: 6rem;
}

.cSubBanner .slds-col.content {
    padding-left: 7rem;
    padding-right: 9rem;
}

@media (max-width:980px) {
    .cSubBanner .bantitle {
        font-size: 1.8rem;
    }

    .cSubBanner i.fa-thin.fa-map {
        font-size: 4rem;
    }

    .cSubBanner .slds-col.content {
        padding-left: 0rem;
        padding-right: 1rem;
    }

    .cSubBanner .banner-background .content {
        min-height: 160px;
    }
}

/* Subbanner Styling END */




/* START eservices flow */

/* .cfsuite1LaunchRequestSubmissionFlow .flowruntimeBody .container {
    padding: 0 1.1rem;
} 
.cfsuite1LaunchRequestSubmissionFlow .flowruntimeBody .slds-medium-size_8-of-12 .container {
    padding-left: 1.1rem;
}*/

.flowruntimeBody .slds-gutters .slds-col {
    padding: 0;
    margin-bottom: 0;
}

h2.cfsuite1LaunchRequestSubmissionFlow {
    display: none;
}

.flowruntimeBody .field-element .container .slds-rich-text-editor__output ul li {
    font-size: 1.1rem;
    padding-top: .5rem;
}

.flowruntimeBody .field-element .container .slds-form-element__control {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: .4rem 1rem .7rem;
}

.flowruntimeBody .field-element .container .contact-cont .slds-form-element__control,
.flowruntimeBody .field-element .search_input .slds-form-element__control {
    border: none;
}

.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;
}

.flowruntimeBody .slds-radio_faux {
    border: 2px solid rgba(0, 0, 0, 0.52);
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    top: -2px;
}

.flowruntimeBody .field-element .slds-form-element__control .slds-checkbox {
    margin-top: .5rem;
}

.flowruntimeBody .field-element .flowruntime-inline .slds-form-element__control .slds-checkbox {
    margin-top: 0;
}

.flowruntimeBody .slds-radio [type=radio]+.slds-radio__label .slds-radio_faux {
    margin-right: 12px;
}

.flowruntimeBody .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux {
    border-color: #008574;
}

.flowruntimeBody .slds-radio__label span,
.flowruntimeBody .slds-checkbox__label span {
    color: #5a5a5a;
}

.flowruntimeBody .slds-checkbox__label .slds-rich-text-editor__output {
    margin-left: 12px;
}

.flowruntimeBody .slds-checkbox_faux {
    border: 2px solid rgba(0, 0, 0, 0.52);
    width: 1.4rem;
    height: 1.4rem;
}

.flowruntimeBody c-cfsuite-flow-terms-checkbox .slds-checkbox_faux_wrapper .slds-form-element__control .slds-checkbox__label .slds-checkbox_faux {
    margin-right: 0;
}

.flowruntimeBody c-cfsuite-flow-terms-checkbox .slds-checkbox abbr.slds-required {
    display: none;
}

.flow-form {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.flow-form_label {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.flow-form .label_req {
    color: #878787;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .04rem;
    position: relative;
    top: -1px;
}

.flow-form .flow-form_subline {
    color: #808080;
    font-size: 1rem;
}

.flowruntimeBody .slds-form-element__label,
.flowruntimeBody .flowruntime-input .flowruntime-input-label,
.flowruntimeBody .flowruntime-input .flowruntime-input-label .slds-form-element__label,
.flowruntimeBody .flowruntime-input .flowruntime-input-label .slds-form-element__label span {
    display: flex;
}

.flowruntimeBody .flowruntime-input-label,
.flowruntimeBody .flowruntime-input .flowruntime-input-label,
.flowruntimeBody .slds-form-element__label {
    display: none;
}

.flowruntimeBody .flowruntime-input .flowruntime-inline,
.flowruntimeBody .contact-cont .slds-form-element__label {
    display: flex;
}

.flowruntimeBody .flowruntime-inline-container .flowruntime-input-label {
    margin-left: 1rem;
}

.flowruntimeBody .flowruntime-inline-container .flowruntime-input-label span,
.flowruntimeBody c-cfsuite-flow-terms-checkbox .slds-checkbox_faux_wrapper .checkbox-label p {
    color: rgba(28, 31, 42, .9);
}

.flowruntimeBody .slds-radio__label .slds-form-element__label {
    display: inline-block;
    margin-bottom: 0.3rem;
    width: calc(100% - 36px);
    margin-top: 0.2rem;
    font-size: 1rem;
}

.flowruntimeBody .contact-card .slds-radio__label .slds-form-element__label {
    margin-bottom: 0.5rem !important;
    margin-top: 0.1rem !important;
}

.flowruntimeBody .slds-form-element__label .slds-required {
    order: 1;
}

.flowruntimeBody .slds-button_brand:hover,
.flowruntimeBody .btn-brand_custom:hover {
    transform: none;
}

.forceCommunityFlowCommunity .slds-card__footer,
.forceCommunityFlowCommunity .navigationBar[lwc-3uma98d0eu4],
.forceCommunityFlowCommunity .navigationBar,
.cfsuite2LaunchRequestSubmissionFlow .navigationBar,
.cfsuite2LaunchRequestSubmissionFlow .navigationBar[lwc-3uma98d0eu4] {
    border-top: none;
    padding: 0;
}

.forceCommunityFlowCommunity .slds-card__footer .footerContainer .navigation-bar__spacer,
.cfsuite2LaunchRequestSubmissionFlow .slds-card__footer .footerContainer .navigation-bar__spacer {
    display: none;
}

.contact-cont {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.contact-cont .slds-form-element__control .slds-input,
.contact-card .read-only-field .slds-input {
    background-color: #f3f3f3;
    font-size: 1rem;
    color: #747474;
    padding: 5px 10px;
    margin-bottom: .8rem;
}

.contact-cont label {
    font-size: 1.1rem;
    color: #000;
    font-family: CalibriBold;
}

.flowruntimeBody .field-element .container .contact-cont .slds-form-element__control {
    padding: 0;
}

.flowruntimeBody .field-element .container .contact-cont .slds-col {
    padding-left: 0;
}

.flowruntimeBody .field-element .search_input .slds-form-element__control {
    padding: 0;
}

.flowruntimeBody .field-element .search_input label {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
}

.flowruntimeBody .field-element .search_input .slds-input-has-icon_right .slds-button__icon {
    fill: #7a7a7a;
    position: relative;
    right: 21px;
}

.cCustomLayoutNoImage .flowruntimeBody .field-element .search_input .slds-input-has-icon_right .slds-button__icon {
    right: 4px;
}

.flowruntimeBody .field-element .search_input .slds-media__body {
    padding-top: 5px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.flowruntimeBody .errorContent,
.flowruntimeBody .errorContent p,
.flowruntimeBody .flowruntime-input-error .slds-rich-text-editor__output,
.flowruntimeBody .flowruntime-input-error .slds-rich-text-editor__output span p,
.flowruntimeBody .slds-form-element__help.slds-m-left_none {
    font-size: .94rem !important;
    margin-top: 4px;
    color: #EA001E;
}

.flowruntimeBody lightning-datepicker .slds-form-element__help {
    display: none;
}

.forceIcon.slds-button__icon .slds-icon {
    fill: #fff;
}

.modal-container .slds-modal__close .slds-icon-text-default {
    fill: #747474;
    margin-top: -0.2rem;
}

.slds-modal__container .slds-button {
    width: auto;
}

.flowruntimeBody input,
.flowruntimeBody select,
.flowruntimeBody .search_input .slds-form-element__control,
.flowruntimeBody .search_input .slds-combobox__input,
c-cfsuite-flow-address .slds-combobox__input.slds-input_faux.fix-slds-input_faux {
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    min-height: 50px;
    font-size: 1rem !important;
}

c-cfsuite-flow-address .slds-combobox__input.slds-input_faux.fix-slds-input_faux {
    display: flex;
    align-items: center;
}

c-cfsuite-flow-time-picker .slds-combobox .slds-combobox__input {
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    min-height: 50px;
    font-size: 1rem !important;
    display: flex;
    align-items: center;
}

c-cfsuite-flow-time-picker lightning-combobox {
    width: 140px;
    margin-right: 1rem;
}

c-cfsuite-flow-time-picker lightning-layout-item {
    margin-right: 1rem;
}

c-cfsuite-flow-time-picker .flow-timepicker_label {
    margin-bottom: 0.4rem;
    font-size: 1rem;
    font-weight: 400;
}

.slds-card__footer .footerContainer .navigation-bar__spacer {
    display: none;
}

.cfsuite1LaunchRequestSubmissionFlow .slds-card__footer {
    border-top: none !important;
    padding: 0 !important;
}

.slds-card__footer [kx-scope=button-brand]:hover:before {
    display: none;
}

.flowruntimeBody .contact-cont label {
    font-family: lato;
    font-weight: 600;
}

.forceCommunityFlowCommunity {
    border: none !important;
}

.file-upload-lwc .show-uploaded-file p {
    padding-left: .5rem;
}

.file-upload-lwc .show-uploaded-file i {
    color: var(--primarybuttoncolor);
}

/* START readonly flow styles */

.readonly_des h2 {
    color: #0b574b;
    font-weight: 400;
    font-size: max(1.25rem, min(calc(1rem + .5vw), 1.75rem));
}

.flowruntimeBody .readonly_info {
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 1rem;
}

.flowruntimeBody .readonly_info i {
    color: #008574;
    font-size: 1.3rem;
    position: relative;
    top: 5px;
    margin-right: 0.75rem;
}

.flowruntimeBody .readonly_info span {
    font-size: 1.1rem;
    line-height: 1.5;
}

.flowruntimeBody .readonly_des h3,
cfsuite1-c-fsuite-flow-display-read-only-text .slds-rich-text-editor__output h3 {
    color: #0b574b !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 1.5rem;
}

.flowruntimeBody .readonly_des li {
    font-size: 1.1rem;
    padding-top: .5rem;
}

.flowruntimeBody .form-details i {
    color: #008574;
    font-size: 1.2rem;
    position: relative;
    top: 2px;
}

.flowruntimeBody .form-details p,
.flowruntimeBody .form-details_item {
    font-weight: 500;
    font-size: 1.1rem;
}

/* Fix button position  */

.flowruntimeFlowRuntime .footerContainer flowruntime-progress-indicator {
    display: none;
}

.flowruntimeFlowRuntime .navigation-bar__right-align {
    margin-left: 0 !important;
}


/* END eservices flow  */


/* Thank You Page Styling Start */

.thank-you-payment h1 {
    font-size: 2rem !important;
    font-weight: bold;
    margin-bottom: 0;
    color: #1F1F1F !important;
    margin-top: 0;
}

.thank-you-payment .acc-container {
    border: 1px solid #D6D6D6;
    border-radius: 4px;
}

.cCustomLayoutNoImage .thank-you-payment h2 {
    font-size: 1.8rem !important;
    color: #1F1F1F !important;
    line-height: normal;
    font-family: 'CarlitoBold';
    margin-top: 0;
}

.thank-you-payment h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #026cb9;
    margin-bottom: .5rem;
}

.thank-you-payment h4 {
    font-size: 1.2rem;
    font-family: 'CarlitoBold';
}

.thank-you-payment .thank-you-receipt {
    color: #000000;
    font-size: 1.2rem;
    margin-top: .5rem;
    font-family: 'CALIBRIBOLD';
    -webkit-font-smoothing: antialiased;
}

.thank-you-payment .thank-you_label {
    font-weight: 600;
}

.thank-you-payment p.thank-you_total {
    font-family: 'CalibriBold';
    font-size: 2rem;
    line-height: 1;
}

.thank-you-payment .thank-you_content {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.cfsuite1CommunityMap .error-cont.light.alert {
    background-color: #fff3e5 !important;
    border: .5px solid #f7941d !important;
}

@media(max-width: 767px) {
    .thank-you-payment {
        width: 100%;
    }

    .thank-you-payment .acc-container {
        padding: 1rem;
    }

    .thank-you-payment h1 {
        line-height: 40px;
    }

    .flowruntimeBody .thank-you-payment {
        margin-top: -2rem;
    }
}

/* cfsuite Address GIS start */
/* c-cfsuite-flow-address .slds-radio {
    display: inline-block;
    margin-right: 1.4rem;
    margin-bottom: 1.2rem;
} */

c-cfsuite-flow-address .slds-radio__label .slds-form-element__label {
    font-size: 1rem;
}

/* .cfsuite-addressgis .slds-form-element__label[lwc-enmikoh2qu]{
    display: none !important;
} */

/* c-cfsuite-flow-address .slds-grid .slds-form-element__label {
    display: inline-block !important;
    margin-bottom: 0.5rem;
    margin-top: 0.8rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1c1f2a;
} */

c-cfsuite-flow-address .slds-gutters .slds-col {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

c-cfsuite-flow-address .slds-grid {
    margin-top: 1rem;
    gap: 1rem;
}

c-cfsuite-flow-address .slds-grid .slds-form-element {
    margin-top: 0.5rem;
}

c-cfsuite-flow-address .address-radio-inline .slds-form-element__control {
    display: inline-flex;
    gap: 2rem;
}

lightning-calendar .slds-text-link {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
}

c-checkbox-with-url .checkbox-label {
    position: relative;
    top: -1.2rem;
}

.flowruntimeBody .errorContent {
    padding: 0 1.1rem;
}

.flowruntime-section-column.slds-col.slds-size_1-of-1.slds-medium-size_8-of-12 c-c-fsuite-flow-display-read-only-text .slds-m-top_x-large.readonly_des {
    margin-top: 0;
}

.flowruntimeBody .flowruntime-input.flowruntime-inline-container.slds-form-element {
    align-items: baseline;
    margin-bottom: 0;
}

.flowruntimeBody .slds-combobox .slds-dropdown {
    min-width:100% ;
    max-width:100% ;
    width:100% ;
}

/* three steps width fix */
.dynamic-step.step-three {
    width: 65%;
}