/* START Common Layout styles */

:root{
      --paegreen :#69C398;
      --paelightgreen : #A6D498;
      --paeblue : #3E8AA1;
      --paedarkblue : #144d68;  /* Heading color  */  
      --paelightblue : #84BDCD; 
      --paered: #912B20;
      --paeorange : #F36E52;
      --paelightorange: #F9A980;
      --paeblack : #282627;
   
}
        
.cCustomLayout1, .cDashboardLayout, .cCustomLayoutNoImage {
    position: relative;
}

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

.content .slds-col--padded {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-line { 
    display: none;
} 

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

.profileMenuRegion {
    margin-top: 1.2rem;
}

@media (max-width: 767px) {
    .header-top .logo-wrapper,
    .header-top .login-wrapper {
        margin: 0;
    }
    .uiMenuList--default.uiMenuList {
        right: 0;
    }
}

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

.cCustomLayout1 .logoContainer,
.cCustomLayoutNoImage .logoContainer,
.cDashboardLayout .logoContainer {
    height: 60px;
    width: 240px;
}

@media (max-width: 767px) {
.cCustomLayout1 .logoContainer,
.cCustomLayoutNoImage .logoContainer,
.cDashboardLayout .logoContainer {
    height: 55px;
    width: auto;
}
}

.logoLine {
    color: #192b6c;
    padding-top: 5px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    border-left: 2px solid #192b6c;
    padding-left: 1.5rem;
    position: relative;
    height: 30px;
    top: 48px;
}

.login-wrapper p.links  {
    color: #192b6c;
    margin-bottom: 12px;
    text-align: right;
}

.login-wrapper .links i {
    margin-bottom: 17px;
}

.login-wrapper .links i {
    font-size: 1.25rem;
    color: #192b6c;
    position: relative;
    top: 2px;
}

/* END */

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

.header-row {
    display: none;
}

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

.uiInput--input.input {
    border: none;
    border-radius: 0;
    color: #6b6b6b;
    font-size: 1.25rem;
    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%;
    }
}

/* START cDashboardLayout styles */

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

/* 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__content p {
    color: #fff;
}


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

.cDashboardLayout .cLogin .slds-dropdown-trigger .slds-button.menu-profile:hover, .cLogin a.slds-button_neutral{
    color: #fff !important;
    background-color: var(--paeblack);
    border-color: var(--paeblack);
    font-size: 1.1rem;
}

.profile-container .slds-dropdown-trigger button {
    padding: 0.3rem 1rem;
    background-color: #fff;
    margin-right: 7px;
    text-decoration: none;
    color: var(--paeblack);
    background-color: #fff;
    border-radius: 50px;
    font-size: 1.1rem;
    border: 1px solid var(--paeblack);
}

.profile-container .slds-dropdown-trigger button,
.cLogin a.slds-button_neutral {
    height: 42px;
}

.profile-container .fa-angle-down {
    font-size: 1rem;
}

.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-button.menu-profile.slds-button_brand:hover {
    background-color: #003b6a;
    color: #fff;
}

.profile-container .slds-dropdown {
    background-color: #003b6a;
    border: none;
    left: 0;
    width: 97%;
    border-radius: 10px;
}

.profile-container .slds-dropdown:hover {
    background-color: #002a4c;
}

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

.cLogin .btn-login {
    width: 5rem;
    border-radius: 5px;
    display: inline-block!important;
    font-size: 17px;
    font-weight: normal;
    padding: .3em 1em;
    margin-top: 0px;
}

.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 */
.header-top .header-content, .header-top >.slds-grid.container, .header-top > .desktop > .container{
    align-items: center
}

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

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

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

a.nav-link {
    color: var(--paeblack);
	margin: 0px 14px 0px 10px;
    text-decoration: none;
    position: relative;
    bottom: 0px;
    font-size: 1.3rem;
}

a.nav-link:hover, a.nav-link:active {
    text-decoration: underline;
}

@media (min-wdith: 48em) {
    a.nav-link {
	margin: 10px 24px 10px 10px;
}
}

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

@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.9rem;
    color: var(--paedarkblue);
}

body, p {
    font-size: 1.15rem;
    font-family: "usual", sans-serif;
}

p {
    color: #676565;
}

b {
    font-weight: 600;
}

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

.cfsuite1Cf_SmartSearch .slds-text-align_center,
.cCfsuite1Cf_SmartSearch .slds-text-align_center {
    text-align: left;
}

.cfsuite1Cf_SmartSearch h1,
.cCfsuite1Cf_SmartSearch h1 {
    font-size: 2.2rem;
    color: #ffffff;
    line-height: 2.9rem;
    font-family: "usual", sans-serif;

}

.cCfsuite1Cf_SmartSearch h1 span {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "usual", sans-serif;
}

.cfsuite1SmartSearch h2, .cfsuite1RecommendedActions h2 {
    font-size: 1.3rem;
    font-weight: 600;
}

.cfsuite1RecommendedActions h2 { 
    padding: 22px 25px 0px 25px;
    position: relative;
    border: 1px solid #dddee1;
    border-bottom: none;
    border-radius: 8px 8px 0px 0px;
}

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

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

.cfsuite1ShowMoreTopics h2 {
  display: none;
}

.cfsuite1MyRecentRequests h2 { 
    font-weight: 600; 
} 

.cfsuite1DetailComponent h2 { 
    font-size: 1.3rem;
font-family: "usual", sans-serif;} 

.cfsuite1PhoneNumbers h2 { 
    font-size: 1.7rem; 
    font-weight: 600;
    color: var(--paedarkblue);
    margin-bottom: .5rem;
} 

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

.cfsuite1MyRecentRequests h2 { 
    padding: 15px 0px;
    font-size: 1.9rem;
    color: var(--paedarkblue);
    font-weight: normal;
}  

.cfsuite1LoginRegister h2 { 
    margin-bottom: 0px; 
    color: var(--paedarkblue);
} 

.cfsuite1QAProcess h2, .cfsuite1CommunityMap h1, .cfsuite1DetailComponent h1 {
    font-size: 2.1rem;
    color: var(--paedarkblue);
} 

@media (max-width: 480px) {
    .cfsuite1QAProcess h2 {
    font-size: 1.4rem;
    }
    .cCfsuite1Cf_SmartSearch h1 span {
        font-size: 1.8rem;
        line-height: 1rem;
    }
}

@media (max-width: 767px) {
    .cfsuite1LoginRegister h2 { 
        margin-top: 5px; 
        margin-bottom: 20px; 
    }
    .cfsuite1CaseSearchBox h2, .cfsuite1RecentRequests h2 {
        font-size: 20px!important;
    }
    
}

/* END h2 styles */

/* START Button & link styles */

.slds-button {
    border-radius: 0px; 
    border: none;
    font-size: 1.065rem;
    width: 100%;
    display: inline-block; 
    font-weight: 600; 
    text-decoration: none;
    text-align: center;
    color: white;
    cursor: pointer;
}

.slds-button_brand, .cfsuite1LoginRegister .btn-login, .vfcustom .btn-brand_custom, .no-records .btn-customstd,
.cfsuite1MyRecentRequests .actions a.view-all,  .cfsuite1MyRecentRequests .actions a.submit:hover {
    text-decoration: none;
    color: var(--paedarkblue);
    background-color: #fff;
    border-radius: 50px;
    font-size: 1.1rem;
    border: 1px solid var(--paedarkblue);
    padding: 9px;
}

.back:hover { 
    background-color: #004d8b;
} 

a.slds-button_brand:focus {
    color: #003b6a;
}

.savecancelbuttoncontainer .saveButton:focus {
    color: #003b6a;
}

.slds-button_brand:hover, 
.btn-brand_custom:hover,
.cfsuite1LoginRegister .btn-login:hover,
.vfcustom .btn-brand_custom:hover,
.no-records .btn-customstd:hover,
a.slds-button_brand:hover,
.cfsuite1MyRecentRequests .actions a.view-all:hover {
    background-color: var(--paedarkblue);
    color: #fff;
}

.savecancelbuttoncontainer button {
    width: 100px;
    padding: 6px;
}

