:root {

    --primary: #47D6C7;
    --primarymylocalgov: #006071;

    /* Teal Color, used for Button background color mostly */
    --secondary: #4C4C4C;
    /* Grey Color, used for button color mostly */
    --aqualinkcolor: #0369B5;
    /* Aqua Color, used for links color mostly*/
    --black: #000000;
    --error: #E8503E;
    --bordercolor: #dddddd;
    --buttonhovercolor: #E6E6E6;
    --iconcolor: #47D6C7;
}




.slds-button_brand,
.slds-button_neutral,
body .forceContentPanelFooter .desktop.uiButton--brand {
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid var(--primarymylocalgov);
    color: #FFF;
    line-height: normal;
    text-transform: capitalize;
    min-width: 120px;
    padding: 0.8rem 1.5rem;
    width: auto;
}

.slds-button_neutral:hover,
.slds-button_brand,
.slds-button_brand[disabled],
.forceCommunityRichText a.slds-button_brand,
body .forceContentPanelFooter .desktop.uiButton--brand {
    background-color: var(--primarymylocalgov);
    color: #fff;
    border: 1px solid var(--primarymylocalgov);
}

.slds-button_brand:hover,
a.slds-button_brand:hover,
.slds-button_brand[disabled]:hover,
.forceCommunityRichText a.slds-button_brand:hover,
body .forceContentPanelFooter .desktop.uiButton--brand:hover,
.slds-button_neutral {
    background: #fff;
    color: var(--primarymylocalgov);
    border: 1px solid var(--primarymylocalgov);
    text-decoration: none;
}

.slds-button_brand:focus,
.slds-button_neutral:focus,
.slds-button_brand[disabled]:focus,
body .forceContentPanelFooter .desktop.uiButton--brand:focus {
    outline: var(--primarymylocalgov) 2px solid;
    outline-offset: 2px;
    box-shadow: none;
    background-color: var(--primarymylocalgov);
    color: #fff;
}


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

.cfsuite1CommunityMap .btn-customstd:hover svg,
.cfsuite1DetailComponent .btn-customstd:hover svg {
    fill: var(--primarymylocalgov);
}

.cfsuite1CommunityMap .btn-continue:focus span svg,
.cfsuite1CommunityMap button#SubmitButton:focus span svg,
.cfsuite1DetailComponent .btn-customstd:focus svg {
    fill: #fff;
}

.uiPanel--default .panel-header .forceContentPanelFooter .slds-button_neutral,
.uiPanel--default .panel-header .header~.slds-p-left_x-small>.slds-button_neutral {
    color: var(--primarymylocalgov);
    padding-bottom: 5px;
}

@media(max-width:480px) {

    .slds-button_brand,
    .slds-button_neutral,
    .slds-card__footer.navigationBar .slds-button {
        width: 100%;
    }
}


/* START Common Layout styles  */
/* .btn-customstd:hover,
.cfsuite1MyRecentRequests .actions a.submit:hover,
.cfsuite1ThankYou .button-ret:hover,
.cfsuite1MyPreferenceComp .slds-modal__footer .slds-button.slds-button_brand:hover,
.siteforcePanelsContainer .slds-modal__container .slds-button.slds-button--neutral:last-child:hover,
.cfsuite1MakePropertyPayment .btn-pay:hover,
.cfsuite1MyLinkedProperties .btn-add:hover,
.slds-button_brand:not([disabled]):hover,
.cfsuite1PaymentPlanOrExtension .btn-continue:hover,
.slds-button_brand:hover,
.cfsuite1PropertyLink button.cancel:hover,
.slds-button_neutral:hover,
.cfsuite1ManageDirectDebit .btn-cancel:hover,
.cfsuite1MyRecentRequests .actions a.view-all:hover,
.slds-modal .uiButton--brand:hover,
.forceContentPanelFooter .desktop.uiButton--brand:hover,
#myQ .slds-button.slds-button_neutral:hover {
    background-color: #fff;
    border-color: var(--primarymylocalgov);
    color: var(--primarymylocalgov);
} */

/* .slds-button_brand:not([disabled]),
.cfsuite1MyPreferenceComp .selected,
.slds-modal .uiButton--brand,
.forceContentPanelFooter .desktop.uiButton--brand {
    background-color: var(--primarymylocalgov);
    border-color: var(--primarymylocalgov);
    color: #fff;
}

#myQ .slds-button.slds-button_neutral {
    background-color: #fff;
    border: solid 1px var(--primarymylocalgov);
}

.cAllQuestions .slds-button_neutral {
    border: 1px solid var(--primarymylocalgov);
    border-radius: 24px;
}

.forceContentPanelFooter .desktop.uiButton--brand {
    background-color: var(--primarymylocalgov) !important;
    border-color: var(--primarymylocalgov) !important;
    color: #fff !important;
    border-radius: 24px;
} */

/* .forceContentPanelFooter .desktop.uiButton--brand:hover {
    background-color: var(--primarymylocalgov) !important;
    border-color: var(--primarymylocalgov) !important;
    color: #fff !important;
}

.slds-modal .slds-modal__container .slds-modal__close {
    color: var(--secondary);
    right: -1.6rem;
} */


/* Common Button Styling for entire org end */
.cCustomLayout1,
.cDashboardLayout,
.cCustomLayoutNoImage {
    position: relative;
}

.cCustomLayoutNoImage {
    -webkit-font-smoothing: antialiased;
}

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

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

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

.container,
.cDashboardLayout .cCommunitySectionLayout .row,
.cfsuite1PropertyLink,
.cfsuite1Breadcrumbs {
    width: 1245px;
    margin: auto;
}

@media (max-width: 1180px) {

    .container,
    .cDashboardLayout .cCommunitySectionLayout .row,
    .cfsuite1PropertyLink,
    .cfsuite1Breadcrumbs {
        width: 100%;
    }

    .header-top .header-secondary,
    .header-top .container.slds-show_medium {
        padding: 0 1rem !important;
    }
}

.logo-wrapper {
    margin: 25px 0;
}

@media (max-width: 767px) {

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

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

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

.cCustomLayout1 .logoContainer,
.cCustomLayoutNoImage .logoContainer,
.cDashboardLayout .logoContainer {
    height: 77px;
    width: 194px;
}

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

    .cCustomLayout1 .logoContainer,
    .cCustomLayoutNoImage .logoContainer,
    .cDashboardLayout .logoContainer {
        width: 150px;
        height: 60px;
        margin: 0;
        background-position: top center !important;
        background-size: cover;
    }
}

@media (max-width: 767px) {

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

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

.header-row {
    display: none;
}

@media (max-width: 767px) {
    .header-top .header-secondary .container {
        padding: 10px 0;
        justify-content: center;
    }

    .header-top .header-secondary div {
        line-height: normal;
    }

    .header-top .header-secondary {
        background-color: var(--secondary);
        color: #fff !important;
        border-bottom: 0px solid #E5E5E5;
        padding: 0;
    }

    .header-top .header-secondary a {
        color: #fff !important;
        text-decoration: none;
    }

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

/* @media (max-width: 1000px) {
    .content {
        padding: 0 16px;
    }
} */

/* lining up content */
.fullwidth {
    width: 100%;
    z-index: 1;
}

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

/*
.slds-col.content {
    z-index: 2;
    position: relative;
}
*/

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

button#LocateButton {
    color: red;
}

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

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

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

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

.siteforcePanelsContainer .slds-modal__container .slds-button .slds-button_icon-inverse {
    color: var(--secondary);
}

.siteforcePanelsContainer .slds-modal__container .slds-modal__header .slds-modal__close:hover svg {
    fill: var(--primarymylocalgov);
}

.slds-modal__container .slds-modal__header .slds-modal__close:hover {}

.siteforcePanelsContainer .slds-modal__container .modal-body .detail.slds-text-align--center {
    margin-top: 2rem;
}

.siteforcePanelsContainer .modal-header .title {
    text-align: left;
    font-size: 1.5rem
}

.siteforcePanelsContainer .slds-modal__container .slds-button.slds-button--neutral:last-child {
    background-color: var(--primary);
    width: 10.25rem;
    margin: 0;
    border: 0;
}

.siteforcePanelsContainer .slds-modal__container .slds-button.slds-button--neutral:first-child {
    border: 1px solid var(--secondary);
}

.siteforcePanelsContainer .slds-modal__container .slds-button.slds-button--neutral:first-child:hover {
    color: var(--secondary);
}

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

.forceCommunityUserSettings .userSettingTabs a.tabHeader {
    font-size: 1rem;
    line-height: 1.25;
    color: #333;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    border: none;
    text-transform: 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 {
    font-size: .8125rem !important;
}

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

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

/* 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: 40px 25px 30px !important;
    border: solid 1px #d4d4d4;
    border-radius: 0.25rem;
}

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

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

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

input {
    border: 1px solid #949494;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* END */
/* START cDashboardLayout styles */
.cDashboardLayout .slds-col.content {
    margin-top: 35px;
}

#cfsuitemyreqdiv1 .slds-tabs_default__overflow-button button.slds-button {
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: normal;
}

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

.cLogin .slds-dropdown__item>a:focus {
    box-shadow: none;
}

.cLogin .slds-dropdown__item>a:active {
    background-color: transparent;
}

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

.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;
    margin: 0;
    width: 100%;
    margin-left: 6px;
}

.slds-dropdown-trigger .slds-button.menu-profile img {
    vertical-align: sub;
}

.slds-dropdown-trigger .slds-button.menu-profile i {
    font-size: 1.1rem;
    margin-left: 6px;
}

.profile-container .slds-dropdown {
    background-color: #fff;
    border: none;
    width: 80%;
    left: 18px;
}

.profile-container .slds-dropdown__item>a {
    color: var(--secondary);
    font-size: 14px;
    justify-content: start;
    text-decoration: none;
}

.profile-container .slds-dropdown__item>a:hover {
    background: #E5FBFF;
    font-weight: 600;
    color: #006071;
}

.cLogin .btn-login {
    width: 5rem;
    display: inline-block !important;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
    background: var(--primary);
    color: var(--secondary);
}

.cLogin .btn-login:hover {
    background: #00FFE4;
    color: var(--secondary);
    filter: brightness(100%);
}

.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 */
.template-footer .footer-content {
    color: white;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 140px;
}

.template-footer .footer h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.footer-content .signOff__list {
    font-size: 14px;
}

.footer-content .contact-details,
.footer-content .share-details {
    margin-bottom: 50px;
}

.footer-content ul.social-links li {
    margin-bottom: 16px;
}

.footer-content .signOff__list {
    text-align: right;
}

