@import url('https://fast.fonts.net/cssapi/3df67c3f-e1f1-46e8-95a4-88c8fe0b63a4.css');
/*
Theme Name: NU-IMP
Author: Create+Conquer
Author URI: http://www.createconquer.com/
Version: 1.0

*/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.aligncenter {
  text-align: center;
  margin: 1em 0;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
::selection {
  background: #000;
  /* Safari */

  color: #fff;
}
::-moz-selection {
  background: #000;
  /* Firefox */

  color: #fff;
}
html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #444;
}
body {
  color: #454444;
  font: 14px/22px Neue Helvetica W02;
  background: #444;
}
#pageWrap {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
}
.btn {
  font: 500 13px Neue Helvetica W02;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 15px 35px;
  letter-spacing: .1em;
}
.btn:hover {
  background: #fff;
  color: #cc0000;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.btn-primary {
  background: #fff;
  color: #cc0000;
  border: 1px solid #ddd;
}
.btn-primary:hover {
  background: #cc0000;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.btn-main {
  background: #cc0000;
  color: #fff;
  border: 1px solid #ddd;
}
.btn-main:hover {
  background: #fff;
  border: 1px solid #cc0000;
  color: #cc0000;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.layout ul {
  margin-left: 3em;
}
.fancybox-skin {
  background: none !important;
  box-shadow: none !important;
}
.fancybox-close {
  background-image: none;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.fancybox-close:before {
  content: "\00d7";
  background: #cc0000;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #fff;
}
.fancybox-next span,
.fancybox-prev span {
  display: none;
}
.fancybox-next:before,
.fancybox-prev:before {
  background-image: url('library/img/ico_slider-arrows.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  width: 28px;
  height: 50px;
  margin-top: -25px;
  opacity: .75;
  content: "";
}
.fancybox-prev:hover:before {
  background-position: top right;
}
.fancybox-next:hover:before {
  background-position: bottom right;
}
.fancybox-prev:before {
  left: -40px;
  background-position: top left;
}
.fancybox-next:before {
  right: -40px;
  background-position: bottom left;
}
.fancybox-lock .fancybox-overlay {
  width: 100% !important;
  z-index: 2000000000;
  -webkit-transform: scale3d(1, 1, 1);
}
a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#wrapper,
.wrapper {
  overflow-x: hidden;
}
p {
  font: 14px/22px Neue Helvetica W02;
  margin-bottom: 1.75em;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.home header {
  position: static;
}
.home header.visible,
.home header.stuck {
  position: fixed;
}
.admin-bar header {
  top: 32px;
}
header {
  border-top: 3px solid #cc0000;
  background: #fff;
  border-bottom: 1px solid #999;
  width: 100%;
  max-width: 1600px;
  position: fixed;
  top: 0;
  z-index: 9000000;
}
header .container {
  max-width: 1040px;
}
header #logo {
  max-width: 313px;
  width: 90%;
  height: 30px;
  display: block;
  margin: 20px;
}
header #logo img,
header #logo .svg {
  width: 100%;
  height: auto;
  fill: #cc0000;
}
header #logo img path,
header #logo .svg path {
  fill: #cc0000;
}
header nav {
  border-top: 1px solid #ddd;
}
header nav ul.list-inline {
  padding: 0;
  margin: 0;
}
header nav ul.list-inline li {
  margin: 0;
  padding: 0 39px;
  position: relative;
}
header nav ul.list-inline li a {
  font: 14px/22px Neue Helvetica W02;
  color: #545454;
  text-transform: uppercase;
  padding: 15px 0 13px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
header nav ul.list-inline li ul {
  position: absolute;
  left: 4px;
  top: 100%;
  display: none;
  z-index: 10000;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 365px;
  background: #fff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 15%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(15%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 15%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f4f4f4 0%, #ffffff 15%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 15%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 15%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

  list-style: none;
  /*
					li.page_item_has_children {
						a {
							position: relative;
						}
						a:before {
							display: inline-block;
							font-family: FontAwesome;
							font-style: normal;
							font-weight: normal;
							line-height: 1em;
							-webkit-font-smoothing: antialiased;
							-moz-osx-font-smoothing: grayscale;
							color: @red;
							position: absolute;
							left: 2.5em;
							font-size: .8em;
							top:50%;
							margin-top: -.65em;
							content: "\f0dd";
						}
						
						li a:before {
							display: none;
						}
					}
					*/

}
header nav ul.list-inline li ul li,
header nav ul.list-inline li ul li:first-child,
header nav ul.list-inline li ul li:last-child {
  text-align: left;
  margin: 0;
  background: 0;
  padding: 0;
  border-bottom: 0;
  border-top: 0;
}
header nav ul.list-inline li ul li a,
header nav ul.list-inline li ul li:first-child a,
header nav ul.list-inline li ul li:last-child a {
  font-size: .85em;
  line-height: 1em;
  border-top: 1px solid #cfcfcf;
  border-bottom: 0;
  display: block;
  padding: 1.25em 35px;
}
header nav ul.list-inline li ul li a:hover,
header nav ul.list-inline li ul li:first-child a:hover,
header nav ul.list-inline li ul li:last-child a:hover {
  border-bottom: 0;
  background: #f5f5f5;
  font-weight: 500;
}
header nav ul.list-inline li ul li ul,
header nav ul.list-inline li ul li:first-child ul,
header nav ul.list-inline li ul li:last-child ul {
  position: static;
  left: 0;
  top: 0;
  background: #f5f5f5;
  display: none;
  box-shadow: none;
}
header nav ul.list-inline li ul li ul li a,
header nav ul.list-inline li ul li:first-child ul li a,
header nav ul.list-inline li ul li:last-child ul li a {
  padding: 1.25em 40px;
}
header nav ul.list-inline li ul li ul li a:before,
header nav ul.list-inline li ul li:first-child ul li a:before,
header nav ul.list-inline li ul li:last-child ul li a:before {
  content: "";
  display: none;
}
header nav ul.list-inline li ul li:hover a {
  border-bottom: 0;
  background: #f5f5f5;
  font-weight: 500;
  color: #000;
}
header nav ul.list-inline li ul li:hover ul li a {
  color: #454444;
  font-weight: 400;
}
header nav ul.list-inline li.current-page-ancestor a,
header nav ul.list-inline li.current_page_ancestor a,
header nav ul.list-inline li.current_page_item a,
header nav ul.list-inline a:hover,
header nav ul.list-inline li:hover a {
  border-bottom: 2px solid #cc0000;
  text-decoration: none;
  box-sizing: border-box;
  color: #000;
  font-weight: 500;
}
header nav ul.list-inline li.current-page-ancestor li a,
header nav ul.list-inline li.current_page_item li a,
header nav ul.list-inline li li.current_page_item a,
header nav ul.list-inline li:hover li a {
  border-top: 1px solid #cfcfcf;
  border-bottom: 0;
  font-weight: normal;
}
header nav ul.list-inline li:first-child {
  padding-left: 20px;
}
header nav ul.list-inline li:last-child {
  padding-right: 20px;
}
.layout {
  margin: 0 auto;
}
.layout h2,
.layout h1 {
  font: 300 2.85em/1.1em Neue Helvetica W02;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 1em 15% .5em;
  letter-spacing: .04em;
}
.layout ul {
  padding-left: 1.25em;
}
.layout ul li {
  margin-bottom: .5em;
}
.layout h1:before,
.layout h2:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 210px;
  border-top: 2px solid #cc0000;
  margin: .5em auto .5em;
}
.layout .lead {
  text-align: center;
  font: 1.25em/1.3em Neue Helvetica W02;
  color: #5f5f5f;
  margin: 0 auto 1em;
  width: 90%;
  max-width: 700px;
}
.layout h3 {
  color: #000;
  font: 500 1.3em Neue Helvetica W02;
  color: #cc0000;
}
.layout h4 {
  font-size: 1em;
  font-weight: 500;
}
.full-width {
  background: #fff;
  padding: 2em 5%;
  padding-top: 3em;
}
.full-width .content {
  padding: 4em 12%;
  max-width: 1000px;
  margin: 0 auto;
}
.two-columns {
  padding-top: 3em;
}
.two-columns .content {
  padding: 4em 2%;
  max-width: 1000px;
  margin: 0 auto;
}
.two-columns .content h3 {
  color: #000;
  font: 500 1.3em Neue Helvetica W02;
}
.two-columns .content .col-md-6 {
  padding: 0 3%;
}
.two-columns .col2 p:first-child {
  margin-top: 3.55em;
}
.two-columns:first-child h3 {
  color: #cc0000;
  font: 500 1.3em Neue Helvetica W02;
}
.photo-slideshow {
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
}
.photo-slideshow .content {
  padding: 10em 10% 0 30%;
  position: relative;
  left: -100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.photo-slideshow .content h2 {
  font: 1.64em/1.1em Neue Helvetica W02;
  color: #cc0000;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0 0 .5em 0;
}
.photo-slideshow .content h2:before {
  content: "";
  display: none;
}
.photo-slideshow .gallery {
  padding: 0;
  position: relative;
  right: -100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-align: right;
}
.photo-slideshow .gallery .slideNav {
  position: absolute;
  bottom: -45px;
  text-align: center;
  z-index: 2000;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.photo-slideshow .gallery .slideNav a {
  font: 1.28em/43px Neue Helvetica W02;
  color: #9d9d9d;
  text-align: center;
  width: 45px;
  background: #fff;
  display: inline-block;
  border: 1px solid #9d9d9d;
  border-left: 0;
}
.photo-slideshow .gallery .slideNav a:first-child {
  border-left: 1px solid #9d9d9d;
}
.photo-slideshow .gallery .slideNav a:hover,
.photo-slideshow .gallery .slideNav a.cycle-pager-active {
  border: 1px solid #cc0000;
  color: #cc0000;
  text-decoration: none;
}
.photo-slideshow.visible .content {
  left: 0;
}
.photo-slideshow.visible .gallery {
  right: 0;
}
.photo-slideshow.visible .gallery .cycle-slideshow {
  text-align: right;
}
.photo-slideshow.visible .gallery .cycle-slideshow img {
  width: 100%;
}
.photo-slideshow.visible .gallery.visible .slideNav {
  bottom: 0;
}
.photo-slideshow-wide {
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
}
.photo-slideshow-wide .cycle-slide {
  max-width: 1430px;
  width: 100%;
}
.photo-slideshow-wide .slideNav {
  position: absolute;
  bottom: -45px;
  text-align: center;
  z-index: 2000;
  width: 864px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.photo-slideshow-wide .slideNav a {
  font: 1.28em/43px Neue Helvetica W02;
  color: #9d9d9d;
  text-align: center;
  width: 45px;
  background: #fff;
  display: inline-block;
  border: 1px solid #9d9d9d;
  border-left: 0;
}
.photo-slideshow-wide .slideNav a:first-child {
  border-left: 1px solid #9d9d9d;
}
.photo-slideshow-wide .slideNav a:hover,
.photo-slideshow-wide .slideNav a.cycle-pager-active {
  border: 1px solid #cc0000;
  color: #cc0000;
  text-decoration: none;
}
.photo-slideshow-wide .content {
  padding: 10em 35% 0 0;
  position: relative;
  right: -100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.photo-slideshow-wide .content h2 {
  font: 1.64em/1.1em Neue Helvetica W02;
  color: #cc0000;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0 0 .5em 0;
}
.photo-slideshow-wide .content h2:before {
  content: "";
  display: none;
}
.photo-slideshow-wide .content p {
  font-size: 1.2em;
}
.photo-slideshow-wide .image {
  padding: 0;
  position: relative;
  left: -100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.photo-slideshow-wide .image img {
  width: 586px;
}
.photo-slideshow-wide.visible .slideNav {
  bottom: 0;
}
.photo-slideshow-wide.visible .cycle-slide-active .content {
  right: 10%;
}
.photo-slideshow-wide.visible .cycle-slide-active .image {
  left: 0;
}
.banner {
  position: relative;
  height: 440px;
  overflow: hidden;
}
.banner .content {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 6% 30%;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.banner .content h2 {
  font: 1.64em/1.1em Neue Helvetica W02;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  top: -500px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.banner .content h2:before {
  display: none;
}
.banner .content .lead {
  color: #fff;
  margin: 1em 0 2.5em;
  position: relative;
  top: -500px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.banner .content .btn {
  position: relative;
  bottom: -500px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.banner img {
  width: 100%;
}
.banner.visible .content {
  background: rgba(0, 0, 0, 0.4);
}
.banner.visible .content h2,
.banner.visible .content .lead {
  top: 0;
}
.banner.visible .content .btn {
  bottom: 0;
}
.excerptbanner {
  position: relative;
  height: 440px;
  overflow: hidden;
}
.excerptbanner .content {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 7% 25%;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.excerptbanner .content h2 {
  font: 100 2.57em/1.1em Neue Helvetica W02;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  top: -300px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.excerptbanner .content h2:before {
  display: none;
}
.excerptbanner .content .lead {
  color: #fff;
  font: 300 1.71em/1.25em Neue Helvetica W02;
  position: relative;
  bottom: -300px;
  margin: 1em 0 2.5em;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  max-width: 100%;
  width: 100%;
}
.excerptbanner.visible .content {
  background: rgba(0, 0, 0, 0.4);
}
.excerptbanner.visible .content h2 {
  top: 0;
}
.excerptbanner.visible .content .lead {
  bottom: 0;
}
.photo-gallery {
  background: #333;
  box-sizing: content-box;
}
.photo-gallery .row {
  margin: 0;
  border: 0;
}
.photo-gallery .row:last-child .image {
  border-bottom: 1px solid #fff;
}
.photo-gallery .image {
  padding: 0;
  position: relative;
  display: block;
  border: 0;
  outline: 1px solid #fff;
}
.photo-gallery .image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  border: 0;
}
.photo-gallery .col-md-3.image img {
  max-height: 238px;
}
.photo-gallery .image:first-child {
  border-left: 1px solid #fff;
}
.photo-gallery .image:last-child {
  border-right: 1px solid #fff;
}
.photo-gallery .image:after {
  background: url('library/img/bg_gallery.png') no-repeat 50% 50% rgba(204, 0, 0, 0.75);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.photo-gallery .image:hover:after {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.admin-bar #featuredImage,
.admin-bar .featuredImage {
  margin-top: 95px;
}
#featuredImage,
.featuredImage {
  height: 250px;
  overflow: hidden;
  margin-top: 127px;
  overflow-x: hidden;
  background-color: #fff;
  background-blend-mode: hard-light;
}
#featuredImage img,
.featuredImage img {
  opacity: 0;
  min-width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.page-id-117 #featuredImage,
.page-id-117 .featuredImage {
  height: 510px;
}
#featuredImage.visible,
.featuredImage.visible {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#featuredImage.visible img,
.featuredImage.visible img {
  opacity: 1;
}
#featuredImage.hotspots,
.featuredImage.hotspots {
  position: relative;
  height: 510px;
  margin: 0 auto;
  width: 100%;
  background: #eee;
  margin-top: 127px;
}
#featuredImage.hotspots .hotspot-inner,
.featuredImage.hotspots .hotspot-inner {
  max-width: 1130px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#featuredImage.hotspots .hotspot-image,
.featuredImage.hotspots .hotspot-image {
  background: #fff;
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}
#featuredImage.hotspots .hotspot-image img,
.featuredImage.hotspots .hotspot-image img {
  max-width: 1130px;
  display: block;
}
#featuredImage.hotspots .hotspot-overlay,
.featuredImage.hotspots .hotspot-overlay {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  max-width: 1130px;
  height: 510px;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#featuredImage.hotspots .hotspot-overlay:hover,
.featuredImage.hotspots .hotspot-overlay:hover {
  opacity: 1;
}
#featuredImage.hotspots .hotspot-overlay .hotspot,
.featuredImage.hotspots .hotspot-overlay .hotspot {
  position: absolute;
  width: 28px;
  height: 28px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  opacity: .8;
  display: block;
  background: #800000;
  border: 1px solid #cc0000;
  color: #cc0000;
}
#featuredImage.hotspots .hotspot-overlay .hotspot:hover,
.featuredImage.hotspots .hotspot-overlay .hotspot:hover {
  text-decoration: none;
  background: #800000;
  border: 1px solid #cc0000;
  color: #fff;
  border: 1px solid #fff;
  background: #cc0000;
}
#featuredImage.hotspots .popover,
.featuredImage.hotspots .popover {
  border: 0;
  max-width: 565px !important;
  width: 565px;
  padding: 0;
  display: none;
  z-index: 30000;
  margin-left: -380px;
  margin-top: 40px;
  border-radius: 0;
  background: #ddd;
}
#featuredImage.hotspots .popover .arrow:after,
.featuredImage.hotspots .popover .arrow:after {
  top: 3px;
  bottom: auto;
  border-bottom-color: #cc0000;
}
#featuredImage.hotspots .popover .arrow,
.featuredImage.hotspots .popover .arrow {
  top: -13px;
  left: 394px;
  bottom: auto;
}
#featuredImage.hotspots .popover .popover-title,
.featuredImage.hotspots .popover .popover-title {
  border-radius: 0;
  font: 300 1.71em/1em Neue Helvetica W02;
  color: #fff;
  background: #cc0000;
  padding: 1em;
}
#featuredImage.hotspots .popover .popover-image,
.featuredImage.hotspots .popover .popover-image {
  float: left;
  height: 190px;
  width: 230px;
  overflow: hidden;
  opacity: 1;
  border-right: 1px solid #bcbcbc;
  min-width: 230px !important;
}
#featuredImage.hotspots .popover .popover-image img,
.featuredImage.hotspots .popover .popover-image img {
  height: 100%;
}
#featuredImage.hotspots .popover .popover-right,
.featuredImage.hotspots .popover .popover-right {
  float: right;
  width: 335px;
}
#featuredImage.hotspots .popover .popover-content,
.featuredImage.hotspots .popover .popover-content {
  padding: 0;
}
#featuredImage.hotspots .popover .popover-content ul,
.featuredImage.hotspots .popover .popover-content ul {
  padding: 1.3em 1em 1.3em 2.5em;
  list-style: outside;
  margin: 0;
}
#featuredImage.hotspots .popover .popover-content ul li,
.featuredImage.hotspots .popover .popover-content ul li {
  padding: .25em .5em;
  font-size: .85em;
  line-height: 1.5em;
}
#featuredImage.hotspots .popover.right,
.featuredImage.hotspots .popover.right {
  margin-left: 45px;
  margin-top: -25px;
}
#featuredImage.hotspots .popover.right .arrow:after,
.featuredImage.hotspots .popover.right .arrow:after {
  border-right-color: #cc0000;
}
#featuredImage.hotspots .popover.right .arrow,
.featuredImage.hotspots .popover.right .arrow {
  top: 15%;
  left: -11px;
}
#featuredImage.hotspots .popover.right .arrow:after,
.featuredImage.hotspots .popover.right .arrow:after {
  border-bottom-color: transparent;
  top: -10px;
}
#featuredImage.hotspots .popover.left,
.featuredImage.hotspots .popover.left {
  margin-left: -580px;
  margin-top: -25px;
}
#featuredImage.hotspots .popover.left .arrow,
.featuredImage.hotspots .popover.left .arrow {
  top: 39px;
  left: auto;
}
#featuredImage.hotspots .popover.left .arrow:after,
.featuredImage.hotspots .popover.left .arrow:after {
  border-left-color: #cc0000;
  border-bottom-color: transparent;
  top: -10px;
}
#featuredImage.hotspots .popover.top,
.featuredImage.hotspots .popover.top {
  top: -10px !important;
}
#featuredImage.hotspots .popover.top .arrow,
.featuredImage.hotspots .popover.top .arrow {
  content: "";
  top: auto;
  bottom: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
}
#featuredImage.hotspots .popover.top .arrow:after,
.featuredImage.hotspots .popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  top: -11px;
  border-top-color: #ddd;
}
.hotspots:hover .hotspot-overlay {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.hotspots:hover img {
  opacity: .4;
  display: block;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
#hotspot81-1 .popover-image {
  height: 235px;
}
#hotspot81-1 .popover-image img {
  height: 235px;
}
#hotspot81-2 .popover-image {
  height: 247px;
}
#hotspot81-2 .popover-image img {
  height: 247px;
}
.page-id-83 .hotspots .hotspot-image {
  height: 510px;
}
.page-id-83 .hotspots .hotspot-image img {
  position: absolute;
  right: 0;
}
.page-id-83 .hotspots .hotspot-inner {
  height: 510px;
}
.page-id-83 .hotspots #hotspot83-1 .popover-image {
  height: 230px;
}
.page-id-83 .hotspots #hotspot83-1 .popover-image img {
  height: 230px;
}
.full-width-slideshow#layout1 {
  margin-top: 127px;
}
.admin-bar .full-width-slideshow#layout1 {
  margin-top: 95px;
}
.full-width-slideshow {
  position: relative;
  overflow: hidden;
}
.full-width-slideshow .gallery {
  width: 100%;
}
.full-width-slideshow .gallery p {
  position: absolute;
  bottom: 0;
  z-index: 9000;
}
.full-width-slideshow .gallery img {
  width: 100%;
}
.full-width-slideshow .slideNav {
  position: absolute;
  bottom: 0;
  text-align: left;
  z-index: 2000;
  width: 100%;
}
.full-width-slideshow .slideNav .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #f5f5f5;
  box-shadow: inset 0 0 1px #7e7e7e;
}
.full-width-slideshow .slideNav a {
  font: 1.28em/43px Neue Helvetica W02;
  color: #9d9d9d;
  text-align: center;
  width: 45px;
  background: #fff;
  display: inline-block;
  border: 1px solid #9d9d9d;
  border-left: 0;
}
.full-width-slideshow .slideNav a span {
  z-index: 3000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  font: 0.72em/45px Neue Helvetica W02;
  color: #cc0000;
  padding: 0 1em;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.full-width-slideshow .slideNav a:first-child {
  border-left: 1px solid #9d9d9d;
}
.full-width-slideshow .slideNav a:hover,
.full-width-slideshow .slideNav a.cycle-pager-active {
  border: 1px solid #cc0000;
  color: #cc0000;
  text-decoration: none;
}
.full-width-slideshow .slideNav a.cycle-pager-active span {
  display: block;
  opacity: 1;
}
.headline {
  padding: 3em 0;
  border-bottom: 1px solid #ddd;
}
.headline h1,
.headline h2 {
  margin: 0 15% .25em;
}
.headline .lead {
  text-align: center;
  font: 1.25em/1.3em Neue Helvetica W02;
  color: #5f5f5f;
  margin: 0 auto 1em;
  width: 90%;
  max-width: 700px;
}
.project {
  padding: 2em 0;
}
.project .container {
  max-width: 1000px;
}
.project .container .content h2 {
  font: 1.64em/1.1em Neue Helvetica W02;
  color: #cc0000;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 1em 0 .5em 0;
}
.project .container .content h2:before {
  content: "";
  display: none;
}
.project .container .content img {
  border: 1px solid #ddd;
  border-bottom: 2px solid #ccc;
  max-width: 100%;
}
.project .sidebar {
  width: 360px;
  float: right;
  border: 1px solid #ddd;
  padding-left: 0;
}
.project .sidebar .btn-link {
  border-color: #cc0000;
  color: #cc0000;
  width: 100%;
}
.project .sidebar img {
  max-width: 100%;
  margin: 0;
  display: block;
}
.project .sidebar h3 {
  background: #cc0000;
  font: 300 1.64em/1.2em Neue Helvetica W02;
  padding: 1em 1.5em;
  color: #fff;
  margin: 0;
}
.project .sidebar h4 {
  background: #e6e6e6;
  padding: 1em 1.5em;
  font: 1.28em/1.1em Neue Helvetica W02;
  color: #cc0000;
  margin: 0;
}
.project .sidebar .inner {
  padding: 1em 2em;
  background: #f1f1f1;
}
.project .sidebar .inner ul {
  list-style: none;
  padding: 0 1em;
  margin: 0 0 2em;
}
.project .sidebar .inner p {
  margin: 0 0 1em;
}
.project .sidebar .inner li {
  position: relative;
  font-size: .92em;
  margin-bottom: 1em;
}
.project .sidebar .inner li:before {
  content: "\2022";
  position: absolute;
  left: -1em;
  color: #cc0000;
  font-size: .7em;
}
.project .sidebar .inner ul:last-child {
  margin-bottom: 1em;
}
.timeline {
  background: #353535;
  margin-top: 127px;
  position: relative;
}
.timeline .eras {
  background: #414141;
  min-height: 4em;
  right: 2em;
  margin-top: 160px;
  width: 54px;
  z-index: 30000;
  position: absolute;
  background: rgba(65, 65, 65, 0.9);
  border: 1px solid #666666;
  padding: 11px;
  font: 8px Neue Helvetica W02;
  text-transform: uppercase;
}
.timeline .eras strong {
  color: #fff;
  text-align: center;
  display: block;
  padding: 2px 0;
}
.timeline .eras .years {
  width: 25px;
  background: rgba(106, 106, 106, 0.9);
  padding: 10px 0;
  margin: 3px;
}
.timeline .eras .years .inner {
  background: url('library/img/bg_eras.png') repeat-y 50% top;
}
.timeline .eras .years a {
  margin-top: 30px;
  display: block;
  height: 12px;
}
.timeline .eras .years a:first-child {
  position: relative;
  top: 2px;
  margin-top: 0;
}
.timeline .eras .years a:hover,
.timeline .eras .years a.active {
  text-decoration: none;
}
.timeline .eras .years a:hover span,
.timeline .eras .years a.active span {
  display: block;
  text-decoration: none;
}
.timeline .eras .years span {
  display: none;
  background: #cc0000;
  border-radius: 0 1em 1em 0;
  color: #fff;
  height: 12px;
  top: 0;
  font: 600 10px/11.5px Neue Helvetica W02;
  position: relative;
  right: 75%;
  text-align: right;
  padding: 0 3.5em 0 0.25em;
}
.timeline .eras .years span:after {
  content: "";
  background: #fff;
  height: .65em;
  position: absolute;
  right: .35em;
  top: .25em;
  width: .65em;
  border-radius: 3em;
  display: block;
}
.timeline article.even .content {
  text-align: right;
  height: 554px;
}
.timeline article.even .content img {
  right: auto;
  z-index: 1;
  bottom: 0;
  max-height: 554px;
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  /* IE 9 */

  -webkit-transform: rotate(-10deg);
  /* Opera, Chrome, and Safari */

}
.timeline article {
  margin: 0 0 .5em 0;
  position: relative;
}
.timeline article span {
  position: absolute;
  z-index: 3000;
  color: #fff;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 3em;
  line-height: 2.9em;
  cursor: pointer;
  height: 3em;
  text-align: center;
  border: 1px solid #eee;
}
.timeline article span:after {
  border-radius: 100px;
  border: 1px solid #eee;
  width: 4em;
  line-height: 4em;
  height: 4em;
  content: "";
  position: absolute;
  top: -0.55em;
  left: -0.55em;
  display: block;
}
.timeline article span:hover {
  background: rgba(102, 0, 0, 0.9);
  border: 6px solid rgba(179, 0, 0, 0.9);
  line-height: 2em;
  box-sizing: border-box;
  margin-top: 1px;
}
.timeline article span:hover:after {
  top: -0.855em;
  width: 3.85em;
  height: 3.85em;
  left: -0.855em;
  border: 1px solid #cc0000;
}
.timeline article .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 450px 14% 0;
  height: 100%;
}
.timeline article .content h2 {
  font: 300 7.21em/0.65em Neue Helvetica W02;
  text-shadow: 0 0 2px #000;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2000;
  letter-spacing: -0.05em;
  text-align: left;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.timeline article .content h2:before {
  display: none;
}
.timeline article .content p {
  background: rgba(204, 0, 0, 0.9);
  width: 560px;
  border-left: 3px solid #b1b1b1;
  margin-left: 1em;
  text-align: left;
  z-index: 900;
  padding: 1em 2em;
  color: #fff;
  font-size: .92em;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.timeline article .content p a {
  position: absolute;
  line-height: 70px;
  width: 85px;
  color: #fff;
  text-align: center;
  top: 0;
  right: -60px;
  border-left: 1px solid #bc0202;
  height: 100%;
  background: #cc0000;
  font-size: .8em;
  text-transform: uppercase;
}
.timeline article .content p a:hover {
  text-decoration: none;
  background: #fff;
  color: #cc0000;
}
.timeline article .content img {
  position: absolute;
  bottom: 1em;
  z-index: 1;
  left: -100%;
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  /* IE 9 */

  -webkit-transform: rotate(10deg);
  /* Opera, Chrome, and Safari */

  z-index: 800;
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 567px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.timeline article.active .content img {
  left: 12.5%;
}
.timeline article.active span {
  background: rgba(102, 0, 0, 0.9);
  border: 6px solid rgba(179, 0, 0, 0.9);
  line-height: 2em;
  box-sizing: border-box;
  margin-top: 1px;
}
.timeline article.active span:after {
  top: -0.855em;
  width: 3.85em;
  height: 3.85em;
  left: -0.855em;
  border: 1px solid #cc0000;
}
.timeline article.even.active .content img {
  left: 11.5%;
}
.pages {
  padding: 0 0 3em;
}
.pages article {
  max-width: 1000px;
  margin: 0 auto 2.5em;
  overflow: hidden;
}
.pages article .content {
  background: #ededed;
  min-width: 45%;
}
.pages article .inner {
  padding: 3.25em 3.25em 0;
  height: 330px;
}
.pages article h3 {
  font: 1.64em/1.3em Neue Helvetica W02;
  color: #cc0000;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0 0 .75em 0;
}
.pages article p {
  line-height: 24px;
}
.pages article .image {
  min-width: 55%;
  max-width: 540px;
  padding: 0;
}
.pages article.even .image {
  float: right;
}
.add-content {
  padding: 3em 0;
}
.add-content article {
  max-width: 1000px;
  margin: 0 auto 2.5em;
  overflow: hidden;
}
.add-content article .content {
  background: #ededed;
  min-width: 45%;
}
.add-content article .inner {
  padding: 3.25em 3.25em 0;
  height: 330px;
}
.add-content article h2 {
  font: 1.4em/1.3em Neue Helvetica W02;
  color: #cc0000;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0 0 .75em 0;
}
.add-content article h2:before {
  display: none;
}
.add-content article p {
  line-height: 24px;
}
.add-content article .image {
  min-width: 55%;
  max-width: 540px;
  height: 330px;
  padding: 0;
}
.add-content article .panel-collapse {
  background: #f7f7f7;
  padding: 4em 0 0;
}
.add-content article .panel-collapse .scrollArea {
  overflow-y: scroll;
  max-height: 430px;
  padding: 0 2em;
  margin: 0 10% 4em;
}
.add-content article .panel-collapse ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: #e1e1e1;
}
.add-content article .panel-collapse ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #cacaca;
}
.add-content article .panel-collapse .closePanel {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #cc0000;
  background: #eee;
  display: block;
  font-size: .85em;
  padding: .5em 0;
}
.add-content article.even .image {
  float: right;
}
.add-content article.even .content {
  float: left;
}
.layout.accordion h2.accordionToggle,
.layout.accordion h2.accordionToggle:hover {
  text-align: left;
  background: #fff;
  color: #cc0000;
  font-weight: 200;
  padding: 1.5em 20% 1.5em 14%;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-size: 3.2em;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.layout.accordion h2.accordionToggle i,
.layout.accordion h2.accordionToggle:hover i {
  position: absolute;
  right: 16%;
  border: 2px solid #cc0000;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  font-size: .8em;
  text-indent: 1px;
  line-height: 47px;
}
.layout.accordion h2.accordionToggle.collapsed {
  background: rgba(157, 157, 157, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.layout.accordion h2.accordionToggle.collapsed i {
  border-color: #fff;
}
.layout.accordion h2.accordionToggle:before {
  display: none;
}
.layout.accordion h2.accordionToggle:after {
  content: "";
  width: 50px;
  display: block;
  height: 50px;
  background: url('library/img/ico_accordion-arrow.png') no-repeat right;
  top: 50%;
  position: absolute;
  right: 13%;
  margin-top: -25px;
}
.layout.accordion h2.accordionToggle.collapsed:after {
  background: url('library/img/ico_accordion-arrow.png') no-repeat left;
}
.layout.accordion .accordionContent {
  background: rgba(255, 255, 255, 0.9);
  padding: 4em 14%;
}
.layout.accordion .accordionContent *:first-child {
  margin-top: 0;
}
.layout.accordion .accordionContent h3 {
  font-size: 1.67em;
  font-weight: 400;
}
.layout.accordion.accordionHeading h2.accordionToggle {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #cc0000;
  position: relative;
}
.layout.accordion.accordionHeading h2.accordionToggle i {
  position: absolute;
  right: 16%;
  border: 2px solid #cc0000;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  font-size: .8em;
  text-indent: 1px;
  line-height: 47px;
}
.layout.accordion.accordionHeading h2.accordionToggle.collapsed {
  background: rgba(157, 157, 157, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.layout.accordion.accordionHeading h2.accordionToggle.collapsed i {
  border-color: #fff;
  text-shadow: none;
  -ms-transform: rotate(-90deg);
  /* IE 9 */

  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */

  transform: rotate(-90deg);
}
.layout.accordion.accordionHeading .accordionContent {
  background: rgba(255, 255, 255, 0.95);
  padding: 2em 0 0;
}
.layout.campus-breakdown {
  padding: 1.5em 14%;
  margin: 0 auto;
}
.layout.campus-breakdown .breakdown {
  padding: 0 0 0 3em;
}
.layout.campus-breakdown .breakdown h3 {
  background: #cc0000;
  font: 300 1.6em/1.2em Neue Helvetica W02;
  padding: 1em 1.25em;
  color: #fff;
  margin: 0;
}
.layout.campus-breakdown .breakdown .table {
  border: 1px solid #ddd;
  background: #f1f1f1;
  font-size: .9em;
}
.layout.campus-breakdown .breakdown .table td,
.layout.campus-breakdown .breakdown .table th {
  padding: .5em 0 .5em 1.5em;
  border-top: 1px solid #fff;
  border-bottom: 0;
}
.layout.campus-breakdown .breakdown .table tbody {
  border: 0;
}
.layout.campus-breakdown .breakdown .table td:first-child,
.layout.campus-breakdown .breakdown .table th:first-child {
  font-style: italic;
  padding-left: 2em;
}
.layout.campus-breakdown .breakdown .table td:last-child,
.layout.campus-breakdown .breakdown .table th:last-child {
  padding-right: 2em;
}
.layout.campus-breakdown .breakdown .table th {
  font-style: italic;
  font-weight: normal;
  border-top: 0;
  padding: 1em 1.5em;
  background: #e6e6e6;
}
.layout.campus-breakdown .breakdown .table .totals td {
  background: #e6e6e6;
  border: 0;
}
.layout.campus-breakdown .breakdown .table .totals td:first-child {
  text-align: right;
  text-transform: uppercase;
}
#bottomModules {
  margin-top: 3em;
}
#bottomModules .col-md-6 {
  height: 375px;
  position: relative;
  border: 1px solid #ddd;
}
#bottomModules .col-md-6 .slideNav {
  position: absolute;
  top: 2em;
  right: 2em;
}
#bottomModules .col-md-6 .slideNav span {
  background: #fff;
  width: 3.25em;
  height: 3em;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 3em;
  cursor: pointer;
  display: block;
  margin-left: .35em;
  float: left;
  color: #a3a3a3;
}
#bottomModules .col-md-6 .slideNav span:hover {
  color: #cc0000;
}
#bottomModules .inner {
  padding: 5.5% 20%;
}
#bottomModules h3 {
  font: 1.42em/1em Neue Helvetica W02;
  color: #000;
  text-transform: uppercase;
}
#bottomModules h3:before {
  display: block;
  border-bottom: 2px solid #cc0000;
  width: 35%;
  content: "";
  margin-bottom: .75em;
}
#bottomModules strong {
  font: 300 1.57em/2.1em Neue Helvetica W02;
  color: #9b9b9b;
  text-transform: uppercase;
}
#bottomModules p {
  color: #454444;
  line-height: 1.64em;
}
#bottomModules .btn {
  font-size: .78em;
  line-height: 1em;
  padding: 1em 4em;
}
#campusTop {
  position: absolute;
  width: 100%;
  height: 510px;
}
.tabAccHeader {
  margin: 0;
  padding: 0;
}
.tabAccHeader a {
  padding: 1em;
  border-top: 1px solid #ddd;
  display: block;
  color: #cc0000;
  font-weight: 300;
  font-size: 1em;
}
#campusTabs {
  position: absolute;
  bottom: 4.25em;
  padding: 2em;
  background: rgba(51, 51, 51, 0.4);
  z-index: 10000;
  text-align: left;
  left: 50%;
  margin-left: -36%;
  width: 280px;
  margin-bottom: 0;
  border: 0;
}
#campusTabs li {
  padding: 0;
  margin: 0;
  float: none;
  display: block;
  width: 100%;
}
#campusTabs li a {
  color: #4e4e4e;
  padding: 1em 2em;
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 1.1em;
  background: #f1f1f1;
  line-height: 1.5em;
  border-top: 1px solid #d6d6d6;
  border-left: 3px solid #d6d6d6;
}
#campusTabs li a:hover {
  background: #e6e6e6;
  border-left: 5px solid #cc0000;
  padding-left: 1.85em;
  color: #cc0000;
  font-weight: 500;
  position: relative;
}
#campusTabs li a:hover:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 1000px;
  border: 2px solid #cc0000;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: 2em;
  top: 50%;
  margin-top: -10px;
  font-size: 10px;
}
#campusTabs li:first-child a {
  border-top: 0;
}
#campusTabs .active a {
  border-left: 5px solid #cc0000;
  color: #cc0000;
  background: #fff;
  text-decoration: none;
}
.page-template-campus-php .sidebar,
.page-id-117 .sidebar {
  border: 0;
}
.page-template-campus-php .sidebar h3,
.page-id-117 .sidebar h3 {
  font: 300 1.45em/1.2em Neue Helvetica W02;
}
.page-template-campus-php .sidebar ul.nav,
.page-id-117 .sidebar ul.nav {
  padding: 0;
  margin: 0;
  background: #f1f1f1;
}
.page-template-campus-php .sidebar ul.nav li,
.page-id-117 .sidebar ul.nav li {
  padding: 0;
  margin: 0;
}
.page-template-campus-php .sidebar ul.nav li a,
.page-id-117 .sidebar ul.nav li a {
  color: #4e4e4e;
  padding: 1em 2em;
  font-size: 1.1em;
  line-height: 1.5em;
  border-top: 1px solid #d6d6d6;
  border-left: 3px solid #d6d6d6;
}
.page-template-campus-php .sidebar ul.nav li a:hover,
.page-id-117 .sidebar ul.nav li a:hover {
  background: #e6e6e6;
  border-left: 5px solid #cc0000;
  padding-left: 1.85em;
  color: #cc0000;
  font-weight: 500;
  position: relative;
}
.page-template-campus-php .sidebar ul.nav li a:hover:after,
.page-id-117 .sidebar ul.nav li a:hover:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 1000px;
  border: 2px solid #cc0000;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: 2em;
  top: 50%;
  margin-top: -10px;
  font-size: 10px;
}
.page-template-campus-php .sidebar ul.nav li:first-child a,
.page-id-117 .sidebar ul.nav li:first-child a {
  border-top: 0;
}
#timelineTabs ul.nav-tabs {
  text-align: center;
  border-bottom: 0;
  margin-top: 2em;
}
#timelineTabs ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 .25em;
  border-radius: 0;
}
#timelineTabs ul.nav-tabs li a {
  border-radius: 0;
  font-size: .9em;
  border: 1px solid #dedede;
  width: 155px;
  padding: .75em 0;
  color: #5f5f5f;
}
#timelineTabs ul.nav-tabs li.active a,
#timelineTabs ul.nav-tabs li a:hover {
  color: #cc0000;
  border-color: #cc0000;
  background: #fff;
}
#timelineTabs .content {
  padding-top: 2em;
}
#timelineTabs .content .col1 {
  position: relative;
  left: -100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#timelineTabs .content .active .col1 {
  left: 0;
}
.tabbed-content ul.nav-tabs {
  text-align: center;
  border-bottom: 0;
  margin-top: 3em;
}
.tabbed-content ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 .25em;
  border-radius: 0;
}
.tabbed-content ul.nav-tabs li a {
  border-radius: 0;
  font-size: .8em;
  border: 1px solid #dedede;
  padding: 1em 2em;
  color: #5f5f5f;
  font-weight: 500;
  text-transform: uppercase;
}
.tabbed-content ul.nav-tabs li.active a,
.tabbed-content ul.nav-tabs li a:hover {
  color: #cc0000;
  border-color: #cc0000;
  background: #fff;
}
.tabbed-content .content {
  padding-top: 2em;
}
.tabbed-content .content h3 {
  text-transform: uppercase;
  color: #000;
}
#homeBanner {
  position: relative;
  overflow: hidden;
}
#homeBanner img {
  min-width: 100%;
  min-height: 100%;
}
#homeBanner #bannerOverlay {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
}
#homeBanner .content {
  background: rgba(255, 255, 255, 0.85);
  width: 22.5%;
  padding: 2em 2.5em 2.75em 2em;
  position: absolute;
  top: 100%;
  left: 14%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#homeBanner .content small {
  text-transform: uppercase;
  color: #636363;
}
#homeBanner .content h2 {
  margin: 0 0 .5em;
  font-size: 2.4em;
  color: #cc0000;
  font-weight: 300;
}
#homeBanner .content h2 sup {
  top: -10px;
  font-size: .6em;
}
#homeBanner .content p {
  font-size: 1.05em;
  line-height: 1.55em;
}
#homeBanner .content .btn-main {
  font-size: .8em;
  letter-spacing: .05em;
  padding: 12px 25px;
}
#homeBanner.visible #bannerOverlay {
  opacity: 0;
}
#homeBanner.visible .content {
  opacity: 1;
  height: auto;
  top: 20%;
  overflow: auto;
}
#homeIntro {
  position: relative;
  background: #fff;
  overflow: hidden;
}
#homeIntro #introbg {
  z-index: 1;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  width: 100%;
  min-height: 100%;
}
#homeIntro .inner {
  z-index: 2;
  margin-top: -107px;
  max-width: 1600px;
  width: 100%;
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  left: 0;
  text-align: center;
}
#homeIntro .inner a.cta {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 200px;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  line-height: 27px;
  font-size: .65em;
  text-align: center;
}
#homeIntro .inner a.cta:hover {
  background: #fff;
  color: #cc0000;
}
#homeIntro .inner .homeLogo {
  width: 532px;
}
#homeIntro .inner .homeLogo img,
#homeIntro .inner .homeLogo svg {
  width: 532px;
  height: 77px;
  fill: #fff;
  -webkit-transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