.savecancelbuttoncontainer .cancelButton,
.savecancelbuttoncontainer .saveButton:hover {
    color: var(--paedarkblue);
    border: 1px solid var(--paedarkblue);
    background-color: #fff;
}

.savecancelbuttoncontainer .cancelButton:focus,
 .savecancelbuttoncontainer .cancelButton:hover,
.savecancelbuttoncontainer .saveButton{
    color: #fff;
    background: var(--paedarkblue);
     border-color: var(--paedarkblue);
}

#SubmitButton:focus {
    color: #003b6a;
}

#SubmitButton:hover {
    color: #fff !important;
}

.slds-button_brand svg, .slds-button[disabled] svg, .slds-button:disabled svg {
    fill: #fff;
}

.slds-button_brand svg {
    fill: var(--paedarkblue);
}

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

.slds-button_neutral {
    background-color: var(--paeblue);
    border: 1px solid var(--paeblue);
    color: #fff;
    border-radius: 25px;
}

.slds-button_neutral:hover {
    background-color:var(--paeblue);
}

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

.btn-continue, #SubmitButton {
    padding: .7rem 0.8rem;
    margin-top: 1.3em;
    width: 100%;
}

.btn-continue span, button#SubmitButton span {
    font-weight: 600;
}

@media (min-width: 481px) {
    .slds-button,
    .btn-continue, 
    #SubmitButton {
        width: 200px;
}
}

a {
   text-decoration: underline; 
}

a:hover { 
    text-decoration: none; 
} 

/* END Button & link styles */

/* START Tiles styles */

.box-container { 
    height: 164px; 
    padding-right: 6px;
    padding-left: 6px;
} 

.box-container:hover {
    border-radius: 50%;
}

.box, 
.report-type-option-alt { 
    color: #192b6c; 
    background-color: var(--paeblue);
    display: inline-block; 
    font-size: 1.15rem; 
    height: 130px;
    padding: 0px 25px;
    position: relative; 
    text-align: left; 
    width: 100%; 
    /*border: 2px solid #3ab4ff;*/
    border-radius: 6px;
    box-shadow: 0px 2px 8px 1px rgb(0 0 0 / 20%);
} 

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

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

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

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

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

.box-container .box-icon-container, .box-container .box-title {
    margin: auto 0;
}

.box-container .box-title {
    font-weight: 600;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 67%;
    transform: translate(-50%, -50%);
    width: 67%;
    padding-left: 10px;
    padding-right: 18px;
}

.box-container .report-type-icon {
    position: relative;
    vertical-align: text-bottom;
}

.box-container .box-icon-container { 
    margin: 0;
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 25%;
} 

.box-container .box-icon-container i { 
    font-size: 3rem;
} 
.cWelcomePAE .box-container .box-title .title-text {
    font-size: 1.2rem;
}

/* START responsive two col for tiles content */

.box-icon-container, .box-title {
    display: inline-block;
}

@media (min-width: 30em) {
.box-icon-container {
    width: 12.5%;
}
.box-title {
    width: 87.5%;
}
}

@media (min-width: 48em) {
.box-icon-container {
    width: 25%;
}
.box-title {
    width: 75%;
}
}

@media (min-width: 60em) {
  .cWelcomePAE .box-container:first-child { 
    padding-left: 0px;
}
.cWelcomePAE .box-container:last-child { 
    padding-right: 0px;
}  
}

@media (max-width: 479px) {
.box-icon-container {
    width: 16.6666666667%;
}
    .box-title {
    width: 83.3333333333%;
}
    .cWelcomePAE .box-container { 
    padding-left: 0px;
    padding-right: 0px;
}
}


/* END responsive two col for tiles content */



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

.cShowMoreTopicsPAE .box-type-title {
        font-size: 1rem !important; 
    padding: 14px 10px !important ;
}
}



@media (min-width:480px) and (max-width:550px){
.cShowMoreTopicsPAE .box-type-title {
    font-size: 1rem !important;
    padding: 8px !important;
}
}

@media (max-width: 767px) { 
    .box-container, 
    .box, 
    .cfsuite1ShowMoreTopics .report-type-option-alt,
    .cWelcomePAE .box { 
        height: 152px !important; 
        text-align: left;
        margin-bottom: 12px; 
    }   
    .box-container .box, 
    .cfsuite1ShowMoreTopics .report-type-option-alt .container-alt { 
        padding: 30px 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.4rem; 
    margin-bottom: 1em; 
    margin-top: 1em;
    font-weight: 600; 
}

.slds-modal__container .slds-button {
    font-weight: 600;
    width: 7.25rem;
    font-size: 1.1rem;
    padding-top: 4px;
    padding-bottom: 4px;
}

.slds-modal__container .slds-modal__close {
    width: auto;
        right: 20px;
    top: 1rem;
    color: var(--paeblack);
}

.slds-modal__container .slds-modal__close .slds-icon-utility-close svg{
    width: 1.2rem;
}

.slds-modal__footer span.header {font-size: 1rem;}

.slds-modal__container .slds-button_neutral {
    background-color: #fff;
    border: 1px solid var(--paedarkblue);;
    color: var(--paedarkblue);;
}

.slds-modal__container .slds-button_brand {
    background-color:var(--paedarkblue);;
    border: 1px solid var(--paedarkblue);;
    color: #fff;
}

.slds-modal__container .slds-button_neutral:hover, 
.slds-modal__container .slds-button_brand:hover { 
    font-weight: 600; 
} 

.slds-modal__container .slds-button_neutral:hover { 
    background-color: var(--paedarkblue); 
    color: #fff;
} 

.slds-modal__container .slds-button_brand:hover { 
    background-color: #fff;
    border: 1px solid var(--paedarkblue);
    color: var(--paedarkblue);
} 

.cfsuite1setupDirectDebit .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: 1.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: 600px) {
.slds-modal__header h1 {

    font-size: 1.2em;
}
.slds-modal__container .slds-modal__close {
    top: 0rem;
}
}
@media (max-width: 480px) {
    .slds-modal__content {
        padding: 15px;
    }
    .slds-modal__content .panel {
        padding: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slds-modal__container {
        width: 73%;
    }
    .slds-modal__content .panel {
        padding: 1rem;
    }
}
/* END */

/* END Pop up Modal styles */

/* START Common back button and title styles */

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

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

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

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

.back svg {
    fill: #fff;
}

.cfsuite1DetailComponent #SubmitButton .slds-icon_container {
    vertical-align: baseline;
}

@media (max-width: 30em) {
    .page-title {
        padding-bottom: 12px;
    }
    .page-title .back{
        margin-bottom: 30px; 
    }
    .slds-page-header__title .back.button {
        height: 40px !important;
        width: 40px !important;
    }
    .cfsuite1QAProcess .slds-page-header__title h2 .question { 
        line-height: 30px; 
    } 
    .cfsuite1QAProcess.deflection-container div > hr { 
        margin-top: 20px !important; 
    } 
    .cfsuite1QAProcess .slds-page-header__title .question { 
        line-height: 30px; 
        margin-left: 24px; 
        padding-top: 7px; 
        margin-top: -26px; 
    }
}

@media (min-width: 30em) { 
    .back {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
        border-radius: 50%;
        display: flex; 
        align-items: center; 
        justify-content:center; 
    }
    .page-title .back {
        padding: 22px 28px;   
    }
    .page-title h1 { 
        font-size: 2rem;
        margin: 11px auto 20px;
    } 
} 

/* END Common back button and title styles */

/* START Focus styles */

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

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

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

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

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

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

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

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

/* END Focus styles */

/* START Common Accessibility styles */

/* sr styles */ 

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

/* END Common Accessibility styles */

/* START LoginRegister styles */

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

.cfsuite1LoginRegister .btn-login, .cfsuite1LoginRegister .btn-register { 
    padding-top: 7px; 
    padding-bottom: 7px;
    width: 100% !important;
} 

/* END LoginRegister styles */

/* START ShowMoreTopics styles */

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

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