.template-footer .footer p {
    color: #fff;
}

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

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

    .template-footer .footer-content {
        padding: 50px 16px 30px;
    }
}

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

    .profileMenuRegion {
        margin: 18px 0;
    }
}

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

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

.cHeaderLinks .header-my-account {
    border-right: 1px solid #FFFFFF69;
    padding-right: 1.5rem;
}

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

a.nav-link {
    color: #292929;
    margin: 10px 19px 10px 0px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

    .notification-container {
        border: none;
    }

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

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

    .nav-links {
        width: 100%;
    }

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

/* END Common Layout styles */
/* START header & p styles */
h1,
p {
    font-weight: normal;
}

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

h2 {
    font-size: 1.4rem;
}

p {
    font-size: 1rem;
}

b {
    font-weight: 600;
}

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

.cfsuite1Cf_SmartSearch h1 {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 700;
}


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

.cfsuite1SmartSearch li:hover {
    background-color: #006071 !important;
    color: #fff !important;
}

.cfsuite1SmartSearch li:hover a {
    color: #fff !important;
}


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

.cfsuite1ThankYou .button-ret {
    margin: 0;
}

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

.cfsuite1LoginRegister .btn-login~.slds-text-color_destructive {
    padding-bottom: 1rem;
    text-align: center;
}

.cfsuite1RecentRequests .recent-requests-list th a {
    color: #000;
}

.cfsuite1RecentRequests .slds-input::placeholder,
.cfsuite1RecentRequests select {
    color: #000;
}

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

.cfsuite1ShowMoreTopics .report-type-icon {
    color: var(--primary);
}

.cfsuite1ShowMoreTopics .box-container:hover .report-type-icon {
    color: var(--secondary);
}

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

.cCustomLayoutNoImage .cfsuite1PhoneNumbers h2 {
    color: #000 !important;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.5rem;
    padding-bottom: 16px;
}

.cCustomLayoutNoImage .cfsuite1PhoneNumbers hr {
    display: none;
}

.cCustomLayoutNoImage .cfsuite1PhoneNumbers {
    border: 1px solid #E6E6E6;
    padding: 24px 29.85px 32.44px 16px;
    color: #000;
}

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

.cfsuite1MyRecentRequests h2 {
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
}

@media (max-width:767px) {
    .cfsuite1MyRecentRequests h2 {
        font-size: 32px;
        padding-top: 0;
    }
}

.cfsuite1RecommendedActions h2 {
    background-color: #fff;
    color: #000;
    padding: 16px 25px 0px 20px;
    font-size: 1.1rem;
    position: relative;
}

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

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

.cfsuite1ShowMoreTopics h2.reportit-header {
    font-size: 2.5rem;
    text-align: left;
    color: #000;
}

@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,
    .cfsuite1RecentRequests h2,
    .cfsuite1CaseSearchBox h2 {
        font-size: 1.5rem !important;
    }

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

/* END h2 styles */
/* START Button & link styles */
/* .slds-button {
    border-radius: 0px;
    border: none;
    font-size: 1rem;
    width: 100%;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
    margin-top: 1.3em;
    text-decoration: none;
    text-align: center;
    color: var(--secondary);
    cursor: pointer;
} */

.flowRuntimeForFlexipage .flowruntimeFlowRuntime .flowruntimeBody .flowruntime-section-column .field-element .flow-form {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.flowruntime-input-label[lwc-1o2vf6350ba] {
    display: none;
}

.flowRuntimeForFlexipage .flowruntimeFlowRuntime .flowruntimeBody .flowruntime-section-column .field-element .flow-form .flow-form_label {
    /* font-size: var(--lwc-fontSizeSmall, 0.75rem);
    font-weight: var(--lwc-fontWeightRegular, 400);
    vertical-align: text-top;
    min-height: 1.5rem;
    padding-top: 0.14rem; */
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.flowRuntimeForFlexipage .flowruntimeFlowRuntime .flowruntimeBody .flowruntime-section-column .field-element .flow-form .label_req {
    color: #878787;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .04rem;
    position: relative;
    top: -1px;
}

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

.btn-brand_custom:hover {
    filter: brightness(115%);
}

/* @media (min-width: 481px) {

    .slds-button,
    .cfsuite1ManageDirectDebit .slds-modal__container .slds-button,
    .cfsuite1PropertyLink button.cancel {
        width: 200px;
    }
} */

.btn-edit {
    margin-top: 10px;
}



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

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 {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-size: 19.2px;
    height: 180px;
    padding: 30px 25px;
    position: relative;
    text-align: center;
    width: 100%;
}

.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: #000;
    overflow: hidden;
}

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

.box-container .box-title {
    font-weight: 700;
    position: relative;
}

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

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

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

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

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

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

/* 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.6rem;
    margin-bottom: 4px;
    font-weight: 600;
}

.slds-modal__container .slds-button {
    /* width: 7.25rem; */
    /* margin: 0; */
}



.slds-page-header__col-title .slds-media__figure:hover {
    filter: brightness(85%);
}

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

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

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

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

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

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

.modal-sm .slds-modal__footer .slds-button {
    margin-top: 0px;
}

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

}

/* END */
/* END Pop up Modal styles */
/* START Common back button and title styles */
.page-title h1 {
    font-size: 1.4rem;
}

.back {
    color: var(--secondary);
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
    font-size: 1.2rem;
    display: inline;
    display: flex;
    float: left;
    margin-bottom: 40px;
    border: none;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
}

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

.cfsuite1SetupDirectDebit .back,
.cfsuite1RequestPaymentPlan .back {
    font-size: 1.2rem;
}

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

.deflection-container {
    margin-right: 2rem;
}

@media (max-width: 30em) {

    .page-title .back {
        margin-bottom: 30px;
        font-size: 1.2rem;
    }

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

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

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

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

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

@media (min-width: 30em) {

    .back,
    .rates.cfsuite1SetupDirectDebit button.back.button {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }

    .page-title .back,
    .rates.cfsuite1SetupDirectDebit button.back.button {
        padding: 22px 28px;
    }

    .page-title h1 {
        font-size: 1.7rem;
        margin: 0;
    }
}

/* END Common back button and title styles */
/* START Focus styles */


.slds-input:focus,
.slds-textarea:focus,
.uiInput--input .input:focus {
    outline: var(--primarymylocalgov) 2px solid;
    box-shadow: none;
}

.forceCommunityChangePassword .uiInput--input .input:focus {
    outline: none;
}




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

.cfsuite1ShowMoreTopics .report-type-option-alt:hover,
.cfsuite1ShowMoreTopics span:focus,
.cfsuite1ShowMoreTopics .report-type-container:focus,
.cfsuite1ShowMoreTopics a:focus {
    outline: var(--primary) 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: #A30000 2px solid;
    outline-offset: 2px;
    box-shadow: none;
    border: none;
}

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

.cfsuite1CaseContactInfo .slds-checkbox__label {
    display: flex;
}

.cfsuite1CaseContactInfo .slds-checkbox__label .slds-checkbox_faux {
    margin-top: 0.3rem;
}


.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,
.cfsuite1LoginRegister .btn-register {

    width: 100% !important;
}

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

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

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

/* END LoginRegister styles */
/* START ShowMoreTopics styles */
.cfsuite1ShowMoreTopics .slds-button {
    display: none;
    margin: 44px auto 20px;
    padding: 12px 50px;
}

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

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

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

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

.cfsuite1ShowMoreTopics {
    border-bottom: 1px solid #D4D4D4;
}

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

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

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

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

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

.cfsuite1ShowMoreTopics h2.reportit-header {
    margin-top: 40px;
    padding-bottom: 0px;
}

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

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

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

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

@media (min-width: 768px) {
    .cfsuite1ShowMoreTopics h2.reportit-header {
        margin-top: 90px;
        padding-bottom: 40px;
    }
}

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

/* END ShowMoreTopics styles */
/* START MyRecentRequests styles */
.cfsuite1MyRecentRequests {
    -webkit-font-smoothing: antialiased;
}

@media (min-width:831px) {
    .cfsuite1MyRecentRequests {
        padding-bottom: 50px;
    }
}

/*.cfsuite1MyRecentRequests .requests,
.cfsuite1RequestPaymentPlan .fiveStep~button.back.button~.details,
.cfsuite1MyLinkedProperties .no-properties,
.rates.cfsuite1SetupDirectDebit .container.rates .details,
.cfsuite1LinkedPropertiesDetails,
.cfsuite1MakePropertyPayment .thank-you .details,
.cfsuite1RefundCredit .details,
.rates.cfsuite1ManageDirectDebit>div>.container.rates,
.cfsuite1MyProperties .properties,
.cfsuite1ThankYou,
.cfsuite1DetailComponent:not(.slds-hide):first-child,
.cfsuite1PaymentPlanOrExtension .page-title+.rates,
.cfsuite1RequestPaymentPlan h1~.rates,
.cfsuite1PropertyLink .details,
.cTop_2_1_ColumnLayout .cfsuite1MakePropertyPayment .container .rates .details,
.cfsuite1PaymentPlanOrExtension .thank-you .details,
.rates.cfsuite1RequestPaymentPlan>.slds-hide+div:not(.slds-hide) .heading~.details:not(.payment) {
    padding: 32px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e6e6;
}
.thank-you_content  a{
 color: #006071;
}
@media (max-width:767px) {

    .cfsuite1MyRecentRequests .requests,
    .cfsuite1RequestPaymentPlan .fiveStep~button.back.button~.details,
    .cfsuite1MyLinkedProperties .no-properties,
    .rates.cfsuite1SetupDirectDebit .container.rates .details,
    .cfsuite1LinkedPropertiesDetails,
    .cfsuite1MakePropertyPayment .thank-you .details,
    .cfsuite1RefundCredit .details,
    .rates.cfsuite1ManageDirectDebit>div>.container.rates,
    .cfsuite1MyProperties .properties,
    .cfsuite1ThankYou,
    .cfsuite1DetailComponent:not(.slds-hide):first-child,
    .cfsuite1PaymentPlanOrExtension .page-title+.rates,
    .cfsuite1RequestPaymentPlan h1~.rates,
    .cfsuite1PropertyLink .details,
    .cTop_2_1_ColumnLayout .cfsuite1MakePropertyPayment .container .rates .details,
    .cfsuite1PaymentPlanOrExtension .thank-you .details,
    .rates.cfsuite1RequestPaymentPlan>.slds-hide+div:not(.slds-hide) .heading~.details:not(.payment) {
        padding: 24px;
    }
}*/

.cfsuite1MyRecentRequests .slds-tabs_default__item:after {
    background-color: #000;
}

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

.cfsuite1MyRecentRequests .slds-tabs_default__overflow-button .slds-button {
    color: var(--secondary);
}

.cfsuite1MyRecentRequests .actions a,
.cfsuite1MyRecentRequests .btn-add {
    background-color: var(--primary);
    color: var(--secondary);
    border-radius: 24px;
}

.cfsuite1MyRecentRequests a {
    text-decoration: none;
}

.cfsuite1MyRecentRequests p a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

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

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

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

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

.cfsuite1MyRecentRequests .requests .slds-tabs_default__content {
    padding-bottom: 20px;
    padding-top: 0;
}

@media (min-width:480px) and (max-width:767px) {
    .cfsuite1MyRecentRequests .requests .slds-col.slds-size_1-of-1.slds-medium-size_1-of-2 {
        width: 50%;
    }
}

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

.cfsuite1MyRecentRequests .tabset li.slds-is-active a {
    color: #000000 !important;
}

.cfsuite1MyRecentRequests .request {
    border-bottom: 1px solid #d7d6d6;
    padding: 24px 0;
    align-items: center;
}

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

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

.cfsuite1MyRecentRequests .number,
.cfsuite1MyRecentRequests .address,
.cfsuite1MyRecentRequests .category {
    color: #292929;
}

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

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

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

.cfsuite1MyRecentRequests .status {
    border-radius: 24px;
    color: white;
    font-size: .76em;
    padding: 1px 8px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -1px;
    max-width: 200px;
}

.cfsuite1MyRecentRequests .status.pending {
    background: var(--aqualinkcolor);
}

.cfsuite1MyRecentRequests .status.inprogress {
    background-color: #C25219;
}

.cfsuite1MyRecentRequests .status.complete {
    background-color: #17664d;
}

.cfsuite1MyRecentRequests .address {
    font-size: 15px;
    padding-right: 20px;
}

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

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

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

.cfsuite1MyRecentRequests .actions a.view-all {
    border: solid 1px var(--secondary);
    background-color: #fff;
}

.cfsuite1MyRecentRequests .actions a.submit {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--secondary);
}

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

