/* Custom Styles for CSM website */

/* Switches Photo to Right Side of Content Block */
.ms-content-block.ms-content-block-right-image {
    flex-direction:row-reverse
}
/* Infor Reservation Box Changes*/
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 25px;
}
.rc-section-line-color {
    background-color: #f6f1e7;
}
.rc-label-column {
    font-weight: normal;
}
#rc-portal {
font-family: 'Lora','Georgia','Times','Times New Roman',serif; 
    max-width:100%;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 14px;
}
.Input, .p-FauxInput {
    font-size: 14px;
}
input, select, textarea {
    font-size: 14px;
}
.rc-footnote {
    display:none;
}
.rc-checkbox-list {
    max-height: none;
}
.rc-scrolling-input {
    max-height: none;
}
/* Infor Reservation Box Changes*/
.rc-legend {
    display:none;
}