.cShowMoreTopicsPAE .button-container .slds-button_brand {
    text-transform: capitalize;
    word-spacing: 4px;
}

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

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

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

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

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

.cfsuite1ShowMoreTopics .report-type-option-alt .container-alt { 
    display: flex;
    height: 100%;
    padding: 26px;
    width: 100%;
    background-color: #3ab4ff !important;
    border-radius: 48px;
    border: none;
    color: #fff;
} 

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

.box-container .report-type-option-alt { 
    border: 2px solid #3ab4ff;
    background-color: #3ab4ff !important;
} 

.cfsuite1ShowMoreTopics .report-type-option-alt a { 
    color: #192b6c;
} 

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

.cfsuite1ShowMoreTopics .slds-button {
    margin-top: 20px;
}
.cfsuite1ShowMoreTopics .slds-button i {
    margin-left: 0px;
}
.cfsuite1ShowMoreTopics .box-container:hover a{
    text-decoration:none;
}

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

/* END ShowMoreTopics styles */

/* START MyRecentRequests styles */

.cfsuite1MyRecentRequests .requests {
    border: 1px solid #dddee1;
    padding: 15px 25px 25px;
    border-radius: 8px; 
} 

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

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

.cfsuite1MyRecentRequests .no-records a.link-green { 
    text-decoration: underline!important; 
}

.cfsuite1MyRecentRequests .slds-tabs_default__item:hover::after { 
    background-color: var(--paedarkblue); 
    height: 3px; 
} 

.cfsuite1MyRecentRequests .no-records .title { 
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    color: #222;
} 
.cfsuite1MyRecentRequests .slds-tabs_default__item.slds-is-active:after{
    background-color: var(--paeblue);
}

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

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

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

.cfsuite1MyRecentRequests .tabset li.slds-is-active a { 
    color: #222; 
} 

.cfsuite1MyRecentRequests .request { 
    border: 1px solid #f0eeee;
    padding: 1.3rem 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
} 

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

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

.cfsuite1MyRecentRequests .address,
.cfsuite1MyRecentRequests .category { 
    color: #58595b; 
    font-weight: normal;
}

.cfsuite1MyRecentRequests .case { 
    font-size: 1.1rem; 
    margin-right: 20px; 
    vertical-align: middle; 
    display: block; 
} 

.cfsuite1MyRecentRequests .number { 
    margin-right: 10px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d2d2d;
} 

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

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

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

.cfsuite1MyRecentRequests .status.inprogress { 
    background-color: var(--paeorange); 
} 

.cfsuite1MyRecentRequests .status.complete { 
    background-color: var(--paeblue); 
} 

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

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

.cfsuite1MyRecentRequests .submitted { 
    color: #656565; 
    font-size: .94rem; 
    text-transform: uppercase;
} 

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

.cfsuite1MyRecentRequests .actions a { 
    display: inline-block; 
    padding: 10px; 
    text-align: center; 
    width: 100%; 
    border-radius: 50px; 
    padding-top: 9px; 
    padding-bottom: 9px; 
    font-weight: 600; 
    font-size: 1.1rem; 
    margin-top: 1.3em; 
    text-decoration: none; 
} 



.cfsuite1MyRecentRequests .actions a.submit { 
    background-color: var(--paedarkblue); 
    border-color: var(--paedarkblue);
    color: white; 
} 

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

@media (min-width: 480px) and (max-width: 767px){
    .cfsuite1MyRecentRequests .actions  .slds-col.slds-size_1-of-1.slds-medium-size_1-of-2 {
    width:48%;
    margin: auto;
}
}
/* END MyRecentRequests styles */


/* START DetailComponent styles */

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

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

.cfsuite1DetailComponent 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 .attachments .contact-form-title {
    margin-bottom: 2px;
}

.cfsuite1DetailComponent .contact-form-text {
    margin-bottom: 20px;
    color: #696969;
}
.cfsuite1DetailComponent .contact-form .slds-form-element__label {
    font-size: 1.2rem;
}

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

.cfsuite1DetailComponent .contact-form .slds-form-element__control input {
    font-size: 1rem;
    padding: 6px;
    padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cfsuite1DetailComponent button {
    font-weight: normal !important;
    text-transform: none !important;
}

/* END DetailComponent styles */

/* START LoginRegister styles */

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

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

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

.cfsuite1LoginRegister .description ul li {
    line-height: 24px;
    list-style-position: outside;
    margin-left: 20px;
    margin-top: 4px;
    font-size: 1.25rem;
    color: #676565;
}

.cfsuite1LoginRegister input.slds-input {
    background-color: #fff;
    padding: 12px 0 14px 39px;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 3px;
    line-height: normal;
    border: 1px solid #dddee1;
    font-size: 1.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: 8px;
    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 .forgot-container {
    text-align: center;
}

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

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

@media (max-width: 768px) {
    .cfsuite1LoginRegister .column1,
    .cfsuite1LoginRegister .column2 {
        padding: 10px;
    }
}

/* END LoginRegister styles */


/* START Breadcrumbs styles */

.cfsuite1Breadcrumbs .links a { 
    font-size: 1.05rem; 
    text-decoration: underline; 
} 

.cfsuite1Breadcrumbs .links a:hover {  
    text-decoration: none; 
} 

.cfsuite1Breadcrumbs .links li:last-of-type a { 
    color: var(--lwc-colorTextDefault);
    text-decoration: none; 
} 

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

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

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

/* END StepsPath styles */


/* START RecentRequests styles */

.cfsuite1RecentRequests.recent-cases { 
    background-color: #fff; 
} 

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

.cfsuite1RecentRequests .slds-input-has-icon_right .slds-input {
    min-height: 36px;
    font-size: 1.1rem;
}

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

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

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

.cfsuite1RecentRequests .actions .slds-form-element__help{
    display: none !important;
}

.cfsuite1RecentRequests .pending-label, 
.cfsuite1RecentRequests .progress-label, 
.cfsuite1RecentRequests .completed-label 
{ 
    font-size: 1rem; 
    color: var(--lwc-colorTextDefault); 
} 

.cfsuite1RecentRequests .pending-count { 
    color: #003b6a; 
} 

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

.cfsuite1RecentRequests .completed-count { 
    color: #41ad49; 
} 

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

.cfsuite1RecentRequests .actions button { 
    font-size: 1.2rem; 
    margin-right: 10px; 
    margin-top: 0px;
    width: auto;
    color: #222;
    font-family: 'GillsSansLight'
} 

.cfsuite1RecentRequests .slds-button.active { 
    font-family: 'GillsSansSemiBold'
} 

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

.cfsuite1RecentRequests .slds-button.active span { 
    border-bottom: thin solid #003b6a;
    font-weight: 600;
    padding-bottom: 6px;
} 

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

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

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

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

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

.cfsuite1RecentRequests a.slds-truncate { 
    color: var(--paedarkblue); 
    font-size: 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; 
} 

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

.cfsuite1RecentRequests .requests-container { 
    padding-bottom: 40px; 
} 
@media (max-width:700px) and (min-width: 570px){
  .cfsuite1RecentRequests .pending-label, .cfsuite1RecentRequests .progress-label {
      margin-right: 1rem;
  }  
}


@media (max-width: 980px) { 
    .cfsuite1RecentRequests .map-content { 
        width: 100%; 
    } 
    .cfsuite1RecentRequests .recent-requests-list .slds-table { 
        width: 840px; 
    } 
.cfsuite1RecentRequests .slds-input{
font-size:0.79rem;
}
} 
@media (min-width: 980px) {
    .cfsuite1RecentRequests .actions { 
        margin: 0 auto 20px;
        padding: 0 16px;
    } 

}
@media (max-width: 767px) { 
    .cfsuite1RecentRequests .map-content { 
        padding-top: 40px; 
    } 
    .cfsuite1RecentRequests #category_select-container1,
.cfsuite1RecentRequests #category_select-container { 
    display: none !important; 
    } 
        .cfsuite1RecentRequests .actions .slds-small-size_6-of-12 { 
    width: 100%; 
    } 
        .cfsuite1RecentRequests .summary { 
        text-align: center; 
    }
}

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

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

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

/* END RecentRequests styles */

/* START QAProcess styles */

.cfsuite1QAProcess { 
    align-content: center;
} 

.cfsuite1QAProcess.login-modal .slds-modal__header .logo-container {
    background-image: url(/resource/CustomLogoPAE);
}

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

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

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

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

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

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

.cfsuite1QAProcess.login-modal .slds-modal__header { 
    background-color: #ffffff;
    padding: 7px 0px 11px;
    height: 90px;
    border-bottom-width: 1px;
} 

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

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

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

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

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

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

@media (max-width: 768px) { 
    .cfsuite1QAProcess.responseBlock {
        font-size: 16px;
        line-height: 32px;
    } 
    .cfsuite1QAProcess.login-modal .slds-modal__content { 
        padding: 15px; 
} 
} 

@media (max-width: 480px) { 
    .cfsuite1QAProcess.deflection-container div > hr { 
        margin-top: 20px !important; 
    } 
    .cfsuite1QAProcess.login-modal .slds-modal__header { 
        height: 84px; 
    } 
    .cfsuite1QAProcess.login-modal .slds-modal__container { 
    height: 100vh;
    justify-content: normal;
    padding: 0;
}
}

@media (max-width: 64em) {
        .cfsuite1QAProcess.mainBlock { 
        padding-bottom: 1.5rem; 
        padding-top: 1.5rem;
    } 
}

@media (min-width: 48em) {
        .cfsuite1QAProcess.mainBlock, .cfsuite1CommunityMap, h2.cfsuite1LaunchRequestSubmissionFlow, .cfsuite1DetailComponent, .cfsuite1ThankYou { 
        padding-top: 30px;
        padding-bottom: 30px;
    } 

h2.cfsuite1LaunchRequestSubmissionFlow{
  padding-bottom: 0px;
}
}

/* END QAProcess styles */

/* START Welcome styles */

.cfsuite1Welcome, .cWelcomePAE .dashboard-banner-section {
    background-image: url(/resource/CustomhomebgPAE);
    background-position: 100% 82%;
    background-size: cover;
    color: white;
    margin-bottom: 30px;
    padding: 65px 0 30px;
}



.cWelcomePAE .dashboard-banner-section{
    position: relative;
}
.cWelcomePAE .dashboard-banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 47%;
    height:100%;
    background: var(--paeblack);
    border-radius: 0 0 170px 0;
    z-index: 0;
}

