/*
-----------------------------------------------
Site: The Citadel - Interior Page
Author: EnergyHill
Version: 1.0 
Last Update: 06/23/15

Notes: 
*The following styles are consistent with The Citadel interior pages only. 
*Please refer to global.css for header/footer.
*Pleaser refer to styles-rsv.css for responsive styling
-----------------------------------------------*/

/*Citadel Overwrite*/
body {
	background: #fff !important;
}
body > .container_12 {
	margin-top: 15px;
	/*overflow: auto;*/
}
.moduletable h3 {
	text-align: left;
	/*margin-left: 30px;*/
}
/*ul {
	margin-bottom: 10px;
}*/

/*Global Overwrites - No Resets*/
.grid-full a:hover,
.grid-fixed a:hover {
	text-decoration: none !important;
}
.grid-full li,
.grid-fixed li {
	list-style-type: none;
}
.grid-full li,
.grid-fixed li {
	list-style-type: none;
}
header.main li {
	line-height: normal !important;
}

.footer-top ul.left-nav,
.footer-top ul.right-nav {
	line-height: 12px;
}

nav.alt li {
	margin-left: 0;
}

#billboard .moduletable {
	margin: 0 !important;
	max-width: 100% !important;
}

.slider-content .button {
	line-height: 22px;
}

footer.main .left-nav li a,
footer.main .right-nav li a {
	line-height: 12px;
}

div.info li,
.social-links li {
	/*margin-left: 0;*/
}

#billboard {
	padding: 1px 0 34.5% 0 !important;
}

#breadcrumb .moduletable {
	margin: 0 !important;
	max-width: 100% !important;
}
#breadcrumb img {
	display: inline;
}

#billboard h3 {
	position: absolute;
	width: 100%;
	top: 40%;
	margin: auto;
	color: #ffffff;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 4em;
	font-weight: normal;
	text-shadow: 0 0 8px #000000;
}

#billboard h3 {
	display: none !important;
}

#billboard .moduletable:nth-child(1) h3 {
	display: block !important;
}

#billboard ul.menu {
	display: none !important;
}

#content img {
	max-width: 100%;
}

#content .content_data table img {
	max-width: none;
}

#sidebar_top_left li .separator {
	font-size: .9em;
}

.prideContainer {
	width: calc(100% + 20px);
	margin-bottom: 10px;
	border: none;
}

.prideContainer:nth-child(even) td:nth-child(even) {
	background-color: #3975B7;
}

.prideContainer:nth-child(odd) td:nth-child(odd) {
	background-color: #3975B7;
}

.prideContainer:nth-child(even) td:nth-child(odd) {
	background-color: #1F3A60;
}

.prideContainer:nth-child(odd) td:nth-child(even) {
	background-color: #1F3A60;
}

.prideContainer td {
	color: #ffffff;
	padding: 20px;
	cursor: pointer;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.prideContainer td:hover {
	background-color: #ffffff !important;
	color: #1F3A60;
}

.prideContainer td:hover h2 {
	color: #1F3A60;
}

.prideContainer h2 {
	color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

#content .content_data .prideContainer p {
	margin-bottom: 0;
	line-height: 1.3em;
}

#content .content_data table {
	max-width: 100%;
}

#content .content_data table img {
	/*max-width: 100%;*/
}

#content .content_data img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 748px) and (min-width: 0) {
	#billboard h3 {
		font-size: 3em;
	}
}

@media only screen and (max-width: 480px) and (min-width: 0) {
	#billboard h3 {
		display: none !important;
	}
}