.search-note {font-size:12px;}
body, .bg-color-1 {background-color: rgba(0,0,0,0.02);}


/* NOTE: HIDING THIS HIDES SOME ADMIN INSTRUCTIONS, INCLUDING WHAT'S NEEDED TO MODIFY THE CHAPTER FINDER OR CHAPTER ADMINISTRATORS in ORG DATA */
.instruction-text {
display:none;
}


#content_column {
     padding: 0px !important;
/*   padding: 10px; (overriding this new addition)
     clear: left;
     overflow: hidden;
*/

}


.bg-color-2 {
    background-color: white;
}


footer {background-color: #005687 !important;}
ul.horizontal.site-menu {text-align:right;
background-color: #ffffff !important;}
ul.horizontal.site-menu ul.sub-menu li { text-align: left;} 
ul.horizontal.site-menu li { float:none; display:inline-block; vertical-align:top; }

nav, .site-menu, ul.horizontal.site-menu {
    background-color: #ffffff !important;
    border-bottom: none;
    padding-bottom: 0px;
}



#menu_container {
    border-top: none;
    border-bottom: none;
    background-color: #ffffff !important;
}


ul.horizontal.site-menu li span a, ul.horizontal.site-menu li span span {
    color: #005687 !important;
font-weight: bold !important;}

ul.horizontal.site-menu li span a:hover {
    color: #005687 !important;
    background-color: #ffffff !important;
text-decoration: underline;
font-weight: bold !important;}

ul.horizontal.site-menu li span span:hover {
    color: #005687 !important;
    background-color: #ffffff !important;
text-decoration: underline;
font-weight: bold !important;}

ul.horizontal.site-menu ul.sub-menu li span a {
    color: #ffffff !important;
    background-color: #005687 !important;
font-weight: bold !important;
}

ul.horizontal.site-menu ul.sub-menu li span a:hover {
    color: #005687 !important;
    background-color: #ffffff !important;
font-weight: bold !important;
}

ul.horizontal.site-menu li.selected-menu-item a {
    text-decoration: underline;
    color: #005687 !important;
font-weight: bold !important;
}



#content_column {

    min-height: 400px;
}

.calendar-grid-day,
.calendar-grid-day div,
.calendar-grid-day a {
font-size:15px;
}



/*
.detail-box #ctl00_ctl00_committee_repeater_view_members_textlink_13 {
display:hidden;
display:none;
background-color:green;
}
*/



/* ----- MEDIA QUERIES ----- */

@media (max-width: 973px) {
.hide-on-mobile li, .hide-on-mobile p {
font-size:0.9em;
}
}

@media (max-width: 860px) {
.hide-on-mobile {
display:none;
}
}

@media (max-width: 670px) {
.mobile-width-100 {
width:96% !important;
max-width:660px !important;
}
}

@media (max-width: 650px) {
.mobile-width-100 {
width:96% !important;
max-width:640px !important;
}

.mobile-width-100 li, .mobile-width-100 p {
font-size: 0.9em;
}
}

@media (max-width: 550px) {
.mobile-width-100 {
width:96% !important;
max-width:540px !important;
}
}

@media (max-width: 450px) {
.mobile-width-100 {
width:96% !important;
max-width:440px !important;
}

.mobile-width-100 li, .mobile-width-100 p {
font-size: 0.8em;
}
}
/* Event Title in Calendar widget home page */
.ue-link a {
    font-size: 15px;
}