@media (min-width: 500px) {

    .cfsuite1MyRecentRequests .actions a,
    .cfsuite1MyRecentRequests .btn-add {
        width: 200px;
    }
}

@media (max-width: 48em) {
    .cfsuite1MyRecentRequests .status {
        margin-top: 12px;
    }
}

/* END MyRecentRequests styles */
/* START DetailComponent styles */
.cfsuite1DetailComponent {
    position: relative;
    text-align: left;
}


.cfsuite1RequestWizard .cfsuite1DetailComponent .back-container {
    top: 12px;
}



@media (max-width:767px) {
    .cfsuite1RequestWizard .cfsuite1DetailComponent {
        margin-top: 0px;
    }

    .cfsuite1RequestWizard .cfsuite1DetailComponent button.slds-button.mobile-back~br {
        display: none;
    }

    .cfsuite1RequestWizard .cfsuite1DetailComponent h1 {
        line-height: normal;
    }
}

.cfsuite1RequestWizard .slds-grid>.slds-size_1-of-1.slds-large-size_4-of-6 {
    position: relative;
}

.cfsuite1DetailComponent .details .slds-m-bottom_x-large {
    margin-bottom: 0;
}

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


.cfsuite1DetailComponent textarea {
    height: 100px;
}

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

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

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

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

.cfsuite1DetailComponent .contact-form-text {
    margin-bottom: 20px;
}

.cfsuite1DetailComponent .contact-form .slds-form-element__label {
    font-size: 14px;
    margin-top: 3px;
}

.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; */
    padding-top: 2px;
    padding-bottom: 2px;
}

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

.cfsuite1DetailComponent button#SubmitButton svg.slds-icon {
    margin-left: .8rem;
}

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

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

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

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

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

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

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

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

.cfsuite1DetailComponent .attachments button {
    margin-top: 0px !important;
    color: var(--aqualinkcolor) !important;
}


.cfsuite1DetailComponent .slds-pill {
    color: var(--primarymylocalgov);
    padding: 0.3rem 0.8rem;
    border: 1px solid var(--primarymylocalgov);
    border-radius: 50px;
    font-weight: 500;
    margin-right: 0.75rem;
}

.cfsuite1DetailComponent .slds-pill .slds-button {
    color: var(--primarymylocalgov);
}

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

@media (max-width:767px) {

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

    .cfsuite1DetailComponent .slds-listbox_selection-group {
        margin-bottom: 0 !important;
    }

    .cfsuite1DetailComponent .contact-form-text {
        margin-bottom: 10px;
    }

    .cfsuite1DetailComponent .customRadioCls {
        padding: 8px 0 18px;
        padding-bottom: 0;
    }

    .cfsuite1DetailComponent .btn-customstd {
        margin-top: 0.2rem;
    }

    .cfsuite1DetailComponent .customRadioCls .slds-form-element__legend {
        margin-bottom: 10px;
    }
}

/* END DetailComponent styles */
/* START LoginRegister styles */
.cfsuite1LoginRegister .column1 {
    padding: 40px 20px 40px 45px;
}

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

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

.cfsuite1LoginRegister .description ul li {
    line-height: 24px;
    list-style-position: outside;
    margin-left: 20px;
}

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

.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-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: var(--secondary);
}

@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 {
    color: var(--lwc-colorTextDefault);
    font-size: 1rem;
    text-decoration: none;
}

.cfsuite1Breadcrumbs {
    position: relative;
    padding-top: 25px;
}

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

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

/* END Breadcrumbs styles */
/* START StepsPath styles */
.cfsuite1StepsPath a {
    color: var(--lwc-colorTextDefault);
}

.cfsuite1Breadcrumbs li:first-child a {
    text-decoration: underline;
    font-weight: 600;
}

.cfsuite1Breadcrumbs li:first-child a:hover {
    color: #006071;
    text-decoration: none;
}

/* END StepsPath styles */
/* START RecentRequests styles */
.cfsuite1RecentRequests.recent-cases {
    padding: 50px 0 100px 0;
    background: #006071;
}

@media (max-width: 1190px) {
    .cfsuite1RecentRequests.recent-cases {
        padding: 2rem 1rem;
    }
}

.cfsuite1RecentRequests .map-content {
    background-color: #fff;
}

.cfsuite1RecentRequests .slds-datepicker__filter_month .slds-button_icon.slds-button_icon-container:hover {
    color: #000;
}

.cfsuite1RecentRequests .slds-datepicker__filter_month .slds-button_icon.slds-button_icon-container:focus {
    border: none !important;

}

.cfsuite1RecentRequests .slds-datepicker__filter_month h2 {
    font-size: 1rem !important;
    background: #fff;
    color: #000;
}

.cfsuite1RecentRequests .summary div[role="listitem"] {
    margin: 0 0.5rem;
    text-align: center;
}

.cfsuite1RecentRequests .slds-datepicker .slds-button.slds-text-link.slds-align_absolute-center {
    width: 100%;
    color: #006071
}


.cfsuite1RecentRequests .map-content hr:nth-of-type(1) {
    display: none;
}

.cfsuite1RecentRequests .map-content .subtitle {
    background-color: #006071;
    color: #fff;
    text-align: left;
    padding-bottom: 2rem;
}

.cfsuite1RecentRequests .summary {
    padding-top: 32px;
}

.cfsuite1RecentRequests h2 {
    background: #006071;
    color: #fff;
    text-align: left;
    font-size: 2.5rem;
}

.cfsuite1RecentRequests .slds-input-has-icon_right .slds-input {
    min-height: 36px;
    /* min-width: 125px; */
}

.cfsuite1RecentRequests div#category_select-container1 {
    position: relative;
}

.cfsuite1RecentRequests .filter-reset {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 32px;
}

.cfsuite1RecentRequests .slds-form-element__help {
    text-align: left;
}

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

.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-weight: 700;
    text-transform: capitalize;
    font-size: 1rem;
    color: #000000;
}

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

.cfsuite1RecentRequests .progress-count {
    color: var(--aqualinkcolor);
}

.cfsuite1RecentRequests .completed-count {
    color: #4C4C4C;
}

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

.cfsuite1RecentRequests .actions button {
    font-size: 1rem;
    margin-right: 10px;
    width: 120px;
    margin-top: 0px;
}

.cfsuite1RecentRequests .actions button.active,
.cfsuite1RecentRequests .actions button:focus {
    border: 1px solid var(--primarymylocalgov);
    text-decoration: none;
    border-radius: 24px;
    outline: none;
    padding: 4px 10px;
}

.cfsuite1RecentRequests .actions button:focus {
    box-shadow: none;
}

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

.cfsuite1RecentRequests .slds-button span {
    color: #000;
    width: 100%;
}

.cfsuite1RecentRequests .slds-button.active span {
    color: var(--primarymylocalgov);
    font-weight: 600;
}

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

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

.cfsuite1RecentRequests .slds-has-error .slds-form-element__help {
    position: absolute;
    text-align: left;
}

.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 {
    padding-left: 1.2rem;
    border-top: none;
    background-color: #fff;
    color: var(--lwc-colorTextDefault);
}

.cfsuite1PhoneNumbers .phonerow-1 .line-1 {
    padding-bottom: 1rem;
}

.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;
    color: #000;
}

