/* CSS Document */


/*--- Reset/Clear ----*/
* {
    margin:0;
    padding:0;
}
.clear {
    clear:both;
}

/*--- Font Display ---*/

body {
	color:#6C6C6C;
	font-family:Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	min-width: 980px;
}

p {
	color:#6C6C6C;
	font-family:Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 15px;
}


h1 {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 1em;
	padding: 15px 0 30px 0;
}

h1 a:link,
h1 a:visited,
h1 a:active {
	text-decoration: underline;
}




## STYLES FOR WHY UNO BANNER ##

.ribbonbox {
  width: 260px; height: 230px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
	z-index: 99999;
}
.ribbon {
  position: absolute;
  left: -90px; top: -10px;
  z-index: 1;
  overflow: hidden;
  width: 260px; height: 230px;
  text-align: right;
}
.ribbon span {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 400px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 50px; left: -50px;
	padding: 6px 0;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
h1 a:hover {
	color: #666666;
}

h1.subhead {
	padding: 15px 0;
}

h2 {
	color: #0E1D2A;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding: 15px 0;
	line-height: 1em;
}

h2 a:link,
h2 a:visited,
h2 a:active {
	text-decoration: underline;
}

h2 a:hover {
	color: #666666;
}

h2.subhead {
	color: #3C3C3C;
	font-size: 20px;
	font-weight: 200;
	font-style: italic;
	padding: 0 0 30px 0;
}

h2.subhead-type1{
	color: #004c99;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0px 5px 0;
	line-height: 1em;
}

h2.subhead-type2{
	color: #3C3C3C;
	font-size: 16px;
	font-weight: 200;
	font-style: italic;
	padding: 0 0 30px 0;
}

h3 {
	color: #004c99;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}


h3 a:link,
h3 a:visited,
h3 a:active {
	text-decoration: underline;
}

h3 a:hover {
	color: #666666;
}

h4 {
	color: #004c99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h4 a:link,
h4 a:visited,
h4 a:active {
	text-decoration: underline;
}

h4 a:hover {
	color: #666666;
}

h5 {
	color: #66aa33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h5 a:link,
h5 a:visited,
h5 a:active  {
	text-decoration: underline;
}

h5 a:hover {
	color: #666666;
}

h6 {
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 10px 0;
}

h6 a:link,
h6 a:visited,
h6 a:active {
	text-decoration: underline;
}

h6 a:hover {
	color: #666666;
}

date {
	color: #434343;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
}


p.caption {
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url("../images/caption-bg.png");
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	color: #666;
	float: left;
	font-weight: bold;
	font-size: 10px;
	height: 100%;
	margin: 0 15px 0 0;
	padding: 0 0 5px;
	text-align: center;
	width: 250px;

}

p.internalPanecaption {
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url("../images/internalPanecaption.jpg");
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	color: #666;
	float: left;
	font-weight: bold;
	font-size: 10px;
	height: 100%;
	margin: 0 15px 0 0;
	padding: 0 0 5px;
	text-align: center;
	width: 200px;

}

p.widecaption {
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url("../images/wide-caption.png");
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	color: #666;
	float: left;
	font-weight: bold;
	font-size: 10px;
	height: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 5px;
	text-align: center;
	width: 708px;

}

address {
	color: #f3f3f3;
	display:block;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding-right: 55px;
}

.sacs {
	width: 980px;
		height: auto;
		font-family: "helvetica", sans-serif;
		font-size: 10px;
		height: 35px;
	}

element.style {

	float: none;

	margin: 0;
}

.center { text-align: center; }

/*--- Style Dropdown ---*/

.center-image {
	display: block;
	float: none;
	margin: 0 auto;
}

.left-image {
	float: left;
}

.right-image {
	float: right;
}

.header-blue {
	color: #003366;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 20px 0;
}

.header-green {
	color: #66AA33;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 20px 0;
}

.header-gray  {
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 20px 0;
}

.sub-header-blue {
	color: #004c99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}

.sub-header-green {
	color: #66AA33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}

.sub-header-red {
	color: #AF272F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}

.sub-header-gray {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}

.small-print-blue {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	padding: 15px 0;
}

.small-print-green {
	color: #66AA33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	line-height: 1em;
	padding: 15px 0;
}

.small-print-gray {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	line-height: 1em;
	padding: 15px 0;
}

.small-print-red {
	color: #AF272F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	padding: 15px 0;
}

img {
	float: left;
	margin: 0 10px 10px 0;
}

img.border {
	border: 4px solid #FFFFFF;
	padding:0px !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

img.nomargin {
	float: none;
	margin: 0;
}

img.right {
	border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	display: block;
	float: right;
	margin: 0 0px 0px 10px;
}

a:focus, a {
    border:medium none;
    outline:medium none;
}

a:link,
a:visited,
a:active {
    color:#004499;
    text-decoration:none;
    font-style: normal;
}

a:hover {
    color:#666666;
    text-decoration: underline;
}

ol {
	margin: 0 0 15px 15px;
}

ol li {
    color: #333333;
    font-size: 95%;
    line-height: 1.2em;
    margin: 0 30px;
    padding: 0px 0px 15px 0px;
}

ol li li {
    color: #333333;
    font-size: 95%;
    line-height: 1.2em;
    margin: 0 30px;
    padding: 0px 0px 15px 0px;
}

ul li {
	list-style: outside;
}


/*--- A-Z Alphabet ---*/

.contentAreaInternal ul.alphabetList {
	height: 30px;
	margin: 0 0 0 8px;
	padding: 0;
	width: 726px;
}

ul.alphabetList li {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    display: inline-block;
    font-size: 12px;
    margin-left: 1px;
    padding: 0;
    text-align: center;
	width: 20px;
	height: 22px;
}
ul.alphabetList li a, ul.alphabetList li a:active, ul.alphabetList li a:visited {
    display: block;
    padding: 4px 6px;
    text-decoration: none;
}
ul.alphabetList li a:hover {
    background-color: #666666;
    color: #FFFFFF;
    font-weight: bold;
}

/*-- A-Z table--*/

.AZContent {
	color: #eee;
	display:block;
	float: left;
	height: 100%;
	margin: 15px auto;
	width: 723px;
}

.contentAreaInternal .AZContent ul {
		padding: 0;
}

.AZContent li.sectionHeader {
	background: none repeat scroll 0 0 #7F7F7F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 15px;
    width: 702px;
}

.AZContent li.sectionHeader a {
	color: #f6f6f6;
	text-decoration: none;
}

.contentAreaInternal ul.AZlistLeft,
.contentAreaInternal ul.AZlistRight {
	color: #eee;
	display:block;
	float: left;
	height: 100%;
/*	margin: 0 0 15px 0;*/
	padding: 0;
	width: 358px;
}

ul.AZlistLeft li,
ul.AZlistRight li {
border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #666666;
    font-size: 13px;
    height: 50px;
    line-height: 1em;
	list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 357px;

}

ul.AZlistLeft li a,
ul.AZlistLeft li a:active,
ul.AZlistLeft li a:visited {
	background: #f3f3f3;
	color: #666;
	display: block;
	height: 35px;
	padding: 10px 10px 0 15px;
	text-decoration:none;
}

ul.AZlistRight li a,
ul.AZlistRight li a:active,
ul.AZlistRight li a:visited {
	background: #f3f3f3;
	color: #666;
	display: block;
	height: 35px;
	padding: 10px 10px 0 15px;
	text-decoration:none;
}

ul.AZlistLeft li a:hover {
	background: #dbf1fd;
	color: #003366;
	display: block;
	font-weight:bold;
	height: 40px;
	padding-left: 15px;
	width:  332px;
}

ul.AZlistRight li a:hover {
	background: #dbf1fd;
	color: #003366;
	display: block;
	font-weight:bold;
	height: 40px;
	padding-left: 15px;
	width:  332px;
}


.AZlistLeft-content, .AZlistRight-content{
	width: 96%;
	display: none;
	padding: 0% 2% 0% 2%;
}

.content{
	margin-bottom: 2%;
	display: inline-block;
	width:100%;
}
/*--- Acadmeic Programs Table ---*/

ul.tableContent {
	color: #eee;
	display:block;
	float: left;
	height: 100%;
	list-style-type:none;
	margin: 15px auto;
	width: 723px;
}

.contentAreaInternal ul.tableContent {
	padding: 0;
}

ul.tableContent .sectionHeader {
	  background: none repeat scroll 0 0 #7F7F7F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 15px;
    width: 705px;
}


ul.tableContent li.sectionHeader a {
	color: #f6f6f6;
	text-decoration: none;
}

ul.tableContent li {
border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #666666;
    font-size: 13px;
    height: 40px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 359px;

}

ul.tableContent li.columnContent a,
ul.tableContent li.columnContent a:active,
ul.tableContent li.columnContent a:visited {
	background: #f3f3f3;
	color: #666;
	display: block;
	height: 25px;
	padding: 10px 10px 0 15px;
	text-decoration:none;
}

ul.tableContent li.columnContent a:hover {
	background: #dbf1fd;
	color: #003366;
	display: block;
	font-weight:bold;
	height: 30px;
	padding-left: 15px;
	width:  335px;
}

ul.tableContent li.columnContentList {
background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    display: block;
    float: left;
    height: 20px;
    padding: 10px 10px 0 15px;
    text-decoration: none;
    width: 334px;
}


li.columnContent {
display:block;
float: left;
}


/*--- UL Table ---*/

/*.table {
	background-color: #eeeeee;
	display: block;
	float: left;
	height: 100%;
	width: 720px;
}

.table h4 {
	background-color: #7f7f7f;
		display: block;
	float: left;
	color: #f6f6f6;
	font-size: 18px;
	font-weight: bold;
	width: 705px;
	height: 35px;
	padding: 10px 0 0 15px;
}

ul.ContentLeft,
ul.ContentRight {

	display: block;
	float: left;
	width: 360px;

}

ul.ContentLeft li.columnContentLeft,
ul.ContentRight li.columnContentRight {
	display: block;
	float: left;
	font-size: 14px;
	height: 45px;
	width: 343px;
	border: 1px solid #dddddd;
	padding: 10px 0 0 15px;
}

/*--- Table ---*/

table {
	background-color: #f3f3f3;
	margin-bottom: 30px;
	width: 100%;

}

th {
	padding: 10px;

}

td {
	border: 1px solid #c3c3c3;
	padding: 4px;
}

tr.even {
	background-color: #ffffff;
}

/*--- Tri Column ---*/

.triColContainer {
	border: #FFFFFF solid 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.firstCol {
	float: left;
	height: 100%;
	padding: 15px 10px 15px 20px;
	width: 28.5%;
}

.firstColbord {
	float: left;
	height: 100%;
	padding: 15px 10px 15px 20px;
	width: 28.5%;
	border-right: 1px solid #BDBDC2;
}

.secColbord {
	float: left;
	height: 100%;
	padding: 15px 10px 15px 20px;
	width: 26%;
	border-right: 1px solid #BDBDC2;
}


.firstColnopadding {
	float: left;
	width: 210px;
	height: 100%;
	padding: 15px 10px 15px 0px;

}


.triCol {
	float: left;
	height: 100%;
	margin-left: 15px;
	padding: 15px 10px 15px 10px;
	width: 28.5%;
}

.firstCol img {
	padding: 0 0px 15px 0px;
}

.triCol img {
	padding: 0 0px 15px 0px;

}

.triColContainer li {
	font-size:13px;
}

#feedback a {
   	color: #000;
	position: absolute;
	right: 350px;
	text-align: center;
	text-transform: uppercase;
}

#feedback a:hover {
	text-decoration: none;
}

#feedbackThreeCol a {
   	color: #000;
	display: block;
	position: relative;
	margin: 10px 0 20px;
	text-align: center;
	text-transform: uppercase;
}

#feedbackThreeCol a:hover {
	text-decoration: none;
}

 #ug:hover   p.ugradp:hover, .ugrad:hover, a.ugrad:hover p{
	color: #049 ;
	text-decoration: none;
}

#g:hover   p.gradp:hover, .grad:hover, a.grad:hover p{

	color: #642884 ;
	text-decoration: none;
}

#hs:hover   p.hscounsp:hover, .hscouns:hover, a.hscouns:hover p {

	color: #036 ;
	text-decoration: none;
}


/*--- Background Wrap ---*/
#bgWrapper {
	background-color: #f3f3f3;
	margin: 0 auto;
	min-height: 1024px;
	width:980px;
}

/*--- Main Nav ---*/

#mainNavbg {
	background: #0E1D2A;
	border-top: 3px solid #0E1D2A;
	height: 42px;
	width: 100%;

}


ul.mainNav {
	font-size: 14px;
	margin: 0 auto;
	letter-spacing: 0.05em;
	position: relative;
	width: 980px;
}

ul.mainNav li {
	display: block;
	float: left;
	text-align: center;
	text-transform:uppercase;
	width: 144px;
}

/* Fix for Chrome wrap */
ul.mainNav li:nth-of-type(2), ul.mainNav li:nth-of-type(3), ul.mainNav li:nth-of-type(4), ul.mainNav li:nth-of-type(6), ul.mainNav li:nth-of-type(7) {
	width: 142px;
}

ul.mainNav li.first {
	width: 110px;

}

ul.mainNav li a,
ul.mainNav li a:link,
ul.mainNav li a:active,
ul.mainNav li a:visited {
    	color: #BBE4FB;
	display: block;
	padding: 10px 15px 10px 20px;
}

ul.mainNav li a:hover,
ul.mainNav li:hover a {
       background: url("../images/meganav-arrow.png") no-repeat scroll 50% 30px #0E1D2A;
       color: #FFFFFF;
       text-decoration: none;
}

/*--- Mega Nav ---*/

ul.mainNav li .megaNav,
ul.mainNav li .megaNavCenter,
ul.mainNav li .megaNavRight,
ul.mainNav li .megaNavFarRight {
	display: none;
}

ul.mainNav li:hover .megaNav {
	display: block;
	position:absolute;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d5d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d5d5d5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#d5d5d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
	border-bottom: 3px solid #bbe4fb;
	left: 0px;
	height: 135px;
	padding-top: 15px;
	padding: 10px;
	z-index:5000;
	width: 960px;
}


ul.mainNav li:hover .megaNav ul.megaLinks li a:hover,
ul.mainNav li:hover .megaNav ul.megaNavCenter li a:hover,
ul.mainNav li:hover .megaNav ul.megaNavRight li a:hover,
ul.mainNav li:hover .megaNav ul.megaNavFarRight li a:hover {
	text-decoration: underline;
}


/*--- Mega Nav Left ---*/

ul.mainNav li:hover .megaNav ul.megaLinks {
	float:left;
	display:block;
	height: 135px;
	width: 348px;
}

ul.mainNav .megaNav ul.megaLinks li {
	border-bottom: 1px solid #DDD6D6;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	line-height: 1em;
	margin: 10px 0 0 20px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
	text-transform:none;
	width: 154px;
}


ul.mainNav .megaNav ul.megaLinks li a,
ul.mainNav .megaNav ul.megaLinks li a:link,
ul.mainNav .megaNav ul.megaLinks li a:active,
ul.mainNav .megaNav ul.megaLinks li a:visited {
	background-color: transparent;
	border: none;
	color: #004499;
	padding: 0;
	text-transform:none;
}

/*ul.mainNav .megaNav ul.megaLinks li a:hover{
	color: #66AA33;
}*/

ul.mainNav li:hover .megaNav ul.megaLinks li.megaLinksFirst {
	color: #666666;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-bottom: 5px;
	width: 328px;
}

ul.mainNav li:hover .megaNav ul.megaLinks li.megaLinksFirst a{
	font-weight:bold;
}

ul.mainNav li:hover .megaNav ul.megaLinks li.megaLinksFirst a:hover{
	text-decoration:none;
}

/*--- Mega Nav Center ---*/

ul.mainNav li:hover .megaNav ul.megaNavCenter {
	float:left;
	display:block;
	height: 135px;
	padding: 0px 20px;
	width: 155px;
}

ul.mainNav li:hover .megaNav ul.megaNavCenter li {
   	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
    	line-height: 1em;
    	text-align: center;
	text-decoration: none;
    	text-transform: none;
    	width: 164px;
}

ul.mainNav li:hover .megaNav ul.megaNavCenter li a,
ul.mainNav li:hover .megaNav ul.megaNavCenter li a:link,
ul.mainNav li:hover .megaNav ul.megaNavCenter li a:active,
ul.mainNav li:hover .megaNav ul.megaNavCenter li a:visited {
	background-color: transparent;
	border: none;
	color: #004499;
	padding: 0;
	text-decoration: none;
	width: 164px;
}

ul.mainNav li:hover .megaNav ul.megaNavCenter li img.megaNavImage{
	border: #FFFFFF solid 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	margin: 0 0 10px 0;
}


/*--- Mega Nav Right ---*/


ul.mainNav li:hover .megaNav ul.megaNavRight {
	float:left;
	display:block;
	height: 125px;
	padding: 0 20px 0 0;
	width: 140px;
}