#homeIntro .inner .homeLogo img path,
#homeIntro .inner .homeLogo svg path {
  fill: #fff;
}
#homeIntro .inner p {
  font-size: 20px;
  opacity: .85;
  margin-top: 1.5em;
}
#homeIntro.visible {
  background: #000000;
}
#homeIntro.visible #introbg {
  opacity: .6;
}
#homeIntro.visible .homeLogo svg {
  fill: #fff;
  opacity: 1;
}
footer {
  background: #747474;
  padding: 2em 0;
  color: #fff;
}
footer .container {
  padding: 0 12.5%;
}
footer .container #footerLogo {
  width: 326px;
  display: block;
  height: 32px;
  position: relative;
  top: 10px;
}
footer .container #footerLogo img,
footer .container #footerLogo svg {
  width: 100%;
  fill: #fff;
  height: 32px;
}
footer .container #contact .btn {
  float: left;
}
footer .container #contact p {
  font-size: .85em;
  float: left;
  width: 55%;
  line-height: 1.4em;
  padding: .5em 0 0 1em;
}
footer .container .btn {
  font-size: .85em;
  background: #696969;
  border: 1px solid #9d9d9d;
  font-weight: normal;
  padding: 0 1.5em;
  line-height: 50px;
  height: 50px;
}
footer .container .btn:hover {
  background: #cc0000;
  color: #fff;
  border: 1px solid #fff;
}
footer .container #share {
  text-align: right;
}
footer .container #share p {
  font-size: .9em;
  margin: 0;
  padding: 0;
}
footer .container #share ul {
  margin-bottom: 0;
}
footer .container #share li {
  padding-left: 2.25em;
  padding-right: 0;
}
footer .container #share li:first-child {
  padding-left: 0;
}
footer .container #share a {
  color: #eee;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 50px;
}
footer .container #share a .btn {
  margin-left: .5em;
  line-height: 41px;
  vertical-align: middle;
  font-size: 22px;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 47px;
}
footer .container #share a:hover {
  text-decoration: none;
  color: #fff;
}
footer .container #share a:hover .btn {
  background: #cc0000;
  color: #fff;
  border: 1px solid #fff;
}
footer #bottom {
  border-top: 1px solid #818181;
  padding: 1.5em 1em;
  clear: both;
  margin: 1em 0 0;
  line-height: 1em;
  opacity: .9em;
}
footer #bottom span {
  font-size: .7em;
  left: 1em;
}
footer #bottom nav {
  float: right;
}
footer #bottom nav a {
  color: #eee;
  text-transform: uppercase;
  font-size: .65em;
  letter-spacing: .15em;
  text-align: right;
  border-left: 1px solid #fff;
  padding-left: 1em;
  margin-left: 1em;
  float: left;
  line-height: 1em;
}
footer #bottom nav a:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
footer #bottom nav a:hover {
  text-decoration: none;
  color: #fff;
}
.wp-caption {
  width: auto !important;
}
.wp-caption img {
  border: 1px solid #ddd;
  border-bottom: 2px solid #ccc;
  max-width: 100%;
}
.wp-caption-text {
  font-size: .92em;
  padding: .75em 0;
}
.fancybox-close:hover {
  text-decoration: none;
}
.fancybox-close:hover:before {
  color: #cc0000;
  background: #fff;
  text-decoration: none;
}
.timedesc {
  background: rgba(204, 0, 0, 0.9);
  color: #fff;
  width: 560px;
  padding: 2.5em 4.25em;
  border-left: 3px solid #b1b1b1;
}
.timedesc p {
  font-size: .85em;
  margin: 1em 0 0;
}
.timedesc h3 {
  margin-top: 0;
  font-size: 17px;
}
.projectheadline {
  margin-top: 127px;
  padding: 3em 0;
}
@media (max-width: 1026px) {
  body {
    font-size: 13px;
    background: pink;
  }
  #featuredImage.hotspots,
  .featuredImage.hotspots {
    margin-top: 0;
    height: auto;
  }
  #featuredImage.hotspots img,
  .featuredImage.hotspots img {
    width: 100%;
    max-width: 1130px;
    height: auto;
  }
  #campusTabs {
    bottom: 5.5em;
    left: 5%;
    margin-left: 0;
  }
  .hotspot-overlay {
    display: none !important;
  }
  p {
    font-size: 1em;
  }
  .btn {
    font-size: 10px;
    padding: 10px 20px;
  }
  header nav ul.list-inline li {
    padding: 0 30px;
  }
  .photo-slideshow,
  .photo-slideshow-wide {
    background: #fff;
  }
  .photo-slideshow .slideNav,
  .photo-slideshow-wide .slideNav {
    position: static;
    width: 100%;
  }
  .photo-slideshow .row,
  .photo-slideshow-wide .row {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .photo-slideshow .content,
  .photo-slideshow-wide .content {
    padding: 5% !important;
    left: 0;
    background: #f1f1f1;
    top: -100%;
  }
  .photo-slideshow .gallery,
  .photo-slideshow-wide .gallery {
    right: 0;
    bottom: -100%;
  }
  .pages article .inner {
    padding: 3em;
  }
  .pages article.even .image {
    float: none;
  }
  .two-columns {
    padding: 2em;
  }
  .full-width {
    padding: 1em;
  }
  .photo-slideshow .content {
    padding: 10%;
    left: 0;
    top: -100%;
  }
  .photo-slideshow .gallery {
    right: 0;
    bottom: -100%;
  }
  .photo-slideshow.visible .content {
    top: 0;
  }
  .photo-slideshow.visible .gallery {
    bottom: 0;
  }
  .photo-slideshow-wide img {
    width: 100%;
  }
  .photo-slideshow-wide .content {
    padding: 20% 10% 0;
  }
  .photo-slideshow-wide.visible .cycle-slide-active .content {
    right: 0;
  }
  .pages article .content {
    min-width: 44.5%;
  }
  .project {
    padding: 10%;
  }
  .project .sidebar {
    width: auto;
    float: none;
  }
  .project .container .content .wp-caption,
  .project .container .content img {
    max-width: 100%;
  }
  #homeBanner .content {
    width: 33%;
    left: 7%;
  }
  #homeBanner.visible .content {
    top: 25%;
  }
  #homeIntro .inner .homeLogo svg {
    width: 100%;
  }
  footer #footerLogo {
    width: 90%;
    display: block;
  }
  footer #footerLogo img {
    width: 100%;
  }
  #timelineTabs {
    padding: 0;
  }
  #timelineTabs h2,
  #timelineTabs .lead {
    padding: 0 .5em;
  }
  #timelineTabs .content {
    padding: 2em 0;
  }
  #timelineTabs .content .col1 {
    position: relative;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  #timelineTabs .content .active .col1 {
    left: 0;
  }
  #timelineTabs .content .tabAccToggle {
    margin: 0;
  }
  #timelineTabs .content .tabAccToggle a {
    padding: 1em;
    border-top: 1px solid #ddd;
    display: block;
    color: #cc0000;
    font-weight: 300;
    font-size: 1.3em;
  }
  #timelineTabs .content .row {
    padding: .5em 2em;
    border-top: 1px solid #ddd;
  }
  #timelineTabs .tab-content > .tab-pane {
    display: inherit;
  }
}
@media screen and (max-width: 990px) {
  .admin-bar #featuredImage,
  .admin-bar .featuredImage {
    margin-top: 0;
  }
  header {
    position: static !important;
  }
  header #logo {
    margin: 20px auto;
  }
  header nav #menuLink {
    text-align: center;
    display: block;
    padding: .25em 0;
    color: #fff;
    text-transform: uppercase;
    color: #555;
    border-bottom: 1px solid #ddd;
  }
  header nav ul.list-inline li {
    display: block;
    text-align: center;
    padding: 0;
  }
  header nav ul.list-inline li a {
    display: block;
    border-bottom: 2px solid #ddd;
  }
  header nav ul.list-inline li ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  header nav ul.list-inline li ul li a {
    text-align: center;
  }
  header nav ul.list-inline li.page_item_has_children a {
    position: relative;
  }
  header nav ul.list-inline li.page_item_has_children a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cc0000;
    position: absolute;
    left: 2.5em;
    font-size: .8em;
    top: 50%;
    margin-top: -0.65em;
    content: "\f0dd";
  }
  header nav ul.list-inline li.page_item_has_children li a:before {
    display: none;
  }
  header nav ul.list-inline li:first-child {
    padding-left: 0;
  }
  header nav ul.list-inline li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 450px) {
  body {
    font-size: 13px;
    background: pink;
  }
  p {
    font-size: 1em;
  }
  .btn {
    font-size: 10px;
    padding: 10px 20px;
  }
  .photo-slideshow .gallery {
    width: 100%;
    overflow: hidden;
  }
  .pages article .inner {
    padding: 3em;
  }
  .pages article.even .image {
    float: none;
  }
  .two-columns {
    padding: 2em;
  }
  .two-columns .col2 p:first-child {
    margin-top: 0;
  }
  .full-width {
    padding: 1em;
  }
  .full-width .content {
    padding: 1em;
  }
  .banner img {
    width: auto;
    height: 300px;
    min-height: 100%;
  }
  .banner .content {
    padding: 15% 10%;
    text-align: center;
  }
  .banner .content h2,
  .banner .content p {
    text-align: center;
    padding: 0;
    margin: 1em 0;
  }
  .photo-slideshow .row,
  .photo-slideshow-wide .row {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .photo-slideshow .content,
  .photo-slideshow-wide .content {
    padding: 10%;
    left: 0;
    top: -100%;
  }
  .photo-slideshow .gallery,
  .photo-slideshow-wide .gallery {
    right: 0;
    bottom: -100%;
  }
  .photo-slideshow.visible .content {
    top: 0;
  }
  .photo-slideshow.visible .gallery {
    bottom: 0;
  }
  .photo-slideshow-wide img {
    width: 100%;
  }
  .photo-slideshow-wide .content {
    padding: 10% 10% 15%;
  }
  .photo-slideshow-wide .slideNav {
    width: 100%;
  }
  .photo-slideshow-wide.visible .cycle-slide-active .content {
    right: 0;
  }
  .excerptbanner .content {
    padding: 7%;
    text-align: center;
  }
  .excerptbanner .content h2 {
    margin: 20% 0 0;
    text-align: center;
  }
  .excerptbanner .content p,
  .excerptbanner .content .lead {
    text-align: center;
  }
  .layout ul {
    padding-left: 0;
  }
  .two-columns .content {
    padding: 2em 2%;
  }
  #featuredImage,
  .featuredImage {
    width: 100%;
    background: none !important;
    height: 250px !important;
    min-height: intrinsic;
    overflow: hidden;
    margin-top: 0;
    max-height: auto;
  }
  #featuredImage img,
  .featuredImage img {
    height: 100%;
    width: auto;
  }
  #featuredImage.hotspots,
  .featuredImage.hotspots {
    margin-top: 0;
  }
  #featuredImage.hotspots .hotspot-image,
  .featuredImage.hotspots .hotspot-image {
    background: #000;
    max-width: 1130px;
    margin: 0 auto;
    width: 100%;
  }
  #featuredImage.hotspots .hotspot-image img,
  .featuredImage.hotspots .hotspot-image img {
    width: 100%;
    height: auto;
  }
  #campusTabs {
    display: none;
  }
  .project {
    padding: 10%;
  }
  .project .sidebar {
    width: auto;
    float: none;
  }
  .project .container .content .wp-caption,
  .project .container .content img {
    max-width: 100%;
  }
  #homeBanner img {
    height: auto;
    width: 100%;
    min-height: initial;
  }
  #homeBanner #bannerOverlay {
    display: none !important;
  }
  #homeBanner .content {
    width: 100%;
    left: 0;
    position: static;
    text-align: center;
    padding: 2em 10%;
    top: 0;
  }
  .layout .lead,
  .lead {
    text-align: left;
  }
  #homeIntro {
    height: 500px;
    overflow: hidden;
  }
  #homeIntro #introbg {
    width: auto;
    height: 100%;
    min-height: intrinsic;
  }
  #homeIntro .inner {
    top: 0;
    margin-top: 8em;
    padding: 0 10%;
  }
  #homeIntro .inner .homeLogo svg {
    width: 100%;
  }
  footer .container {
    padding: 0 5%;
  }
  footer .container #footerLogo {
    width: 100%;
    display: block;
    margin: 1em auto;
  }
  footer .container #footerLogo img {
    width: 100%;
  }
  footer .container #contact {
    text-align: center;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #818181;
    padding-top: 1.5em;
  }
  footer .container #contact .btn {
    float: none;
  }
  footer .container #contact p {
    float: none;
    width: 100%;
  }
  footer .container #share {
    text-align: center;
    padding: 1.5em 0 .5em;
  }
  footer .container #bottom span,
  footer .container #bottom nav {
    float: none;
    display: block;
    text-align: center;
    padding: .5em 0;
  }
  footer .container #bottom span a,
  footer .container #bottom nav a {
    float: none;
  }
  .admin-bar #featuredImage,
  .admin-bar .featuredImage {
    margin-top: 0;
  }
}
