/* 
* Global Styles 
*/
html,
body {
  z-index: -500;
  height: 100%;
  margin: 0;
  color: #000 !important;
 /* custom font not appearing fix */
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
table {
  width: 100%;
  border-bottom: 20px;
}
table td {
  padding-left: 10px;
}
table tbody {
  border-top: 0 !important;
}
hr {
  border-color: #888 -moz-use-text-color #FFF !important;
}
h1 {
    font-weight: 400 !important;
    font-size: 30px !important;
}
h2 {
  font-size: 24px !important;
}
h3 {
  font-size: 20px !important;
}
h1, h2, h3, h4 {
  font-family: 'Open Sans', sans-serif !important;
  /* line-height: 20px !important; */
}
h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
}
.item-list .pager li {
  padding: 0px;
  margin: 2px;
}
.print-link {
  text-align: left;
  font-size: 11px;
  margin: 0px 0px 0px -20px;
}
.page-wrapper {
  background: #FFF;
  height: auto !important;
  min-height: 100%;
}
* html .page-wrapper {
  height: 100%;
}
.page-buffer {
  background: #FFF;
  height: 200px;
  margin: 0 auto -170px;
}
fieldset.collapsed {  
  height: 50px !important;
}
.fieldset-wrapper {
  padding: 10px;
  background: #EEE;
}
legend {
  font-size: 14px !important;
  margin-bottom: 0px !important;
}
.print-share {
  margin-top: 80px;
}
.print-share span {
  padding-right: 20px;
  font-size: 12px;
}
.dropdown-fix {
  margin: 54px 161px 0px 0px !important;
}
body.admin-menu {
  margin-top: 28px !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  height: 15px;
}
.video-span {
  margin-left: 0px !important;
  padding-right: 20px;
  padding-bottom: 20px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination {
  text-align: center;
}
.photo-with-caption-left {
  position: relative;
  margin: 0px 20px 20px 0px;
}
.photo-with-caption-right {
  position: relative;
  margin: 0px 0px 20px 20px;
}
.photo-with-caption-left .caption,
.photo-with-caption-right .caption {
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: #FFF !important;
  font-size: 12px;
  bottom: 0;
  left: 0;
}
.photo-with-caption-left .caption p,
.photo-with-caption-right .caption p {
  padding: 10px;
  margin: 0 !important;
  line-height: 1em;
  font-size: 11px;
  color: #FFF !important;
}


/*
* Accessibility Skip To Main
*/
#skip-link {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; 
    background: #FFF;
    font-size: 18px;
    padding: 20px;
}
#skip-link:focus {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}
	

/*
* User Bar
*/
#user-bar {
  height: 35px;
}


/*
* Top Notifications
*/
#notifications a,
.page-notifications a {
  color: #FFF;
  font-weight: 400;
}
#notifications a:hover,
.page-notifications a:hover {
  text-decoration: none;
  color: #FFF;
}
/* Weather Notification */
#notifications .Weather.Alert,
.page-notifications .Weather.Alert {
  background: #99CCFF;
  color: #000;
  padding: 10px;
  text-align: center;
}
/* OIT Notification */
#notifications .OIT.Notification,
.page-notifications .OIT.Notification {
  background: #FFFFAC;
  color: #000; 
  padding: 10px;
  text-align: center;
}
/* Other Notification */
#notifications .Other,
.page-notifications .Other {
  background: #CCC;
  color: #000;
  padding: 10px;
  text-align: center;
}
/* Danger Notification */
#danger .Emergency.Alert,
.page-notifications .Emergency.Alert {
  padding: 20px;
  text-align: center;
  font-weight: 400;
  background: #FF3333;
  color: #FFF;
  font-size: 16px;
}
#danger .Emergency.Alert p,
.page-notifications .Emergency.Alert p {
  color: #fff;
}