ul.mainNav li:hover .megaNav ul.megaNavRight li {
   	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
    	line-height: 1em;
    	padding: 5px 0;
    	text-align: left;
	text-decoration: none;
    	text-transform: none;
}

ul.mainNav li:hover .megaNav ul.megaNavRight li a,
ul.mainNav li:hover .megaNav ul.megaNavRight li a:link,
ul.mainNav li:hover .megaNav ul.megaNavRight li a:active,
ul.mainNav li:hover .megaNav ul.megaNavRight li a:visited {
	background-color: transparent;
	border: none;
	color: #004499;
	padding: 0;
	text-decoration: none;
}

ul.mainNav li:hover .megaNav ul.megaNavRight li p {
    color: #6C6C6C;
    font-family: Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1em;
    padding: 3px 0 5px 0;
}

/*--- Mega Nav FarRight ---*/


ul.mainNav li:hover .megaNav ul.megaNavFarRight {
    border-left: 1px solid #DDD6D6;
    display: block;
    float: left;
    height: 135px;
    padding: 0 0 0 20px;
    width: 230px;
}

ul.mainNav li:hover .megaNav ul.megaNavFarRight li {
   	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
    	line-height: 1em;
    	padding: 3px 0 5px;
    	text-align: left;
	text-decoration: none;
    	text-transform: none;
    	width: 230px;
}

ul.mainNav li:hover .megaNav ul.megaNavFarRight li a,
ul.mainNav li:hover .megaNav ul.megaNavFarRight li a:link,
ul.mainNav li:hover .megaNav ul.megaNavFarRight li a:active,
ul.mainNav li:hover .megaNav ul.megaNavFarRight li a:visited {
	background-color: transparent;
	border: none;
	color: #004499;
	padding: 0;
	text-decoration: none;
}

ul.mainNav li:hover .megaNav ul.megaNavFarRight li img.megaNavImage{
	border: #FFFFFF solid 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	margin: 0 10px 10px 0;
}

ul.mainNav li:hover .megaNav ul.megaNavFarRight li p {
    color: #6C6C6C;
    font-family: Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1em;
    padding: 3px 0 5px 0;
}

/*--- Header ---*/

#headerContainer {
	background: #002244;
	height: 160px;
	width:100%;
}

.header {
	background-image:url("../images/header.png");
	height: 160px;
	margin: 0 auto;
	width: 980px;
}


.logoContainer{
	height: 130px;
	margin: 0 auto;
	width: 980px;
	}

.logo {
	display:block;
	float: left;
	padding-top: 35px;
}
.logo img {
	border: none;
	margin: 0;
}


.search {
	background: #bbe4fb;
	border: #fff 2px solid;
	height:30px;
	float:right;
	margin-top:50px;
	padding:5px 0 0 10px;
	width:200px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: .8;
}

#searchtext {
	background: #bbe4fb;
	color: #000;
	font-family:arial;
	font-size: 12px;
	float: left;
	border: none;

}

#searchtext:focus {
	outline: none;
}

img.searchIcon {
	border: none;
	color: #bbe4fb;
	padding: 2px 5px 0;
	margin: 0;
	float: right;
}

.searchBtn {

	position: absolute;
	margin: 0px 0 0 12px;
}

ul.audienceNav {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	height: 45px;
	margin: 0 auto;
	font-weight: bold;
	text-shadow:1px 1px 1px #000000;
	width: 980px;
}



ul.audienceNav li {
	display:block;
	float: left;
}

ul.audienceNav li a,
ul.audienceNav li a:link,
ul.audienceNav li a:active,
ul.audienceNav li a:visited {
	color:#ffffff;
	text-decoration:none;
}

ul.audienceNav li a:hover {
	color:#BBE4FB;

}

ul.audienceNav li.first {
	padding: 0 0 0 10px;
	width: 175px;
}

ul.audienceNav li.center {
	text-align: center;
	width: 185px;
}

ul.audienceNav li.parents {
	text-align: center;
	width: 160px
}

ul.audienceNav li.last {
	text-align: right;
	width: 75px
}

/*--- Gallery Area ---*/

#galleryContainer {
	background: #f3f3f3;
	//height: 300px;
	width:100%;
}

.galleryFrame {
	height:300px;
	margin: 3px auto;
	width: 980px;
}

/*.galleryLeft {
	background-image:url(../images/img-left.png);
	display:block;
	height:300px;
	width:130px;
	position: absolute;
	margin-left: -131px;
}*/

.galleryBox{
	background: #003366; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #003366 33%, #002040 99%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(33%,#003366), color-stop(99%,#002040)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #003366 33%,#002040 99%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #003366 33%,#002040 99%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #003366 33%,#002040 99%); /* IE10+ */
	background: radial-gradient(ellipse at center, #003366 33%,#002040 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#002040',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-moz-box-shadow:    inset 0 0 10px #012;
   	-webkit-box-shadow: inset 0 0 10px #012;
  	 box-shadow:        inset 0 0 10px #012;
	display:none;
	float: left;
	height: 240px;
	text-align:center;
	padding: 30px;
	width: 240px;
}

#galleryContainer h4 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	padding: 0;
}

#galleryContainer h5 {
	color: #66AA33;
	font-family: "Times New Roman", Times, serif;
	font-size: 39px;
	font-weight: normal;
	line-height: 1.5em;
}

.galleryBox p {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	line-height: 1.5em;
}

p a.homepage {
	color: #66AA33;
	background-image:url(../images/arrow-hp.png);
    background-repeat:no-repeat;
    cursor:pointer;
	display:block;
    background-position:right;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	font-style:italic;
	padding: 5px 0 10px 140px;
	text-decoration: none;
}

/** Heartbeat **/


a.heartbeatArrowContent {
	background-image:url("../images/heartbeat.jpg");
	background-repeat:no-repeat;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 16px;
	height: 88px;
	margin: 0 0 15px 0;
	padding: 15px 0 0 15px;
	width: 200px;
	clear:both;
}

a.heartbeatArrowContentTop {
	background-image:url("../images/heartbeat.jpg");
	background-repeat:no-repeat;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 16px;
	height: 88px;
	margin: 70px 0 15px 0;
	padding: 15px 0 0 15px;
	width: 200px;
	clear:both;
}

a.heartbeatArrowContent:hover,
a.heartbeatArrowContentTop:hover {
	text-decoration: none;
}

a.heartbeatArrowContent span.heartbeatArrowLink,
a.heartbeatArrowContentTop span.heartbeatArrowLink {
	color: #66AA33;
	display: block;
	font-size: 12px;
	padding-top: 15px;
}

a.heartbeatArrowContent:hover span.heartbeatArrowLink,
a.heartbeatArrowContentTop:hover span.heartbeatArrowLink{
	color: #66AA33;
	text-decoration: underline;
	}


/*--- Utility Nav ---*/

ul.utilityNav {
	background:#ffffff;
	font-family: 'Bree Serif', "Courier New", Courier, monospace;
	font-size:12px;
	font-weight: bold;
	list-style-type: none;
	height: 45px;
	margin: 0 auto;
	width: 980px;
}

ul.utilityNav li {
	display:inline-block;
	font-size:14px;
	float: left;
	height: 45px;
	line-height: 3.2em;
	letter-spacing: .1em;
	text-align: center;
	text-transform:uppercase;
	text-decoration: none;
	width: 130px;
}

ul.utilityNav li a,
ul.utilityNav li a:link,
ul.utilityNav li a:visited {
	display: block;
	color: #004499;
}



ul.utilityNav li a:hover {
background: rgb(206,206,206); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url("../images/utilitynav-bg.png");
background: -moz-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	color:#004499;
	height: 45px;
	text-decoration: none;
	width:130px;
}

ul.utilityNav li.first  {
	font-family: 'Bree Serif', "Courier New", Courier, monospace;
	font-size:14px;
	font-weight: bold;
	line-height: 3.2em;
	width: 224px;
}

ul.utilityNav li.first  a:hover {
	background: rgb(206,206,206); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url("../images/utilitynav-bg.png");
background: -moz-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	color:#004499;
	height: 45px;
	width: 224px;
}

/*--- Content Area ---*/

#homeWrap {
	background: #f3f3f3;
	border-top: 1px solid #a5ada8;
	-webkit-box-shadow: inset 0px 4px 4px 0px #a6aea9;
	-moz-box-shadow: inset 0px 4px 4px 0px #a6aea9;
	box-shadow: inset 0px 4px 4px 0px #a6aea9;
	margin: 0 auto;
	width: 100%;
}

.sectionWrap{
	height: 100%;
	margin: 0 auto;
	overflow:hidden;
	width: 980px;
}

.contentAreaFullWidth {
	background-color: #ffffff;
	border-top: 4px solid #003366; /*this will change based on the college*/
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	display:block;
	float: left;
	margin-top: -10px;
	margin-bottom: 15px;
	height: 100%;
	padding: 15px;
	width: 948px;
}




/*--- Content Area Left ---*/

.columnLeft {
	float: left;
	padding: 30px 30px 0 0px;
	width: 280px;
	height: 100%;
}

.columnLeft h4 {
	color: #003366;
	border-bottom: #003366 solid 3px;
	background: url(../images/arrow-hp.png) right 16px no-repeat;
    cursor:pointer;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
}

.columnLeft h4 a,
.columnLeft h4 a:active,
.columnLeft h4 a:link,
.columnLeft h4 a:visited {
	color: #66AA33;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	padding:0 0 0px 113px;
	text-decoration: none;
}

ul.columnLeftLink {
	list-style-type: none;
	margin-top: 15px;
	width: 285px;
}

ul li.twitter  {
	background-image:url(../images/twitterNews.png);
    background-repeat:no-repeat;
/*   	position:left;*/
	position:static;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
	padding-left: 47px;
}

ul li.facebook  {
	background-image:url(../images/facebookNews.png);
    background-repeat:no-repeat;
/*   	position:left;*/
	position:static;
/*	color: #03366;*/
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
	padding-left: 47px;


}

ul li.rss  {
	background-image:url(../images/rssNews.png);
    background-repeat:no-repeat;
/*   	position:left;*/
	position:static;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 47px;


}

.donors li.rss{
	font-weight:normal !important;
}

li a.homepage {
	color: #66AA33;
	background-image:url(../images/arrow-hp.png);
    background-repeat:no-repeat;
	border-bottom: 1px solid #d5d5d5;
    cursor:pointer;
	display:block;
    background-position:right;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	font-style:italic;
	margin-bottom: 3px;
	padding: 5px 0 10px 160px;
	text-decoration: none;
}

/*--- Content Area Middle ---*/

.columnMiddle{
 -moz-box-shadow:
        5px 0 20px -5px #dfdfdf inset,
        -5px 0 20px -5px #dfdfdf inset;
    	-webkit-box-shadow:
        5px 0 20px -5px #dfdfdf inset,
        -5px 0 20px -5px #dfdfdf inset;
    	box-shadow:
        5px 0 20px -5px #dfdfdf inset,
        -5px 0 20px -5px #dfdfdf inset;
	float: left;
	height: 635px;
	padding: 60px 30px 10px 30px;
	width: 305px;
}

.columnMiddle h3 {
	padding:0;
}

.columnMiddle h3 a,
.columnMiddle h3 a:link,
.columnMiddle h3 a:active,
.columnMiddle h3 a:visited {
	color: #004C99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	line-height: 1.0em;
	padding: 0;
	text-decoration: underline;
}


.columnMiddle p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.3em;
}

img.columnMiddleImage {
	 border: 4px solid #FFFFFF;
   	 box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;
	 margin: 0 0 10px 0;
}

/*--- Content Area Right ---*/

.columnRight{
	display:block;
	float: right;
	padding: 30px 0 0 30px;
	width: 275px;
	height: 100%;
}

.columnRight h4 {
	color: #003366;
	border-bottom: #003366 solid 3px;
	background: url(../images/arrow-hp.png) right 16px no-repeat;
    cursor:pointer;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
}

.columnRight h4 a,
.columnRight h4 a:active,
.columnRight h4 a:link,
.columnRight h4 a:visited {
	color: #66AA33;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	padding:0 0 0px 90px;
	text-decoration: none;
}

ul.columnRightLink {
	list-style-type: none;
	margin-top: 15px;
	width: 255px;
}

img.events{
	border: none;
	display:block;
	float:left;
}

h4 a.events {
	padding-left: 90px;
}

ul.columnRightLink li{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	list-style: none;
	margin-bottom: 30px;
	padding-right: 15px;
}

#socialMediaBox {
	border: 3px solid #647B96;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 30px 0;
	padding: 0 30px;
	width: 209px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

h5.socialMediaHeader {
	color: #003366;
	background-repeat:  no-repeat;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	padding: 15px 0;
	background-position: bottom;
}