@media(max-width:1024px){
.cWelcomePAE .list-items .slds-col:nth-child(1),
.cWelcomePAE .list-items .slds-col:nth-child(3){
    padding-left: 0; 
}
}



@media (max-width: 900px){
.cWelcomePAE .dashboard-banner-section:before {
width: 55%;

 }
.cWelcomePAE h1 {

    margin-bottom: 1rem !important;
   
}
}

@media (max-width: 767px) {
    .cfsuite1Welcome, .cWelcomePAE .dashboard-banner-section  {
        background-image: none;
        background-color: var(--paeblack);
    }
    
.cWelcomePAE .dashboard-banner-section {
    border-radius: 0 0 170px 0;
}
}

.cWelcomePAE .message{
        z-index: 4;
}

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

.cWelcomePAE h1 { 
    font-size: 2.975rem;
    margin-bottom: 2rem;
    font-family: 'GillsSansLight';
}

.cWelcomePAE h2 {
    color: #fff;
    font-family: 'GillsSansSemiBold';
}

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

.cfsuite1Welcome .box-icon-container { 
    font-size: 3em; 
    top: 46%;
    left: 19%;
} 

.cfsuite1Welcome .box-container .box-title { 
    left: 65%;
}

.cfsuite1Welcome .title-text { 
    font-size: 1.3rem;
} 

.cfsuite1Welcome .box:hover, .cfsuite1Welcome .report-type-option-alt:hover {
    background-color: #192b6c !important;
    color: #fff;
}

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

@media (max-width: 767px) { 
    .cfsuite1Welcome .box-icon-container { 
        line-height: 92px; 
        position: absolute; 
        width: 70px; 
    } 
    
    .cfsuite1Welcome .container { 
        margin: -20px auto 0px; 
    } 
    
    .cfsuite1Welcome .message { 
        margin-top: 0px; 
        margin-bottom: .5em; 
        padding-left: .5em; 
        font-size: 36px; 
        line-height: 44px; 
    }
    .cfsuite1Welcome .box-container { 
        padding-right: 16px; 
        padding-left: 16px; 
    }
} 
 
/* END Welcome styles */


/* START ThankYou styles */

.cfsuite1ThankYou {
    padding-top: 2%;
}

.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: 2.2rem;
    font-weight: bold;
}

.cfsuite1ThankYou .confirmation-content {
    text-align: left!important;
    border: 1px solid #dddee1;
    border-radius: 8px;
    padding: 20px;
    margin: 2rem 0 1.5rem;
}

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

/* END ThankYou styles */


/* START CaseSearchBox styles */

.cfsuite1CaseSearchBox {
    background-color: var(--paeblue);
    padding: 2rem 1rem 1rem;
    margin-top: 2rem;
    /*background: url(/resource/CustomPAEBg); */
    background-size: cover;
}

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

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

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

.cfsuite1CaseSearchBox .uiInput--input.input {
    background-color: #fff;
    border-radius: 50px;
    height: 56px;
}

.cfsuite1CaseSearchBox .uiInput--input.input::placeholder {
    font-size: 1.25rem;
}

.cfsuite1CaseSearchBox .slds-x-small-size_8-of-12 {
    width: 100% !important;
}

.cfsuite1CaseSearchBox .slds-x-small-size_4-of-12 {
    position: absolute;
    right: 0px;
}

@media (min-width: 768px) {
    .cfsuite1CaseSearchBox .container {
        width: 500px;
    }
}
@media (max-width: 480px) {
  .cfsuite1CaseSearchBox .uiInput--input.input::placeholder {
    font-size: 1rem;
}
}


/* END CaseSearchBox 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 { 
    margin-bottom: 30px; 
}

.steps-wrapper { 
    width: 100%; 
} 

.steps-container { 
    width: 100%; 
} 

.steps-container .step {
    display: inline-block; 
    font-size: 1rem; 
    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: #4a4a4a; 
    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: -7px; 
    z-index: 1; 
} 

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

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

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


.cCustomLayoutNoImage .steps-container .line-wrapper .line-left, .cCustomLayoutNoImage .steps-container .line-wrapper .line-right {
    border-color: var(--paeblue);
}
.cCustomLayoutNoImage .steps-container .line-wrapper .step-bullet{
     color: var(--paeblue);
}

/* fix blank dots in icon */ 

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

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

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

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

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

@media (max-width: 30em) {
.cfsuite1ProgressIndicator, .cfsuite1NavigationProcess { 
    padding-top: 20px; 
    } 
} 

@media (max-width: 48em) {
.cfsuite1NavigationProcess { 
    margin-bottom: 30x; 
    } 
}

/* END Common Progress Bar styles */

/* START NavigationProcess  styles */

.cfsuite1NavigationProcess { 
    padding-top: 2rem; 
}

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

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

/* END NavigationProcess  styles */

/* START ProgressIndicator styles */

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

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

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

.cfsuite1ProgressIndicator .fa-check-circle,
.cfsuite1ProgressIndicator .fa-circle { 
    font-size: 1.4rem;
    line-height: 1rem;
} 
    
/* END ProgressIndicator styles */

/* START Cf_SmartSearch styles */

.cfsuite1Cf_SmartSearch .community-container,
.cCfsuite1Cf_SmartSearch .community-container { 
    margin-top: 10px; 
    position: relative;     
} 

.cfsuite1Cf_SmartSearch .transparent-background,
.cCfsuite1Cf_SmartSearch .transparent-background { 
    background-color: rgba(0, 0, 0, 0.53);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: 1em;
    border-radius: 10px;
    display: none;
} 