.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: 600px) {
    .cfsuite1RecentRequests .requests-container .slds-col.slds-wrap.slds-size_1-of-3.slds-small-size_6-of-12.slds-text-align_left {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .cfsuite1RecentRequests .requests-container .slds-grid.actions {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .cfsuite1RecentRequests .requests-container div#category_select-container1 {
        width: 48%;
        margin-right: 10px
    }

    .cfsuite1RecentRequests .requests-container div#category_select-container {
        width: 48%;
    }

    .cfsuite1RecentRequests .requests-container button.slds-button {
        width: 45% !important;
        margin-bottom: 1rem;
    }
}

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

    .slds-col.container.map-content hr {
        margin: 1.5rem 0;
    }

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

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

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

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

    .cfsuite1RecentRequests h2 {
        padding-bottom: 0.5rem;
    }

    .cfsuite1RecentRequests .actions button {
        font-size: .8rem;
        width: 106px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

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

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

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

.cfsuite1RecentRequests .actions input {
    height: 2.25rem;
    width: 100%;
}

@media (max-width:520px) {

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

/* END RecentRequests styles */
/* START QAProcess styles */
.cfsuite1QAProcess {
    align-content: center;
}

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

.cfsuite1QAProcess.buttonspan .responseBlock {
    padding: .5rem 1.5rem;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 3px;
    overflow: auto;
    font-size: 1.25rem;
    cursor: pointer;
    background-color: #f0f0f0;
    border: none;
    text-align: left;
    border-radius: 38px;
    margin-right: .5rem;
    margin-top: .5rem;
}

@media (max-width: 30em) {
    .cfsuite1QAProcess.buttonspan .responseBlock {
        width: 100%;
        border-radius: 4px;
    }
}

.cfsuite1QAProcess.buttonspan .responseBlock:hover,
.cfsuite1QAProcess.buttonspan .responseBlock:focus {
    color: #000;
    outline: 0;
}

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

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

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

.cfsuite1QAProcess.login-modal .slds-modal__header {
    background-color: var(--secondary);
    padding: 10px;
    height: 90px;
}

.cfsuite1QAProcess.login-modal .slds-modal__header .logo-container {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 95%;
    background-color: var(--secondary);
}

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

.cfsuite1QAProcess.login-modal .slds-modal__header .btn-close {
    text-align: center;
    color: #ffff;
    top: 30px;
    width: 80px;
}

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

.cfsuite1QAProcess .cfsuite1LoginRegister a.forgot-password {
    color: #006071
}

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

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

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

.cfsuite1QAProcess .slds-button p {
    display: inline;
}

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

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

    .cfsuite1QAProcess .slds-page-header__title {
        padding: 1px 0 15px 0;
    }

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

    .cfsuite1QAProcess .slds-modal__footer .slds-button {
        margin-bottom: 0;
    }

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

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

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

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

/* END QAProcess styles */
/* START Welcome styles */
.cfsuite1Welcome {
    background-image: url(/resource/surfcoastbanner);
    background-position: 0 61%;
    background-size: cover;
    color: white;
    margin-bottom: 30px;
    padding: 65px 0 65px;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

.cfsuite1Welcome .container .message {
    z-index: 1;
}

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

.cfsuite1Welcome h1 {
    font-size: 2.375rem;
    margin-top: 20px;
    font-weight: 700;
}

.cfsuite1Welcome h1 strong {
    color: #fff;
}

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

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

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

@media (min-width: 480px) {
    .cfsuite1Welcome .container .message {
        width: 410px;
    }
}

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

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

@media (max-width: 767px) {
    .cfsuite1Welcome {
        padding-top: 50px;
        padding-bottom: 50px;

    }

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

    .cfsuite1Welcome h1 {
        font-size: 2rem;
    }

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


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

/* END Welcome styles */
/* START ThankYou styles */
.cfsuite1ThankYou {
    text-align: left;
    font-size: .95rem;
}

.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;
    line-height: 120%;
    margin-bottom: 0.6rem;
}

.cfsuite1ThankYou .confirmation-content {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin: 1.5rem 0;
    margin-bottom: 2rem;
    background: #fafafa;
    border-radius: 2px;
}

.cfsuite1ThankYou .confirmation-content .summary-line a {
    color: var(--aqualinkcolor);
}

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

/* END ThankYou styles */
/* START CaseSearchBox styles */
.cfsuite1CaseSearchBox .container {
    width: 100%;
    padding-bottom: 40px;
}

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

.cfsuite1CaseSearchBox .slds-button,
.cfsuite1CaseSearchBox .slds-button:hover {
    background: var(--secondary);
    color: #fff;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    border-radius: 0;
    border: none;
}

.cfsuite1CaseSearchBox .uiInput--input.input {
    background-color: #eeeced;
}

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

/* END CaseSearchBox styles */
/* START Cf_SmartSearch styles */
.cfsuite1Cf_SmartSearch .uiInput--input.input {
    background-color: white;
    border-radius: 0.375rem;
}

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

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

/* END Cf_SmartSearch styles */
/* START RecentCasesMap styles */
.cfsuite1RecentCasesMap {
    height: 550px;
    margin-top: 10px;
}

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

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

/* END RecentCasesMap styles */
/* START Dashboard styles */
.cfsuite1Dashboard .recent-requests {
    width: 100%;
}

/* END Dashboard styles */
/* START Common Progress Bar styles */
.cfsuite1ProgressIndicator,
.cfsuite1NavigationProcess {
    margin-bottom: 30px;
}

.steps-wrapper {
    width: 100%;
}

.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: #292929;
    font-weight: 600;
}

.steps-container .step-label.inactive {
    color: #757575;
    font-weight: 600;
}

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

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

.steps-container .line-wrapper .line-left,
.steps-container .line-wrapper .line-right {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    position: absolute;
    right: 0;
    width: 50%;
}

.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: #e1e1e1 !important;
    top: -8px;
}

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

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

/* fix blank dots in icon */
.steps-container .step-bullet i {
    margin-left: -1px;
    margin-right: -1px;
}

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

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

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

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

.cfsuite1NavigationProcess {
    padding-top: 2rem;
}

@media (max-width: 480px) {

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

/* END Common Progress Bar styles */
/* START NavigationProcess  styles */


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

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

/* END NavigationProcess  styles */
/* START ProgressIndicator styles */
.cfsuite1ProgressIndicator {
    padding-top: 0rem;
}

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

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

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

/* END ProgressIndicator styles */
/* START Cf_SmartSearch styles */
.cfsuite1Cf_SmartSearch .community-container {
    margin-top: 50px;
    position: relative;
}

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

/* END Cf_SmartSearch styles */
/* START RecommendedActions styles */
.cfsuite1RecommendedActions {
    margin-bottom: 30px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.cfsuite1RecommendedActions h2>i {
    color: var(--secondary);
    margin-right: 15px;
}

.cfsuite1RecommendedActions .widget-content {
    padding: 20px 26px;
}

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

.cfsuite1RecommendedActions .action a {
    flex-grow: 1000;
    font-size: 0.96rem;
    padding-left: 6px;
    color: #006071;
}

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

/* END RecommendedActions styles */
/* START RequestWizard  styles */
.cfsuite1RequestWizard {
    text-align: left;
    margin-bottom: 50px;
}

.cfsuite1RequestWizard .commMapBlock {
    height: 100px;
}

.cfsuite1RequestWizard .wizard-sidebar {
    padding-top: 1.1em;
    padding-left: 2rem;
}

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

.cfsuite1CouncillorRequest .slds-card__footer.actionButtonBar {
    margin-top: 0;
    padding-top: 0;
}

.cfsuite1RequestWizard .steps-container .line-wrapper .step-bullet.inactive {
    top: -6px;
}

.cfsuite1RequestWizard .cfsuite1LaunchRequestSubmissionFlow .flowruntimeBody .container .readonly_info {
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 1rem;
    margin-top: 1rem;
}

.cfsuite1RequestWizard .cfsuite1LaunchRequestSubmissionFlow .flowruntimeBody .container .readonly_info i {
    color: #006071;
    font-size: 1.3rem;
    position: relative;
    top: 2px;
}

.cfsuite1RequestWizard .cfsuite1LaunchRequestSubmissionFlow .flowruntimeBody .container .readonly_info span {
    font-size: 1rem;
    line-height: 1.5;
}

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

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

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

.cfsuite1RequestWizard .cfsuite1LaunchRequestSubmissionFlow .flowruntimeBody .flowruntime-input {
    margin-bottom: 1rem;
    margin-top: 0.3rem;
}

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

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

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

.cfsuite1RequestWizard .cfsuite1LaunchRequestSubmissionFlow .thank-you-payment h1 {
    font-size: 2rem !important;
    margin-bottom: 0;
}

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

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

@media (max-width: 1023px) {
    button.btn-continue.slds-button_brand.btn-customstd {
        margin-top: 1rem;
    }

    .cfsuite1RequestWizard .wizard-sidebar {
        padding-left: 0px;
        padding-top: 0px;
    }

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

    .cfsuite1RequestWizard .phones-container {
        display: block;
        margin-top: 2rem;
    }

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

@media (min-width: 767px) {
    .cfsuite1CouncillorRequest .wizard-sidebar {
        margin-top: 93px;
    }

}

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

    .cfsuite1RequestWizard {
        margin-bottom: 30px;
    }

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

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




.cfsuite1QAProcess .slds-page-header__title .slds-icon,
.back-container .back.button .slds-icon {
    fill: #fff;
}





.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 iframe {
    overflow: hidden;
}



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

@media (max-width: 480px) {
    .cfsuite1CommunityMap .btn-customstd {
        width: 100%;
    }
}

/* END CommunityMap styles */
/* START CfSmartsearch styles */
.cfsuite1Cf_SmartSearch .input-container {
    padding: 20px 0;
}

.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: #000;
    position: absolute;
    right: 16px;
    top: 20px;
}

.cfsuite1Cf_SmartSearch .input::placeholder {
    color: #000;
}


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

.cfsuite1Cf_SmartSearch .search-results {
    background-color: #fff;
    border: 1px solid #dee1e5;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.20);
    margin: 2px auto 0;
    max-height: 400px;
    overflow-y: auto;
    padding: 1rem;
    position: absolute;
    top: -22px;
    z-index: 2;
    width: 100%;
    border-radius: 8px;
}


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

.cfsuite1Cf_SmartSearch .search-results .match-link {
    display: block;
    color: var(--textcolor);
    font-weight: 400;
    text-decoration: none;
    padding: 0.3rem 0;
    font-size: 1rem;
}

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

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

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

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

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

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

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

@media (min-width:400px) {
    .cfsuite1Cf_SmartSearch h1 {
        font-size: 2.5rem;
        width: 400px;
        max-width: 100%;
        font-weight: 700;
        padding-bottom: 10px;
    }
}

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

    .cfsuite1Cf_SmartSearch h1 {
        font-size: 28px;
        font-weight: 600;
        line-height: normal;
        margin-top: 10px 0px 4px 0px;
    }
}

/* END CfSmartsearch styles */
/* START SmartSearch styles */
.cfsuite1SmartSearch {
    margin-bottom: 17px;
}

.cfsuite1SmartSearch button.title {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e6e6;
    color: #000;
    padding: 22px 72px 22px 22px;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
}

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

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

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

.cfsuite1SmartSearch li a {
    color: var(--secondary);
    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: var(--secondary);
    display: block;
}

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

@media (min-width:831px) {
    .cfsuite1SmartSearch {
        margin-top: 88px;
    }
}

/*red*/
.cfsuite1SmartSearch li.hover {
    color: var(--secondary);
    background-color: rgb(213, 251, 247)
}

/*yellow*/
.cfsuite1SmartSearch li.active {
    color: var(--secondary);
    background-color: rgb(213, 251, 247);
}

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

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

/* END SmartSearch styles */
/* START 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:nth-of-type(2),
.tableSection td:nth-of-type(3) {
    min-width: 200px;
}

.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,
.cfsuite1MyRequestRecordListPage .slds-tabs_default__nav .slds-tabs_default__item:nth-child(3) {
    display: none;
}

.cfsuite1MyRequestRecordListPage .slds-table a,
.slds-tabs_default__overflow-button .slds-dropdown__item>a:focus {
    color: var(--aqualinkcolor);
}

.cfsuite1MyRequestRecordListPage .success-title {
    padding-top: 1rem;
    font-size: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cfsuite1MyRequestRecordListPage .success-title svg {
    fill: #006071;
}

.cfsuite1MyRequestRecordListPage .tableSection,
.cAllQuestions .tableSection,
c-councillor-cases-list .tableSection {
    height: 600px;
    overflow-y: auto;
    overflow-x: auto;
}



.slds-tabs_default__item.slds-is-active .slds-tabs_default__link {
    text-decoration: none;
}

table td .slds-button {
    color: var(--aqualinkcolor);
}

table td .slds-button:hover {
    color: #006071;
}

.cfsuite1MyRequestRecordListPage {}

/* END MyRequestRecordListPage styles */
/* START MyFollowedRequests Page styles */
.cfsuite1MyFollowedRequests .followed-table button {
    white-space: nowrap;
    padding: 1px 10px;
}

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

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

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

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

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

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

/* END MyFollowedRequests Page styles */
/* START Common My Account Page styles (profile, contact, address, preference) */
.MyAccount .slds-card {
    position: inherit;
}

@media (min-width:768px) {

    .MyAccount .slds-card,
    .forceCommunityUserSettings {
        padding-bottom: 40px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

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

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

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

.MyAccount label {
    color: #000;
    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 32px 35px;
}

/* START common myaccount styles */
.MyAccount .slds-card,
.forceCommunityUserSettings,
.cfsuite1MyPreferenceComp .slds-card {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e6e6;
}

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

/* 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: 1px solid #949494;
}

.MyAccount .slds-modal__content .panel {
    overflow: auto;
}

.MyAccount .slds-modal__content .panel .input-box {
    padding-left: 3px;
}

.MyAccount .slds-modal__content .panel .uiInput.uiInputDate .input-box {
    padding-left: 0.7rem;
}

.MyAccount .slds-modal__container .slds-button.slds-modal__close {
    background: var(--secondary);
    width: 1px;
    display: flex;
    border-radius: 50%;
    padding: 12px;
    color: #fff;
    top: 30px;
    right: 30px;
    height: 20px;
}

.MyAccount .slds-modal__container .slds-button.slds-modal__close svg {
    fill: #fff;
}

.MyAccount .slds-modal__header {
    padding-left: 32px;
}

.MyAccount .slds-modal__footer .slds-float_right {
    margin: 0;
}

.MyAccount .slds-modal__footer {
    padding: 24px 32px;
}

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

@media(max-width:767px) {
    .MyAccount .slds-modal__container {
        width: 92%;
        margin: auto;
    }

    .MyAccount .slds-modal__footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.scroller.slds-datepicker button {
    width: 100%;
    margin-top: 0;
    color: #006071;
}

.uiDatePicker--default.DESKTOP .datepicker__filter--month .monthYear {
    font-weight: 700;
    font-family: "Nunito";
    font-size: 1rem !important;
    text-transform: capitalize;
}

.uiDatePicker--default.DESKTOP .picklist__label {
    padding-top: 0.3rem;
}

/* 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: 20px 35px 0px 40px;
}

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

.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 .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 {
    display: flex;
    flex-direction: column;
    color: #000;
    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;
}

.forceCommunityUserProfileHeader {
    position: absolute;
    margin: 40px 0 0 30px;
    padding: 0;
}

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

    .forceCommunityUserProfileHeader img.profileIconSmall {
        width: 100px !important;
        height: 100px !important;
    }

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

.MyAccount.cfsuite1MyAddressComp .btn-edit {
    margin-top: 0
}

@media (max-width: 768px) {
    .cfsuite1UserProfileComp .profile-data {
        padding: 2rem 0 0 42%;
    }

    .MyAccount .slds-modal__container .slds-button.slds-modal__close {
        background: transparent;
        top: 6px;
        right: 4px;
    }

    .MyAccount .slds-modal__container .slds-button.slds-modal__close svg {
        fill: #000;
    }
}

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

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

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

    .MyAccount .slds-modal__content h2 {
        padding: 0 0.5rem;
    }

    .MyAccount .separator15 {
        margin-top: 0;
    }

    .forceCommunityUserProfileHeader {
        left: 0;
        width: 100%;
        margin: 54px auto;
    }

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

    .MyAccount .profile-data p:before {
        top: -18px !important;
    }

    .MyAccount .profile-data p:nth-child(3) {
        margin-top: 8px !important;
    }

    .MyAccount .address-modal .input-box.slds-size_2-of-3,
    .MyAccount .address-modal .input-box.slds-size_1-of-3 {
        width: 100%;
    }

}

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

.MyAccount .btn-edit {
    width: auto;
    font-size: 14px;
}

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

/*.cCustomLayoutNoImage .forceCommunityUserSettings .sectionbox{
    width: 49%;
    margin-right: 1%;
} */
@media (min-width:768px) {
    .MyAccount.cfsuite1MyAddressComp .slds-size_1-of-1 {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .MyAccount .btn-edit {
        padding: 0px 12px;
        font-size: 12px;
        margin-top: 0;
    }

    .MyAccount .slds-col.label {
        margin-top: 0;
        padding-bottom: 0;
    }

    .MyAccount .slds-card,
    .forceCommunityUserSettings {
        padding: 1rem 0rem 0rem 0rem
    }

    .forceCommunityUserSettings {
        padding: 20px 16px 20px !important;
    }

    .MyAccount h2.slds-card__header-title,
    .cfsuite1MyPreferenceComp h2,
    .forceCommunityUserSettings .userSettingTabs a.tabHeader {
        font-size: 22px !important;
    }
}

/* END cMyAddressComp Page styles */
/* START MyPreferenceComp Page styles */
.cfsuite1MyPreferenceComp .slds-card {
    padding: 30px 14px 20px;
}

.profile-data>.slds-col.slds-size_1-of-1:nth-child(2) .saved-address {
    display: none;
}

.cfsuite1MyPreferenceComp .slds-modal__footer .slds-button.slds-button_brand {
    background-color: var(--primary)
}

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

.cfsuite1MyPreferenceComp p.saved-address {
    font-size: 18px;
    font-weight: 400;
}

.cfsuite1MyPreferenceComp .saved-address {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
}

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

.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 {
    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-top: 0;
    padding-bottom: 0;
}

.cfsuite1MyPreferenceComp .slds-modal__footer {
    padding-left: 0;
    padding-right: 0;
}

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

@media (max-width:479px) {
    .cfsuite1MyPreferenceComp .saved-address {
        font-size: 20px;
        font-weight: 600;
    }

    .forceCommunityUserSettings .sectionbox {
        margin-bottom: 10px;
    }

    .forceCommunityUserSettings .settingsLabel {
        padding-bottom: 0;
    }

    .forceCommunityUserSettings .settingsOutputbox.username,
    .forceCommunityUserSettings a.changepassword {
        height: auto;
    }
}

/* preferences buttons */

.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_neutral,
.cfsuite1MyPreferenceComp .comm-tabs .slds-button--neutral {
    border: 1px solid var(--buttonhovercolor);
    font-size: 0.8rem;
}

.slds-datepicker tbody>tr>td.slds-is-selected>.slds-day {
    background-color: var(--primary) !important;
    color: var(--secondary);
}

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

    .cfsuite1MyPreferenceComp {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .cfsuite1MyPreferenceComp .comm-tabs {
        text-align: left;
        margin-top: 0;
        margin-bottom: 1.5rem
    }
}

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

.cfsuite1DetailComponent .cfsuite1CaseContactInfo span.slds-checkbox_faux {
    vertical-align: sub;
}

.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 .address-container {
    position: relative;
}

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

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

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

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

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

/* END CaseContactInfo Page styles */
/* START FollowedRecords Page styles */
.cfsuite1FollowedRecords {
    background-color: white;
    border-radius: 4px;
    position: relative;
}

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

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

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

/* END FollowedRecords Page styles */
/* START RequestDetail Page styles */
.cfsuite1RequestDetail .page-title {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.cfsuite1RequestDetail .page-title h1 {
    margin: 0px;
}

.cfsuite1RequestDetail .page-title button.back.button {
    margin-bottom: 0;
}

.cfsuite1RequestDetail {
    margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cfsuite1RequestDetail i.orange {
    color: var(--primary);
    font-size: 1.7rem;
}

.cfsuite1RequestDetail .back {
    color: #fff;
}

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

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

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

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

.cfsuite1MyRequestRecordListPage td.unfollow-col button.slds-button {
    text-align: left;
}

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

.cfsuite1RequestDetail .page-title~.slds-grid.slds-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
}


.cfsuite1RequestDetail .cfsuite1ProgressIndicator {
    padding: 0;
}

@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:768px) {
    .cfsuite1RequestDetail .cfsuite1ProgressIndicator {
        display: none;
    }
}


/* END RequestDetail Page styles */
/* START HeaderImage styles */
.cHeaderImage .headerContent {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: -42px;
}

.cHeaderImage div#headerContent:before,
.cfsuite1Welcome:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}



/* END HeaderImage styles */
/* START Headermobile styles */
.cHeaderMobile header,
.cHeaderMobile nav {
    display: block;
}

.cHeaderMobile .row.row--main {
    align-items: center;
}

.cHeaderMobile .btn-login {
    color: var(--secondary);
    background: var(--primary);
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block !important;
    padding: 0.3rem 1.5rem;
}

button.slds-button.mobile-back {
    text-align: left;
    display: flex;
    color: var(--primarymylocalgov);
}

button.slds-button.mobile-back~br {
    display: none;
}


button.slds-button.mobile-back p {
    display: inline;
}

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

@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: 670px) {
    .cHeaderMobile .nav__sub-list-wrapper {
        background: #353535;
    }

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

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

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

.vfcustom p {
    color: #333;
}

.vfcustom .btn-brand_custom {
    background-color: var(--primary);
    color: var(--secondary);
    border: none;
    border-radius: 24px;
    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: #006071;
    font-size: 16px;
    text-decoration: underline;
}

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

.vfcustom a:active,
a:visited {
    filter: brightness(85%);
}

.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: 30px;
    padding-top: 8px;
}

.cfsuite1DetailComponent .pg-title {
    padding-top: 24px;
}

.cfsuite1DetailComponent .pg-title {
    margin-bottom: 3rem;
}

@media (min-width: 767px) {
    .cfsuite1MyRequestRecordListPage {
        margin-bottom: 80px;
    }

}

@media (max-width: 767px) {

    .cfsuite1DetailComponent .slds-form_horizontal .slds-form-element .slds-form-element__help {
        margin-left: 0;
    }
}

.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;
    color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
}

.cfsuite1MyRequestRecordListPage .slds-page-header {
    background: #fff;
    padding-left: 0;
    padding-top: 3px;
}

.cfsuite1MyRequestRecordListPage button.slds-button {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.cfsuite1MyRequestRecordListPage .no-record-msg {
    background-color: #fff !important;
}

.cfsuite1MyRequestRecordListPage .slds-table,
.cfsuite1MyRequestRecordListPage .slds-tabs_default__nav {
    border-color: #dddddd !important;
}

.cfsuite1MyRequestRecordListPage .slds-tabs_default__nav {
    border: none !important;
    padding-left: 0.5rem;
}

@media(min-width:480px) {
    .requests .button-wrapper {
        margin-top: 20px
    }
}

.forceCommunityHtmlBlock .slds-media__figure i {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forceCommunityHtmlBlock .slds-media__figure .fas.fa-user:before {
    content: "\f104" !important;
    font-family: 'Font Awesome 6 Pro';
}

.slds-page-header .slds-page-header__title {
    line-height: 70px;
}

@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 (max-width: 479px) {

    .cfsuite1CommunityMap .pg-title,
    .cfsuite1DetailComponent .pg-title {
        padding-left: 15px;
        padding-top: 8px;
    }
}

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

/* END */
/* Footer styles to be added to builder css  */
@media (max-width: 1023px) {
    .footer-content .signOff__list {
        text-align: left;
    }
}

@media (min-width: 62em) {
    .footer-content {
        padding-bottom: 140px;
    }
}

@media (max-width: 767px) {
    .template-footer .footer-content {
        padding-bottom: 85px;
    }
}

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

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

.cLogin .profile-container .name {
    font-size: 1.25rem;
    font-weight: normal;
}



.MyAccount .btn-edit::before {
    font-family: 'Font Awesome 6 Pro';
    /* Font family for Font Awesome */
    content: '\f044';
    /* Unicode character for the icon */
    font-weight: 900;
    /* Font weight for the icon style (adjust as needed) */
    color: var(--secondary);
    /* Icon color (adjust as needed)*/
    margin-right: 8px;
}

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

.header-top {
    background-color: var(--secondary);
}

.header-top .login-wrapper {
    display: flex;
    align-items: center;
}

.slds-page-header__col-title i.fas {
    color: var(--secondary);
}

/* New Footer Styling For Figma Mockup Footer */
.footer {
    font-size: 15px;
    color: #fff;
    padding: 50px 0;
}

.footer .footer-info {
    padding: 2rem 0;
    font-size: 14px;
    border-bottom: 2px solid #EDEFEF;
    margin-bottom: 2rem;
}

.footer .footer-info1 i {
    width: 24px;
    height: 24px;
}

.footer .footer-info i.fa-brands {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-info a {
    text-decoration: none;
}

.footer .footer-info i.fa-brands.fa-facebook-f {
    background: #3B5998;
}

.footer .footer-info i.fa-brands.fa-twitter {
    background: #5FA9DD;
}

.footer .footer-info i.fa-brands.fa-instagram {
    background: #0017FF;
}

.footer .footer-info i.fa-brands.fa-linkedin-in {
    background: #066C9A;
}

.footer .footer-info i.fa-brands.fa-youtube {
    background: #A62423;
}

.footer .footer-bottom a {
    text-decoration: none;
}

.footer .footer-bottom a:hover {
    text-decoration: underline;
}

.footer .footer-bottom~div a {
    padding-left: 5px;
}

@media (min-width: 769px) and (max-width: 1012px) {
    .footer {
        padding: 1.5rem 0;
    }

    .footer-info1~div .slds-col {
        padding: 8px
    }
}

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

    .footer .footer-info .slds-col.slds-size_1-of-3.slds-medium-size_1-of-5,
    .footer .footer-info .slds-grid.slds-col.slds-size_2-of-3.slds-gutter {
        width: auto;
    }

    .footer .footer-info .slds-grid.slds-col.slds-size_1-of-1.slds-medium-size_1-of-2.slds-grid_align-end.slds-gutters.slds-grid_vertical-align-center {
        justify-content: left;
        margin-top: 1rem;
    }
}

@media (max-width: 769px) {
    .footer {
        padding: 1.5rem 0;
    }

    .footer .footer-info i.fa-brands {
        width: 25px;
        height: 25px;
    }

    .footer .footer-info {
        font-size: 14px;
    }

    .footer .footer-info {
        padding: 1.5rem 0;
        margin-bottom: 1.5rem;
    }

    .footer .footer-bottom a,
    .footer .footer-bottom~div a {
        font-size: 0.88rem;
    }

    .footer .footer-bottom~.slds-col.slds-grid.slds-grid_align-end.slds-size_1-of-1.slds-medium-size_1-of-2 {
        justify-content: start;
        padding-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .footer-info1 {
        padding-bottom: 24px;
    }

    .footer-info1 .slds-col:nth-child(1) {
        padding-bottom: 8px;
    }

}

.header-top .header-secondary a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.header-top .header-secondary {
    color: #fff;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 1rem;
}

.header-top .header-secondary i {
    margin-right: 8px;
}

.header-top .header-secondary p {
    padding: 10px;
    padding-left: 0px;
    border-right: 1px solid silver;
    padding-right: 50px;
}

@media(max-width: 345px) {
    .footer .footer-bottom~.slds-col.slds-grid.slds-grid_align-end.slds-size_1-of-1.slds-medium-size_1-of-2 {
        font-size: 11px;
    }
}

/* START HeaderImage styles */
.cHeaderImage .headerContent {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-position: 0 61%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: -100px;
    background-color: #003366;
    background-image: url(/resource/surfcoastRequestBanner) !important;
}

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

    .cHeaderMobile .logoContainer {
        width: 136px;
        height: 54px;
        background-position: top center !important;
        background-size: cover;
    }

    .cHeaderMobile .header__search-wrapper {
        padding-right: 14px !important;
    }

    .cfsuite1Cf_SmartSearch .search-title {
        padding-top: 20px;
    }
}

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

@media (max-width: 480px) {
    .cfsuite1Cf_SmartSearch .search-title {
        padding-top: 12px;
    }

    .cHeaderImage .headerContent {
        min-height: 550px;
    }
}

@media (max-width: 434px) {

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

    .cHeaderImage .headerContent {
        min-height: 590px;
    }
}


/* END HeaderImage styles */
/* START Align smartsearch on tablets */
@media (min-width: 48em) and (max-width: 64em) {
    .cfsuite1ShowMoreTopics {
        margin-top: 100px;
    }

    .cfsuite1Cf_SmartSearch .community-container {
        margin-top: 40px;
    }

    .cfsuite1Cf_SmartSearch .community-container .input-container {
        width: 550px;
    }
}

/* END */
/* START ShowTrendingCategories  */
.ShowTrendingCategories {
    width: 550px;
    max-width: 100%;
}

.ShowTrendingCategories h2 {
    border-top: 1px solid #fff;
    padding: 0.5rem 0 1rem;
    color: #fff;
    font-weight: 600;
}

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

.ShowTrendingCategories .item {
    background-color: #fff;
    padding: 0.6rem 1rem .4rem;
    font-size: 1.1rem;
    border-radius: 0.35rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}

.ShowTrendingCategories .item:hover {
    background-color: var(--primary);
    color: var(--secondary);
}

@media (max-width:480px) {
    .ShowTrendingCategories .item {
        font-size: .92rem;
        padding: 0.6rem 0.5rem 0.4rem;
    }
}

@media (max-width:335px) {
    .ShowTrendingCategories .item {
        font-size: 12px;
        padding: 0.6rem 0.3rem 0.4rem;
    }
}

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

.cfsuite1Cf_SmartSearch {
    width: 550px;
    max-width: 100%;
}

/* END Cf_SmartSearch styles */
/* My Account Styling Start */
.MyAccount span.slds-col.output-box,
.profile-data p,
.cfsuite1UserProfileComp .cfsuite1UserProfileComp .saved-address,
.forceCommunityUserSettings .settingsOutputbox.username,
.forceCommunityUserSettings a.changepassword {
    height: 45px;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #000;
}

.forceCommunityUserSettings a.changepassword {
    color: var(--aqualinkcolor);
}

.MyAccount span.slds-col.output-box a,
.MyAccount {
    color: #000;
    text-decoration: none;
}

.forceCommunityUserSettings a.changepassword {
    width: 100%;
    text-decoration: none;
}

.MyAccount h2.slds-card__header-title,
.cfsuite1MyPreferenceComp h2,
.forceCommunityUserSettings .userSettingTabs a.tabHeader {
    font-size: 24px;
    color: #000;
}

.MyAccount .profile-data p.namedisplay:before {
    content: "First Name";
}

.MyAccount .profile-data p {
    position: relative;
}

.MyAccount .profile-data p:nth-child(3):before {
    content: "Last Name";
}

.MyAccount .profile-data p:nth-child(3) {
    margin-top: 20px;
}

.MyAccount .profile-data p:nth-child(2),
.cfsuite1UserProfileComp .profile-data .saved-adress {
    display: none;
}

.MyAccount .profile-data p:before {
    position: absolute;
    top: -30px;
    font-weight: 600;
    z-index: 1;
    font-size: 1rem;
    left: 0;
}

.tableSection td {
    white-space: normal;
    padding: 20px 10px;
    font-size: 14px;
}

.tabset .slds-tabs_default__link,
.tabset .slds-tabs--default__link,
.tabset .slds-tabs_default__link:hover,
.tabset .slds-tabs--default__link:hover {
    COLOR: var(--secondary) !important;
    font-size: 1rem;
}

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

.tabset .slds-tabs_default__item:after,
.tabset .slds-tabs--default__item:after {
    background-color: var(--secondary);
}

/* Csfuite Bio  CSS start */


.cfsuite-Bio {
    border-radius: 4px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 1);

}

.cfsuite-Bio .bio-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.cfsuite-Bio .bio-image img {
    width: 140px;
    overflow: hidden;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px;
    border-radius: 4px;
}

.cfsuite-Bio h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.cfsuite-Bio p {
    font-size: 1rem;
    font-weight: 600;
}

.cfsuite-Bio span {
    font-size: 14px;
}

.cfsuite-Bio span i {
    vertical-align: middle;
    font-size: 1.2rem;
    color: rgba(0, 96, 113, 1);
}

.cfsuite-Bio span i.fa-phone-volume {
    rotate: 320deg;
    vertical-align: baseline;
}

@media (max-width: 767px) {
    .cfsuite-Bio {
        box-shadow: none;
        border: 0;
        padding: 0;
    }

    .cfsuite-Bio .bio-card {
        flex-wrap: wrap;
    }

    .cfsuite-Bio .bio-image,
    .cfsuite-Bio .contact-info {
        width: 100%;
        margin-bottom: 0.5rem
    }


}

/* "Cfsuite News and Publications" and CFsuite DocListing CSS start  */


.cfsuite-newsandpublications h2,
.cfsuite-DocListing h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.cfsuite-newsandpublications h3,
.cfsuite-DocListing h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.cfsuite-newsandpublications ul,
.cfsuite-DocListing ul {
    list-style: disc;
    color: rgba(0, 96, 113, 1);
    margin-left: 1.5rem
}

.cfsuite-newsandpublications a,
.cfsuite-DocListing a {
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
}

.cfsuite-newsandpublications a:hover,
.cfsuite-DocListing a:hover {
    text-decoration: underline;
}

@media(max-width:768px) {

    .cfsuite-newsandpublications,
    .cfsuite-DocListing {
        padding: 0;
    }
}


/* New Profile CSS Start */


.cfsuite-profile .slds-vertical-tabs__content.slds-show {
    padding: 0;
}

.cfsuite-profile .slds-vertical-tabs,
.cfsuite-profile .slds-vertical-tabs__nav-item {
    border-radius: 0;
    border: 0;
}


.cfsuite-profile .slds-vertical-tabs__link {
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border-left: 8px solid #F6F6F6
}

.cfsuite-profile .slds-is-active .slds-vertical-tabs__link,
.cfsuite-profile .slds-vertical-tabs__link:hover {
    background-color: #D6D6D6 !important;
    border-left-color: #059BD8;
}

.cfsuite-profile .slds-vertical-tabs__nav {
    border-right: 0;
    background-color: #F6F6F6;
    padding-top: 1rem;
    width: 250px;
    max-width: 100%;
}


/* New Profile CSS End */


/* Councilor New Header CSS Start */


.cCouncileSubLayout .header-secondary,
.cMyLocalGovLayout .header-secondary {
    background: #000;
    padding: 10px 1rem;
}


.cCouncileSubLayout .slds-dropdown-trigger .slds-button.menu-profile,
.cCouncileSubLayout .slds-dropdown-trigger .slds-button.menu-profile:focus {
    padding: 0;
    margin: 0;
    outline: 0;
}


.cCouncileSubLayout .cNewWelcome .new-welcome-box .fa-light.fa-arrow-right {
    color: #1CD4C6;
    font-size: 1rem;
}


/* New Sidebar CSS code  */


.slds-sidenav.slds-show_large {
    padding-top: 1.5rem;
}

.cCouncileSubLayout .slds-sidenav .slds-section__title {
    border: 0;
}

.cCouncileSubLayout .slds-large-size_9-of-12 .forceCommunityRichText a {
    color: #0369B5 !important;
}

.cCouncileSubLayout .slds-large-size_9-of-12 .forceCommunityRichText a:hover {
    color: #0369B5 !important;
    text-decoration: none;
}

.cCouncileSubLayout .slds-large-size_9-of-12 .forceCommunityRichText h2 {
    font-family: "Nunito", sans-serif;
    font-size: 2.4rem;
    color: #000;
    font-style: normal;
}

.cCouncileSubLayout .slds-sidenav .slds-section__title-action {
    background-color: transparent;
    padding: 0;
    border: 0;
}

.cCouncileSubLayout .slds-sidenav .slds-section__title-action:focus {
    outline: 2px solid #059BD8;
}

.cCouncileSubLayout .slds-sidenav .slds-section__title-action a:focus {
    outline: 0;
}

.cCouncileSubLayout .slds-sidenav .slds-section__title-action a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 13px;
    border-left: 8px solid transparent;
    text-decoration: none;
}

.cCouncileSubLayout .slds-sidenav .slds-section__title-action.active a,
.cCouncileSubLayout .slds-sidenav .slds-section__title-action:hover a {
    border-left-color: var(--primarymylocalgov);
    background-color: #D6D6D680;
}

.cCouncileSubLayout .slds-sidenav .slds-section.slds-is-collapsible {
    margin: 0;
}

.cCouncileSubLayout .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap,
.cAllQuestions,
.cCouncileSubLayout .cCaseDetailsCouncillor,
.cfsuite1MyRequestRecordListPage,
.officer-updates {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    margin: 3rem 0;
    margin-top: -5rem;
    z-index: 9;
    padding: 0;
    position: relative;
}

c-councillor-cases-list .requests {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    margin: 3rem 0;
    margin-top: -5rem;
    z-index: 9;
    padding: 0;
    position: relative;
    padding: 0 1.5rem;
    min-height: 400px;
}


.cAllQuestions {
    padding: 1rem 1.5rem;
}

.cCouncileSubLayout .cCaseDetailsCouncillor,
.cCouncileSubLayout cfsuite1-property-link-l-w-c .container-wrapper {
    padding: 2rem;
}

@media(max-width:1280px) {

    .cCouncileSubLayout .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap,
    .cAllQuestions,
    .cfsuite1MyRequestRecordListPage,
    .officer-updates,
    .button-wrapper {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .cCustomLayout1 .content,
    .cCustomLayoutNoImage .content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cCouncileSubLayout .container,
    .footer .container,
    .cfsuite-banner .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cHeaderMobile .container,
    .cfsuite-myinbox .container,
    .cfsuite-smallCards .container,
    .cCouncileSubLayout .container.cNewWelcome,
    .cCouncileSubLayout .container.new-welcome {
        padding-left: 0;
        padding-right: 0;
    }
}


@media(max-width:768px) {

    .cCouncileSubLayout .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap,
    .cAllQuestions,
    .cfsuite1MyRequestRecordListPage,
    .officer-updates,
    .cCouncileSubLayout .cCaseDetailsCouncillor {
        box-shadow: none;
        background-color: #fff;
        margin-top: 0;
        border-radius: 0;
        margin-bottom: 0;
    }

    .cCouncileSubLayout .cCaseDetailsCouncillor {
        padding: 1.5rem 0rem;
    }
}



/* .home-page.cCouncileSubLayout .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap, */
.comm-page-home .cCouncileSubLayout .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap {
    box-shadow: none;
    background-color: transparent;
}

.ui-widget[data-item-id="4299ddd2-3890-4659-831c-536dffa18d27"] {
    display: none;
}



.cCaseDetailsCouncillor .details-bottom {
    margin: 1rem 0;
}

.cCaseDetailsCouncillor .page-title {
    display: none;
}

.cCaseDetailsCouncillor .question .row {
    border-bottom: 1px solid #d6d6d6;
    padding: 1rem 0;
}

.cCaseDetailsCouncillor .case-number {
    padding-top: 0 !important;
}

.cAllQuestions .slds-show-error-message.no-record-msg {
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}


.cAllQuestions .button-wrapper,
.cAllQuestions .button-wrapper .slds-button_brand {
    margin: 0 !important;
}

.cAllQuestions .top-bar {
    align-items: center;
}

.cAllQuestions .slds-show-error-message {
    position: relative;
    left: 100%;
}

@media (max-width: 768px) {

    .cCouncileSubLayout .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap,
    .cAllQuestions,
    .cfsuite1MyRequestRecordListPage {
        margin-top: 20px;
        margin-bottom: 0rem;
    }

    .cAllQuestions {
        padding: 0;
    }

    .cAllQuestions .select-Filter select {
        max-width: 100% !important;
    }

    .cAllQuestions .resource-modal .btn-close i {
        font-size: 1.4rem !important;
        font-weight: 500;
    }

    .cAllQuestions .slds-modal__header h1 {
        color: #000;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .cAllQuestions .requests .tabset>h1+div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .cAllQuestions .toolBar>.container {
        padding-left: 0;
    }

    .cAllQuestions .dropdown .dropdown-item .slds-button,
    .cAllQuestions .dropdown .dropdown-item .btn-customstd,
    .cAllQuestions .dropdown .dropdown-mobile-footer-item .slds-section__title-action,
    .cAllQuestions .dropdown .dropdown-mobile-footer-item .btn-customstd {
        display: flex;
        justify-content: space-between;
    }

    .cAllQuestions .dropdown-mobile-footer-item {
        box-shadow: none !important;
    }

    .cAllQuestions .dropdown .dropdown-item {
        padding: 8px 0 !important;
    }

    .cAllQuestions .slds-show-error-message {
        left: 50%;
    }

    .cAllQuestions .dropdown-mobile-footer-item .slds-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cAllQuestions .dropdown-mobile-footer-item .slds-col.slds-size_6-of-12 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .cCaseDetailsCouncillor .details-bottom {
        padding: 1rem !important;
        padding-top: 0 !important;
    }

    .cAllQuestions .button-wrapper .slds-button_brand {
        padding: 0.5rem 1rem;
    }

}


/* .cCaseDetailsCouncillor .cProgressIndicator span.circled, */
.cCaseDetailsCouncillor .cProgressIndicator .line-wrapper .step-bullet:not(.inactive) {
    color: var(--primarymylocalgov) !important;
}

.cCaseDetailsCouncillor .cProgressIndicator .line-wrapper .line-left:not(.inactive),
.cCaseDetailsCouncillor .cProgressIndicator .line-wrapper .line-right:not(.inactive) {
    border-bottom: 3px solid var(--primarymylocalgov) !important;
}

/* .cCaseDetailsCouncillor .cProgressIndicator .line-wrapper .step-bullet.inactive{
    color:red !important;
}

.cCaseDetailsCouncillor .cProgressIndicator .line-wrapper .line-left.inactive ,
.cCaseDetailsCouncillor .cProgressIndicator .line-wrapper .line-right.inactive {
    border-bottom: 3px solid red !important;
} */


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

    .cCouncileSubLayout .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap,
    .cAllQuestions,
    .cfsuite1MyRequestRecordListPage {
        margin-bottom: 2rem;
    }

}

.cCouncileSubLayout .cb-section_column {
    padding: 0 !important;
}

.cCouncileSubLayout .cb-section_column.slds-large-size_9-of-12 {
    padding: clamp(1.5rem, 2rem + 2vw, 2rem) !important;
}

.cCouncileSubLayout .cb-section_column.slds-large-size_9-of-12 p {
    font-size: 1rem;
}

.cCouncileSubLayout .cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12.slds-large-size_3-of-12 {
    background: #F6F6F6;
}


.cfsuite-banner {
    position: relative;
    background-color: #002855;
    background-image: url(/resource/CustomLoggedInImg);
    padding-bottom: 107px;
    background-position: 100% 32%;
    background-size: cover;
    background-position: left;
    z-index: 1;
}

@media(max-width:768px) {
    .cCustomLayoutNoImage .cfsuite-banner {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .cCustomLayoutNoImage .cfsuite-banner h1 {
        font-size: clamp(1.8rem, 2vw, 1.9rem) !important;
    }

}


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

.flowruntimeBody .slds-textarea {
    min-height: 6rem;
}

.flowruntimeBody .flowruntime-input-label,
.flowruntimeBody .slds-form-element__legend.slds-form-element__label {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.flowruntimeBody .flowruntime-input-label span,
.flowruntimeBody .slds-form-element__legend.slds-form-element__label span {
    margin-bottom: 0.4rem;
    -webkit-font-smoothing: antialiased;
    font-size: 1.1rem;
    color: #1F1F1F;
    font-weight: 600;
}

.flowruntimeBody .flowruntime-input-label abbr.slds-required {
    display: none;
}

.flowruntimeBody .field-element .container .slds-form-element__legend.slds-form-element__label~.slds-form-element__control {
    border: 1px solid #56565633;
    border-radius: 8px;
    padding: 1.3rem;
}

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

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

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

.flowruntimeBody .slds-radio__label span {
    font-size: 1rem;
    line-height: 1.5;
    color: #5a5a5a;
    display: inline-block;
}

.slds-card__footer.navigationBar {
    border-top: 0 !important;
    padding-top: 2px
}

.slds-card__footer.navigationBar .flow-button__NEXT {
    margin-top: 0;
    padding-top: 0rem
}

[kx-scope=button-brand]:hover:before,
[kx-scope=button-brand][kx-type=ripple]:after,
[kx-scope=button-filled][kx-type=ripple]:after {
    display: none;
}

@media(max-width:768px) {
    .flowruntimeBody .field-element .container .slds-form-element__legend.slds-form-element__label~.slds-form-element__control {

        padding: 1.2rem 1rem;
    }
}

/* Ask a Question Page styling end */

/* New CSS added for Questions and list page */

/* .cAllQuestions,
.cfsuite1MyRequestRecordListPage,
.officer-updates {
    padding: 1rem;
    position: relative;
} */

.cAllQuestions .requests .tabset>h1 {
    display: none;
}

.cAllQuestions .slds-table a {
    color: #4c4c4c;
}

.cAllQuestions .slds-table td:first-child {
    color: #006071 !important;
    text-decoration: underline;
}


.cCouncileSubLayout .container {
    width: 1245px;
    margin: auto;
    max-width: 100%
}


.cCouncileSubLayout .slds-col.content,
.cCustomLayoutNoImage .slds-col.content,
.container,
.cfsuite1Breadcrumbs {
    max-width: 100%;
}


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

@media (min-width:1180px) {

    .cProgressIndicator,
    .cfsuite1ProgressIndicator {
        margin-right: -1rem;
    }
}

@media(max-width: 1190px) {


    .cCouncileSubLayout .cHeaderMobile .row.row--main {
        background-color: #000;
    }

    .cCouncileSubLayout .cHeaderMobile .hamburger__inner,
    .cCouncileSubLayout .cHeaderMobile .hamburger__inner:before,
    .cCouncileSubLayout .cHeaderMobile .hamburger__inner:after {
        background-color: #000;
    }

    .cDashboardLayout .cNewWelcome {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}

/* SideNav Mobile */


.slds-sidenav .mobile-menu .hide-mobile-menu {
    overflow: hidden;
    height: 0 !important;
}


@media(max-width: 1024px) {
    .cCouncileSubLayout .cb-section_column.slds-large-size_9-of-12 {
        padding: 1rem !important;
    }

    .sfaSfdcEventList .sfaDatePicker {
        position: relative
    }

    .slds-sidenav .mobile-menu .topnav .menu-button-open,
    .slds-sidenav .mobile-menu .topnav .menu-button-close {
        text-decoration: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        right: 1rem;
        top: 1rem;
        font-size: 1rem;
        padding: 0;
    }

    .slds-sidenav .mobile-menu .show-mobile-menu {
        display: block;
    }

    .slds-sidenav .mobile-menu .topnav .menu-button-open i,
    .slds-sidenav .mobile-menu .topnav .menu-button-close i {
        font-size: 1.6rem;
    }

    .slds-sidenav .mobile-menu .topnav a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
        padding: 14px 16px;
        padding-right: 20px;
        text-decoration: none !important;
        font-size: 17px;
    }

    .slds-sidenav .mobile-menu .topnav a i {
        color: var(--primarymylocalgov);
    }

    .slds-sidenav .mobile-menu .show-mobile-menu,
    .slds-sidenav .mobile-menu .hide-mobile-menu {
        background-color: #D3551D;
        transition: height 0.5s ease-out;
    }

    .slds-sidenav .mobile-menu .nav-item_parent {
        z-index: 2;
        background-color: #D3551D;
    }

    .slds-sidenav .slds-section.slds-is-collapsible {
        margin: 0;
    }

    .slds-sidenav .mobile-menu .topnav {
        background-color: transparent;
        padding-top: 1rem;
        border-top: 4px solid var(--primarymylocalgov);
    }

    .slds-sidenav .mobile-menu .topnav a {
        top: 16px;
        right: 16px;
        font-weight: 500;
    }

    .slds-sidenav .mobile-menu .mobile-search p {
        font-size: 1.2rem;
        font-weight: 600;
        padding-left: 1rem;
    }

    .slds-sidenav .mobile-menu .show-mobile-menu,
    .slds-sidenav .mobile-menu .hide-mobile-menu {
        background-color: transparent;
    }
}

@media(max-width: 768px) {
    .cCouncileSubLayout .cb-section_column.slds-large-size_9-of-12 {
        padding: 1rem 0 !important;
    }
}

.forceMobileOverlay .container .forceContentPanelFooter .slds-p-left--x-small {
    padding-left: 0;
    margin-left: -5px;
}


.slds-form-element__label {
    font-size: 1rem;
}



/* .cfsuite1RecentRequests input[type="date"] {
    min-width: 130px;
} */

@media (max-width:480px) {

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

    .cfsuite1RecentRequests .actions {
        margin-bottom: 0;
    }

}

/* Make a Reuqest for Information thank you page */
c-c-fsuite-flow-record-information h2 {
    font-size: 2rem;
    color: #000;
    font-weight: bold;
}

c-c-fsuite-flow-record-information h3 {
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
}

c-c-fsuite-flow-record-information .submission-details {
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 1rem;
    margin-top: 1rem;
}

c-c-fsuite-flow-record-information .submission-details .thank-you_label {
    font-weight: 600;
}

svg.slds-input__icon[data-key="error"] {
    display: none;
}

.slds-has-error .slds-input {
    padding-left: 1rem;
}

c-e-service-file-upload .show-uploaded-file p {
    padding-left: .5rem;
}

c-e-service-file-upload .show-uploaded-file i {
    color: #006071;
}

.slds-modal__container .slds-input-has-icon_right .slds-button.slds-button_icon {
    width: auto;
    padding: 0;
}

.slds-datepicker button.slds-button.slds-align_absolute-center.slds-text-link {
    width: 100%;
}

.null.comm-page-custom-councillor-requests .flowruntimeBody {
    padding: 1rem 2rem 1.5rem 2rem;
}

.cAllQuestions .res-btn {
    margin-top: 5px;
}

.cCaseDetailsCouncillor ul.slds-list_dotted.slds-m-top_small {
    margin-top: 0;
}

.null.comm-page-custom-councillor-requests .slds-card.flowRuntimeForFlexipage.forceCommunityFlowCommunity {
    border: none;
}

@media(max-width:768px) {


    .null.comm-page-custom-councillor-requests .flowruntimeBody {
        padding: 0;
    }

    /* .null.comm-page-custom-councillor-requests .flowruntimeBody .flowruntime-section-column .field-element .flow-form {
        margin-top: 0;
    } */
}


.cfsuite1MyRequestRecordListPage .no-record-msg {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* START flows file widget styles */

.fileClass {
    width: 100% !important;
    margin-bottom: 1rem;
    display: block;
}

.fileClass .slds-file-selector {
    width: 100% !important;
}

.fileClass .slds-file-selector__dropzone {
    width: 100% !important;
    border: 1px dashed rgba(0, 0, 0, 0.52);
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
}

.fileClass .slds-file-selector__dropzone slot {
    display: inline-block;
    width: 100% !important;
}

/* 100MB change to 5MB,form 16 */
.fileClass .slds-file-selector__dropzone slot:before {
    position: absolute;
    content: "Maximum file size is 10MB";
    text-align: center;
    position: absolute;
    bottom: 8%;
    transform: translate(-50%, -50%);
    color: #5a5a5a;
    font-size: 15px;
    width: 100%;
}


.fileClass .slds-file-selector__dropzone slot .slds-file-selector__body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 106px;
    cursor: pointer;
    padding: 0 1rem;
}

.fileClass .slds-file-selector__body:before {
    content: "Drag and drop files here or Choose a file";
    color: #000000;
    font-weight: 600;
    padding-top: 8px;
    font-size: 1rem;
}

.fileClass span.slds-file-selector__button.slds-button.slds-button_neutral {
    display: none;
}


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

.fileClass span.slds-file-selector__text.slds-medium-show {
    display: none;
}

.fileClass .slds-file-selector__dropzone .slds-file-selector__body:after {
    content: "\f0ee";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: var(--primarymylocalgov);
    left: 50%;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
}

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

}

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

@media(max-width:380px) {
    .fileClass .slds-file-selector__dropzone slot .slds-file-selector__body {
        min-height: 140px;
    }
}

@media(max-width:480px) {
    .file-upload-lwc .show-uploaded-file i {
        color: #008574;
        margin-top: 6px;
    }

    .show-uploaded-file .slds-grid.slds-grid_vertical-align-center {
        align-items: start;
    }

    .file-upload-lwc .show-uploaded-file p {
        text-align: left;
        padding: 0 1rem
    }
}


/* END */

/* My requests styling strat */

.requests .tabs-nav {
    width: fit-content;
}

body.null.comm-page-home .cCouncileSubLayout .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap {
    margin-top: 1rem
}

body.null.comm-page-home .cCouncileSubLayout .cfsuite-banner {
    padding-bottom: 3rem;
}

body.null.comm-page-home .cCouncileSubLayout .cfduite-profile_wrapper {
    padding-top: 3rem !important;
}

.cCouncileSubLayout .content .forceCommunityFlowCommunity {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    margin: 3rem 0;
    margin-top: -5rem;
    z-index: 9;
    padding: 0;
    position: relative;
}
