@charset "UTF-8";
/**
 * TABLE OF CONTENTS
 *
 *  1.0 - CLA Contact Webmaster
 *  2.0 - CLA VBL
 *  	2.1 - Colors
 *  3.0 - CSU Footer
 *	4.0 - Admin
 */



/**
 * 1.0 - CLA Contact Webmaster
 ******************************************************************************
 */
#cla-contact-webmaster-lightbox {
	overflow:auto;
	background-color:#fff;
}
#cla-contact-webmaster-lightbox.active {
	opacity:1;
	-webkit-animation:fade-in 200ms;
	animation:fade-in 200ms;
}
#cla-contact-webmaster-lightbox.inactive {
	opacity:0;
	-webkit-animation:fade-out 200ms;
	animation:fade-out 200ms;
}
#cla-contact-webmaster-lightbox-content {
	position:relative;
}
#cla-contact-webmaster-lightbox-content.active {
	-webkit-animation:slide-in-up 200ms;
	animation:slide-in-up 200ms;
	top:0%;
}
#cla-contact-webmaster-lightbox-content.inactive {
	-webkit-animation:slide-out-down 200ms;
	animation:slide-out-down 200ms;
	top:100%;
}
#cla-contact-webmaster-lightbox table {
	border:none;
}
#cla-contact-webmaster-lightbox th,
#cla-contact-webmaster-lightbox td {
	vertical-align:middle;
	padding-bottom:.5em;
	border:none;
}
#cla-contact-webmaster-lightbox label {
	padding-right:.5em;
}
#cla-contact-webmaster-status {
	margin-bottom:1em;
	padding:1em;
	font-weight:bold;
	text-align:center;
	opacity:0;
	border:2px solid #1E4D2B;
	visibility:hidden;
}
#cla-contact-webmaster-status.pass {
	border:2px solid #1E4D2B;
	color:#1E4D2B;
}
#cla-contact-webmaster-status.fail {
	border:2px solid #ee3124;
	color:#ee3124;
}
#cla-contact-webmaster-status.active {
	opacity:1;
	-webkit-animation:fade-in 500ms;
	animation:fade-in 500ms;
	visibility:visible;
}
#cla-contact-webmaster-status.inactive {
	opacity:0;
	-webkit-animation:fade-out 500ms;
	animation:fade-out 500ms;
	visibility:hidden;
}
#cla-contact-webmaster-heading {
	margin-bottom:1em;
	font-size:1.25em;
	font-weight:bold;
}
#cla-contact-webmaster-lightbox-content input[type="text"],
#cla-contact-webmaster-lightbox-content input[type="email"] {
	width:100%;
	background-position:right 0.5em top;
	background-repeat:no-repeat;
}
#cla-contact-webmaster-lightbox-content input.pass {
	background:url('../images/icon-pass.png') right 0.5em center no-repeat #fff;
}
#cla-contact-webmaster-lightbox-content input.fail {
	background:url('../images/icon-fail.png') right 0.5em center no-repeat #fff;
}
#cla-contact-webmaster-form-submit {
	margin-right:.5em;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	#cla-contact-webmaster-lightbox {
		position:fixed;
		z-index:1000;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color:rgba(255,255,255,0.95);
		opacity:0;
	}
	.admin-bar #cla-contact-webmaster-lightbox {top:32px;}
	#cla-contact-webmaster-lightbox-content {
		position:absolute;
		top:0%;
		left:50%;
		margin-left:-200px;
		min-width:400px;
		padding:1em;
	}
}



/**
 * 2.1 - Colors
 ******************************************************************************
 */
.text-color-csu-green {color:#1E4D2B;}
.text-color-csu-gold {color:#C8C372;}
.text-color-csu-gray {color:#58585A;}
.text-color-lime {color:#C4D92E;}
.text-color-light-blue {color:#00A7BA;}
.text-color-dark-blue {color:#002432;}
.text-color-cream {color:#F3F2DC;}
.text-color-sunflower {color:#FBA919;}
.text-color-aggie-orange {color:#ed6923;}
.text-color-light-gray {color:#efeff4;}
.text-color-white {color:#ffffff;}

.background-color-csu-green {background-color:#1E4D2B;}
.background-color-csu-gold {background-color:#C8C372;}
.background-color-csu-gray {background-color:#58585A;}
.background-color-lime {background-color:#C4D92E;}
.background-color-light-blue {background-color:#00A7BA;}
.background-color-dark-blue {background-color:#002432;}
.background-color-cream {background-color:#F3F2DC;}
.background-color-sunflower {background-color:#FBA919;}
.background-color-aggie-orange {background-color:#ed6923;}
.background-color-light-gray {background-color:#efeff4;}
.background-color-white {background-color:#ffffff;}



/**
 * 2.1 - Colors
 ******************************************************************************
 */




/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.cla-master-footer ul {
	padding:0;
}
.cla-master-footer li {
	list-style:none;
}

.cla-master-footer .csu-word-mark-link {
	display:block;
	max-width:350px;
	max-height:58px;
}
.csu-word-mark {
	max-width:100%;
	height:auto;
}



/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	/**
	 * 8.0 Footer
	 * -----------------------------------------------------------------------------
	 */
	.widget_cla_master_footer_widget.col-md-12 li {
		margin-right:1rem;
		display:inline-block;
	}
	.cla-master-footer-2 {
		position:relative;
	}
	.cla-master-footer-2 .csu-word-mark-link {
		position:absolute;
		top:0;
		right:0;
		min-width:350px;
		min-height:58px;
	}
	.cla-master-footer-2 .cla-master-footer-list {
		padding-right:380px;
		width:100%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
	/**
	 * 8.0 Footer
	 * -----------------------------------------------------------------------------
	 */
	.widget_cla_master_footer_widget.col-lg-12 li {
 		margin-right:1rem;
 		display:inline-block;
 	}
}



/**
 * 4.0 - Admin
 ******************************************************************************
 */
	.wp-editor-wrap .mce-listbox[aria-label="Font Sizes"] {
    	display: none;
}