@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue.eot');
	src: local('☺'),  url('fonts/HelveticaNeue.ttf') format('truetype') ;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaLtBT';
	src: url('fonts/FuturaLtBT.eot');
	src: local('☺'),  url('fonts/FuturaLtBT.ttf') format('truetype') ;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueBlk';
	src: url('fonts/HelveticaNeueLTCom-BlkCn.eot');
	src: local('☺'),  url('fonts/HelveticaNeueLTCom-BlkCn.ttf') format('truetype') ;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueXBlk';
	src: url('fonts/HelveticaNeueLTCom-XBlkCn.eot');
	src: local('☺'),  url('fonts/HelveticaNeueLTCom-XBlkCn.ttf') format('truetype') ;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTCom-MdCn';
	src: url('fonts/HelveticaNeueLTCom-MdCn.eot');
	src: local('☺'),  url('fonts/HelveticaNeueLTCom-MdCn.ttf') format('truetype') ;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaLTStd-BoldCond';
	src: url('fonts/HelveticaLTStd-BoldCond.eot');
	src: local('☺'),  url('fonts/HelveticaLTStd-BoldCond.ttf') format('truetype') ;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CopperplateLT';
	src: url('fonts/CopperplateLT.eot');
	src: local('☺'),  url('fonts/CopperplateLT.ttf') format('truetype') ;
	font-weight: normal;
	font-style: normal;
}


html {
	background-color:#cfcfcf;
}
body {
	
	padding: 0;
	margin: 0;
	background-color:#ebebeb;
}
.main {
	width: 970px;
	min-height: 200px;
	margin: auto;
	
}
.logo-container {
	height: 91px;
    margin-bottom: 5px;
    padding-top: 42px;
    width: 649px;

}
.logo-black {
	background-image: url(images/logo-black.png);
	width: 649px;
	height: 91px;
	display:inline-block;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	position:absolute;
	opacity: 0;
	
}
.logo-black:hover {
	
	opacity: 0.9;
	
	
}
.logo  {
	
	position:absolute;
	background-image: url(images/logo.png);
	width: 649px;
	height: 91px;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	opacity: 1;
	
}

.logo:hover {
	opacity:0;
	
}


