/** Custom Maxx overrides for FMI **/
:root {
    --mg-maxx-client-button: #f05922;
    --maxx-button-bg: #f05922;
    --maxx-button-text: white;
    --maxx-button-border-radius: 8px;
    --maxx-button-hover-bg: #f26b3a;
    --maxx-button-hover-text: #fff;
    --maxx-button-padding-y: 7.5px;
    --maxx-button-padding-x: 15px;
    --maxx-button-font-weight: 400;
    --maxx-button-font-size: 1rem;
    --maxx-button-text-transform: uppercase;
}

table#storeResults {
	clear:both;
}

.maxx-accordion .k-state-selected.k-state-focused, .maxx-accordion .k-state-selected {
	background: #25a558;
}

.maxx-accordion .k-header {
	font-weight: bold;
	font-size: 1.2em;
}
.maxx-accordion .k-state-selected.k-state-focused, .maxx-accordion .k-state-selected {
	color: #fff;

}


.primary .content #storeResults img {
    max-width: none;
}

.content .helpIcon img {
    padding: 0em;
    border: none;
}

label, .field_label, .fieldlabel {
	font-weight: bold;
}

#PublicWrapper label.inline {
	display: inline;
}

div.stepByStepContent div.groupRegSection .sectionHeader {
    padding: 0 0 0 5px;
}

div.stepByStepContent div.groupRegSection h4, #maxxMicrositeContainer div.stepByStepContent div.groupRegSection h4, #main div.stepByStepContent div.groupRegSection h4 {
    font-size: 1.3rem;
}

.headline1, .headline2, .headline3 {
    font-weight: 300;
}

.headline1, .headline2, .headline3, .headline4, .headline5, .headline6 {
    margin: 0 0 15px;
    line-height: 1.3;
}

.headline1 {
    font-size: 45px;
    font-size: 2.5rem;
}

.headline2 {
    font-size: 36px;
    font-size: 2rem;
}

.headline3 {
    font-size: 32px;
    font-size: 1.8rem;
}

h4 {
        font-weight: 300;
}

.attention, .required, .required_field {
    color: #CC0000;
    font-weight: bold;
    font-size: 1.3rem;
}

table.createProfileTable th {
    color: #3b4b45;
}

ol.listings {
    list-style-type: none;
}

.groupRegSection textarea {
    width: 80%;
}

/* STYLES FOR FMI ASSOCIATE MEMBER DIRECTORY */

img.directoryOrgLogo {
    float: right;
    border: 1px solid #000;
    padding: 2px;
}

.directoryOrgRecord {
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
    clear: both;
    overflow: hidden;
}

.directoryInfoBlock {
    width: 45%;
    float: left;
    padding: 0 10px 0 0;
}

.directoryInfoRow {
    width: 100%;
    overflow: hidden;
}

table th, table td {
    border-top: none;
}

table {
    border-bottom: none;
}

div, h1, h2, td, tr, th, h3, h4, span {
    font-family: Lato,sans-serif;

}

p.indent {
    margin-left: 4em;
}

table table table table td, table table table td {
    font-size: 14px;
    padding: .1em;
}

.pubTitle {
    font-size: 1.1em;;
}

.maxx-new-accordion button:hover {
    color: #212121;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: normal;
}

.reading-container-rebrand > .content {
    display: block !important;
}

.maxx_MyDownloads h3 {
    font-family: roboto-slab,serif;
    font-size: 1.5rem;
}
