/* CSS Document */
/*------------------------------------------ Trident Technical College - Website Color Themes version: 5.0 author: Daniel Vice email: daniel.vice@tridenttech.edu -------------------------------------------*/
/* Sport - Beach --------------------------------------------------------------------*/
/* --- Backgrounds --- */
 .primaryColor, .headerColor {
	 background-color: #023570;
	/* Medium Rich Blue */
}
 .secondaryColor, .leftNavColor, .bigButton a, .footerContent {
	 background-color: #5e7c00;
	/* New Leaf Green */
}
 .secondaryColorLight, .copyRight {
	 background-color: #cfde46;
	/* A lighter version of New Leaf Green */
}
 .tertiaryColor, .lowerMenu{
	 background-color: #fdb100;
	/* Bright Yellow */
}
 .accentColor, .bigButton a:hover, .subMenu li a {
	 background-color: #55a9be;
	/* Beach Blue */
}
 .darkColor, .mainMenu li a:hover {
	 background-color: #011638;
	/* Black Blue */
}
 .lightColor, .basicBack, .people li {
	 background-color: #e6edf7;
	/* Light Dusty Blue */
}
 .medGreyBack {
	 background-color: #dddddd;
	/* Medium Grey */
}
 .contactInfo, .lightGreyBack {
	 background-color: #eeeeee;
	/* Light Grey */
}
 .noBack {
	 background-color: #ffffff;
	/* White */
}
/* --- Text --- */
 .lightColorText, .mainMenu li a:hover, .topNavBar ul li a, .leftNav ul li a {
	 color: #ffffff;
}
 .lightTextOverride, .bigButton a {
	/* Used to override a default text color */
	 color: #e6edf7 !important;
	/* Light Dusty Blue */
}
 .darkColorText, .content p , .mainMenu li a, .lowerMenu ul li a, .breadCrumbs a, ul, ol, dl {
	 color: #011638;
	/* Black Blue */
}
 .darkTextOverride {
	/* Used to override a default text color */
	 color: #011638 !important;
	/* Black Blue */
}
 article h1, h2, h3 {
	 color: #023570;
	/* Medium Rich Blue */
}
 .copyRight, .breadCrumbs a:hover {
	 color: #5e7c00;
	/* New Leaf Green */
}
/* --- Footer Text --- */
 .whiteText, .footerAddress, .footerLinks li a, .topLinks ul li a {
	 color: #ffffff !important;
}
/* --- Tables --- */
/* the table border color is styled in the textStyles.css file */
 article table caption {
	 color: #cfde46;
	/* A lighter version of New Leaf Green */
}
 article table thead {
	 background-color: #e6edf7;
	/* Light Dusty Blue */
}
/* --- Navigationa and Links --- */
 article a {
	 color: #606b00;
	/* Dark Leaf Green */
}
 article a:hover {
	 color: #55a9be;
	/* Beach Blue */
}
 .topLinks ul li a:hover {
	 color: #cfde46 !important;
	/* A lighter version of New Leaf Green */
}
 .topNavBar a:hover {
	 color: #0311a3;
}
 ul[role="menubar"] [role="menuitem"]:focus, ul[role="menubar"] [role="menuitem"]:hover, ul[role="menubar"] [role="separator"]:focus, ul[role="menubar"] [role="separator"]:hover {
	 background-color: #023570;
}
/* --- Social Media Buttons - maybe --- */
/* ------ Areas of Interest ------*/
 .AOIbus {
	 background: #19975d;
}
 .AOIed {
	 background: #ff6b2a;
}
 .AOIcic {
	 background: #5d83db;
}
 .AOIem {
	 background: #235ba8;
}
 .AOIhum {
	 background: #c84687;
}
 .AOIit {
	 background: #99c221;
}
 .AOIlaw {
	 background: #84a3c4;
}
 .AOImm {
	 background: #ffb838;
}
 .AOIart {
	 background: #ec392c;
}
 .AOIut {
	 background: #6857b2;
}
 .AOIlife {
	 background: #C8802E;
}
 .AOIyou {
	 background: #3CBFBB;
}


/* Smallest Screen Size --------------------------------------------------------------------*/
 @media screen and (min-width: 120px) {
	 .introBoxColor {
		 background-color: rgba(253, 177, 0, 1);
		/* Transparent Bright Yellow */
	}
}
/* Large Phone Horizontal Screen Size --------------------------------------------------------------------*/
 @media screen and (min-width: 557px) {
}
/* Tablet Screen Size --------------------------------------------------------------------*/
 @media screen and (min-width: 768px) {
	 .introBoxColor {
		 background-color: rgba(253, 177, 0, 0.93);
		/* Transparent Bright Yellow */
	}
}
 