.nav {
	height: 30px;
	width: 970px;
	line-height: 30px;
	color: #333333;
	margin: auto;
	
}
.nav a {
	color: #333333;
    font-family: "HelveticaNeue";
    font-size: 12px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.nav a:hover{
	color: #000;
}
.nav-container {
	background-image: url("images/bg.png");
    background-repeat: repeat-x;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.dropdown{
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	
}
.dropdown:hover{
	color: #000;
}

.menu-main {
	width: 100%;
	height: 28px;
	background-color: #FFF;
	margin-bottom:  20px;
}
.search {
	background-color: #FFFFFF;
    background-image: url("images/lens.png");
    background-position: 185px center;
    background-repeat: no-repeat;
    color: #565656;
    float: right;
    font-family: ""HelveticaNeue"";
    font-size: 18px;
    margin-left: 20px;
    padding-left: 15px;
    width: 217px;
	font-family: "HelveticaNeue";
	 
	
}
.dropdown {
	background-color: #96B2E2;
    background-image: url("images/menu.png");
    background-position: 190px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: "HelveticaNeuen";
    padding-left: 15px;
    width: 215px;
	
}
.menu a{
   color: #888;
display: block;
font-family: "HelveticaNeue";
text-decoration: none;
line-height: 18px;
margin-top: 2px;
	
	
}

.menu a{
	
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	display: inline-block;
	
}

.menu a:hover{
	
	color: #555;
	
}
.menu-blues a:hover{
	
	color: #ededed;
	
}




.menu a:last-child{
	border-right: none;
}
.footer {
	width: 100%;
	height: 280px;
	
	background-color: #d8d8d8;
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 1%, #e6e6e6 30%, #d8d8d8 63%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e6e6e6), color-stop(30%,#e6e6e6), color-stop(63%,#d8d8d8), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 1%,#e6e6e6 30%,#d8d8d8 63%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 1%,#e6e6e6 30%,#d8d8d8 63%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 1%,#e6e6e6 30%,#d8d8d8 63%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 1%,#e6e6e6 30%,#d8d8d8 63%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
}
.footer-main {
	width: 970px;
	margin:auto;
}
.clear {
	clear:both;
}
.boxes {
	height: 1200px;
    position: relative;
    width: 100%;
	
	
}
.box {
	float: left;
	background-color: #FFF;
	position: absolute;
	height:277px; 
}
.box:hover{
	 
}
.box img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.box .title{
	color: #FFFFFF;
    display: table-cell;
    font-family: "HelveticaNeue";
    font-size: 25px;
    height: 277px;
    width: 100%;
	vertical-align: bottom;
	padding-left: 10px;
	text-transform: uppercase;
	
	
	
}
.box .title-holder {
	position: absolute;
	left: 0;
	top: 0;
	
}

.box .description {
	background-color: #FFFFFF;
    display: inline-block;
    font-family: HelveticaNeue;
    position: absolute;
    width: 100%;
    z-index: 1;
	background-image: url(images/triangle.png);
}
.box .description-title {
	
	padding: 10px;
	font-size: 20px;
    font-weight: bold;
    padding: 10px;
	word-wrap: break-word;
	display:none;
	
}
.box .description-description {
	
	padding: 10px;
	
}
.box .description-link {
	
	padding: 10px;
	
	color: #333;
	padding-bottom: 30px;
	display: inline-block;
	
}
.menu-main li {
border-right: 1px solid #888;
color: #888;
display: inline-block;
font-family: "HelveticaNeue";
height: 20px;
line-height: 26px;
margin-top: 5px;
min-width: 104px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
text-decoration: none;
list-style: none;
font-size: 14px;
text-transform: uppercase;
}
.menu-main li:last-child {
	border: none;
}

.custom-page-title {
	height: 79px;
	background-color: #FFF;
	font-family: "HelveticaNeue";
	color: #4e4e4e;
}

.breadcrumbs {
	padding: 14px 20px 10px;
	text-transform: uppercase;
}

.big-title {
	padding-left: 20px;
	font-size: 28px;
	text-transform: uppercase;
}

.left-column {
	float: left;
	width: 206px;
	min-height: 400px;
	
}
.right-column {
	float: left;
	width: 764px;
	min-height: 400px;
	
}

.menu-left {
	width: 182px;
	background-color:#FFF;
}
.menu-left a{
	font-family: HelveticaNeue;
}
	
.menu-left ul {
margin-top: 20px;
}

.menu-left li {
padding-top: 20px;
padding-left: 20px;
text-transform: uppercase;
}
.menu-left a {
font-size: 11px;
}

.menu-left li:last-child {
padding-bottom: 30px;
 }


.content-box {
	background-color: #f2f2f2;
	margin-top: 20px;
}
.news-box {
	background-color: #FFF;
	margin-top: 20px;
	width: 182px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px;
}
.news-box h1 a {
	color: #b03500;
	text-decoration: none;
	font-family: HelveticaNeue;
	margin-bottom: 15px;
	display: block;
}
.news-box h2 a {
	color: #b03500;
text-decoration: none;
font-family: HelveticaNeue;
margin-bottom: 15px;
display: block;
font-size: 12px;
margin-top: 10px;
}
.news-box li a {
color: #02C5BD;
font-family: HelveticaNeue;
text-transform: uppercase;
font-size: 11px;
text-decoration: none;
display: block;
}
.news-box li span {
font-size: 11px;
text-transform: uppercase;
margin-bottom: 20px;
display: block;
}
.blue-menu {
	background-color: #96b2e2;
	margin-top: 20px;
	color: #FFF;
}
.menu-blues {
	width: 182px;
margin-top: 20px;
}

.menu-blues li{
	background-color: #96b2e2;
	color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
	height: 30px;
	margin-bottom: 4px;
	font-size: 18px;
	font-family: HelveticaNeue;
	font-weight: normal;
	
	
}
.menu-blues a{
 	color: #FFF;
	
	
}

.content-text{
	padding: 0 30px;
	
}
.content-text h1 {
font-weight: bold;
color: #b03500;
font-size: 24px;
line-height: 44px;
margin-bottom: 20px;
font-family: HelveticaNeue;
text-transform: uppercase;
}

.content-text p {
margin-bottom: 30px;
color: #616161;
font-family: "Myriad Pro";
font-size: 16px;
line-height: 22px;
}

.content-text ul{
	list-style: initial;
 	list-style-position: outside;
	margin-left: 20px;
	font-family: "Myriad Pro";
	font-size: 16px;
	line-height: 20px;
	color: #616161;
}

.content-text a {
color: #b03500;
text-decoration: none;
font-family: "Myriad Pro";
font-size: 15px;
}


.footer-links{
	width: 100%;
		
}
.column-24 {
	width: 24%;
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.column-19 {
	width: 19%;
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.footer-column {
	padding-left: 10px;
	min-height: 140px;
	
}


.footer-column h1 {
font-family: HelveticaNeue;
font-size: 20px;
}

.footer-column li a {
font-size: 11px;
line-height: 18px;
display: inline-block;
color: #333;
}
.social-media-icon-link {
	width: 27px;
	height: 40px;
	border: 1px solid rgba(0,0,0,0);
	float: left;
	margin-left: 6px;
}

.social-media-icon-link:first-child {
margin-left: 108px;
}

.content-text li span {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
.sub-menu {
	position: absolute;
	z-index: 20;
	margin-left: -20px;
	background-color: #FFF;
	margin-top: -5px;
	display: none;
	background-color: #FFF;
	box-shadow: 1px 1px #FFF;
}
.sub-menu li {
display: block;
float: left;
border: none;
text-align: left;
height: auto;
padding-left: 10px;
font-size: 11px;
padding-right: 10px;

}
.sub-menu a {
text-transform: uppercase;
}

.copperplatelt{
	
	font-family: CopperplateLT !important;
    font-size: 25px !important;

	
}
#menu-left-menu-academics-2 li {
list-style-type: disc;
list-style-position: inside;
}


.pager {
	color: #666 !important;
}

.pager-current {
	color: #b03500 !important;
	
}

.pager:active {
	color: #b03500 !important;
}
.icon-link-mail {
	background-image: url(images/icon-mail.png);	
	
}
.icon-link-f {
	background-image: url(images/icon-f.png);	
	
}

.icon-link-twitter {
	background-image: url(images/icon-twitter.png);	
	
}

.icon-link-ig {
	background-image: url(images/icon-ig.png);	
	
}

.icon-link-v {
	background-image: url(images/icon-v.png);	
	
}

.icon-link-rss {
	background-image: url(images/icon-rss.png);	
	
}
.icon-link-mail:active {
	background-image: url(images/hl-icon-mail.png);	
	
}
.icon-link-f:active {
	background-image: url(images/hl-icon-f.png);	
	
}

.icon-link-twitter:active {
	background-image: url(images/hl-icon-twitter.png);	
	
}

.icon-link-ig:active {
	background-image: url(images/hl-icon-ig.png);	
	
}

.icon-link-v:active {
	background-image: url(images/hl-icon-v.png);	
	
}

.icon-link-rss:active {
	background-image: url(images/hl-icon-rss.png);	
	
}


.current-menu-item > a {
	color:#b03500 !important;
	
}
.menu-item a:active {
	color:#b03500 !important;
}


.menu-left a, .footer-about a, .menu-blues a {
	
	transition-duration: 0.1s !important;
	-moz-transition-duration:  0.1s !important;
	-webkit-transition-duration:  0.1s !important;
	display: inline-block;
	
}

#top-button {
	width: 25px; 
	height: 42px; 
	background-image: url( images/top.png); 
	position: absolute; 
	margin-top: 80px; 
	margin-left: 1013px;
}
#top-button:active {
	background-image: url( images/hl-top.png); 
}
.body-inner {
	background-image: url("images/bg-gradient-mask.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	
}

.breadcrumbs-link {
	text-decoration:none; 
	color: #444;
}

img.box-image {
transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;

}

.field-wrap label {
display: inline-block !important;
width: 130px;
}

.ninja-forms-required-items {
margin-bottom: 10px;
}
.ninja-forms-field-error {
	color: #F00;
}


.main-slide {
	box-shadow: none !important;
	margin-top: 18px;
	 
}

/* IPAD */


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px){


	.left-column {
		display: none;
	}
	body {
		background-image: none !important;
		width: 970px;
	}
	.right-column {
		width: 100%;
	}
	.content-box > center > img {
		width: 100%;
	}
	.footer-main {
		width 100%;
	}
	.breadcrumbs {
		display: none;
	}
	.big-title {
		padding-top: 20px;
	}
	#top-button {
		display: none;
	}
}




