﻿	/*Bof Client Specific CSS Background Colors*/

/*Controls entire body of page, used top set background color and gradiant. Use background-image attribut top set color.*/
body,#navbar-tabs,#navbar-modal {
            background-color: #a28448;
            background-image: url('../images/vanderbilt_bg.jpg');
            background-repeat: repeat-x;
            background-attachment: scroll;
}

#nav-bar li.navigation {
 border-right: 1px solid #FFFFFF;
}

/*Controls right border of 'Home' button on nav bar*/
#nav-bar .navigation .nav-first-child{
	border-right: 1px solid #FFFFFF;
}

/*Sets Site nav text color, font, shadow and alignment within buttons*/
#nav-bar li{
	color: #fff;
	font: bold 18px Helvetica, Arial, sans-serif;
	text-shadow: 0 -1px #424242;
	text-align:center;
	background: #a28448;
	background: -o-linear-gradient(top bottom, #a28448 50%,#8e7440 100%);
	background: -ms-linear-gradient(top bottom, #a28448 50%,#8e7440 100%);
	background: -moz-linear-gradient(top bottom, #a28448 50%,#8e7440 100%);
	background: -webkit-gradient(top bottom, #a28448 50%,#8e7440 100%);
	background: -webkit-linear-gradient(top, #a28448 10%, #a28448 50%,#8e7440 100%);
	background: linear-gradient(top bottom, #a28448 50%,#8e7440 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#a28448",endColorstr="#8e7440",GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#a28448",endColorstr="#8e7440",GradientType=0);
}


/*Changes color of site nav button when hovering*/
#nav-bar .hover{
    background: #d7ab4c;
    background: -o-linear-gradient(top bottom, #d7ab4c 50%,#d7ab4c 100%);
    background: -ms-linear-gradient(top bottom, #d7ab4c 50%,#d7ab4c 100%);
    background: -moz-linear-gradient(top bottom, #d7ab4c 50%,#d7ab4c 100%);
    background: -webkit-gradient(top bottom, #d7ab4c 50%,#d7ab4c 100%);
    background: -webkit-linear-gradient(top, #d7ab4c 0%, #d7ab4c 50%,#d7ab4c 100%);
    background: linear-gradient(top bottom, #d7ab4c 50%,#d7ab4c 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#d7ab4c",endColorstr="#d7ab4c",GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#d7ab4c",endColorstr="#d7ab4c",GradientType=0);
}

/* Nav bar button active gradient color rules */
/* Nav bar button active text color rules */
#nav-bar .nav-active{ 

    background: #2b2b2b;
    background: -o-linear-gradient(top bottom, #2b2b2b 50%,#2b2b2b 100%);
    background: -ms-linear-gradient(top bottom, #2b2b2b 50%,#2b2b2b 100%);
    background: -moz-linear-gradient(top bottom, #2b2b2b 50%,#2b2b2b 100%);
    background: -webkit-gradient(top bottom, #2b2b2b 50%,#2b2b2b 100%);
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #2b2b2b 50%,#2b2b2b 100%);
    background: linear-gradient(top bottom, #2b2b2b 50%,#2b2b2b 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2b2b2b",endColorstr="#2b2b2b",GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2b2b2b",endColorstr="#2b2b2b",GradientType=0);
}

/*Controls color and gradiant of learn Nav Tile*/
.learn-link-block{
background-color:#a28448;
background-image: linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -o-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -moz-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -webkit-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -ms-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#a28448), top (#a28448)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a28448', endColorstr='#a28448',);
}

/*Controls color and gradiant of review Nav Tile*/
.review-link-block{
background-color:#a28448;
background-image: linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -o-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -moz-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -webkit-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -ms-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#a28448), top (#a28448)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a28448', endColorstr='#a28448',);
}

/*Controls color and gradiant of enroll Nav Tile*/
.enroll-link-block{
background-color:#a28448;
background-image: linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -o-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -moz-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -webkit-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -ms-linear-gradient(top bottom, #a28448 50%, #a28448 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#a28448), top (#a28448)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a28448', endColorstr='#a28448',);
}


.tile-hover:focus{
background:#2b2b2b !important;
cursor:pointer;
transform-style: flat;
box-shadow:0 0 1em #000; 
z-index:1000;
-webkit-transition:all 0.2s ease-in-out !important;
-moz-transition:all 0.2s ease-in-out !important;
-o-transition:all 0.2s ease-in-out !important;
-ms-transition:all 0.2s ease-in-out !important;
transition:all 0.2s ease-in-out !important;
-moz-box-shadow:0 0 1em #000;
-webkit-box-shadow:0 0 1em #000;
}

/*Sets the highling effect and background color when user hovers/focuses over a nav tile*/
.tile-hover:hover{
background:#d7ab4c !important;
cursor:pointer;
transform-style:flat;
box-shadow: 0 0 1em #000; 
z-index: 1000;
-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition:all 0.2s ease-in-out !important;
-o-transition:all 0.2s ease-in-out !important;
-ms-transition:all 0.2s ease-in-out !important;
transition:all 0.2s ease-in-out !important;
-moz-box-shadow:0 0 1em #000;
-webkit-box-shadow: 0 0 1em #000;

}




/* To remove spacing in the Link */
#Link_1414007161884, #Link_1414007557546, #Link_1418297790170, #Link_1418299048104, #Link_1423068220207, #Link_1423068244584, #Link_1423068268161, #Link_1426254074080, #Link_1426252844336 {
    padding-left: 0px !important;
}

#nav-bar .hover a{
    color: #000000 !important;
	text-shadow: 0px 0px #000000 !important;
}

.light-box .light-box-head {
	background-color: #fff;
}

#cboxOverlay {
	position:fixed !important;
	top:0;
	left:0;
	z-index:9999;
	height:100% !important;
        width:100% !important;
	display:inline-block;
	background-color:#000 !important;
	opacity:0.5 !important;
	filter: alpha(opacity = 50) !important;
} 

.news-title p {
	display:none;
}
.news-banner-controls {
	display:none;
}

.news-banner p, .news-banner a{
    
    font-size: 9pt;
}


.hero-list .hero-content{
 display:none;
}  


.hero-border {
opacity: 0 !important;

}



