.navbar {
	min-height: 60px;
}

.m-logo-retina {
    height: 45px;
}

/* Indents and shrinks Community Hub navigation items */
.nav-child {
    margin-left: 2em;
    font-size: .9em;
}

.card.CenterButtons + div {
	text-align:center;
}

.card.zoom-instructions {
	border-color: #0074c8 !important;
}

.card.CenterButtons + div .m-button-row-item {
	display: inline-block;
	float: none !important;
}

.card-actions .l-display-inline .btn-list-button {
	margin-left: 0px;
}


.nu-lightning-wrapper .bBody .slds-form-element__control .scrollable .uiInput--textarea {
    border-radius: 0.25rem;
    border: 1px solid #cfd0d2;
    margin-left: 3px !important;
    width: 96% !important;
    height: 150px !important;
    font-weight: 400 !important;
    font-size: 1.1rem !important;
    color: #3c3d3e !important;
    padding: 0.125rem 0.875rem !important;
}

.nu-lightning-wrapper .uiBlock .bBody .inputWithInlineLabel {
    width: 68%;
}

.flowruntimeInputWrapper span.slds-form-element__label.flowruntimeRichTextWrapper .uiOutputRichText {
    color: #000;
    font-size: 14px;
}

.nu-lightning-wrapper .bBody .inputHeader .richTextLabel {
    padding-top: 0;
}

.nu-lightning-wrapper .bBody .inputHeader .richTextLabel .uiOutputRichText {
    font-size: 14px;
}

.nu-lightning-wrapper .slds-scope .slds-button {
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 700;
    background-color: #68a6cc;
}

.tippy-tooltip{
    background-color: #dcddde;
    color:black;
}
.fc-button-primary{
    background-color: #466f96 !important;
    border-color: #466f96 !important;
}
.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #adbce6 !important;
    border-color: #adbce6 !important;
}
.fc-button-primary:hover {
    background-color: #adbce6 !important;
    border-color: #adbce6 !important;
}
.fc-button-primary:disabled {
    background-color: #466f96 !important;
    border-color: #466f96 !important;
}
.fc-button-primary:focus {
    -webkit-box-shadow: 0 0 0 0rem rgb(27, 44, 59) !important;
    box-shadow: 0 0 0 0rem rgba(53,26, 0, 0.5) !important;
}
.fc-button-primary:not(:disabled):active:focus, .fc-button-primary:not(:disabled).fc-button-active:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(76, 91, 106, 0.5) !important;
    box-shadow: 0 0 0 0rem rgba(76, 91, 106, 0.5) !important;
}
.eventTitle{
    font-size: 16px;
    font-weight: bold;
    color:black;
}
.eventTypesName,.eventRegionsName,.eventOtherTypesName{
    display:inline-block;
    font-weight: 400;
}
.calenderInfo{
    text-align: center;
    color: red;
}
.CalendarButtonCenter .pull-left{
    padding-left:40%;
}
#CheckBoxForTermsAndCondition{
    float:left;
}
#CheckBoxMessage{
    padding-left: 20px;
    text-indent: 1px;
}
#Provlinks{
    float:left;
    padding-bottom:2%;
    padding-left: 20px;
    text-indent: 1px;
}
#SubmitButton{
    margin-left:20px;
}
.fa-file-pdf-o{
    color:red;
}
.AppleEmailButton{
    float:right !important;
    background-color:white !important;
    color:#1570A6 !important;
    border-color:#1570A6 !important;
    font-size:small;
}
.GroupEmailLinkDivForAppleButton{
    overflow:auto;
}
.WindowsEmailButton{
    clear:both;
    width:50%;
}
.EmailButton{
    font-size:small;
    padding:8px;
}
@media (max-width:770px){
    .WindowsEmailButton{
         width:60%;
         white-space: normal;
    }
}
@media (min-width:992px){
    .WindowsEmailButton{
         width:45%;
    }
}

ul:not([class]) li { /* every section without class - but won't select Section C */
  list-style:disc !important;
}

ul:not([class]) li::before{
    display:block !important;
}

flowruntime-lwc-field > div {
  max-width: 100%;
}