ul.socialMediaLinks {
	list-style-type: none;
	display:table;
	padding-bottom:10px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul.socialMediaLinks li.socialMediaLinksLeft {
	display:inline-block;
	float:left;
	padding: 3px 9px;
	width: 85px;
}

ul.socialMediaLinks li.socialMediaLinksLeft a,
ul.socialMediaLinks li.socialMediaLinksLeft a:active,
ul.socialMediaLinks li.socialMediaLinksLeft a:link,
ul.socialMediaLinks li.socialMediaLinksLeft a:visited {
	color: #003366;
}

ul.socialMediaLinks li.socialMediaLinksLeft a:hover {
	color:#66AA33;
}

ul.socialMediaLinks li.socialMediaLinksLast {
	display:inline-block;
	padding: 3px 10px;
	width: 115px;
}

ul.socialMediaLinks li.socialMediaLinksLast a {
	width: 115px;
}

ul.socialMediaLinks li.socialMediaLinksLast a,
ul.socialMediaLinks li.socialMediaLinksLast a:active,
ul.socialMediaLinks li.socialMediaLinksLast a:link,
ul.socialMediaLinks li.socialMediaLinksLast a:visited {
	color: #003366;
}

ul.socialMediaLinks li.socialMediaLinksLast a:hover {
	color: #66AA33;
}

ul.socialMediaLinks li img {
	border: none;
	margin: 0;
	margin-right: 5px;
}

ul.socialMediaLinks li.socialMediaLinksRight {
	display:inline-block;
	float:right;
	font-family: "Times New Roman",Times,serif;
    	font-size: 14px;
    	font-style: italic;
	text-align: center;
	padding: 0;
	padding-top:0px;
}

ul.socialMediaLinks li.socialMediaLinksRight a,
ul.socialMediaLinks li.socialMediaLinksRight a:active,
ul.socialMediaLinks li.socialMediaLinksRight a:link,
ul.socialMediaLinks li.socialMediaLinksRight a:visited {
	background-image:url(../images/arrow-hp.png);
    	background-repeat:no-repeat;
    	background-position:right;
    	color: #66AA33;
    	cursor:pointer;
    	padding: 0 20px 2px 0;
}

.breadcrumbsContainer {
	background-image: url(../images/breadcrumb-background.jpg);
	border-bottom: 1px solid #DBF0FC;
	-webkit-box-shadow: 4px 4px 0px #a6aea9;
	-moz-box-shadow: 4px 4px 0px #a6aea9;
	box-shadow: 0px 4px 4px 0px #a6aea9;
	height: 45px;
/*	width: 0 auto;*/
	width:auto;
}



.breadcrumbs {
	margin: 0 auto;
	width: 980px;
}

.breadcrumbs p {
	color:#AF272F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 10px 0px;
	text-transform:uppercase;
}

.breadcrumbs a:hover {
	color:#AF272F;
}

.contentContainer {
	margin: 0px auto;
	width: 980px;
}

ul.sideNav {
	display:block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 3em;
	list-style-type: none;
	margin-bottom: 15px;
	padding: 15px 15px 15px 0px;
	width: 185px;
}


ul.sideNav li {
    color: #666666;
    display:block;
    line-height: 1em;
    height: 25px;
    padding: 5px 5px 5px 0;
    width: 190px;
}



ul.sideNav li a, ul.sideNav li a:link, ul.sideNav li a:active, ul.sideNav li a:visited {
    color: #000000;
    display:block;
    height: 25px;
    padding: 5px;
    width: 190px;
}

ul li.sideNavList a:hover,
ul li.mainNav li:hover a {
	background-color: #003366; /*this will change based on the college*/
	box-shadow: 0 2px 2px 0 #999999;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}

.contentAreaInternal{
	background-color: #ffffff;
	border-top: 4px solid #003366; /*this will change based on the college*/
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	display:block;
	float: left;
	margin-top: -10px;
	margin-bottom: 15px;
	min-height: 500px;
	padding: 15px 30px;
	width: 716px;
}

.contentAreaInternal ul {
	padding: 0 0 15px 15px;
}

.contentAreaInternal li {
    color: #6C6C6C;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 0 6px;
    padding: 5px 0;
}

.contentAreaInternal li a {
	text-decoration: underline;
}

.contentAreaInternal li a:hover {
	color: #AF272F;
}

.contentAreaInternal ol li {
	color: #6C6C6C;
}

.contentAreaInternal ol li a {
	color: #003366;
}

.contentAreaInternal ol li a:hover {
	color: #003366;
	text-decoration: none;
}


.separator{
	background: url(../images/fullwidthSeparator.jpg) repeat-x;
	height: 7px;
	margin: 0 auto 15px;
	width: 100%;
}

.contentAreaInternalColumn {
	display:block;
	float: left;
	min-height: 100px;
	padding: 0 15px 15px 0;
	width: 330px;

}

.contentAreaInternalColumnLeft {
	display:block;
	float: left;
	margin-right: 30px;
	min-height: 100px;
	width: 343px;
}

.contentAreaInternalColumnRight {
	display:block;
	float: left;
	min-height: 100px;
	width: 343px;
}


/*--- Full width Quad Column(193x428) - with gray background --*/


.infoCol{

		width:193px;
		margin:3px;
		height: 428px;
		background-color: #F3F3F3;
		margin-bottom: 12px;
		float: left;
		padding: 15px 10px 15px 20px;
		border: none;
		}

		.infoCol:last-child
{

		 border-right:none;

}
/*--- Noraml width Tri Long Column(194x590) page - with gray background --*/

.long-column{
		Width:194px;
		height:590px;
		background-color:#f3f3f3;
		padding:15px;
		float:left;
		margin-left:12px;
		margin-bottom:12px;
	}
/*--- Two Column - Three Column Template --*/

.TwoColInternalThreeColLeft {
	display:block;
	float: left;
	margin-right: 20px;
	min-height: 75px;
	width: 170px;
}

.TwoColInternalThreeColRight {
	display:block;
	float: left;
	min-height: 75px;
	width: 170px;
}

/*--- Three Column ---*/

.quadlongCol {
	float: left;
	height: 500px;
	padding: 15px 10px 15px 20px;
	width: 600px;
	border-right: 1px solid #BDBDC2;
}

.contentAreaInternalLeft {
	display:block;
	float: left;
	min-height: 500px;
	padding: 0 25px 0 0;
	width: 430px;
}

.contentAreaInternalRight {
	display:block;
	float: left;
	min-height: 500px;
	width: 260px;
}

/*--- Two Column - Wide ---*/

.contentColumnLeftWide {
	display:block;
	float: left;
	margin-right: 30px;
	min-height: 100px;
	width: 458px;
}

.contentColumnRightWide {
	display:block;
	float: right;
	min-height: 100px;
	width: 458px;
}

/*--- Admissions Home ---*/

#lp_shadow img {
	margin: 30px 0 0 0;
}

a.admissionsButtonCost {
	background: #9B945F;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.admissionsButtonCost:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.admissionsButtonCost strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
}

a.admissionsButtonCounselor {
	background: #0059B2;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.admissionsButtonCounselor:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.admissionsButtonCounselor strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
	text-decoration: none;
}

a.admissionsButtonFinaid {
	background: #00594C;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.admissionsButtonFinaid:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

/*-- Parents Page --*/

.ParentColContainer {
                min-height: 225px;
                width: 100%;
                border-top: 4px solid #004499;
                padding: 10px 0px;
}

.ParentfirstCol {
                float: left;
}

.ParentsecondCol {
                float: left;
                	min-height: 180px;
                width: 300px;
                padding: 0px 10px 0px 10px;
}

.ParentsecondCol-content {
                background-color: #f3f3f3;
				min-height: 205px;
                padding: 10px;
                width: 290px;
}

.ParentthirdCol {
                float: left;
                padding: 0px 0px 0px 15px;
				width: 220px;
}

.ParentsecondCol-content p {
				color: #333333;
                padding: 2px 0 8px 0;
}

.ParentthirdCol ul li {
                line-height: 16px;
                padding-bottom: 8px;
                margin-left: 0px;
}

.ParentthirdCol ul li a {
                text-decoration: underline;
                color: #6c6c6c;
                font-size: 12px;
}

.ParentthirdCol li a:hover {
                color: #004499;
}



/*-- Faculty and Staff Directory --*/

.FSColContainer {
	float: left;
	height: 100%;
	width: 100%;
	border-bottom: 1px solid #BDBDC2;
}

.FSfirstCol {
	float: left;
	height: 100%;
	padding: 15px 10px 0px 0px;
	width: 285px;
}

.FSsecondCol {
	float: left;
	height: 100%;
	padding: 15px 10px 0px 0px;
	width: 145px;
}

.FSthirdCol {
	float: left;
	height: 100%;
	padding: 15px 0px 0px 0px;
	width: 265px;
}

.FSfirstCol img {
	padding: 0 0px 15px 0px;
}

.FSsecondCol img {
	padding: 0 0px 15px 0px;
}

.FSthirdCol img {
	padding: 0 0px 15px 0px;
}

/*-- Accordion -- */
.wide-accordion{
	width: 100% !important;
}

#accordion{
	overflow:hidden;
	width: 58%;
}

.accordion-text{
	display:none;
	width:97%;
	margin:auto;
}

.accordion-text.accordion-transparent{
  background-color: #ECECEC;
  padding: 8px;
}

.accordion-text .quadfirstCol{
	height:auto;
	min-height:165px;
}

.accordion-text .quadColContainer{
	height:auto;
}

.accordion-text-innerbox{
	padding-left:13px;
}

.accordion-text ul{
	display:table;
}

.accordion-heading{
	display:table;
	background-color: #BBE4FB;
/*	background-color: #003366;*/
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px 0px 5px 10px;
	width: 98%;
	margin-top:10px;
	cursor:pointer;
}

.accordion-heading.accordion-transparent {
	background-color: inherit!important;
	color: #333!important;
  	margin-top: 0px!important;
}

.wide-accordion .accordion-heading{
	width:98%;
}

.arrow-down{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #FFF transparent transparent transparent;
	display: inline-block;
	color: #003366;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
}

.arrow-down.accordion-transparent {
	border-color: #003366 transparent transparent transparent!important;
	color: #FFF!important;
}


.arrow-right{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0px 4px 8px;
	border-color: transparent transparent transparent #FFF;
	display: inline-block;
	color: #003366;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
}

.arrow-right.accordion-transparent{
	border-color: transparent transparent transparent #003366!important;
	color: #FFF!important;
}

.left-half{
	float:left;
	width:46%;
}

.right-half{
	float:right;
	width:46%;
}
/*-- Accordion END --*/

/*-- Accordion Wide-- */
#accordion-wide{
	width: 80%;
}

.accordion-wide-text{
/*	display:table;*/
	display:none;
	width:100%;
}

.accordion-wide-text ul{
	display:table;
}

.accordion-wide-heading{
	display:table;
	background-color: #003366;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px 0px 5px 10px;
	width: 100%;
	margin-top:10px;
	cursor:pointer;
}

.arrow-down-wide{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #FFF transparent transparent transparent;
	display: inline-block;
	color: #003366;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
}

.arrow-right-wide{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0px 4px 8px;
	border-color: transparent transparent transparent #FFF;
	display: inline-block;
	color: #003366;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
}

.left-half-wide{
	float:left;
	width:46%;
}

.right-half-wide{
	float:right;
	width:46%;
}
/*-- Accordion Wide END --*/

/*-- PEC --*/

a.admissionsPEC {
	background-image:url("../images/admissions-PEC.jpg");
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 15px;
	height: 22px;
	margin: 30px 0 0 30px;
	padding-top: 53px;
	text-align: center;
	width: 200px;
}

a.finaidPEC {
	background-image:url("../images/admissions-FINAID.jpg");
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 15px;
	height: 22px;
	margin-left: 30px;
	padding-top: 53px;
	text-align: center;
	width: 200px;
}

a.fyePEC {
	background-image:url("../images/admissions-FYE.jpg");
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 15px;
	height: 22px;
	margin-left: 30px;
	padding-top: 53px;
	text-align: center;
	width: 200px;
}

a.nsoPEC {
	background-image:url("../images/admissions-NSO.jpg");
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 15px;
	height: 22px;
	margin-left: 30px;
	padding-top: 53px;
	text-align: center;
	width: 200px;
}

a.vaPEC {
	background-image:url("../images/admissions-VET.jpg");
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 15px;
	height: 22px;
	margin-left: 30px;
	padding-top: 53px;
	text-align: center;
	width: 200px;
}

a.fyaPEC {
	background-image:url("../images/admissions-FYA.jpg");
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 15px;
	height: 22px;
	margin-left: 30px;
	padding-top: 53px;
	text-align: center;
	width: 200px;
}

/*-- Admissions --*/

a.admissionsButtonFinaid strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
	text-decoration: none;
}

a.admissionsButtonReqinfo {
	background: #99BB99;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.admissionsButtonReqinfo:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.admissionsButtonReqinfo strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
}

a.admissionsButtonVisit {
	background: #99BBCC;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.admissionsButtonVisit:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.admissionsButtonVisit strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
}

a.admissionsButtonMajor {
	background: #bcb892;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.admissionsButtonMajor:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.admissionsButtonMajor strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	text-decoration: none;
}

/*--- Grad Gift Custom Button ---*/

