/*Bof Client Specific CSS Background Colors*/

/*Controls entire body of page, used to set background color and gradiant. Use background-image attribut to set color.*/
body,#navbar-tabs,#navbar-modal {
            background-color: #881c1c;
            background-image: url('../images/umass_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: #881c1c;
	background: -o-linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
	background: -ms-linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
	background: -moz-linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
	background: -webkit-gradient(to bottom, #881c1c 50%,#881c1c 100%);
	background: -webkit-linear-gradient(top, #ff00001 0%, #881c1c 50%,#881c1c 100%);
	background: linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#881c1c",endColorstr="#881c1c",GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#881c1c",endColorstr="#881c1c",GradientType=0);
}


/*Changes color of site nav button when hovering*/
#nav-bar .hover{
    background: #881c1c;
    background: -o-linear-gradient(to bottom, #881c1c 50%,#	 100%);
    background: -ms-linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    background: -moz-linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    background: -webkit-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    background: -webkit-linear-gradient(top, #881c1c 0%, #881c1c 50%,#881c1c 100%);
    background: linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#881c1c",endColorstr="#881c1c",GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#881c1c",endColorstr="#881c1c",GradientType=0);
}

/* Nav bar button active gradient color rules */
/* Nav bar button active text color rules */
#nav-bar .nav-active{ 

    background: #881c1c;
    background: -o-linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    background: -ms-linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    background: -moz-linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    background: -webkit-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    background: -webkit-linear-gradient(top, #881c1c 0%, #881c1c 50%,#881c1c 100%);
    background: linear-gradient(to bottom, #881c1c 50%,#881c1c 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#881c1c",endColorstr="#881c1c",GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#881c1c",endColorstr="#881c1c",GradientType=0);
}

/*Controls color and gradiant of learn Nav Tile*/
.learn-link-block{
background-color:#881c1c;
background-image: linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -o-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -moz-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -webkit-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -ms-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#881c1c), to(#881c1c)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#881c1c', endColorstr='#881c1c',);
}

/*Controls color and gradiant of review Nav Tile*/
.review-link-block{
background-color:#881c1c;
background-image: linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -o-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -moz-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -webkit-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -ms-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#881c1c), to(#881c1c)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#881c1c', endColorstr='#881c1c',);
}

/*Controls color and gradiant of enroll Nav Tile*/
.enroll-link-block{
background-color:#881c1c;
background-image: linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -o-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -moz-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -webkit-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -ms-linear-gradient(to bottom, #881c1c 50%, #881c1c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#881c1c), to(#881c1c)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#881c1c', endColorstr='#881c1c',);
}


.tile-hover:focus{
background:#881c1c !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:#881c1c !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;

}

#TEM .global-content-wrapper .plan-options-plans-container span.pipe{ display:none !important}

#TEM .global-content-wrapper .plan-options-plans-container a[title="Investment Options"]{
 display:none !important;
}

#TEM .global-content-wrapper .plan-options-plans-container a[title="Plan Basics"]{
 display:none !important;
} 

.news-title {
	display: none;
}

.news-banner-controls {
	display: none;
}

.news-banner-link-all {
	display: none;
}

.news-banner p, .news-banner a {
	font-size:83% !important;
}

.light-box .light-box-head {
	background-color: #fff;
	border-bottom:5px solid #881c1c !important;
}

#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;
}

#Link_1456332682794, #Link_1456332816150, #Link_1458125039445  {
	padding-left:0px !important;
}