.cfsuite1Cf_SmartSearch .search-title h1,
.cCfsuite1Cf_SmartSearch .search-title h1 {
    line-height: 2.8rem;
}
.cfsuite1Cf_SmartSearch .fa-search:before,
.cCfsuite1Cf_SmartSearch .fa-search:before {
    vertical-align: -webkit-baseline-middle;
}

@media (min-width: 767px){
    .cfsuite1Cf_SmartSearch,
    .cCfsuite1Cf_SmartSearch {
        width: 34rem;
        padding: 2.7rem 1.6rem 2rem 0;
    }
}

@media (min-width: 767px) and (max-width: 1150px){
   .cfsuite1Cf_SmartSearch,
    .cCfsuite1Cf_SmartSearch {
        width: 28rem;
    }
}


/* END Cf_SmartSearch styles */

/* START RecommendedActions styles */

.cfsuite1RecommendedActions { 
    margin-bottom:30px; 
} 

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

.cfsuite1RecommendedActions .widget-content { 
    padding: 20px 26px;
    border: 1px solid #dddee1;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
} 

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

.cfsuite1RecommendedActions .action a { 
    flex-grow: 1000;
    font-size: 1.1rem;
    color: var(--paedarkblue);
    font-weight: normal;
    text-underline-offset: 6px;
    -webkit-font-smoothing: antialiased;
} 

.forceCommunityUserSettings .savecancelbuttoncontainer{
  padding-right: 18px; 
}

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

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

/* END RecommendedActions styles */

/* START RequestWizard  styles */

.cfsuite1RequestWizard { 
    text-align: left; 
} 

.cfsuite1RequestWizard .commMapBlock { 
    height: 100px; 
} 

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

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

h2.cfsuite1LaunchRequestSubmissionFlow, 
.cfsuite1LaunchRequestSubmissionFlow h1,
.cfsuite1FlowQuestionsCaseContactInfo h2 { 
    font-size: 1.5rem !important;
    font-family: 'GillsSansSemiBold' !important;
    color: #003b6a !important;
    margin-top: 2rem;
}

.cfsuite1LaunchRequestSubmissionFlow .slds-rich-text-editor__output p,
.cfsuite1LaunchRequestSubmissionFlow .slds-rich-text-editor__output p span{
    color: #676565 !important;
    font-size: 1.25rem !important;
}

.cfsuite1LaunchRequestSubmissionFlow .flowruntimeBody {
    padding-left: 0 !important;
}

.cfsuite1RequestWizard .slds-form-element__control .slds-input { 
    height: 42px;
    border: 1px solid #dddee1;
}

.cfsuite1LaunchRequestSubmissionFlow .slds-form-element__label {
    color: #676565;
    font-size: 1.25rem;
    font-family: "usual", sans-serif;
    margin-top: 1rem;
}

.cfsuite1LaunchRequestSubmissionFlow .flowruntime-input {
    margin-top: 1rem;
}

.cfsuite1LaunchRequestSubmissionFlow span button {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 1.3rem !important;
     color: var(--paedarkblue) !important;
}

.slds-modal .slds-progress-bar .slds-progress-bar__value{
    background: var(--paegreen);
}

.cfsuite1LaunchRequestSubmissionFlow .slds-file-selector__button {
    margin-top: 0;
    position: absolute;
    top: -1.5rem;
    padding: .5rem 0;
    min-width: 300px;
}
 
@media (max-width: 1023px) { 
    .cfsuite1RequestWizard .wizard-sidebar { 
        padding-left: 0px;
        padding-top: 0px;
    }  
    .cfsuite1RequestWizard .phones-container { 
        margin-bottom: 15px; 
    } 
    .cfsuite1RequestWizard .phones-container { 
        display: block; 
        margin-top: 28px;
    } 
    .cfsuite1RequestWizard .phone-numbers {
        padding: 0px;
    }
        .cfsuite1RequestWizard img {
    margin-top: 2rem;
    max-width: 400px;
    }
}  

/* END RequestWizard  styles */

/* START StepsPath  styles */

.cfsuite1StepsPath { 
    font-size: 1.1rem; 
} 

.cfsuite1StepsPath .cont { 
    width: 100%; 
} 

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

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

/* END StepsPath  styles */

/* START CommunityMap styles */

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

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

.cfsuite1CommunityMap .error-icon{
  padding-top: 11px !important; 
}

.cfsuite1CommunityMap .slds-m-bottom_large br { 
    display: none;
} 

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

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

.cfsuite1CommunityMap .continueButtonIcon svg,
.cfsuite1DetailComponent #SubmitButton svg.slds-icon { 
    height: 20px; 
    width: 20px; 
    margin-top: 1%; 
} 

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

.cfsuite1CommunityMap .duplicate-warning .warning-icon, 
.cfsuite1CommunityMap .oustide-warning .warning-icon { 
    background-color: #ed3636;
    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 #ed3636;   
    padding: 10px 10px 10px 16px; 
    width: 100%; 
} 

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

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

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

.cfsuite1CommunityMap .location-missing { 
    color: #B2091C;
    margin-top: 10px;
    font-size: 1rem;
    font-family: 'GillsSansBook';
} 

@media (max-width: 64em) {
    .cfsuite1CommunityMap .slds-m-bottom_large {
        margin-bottom: 0;
    }
}
/* END CommunityMap styles */

/* START CfSmartsearch styles */

.cfsuite1Cf_SmartSearch .uiInput--input.input,
.cCfsuite1Cf_SmartSearch .uiInput--input.input {
    color: #fff;
    background-color: transparent;
    border-radius: 50px 0px 50px 50px;
    border: 2px solid #fff;
    height: 56px;
    padding-left: 20px;
}

.cCfsuite1Cf_SmartSearch .uiInput--input.input::placeholder {
    font-size: 1.3rem;
    color: #fff;
}

.search-title {
    padding: 40px 0 0;
}

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

.cfsuite1Cf_SmartSearch .community-container .input-container,
.cCfsuite1Cf_SmartSearch .community-container .input-container { 
    width: 518px;
    max-width: 100%;
} 

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

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

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

.cfsuite1Cf_SmartSearch .community-container .dark-green,
.cCfsuite1Cf_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,
.cCfsuite1Cf_SmartSearch .community-container .search i { 
    color: #fff;
    position: absolute;
    right: 20px;
    top: 10px;
     line-height: 1;
   font-size: 1.33rem;
}  

.cfsuite1Cf_SmartSearch .search-results-container,
.cCfsuite1Cf_SmartSearch .search-results-container { 
    height: 0; 
    position: absolute; 
    left: 0; 
    top: 0; 
}  

.cfsuite1Cf_SmartSearch .search-results,
.cCfsuite1Cf_SmartSearch .search-results { 
    background-color: #fff; 
    border: 1px solid #dee1e5; 
    box-shadow: 0px 2px 10px #383838; 
    margin: 0; 
    max-height: 360px; 
    overflow-y: auto; 
    padding: 10px 10px 10px 20px; 
    position: relative; 
    top: 81px; 
    z-index: 2; 
    width: 100%;
    border-radius: 10px;
} 

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

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

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

.cfsuite1Cf_SmartSearch .standard-container,
.cCfsuite1Cf_SmartSearch .standard-container { 
    position: relative; 
} 
        
.cfsuite1Cf_SmartSearch .standard-container > .search,
.cCfsuite1Cf_SmartSearch .standard-container > .search { 
    margin: 14px 0 10px 0; 
} 

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

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

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

@media (max-width: 767px) { 
.cfsuite1Cf_SmartSearch .community-container,
.cCfsuite1Cf_SmartSearch .community-container { 
    margin-top: 0; 
} 
.cfsuite1Cf_SmartSearch .community-container .input-container,
.cCfsuite1Cf_SmartSearch .community-container .input-container { 
    padding: 10px 0px 20px; 
} 
.cfsuite1Cf_SmartSearch .search-results-container,
.cCfsuite1Cf_SmartSearch .search-results-container { 
    padding: 0px 10px; 
} 
.cfsuite1Cf_SmartSearch .search-results,
.cCfsuite1Cf_SmartSearch .search-results { 
    width: 100%; 
}   
.cfsuite1Cf_SmartSearch .transparent-background,
.cCfsuite1Cf_SmartSearch .transparent-background { 
    margin-top: 0px; 
} 
.cfsuite1Cf_SmartSearch .search-title,
.cCfsuite1Cf_SmartSearch .search-title { 
    padding: 6px 0 0; 
} 
        .cfsuite1Cf_SmartSearch .container,
    .cCfsuite1Cf_SmartSearch .container { 
        width: 100%; 
    } 
} 