h1 a.gradGiftButton {
	background: rgb(102,102,102); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url("../images/gradGiftbutton-bg.png");
background: -moz-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(153,153,153,1) 50%, rgba(102,102,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(50%,rgba(153,153,153,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(102,102,102,1) 0%,rgba(153,153,153,1) 50%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(102,102,102,1) 0%,rgba(153,153,153,1) 50%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(102,102,102,1) 0%,rgba(153,153,153,1) 50%,rgba(102,102,102,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(102,102,102,1) 0%,rgba(153,153,153,1) 50%,rgba(102,102,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	border: 4px solid #c5c5c5;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	color: #f1e6f7;
    float: right;
    font-family: "Times New Roman",Times,serif;
    font-size: 30px;
    font-weight: normal;
    height: 35px;
    margin: 0 30px 0 0;
    padding: 10px 0 10px 20px;
	text-decoration: none;
    width: 170px;
}

a.gradGiftButton:hover {
background: #e6da8e; /* Old browsers */
background: -moz-linear-gradient(45deg, #e6da8e 0%, #efe7b7 49%, #efe7b7 51%, #e6da8e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e6da8e), color-stop(49%,#efe7b7), color-stop(51%,#efe7b7), color-stop(100%,#e6da8e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #e6da8e 0%,#efe7b7 49%,#efe7b7 51%,#e6da8e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #e6da8e 0%,#efe7b7 49%,#efe7b7 51%,#e6da8e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #e6da8e 0%,#efe7b7 49%,#efe7b7 51%,#e6da8e 100%); /* IE10+ */
background: linear-gradient(45deg, #e6da8e 0%,#efe7b7 49%,#efe7b7 51%,#e6da8e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6da8e', endColorstr='#e6da8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 4px solid #f3f3f3;
	color: #f3f3f3;
	text-decoration: none;
}

/*--- Visit Admissions Button ---*/

.contentAreaInternal h1 a.prospectiveButton {
	height: 30px;
	width: 173px;
	color: #000000;
}

a.prospectiveButton:hover {
    background: -webkit-linear-gradient( rgba(0,101,171,1) 0%,rgba(0,144,244,1) 50%,rgba(0,144,244,1) 100%);
    border: 0px solid #c5c5c5;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	color: #ffffe5;
	float: right;
	font-family: "Times New Roman",Times,serif;
	font-size: 23px;
	font-weight: normal;
	height: 30px;
	margin: 0 30px 0 0;
	padding: 15px 0 10px 18px;
	text-decoration: none;
	width: 173px;
	text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}



/*--- Apply Custom Button ---*/

.contentAreaInternal a.applyButton {
	background: #6fa3c8; /* Old browsers */
background: -moz-linear-gradient(top,  #6fa3c8 0%, #3f79a3 51%, #3f79a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fa3c8), color-stop(51%,#3f79a3), color-stop(100%,#3f79a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6fa3c8 0%,#3f79a3 51%,#3f79a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6fa3c8 0%,#3f79a3 51%,#3f79a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6fa3c8 0%,#3f79a3 51%,#3f79a3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6fa3c8 0%,#3f79a3 51%,#3f79a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa3c8', endColorstr='#3f79a3',GradientType=0 ); /* IE6-9 */
	border: 1px solid #F6F9FC;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	color: #DBF1FD;
	float: left;
	font-size: 30px;
    height: 37px;
	margin: 0 0 30px 25px;
	padding: 10px 10px 10px 60px;
	text-decoration: none;
	width: 130px;
}

a.applyButton:hover {
background: #3f79a3; /* Old browsers */
background: -moz-linear-gradient(top, #3f79a3 8%, #3f79a3 51%, #6fa3c8 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#3f79a3), color-stop(51%,#3f79a3), color-stop(94%,#6fa3c8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3f79a3 8%,#3f79a3 51%,#6fa3c8 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3f79a3 8%,#3f79a3 51%,#6fa3c8 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3f79a3 8%,#3f79a3 51%,#6fa3c8 94%); /* IE10+ */
background: linear-gradient(to bottom, #3f79a3 8%,#3f79a3 51%,#6fa3c8 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f79a3', endColorstr='#6fa3c8',GradientType=0 ); /* IE6-9 */
	border: 1px solid #F6F9FC;
	color: #23435a;
	text-decoration: none;
}

/*-- Snippets --*/

.postIt {
 background:#b8b8b8;
   display: block;
   color:#fff;
   min-height: 20px;
   float:right;
   overflow:hidden;
   padding:1em 1.5em;
   position:relative;
   margin: 0 0 30px 10px;
	width: 215px;
}

.postItRight {
   background:#b8b8b8;
   display: block;
   color:#fff;
   min-height: 20px;
   float:right;
   overflow:hidden;
   padding:1em 1.5em;
   position:relative;
   margin: 0 0 30px 10px;
	width: 215px;
}

.postIt:before,
.postItRight:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#fff #fff #CDD6DC  #CDD6DC ;
   background:#658E15;
   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   display:block; width:0; /* Firefox 3.0 damage limitation */
}

.postIt h3,
.postItRight h3 {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 20px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: left;
}

.speechBubble {
   background: #B9D2E4;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    margin:0 0 30px 15px;
    padding: 15px;
    position: relative;
	width: 232px;
	min-height: 20px;
}

.speechBubble:after {
    border-color: #B9D2E4 transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -19px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}

.speechBubble h3 {
    border-bottom: 2px solid #003366;
    color: #003366;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

.speechBubbleRight {
    background: #B9D2E4;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    margin:0 0 30px 15px;
    padding: 15px;
    position: relative;
	width: 232px;
	min-height: 20px;
}

.speechBubbleRight:after {
    border-color: #B9D2E4 transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -19px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}

.speechBubbleRight h3 {
    border-bottom: 2px solid #fff;
    color: #003366;
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}


.speechBubble p,
.speechBubbleRight p {
	color: #4482af;
	font-size: 13px;
	font-weight: bold;
    line-height: 1.5em;
	padding: 15px 0;
	text-align:left;
}

.postIt p,
.postItRight p {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
    line-height: 1.5em;
	padding: 15px 0;
	text-align:left;
}

.postIt a,
.postItRight a {
	color: #004c99;
}

.speechBubble a,
.speechBubbleRight a {
	color: #003366;
}

.postIt a:hover,
.postItRight a:hover {
	color: #003366;
	text-decoration: underline;
}

.speechBubble a:hover,
.speechBubbleRight a:hover {
	color: #004499;
	text-decoration: underline;
}

.importantInfo {
    background: #f8f5e1;
    border: 1px solid #f2ecc5;
    float: left;
    margin-bottom: 15px;
    overflow: auto;
    padding: 10px 15px;
}

.highlightBoxHorizontal {
	background-color: #f3f3f3;
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	margin: 0 0 30px 0px;
    padding: 30px;
   	min-height: 20px;
}

.highlightBoxHorizontalBlue {
background-color: #f0f7fc;
border: 4px solid #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
margin: 0 0 30px 0px;
padding: 30px;
min-height: 20px;
}

.highlightBoxHorizontalOrange {
background-color: #fff2d8;
border: 4px solid #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
margin: 0 0 30px 0px;
padding: 30px;
min-height: 20px;
}

.highlightBoxHorizontalPurple {
background-color: #f1e6ee;
border: 4px solid #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
margin: 0 0 30px 0px;
padding: 30px;
min-height: 20px;
}

.highlightBoxHorizontalGreen {
background-color: #f0f5e8;
border: 4px solid #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
margin: 0 0 30px 0px;
padding: 30px;
min-height: 20px;
}

.highlightBoxRight {
	background-color: #f3f3f3;
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: block;
    float: right;
	margin: 0 0 30px 15px;
    padding: 30px;
   	min-height: 20px;
	width: 195px;
	clear:right;
}

.importantInfo h3,
.highlightBoxRight h3,
.highlightBoxHorizontal h3{
	color: #af272f;
	line-height: 120%;
	font-style: italic;
}

.importantInfo p,
.highlightBoxRight p,
.highlightBoxHorizontal p{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
}

.highlightBoxRight ul,
.highlightBoxHorizontal ul {
	padding: 0;
	}

.highlightBoxRight li,
.highlightBoxHorizontal li {
	border-bottom: 1px solid #D5D5D5;
	list-style-type: none;
	margin: 0;
}

.highlightBoxRight li a,
.highlightBoxRight li a:active,
.highlightBoxRight li a:link,
.highlightBoxRight li a:visited {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	padding: 10px 0;
	text-decoration: none;
	width: 100%;
}

.highlightBoxHorizontal li a,
.highlightBoxHorizontal li a:active,
.highlightBoxHorizontal li a:link,
.highlightBoxHorizontal li a:visited {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	padding: 10px 0;
	text-decoration: none;
	width: 100%;
}

.highlightBoxRight li a:hover,
.highlightBoxHorizontal li a:hover {
	color: #666;
}

.contentAreaInternal .cwwList ul {
	padding: 0;
}

.contentAreaInternal .cwwList li {
	border-bottom: 1px solid #D5D5D5;
    list-style-type: none;
    margin: 0 15px;
    padding: 15px 0;
}

.contentAreaInternal ul .cwwList li.last {
	border-bottom: none;
}

.contentAreaInternal .colaList ul {
	padding: 0;
}
.contentAreaInternal .colaList li {
	border-bottom: 1px solid #D5D5D5;
	list-style-type: none;
    margin: 15px 0 0 15px;
}

.contentAreaInternal ul .colaList li img {
	margin-bottom: 0;
}

.contentAreaInternal .colaList li.last {
	border-bottom: none;
}


.colaListWide ul {
	padding: 0;
}
.colaListWide li {
	border-bottom: 1px solid #D5D5D5;
	list-style-type: none;
    margin: 15px 0 0 15px;
}

ul .colaListWide li img {
	margin-bottom: 0;
}

.colaListWide li.last {
	border-bottom: none;
}


.resourceBox {
	border: 3px solid #003366;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	float: right;
	padding: 15px;
	margin: 0 0 30px 15px;
	width: 225px;
	min-height: 20px;
}

.resourceBoxRight {
	border: 3px solid #003366;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	float: right;
	padding: 15px;
	margin: 0 0 30px 15px;
	width: 225px;
	min-height: 20px;
	clear:right;
}

.resourceBoxRight ul {
	padding: 0;
	}

.resourceBox ul {
	padding: 0;
	}

.resourceBox h2 {
    border-bottom: 2px solid #003366;
    font-weight: normal;
    padding: 0 0 10px;
}

.resourceBoxRight h2 {
  border-bottom: 2px solid #003366;
    font-weight: normal;
    padding: 0 0 10px;

}

.resourceBoxRight p {
	font-size: 13px;
    line-height: 1.5em;
    list-style: none outside none;
    padding: 10px 0 5px 5px;
    margin: 0;
}

.resourceBoxRight li {
    color: #004499;
    font-size: 13px;
    line-height: 1em;
    list-style: none outside none;
    padding: 10px 0 5px 5px;
    margin: 0;
}

.resourceBox li {
    color: #004499;
    font-size: 13px;
    line-height: 1.2em;
    list-style: none outside none;
    padding: 10px 0 5px 5px;
    margin: 0;
}

 ul.twoColumnList {
	height: 125px;
	padding: 0 15px 15px 0;
	width:425px;
}

 ul.twoColumnList li {
 	float: left;
 	display: block;
	line-height: 1em;
	padding: 0 15px 15px 0;
	width:170px;
}

/*--- Important Dates Calendar ---*/

.importantDates {
	background-color: #f6f6f6;
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: block;
    float: right;
    height: 100%;
	margin-bottom: 15px;
    padding: 30px;
    width: 192px;
}

.importantDates h4 a,
.importantDates h4 a:active,
.importantDates h4 a:link,
.importantDates h4 a:visited {
    color: #003366;
	background: url("../images/arrow.png") no-repeat scroll right 13px transparent;
    cursor:pointer;
    background-position:right;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
    font-weight: normal;
	padding:0 30px 3px 0;
	text-decoration: none;
}

.contentAreaInternal .importantDates ul {
	padding: 0;
		}

.importantDates li {
	border-bottom: 1px solid #D5D5D5;
	list-style-type: none;
	margin: 0;
}

.importantDates li a,
.importantDates li a:active,
.importantDates li a:link,
.importantDates li a:visited {
	color: #9B945F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	padding: 10px 0;
	text-decoration: none;
	width: 100%;
}

/*--- Social Media ---*/

.socialIconsContainer {
	border: 1px solid #CECECE;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	float: left;
    height: 27px;
    padding: 15px 10px 5px;
    width: 100%;
}

.socialIcons {
	background: #000;
	height:36px;
	width: 75px;

}

.socialIcons a.facebook  {
	background: url(../images/facebook-grey.png) no-repeat scroll 0 0 transparent;
	color: #989898;
	float: right;
	display: block;
	height: 36px;
	margin: 0 0 15px 10px;
	width: 36px;
}

.socialIcons a.facebook:hover {
	background: url(../images/facebook-color.png) no-repeat scroll 0 0 transparent;
	color: #425793;
	text-decoration: none;
}

.socialIcons a.twitter  {
	background: url(../images/twitter-gray-6.png) no-repeat scroll 0 0 transparent;
	color: #E8E8E8;
	float: right;
	display: block;
	height: 36px;
	margin: 0 0 15px 10px;
	width: 36px;
}

.socialIcons a.twitter:hover {
	background: url(../images/twitter-color-5.png) no-repeat scroll 0 0 transparent;
	color: #C5E0EB;
	text-decoration: none;
}

.socialIcons a.youtube  {
	background: url(../images/youtube-grey.png) no-repeat scroll 0 0 transparent;
	color: #eeeeee;
	float: right;
	display: block;
	margin: 0 0 15px 10px;
	height: 36px;
	width: 36px;
}

.socialIconsContainer a.youtube:hover {
	background: url(../images/youtube-color.png) no-repeat scroll 0 0 transparent;
	color: #E2E6E9;
	text-decoration: none;
}



/*--- Department Page ---*/

.bannerBg{
	background-color: #CBEAFC;
	height: 257px;
	width:100%;
}


/*--- Footer ---*/

#footer{
	background-color: #0E1D2A;
	height: 130px;
	width: 100%;
}



.footerContainer{
	height: 110px;
	padding-top: 15px;
	margin: 0px auto;
	width: 980px;
}

.footerContainer img.logoFooter {
	border: none;
	display:block;
	float: left;
	padding-right: 45px;
	margin : 0;
}

ul.footerList{
	display:block;
	float: left;
	height: 110px;
	margin-left: 10px;
	padding-top: 5px;
	width: 280px;
}

ul.footerList li {
	list-style-type: none;
}

ul.footerList a:hover{
	text-decoration:underline;
}

ul li.facultyEmail a {
	background-image: url(../images/student-email.png);
	background-repeat: no-repeat;
	color: #ffffff;
	display:block;
	float: left;
	font-size:10px;
	padding-left: 28px;
	width: 110px;
}

ul li.webStar a {
	background-image:url(../images/webstar-icon.png);
	background-repeat: no-repeat;
	color: #ffffff;
	display:block;
	float: right;
	font-size:10px;
	padding-left: 28px;
	width: 110px;
}

ul li.studentEmail a {
	background-image:url(../images/student-email.png);
	background-repeat: no-repeat;
	color: #ffffff;
	display:block;
	float: left;
	font-size:10px;
	margin-top: 10px;
	padding-left: 28px;
	width: 110px;
}

ul li.moodle a {
	background-image:url(../images/moodle-icon.png);
	background-repeat: no-repeat;
	color: #ffffff;
	display:block;
	float: right;
	font-size:10px;
	margin-top: 10px;
	padding-left: 28px;
	width: 110px;
}
ul li.calendar a {
	background-image:url(../images/calendar-icon.png);
	background-repeat: no-repeat;
	color: #ffffff;
	display:block;
	float: left;
	font-size:10px;
	margin-top: 10px;
	padding-left: 28px;
	width: 110px;
}
ul li.support a {
	background-image:url(../images/support-icon.png);
	background-repeat: no-repeat;
	color: #83BA3A;
	display:block;
	float: right;
	font-size:10px;
	margin-top: 10px;
	padding-left: 28px;
	width: 110px;
}

.footerUtilityList {
	display: block;
    	float: left;
    	margin-left: 25px;
   	width: 210px
}


.footerUtilityList a,
.footerUtilityList a:active,
.footerUtilityList a:link,
.footerUtilityList a:visited {
	color: #f3f3f3;
	font-family: 'Bree Serif', "Courier New", Courier, monospace;
	font-size:14px;
	font-weight: bold;
	letter-spacing: .1em;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.footerUtilityList a:hover {
	text-decoration:underline;
}

ul.footerUtilityListLeft li,
ul.footerUtilityListRight li {
	display: block;
	float: left;
	padding-bottom: 0px;
	width: 100px;
}

ul.footerUtilityListLeft li a,
ul.footerUtilityListLeft li a:active,
ul.footerUtilityListLeft li a:link,
ul.footerUtilityListLeft li a:visited {
	color: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.footerUtilityListRight li a,
ul.footerUtilityListRight li a:active,
ul.footerUtilityListRight li a:link,
ul.footerUtilityListRight li a:visited {
	color: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul li.apply a,
ul li.apply a:active,
ul li.apply a:link,
ul li.apply a:visited {
	color: #83B93A;
}

#absoluteFooter{
	color: #f3f3f3;
	width: 100%;
	height: 35px;
}

.absoluteFooterContainer {
	margin: 0 auto;
	width: 980px;
}


ul.absoluteFooterLinks {
	margin: 10px 0 0 35px;

}

ul.absoluteFooterLinks li.first {
	border-left: none;
}

ul.absoluteFooterLinks li {
	border-left: 1px solid #999999;
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 0 10px;
}

ul.absoluteFooterLinks li a,
ul.absoluteFooterLinks li a:link,
ul.absoluteFooterLinks li a:active,
ul.absoluteFooterLinks li a:visited {
	color: #004499;
}

ul.absoluteFooterLinks li a:hover {
	color:#0E1D2A;
}


.headtext {
	color: #003366;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 20px 0;
}

/*.breadcrumbsContainer {
	background: #CBEAFC;
	height: 45px;
	width: 0 auto;
}*/

.bannerContainer {
    background: url("../images/departmental-bg.png") no-repeat scroll 0 0 transparent;
    height: 255px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

.bannerContainer h1{
	color:#0E1D2A;
	height: 40px;
	padding-bottom: 10px;
}

.bannerContainer h3{
	color:#0E1D2A;
	font-size: 18px;
	font-weight:500;
	width: 315px;
}

#bannerBox {
    background-color: #0E1D2A;
    border-top: 4px solid #003366;
    float: right;
    height: 200px;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 605px;
    z-index: 5000;
}

.bannerBoxText {
	float:left;
	height: 170px;
	padding: 15px;
	width: 307px;
}

.bannerBoxText h4 {
    color: #cbeafc;
    font-size: 24px;
    font-weight: normal;
    padding-top: 0;
	line-height: 1em;
}

.bannerBoxText p {
	font-size: 14px;
	color: #f3f3f3;
}

.bannerBoxText a {
	color: #cbeafc;
}

.bannerBoxText a:hover {
	color: #fff;
}

.bannerBoxText a.button {
	background: #89cff7; /* Old browsers */
	background: -moz-linear-gradient(top, #89cff7 35%, #69c2f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#89cff7), color-stop(100%,#69c2f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #89cff7 35%,#69c2f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #89cff7 35%,#69c2f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #89cff7 35%,#69c2f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #89cff7 35%,#69c2f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89cff7', endColorstr='#69c2f5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #a9dcf9;
	color: #ffffff;
	cursor:pointer;
	float: right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 5px 10px;
	text-shadow: 1px 1px #004C99;
	margin: 151px 0 0 215px;
    position: absolute;

}

.bannerBoxText a.button:hover {
	text-decoration:none;
	background: #69c2f5; /* Old browsers */
background: -moz-linear-gradient(top, #69c2f5 27%, #89cff7 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#69c2f5), color-stop(99%,#89cff7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #69c2f5 27%,#89cff7 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #69c2f5 27%,#89cff7 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #69c2f5 27%,#89cff7 99%); /* IE10+ */
background: linear-gradient(to bottom, #69c2f5 27%,#89cff7 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c2f5', endColorstr='#89cff7',GradientType=0 ); /* IE6-9 */;

}

.bannerBoxImage img {
	border: none;
	display:block;
	float:right;
	margin: 0;
}

#contentWrap {
    background: #f3f3f3;
    border-top: 1px solid #a5ada8;
	-webkit-box-shadow: inset 0px 4px 4px 0px #a6aea9;
	-moz-box-shadow: inset 0px 4px 4px 0px #a6aea9;
	box-shadow: inset 0px 4px 4px 0px #a6aea9;
    height: 100%;
    margin: 0 auto;
    min-height: 500px;
    overflow: hidden;
    width: 100%;
	text-shadow: none;
}

.contentContainerDepartment {
    margin: 65px auto 0;
    width: 980px;
}

h1.departmentTitle {
color: #003366;
padding: 30px 0;
}

ul.internalPageListStyle li {  /*this is the default list style for all internal content*/
	color: #0E1D2A;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	list-style-type:none;
	padding: 0 0 0 15px;
	text-decoration: none;
}




/*--- College Page ---*/

.collegeBanner {
    height: 300px;
    margin: 3px auto;
    width: 980px;
}


.collegeBannerBox {
    background: none repeat scroll 0 0 #0E1D2A;
    border-top: 4px solid #003366;
    float: left;
    height: 266px;
    padding: 15px 15px 15px 25px;
    width: 940px;
}

.collegeBannerBox h1 {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 50px;
}

.collegeBannerBox h2 {
	color: #EAEBEB;
	font-weight: normal;
	font-size:39px;
}

.collegeBannerBox h3 {
	color: #EAEBEB;
	font-weight: normal;
	font-size:18px;
	line-height: 1.5;
}

.collegeBannerBoxText {
	float: left;
	height: 266px;
	width: 435px;
}

.collegeBannerBoxRight {
	float: right;
	height: 268px;
	width: 485px;
}

.collegeBannerBoxImgLink
.collegeBannerBoxImgLink a,
.collegeBannerBoxImgLink a:link,
.collegeBannerBoxImgLink a:active,
.collegeBannerBoxImgLink a:visited  {
	/*background-color: #FFFFFF;*/
	border: none;
	color: #003366;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	height:272px;
	margin:0;
	padding: 10px 0 10px 15px;
	width:470px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	display: block;
	position:absolute;
	z-index:5000;
}

.collegeBannerBoxImgLink a:hover {
	text-decoration: underline;
}

.collegeBannerBox Img {
	border: none;
	margin: 0;
	float: right;
	height: 268px;
	width: 485px;
}

/*.collegeBannerLeft {
    background-image: url("../images/img-left.png");
	display: block;
	float: left;
	height: 300px;
	width: 130px;
	postion: absolute;
	margin-left: -131px;
}


.collegeBannerRight {
    background-image: url("../images/img-right.png");
    display: block;
    height: 300px;
    margin-left: 986px;
    position: absolute;
    width: 130px;
}*/

.collegebreadcrubsContainer {
    height: 45px;
    margin: 0 auto;
    width: 980px;
}

.collegebreadcrumbs {
	background:url(../images/college-breadcrumbs.jpg);
	height: 45px;
	padding-left: 10px;
	margin: 0 auto;
	width: 970px;
}

.collegebreadcrumbs p {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 10px  0;
	text-transform: uppercase;
}

.collegebreadcrumbs a {
	color:  #73B7EC;
}


.collegeBannerBoxText a.collegeButton {
	background: #004d99; /* Old browsers */
	background: -moz-linear-gradient(top, #004d99 2%, #003366 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#004d99), color-stop(100%,#003366)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004d99 2%,#003366 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #004d99 2%,#003366 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #004d99 2%,#003366 100%); /* IE10+ */
	background: linear-gradient(to bottom, #004d99 2%,#003366 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d99', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
	Transform.Microsoft.gradient( startColorstr='#003366', endColorstr='#004d99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #0056aa;
	color: #ffffff;
	cursor:pointer;
	float: right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 5px 10px;
	position: absolute;
	margin: 235px 0 0 350px;
	text-shadow: 1px 1px #004C99;
	text-decoration: none;

}

.collegeBannerBoxText a.collegeButton:hover {
	background: #003366; /* Old browsers */
background: -moz-linear-gradient(top, #003366 7%, #004d99 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#003366), color-stop(100%,#004d99)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #003366 7%,#004d99 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #003366 7%,#004d99 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #003366 7%,#004d99 100%); /* IE10+ */
background: linear-gradient(to bottom, #003366 7%,#004d99 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#004d99',GradientType=0 ); /* IE6-9 */
}

.collegeContentAreaInternal {
	background:#FFFFFF;
	border-top: 4px solid #003366; /*this will change based on the college*/
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	display:block;
	float: left;
	margin-top: -10px;
	margin-bottom: 15px;
	min-height: 500px;
	padding: 30px 0;
	width: 776px;
}

.collegecontentAreaInternalLeft {
	display:block;
	float: left;
	min-height: 500px;
	padding: 0 30px 0 25px;
	width: 440px;
}

.spotlightBox{
	background: #003366; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #003366 33%, #002040 99%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(33%,#003366), color-stop(99%,#002040)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #003366 33%,#002040 99%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #003366 33%,#002040 99%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #003366 33%,#002040 99%); /* IE10+ */
	background: radial-gradient(ellipse at center, #003366 33%,#002040 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#002040',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-moz-box-shadow:    inset 0 0 10px #012;
   	-webkit-box-shadow: inset 0 0 10px #012;
  	 box-shadow:        inset 0 0 10px #012;
	min-height: 250px;
	margin-bottom: 45px;
	padding: 15px;
	width: 410px;
}

.spotlightBox h2{
	color: #f3f3f3;
font-weight:normal;
font-size: 34px;
padding-top: 0px;
}

.spotlightBox img{
	border: #DDD6D6 solid 4px;
	display:block;
	float:left;
	margin:0 10px 10px 0;

}

.spotlightBox h4{
	color: #f3f3f3;
	font-size: 15px;
	font-weight:bold;
	padding-top: 0;
}

.spotlightBox p{
	color: #a9dcf9;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.2em;
}

.spotlightBox a {
	color:#ffffff;
}

.spotlightBox a:hover {
	color:#ffffff;
}

.collegecontentAreaInternalLeft h5, #announcements-news-wrapper h5 {
	background: url("../images/arrow.png") no-repeat scroll right 15px transparent;
    border-bottom: 3px solid #003366;
    color: #003366;
    cursor: pointer;
	font-family: "Times New Roman",Times,serif;
	font-size: 34px;
	font-weight: normal;
    padding-bottom: 10px;
}

#announcements-news-wrapper h5 {
    color: #6C6C6C;
	font-family: Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #af272f;
}

.current-students-wrapper p.cs-heading{
	border-bottom: 1px solid #af272f;
	padding-bottom:10px;
	margin-bottom:10px;
}

#announcements-news-wrapper h5 a,
#announcements-news-wrapper h5:visited,
#announcements-news-wrapper h5:active,
#announcements-news-wrapper h5:link,
.collegecontentAreaInternalLeft h5 a,
.collegecontentAreaInternalLeft h5 a:active,
.collegecontentAreaInternalLeft h5 a:link,
.collegecontentAreaInternalLeft h5 a:visited {
	color: #004499;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	padding:0 0 0px 270px;
	text-decoration: none;
}

#announcements-news-wrapper h5 a,
#announcements-news-wrapper h5:visited,
#announcements-news-wrapper h5:active,
#announcements-news-wrapper h5:link{
	padding:0 0 0 208px;
}

ul.collegeNews {
	list-style-type: none;
	margin-top: 15px;

}

li a.collegeNewsLinks {
	color: #004499;
	background-image:url(../images/arrow.png);
    background-repeat:no-repeat;
	border-bottom: 1px solid #d5d5d5;
    cursor:pointer;
	display:block;
    background-position:right;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	font-style:italic;
	margin-bottom: 3px;
	padding: 8px 0 10px 310px;
	text-decoration: none;
}


.contentcontentAreaInternalRight {
	display:block;
	float: left;
	min-height: 500px;
	/*padding-top: 30px;*/
	width: 250px;
}

.contentcontentAreaInternalRight h5 {
	background: url("../images/arrow.png") no-repeat scroll right 30px transparent;
    border-bottom: 3px solid #003366;
    color: #003366;
    cursor: pointer;
    font-family: "Times New Roman",Times,serif;
    font-size: 34px;
    font-weight: normal;
    padding-bottom: 10px;
	line-height: 1.2em;
}


.contentcontentAreaInternalRight h5 a,
.contentcontentAreaInternalRight h5 a:active,
.contentcontentAreaInternalRight h5 a:link,
.contentcontentAreaInternalRight h5 a:visited {
	color: #004499;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	padding:0 0 0px 65px;
	text-decoration: none;
}


/*-- followme2uno--*/

.followMeContainter {
	 background: url("/followme/images/followme2uno.jpg") no-repeat scroll;
	 height: 726px;
	 width: 925px;
}

.followMeContainter h4 {
	color: #003366;
    font-size: 76px;
    font-weight: bold;
    line-height: 1em;
    opacity: 0.8;
    text-align: center;
    text-shadow: 1px 3px #000000;
    text-transform: uppercase;
}

.followMeContainter h3 {
color: #000000;
    font-family: helvetica;
    font-size: 60px;
    font-weight: bold;
    margin: 25px 0 0 80px;
}

.followMeContainter h5 {
color: #000000;
    font-family: helvetica;
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 0 650px;
}

.followMeContainter p {
	color: #FFFFFF;
    margin: 375px 0 0 300px;
    position: absolute;
    text-align: center;
    width: 380px;
}


.followMeContainter img.emilyfacebook {
	margin: 225px 0 10px 30px;
}

.followMeContainter img.emilytwitter {
	margin: 280px 0 10px -10px;;
}

.followMeContainter img.brandanfacebook {
	margin: 200px 0 10px 640px
}

.followMeContainter img.brandantwitter {
	margin: 15px 0 10px 587px
}

/*--- SIL Buttons ---*/

a.silButtonLeadership {
	background: #ffa43f;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.silButtonLeadership:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.silButtonLeadership strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
}

a.silButtonCommunity {
	background: #ffc03f;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.silButtonCommunity:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.silButtonCommunity strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
	text-decoration: none;
}

a.silButtonOrgs {
	background: #ff7b3f;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.silButtonOrgs:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.silButtonOrgs strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
	text-decoration: none;
}

a.silButtonGreek {
	background: #a64214;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.silButtonGreek:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.silButtonGreek strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
}

a.silButtonSac {
	background: #ffbb6f;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.silButtonSac:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.silButtonSac strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
}

a.silButtonSg {
	background: #ff9c6f;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    width: 151px;
	color: #fff;
}

a.silButtonSg:hover {
	color: #fff;
	border: 2px solid #f3f3f3;
	border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

a.silButtonSg strong {
	font-family:Helvetica,sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 100%;
	text-decoration: none;
}


/*-- Human Resources - 2/3 container --*/

.twothirdsContainer {
	margin: 0px;
	padding: 10px;
	width: 430px;
	height: 100%;
}


/*-- Student Affairs --*/

.quadColContainer {
	border: #FFFFFF solid 0px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	float: left;
	height: 100%;
	margin-bottom: 30px;
	width: 100%;
}

.quadfirstCol {
	float: left;
	/*height: 450px;*/
	height: 475px;
	padding: 15px 10px 15px 20px;
	width: 200px;
	border-right: 1px solid #BDBDC2;
}

.quadCol {
	float: left;
	height: 100%;
	padding: 15px 0px 15px 20px;
	width: 200px;
	border:none;
}

.quadfourthCol {
	float: left;
	height: 100%;
	padding: 15px 10px 15px 20px;
	width: 200px;
	border:none;

}

.quadfirstCol img {
	padding: 0 0px 15px 0px;
}

.quadCol img {
	padding: 0 0px 15px 0px;

}


.quadColContainer li {
	font-size:13px;
}

.contentAreaFullWidth .studentAffairsHome {
	background: #000000;
	color: #ffffff;
	height: 200px;
	padding: 15px 10px 15px 20px;
	font-weight: normal;
    line-height: 1.2em;
	text-align: left;
	width: 189px;
}


/* Font-Awesome Icon box - half-page with icon floating left  (Ex: Bursar) */
.half {
	width: 49%;
    height: auto;
    margin-left: 8px;
    float: left;
	margin-bottom: 30px;
}

.half.announcement {
	background-image: url('/bursar/images/unoSign.jpg');
	height: 268px;
    background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 6px;
}

.half a.admissions-button {
    height: 22px;
    width: 92%;
    margin-right: -13px;
}


.half .overlay {
	display: none; /* when there is an announcement, display and add line of text */
	background-color: rgba(70, 88, 126, .85);
	height: 100%;
	width: 460px;
}

.half .overlay hr {
	color: #ffffff;
}

.announcement p {
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	padding: 10px 20px;
	font-weight: 100;
}

.announcement a:hover {
	text-decoration: none;
}

.half .hovericons {
	width: 100%;
	height:268px;
}

.half h6 {
    width: 59%;
    float: right;
    margin-right: 23px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.half h6:first-child {
    margin-top: 20px;
}

.half h2 {
    text-align: center;
    float: left;
	padding-left: 27px;
    font-size: 29px;
}

.half.announcement h2 {
	float: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 36px;
	padding-top: 30px;
	padding-left: 0px;
	font-family: Helvetica, sans-serif;
}

.half span {
    float: left;
    width: 34%;
    padding-left: 8px;
}

/*-- Service Learning --*/


		.SL-quadColContainer
{
		border: #FFFFFF solid 0px;
		margin-left: 23px;
		height: 100%;
		width: 95.5%;
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	    float: left;
        margin-bottom: 30px;


	}

		.SL-quadfourthCol{
		border-right: 1px solid #BDBDC2 !important;
		padding: 15px 15px 0px 10px;
		float: left;
	    height: 100%;
	    width: 200px;
	    border:none;

		}

		.SL-quadfourthCol:last-child
{

		 border-right:none !important;

}





/*-- PEC --*/

.disclaimer-hr{
	margin:8px 0px 8px 0px;
}

.concentration-heading{
	display:inline-block;
	padding-bottom:4px;
}

/* --Admissions Cousellor Page --*/

.counsellor-image {
	position:relative;
	width:175px;
	height:200px;
	display:inline-block;
	cursor:pointer;
	border: 4px solid #FFFFFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.counsellor-image img {
	width:100%;
	height:100%;
	vertical-align:top;
	float:none;
}
.counsellor-image:after, .counsellor-image:before {
	position:absolute;
	opacity:1;
/*	transition: all 0.5s;
	-webkit-transition: all 0.5s;*/
}
.counsellor-image:after {
	content:'\A';
	width:100%; height:100%;
	top:0; left:0;
	background:rgba(0,0,0,0.6);
}
.counsellor-image:before {
	content: attr(data-content);
	display:inline-block;
	white-space: pre;
	width:100%;
	color:#fff;
	z-index:1;
	bottom:0;
	padding:4px 10px;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.counsellor-image:hover:after, .counsellor-image:hover:before{
	opacity:0 !important;
}
.counsellor-image-active:after, .counsellor-image-active:before{
	opacity:0 !important;
}

#states{
	margin: auto;
	width: 200px;
	height: 30px;
	margin-bottom: 10px;
	background-color: #003366;
	color: white;
	font-size: 18px;
}

.states-drop-down-wrapper{
	width:200px;
	margin:auto;
}

.counsellor-images-wrapper{
	display:table;
	width:100%;
}

.counsellor-images-wrapper .counsellor-image-wrapper{
	width:33%;
	max-width:33%;
	margin-top:30px;
	display:inline-block;
}

#first-image-content{
	display:block;
}

#carlos-brian .counsellor-image-wrapper{
	margin-top:0px;
	max-width:40%;
}

#carlos-brian .highlightBoxRight{
	padding:10px;
	margin-bottom:0px;
	display:none;
}


#carlos-brian #first-image-content, #carlos-brian .left-half .highlightBoxRight{
	display:block;
}

.counsellor-image-content{
	display:none;
	margin-top:20px;
}

.counselor-details-wrapper{
	display:none;
	width:100%;
}

.counselor-details{
	width:75%;
	max-width:75%;
	display:inline-block;
}

.parish{
	width:24%;
	max-width:24%;
	float:right;
}
/* --END OF ADMISSIONS COUNSELLOR CSS-- */

div.social-icon a{
	width: 30px;
	max-width: 30px;
	height: 30px;
	max-height: 30px;
	overflow: hidden;
	float: left;
	border-left: 5px solid white;
	background: #f3f3f3 url("../images/social-icons-sprite.png") no-repeat top center;
}

div.social-icon a:hover{
	background-color: #f3f3f3;
}

.social-media-icons{
/*	width: 38%;
	max-width:38%; */
	float: right;
/*	margin-left: 50%;
*/	display:table;
	clear:left;
	text-align:right;
}

.social-media-icons a:hover{
	text-decoration:none;
}

.social-icon{
	display:inline-block;
	max-width:50px;
}

.social-media-icons .twitter a{
	background-color: #00B0ED;
	background-position: center -7px;
}

.social-media-icons .twitter a:hover{
	background-position: center -47px;
}

.social-media-icons .fb a{
	background-color: #3C599B;
	background-position: center -87px;
}

.social-media-icons .fb a:hover{
	background-position: center -127px;
}

.third-col-social-media-icons{
	width:auto;
	max-width:100%;
	margin-bottom: 5px;
	margin-right:1px;
}

.find-on-fb-title{
	float: left;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: white;
	margin-right: -4px;
	background-color: #3C599B;
	font-size: 10px;
	line-height: 12px;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 2px;
	border-right: 1px solid #FFFFFf;
}

.reverse-fb{
	width: 106px;
	height: 30px;
	background-color: #3C599B;
	border-left-color: white;
	border-left-width: 2px;
	background-position: center -87px;
	overflow: hidden;
	float: left;
	border-left: 5px solid white;
	background: #f3f3f3 url("../images/social-icons-sprite.png") no-repeat top center;
	background-position: 70px -87px;
	background-color: #3C599B;
	transition: all 0.2s ease;
}

.reverse-fb:hover{
	background-color: #f3f3f3;
	background-position: 70px -127px;
}

.reverse-fb-no-toggle{
	border-left: 0px;
}

.reverse-fb-no-toggle:hover{
	background-color: #3C599B !important;
	background-position: 70px -87px;
}

.social-media-icons .in a{
	background-color: #007BB6;
	background-position: center -167px;
}

.social-media-icons .in a:hover{
	background-position: center -207px;
}

.social-media-icons .gplus a{
	background-color: #DD4B39;
	background-position: center -247px;
}

.social-media-icons .gplus a:hover{
	background-position: center -287px;
}

.social-media-icons .youtube a{
	background-color: #B31217;
	background-position: center -325px;
}

.social-media-icons .youtube a:hover{
	background-position: center -366px;
}

.social-media-icons .instagram a{
		background-color: #326897;
	color:white;
		background-position: center -405px;

}

.social-media-icons .instagram a:hover{

	background-position: center -447px;

}

.social-icon a{
	width: 40px;
	height: 40px;
	display: block;
	/*transition: all 0.2s ease;*/
}

.request-info-header{
	width: 96%;
	background-color: #003366;
	padding: 2%;
	color: #FFF;
	font-weight: bold;
	text-indent: 8px;
	font-size: 14px;
	line-height: 21px;
}

.give-us-feedback{
	float: right;
	margin: 0;
	padding: 0;
	padding: 0;
	overflow: hidden;
	width:160px;
}

.give-us-feedback img{
	float: right;
	width: 100%;
	margin:0px;
	width:100%;
}

.apply-online-button {
	color: rgb(255, 255, 255) !important;
	font-size: 14px;
	background-color: #0059b2;
	float: right;
	/*margin-top: 15px;*/
	transition: all ease 0.3s;
	margin-right: 7px;
	/*height: 21px;*/
	height: 18px;
	background-image: url(../images/quick-link-icon-sprite.png);
	background-repeat: no-repeat;
	display: block;
	padding: 5px 10px 7px 32px;
	background-position: 11px 7px;
	font-family: "adellebasic_bold", "Georgia", serif;
	background-size: 19px;
	/*clear:both;*/
}

.apply-online-button:hover{
	background-color: #006ad4;
}

a.all-deadlines, a.admissions-button {
	color: rgb(255, 255, 255) !important;
	font-size: 14px;
	padding: 10px;
	padding-left: 17px;
	padding-right: 17px;
	margin-right: -5px;
	font-family: Helvetica,sans-serif;
	float: right;
	margin-top: 3px;
	transition: all ease 0.3s;
	margin-right: -5px;
	font-weight: normal;
	width: 86%;
	text-decoration: none !important;
	height: 14px;
	font-family: "adellebasic_bold", "Georgia", serif;
	background: url(../images/arrow-bullet.png) no-repeat 7px 10px;
	background-color: #003366;
	text-indent: 8px;
}
a.privateer-meet{

	background-color:#0164a8;
	color:white;
	margin-top: 14px;
	margin-left: 173px;
	color: rgb(255, 255, 255) !important;
	font-size: 14px;
	padding: 10px;


	font-family: Helvetica,sans-serif;


	transition: all ease 0.3s;

	font-weight: normal;

	text-decoration: none !important;
	height: 14px;
	font-family: "adellebasic_bold", "Georgia", serif;
	background: url(../images/arrow-bullet.png) no-repeat 7px 10px;
	background-color: #003366;
	text-indent: 8px;

}
/* Other admissions button color variations */
a.admissions-button.find {
	background-color: #5a7100;
}
a.admissions-button.find:hover {
    text-decoration: underline !important;
    background-color: #9cb82e !important;
}
a.admissions-button.start {
	background-color: #359e84;
}
a.admissions-button.start:hover {
    text-decoration: underline !important;
    background-color: #68cfb5 !important;
}
a.admissions-button.manage {
	background-color: #46587e;
}
a.admissions-button.manage:hover {
    text-decoration: underline !important;
    background-color: #7f93bf !important;
}

a.admissions-button.toolbox {
	background-color: #A8A09D !important;
}
a.admissions-button.toolbox:hover {
    text-decoration: underline !important;
    background-color: #d3ccc9 !important;
}


 a.diversity {
	color: rgb(255, 255, 255) !important;
	font-size: 14px;
	padding: 10px;
	padding-left: 17px;
	padding-right: 17px;
	margin-right: -5px;
	font-family: Helvetica,sans-serif;
	float: right;
	margin-top: 3px;
	transition: all ease 0.3s;
	margin-right: -5px;
	font-weight: normal;
	width: 86%;
	text-decoration: none !important;
	height: 14px;
	font-family: "adellebasic_bold", "Georgia", serif;
	background: url(../images/arrow-bullet.png) no-repeat 7px 10px;
	background-color: #307BBB;
	text-indent: 8px;
}
	  a.diversity:hover{
	text-decoration: underline !important;
	background-color: #7F7F7F;
}





a.all-deadlines{
	background-color: #bcb892;
}

a.all-deadlines:hover, a.admissions-button:hover{
	text-decoration: underline !important;
	background-color: #005b88;
}

a.all-deadlines:hover{
	background-color: #a9a372;
}

a.graduate-admissions-button {
	background-color: #642884;
}

a.graduate-admissions-button:hover{
	background-color: #78309e;
}

a.cost-scholarships-button{
	/*background-color: #332222;*/
	background-color:#00594c;
}

a.cost-scholarships-button:hover{
	background-color: #007b69;
}

a.last-admissions-button{
	margin-bottom:13px;
}

.schedule-icon{
	background-image: url(../images/calendar-icon.png );
	background-position: 5px 9px;
	background-size:21px;
}

.no-margin{
	margin: 0px;
}

.clear-none{
	clear:none;
}

.float-right{
	float: right;
	padding: 0px 0px 15px 31px;
	width: 232px;
}

.float-right img{
	width:100%;
	margin-bottom: 0px;
}

.float-right a:hover{
	border:5px solid #cacaca;
	display:table;
}

.float-right a{
	border:5px solid #ffffff;
	display:table;
}

.clear-both{
	clear: both;
}

div.current-students-col {
	display: inline-block;
	float: left;
	min-height:500px;
}

div.current-students-wrapper{
	padding-left:15px;
	padding-right:15px;
}


div#announcements-news-wrapper {
	width: 37%;
	float: left;
}

div#quick-links-wrapper {
	width: 26%;
	margin:0 4% 0 4%;
}

div#quick-links-wrapper .accordion-text{
	width:84%;
	padding:8%;
	padding-top: 2%;
}

div#quick-links-wrapper #accordion{
	border: 1px solid #cacaca;
}

div#quick-links-wrapper #accordion .accordion-heading:first-of-type{
	margin-top:0px;
}

div#quick-links-wrapper .accordion-text ul li{
	list-style:none;
}

div#resources-support-wrapper {
	width: 29%;
	float: left;
}

.announcement-wrapper{
	min-height: 100px;
	margin-bottom: 25px;
}

.news-wrapper{
	min-height: 200px;
}

.support-wrapper{
	min-height: 100px;
	border: 1px solid #cacaca;
	padding:25px;
	padding-top:15px;
}

.news-wrapper li a.collegeNewsLinks{
	padding: 8px 0 10px 210px;
	width: 27%;
}

.resources-wrapper{
	background-color:lightgrey;
	width:94%;
	padding:3%;
}

.resources-wrapper ul li{
	display:table;
	list-style:none;
}

.resources-wrapper ul li a{
	color:#003366;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 10px;
	padding-left: 28px;
	padding-top:3px;
	padding-bottom:5px;
	width: 110px;
	margin-top:0px;
}

.resources-wrapper ul li.webStar a {
	background-image: url(../images/webstar-marun.png);
}

.resources-wrapper ul li.studentEmail a {
	background-image: url(../images/email-marun.png);
}

.resources-wrapper ul li.moodle a {
	background-image: url(../images/email-marun.png);
}

.resources-wrapper ul li.calendar a {
	background-image: url(../images/calendar-marun.png);
}

.resources-wrapper ul li.events a {
	background-image: url(../images/events-marun.png);
}

.resources-wrapper ul li.A-ZIndex a {
	background-image: url(../images/az-index-marun.png);
}

.resources-wrapper ul li.campus-map a {
	background-image: url(../images/campus-map-marun.png);
}

.resources-wrapper ul li.emergency-info a {
	background-image: url(../images/emergency-marun.png);
}

.margin-top-0{
	margin-top:0px;
}

.see-all-deadlines{
	background: url(../images/arrow-hp-uno-blue.png) right 8px no-repeat;
	padding-right:20px;
	margin-left:6px;
	color: #0059b2 !important;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none !important;
	height: 22px !important;
	line-height: 22px;
	display: inline-block;
}

a.all-deadlines{
	display: inline-block;
	width: auto !important;
	padding-left: 18px !important;
	float: none !important;
	padding-right: 10px;
}

a.uno-heartbeat-button.student-life-button {
	background-color: #003366;
}

a.uno-heartbeat-button.student-life-button:hover {
	background-color: #048;
}

a.uno-heartbeat-button.admissions-button {
	background-color: #0059B2;
}

a.uno-heartbeat-button.admissions-button:hover {
	background-color: #006ad4;
}

a.uno-heartbeat-button.privateer-button {
	background-color: #003366;
}

a.uno-heartbeat-button.privateer-button:hover {
	background-color: #048;
}

.width-auto{
	width:auto !important;
}

.width-auto a{
	border:0px !important;
}

.top-right-buttons{
	padding:0px;
	margin-right:6px;
}

.top-right-buttons a{
	margin:0px;
	border:1px solid #003366 !important;
	background-color:white;
	color:#003366 !important;
	padding: 7px 8px 7px 8px;
	background: url(../images/arrow-bullet-uno-blue.png) no-repeat 7px 8px;
}

.top-right-buttons a:hover{
	background-color:#003366;
	color:#FFFFFF !important;
	background: #003366 url(../images/arrow-bullet.png) no-repeat 7px 8px;
}

.inline-element{
	width:auto;
}

.inline-element .fb a{
	border:0px;
}
/*--- Three Column - IELP ---*/



.IELP-triColContainerWide {
	border: #FFFFFF solid 0px;
	float: left;
	margin-bottom: 30px;
	width:940px;
	height: 440px;
    border-bottom: 1px solid #666;
	margin-bottom:16px;

}

.IELP-triCol {
	float: left;
	padding: 15px 9px 15px 20px;
	width: 280px;
	height: 400px;
	border: none;

}








/*--- Three Column - Wide (VIP Admissions)---*/
.triColContainerWide {
	border: #FFFFFF solid 0px;
	float: left;
	height: 100%;
	margin-bottom: 30px;
	width: 100%;
}

.trifirstCol {
	float: left;
	height: 500px;
	/*height: 175px;*/
	padding: 15px 9px 15px 20px;
	/*width: 286px;*/
	width: 280px;

	border-right: 1px solid #BDBDC2;
}

.trisecondCol {
	float: left;
	height: 500px;
	/*height: 175px;*/
	padding: 15px 9px 15px 20px;
	/*width: 286px;*/
	width: 285px;
	border-right: 1px solid #BDBDC2;
}

.trithirdCol {
	float: left;
	height: 500px;
	/*height: 175px;*/
	padding: 15px 10px 15px 20px;
  	/*width: 286px;*/
	width: 280px;
	border:none;

}

.tricolviplist {
	margin-left: 17px;
    width:260px;

	}

.trifirstCol img {
	/*padding: 0 0px 15px 0px;*/
}

.trisecondCol img {
	/*padding: 0 0px 15px 0px;*/

}

.trithirdCol img {
	/*padding: 0 0px 15px 0px;*/

}

.triColContainerWide li {
	font-size:13px;
}

/*-- Hover Buttons - Admissions VIP Page --*/

.round-button {
    display:block;
    width:125px;
    height:125px;
    border-style: solid;
    border-width: 5px;
    border-radius: 50%;
    box-shadow: 0 0 3px gray;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.vip-button-wrapper:hover .round-button {
    background-color: #003366;
}

#undergrad-round-button {
    background-image: url("/images/undergrad-icon-pblue.png");
    border-color: #004499;
}

.vip-button-wrapper:hover #undergrad-round-button {
    background-color: #004499;
    background-image: url("/images/undergrad-icon-hover.png");
}

.vip-button-wrapper:hover p#undergrad-round-button-text {
    color: #004499;
}

#grad-round-button {
    background-image: url("/images/grad-icon-purple.png");
    border-color: #642884;
}

.vip-button-wrapper:hover #grad-round-button {
    background-color: #642884;
    background-image: url("/images/grad-icon-hover.png");
}

.vip-button-wrapper:hover p#grad-round-button-text {
    color: #642884
}

#counselor-round-button {
    background-image: url("/images/hs-counselor-icon.png");
    border-color: #003366;

}

.vip-button-wrapper:hover #counselor-round-button {
    background-color: #003366;
    background-image: url("/images/hs-counselor-icon-hover.png");
}

.vip-button-wrapper:hover p#counselor-round-button-text {
    color: #003366;
}

.vip-button-wrapper {
    display: block;
    width: 100%;
}

.vip-button-wrapper p {
  font-family: 'Bree Serif', "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 3.2em;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;

}

/*--- Three Column - (Admissions Counselor page)---*/
.tColContainer {
	border: #FFFFFF solid 0px;
	float: left;
	height: 200px;
	margin-bottom: 30px;
	width: 100%;
}

.tfirstCol {
	float: left;
	height: 175px;
	padding: 15px 14px 15px 15px;
	width: 276px;
	border-right: 1px solid #BDBDC2;
}

.tsecondCol {
	float: left;
	height: 175px;
	padding: 15px 14px 15px 15px;
	width: 276px;
	border-right: 1px solid #BDBDC2;
}

.tthirdCol {
	float: left;
	height: 175px;
	padding: 15px 13px 15px 15px;
	width: 276px;
	border:none;

}

/*---For popups on ---*/
.pop{
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;

}

a.pop:hover
{
	font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
}

.pcolor
{

	font-family: Arial,Helvetica,sans-serif;
	color: black;
}

#mypopup1-popup, #mypopup2-popup, #mypopup3-popup {

    width: 26%;
    height: 50%;
    text-align: left;
}

