@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.navbar {
	min-height: 60px;
}

.m-logo-retina {
    height: 45px;
}

/* Indents and shrinks Community Hub navigation items */
.nav-child {
    margin-left: 2em;
    font-size: .9em;
}
/*CSS to control checkbox option display within flow on CH */
.nu-lightning-wrapper .uiBlock .bBody .slds-form-element__control .slds-checkbox {
    width: auto;
}

/*CSS to control text area label display within flow on CH */
.nu-lightning-wrapper .bBody .inputHeader .richTextLabel {
    display: inline-block;
    float: none;
    text-align: left;
	width: 100%;
}

/*CSS to control previous button display within flow on CH */
.slds-button.slds-button_neutral.uiButton--default.uiButton{
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(217, 219, 221);
    transition: border .15s linear;
    background-color: rgb(0, 112, 210);
    border-color: rgb(0, 112, 210);
    color: rgb(255, 255, 255);	
}

/*CSS to allow Address lightning component country picklist to behave correctly within flow on CH */
.slds-scope .slds-form_compound .slds-form-element__group .slds-form-element__row{
	display: inherit;
}

/*CSS to relocate the required asterisk */
.nu-lightning-wrapper .uiBlock .bBody .inputHeader .required{
	margin-right: auto;
	margin-left: auto;
}

/*CSS to add padding to radio button inputs within a flow in Community Hub*/
.flowruntimeRadioButtonInput .bBody .slds-form-element__control{
    padding-top: 25px;
}

/* Custom CSS by Bob */

.page-header.page-header-anchor.m-page-header p {
    color: #333;
}

.m-page-header h1 {
    color: #f4762d;
    font-weight: 500;
    font-size: 55px;
}

.m-page-header p {
    font-size: 17px;
}

div.card, div.list-group, div.card-list {
    border-top: 3px solid #f4762d;
    box-shadow: 0 3px 5px 0 rgba(37, 56, 88, 0.25);
}

.card h3 {
    font-weight: 500;
    line-height: 1.3em;
    color:#000000;
}

.card .card-heading, .card-list .card-list-heading {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3em;
}

.card-list .card-list-heading {
    color: #f4762d;
    border: none;
}

.card-list .card .card-list-heading {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.card-list .card {
     border-top: 1px solid #e8e9ec;
}

.card-list .card:nth-child(odd) {
    background-color: #f1f1f1;
}

.card-list .card .card-heading {
    font-size: 20px;
    font-weight: 500;
}

.m-card-list-description {
    padding-top: 0;
}

.list-group a.list-group-item {
    color: #5e2b5b;
    font-weight: 600;
}

.list-group a.list-group-item:hover {
    color: #5e2b5b;
    text-decoration: underline;
}
    
body
{
    font-family: Inter, sans-serif !important;
}

.card .card-detail .card-detail-label {
    font-size: 14px;
    font-weight: 400;
}

.card .card-detail-value {
    font-weight: 600;
}

.btn {
    background-color: #fac23d;
    border: 2px solid #fac23d;
    border-radius: 100px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 14px 20px;
}

.btn:hover {
    background-color: #FFF !important;
}