@media (max-width: 480px) { 
.cfsuite1Cf_SmartSearch .community-container .input-container .search,
.cCfsuite1Cf_SmartSearch .community-container .input-container .search { 
    width: 100%; 
} 

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

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

.cfsuite1Cf_SmartSearch h1,
.cCfsuite1Cf_SmartSearch h1 { 
    font-size: 1.25rem; 
    margin-top: 10px; 
} 
}  

@media (min-width: 30em) { 
    .cCfsuite1Cf_SmartSearch .uiInput--input.input { 
        padding-left: 30px;
    }
    .cCfsuite1Cf_SmartSearch .community-container .search i {
        right: 30px;
    }
} 

/* END CfSmartsearch styles */

/* START SmartSearch styles */

.cfsuite1SmartSearch { 
    margin-bottom: 17px; 
} 

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

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

.cfsuite1SmartSearch button.title i.fa-minus {
    color: var(--paedarkblue);
}

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

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

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

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

.cfsuite1SmartSearch li a:hover {
    color: #fff;
    display: block;
    background: var(--paeblue);
}

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

/*red*/
.cfsuite1SmartSearch li.hover {
    color: #fff;
    background-color: #d8d8d8;
    
}
/*yellow*/
.cfsuite1SmartSearch li.active {
    color: #fff;
    background-color: #3ab4ff;
}


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

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

@media (max-width: 830px){
    .cfsuite1SmartSearch {
        margin: 1rem 0;
    }
}

/* 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 {
    font-size: 1.1rem;
    margin-top: 3rem;
}

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

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

.cfsuite1MyRequestRecordListPage .slds-media__figure {
    text-align: center;
}

.cfsuite1MyRequestRecordListPage .slds-tabs_default__link {
    font-size: 1rem;
}

.cfsuite1MyRequestRecordListPage .slds-table--bordered {
   border-top: 1rem;
}

.cfsuite1MyRequestRecordListPage .slds-tabs_default__nav a {
    font-size: 1.25rem;
}

/* 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 {
    padding: 4px 9px 5px;
    position: inherit;
}

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

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

.MyAccount h2 {
    color: #222;
    font-size: 1.3rem;
}



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

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

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

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

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

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

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

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

/* START common myaccount styles */

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

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

@media (min-width: 768px) and (max-width: 1024px) {
    .MyAccount .slds-modal__container {
        width: 73%;
    }
    .MyAccount .slds-modal__content .panel {
        padding: 1rem;
    }
}
/* END */


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

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

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

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

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

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

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

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

.MyAccount .slds-modal__content .panel {
    background-color: #F7F7F7;
    overflow: auto;
    padding: 10px;
    font-size: 1rem;
}

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



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


/* START ContactInformationComp Page styles */



/* END ContactInformationComp Page styles */


/* START UserProfileComp Page styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

.cfsuite1UserProfileComp .slds-notify {
    border-radius: 3px;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1rem;
    background-color: #003b6a;
}

.cfsuite1UserProfileComp .slds-notify p {
    color: #fff; 
}

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

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

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

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

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

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

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

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

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

@media (max-width: 690px) {
    .profile-image{
    min-height: 100px;
    }
    .profile-data {
        padding: 40px 0 0px 70px;
    }
}
@media (max-width: 479px) {
    .cfsuite1UserProfileComp .btn-edit {
        position: relative;
        bottom: 178px;
    }
    .profileIconContainer {
        text-align: left;
        margin-left: 41px;
    }
    .cfsuite1UserProfileComp .profile-data {
        padding: 95px 0 0;
    }
    .cfsuite1UserProfileComp .slds-text-heading_medium {
        font-size: .9rem;
    }
}
@media (max-width: 500px) {
    .cfsuite1UserProfileComp .slds-notify p {
        font-size: 13px;
        padding-left: 1em;
    }
    .cfsuite1UserProfileComp li.icon-info{
        font-size: 2em;
    }
}

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

/* END cUserProfileComp Page styles */


/* START cMyAddressComp Page styles */

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



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

/* END cMyAddressComp Page styles */


/* START MyPreferenceComp Page styles */

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

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

.cfsuite1MyPreferenceComp h2 {
    color: #222;
    font-size: 1.3rem;
}

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

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

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

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

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

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

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

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

.cfsuite1MyPreferenceComp {
    position: relative !important;
}

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

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

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

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

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

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

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

.cfsuite1MyPreferenceComp .slds-button-group .slds-button:first-child {
    border-radius: 50px 0 0 50px;
}

.cfsuite1MyPreferenceComp .slds-button-group .slds-button:last-child {
    border-radius: 0 50px 50px 0;
}

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

.cfsuite1MyPreferenceComp .comm-tabs .slds-button_neutral, 
.cfsuite1MyPreferenceComp .comm-tabs .slds-button--neutral {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    font-size: 1.1rem;
}

.cfsuite1MyPreferenceComp .comm-tabs .slds-button_neutral:hover, 
.cfsuite1MyPreferenceComp .comm-tabs .slds-button--neutral:hover,
.cfsuite1MyPreferenceComp .slds-button-group .selected {
    background-color: var(--paedarkblue);
    color: #ffffff !important;
}

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


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

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

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



/* END MyPreferenceComp Page styles */


/* START CaseContactInfo Page styles */

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

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

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

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

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

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

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

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

/* END CaseContactInfo Page styles */

/* START FollowedRecords Page styles */

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

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

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

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

/* END FollowedRecords Page styles */

/* START RequestDetail Page styles */

.cfsuite1RequestDetail .page-title {
    padding-top: 20px;
    display: none;
}

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

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

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

.cfsuite1RequestDetail .case-number {
	font-size: 1.24rem;
}

.cfsuite1RequestDetail .steps-container .line-wrapper .step-bullet {
    top: -7px;
}

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

.cfsuite1RequestDetail .details-bottom .slds-col {
    color: #696969;
     padding-right: 1rem;
}

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

.cfsuite1RequestDetail i.orange {
    color: #4a4a4a;
    font-size: 1.7rem;
    display: none;
}

.cfsuite1RequestDetail .row {
    border-bottom: 1px solid #dadada;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 1rem;
}

/* Status bar styles */

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

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

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

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

.cfsuite1RequestDetail .cfsuite1ProgressIndicator .line-wrapper .step-bullet {
    color: var(--paeblue);
}

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

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

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

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

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

.cfsuite1RequestDetail .status-sm {
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    padding-top: 8px;
}

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

.cfsuite1RequestDetail i.step1 {
    display: none;
}

@media (max-width: 30em) {
    .cfsuite1RequestDetail .sub-title {
        font-size: 1.2rem;
    }
    .cfsuite1RequestDetail .details-bottom {
        margin-bottom: 10px; 
    }
    .cfsuite1RequestDetail .slds-size_1-of-3,
    .cfsuite1RequestDetail .slds-size_2-of-3 {
        width: 100%;
    }
}

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


/* END RequestDetail Page styles */

/* START HeaderImage styles */



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



.cHeaderImage .headerContent {
    background-image: linear-gradient(to right, #4497d2 , #2c679b);;
}

@media (min-width: 767px){
.cHeaderImage .headerContent:before {
    content: '';
    position: absolute;
    left: 0;
    width: 52%;
    min-height: 400px;
    background: var(--paeblue);
    border-radius: 0 0 170px 0;
    z-index: -3;
}
}

@media (min-width: 767px) and (max-width:900px){
.cHeaderImage .headerContent:before {
    width: 60%;
}
}


@media (max-width: 767px) {
    .cHeaderImage .headerContent {
        min-height: 293px;
        background-image: none !important;
        background-color: var(--paeblue);
    }
}

/* END HeaderImage styles */


/* START Headermobile styles */

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

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

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

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

.cHeaderMobile .btn-wrapper {
    width: 50%;
    text-align: right;
    padding-right: 1rem;
}

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

@media (max-width: 830px) {
.cHeaderMobile .header .row--main {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0
	}
}
@media (max-width: 830px) {
.cHeaderMobile .nav__sub-list-wrapper {
		background: #353535;
	}
.cHeaderMobile .nav__sub-list-wrapper>.container-fluid {
		padding: 0;
	}
}
@media (min-width: 830px) {
    .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/CustomCommunityLoginBackgroundPAE) 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;
}