/*---Highlight box for a vip page ---*/
.viphighlightBoxRight {
	background-color: #3192E0;
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: block;
    float: right;
	margin: 0 0 30px 15px;
    padding: 30px;
   	min-height: 20px;
	width: 195px;
	clear:right;
}



/*--giveagift button for support cola
a.giveagift {
	color: rgb(255, 255, 255) !important;
	font-size: 14px;
	padding: 10px;
	padding-left: 17px;
	padding-right: 17px;
	margin-right: -5px;
	font-family: Helvetica,sans-serif;
	float: right;
	margin-top: 3px;
	transition: all ease 0.3s;
	margin-right: -5px;
	font-weight: normal;
	width: 86%;
	text-decoration: none !important;
	height: 14px;
	font-family: "adellebasic_bold", "Georgia", serif;
	background: url(../images/arrow-bullet.png) no-repeat 7px 10px;
	background-color: #003366;
	text-indent: 8px;
}

a.giveagift {
	background-color: #83BA3A;
}

a.giveagift:hover {
	text-decoration: underline !important;
	background-color: #83BA3A;
}

a.giveagift:hover {
	background-color: #83BA3A;
}
--*/

/*---Slider for recreation---*/

#slider-frame {

	width: 716px;
	height: 250px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

#slider {

	width: 716px;
	height: 250px;
	display: block;
	position: absolute;
	overflow: hidden;

}