/* 
* Header 
*/
#header {
	background-color: rgba(16,90,150,0.9);
	padding: 10px;
}
#header #delagate-button a img,
#header #locations-button a img {
    margin-top: -2px;
    margin-right: 5px;
    height: 14px;
}
#header .quicklinks ul.menu {
  display: none;
}
#header ul.nav {
  margin-top: -2px !important;
}
#header-background {
}
.headerbg1 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg1.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg1.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg1.jpg',sizingMethod='scale');
}
.headerbg2 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg2.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg2.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg2.jpg',sizingMethod='scale');
}
.headerbg3 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg3.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg3.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg3.jpg',sizingMethod='scale');
}
.headerbg4 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg4.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg4.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg4.jpg',sizingMethod='scale');
}
.headerbg5 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg5.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg5.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg5.jpg',sizingMethod='scale');
}
.headerbg6 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg6.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg6.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg6.jpg',sizingMethod='scale');
}
.headerbg7 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg7.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg7.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg7.jpg',sizingMethod='scale');
}
.headerbg8 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg8.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg8.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg8.jpg',sizingMethod='scale');
}
.headerbg9 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg9.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg9.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg9.jpg',sizingMethod='scale');
}
.headerbg10 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg10.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg10.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg10.jpg',sizingMethod='scale');
}


/*
* Mobile Options
*/
#mobile-options {
  display: none;
  width: 95%;
  margin: auto;
  margin-top: 20px;
}


/*
* Search
*/
#block-search-form h2, 
#block-search-form label,
#block-search-form #edit-actions, 
#block-search-form #edit-submit-1,
#block-search-form #edit-actions--2,
#block-search-form #edit-actions--3 {
  display: none;
}
#block-search-form input {
  width: 95%;
}
  


/*
* Self Identification Menu
*/
#self-ident {
  text-align: right;
  background: rgba(200,200,200,0.4);
  text-align: center;
  padding: 10px 0px;
  margin-top: -2px;
}
#self-ident a {
  color: #fff;
  font-size: 13px;
  padding: 8px;
}
#self-ident ul {
  margin: auto;
  text-align: center;
}
#self-ident ul li {
  display: inline;
  margin: 0;
  padding: 0; 
}
#self-ident ul li ul {
  display: none;
}


/* 
* Navigation 
*/
#navigation {
	background-color: rgba(50,50,50,0.92);
	font-family: 'Open Sans', sans-serif !important;
	white-space: nowrap;
	font-size: 13px;
	padding: 20px 0px 20px 0px;
  color: #333;
  position: relative;
}
#navigation ul {
	list-style-type: none;
	margin-bottom: 0px;
  margin: 0px;
	text-align: center;
}
#navigation ul li {
	display: inline;
}
#navigation ul li.nav-link {
	text-align: left;
}
#navigation ul li.nav-link a {
	color: #FFF;
	text-decoration: none;
  font-weight: 600;
  padding: 22px 3%;
}
#navigation ul li.nav-link:hover, 
#navigation ul li.nav-link:hover a{
	color: #FFCE00;
}
#navigation .mega {
	position: absolute;
  overflow: hidden;
	left:0;
	right:0;
	display: none;
	padding: 20px 0px 0px 20px;
	white-space: normal;
	font-size: 12px;
  margin-top: -5px;
 }
#navigation .mega a {
  padding: 0 !important;
}
#navigation .mega .sub-menu-title {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	text-align: left;
    text-transform: uppercase;
	font-size: 15px;
	font-weight: 600 !important; 
}
#navigation .mega p {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	white-space: normal;
	font-family: sans-serif;
	font-weight: normal;
	margin-top: 10px;
	text-align: left;
}
#navigation .mega ul {
	text-align: left;
  margin-bottom: 40px;
}
#navigation .mega ul li {
	display: list-item;
  list-style-type: none;
  list-style-image: none;
	line-height: 14px;
  margin: 0px;
	margin-bottom: 8px;
	font-family: sans-serif;
}
#navigation .mega ul li a {
	color: #FFF !important;
	font-weight: 300;
  padding: 0;
}
#navigation .mega ul li a:hover {
	color: #FFCE00 !important;
}
#navigation .mega ul {
	margin-left: 0;
}