.communitylogin .logoContainer {
    padding: 10px; 
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
}

.communitylogin .btn-brand_custom {
    width: 100%;
}

.createaccount .header {
    background-color: var(--paeblue); 
}

.createaccount .btn-reg {
    background-color: var(--paeblue);
    border-color: var(--paeblue);
    border-radius: 50px;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
    min-width: 40%;
    margin: 0 auto;
    display: block;
}

.createaccount .btn-reg:hover {
    background-color: #fff;
    border-color: var(--paeblue);
    color: var(--paeblue);
}

.createaccount .links a, .createaccount a {
    color: var(--paebluedark);
}

.createaccount .tab-nav>div.active span {
    color: var(--paedarkblue);
}

.createaccount .modal-content, .createaccount .modal-header h1, .createaccount .modal-body h2 {
    color: #003b6a;
}

.createaccount #verification img.logo {
    max-width: 50%;
}

.forpassconfirm #container,
.forpass #container {
    width: 370px;
}

.customcommunitylogin #container,
.createaccount #container {
    width: 680px;
    margin: 2em auto 0em;
}

.communitylogin img.logo {
            width: 35%;
    padding: 0.5rem 0;
}
 .communitylogin #container.single-col img.logo {
                width: 50%;
                }

.createaccount img.logo {
    padding-right: 15px;
    max-width: 90%;
}

.vfcustom h1 {
    color: green;
}

.communitylogin h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}

.vfcustom p {
    color: #333;
}

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

.vfcustom .btn-brand_custom {
    font-size: 1.1rem;
    padding: 11px;
}

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

.communitylogin .btn-reg:hover {
        color: #fff !important;
}

.vfcustom a {
    color: var(--paedarkblue);
    font-size: 16px;
    text-decoration: underline;
}

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

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

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

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

@media (max-width: 30em) {
.vfcustom #container {
margin: 0;
width: 100%;
}
.vfcustom form {
margin: 0;
}
.communitylogin img.logo {
    width: 28%;
}
.createaccount .modal-content,
.createaccount .modal-dialog {
width: 100%;
margin: 0;
padding: 0;
border: none;
border-radius: 0;
}
}

/* END Visual force login/password/create account page styles */

/* Back buttons styles to be deleted after making all consistent */

.cfsuite1CommunityMap .back-container, .cfsuite1DetailComponent .back-container {
    position: absolute;
}

.cfsuite1CommunityMap .pg-title,
.cfsuite1DetailComponent .pg-title {
    line-height: 43.2px;
    margin-left: 70px;
    min-height: 70px;
    padding-left: 10px;
    padding-top: 4px;
}

.cfsuite1MyRequestRecordListPage .slds-page-header .slds-page-header__title, .forceCommunityHtmlBlock .slds-page-header__title {
    font-size: 1.625rem;
}

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

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

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

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


@media (max-width: 480px) {
    .cfsuite1MyRequestRecordListPage .slds-page-header .slds-page-header__row .slds-media__figure i, .forceCommunityHtmlBlock .slds-page-header .slds-page-header__row .slds-media__figure i {
        height: 46px !important;
        width: 46px !important;
        font-size: 19px !important;
    }
    .cfsuite1MyRequestRecordListPage .slds-page-header .slds-page-header__title, .forceCommunityHtmlBlock .slds-page-header__title {
        line-height: 43px;
    }
}

@media (min-width: 48em) {
    .cfsuite1CommunityMap .pg-title,
    .cfsuite1DetailComponent .pg-title {
        padding-left: 30px;
        padding-top: 10px;
    }
}

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

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

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

.cCustomLayoutNoImage .footer {
    margin-top: 60px;
}

.template-footer .footer {
    background-color: #192038;
    background-image: url(/resource/footerBg);
    background-size: contain;
  
}

.template-footer .footer img{
  padding-right: 1rem;
  width: 240px;
  }

.footer-row1 {
    color: var(--paeblack);
    font-size: 16px;
    padding: 1.5rem 0rem;
    margin: 0 auto;
}

.template-footer .footer  .footer-row1 p,
.template-footer .footer  .footer-row1 h3{
   color: var(--paeblack);
}

.template-footer .footer-row2 {
    width: 100%;
    padding: 1.5rem 1rem;
    background: var(--paeblack);
    color: #fff;
}
@media (min-width: 1350px){
.footer .footer-row2 p{
    width: 1280px;
    text-align: justify;
    margin: auto;
    display: block;
}
}

.template-footer .footer h3 {
    font-weight: 600;
    margin-top: 25px;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 6px;
}

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

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

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

.template-footer .footer-row2 p {
    text-align: left;
}

.footer .social-links a{
    margin-right: 5px; 
    display:inline-block; 
    transition: transform .2s
}

.footer .social-links a i {
    color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.footer .social-links a:hover { 
    transform: scale(1.2);
    text-decoration:none;
}

.footer .social-links a {
    font-size: 2.3rem;
    color:#fff;
}




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

} 

@media (max-width: 62em) {

.footer .social-links a{
    margin-bottom: 1rem; 
}
} 

@media (max-width: 30em) {
    .template-footer .footer-row1 .slds-col:nth-child(3) {
        padding-left: 0px;
    }
}

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