.info {

	width: 716px;
	height: 75px;
	display: block;
	position: absolute;
	/*background-color: #333333;*/
	z-index: 99;
	top: 175px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.65) 82%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.65)), color-stop(82%,rgba(0,0,0,0.65))); /* 		   Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.65) 82%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.65) 82%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.65) 82%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.65) 82%); /* W3C */


}

.info h2 {

font-family: sans-serif;
font-size: 24px;
color: white;
padding: 10px 0 0 20px;
margin-bottom: 5px;
	text-decoration: none;

}

.info p {

font-family: sans-serif;
font-size: 12px;
font-weight: lighter;
color: white;
padding: 0 0 10px 20px;
width: 500px;

}

.info h2 a,
.info h2 a:hover,
.info h2 a:link,
.info h2 a:visited {

	color: white;
}

#play {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 20px;
	right: 44px;
	background: rgba(102,204,0,.2);
	color: #FFF;
	cursor: pointer;
	z-index: 999;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);



}


#pause {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 20px;
	right: 88px;
	background: rgba(102,204,0,.2);
	color: #FFF;
	cursor: pointer;
	z-index: 999;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);

}

#next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	background: rgba(102,204,0,.2);
	color: #FFF;
	cursor: pointer;
	z-index: 999;
}



#prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 20px;
	right: 50px;
	background: rgba(102,204,0,.2);
	color: #FFF;
	cursor: pointer;
	z-index: 999;
}

#pager{

	text-align: center;
	display: block;
	position: absolute;
	cursor: pointer;
    z-index: 999;
	left: 615px;
    top: 222px;

}

#pager a {

	font-size: .0em;
	color: transparent;
	width: 7px;
	height: 7px;
	display: inline-block;
	position: relative;
	border-radius: 30px;
	border: 1px solid #FFF;
	background: transparent;
	margin: 5px;

}

#pager a.activeSlide {

	background: #FFF;}
/*---End of Slider for recreation---*/

/*--- Apply Custom Design ---*/


.applyContainer {
	height: 390px;
	width: 730px;
}

.applyUndergradContainer {
	float: left;
	height: 360px;
	text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 500px;
    /*font-size: 12px;
    font-weight: bold;	*/

}

.applyUndergradContainer h2 {

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #666666;
	margin-left: -30px;

	}

.applyOR {
	float: left;
	height: 25px;
	width: 25px;
}

.applyOR img {
	margin: 0;
}

.applyUndergradContainerHeaderLeft{
	float: left;
	width: 237px;
	margin-left: -7px;
}

.applyUndergradContainerHeaderRight{
	float: left;
	text-align: center;
	width: 237px;
}

.applyUndergradColumnLeft {
	float: left;
	height: 250px;
	text-align: left;
	width: 232px;
	margin-top: 5px;
}

.applyUndergradColumnRight {
	border-left: 1px solid #999999;
	float: left;
	height: 250px;
	margin:5px 0 0 11px;
	padding: 0 0 0 35px;
	text-align: left;
	width: 171px;
}

.applyGradContainerHeader {
	float: left;
	text-align: center;
	width: 214px;
}

.applyGradContainerHeader h2 {

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #666666;
	margin-left: 30px;

	}


.applyGradContainer {
	border-left: 1px solid #999999;
	float: left;
	height: 342px;
	text-align: center;
	width: 214px;
}

.applyGradbutton {

 	left: 15px;
	position: relative;

	}



/* end of custom design */

/* Tumblr icon */
.tumblrIcon  {

	float: right;
	background:  url(../images/tumblr-white-blue.png ) no-repeat  top center ;
	height: 30px;
	width: 30px;
	margin-left: 5px;
	display: block;

}


.tumblrIcon:hover a{
    background:  url(../images/tumblr-blue.png) no-repeat  top center ;
	height: 30px;
	width: 30px;
	display: block;


}

/* end of Tumblr icon */

/* Masonry */


.sectionMason
{
    padding: 10px 0;
    position: relative;
}

.white
{
    background-color: #FFF;
}

.wrapperMason
{
    width:960px;
    overflow: hidden;
    margin:0 auto;
    position: relative;
}

h3.headerMason1
{
    width: 245px;
    padding:10px;
    background-color: #0E5aa5;
    margin: 10px auto 20px 105px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
  	font-size: 14px;
  	font-weight: normal;
  	color: white;
	float: left;
}


h3.headerMason1 a:link, h3.headerMason1 a:visited{
    color: white;
    text-decoration: none;
}

h3.headerMason1 a:hover{
    text-decoration: underline;

}

h3.headerMason2
{
    width: 245px;
    padding:10px;
    background-color: #0E5aa5;
    margin: 10px 115px 20px auto;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: white;
	float: right;
}

h3.headerMason2 a:link, h3.headerMason2 a:visited{
    color: white;
    text-decoration: none;
}

h3.headerMason2 a:hover{
    text-decoration: underline;

}