/* 
* Carousel 
*/
#myCarousel .item {
	height: 550px;
}
#myCarousel .item {
	margin: auto;
}
#myCarousel .carousel-caption .caption-title {
    font-size: 18px; 
}
#myCarousel .carousel-caption {
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
    background: rgba(16,90,150,1);
    bottom: 0;
}
#myCarousel .carousel-caption .caption-title,
#myCarousel .carousel-caption a {
  color: #FFCE00;
}
#myCarousel .carousel-indicators li {
    border: 1px solid #fff;
}
#carousel-toggle {
    border: 3px solid rgba(255,255,255,0.8);
    border-radius: 25px;
    margin: 10px;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.5);
    background-image: url('../img/pause.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
}
#carousel-toggle.paused {
    background-image: url('../img/play.png');
    background-position: 8px center;
}
#carousel-toggle:hover,
#carousel-toggle:focus,
#carousel-toggle:active {
    border: 3px solid #fff;
    background-color: rgba(0,0,0,0.8);
}


/*
* Important Notices
*/
#important-notices h3 {
  margin-bottom: 30px;
}
#important-notices .block {
  display: none;
}
#important-notices a {
  color: #ffffff !important;
}

/*
* Events
*/
#events {
  position: relative;
}
#events .article-list-title {
  font-size: 18px;
  margin-bottom: 40px !important;
}
#events .event {
  min-height: 70px;
  margin-bottom: 10px;
  clear: both;
}
#events .event-date {
  width: 60px;
  float: left;
  margin: 0px 20px 0px 0px;
}
#events .event-date .event-date-month {
	text-align: center;
	padding: 5px;
	background: #104E8B;
	color: #FFF;
}
#events .event-date .event-date-day {
	background: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	padding: 5px;
}
#events .view-all {
  position: absolute;
  bottom: 0;
  right: 0;
}


/*
* News
*/
#news {
  position: relative;
}
#news .article-list-title {
  font-size: 18px;
  margin-bottom: 40px !important;
}
#news .news-date {
  color: #999;
}
#news .news-date h6 {
  margin-top: 0px;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 0px;
}
#news .news-title {
  margin-bottom: 20px;
}
#news .view-all {
  position: absolute;
  bottom: 0;
  right: 0;
}


/*
* Banner
*/
#banner {
	position: fixed;
	top: 0;
	overflow: hidden;
	z-index: -100;
}
#banner img {
	overflow: hidden;
	width: 100%;
}


/*
* Main Area
*/
#main {
  background: #FFF;
	padding: 20px 0px 20px 0px;
  z-index: 500;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -142px;
}
#main .tab-wrapper img {
  margin: 0;
}
#main .tab-wrapper .nav > .dropdown > ul.dropdown-menu {
  margin-left: -98px;
}
#main p {
    color: #000000;
}
#main a {
    /* Original color: #0066CC; */
    color: #0073E6;
}
#main a.btn {
    color: #fff;
}
#main a.btn-action,
#main a.btn-default {
    color: #000;
}


/*
* Main Inner / Body Content
*/
#main-inner {
  background: #FFF;
  padding-bottom: 50px;
}
#main-inner h2 {
  margin: 20px 0px 20px 0px;
  color: #000;
}
#main-inner .meta {
  display: none;
}
#main-inner p {
  font-weight: 400;
  margin-bottom: 25px;
}
#main-inner p li {
  margin: 0;
}


/*
* Side Bar Slider
*/
a.open-side-bar {
  color: #fff !important;
  position: fixed;
  left: -50%;
  padding: 10px;
  background: rgba(16,90,150,0.9);
  font-size: 14px;
}
a.close-side-bar {
  margin-left: 10px;
}


