  /*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/
/* Social Media*/
.ou_symbols .ou_box, .ou_cats .ou_box, .ou_tags .ou_box {
	width: 13%;
	margin: 5px 10px;
	display: inline-table;
}
.ou_symbols, .ou_cats, .ou_tags {
	clear: both;
	margin: 0 auto;
	border: 2px rgba(150,150,150, 0.5) solid;
	background: rgba(255,255,255, 0.9);
	z-index: 2147483647;
	position: absolute;
}
.ou_symbol_fix_pos
{
	left:50px !important;
	top: 130px !important;

}

.ou_symbol_header h5 {
	display: inline-block;
    padding-left: 20px;
}
.ou_cat_header h5 {
	display: inline-block;
    padding-left: 20px;
}

.close-container {
    display: inline-block;
    margin: 10px 20px;
    border: 1px solid #9f9f9f;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 1px;
    border-radius: 15px;
}

.tag-list {
	margin:10px 30px;
	list-style:square;
}

.ou_box .icon-grid__icon-container {
	background:#9b9b99;
    border-radius: 20px;
    height: 85px;
    padding-top: 10px;
}

.alert-box {
    margin: 0 auto 20px;
    border-radius: 20px;
    background-color: lightyellow;
    padding: 20px;
    max-width: 1100px;
    border: 1px solid;
}

div.c { background:#b81237;}

div.d { background:#55a51c;}

div.l { background:#fbac35;}

div.o { background:#0058a9;}

.footer__contact-site.\--active {
    font-weight: bold;
}

.main-nav__item-link.\--active {
    font-weight: bold;
}

.main-nav__item-button.\--active {
    font-weight: bold;
}

/* faculty directory [start] */

div#no-results{
	display: none;
	text-align: center;
    font-size: 16pt;
    margin-top: 70px;
}

div.table-listing.faculty ul.block-listing__items {
	display: none;
}

div.table-listing.faculty #faculty-results {
	display: flex;
}

/* faculty directory [end] */

.ou-justedit-toolbar-cntr button {
	min-width: 1rem;
}


/* Galleries CSS */
ul.thumbnails {
	list-style:none;
}

/* Forms CSS */
.ou-form .radio input[type="radio"],
.ou-form .checkbox input[type="checkbox"] {
	opacity: 1;
	width:auto;
	height:1.5rem;
}