.companyMason {
    cursor: pointer;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;

}
.img-cont {
    height: 120px;
    width: 220px;
    background-color: #ccc;
}
.img-cont img {
	margin: 0 -10px -10px 0;
}
.companyMason .labelMason {
    color: #fff;
    background-color: #221E1F;
    line-height: 26px;
    padding: 0 9px;
    width: 202px;
    white-space: nowrap;
    overflow: hidden;
}
.tiles-cont {
    width: 980px;
    padding:10px;
	margin-left: -5px;
}
.companyMason:hover .labelMason {
    background-color: #ccc;
    color: #000;
}
.stage-b {
    width: 460px;
    height: 520px;
    /*background-color: #000;*/
	background-color: #003366;
    position: relative;
}
.stage-b {
    position: relative;
}
.stage-b .img-cont-2 {
    width: 460px;
    height: 190px;
    background-color: #bbb;
}
.stage-b h2 {
    margin: 0;
    color: #fff;
}
.stage-b .infoMason {}
.stage-b .press {}
.stage-b .infoMason p, .stage-b .press p {
    color: #fff;
}
.stage-b .infoMason p a, .stage-b .press p a {
    color: #fff;
    text-decoration: underline;
}
.stage-b .infoMason p {}
.stage-b .press p {}
.stage-b .stats {
    border-collapse: collapse;
    position: absolute;
    left: 17px;
    bottom: 11px;
}
.stage-b .stats td {
    text-align: center;
    padding: 0 25px 0 0;
}
.stage-b h4 {
    margin: 0;
    color: #4CB5E7;
}
.stage-b h5 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 7px 0 0 0;
}
.stage-b h5 a {
    color: #fff;
    font-size: 13px;
}
.stage-b .innards {
    margin: 19px;
    overflow: hidden;
    height: 254px;
    border-bottom: 1px solid #fff;
}

 .stage-b .innards h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #a9dcf9;
  line-height: 1em;
  padding: 15px 0 10px 0;
	}

.stage-b .innards h2 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #a9dcf9;
  line-height: 1em;
	padding-top: 0;
	}

.company.opened {
    cursor: auto;
}
.cats {
    margin: 0 0 18px 0;
    line-height: 20px;
}
.cats a {
    color: #000;
    padding: 3px 10px;
    line-height: 21px;
    border-radius: 6px;
    text-decoration: none;
}
.cats a:hover {
    color: #666;
}
.cats a.active, .cats a.active:hover {
    border: 1px solid #57954B;
    background-color: #ABD585;
    color: #000;
}

.links {

		background-color: #003366;
		position: absolute;
		left:17px;
		bottom: -25px;
		border-color: #003366;
		display: table;
		border-spacing: 2px;
		width: 0;

	}

/* End of Masonry */

/* Big Button STEM */

h3.bigButtonSTEM1
{
    width: 245px;
    padding:10px;
    background-color: #83BA3A;
    margin: 0 auto 20px 84px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
  	font-size: 14px;
  	font-weight: normal;
  	color: white;
	float: left;
}


h3.bigButtonSTEM1 a:link, h3.bigButtonSTEM1 a:visited{
    color: white;
    text-decoration: none;
}

h3.bigButtonSTEM1 a:hover{
   text-decoration: underline;
   background-color :#6C6C6C;
}

h3.bigButtonSTEM2
{
    width: 234px;
    padding:10px;
    background-color: #83BA3A;
    margin: -5px auto 20px 3px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
  	font-size: 14px;
  	font-weight: normal;
  	color: white;
	float: left;
}


h3.bigButtonSTEM2 a:link, h3.bigButtonSTEM2 a:visited{
    color: white;
    text-decoration: none;
}

h3.bigButtonSTEM2 a:hover{
   /* text-decoration: underline;*/
     background-color :#6C6C6C;
}
a.STEMButton{
		color: #FBF3F3;
		width: 234px;
    padding:10px;
    background-color: #C4D600;
    margin: -5px auto 20px 3px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
  	font-size: 14px;
  	font-weight: normal;
  	color: white;
	text-decoration: none;
	float: left;
	}


a.STEMButton:hover{
	/*text-decoration: underline !important;*/
	text-decoration: none;
	background-color: #6C6C6C;
}

/*  UNOButtons  */

a.UNOButton {
  color: #FBF3F3!important;
  text-decoration: none!important;
  width: 100%;
  max-width: 258px;
  padding: 14px 0px 14px 14px;
  background-color: #003056;
  margin: 0px 0px 50px 0px;
  font-family: "Arial", arial, sans-serif;
  font-size: 1.2em;
  display: inline-block;
  position: relative;
}

a.UNOButtonClear {
  text-decoration: none!important;
  display: inline-block;
  padding: 6px 25px 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #647B96;
  position: relative;
}

a.UNOflexibleWidth {
  max-width: none;
  padding-top: 7px!important;
  padding-right: 28px!important;
  padding-bottom: 7px!important;
  padding-left: 7px!important;
}

a.UNOButton:hover{
	text-decoration: none;
	background-color: #6C6C6C;
}

a.UNOButton:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #FBF3F3;
  border-bottom: 10px solid transparent;
  right: 9px;
  top: 14px;
}

a.UNOtwoCol{
  max-width: 180px;
}

a.Blue2{
  background-color: #647B96;
}

a.Blue3{
  background-color: #005CB9;
}

a.Blue4{
  background-color: #002F87;
}

a.Blue5{
  color: #003056!important;
  background-color: #9ACAEB;
}

a.Blue5:hover{
	background-color: #646569;
}

a.Blue5:before{
  border-left: 10px solid #003056;
}

a.Silver1{
  background-color: #646569;
}

a.Silver1:hover {
  background-color: #647B96;
}

a.Silver2{
  color: #003056!important;
  background-color: #A09FA2;
}

a.Silver2:hover{
  background-color: #647B96;
}

a.Silver2:before{
  border-left: 10px solid #003056;
}

a.Green{
  color: #003056!important;
  background-color: #C4D600;
}

a.Green:hover{
  background-color: #646569;
}

a.Green:before{
  border-left: 10px solid #003056;
}
a.Orange{
  color: #333!important;
  background-color: #FFBF3B;
}

a.Orange:hover{
  background-color: #646569;
}

a.Orange:before{
  border-left: 10px solid #333;
}

a.Red{
  background-color: #630D0A;
}

a.Brown{
  background-color: #523114;
}

/*  End UNOButtons  */

input.CSButton, a.CSButton{
		color: #049; !important;
		width: 234px;
    padding:10px;
    background-color: #F9D343;
    margin: -5px auto 20px 3px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
  	font-size: 18px;
  	font-weight: normal;

	text-decoration: none;
	float: left;
	}


input.CSButton, a.CSButton:hover{
	/*text-decoration: underline !important;*/
	text-decoration: none;
	background-color: #6C6C6C;
	color: white;
}

a.PRButton{
		color: rgb(102, 102, 102);
		width: 250px;
    padding:10px;
    background-color: rgb(187, 228, 251);
    margin: -5px auto 1px 3px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
  	font-size: 14px;
  	font-weight: normal;

	text-decoration: none;
	float: left;
	}


a.PRButton:hover{
	/*text-decoration: underline !important;*/
	text-decoration: none !important;
	background-color: #6C6C6C;
	color: white;
}

/* End Big Button STEM */


/* Large Icon Circle Buttons - Grad Programs etc. */

.hovericons {
    width: 220px;
    height: 180px;
    background-color: #F3F3F3;
    margin-bottom: 20px;
    border: 2px solid #cccccc;
}
/* Bigger icons on full width pages - Bursar, Financial Aid */
.hovericons.big{
	width: 100%;
	height: 183px;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	border: 2px solid #cccccc;
}
.icon {
	margin-left: 70px;
	border: 10px solid #ccc;
	border-radius: 100px;
	height: 2.00em;
	width: 2.00em;
	text-align: center;
	line-height: 2.00em;
	margin-bottom: 10px;
	margin-top: 20px;
	color: rgb(175, 39, 47);
	padding-left: 5px;
	padding-top: 5px;
}
.icon-color {
	background-color: #fff;
}
.icon2.big {
	font-size: 3em;
	margin-left: 55px;
	margin-top: 0px;
}
.icon.rounded.big {
    font-size: 4em;
    margin-left: 36px;
    margin-top: -8px;
}


/* Normal width pages - Large Icon Circle Buttons - Grad Programs, purchasing etc. */

.arrow_box {
	height: 0;
	border-style: solid;
	border-width: 7px 0px 7px 12px;
	border-color: transparent transparent transparent #6c6c6c;
	float:right;
	margin-top:110px;
	margin-right:1px;
}

.hovericonsFull{
	width: 286px;
	/* height: 190px; */
	background-color: #f3f3f3;
	border: 2px solid #cccccc;
    cursor: pointer;
	float: left;
	/* margin-left: 15px; */
	margin-bottom: 25px;
}

.iconFull {
	text-decoration: none;
    position: relative;
    color:#5a7100;
	cursor: pointer;
 	font-size: 4em;
  	margin-top: -8px;
	background-color: #fff;
	margin-left: 70px;
	border: 10px solid #CCC;
	border-radius: 100px;
	height: 2.00em;
	width: 2.00em;
	text-align: center;
	line-height: 2.00em !important /*to overwrite font-awesome */;
	margin-bottom:10px;

}

.hovericonsNormal{
	width: 220px;
	height: 200px;
	background-color: #F3F3F3;
	margin-bottom: 20px;
	border: 2px solid #cccccc;
	float: left;
	margin-left: 10px;
}

.iconNormal{
	text-decoration: none;
 	position: relative;
  	text-align:center;
 	color:#5a7100;
	cursor: pointer;
	border: 10px solid #CCC;
	border-radius: 100px;
	height: 2.00em !important;
	width: 2.00em !important;
	text-align: center;
	line-height: 2.00em !important;
	margin-bottom:10px !important;
	margin-top: 20px  !important;
    margin-left: 55px !important;
	background-color: #fff;
}
.icon1Normal {
color: rgb(175, 39, 47) ;

}
.icon2Normal{
color: #049;
padding-left: 0px;
padding-top: 0px;


}

.icon3Normal
{

 padding-top: 3px;
padding-left: 0px;
padding-top: 0px;
color: rgb(90, 113, 0);
}


/* arrows in square surrounding circle icon */
.arrow_box3 {
	height: 0px;
	border-style: solid;
	border-width: 7px 0px 7px 12px;
	border-color: transparent transparent transparent #6c6c6c;
	float:right;
}


/* Heartbeat Videos */

.containervid{
padding: 2% 2% 2% 2%;
text-align: justify;
}

.containervid:after{
content: '';
display: inline-block;
width: 100%;
}

a{
text-decoration: none;
text-underline: none;
}

.containervid .mix{
display: none;
width: 18%;
margin-right: 5%;
margin-bottom: 15px;
background-color: gray;
background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#F0F0F0)) #F0F0F0;
background: -moz-linear-gradient(top, #FAFAFA, #F0F0F0) #F0F0F0;
border: 1px solid #EAEAEA;
color: #686F74;
float: left;
font-family: "Helvetica Neue",sans-serif;
height: 167px;
line-height: 17px;
list-style: none;
/*margin: 0px 5px 5px 0px;*/
padding: 8px;
/*width: 167px;*/
}

.mix p{
margin-top: 10%;
text-align: center;
}

.mix:hover{
border: 1px solid #003366;
}

.filter:first-child{
border-left: 1px solid #ccc;
}

.filter{
background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
background: -o-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
background: linear-gradient(to bottom, #fafafa 0%,#f0f0f0 100%);
color: #6C6C6C !important;
cursor:pointer;
display: inline-block;
width: 120px;
font-weight: normal;
border-top: 1px solid #CCC !important;
border-bottom: 1px solid #CCC !important;
border-right: 1px solid #CCC !important;
line-height: 20px;
padding: 10px 0;
text-align: center;
float:left;
}

.filter:hover{
background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #fafafa 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #fafafa 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #fafafa 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #fafafa 0%,#e5e5e5 100%);
color: #003366 !important;;
}

.filter-wrapper{
display: table;
margin-bottom: 15px;
width: 100%;
}

.active-filter{
color: #254C6B !important;
}

/* End of Heartbeat Videos */

/* Full-Width Apply Now Page */
#applyFull {
padding: 0px 15px;
}

.pointer {
cursor: pointer;
}

.wideBanner-container {
position:relative;
width: 100%;
height: auto;
}

.fullBanner-image {
width: 100%;
max-width: 918px;
height: auto;
margin-bottom: 50px;
}

#apply-banner-overlay {
width: 320px;
height: 130px;
padding: 20px;
background-color: rgba(255, 255, 255, .8);
position: absolute;
top: 35px;
left: 35px;
z-index: 999;
}

#apply-banner-overlay h2 {
font-family: 'Bree Serif', 'Courier New', courier, serif;
color: #004499;
padding: 0px 0px 5px 0px;
font-size:28px;
font-weight:normal;
}

#apply-banner-overlay .apply-button h3 a {
display: block;
width: 99%;
background-color: #004499;
padding: 5px 0px 5px 5px;
color: #ffffff;
font-family: 'Bree Serif', 'Courier New', courier, serif;
font-weight: 400;
letter-spacing: 0.02em;
text-decoration: none;
}

.full-threecolcontainer {
width: 96%;
margin: 0px 2%;
}

.full-threecolcontainer .onecol {
width: 30%;
max-width: 286px;
margin: 0 23px 50px 23px;
float: left;
height: auto;
}

.full-threecolcontainer .onecol.first {
margin-left: 0;
margin-right: 22px;
}

.full-threecolcontainer .onecol.last {
margin-right: 0;
margin-left: 22px;
}

.full-threecolcontainer .onecol .bigButtons {
width: 100%;
height: 165px;
background-repeat: no-repeat;
background-size: contain;
display: block;
cursor: poiner;
}

.full-threecolcontainer .onecol #appStatus {
background-image: url('/admissions/apply/images/appStatus.jpg');
}
.full-threecolcontainer .onecol #visitUNO {
background-image: url('/admissions/apply/images/visitUNO.jpg');
}
.full-threecolcontainer .onecol #vipPortal {
background-image: url('/admissions/apply/images/vipPortal.jpg');
}
.full-threecolcontainer .onecol #deadlinesDates {
background-image: url('/admissions/apply/images/deadlinesDates.jpg');
}
.full-threecolcontainer .onecol #scholarshipsAwards {
background-image: url('/admissions/apply/images/scholarshipsAwards.jpg');
}

.full-threecolcontainer .onecol a.bigButtons {
    font-family: 'Bree Serif';
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: .04em;
    padding-top: 40px;
    padding-left: 10px;
}

.full-threecolcontainer .onecol a:hover {
color: #ffffff;
text-decoration: none;
}

.full-threecolcontainer .onecol h3.categories {
text-align: center;
color: #003366;
font-weight: normal;
font-size: 20px;
padding-top: 0px;
padding-left: 0px;
margin-top: 0px;
line-height: 15px;
}

.full-threecolcontainer .onecol h4 {
margin: 0px;
padding: 0px;
}

.full-threecolcontainer .onecol h4 a{
margin: 15px auto;
padding: 5px 0px;
display: block;
text-align: center;
font-weight: normal;
color: #ffffff;
font-size: 18px;
line-height: 24px;
width: 100%;
text-decoration: none;
cursor:pointer;
}

.full-threecolcontainer .onecol h4.undergrad a{
background-color: #9faf10;
}

.full-threecolcontainer .onecol h4.grad a{
background-color: #0059b2;
}

.full-threecolcontainer .onecol h4.unsure a{
background-color: #003366;
}

#lean_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:1800px;
width:100%;
background: black;
display: none;
}

#gradPopup, #undergradPopup {
z-index: 999;
position:fixed;
top: 10%;
width: 600px;
padding: 30px;
display: none;
background: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#gradPopup a, #undergradPopup a {
color: #ffffff;
padding: 10px;
width: 400px;
margin: 20px auto;
text-align: center;
display: block;
}

#undergradPopup h2, #gradPopup h2 {
text-align: center;
font-family: 'Bree Serif', 'Courier New', courier, serif;
font-size: 20px;
color: #ffffff;
}

#undergradPopup a, #undergradPopup h2 {
background-color: #9faf10;
}

#gradPopup a, #gradPopup h2 {
background-color: #0059b2;
}

#gradPopup p, #undergradPopup p {
padding-top: 15px;
}

#gradPopup ul, #undergradPopup ul {
list-style-type: initial;
margin-bottom: 15px;
padding: 0px 15px;
}

#gradPopup ul li, #undergradPopup ul li {
padding-bottom: 8px;
}

.full-threecolcontainer .onecol a span.larger {
font-size: 49px;
}

.full-threecolcontainer .onecol a span.smaller {
font-size: 35px;
}

h2.special-underline {
border-bottom: 1px solid #9faf10;
padding-bottom: 0px;
margin-bottom: 25px;
}

ul.icon-boxes {
list-style: none;
}

ul.icon-boxes li {
background-color: #f3f3f3;
padding: 10px 15px 15px 15px;
list-style: none;
margin-bottom: 10px;
clear: both;
min-height: 65px;
height: 100%;
}

ul.icon-boxes li .supplement-left {
float: left;
width: 20%;
}

ul.icon-boxes li .supplement-left img {
width:75px;
height: auto;
margin: 5px 25px;
}

ul.icon-boxes li .supplement-right {
float: left;
width: 80%;
}