/*
* Side Bar
*/
#side-bar {
  box-shadow: 15px -1px 20px -22px;
  padding-bottom: 50px;
}
#side-bar-inner {
  padding: 10px;
  font-size: 90% !important;
  background: #FFF;
}
#side-bar-inner h2, 
#side-bar-inner h3, 
#side-bar-inner h4 {
  position: relative;
  background: #EEE;
  color: #333;
  font-size: 16px !important;
  line-height: 1.2em;
  padding: 10px;
  margin-left: -10px;
  width: 104%;
}
#side-bar-inner h2:before, 
#side-bar-inner h2:after, 
#side-bar-inner h3:before, 
#side-bar-inner h3:after, 
#side-bar-inner h4:before, 
#side-bar-inner h4:after { 
  content:" ";
  border-top:10px solid #CCC;
  position:absolute;
  bottom:-10px;
}
#side-bar-inner h2:after,
#side-bar-inner h3:after,
#side-bar-inner h4:after {
  border-right: 10px solid transparent;
  right: 0;
}
#side-bar-inner .nav-list > li > a, .nav-list .nav-header {
  margin-right: 0px !important;
}
#side-bar-inner ul.nav-list li {
  width: 95%;
}
#side-bar-inner ul.nav-list li.active a.active {
  position: relative;
}
#side-bar-inner ul.nav-list li.active a.active:after {
  content: '   ';
  position: absolute;
  width: 0; 
  height: 0; 
  top: 0;
  right: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #0088CC;
  margin-right: -13px;
}


/*
* Footer
*/
#footer {
	background-color: #105A96;
	color: #FFF;
	padding: 20px 0px 0px 0px;
	font-size: 80%;
  font-weight: 300;
	text-align: center;
}
#footer .apply a {
	display: inline;
	padding-right: 30px;
	line-height: 25px;
	font-size: 16px;
}
#footer .sub {
	padding: 20px 0px 20px 0px;
	background-color: #333;
  margin: 15px 0px 0px 0px;
}
#footer ul {
  float: left;
  margin-left: -5px;
} 
#footer ul li {
  display: inline;
}
#footer a {
  color: #FFF !important;
}
#footer .sub a {
	margin-right: 10px;
}
#footer .sub p {
  text-align: left;
}
#footer .findyourself img {
	width: 75%;
	margin-top: -5px;
	margin-bottom: 5px;
}
#footer .findyourself,
#footer .social {
  text-align: right;
}
#footer .social img {
    width: 36px;
}


/*
* Meet Our Faculty TD fix
*/
#block-views-faculty-block-1 table td {
  width: 100px;
}

/*  
* Events Page Table cleanup
*/  
.views-field-field-event-date {
  width: 80px;
}
.views-field-field-event-start-time {
  width: 80px;
}
.views-field-field-event-building {
  width: 100px;
}


/*
* Edit page fixes
*/
.node-form #edit-submit,
.node-form #edit-preview,
.node-form #edit-preview-changes,
.node-form #edit-delete {
  margin-top: 30px;
}


/*
* Staff directory fixes
*/
.views-field-field-staff-phonenumber-value {
  width: 100px;
}

/*
* Blue well Hover
*/
.blue.well:hover {
  background-color:#EBF4FA;
}

/*
* Inner Blue Menu
*/
.menu-wrapper-blue-inner-menu {
  background-color: rgba(16,90,150,0.9);
}
a.link-blue-inner-menu{
  color: #fff;
  font-size: 13px;
}

.center-blue-inner-menu{
  text-align: center;
  padding: 10px;
}

.webform-client-form .form-managed-file .form-submit {
    display: none;
}
/*
* Accessibility Fixes
*/
h4.under {
    text-decoration: underline;
}
span.under {
    text-decoration: underline;
}
.vox td{
    background-color: #d9dcdd;
    border-right: 1px solid black;
}
td.last{
   border-right: none;
}
.table-background{
   background-color: #f4f4f4;
}