@media (max-width: 1023px) {
    .cCustomLayoutNoImage .footer {
        margin-top: 30px;
    }
    .template-footer .footer p {
    font-size: 1rem;
}
        .footer-content .signOff__list {
        text-align: left;

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

@media (min-width:768px) and (max-width:860px){
    .template-footer .footer a,.template-footer .footer  p{
    font-size: 14px;
}
}
/* END */

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

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

.profile-container .slds-button {
    width: auto;
    font-weight: 600;
}

.profile-container .icon-dropdown {
    font-size: 13px;
}

.MyAccount .btn-edit {
    width: 72px;
    font-size: .9rem;
    padding-top: 4px;
    padding-bottom: 4px;
}
/* END */

/* START Phone number styles */

.cfsuite1PhoneNumbers {
    padding: 1.3rem 1.5rem;
    border: 1px solid #dddee1;
    border-radius: 8px;
}

.cfsuite1PhoneNumbers span {
    display: block;
    font-weight: normal;
}

.cfsuite1PhoneNumbers br {
    display: none;
}

.cfsuite1PhoneNumbers hr {
    display: none;
}

.cfsuite1PhoneNumbers .phonerow-1 p {
    color: #4A4A4A;
    font-weight: 600;
}

.cfsuite1PhoneNumbers .phonerow-2 {
    margin-top: 10px;
}

/* END */

/* START Trending Categories styles */
@media (min-width:767px) {
    .cShowTrendingCategories {
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    .cShowTrendingCategories {
        margin-top: 3rem;
    }
}


.cShowTrendingCategories a {
    text-decoration: none;
}

.cShowTrendingCategories .item {
    text-align: center;
    border: 2px solid var(--paedarkblue);
    border-radius: 50px;
    color: var(--paedarkblue);
    margin-bottom: 1.3rem;
}

.cShowTrendingCategories .item:hover {
    background-color: var(--paedarkblue);
    color: #fff;
}

.cShowTrendingCategories .item div {
    background-color: transparent;
    font-size: 1.3rem;
    padding: 16px 30px;
    font-weight: 600;
}

@media (max-width: 850px) {
    .cShowTrendingCategories .item div {
    font-size: 1.1rem;
}
}

@media (max-width: 550px) {
    .cShowTrendingCategories .item div {
    font-size: 1rem;
}
}

@media (max-width: 30em) {
    .cShowTrendingCategories .item div {
    font-size: 1.1rem;
}
}

/* END */

/* START Quicklinks styles */

.cQuicklinks {
    border-bottom: 1px solid #f0eeee;
    padding-bottom: 1.1rem;
    font-size: 1.1rem;
    color: #4a4a4a;
}

.cQuicklinks a {
    text-decoration: none!important;
    font-size: 1.05rem;
    color: #4a4a4a;
}
@media(max-width:1000px){
    .cQuicklinks{
        padding-left: 1rem;
    }
}
/* END */

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

.cDashboardLayout .footer {
    margin-top: 3rem;
}

.cDashboardLayout .cfsuite1MyProperties h2 {
    font-size: 1.9rem;
}

/* New CSS for Header  */

.cHeaderLinks .profile-container a:hover{
    color: #fff;
}
.cHeaderLinks .profile-container > a.btn-login,
.cHeaderMobile .btn-login{
    margin-right: 10px;
    padding: 0.2em 1em;
    color: var(--paeblack);
     border: 1px solid var(--paeblack);
}

.cHeaderLinks .profile-container > a.btn-login:hover{
     background: var(--paeblack);
     color: #fff;
     border: 1px solid var(--paeblack);
}
.cLogin .slds-button_neutral {
    padding: 0.6rem 1rem;
}
.cLogin a.btn-login, .cLogin a.slds-button_neutral {
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
}
@media (max-width:767px){
    .cHeaderMobile .btn-login{
        padding: 0.3em;
    }
}


/* START CSS for Subbanner  */

.cCfsuite1Subbanner {
   /* background-image: url(/resource/1679746563000/CustomSubBannerPAE?); */
    min-height: 160px;
    background-size: cover;
    color: #fff; 
    background-position: bottom;
    padding-top: 2.5rem;
    padding-bottom:2.5rem;
    background-color: var(--paeblue);
}

.cCfsuite1Subbanner ul {
    margin-bottom: 0.5rem;
}

.cCfsuite1Subbanner .links li {
    display: inline-block;
    color: #fff;
}

.cCfsuite1Subbanner .links li a {
    color: #fff;
    font-size: 1rem;
}

.cCfsuite1Subbanner h1 {
    font-size: 2.6rem;
}

@media (max-width: 520px) {
        .cCfsuite1Subbanner {
            padding: 1.5rem 1rem;
            height: auto;
}
    .cCfsuite1Subbanner h1 {
    font-size: 2.2rem;
}
}


/* END  */

/* START CSS for MyRecentRequests Custom  */

.cFsuite1MyRecentRequests .requests {
        border: 1px solid #dddee1;
    border-radius: 8px;
    padding: 15px 25px;
}


.cFsuite1MyRecentRequests .slds-tabs_default__item.slds-is-active:after {
    background-color: #3ab4ff;
    height: 4px;
}

.cFsuite1MyRecentRequests .slds-tabs_default__nav li {
    margin-right: 1.8rem;
}

.cFsuite1MyRecentRequests .slds-tabs_default__item {
    padding-left: 0px;
    padding-right: 0px;
}

.cFsuite1MyRecentRequests a {
    text-decoration: none;
}

.cFsuite1MyRecentRequests a:hover .request {
    box-shadow: 0 5px 8px 1px rgb(0 0 0 / 10%);
}

.cFsuite1MyRecentRequests .request {
    border: 1px solid #dddee1;
    border-radius: 6px;
    padding: 0.8rem;
    margin-bottom: 1rem;
}

.cFsuite1MyRecentRequests .request .number {
    color: #003b6a;
    font-size: 1.4rem;
}

.cFsuite1MyRecentRequests .request .category,
.cFsuite1MyRecentRequests .request .address,
.cFsuite1MyRecentRequests .request .submitted {
    color: #222;
    font-weight: normal;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
}

.cFsuite1MyRecentRequests .details-cont i {
    margin-right: 1rem;
    width: 1.1rem;
    text-align: center;
}

.cFsuite1MyRecentRequests .request .submitted {
    font-size: .9rem;
    text-transform: uppercase;
    color: #676565;
}

.cFsuite1MyRecentRequests .slds-tabs_default__item.slds-is-active .slds-tabs_default__link {
    color: #003b6a;
    margin-bottom: 0.5rem;
}

.cFsuite1MyRecentRequests .status { 
    border-radius: 5px;
    font-size: .9rem;
    padding: 1px 11px 2px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    font-family: 'GillsSansSemiBold';
} 

.cFsuite1MyRecentRequests .status.pending { 
    background-color: rgba(160, 25, 110, 0.08);
    color: #a0196e;
} 

.cFsuite1MyRecentRequests .status.inprogress { 
    background-color: rgba(0, 96, 148, 0.1);
    color: #006094;
} 

.cFsuite1MyRecentRequests .status.complete { 
    background-color: rgba(65, 173, 73, 0.1);
    color: #367C3C;
}
@media (max-width:480px){
.cfsuite1MyRecentRequests .request {
    padding-left: 10px;
    padding-right: 10px;
}
}


/* END  */

.deflection-container .slds-button_neutral {
    text-decoration: none;
    padding: 0.5rem 1.1rem;
}

.deflection-container .slds-button_neutral i {
    padding-left: 0.5rem;
}

.deflection-container h3 {
    font-size: 1.1rem;
    font-weight: 600;
}

.deflection-container p span {
    color: #0055a4;
    font-weight: 600;
}

.deflection-container li {
    list-style: disc;
    list-style-position: inside;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.3rem;
}


.cHeaderMobile .header__logo-wrapper {
	padding-left: 16px;
	padding-right: 16px
}

/* START back button */

.nav-back .buttonClass,
.mobile-back {
    background: transparent;
    color: #000;
    text-align: left;
    padding: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    z-index: 1;
    width: auto;
    border: none;
}

.nav-back .buttonClass:hover,
.mobile-back:hover {
    text-decoration: underline;
}

.mobile-back {
    margin-bottom: 20px;
}

.nav-back i,
.mobile-back i {
    font-size: 1rem;
    text-decoration: none !important;
    z-index: 1;
}

.mobile-back p {
	display: inline;
    text-decoration: underline;
    font-size: 18px;
    color: #000;
    text-underline-offset: 4px;
}

@media (min-width: 30em) {
    .nav-back .buttonClass {
    margin: 1rem 0 0;
}
}

/* END */

/* START forceCommunityUserSettings  */


.forceCommunityUserSettings {
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}

.forceCommunityUserSettings a {
        border: none;
}

.forceCommunityUserSettings .row,
.forceCommunityUserSettings .row.accountSection {
    border: none !important;
}

.forceCommunityUserSettings .title {
    color: #222;
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: normal;
}

.forceCommunityUserSettings .uiTabset--default .tabs__nav,
.forceCommunityUserSettings .uiTabset--default .tabs__item.active>a {
    border-bottom: none;
}

.forceCommunityUserSettings .row.accountSection {
    padding: 24px;
}

.forceCommunityUserSettings .tabHeader {
    padding-left: 24px !important;
}

.forceCommunityUserSettings .settingsLabel {
    color: #696969 !important;
    font-size: 1.25rem !important;
}

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

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

.forceCommunityUserSettings .settingsEmail {
    font-size: 1.25rem !important;
    height: 50px !important;
}

@media (max-width: 480px) {  
    .savecancelbuttoncontainer {
            width: 100%;
            padding-right: 18px;
}   
    .userSettingTabs .profileVisibilitySection {
           display: none; 
    }
        .userSettingTabs .profileVisibilitySection {
           display: none; 
    }
}

/* END */


/* IMPORTANT ELEMENTS  */

@media (max-width: 1350px) {
    .content, .cfsuite1RecentRequests, .footer-row1, .cCfsuite1Subbanner, .header-top {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 1350px){
    .container,  .breadcrumbs, .comm-navigation.forceCommunityGlobalNavigation, .slds-col.content, .template-footer .footer-content {
        width: 1280px;
        max-width: 100%;
        margin: 0 auto;
    }
}