ul.icon-boxes li h4 {
padding-bottom: 5px;
}

#undergradPopup a.closebutton, #gradPopup a.closebutton {
background-color: transparent;
width: 25px;
height: 25px;
padding: 1px;
margin: 3px;
float: right;
}

.closebutton img {
width: 25px;
height: 25px;
}

/* iPad - smaller text on Scholarships */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

	.full-threecolcontainer .onecol a span.smaller.extra-small { font-size: 31px; }
}

/*iPhone - icon box sizes and smaller text on Scholarships */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px){
	ul.icon-boxes li { min-height: 150px; }

	.full-threecolcontainer .onecol a span.smaller.extra-small { font-size: 32px; }

}

/* End of Full-Width Apply Now Page */

#videoPopupSTEM { position: fixed !important; top: 10% !important; }

/* Current Students Page */
#currentStudents .info p {
		width: 550px;
	}
	#currentStudents .four-fifths {
		float: right;
		width: 76%;
    	padding: 0px 2%;
	}
	#currentStudents #slider-frame {
		margin: 0px 12px 30px 12px;
	}
	#currentStudents .bigLinkColumn {
		width: 20%;
		/*background-color: #e3e1e1; */
		background-color: #e6e6e6;
		height: 3756px;
		float:left;
	}
	#currentStudents .bigLinkColumn img {
		margin: 5px 35px;
		float:none;
	}
	#currentStudents .bigLinkColumn #banner img {
		width: 909px;
    	height: auto;
    	position: relative;
    	top: 10px;
	}
	#currentStudents .bigLinkColumn #banner h1 {
		font-family: Arial;
		font-weight: bold;
		backround-color: rgba(0, 51, 102, .75);
		width: 880px;
		height: 26px;
		position: absolute;
		padding-left: 30px;
		color: #ffffff;
		left: 258px;
		top:305px;
		background-color: rgba(0, 51, 102, .75);
	}
	#currentStudents .bigLinkColumn p {
		margin: 0px 15px;
	}
	#currentStudents .bigLinkColumn p a {
		text-decoration: underline;
	}
	#currentStudents .bigLinkColumn p.button {
		text-align: center;
    	font-family: "Bree Serif", serif;
    	font-weight: 500;
    	text-decoration: underline;
    	margin: 20px 0px;
    	font-size: 16px;
	}
	#currentStudents .bigLinkColumn p.button.noIcon {
		margin-bottom: 0px;
		color: #004499;
	}
	#currentStudents .bigLinkColumn p.noLink {
		text-decoration: none;
	}
	#currentStudents .bigLinkColumn .separator {
		width: 80%;
	}
	#currentStudents #linkareas {
		width: 87%;
    	margin: 0px auto;
	}
	#currentStudents #linkareas h2 {
		font-family: "Gill Sans", sans-serif;
		font-weight: 600;
		padding: 0px 0px 5px 0px;
		margin: 10px;
	}
	#currentStudents #linkareas .triCol {
		padding: 15px 1% 15px 1%;
    	width: 28%;
	}
	#currentStudents #linkareas .triCol h6 a {
		width: 96%;
	}
	#currentStudents #linkareas .area {
		margin-bottom: 50px;
	}
	#currentStudents .underline {
		width: 500px;
		margin-top: -10px;
		height: 0px;
		border-bottom: 2px solid #000;
		margin-left: 130px;
		margin-bottom: 12px;
	}
	#currentStudents #linkareas .right img {
		float: right;
		margin-left: 10px;
	}
	#currentStudents #linkareas .right h2 {
		margin-left: 0px;
	}
	#currentStudents #linkareas .right .underline {
		margin-left: 0px;
	}
	#currentStudents a.admissions-button {
		height: 23px;
	}
	#currentStudents a.admissions-button span {
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	#currentStudents #linkareas .campuslife h6 a {
		background-color: #00594c;
	}
	#currentStudents #linkareas .register h6 a, #linkareas .media h6 a {
		background-color: #642884;
	}
	#currentStudents #linkareas .bills h6 a, #linkareas .services h6 a {
		background-color: #9faf10;
	}
	#currentStudents #linkareas .academic h6 a, #linkareas .beyond h6 a {
		background-color: #0059b2;
	}
	#currentStudents #linkareas .military h6 a {
		background-color: #dc872c;
	}
	#currentStudents #linkareas .computing h6 a {
		background-color: #00594c;
	}

/* Interactive Campus Map */
#campus-map-page h2 { padding: 0px 0px 15px 0px !important; }

    #campus-map-page #map {
		height:1000px;
		width:632px; /* was 948 for full width */
	}
	#campus-map-page .mapHolder {
		height: 1000px;
		width: 632px;
		float: right;
		/* width: 100%; */
		padding: 0px;
		margin-bottom: 50px;
	}
	#campus-map-page .infocontent {
		width: 350px;
		height: auto;
		padding-left: 23px;
	}
	#campus-map-page .infocontent h4 {
		color: #ffffff;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 16px;
    	margin-top: 10px;
    	text-align: center;
    	font-weight: bold;
    	padding: 4px;
    	background-color: #003366;
	}

	#campus-map-page .infocontent a {
		text-decoration: underline;
	}

	#campus-map-page #legendMobile {
		display: none;
	}
	#campus-map-page #legend {
		width: 316px;
	}
	#campus-map-page #legend ul li {
		list-style: none;
    	margin-left: 0px;
    	font-size: 16px;
		padding: 4px;
		border-bottom: 1px solid #f1f1f1;
	}

	#campus-map-page #legend ul li a {
		cursor:pointer;
		color: #004499;
		/* text-decoration: underline; */
	}

	#campus-map-page #legend ul li:hover {
		background-color:#f1f1f1;
	}
	#campus-map-page #legend ul li a:hover {
		text-decoration: none;
	}

	#campus-map-page #legend ul li.activebuilding {
		background-color:#003366;
	}

	#campus-map-page #legend ul li.activebuilding a {
		color: #ffffff;
	}

	#campus-map-page #legend ul li ul li {
		margin-left: 30px;
    	font-size: 15px;
    	list-style: initial; }

	#campus-map-page #legend ul li.activebuilding ul li {
		color: #ffffff;
	}

	#campus-map-page #legend ul li.activebuilding ul li:hover {
		background-color: transparent;
	}

	#campus-map-page .gm-style-iw > div > div {
		overflow: hidden !important;
	}

	#campus-map-page input[type="checkbox"]{
		width: 20px;
		height: 20px;
		float:right;
	}
	#campus-map-page label {
		font-size: 18px;
	}
	#campus-map-page label span.categorytitle {
		padding-left:2px;
	}

	#campus-map-page .panel-heading {
		cursor: pointer;
    	padding: 2px;
		padding: 4px;
    	border-bottom: 1px solid #f1f1f1;
    	margin-top: 8px;
	}
	#campus-map-page .panel-heading:hover {
		background-color: #f1f1f1;
	}
	#campus-map-page .panel-heading label, .panel-heading input {
		cursor:pointer;
	}
	#campus-map-page .panel-heading .clickable {
		width: 90%;
		float:left;
	}
	#campus-map-page .panel-text {
		background-color: #f1f1f1;
		display: none;
	}
	#campus-map-page .arrow-right {
		border-width: 6px 0px 6px 10px;
    	border-color: transparent transparent transparent #003366;
	}
	#campus-map-page .arrow-down {
		border-width: 10px 6px 0 6px;
		border-color: #003366 transparent transparent transparent;
	}

	#campus-map-page .button-holder {
		float: right;
		margin-bottom: 15px;
	}
	#campus-map-page button {
	    padding: 5px 10px;
		margin: 0px 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #ffffff;
		border: 1px solid #003366;
		box-shadow: 10px;
		-webkit-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.75);
		box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	}

	/* Tabs */
	#campus-map-page #tabs-container, #tabsmobile-container { float: left; }

	#campus-map-page .tabs-menu {
		height: 30px;
		float: left;
		clear: both;
		margin-left: -5px;
	}

	#campus-map-page .tabs-menu li {
		height: 30px;
		line-height: 30px;
		float: left;
		margin-right: 5px;
    	font-size: 12px !important;
		background-color: #ccc;
		border-top: 1px solid #d4d4d1;
		border-right: 1px solid #d4d4d1;
		border-left: 1px solid #d4d4d1;
		padding: 0px !important;
	}

	#campus-map-page .tabs-menu li.current {
		position: relative;
		background-color: #fff;
		border-bottom: 1px solid #fff;
		z-index: 5;
	}

	#campus-map-page .tabs-menu li a {
		padding: 10px;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none !important;
	}

	#campus-map-page .tabs-menu a {
		color: #ffffff !important;
		text-decoration: none !important;
	}

	#campus-map-page .tabs-menu .current a {
		color: #2e7da3 !important;
		text-decoration: none !important;
	}

	#campus-map-page .tab {
		border: 1px solid #d4d4d1;
		background-color: #fff;
		float: left;
		margin-bottom: 20px;
		width: 100%;
		margin-left: -10px;
	}

	#campus-map-page .tab-content {
		width: 96%;
    	padding: 20px 2%;
		display: none;
	}

	#campus-map-page #tab-1, #tabmobile-1 {
	 display: block;
	}

	#campus-map-page .contentColumnLeftWide {
		display:block;
		float: left;
		min-height: 100px;
		width: 50%;
		margin-right: 0px !important;
	}

	#campus-map-page .contentColumnRightWide {
		display:block;
		float: right;
		min-height: 100px;
		width: 48%;
	}

	#campus-map-page .triCol {
		margin-left:0px;
		width: 30.5%;
	}

/* info.uno.edu */
a.uno-heartbeat-button.new-request-info-button{
	background-color: #C1D82F;
}
.image-grid .post-thumb {
  overflow: hidden;
	position: relative;
	border: 2px solid #FFF;
    padding: 0px !important;
}

.image-grid .post-thumb img {
    width: 100%;
    display: block;
    }

.image-grid .post-thumb .title-over {
    position: absolute;
    top: 40%;
    width: 100%;
	height: 20%;
    background: rgba(0,0,0,0);
	padding: 0px 15px 15px;
}

.image-grid .post-thumb .title-over h4 {
    font-size: 16px;
    font-family: 'Helvetica';
	font-stretch: condensed;
	color: #fff;
	padding-bottom: 0px;
}

.image-grid .post-thumb .title-over p {
	color: #ffffff;
	margin-top: 0px;
	line-height: 1.25em;
}

.image-grid .post-thumb .title-over h4 a, .image-grid .post-thumb .title-over p a {
    color: #ffffff;
	text-decoration:underline;
}

.image-grid .post-thumb .post-hover {
    position: absolute;
    width: 100%;
    height: 98%;
    top: 30px;
    left: 0px;
    visibility: hidden;
	background: rgba(0,0,0,0.5);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.image-grid .post-thumb .post-hover .inside {
    position: relative;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image-grid .post-thumb .post-hover .inside h4 {
    font-size: 16px;
    font-family:'Helvetica';
	font-stretch: condensed;
  	padding: 0px 15px 15px;
	color: #e46f36;

}

.image-grid .post-thumb .post-hover .inside h4 a {
	padding: 5px 8px 0px;
    color: #e46f36;
}

.image-grid .post-thumb .post-hover .inside p {
	padding: 0px 15px 0px;
    font-size: 12px;
	color:#fff;
}

.image-grid .post-thumb .post-hover .inside ul{
	padding: 30px 15px 0px;
	top:60px;
	left: 80px;
}
.image-grid .post-thumb .post-hover .inside ul li{
	list-style-type: square;
	padding: 5px 15px 0px;
	font-size: 12px;
	color:#fff;
}

.image-grid .post-thumb:hover .post-hover {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.hidedesktop { display: none; }
.hidemobile { display: block; }
.hideAll { display: none!important; }

.slideDiv {
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #3d3d3d;
}
.slideDiv img { width: 100%; height: auto; }
.slideDiv h3 { padding-bottom: 0px; }
.slideDiv .text{
	height: auto;
	background-color: #f1f1f1;
    padding: 10px;
	height: 345px;
	max-height: 345px;
}

/* academic program pages 2.0 */

img#banner {

		width: inherit;  /* Make images fill their parent's space. Solves IE8. */
  		max-width: 100%;
		height: auto !important; /* IE 10 fix */
	}

	h1.special {
        color: rgba(0, 33, 66, 0.75);
   		font-family: Helvetica,sans-serif;
		padding-bottom: 15px;
	}
	h2.special {
		color: #004499;
   		font-family: Helvetica,sans-serif;
    	padding-top: 0px;
	}
	h3.special {
    	color: #004499;
	    margin-left: 30px;
	}

	h3.special li {
		padding-bottom: 15px;
    }

	.accountinginfo {
		bottom: 200px;
		float:left;
	}


	a:focus, a {
    	text-decoration: none;
	}
	.heading3 {

		color: #003366;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		padding: 30px 0px 20px 0px;
		clear: both;
	}

	.departmentofaccounting:hover { color:  #0059B2; }
	.heading4 {
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: lighter;
		display: inline;
		clear: both;
		padding-bottom: 10px;
	}
	a.accountingbutton:focus{
		border: 2px solid #dcdcdc;
	}
.accountingbutton {
		-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
		box-shadow: inset 0px 1px 0px 0px #ffffff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
		background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
		background-color: #ffffff;
		border: 2px solid rgba(0, 33, 66, 0.45);
		display: inline-block;
		cursor: pointer;
		color: rgba(0, 33, 66, 0.75);
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		padding: 13px 45px;
		text-decoration: none;
		float: right;
		display: inline;
		clear: both;
		height: 32px;
		margin: 20px 30px 0px 20px;
		width: 59%;
		text-align: center;
		line-height: 37px;
	}

    a.accountingbutton {
	 color: rgba(0, 33, 66, 0.75);
	}

	.accountingbutton:hover {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
		background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
		background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
		background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
		background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
		background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
		background-color:#f6f6f6;
		text-decoration: none;
		color: #003366;
		border: 2px solid #003366;
	}
	.accountingbutton:active {
		position:relative;
		top:1px;
	}

	.right-col {
		float:right;
		width:31%;
	}

	.left-col {
		float:left;
		width:60%;
		padding-left: 30px;
	}

/*Hover Tooltips */
  .tooltip {
    position: relative;
    display: inline-block;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Styles for Silver and Blue magazine section, May 2017 */

.sbContainer {
  width: 100%;
  padding: 0px 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}
.featureIssueContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.featureIssueContainer.cover {
  flex-direction: column;
  align-items: center;
  max-width: 55%;
}
.featureIssueContainer.contents {
  padding: 35px 0px 0px 15px;
  flex-direction: column;
  max-width: 40%;
  }
.featureIssueContainer.contents ul {
  list-style-type: none;
}
.featureIssueContainer.contents ul li {
  list-style: none;
  margin: 5px 0 0 0px;
  border-top: silver solid 1px;
}
.featureIssueContainer.contents ul li span.teaser {
  font-size: 0.825em;
  line-height: 1.15em;
  font-style: italic;
  font-weight: lighter;
  margin: 0 0 0 6px;
  display: inline-block;
}
.featureIssueContainer.contents ul li a {
  text-decoration: none;
}
.prevIssues {
	margin-top: 50px;
  border-top: 1px solid #666;
	padding-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.prevIssue {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.prevIssue.readmore {
  width: 50%;
  border: 2px #003056 solid;
  padding: 9px 5px;
}

.flexTriContainer {
	margin-top: 10px;
  border-top: 1px solid #666;
	padding-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.flexContainerRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.flexColumnHalf {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 47%;
  padding: 10px 8px;
}
.flexColumnThird {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 31%;
  padding: 10px 8px;
}
.flexColumnHalf.actionButton {
  width: 50%;
  border: 2px #003056 solid;
  padding: 9px 5px;
}

.flexContainer6030 {
	padding-top: 10px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: stretch;
	font-size: 16px;
	line-height: 1.5;
}
.flexColumn60 {
	width: 60%;
	margin-bottom: 30px;
	padding: 10px 8px;
}
.flexColumn30 {
	width: 30%;
	margin-bottom: 30px;
	padding: 10px 8px;
} 
#rollupContainer {
    display: block;
	background: url('http://www.uno.edu/images/InFocThumb.png');
	background-position-y: -204px;
	background-repeat: no-repeat;
    width: 187px;
    height: 234px;
	overflow: hidden;
  transition: background-position-y 400ms;
  -webkit-transition: background-position-y 400ms;
		}

#rollupContainer:hover{
	background-position-y: 4px;
}

/* Styles for CourseCatalog pages */

.ccatButton {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem 1.5rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

hr.dottedCCDivider {
	color: #d8d8d8;
	margin-bottom: 15px;
}

.classPop {
	padding: 2px 12px 2px 8px;
	font-weight: bold;
	background: LemonChiffon;
	color: #004c99;
	border-style: solid;
	border-color: lightgrey;
	border-width: 1px;
	cursor: pointer;
	vertical-align: middle;
}
.classPop:hover {
	text-decoration: none;
	background: #66aa33;
	color: white;
}