/*
Theme Name: SVA
Description: SVA WordPress Theme
Theme URI:
Version: 1.1
Author: Growth Spark
Author URI: http://growthspark.com
*/

/** Theme-Specific styles go here  **/

/* ----------------------------------------------------------
General Formatting
------------------------------------------------------------- */
/* *:focus,
a:focus,
input:focus,
textarea:focus {
  outline: 0 none;
} */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  color: #FFF;
}

*:focus {
  outline: 1px auto -webkit-focus-ring-color !important;
  outline-offset: 0 !important;
}

.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.siteTitle {
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  font-size: 90px;
  line-height: 72px;
  clear: both;
  color: #FFF;
  padding: 7px 0;
  display: inline-block;
  position: relative;
}
.siteTitle span {
  color: #000;
  text-shadow: none;
}
.siteTitle:after {
  color: rgba(255, 255, 255, 0.5);
  content: "SVA";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px 3px 8px rgba(255, 255, 255, 0.9), 0 0 0 #000000;
  top: 7px;
  /* width: 934px; */
  z-index: 10;
  opacity: 0.5;
  
}
#headerHome {
  background: #ed3024 url('img/headerOverlay.png') 0 0 repeat-x;
  position: relative;
}
.skip-links {
  opacity: 0;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  left: 100px;
  transition: 0.5s ease-in-out;
  color: #000 !important;
}

@media screen and (max-width: 934px) {
  .skip-links {
    display: none;
  }
}

.skip-links:focus {
  opacity: 1;
}
#headerHome .container {
  position: relative;
  text-align: center;
}
#socialnav {
  height: 30px;
}
#socialnav div {
  padding: 4px 0;
  width: 250px;
}
#socialnav div a {
  padding: 0 3px;
}
#socialnav div a img {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
nav.navbar {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  z-index: 200;
  position: relative;
}
nav.navbar .container {
   width: 667px !important; 
}
nav.navbar ul.nav {
  margin: 0;
  left: 50%;
  transform: translatex(-50%);
}
nav.navbar .nav > li,
nav.navbar .nav > li:first-child {
  border-left: 1px solid #3c3c3c;
}
nav.navbar .nav > li > a {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 6px 10px;
  text-transform: uppercase;
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #999;
}
nav.navbar .nav > li > a:hover,
nav.navbar .nav > li.current-page-ancestor > a,
nav.navbar .nav > li.current_page_ancestor > a,
nav.navbar .nav > li.current_page_parent > a,
nav.navbar .nav > li.current_page_item > a {
  background: #3e3e3e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlM2UzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzBjMGMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzA0MDQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3e3e3e 0%, #3b3b3b 10%, #343434 21%, #323232 28%, #0c0c0c 79%, #040404 93%, #040404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(10%, #3b3b3b), color-stop(21%, #343434), color-stop(28%, #323232), color-stop(79%, #0c0c0c), color-stop(93%, #040404), color-stop(100%, #040404));
  background: -webkit-linear-gradient(top, #3e3e3e 0%, #3b3b3b 10%, #343434 21%, #323232 28%, #0c0c0c 79%, #040404 93%, #040404 100%);
  background: -o-linear-gradient(top, #3e3e3e 0%, #3b3b3b 10%, #343434 21%, #323232 28%, #0c0c0c 79%, #040404 93%, #040404 100%);
  background: -ms-linear-gradient(top, #3e3e3e 0%, #3b3b3b 10%, #343434 21%, #323232 28%, #0c0c0c 79%, #040404 93%, #040404 100%);
  background: linear-gradient(to bottom, #3e3e3e 0%, #3b3b3b 10%, #343434 21%, #323232 28%, #0c0c0c 79%, #040404 93%, #040404 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#040404', GradientType=0);
  color: #FFF;
}
html.ie9 nav.navbar .nav > li > a:hover,
html.ie9 nav.navbar .nav > li.current_page_item > a {
  filter: none;
}

#homeHighlights {
  background: #000000 url('img/highlightBg.jpg') 0 0 repeat-x;
}
#homeHighlights .container {
  position: relative;
  padding: 45px 0 0;
}
#homeHighlights .container .latestNews {
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #cccccc;
  position: absolute;
  top: -9px;
  left: -20px;
  background: url("img/hightlightTitle.png") 0 0 no-repeat;
  padding: 10px 20px 5px;
}
#homeHighlights .container .thumbnail {
  border: 0 none;
  padding: 0;
  height: 310px;
  position: relative;
}
#homeHighlights .container .thumbnail .thumbOverlay {
  background: url("img/thumbOverlay.png") left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-top-right-radius: 35px;
}
#homeHighlights .container .thumbnail .shadow {
  display: block;
  position: relative;
}
#homeHighlights .container .thumbnail .shadow img.imgSaturate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  width: 100%;
}
#homeHighlights .container .thumbnail .shadow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("img/homeHighlights.png") left top no-repeat;
  z-index: 10;
}
#homeHighlights .container .thumbnail time {
  font-family: 'HelveticaNeueW01-ThinCn 673383',helvetica,sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 15px !important;
  display: block;
}
#homeHighlights .container .thumbnail h3 {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 15px 0 4px;
}
#homeHighlights .container .thumbnail h3 a{
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
#homeHighlights .container .thumbnail h3 a:hover{ text-decoration: none; }
#homeHighlights .container .thumbnail p {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 15px;
}
#homeHighlights .container .thumbnail a.learnMore {
  position: absolute;
  bottom: 6px;
}
#homeHighlights .container li:hover .shadow img.imgSaturate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
#homeHighlights .container .span3.featuredNews {
  background: url("img/featuredNewsBG.png") 0 0 no-repeat;
}
#homeHighlights .container .span3.featuredNews .thumbnail {
  padding: 10px 5px;
  height: 290px;
}
#homeHighlights .container .span3.featuredNews .thumbnail h3,
#homeHighlights .container .span3.featuredNews .thumbnail time {
  padding: 0 5px;
}
#homeHighlights .container .span3.featuredNews .thumbnail p {
  padding: 0 5px;
  color: #000;
}
#homeHighlights .container .span3.featuredNews .thumbnail a.learnMore {
  padding: 0 15px 0 5px;
}

.event-preview {
  height: 350px;
}

/* a:focus {
  outline-offset: 0;
} */

a.learnMore-event {
  position: absolute;
  bottom: 72px;
}

a.learnMore {
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  line-height: 15px;
  color: #c7eafb;
  background: url("img/readMorebull.png") right center no-repeat;
  padding: 0 15px 0 0;
}
.articleCont {
  position: relative;
  margin-top: -5px;
}
.articleCont .contentHeading {
  max-height: 500px;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.articleCont .contentHeading .contentHeadingTitle {
  font-family: 'HelveticaNeueW01-57Cn',helvetica,sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  padding: 35px 0;
}
.articleCont .contentHeading .contentHeadingshadow {
  max-height: 500px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 95%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(95%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 95%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 95%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 95%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 95%, #000000 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.contentHeading #playVideo,
.contentHeading #playVideo:hover {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  display: block;
  text-decoration: none;
  z-index: 10;
  background: url("img/playVideo.png") center center no-repeat;
  background-size: 68px auto;
}
.articleCont .contentHeading iframe {
  position: relative;
  top: 0;
  width: 100%;
  height: 500px;
  z-index: 1;
  margin-top: 50px;
}
.stillImage {
  z-index: 10;
  position: relative;
  height: 500px;
}

.stillImage img {
  width: 100%;
}
.articleCont .contentHeading #contentHeadingimg {
  width: 100%;
  height: auto;
}
.pageHeadings {
  background: url("img/lineDivider.png") center bottom no-repeat;
  padding: 0 0 20px;
  margin: -50px 0 0;
  position: relative;
  z-index: 20;
  pointer-events: none;
}

.page-template-dusty-overview .pageHeadings{
  margin: 25px 0 0;
}
.page-template-facilities .pageHeadings{
  margin: 25px 0 0;
}
.pageHeadings .mainHeading {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 37px;
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  padding: 20px;
  margin-left: 0;
}
@media screen and (max-width: 934px) {
  .pageHeadings .mainHeading {
    float: none;
    text-align: center;
  }
}

.pageHeadings .mainHeading span {
  font-family: 'HelveticaNeueW01-57Cn',helvetica,sans-serif;
  font-weight: normal;
}
.pageHeadings .helpHeading {
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}
h4.asideTitle {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #FFF;
  margin: 9px 0 0;
  padding: 3px 0;
  color: #FFF;
}
h4.feedTitle {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin: 19px 0 0;
  padding: 3px 0;
  color: #FFF;
}
h4.feedTitle img {
  margin: -3px 0 0;
}
.rsswidget {
  font-size: 11px;
  color: #bcbec0;
  line-height: 15px;
}
.widget a {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin: 1px 0;
  padding: 6px 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.asideAccordion {
  border-bottom: 1px solid #FFF;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.asideAccordion li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #6d6e71;
}
.asideAccordion li a {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin: 1px 0;
  padding: 6px 15px;
  background: url("img/redBullets.png") 1px -14px no-repeat;
}
.asideAccordion li a:hover {
  background-color: #252525;
  text-decoration: none;
}
.asideAccordion li ul.sub-menu {
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
  display: none;
}
.asideAccordion li ul.sub-menu li a {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  background: none;
}
.asideAccordion li.current-menu-parent a,
.asideAccordion li.current-menu-item a {
  color: #FFF;
  background: url("img/redBullets.png") 1px 9px no-repeat;
}
.asideAccordion li.current-menu-parent a:hover,
.asideAccordion li.current-menu-item a:hover {
  background-color: #252525;
  text-decoration: none;
}
.asideAccordion li.current-menu-parent ul.sub-menu,
.asideAccordion li.current-menu-item ul.sub-menu {
  display: block !important;
}
.asideAccordion li.current-menu-parent ul.sub-menu li a,
.asideAccordion li.current-menu-item ul.sub-menu li a {
  color: #999;
}
.asideAccordion li.current-menu-parent ul.sub-menu li.current-menu-item a,
.asideAccordion li.current-menu-item ul.sub-menu li.current-menu-item a {
  background-color: #252525;
  text-decoration: none;
  color: #FFF;
}
.asideAccordion li.current-menu-item a {
  background: url("img/redBullets.png") 1px -14px no-repeat;
  background-color: #252525;
}
.asideAccordion li:last-child {
  border: 0 none;
}
.container .thumbnailRow.span3{
  float: right;
  margin: 0;
  margin-left:10px;
}
.thumbnailRow ul.thumbnails {
  list-style: none;
}
.thumbnailRow ul.thumbnails div.majorSpecialty {
  border-top: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
  margin: 0 0 15px;
}
.thumbnailRow ul.thumbnails div.majorSpecialty h3,
.thumbnailRow ul.thumbnails div.majorSpecialty h3 a {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  color: #ee3124;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 2px 0;
}
.thumbnailRow ul.thumbnails div.majorSpecialty h3 a:hover {
  text-decoration: none;
}
.thumbnailRow ul.thumbnails ul.row {
  list-style: none outside none;
}
.thumbnailRow ul.thumbnails ul.row li {
  padding: 0 0 26px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail {
  margin: 0;
  padding: 0;
  border: 0 none;
  position: relative;
  width: 214px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail .thumbOverlay {
  background: url("img/thumbOverlay.png") left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail a.shadow {
  display: block;
  position: relative;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail a.shadow .figureTriangle {
  background: url("img/figureTriangle.png") right top no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 23px;
  width: 23px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail a.noshadow .figureTriangle {
  background: url("img/figureTriangle.png") right top no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 23px;
  width: 23px;
}
#homeHighlights .container .thumbnail .shadow .frontTriangle {
  background: url("img/frontTriangle.png") right top no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 23px;
  width: 23px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail a.noshadow::before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail a.shadow::before, .thumbnailRow ul.thumbnails ul.row li figure.thumbnail a.noshadow:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 11;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption a,
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption p {
  position: relative;
  display: block;
  padding: 3px 25px 3px 3px;
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption a span.readMore,
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption p span.readMore {
  width: 5px;
  height: 13px;
  background: #ee3124;
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 3px 7px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption a:hover {
  color: #FFF;
  text-decoration: none;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption p.studentCarrer {
  font-family: 'HelveticaNeueW01-67MdCn 692710',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 10px;
  padding: 2px 3px 0;
  text-transform: uppercase;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.student_landing a {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  color: #ee3124;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 3px 3px 3px 30px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.student_landing a span.readMore {
  left: 2px;
  top: 4px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.facilityCaption {
  position: relative;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.facilityCaption a {
  position: relative;
  display: block;
  padding: 3px 25px 3px 3px;
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.facilityCaption p {
  font-size: 12px;
  line-height: 17px;
  color: #FFF;
  padding: 0 3px;
  margin: 0;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.studentCaption {
  position: relative;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.studentCaption h3 {
  position: relative;
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0 3px;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.studentCaption a {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  padding: 0;
  margin: 0;
}
.thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption.studentCaption a:hover {
  text-decoration: underline;
}
.thumbnailRow ul.thumbnails ul.row li:hover figure.thumbnail .thumbOverlay {
  display: block;
  z-index: 10;
}
.accordion .accordion-group {
  border: 0 none;
  border-radius: 0;
  margin-bottom: 20px;
  clear:right;
}

.accordion .accordion-group .accordion-heading {
  border-top: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
}
.accordion .accordion-group .accordion-heading a.accordion-toggle {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  color: #ee3124;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 3px 3px 3px 30px;
  position: relative;
}
.accordion .accordion-group .accordion-heading a.accordion-toggle .curriculumBullet {
  width: 18px;
  height: 18px;
  background: #ee3124;
  display: block;
  position: absolute;
  left: 2px;
  top: 4px;
}
.accordion .accordion-group .accordion-heading a.accordion-toggle:hover {
  text-decoration: none;
}
.accordion .accordion-group .accordion-body .accordion-inner {
  border: 0 none;
  padding: 10px 0;
}
.accordion .accordion-group .accordion-body .accordion-inner h3 {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  margin: 3px 0;
}
.accordion .accordion-group .accordion-body .accordion-inner strong {
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  display: block;
  padding: 5px 0;
}
.accordion .accordion-group .accordion-body .accordion-inner p {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.accordion .accordion-group .accordion-body .accordion-inner p.accordionIntro,
.accordion .accordion-group .accordion-body .accordion-inner .accordionIntro p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 12px;
  line-height: 18px;
}
.accordion .accordion-group .accordion-body .accordion-inner p.accordionIntro label {
  font-size: 12px;
  width: 685px;
}
.accordion .accordion-group .accordion-body .accordion-inner p.accordionIntro label input {
  margin: 0 5px 5px 0;
}
.accordion .accordion-group .accordion-body .accordion-inner ul {
  list-style: square;
}
.accordion .accordion-group .accordion-body .accordion-inner ul li {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.accordion .accordion-group .accordion-body .accordion-inner ul.unstyled {
  margin: 0 0 9px 25px;
  list-style: none;
}
.accordion .accordion-group .accordion-body .accordion-inner table thead th {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 0;
}
.accordion .accordion-group .accordion-body .accordion-inner table tbody td {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #ccc;
}
.accordion .accordion-group .accordion-body .accordion-inner table tbody td a {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #ccc;
}
.modal {
  background: transparent;
  border: 0 none;
  border-radius: 0;
}
.modal .modal-header h3 {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #FFF;
  line-height: 16px;
}
.modal .modal-body {
  background: #FFF;
  padding: 10px 10px 0;
  margin: 0;
}
.modal .modal-body img, .modal .modal-body iframe {
  padding-bottom: 10px;
  margin: 0;
}
.modal .modal-body iframe {
  margin: 0 auto;
  /*max-width: 525px; issues when full screen */
  display: block;
}
.modal .modal-footer {
  background: #FFF;
  padding: 5px 15px 15px;
  border: 0 none;
  border-radius: 0;
}
.modalSlide {
  position: relative;
  overflow: hidden;
  display: block;
  width: 540px;
  height: 395px;
}
.modalSlide .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 540px;
  height: 395px;
}
.modalSlide .slide p {
  color: #666;
}
.intro {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 25px;
  color: #FFF;
}
.intro h3.studentTitle {
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  text-transform: capitalize;
}
.intro h3.studentYear {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0 20px;
  font-weight: normal;
}
.intro a {
  color: #FFF;
  text-decoration: underline;
}
#programSpecific .post .intro{
  margin: 10px 0;
}
#programSpecific .post ul li {
  padding: 5px 0;
}
.post p {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  /* clear:left; */
}
.post p a,
.post p a:visited,
.post p a:focus {
  text-decoration: underline;
  color: #FFF;
}
.post p a:hover {
  text-decoration: none;
  color: #FFF;
}
.rasideTitle {
  margin: 10px 0;
}
.rasideTitle h3 {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 2px 0;
}
.rasideTitle h4 {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 2px 0;
}
.asideRight {
  color: #FFF;
}
.asideRight .asideAddress {
  font-family: 'HelveticaNeueW01-57Cn',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  margin: -3px 0 0;
}
.btn {
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #4d4d4f;
  background: url("img/btn.png") right top no-repeat;
  line-height: 15px;
  text-transform: uppercase;
  padding: 5px 20px 10px 5px;
  margin-top: 10px;
  display: inline-block;
  border: 0 none;
}
.btn:hover {
  color: #4d4d4f;
  text-decoration: underline;
}
.form-horizontal .control-label, .form-horizontal .gfield_label {
  width: 80px;
  text-align: left;
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #BBB;
}
.form-horizontal .gfield_label {
  float: left;
  padding-top: 5px;
}
.form-horizontal .controls, .form-horizontal .ginput_container {
  margin-left: 0px;
}
.form-horizontal .controls input,
.form-horizontal .controls textarea,
.form-horizontal .ginput_container input,
.form-horizontal .ginput_container textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #959595;
  border-radius: 0;
  padding: 1px 3px;
}
#contactUs {
  margin-top: -30px;
}
#contactUs .accordion-group .accordion-body .accordion-inner p.accordionIntro {
  font-size: 14px;
  line-height: 19px;
}
#contactUs .form-horizontal,
#comments .form-horizontal {
  width: 585px;
  position: relative;
  max-width: 100%
}
#contactUs .form-horizontal input[type="text"],
#comments .form-horizontal input[type="text"],
#contactUs .form-horizontal textarea,
#comments .form-horizontal textarea {
  width: 375px;
  box-sizing: border-box;
  border-radius: 0;
  margin-top: 6px;
}
#contactUs .form-horizontal textarea,
#comments .form-horizontal textarea {
  resize: vertical;
}
#contactUs .form-horizontal .btn,
#comments .form-horizontal .btn {
  
  bottom: 0;
}
#contactUs .form-horizontal .btn:hover,
#comments .form-horizontal .btn:hover {
  text-decoration: underline;
}
#contactUs .gform_footer{
  padding: 5px 0;
}
#contactUs .gform_button, #newsletter .gform_button{
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  line-height: 15px;
  color: #4d4d4f;
  text-transform: uppercase;
  padding: 6px 20px 10px 5px;
  display: inline-block;
  background: url('img/btn.png') right top no-repeat;
  border: 0 none;
  min-width:90px;
}
.nocontentHeading .pageHeadings {
  margin: 25px 0 0;
}
@media screen and (max-width: 934px) {
  .nocontentHeading .pageHeadings {
    margin: 0;
    padding: 0;
  }
}
.sharethis {
  padding: 13px 0 15px;
}
.archive .post,
.blog .post,
.blog .sva-events,
.single-sva-events .sva-events,
.single-post .post {
  border-top: 1px solid #6D6E71;
  clear: both;
  margin: 25px 0 0;
}
.archive .post .postDate,
.blog .post .postDate,
.blog .sva-events .postDate,
.single-sva-events .sva-events .postDate,
.single-post .post .postDate {
  margin: 9px 0 0;
}
.archive .post .postDate div,
.blog .post .postDate div,
.blog .sva-events .postDate div,
.single-sva-events .sva-events .postDate div,
.single-post .post .postDate div {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  padding-left: 53px;
  text-transform: uppercase;
  color: #BBB;
}
.archive .post .postTitle,
.blog .post .postTitle,
.blog .sva-events .postTitle,
.single-sva-events .sva-events .postTitle,
.single-post .post .postTitle {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 6px;
  margin: 5px 0 8px;
}
.archive .post .postTitle a,
.blog .post .postTitle a,
.blog .sva-events .postTitle a,
.single-sva-events .sva-events .postTitle a,
.single-post .post .postTitle a {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
.archive .post .postTitle a:hover,
.blog .post .postTitle a:hover,
.blog .sva-events .postTitle a:hover,
.single-sva-events .sva-events .postTitle a:hover,
.single-post .post .postTitle a:hover {
  color: #FFF;
  text-decoration: none;
}
.archive .post .meta p,
.blog .post .meta p,
.blog .sva-events .meta p,
.single-sva-events .sva-events .meta p,
.single-post .post .meta p {
  font-size: 11px;
  line-height: 18px;
  padding: 3px 0 0;
}
p.wp-caption-text{
  font-size: 11px;
  line-height: 18px;
  padding: 3px 0 0;
}
.archive .post .postTitle:hover,
.blog .sva-events .postTitle:hover,
.blog .post .postTitle:hover {
  color: #FFF;
}
.archive .post .sharethis,
.blog .sva-events .sharethis,
.blog .post .sharethis {
  clear: both;
}
.single-sva-events .sva-events,
.single-post .post {
  border: 0 none;
}
.single-sva-events .sva-events .postTitle,
.single-post .post .postTitle {
  margin-top: 0;
}
.single-sva-events .sva-events .featuredImage,
.single-post .post .featuredImage {
  margin-bottom: 10px;
}
#comments {
  margin: 31px 0;
}
#comments .form-horizontal {
  width: 545px;
}
#comments .row {
  color: #bcbec0;
  border-bottom: 1px solid #6D6E71;
  padding: 10px 0;
}
#comments .row .span2 {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #939598;
}
#comments .row:last-child {
  border: 0 none;
}
#studentSingle .post .intro {
  width: 430px;
}
#studentSingle .thumbnailRow {
  padding: 10px 0 0;
}
#newsletter .form-horizontal {
  width: 490px;
  position: relative;
}
#newsletter .form-horizontal #field_2_4 p, #newsletter .form-horizontal #field_2_4 {
  margin: 0;
}
#newsletter .form-horizontal #field_2_4 label {
  font-size: 18px;
  line-height: 24px;
  color: #999999;
  padding: 10px 0 20px;
}
#newsletter .form-horizontall #acceptMailing {
  margin: 5px;
  display: block;
  float: left;
}
#newsletter .form-horizontal input[type="text"],
#newsletter .form-horizontal textarea {
  width: 280px;
  box-sizing: border-box;
}
#newsletter .gform_button {
  position: absolute;
  right: 10px;
  bottom: 0;
}
#newsletter .modal-footer .pull-right {
  bottom: 10px;
  position: absolute;
  right: 5px;
}
a.newsletter {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
a.newsletter:hover {
  color: #FFF;
  text-decoration: underline;
}
#programSpecific .span6.post {
  width: 434px;
  padding-right: 20px;
}
#programSpecific .span6.post p {
  margin: 1px 0 9px;
}
#programSpecific .thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption a {
  font-size: 14px;
}
#faculty .thumbnailRow ul.thumbnails ul.row li figure.thumbnail figcaption p.studentCarrer {
  margin: 2px 0 9px;
}
#facilitiesPage .span9.post {
  width: 670px;
  padding: 0 24px 0 0;
  float: none;
  margin: 0 auto;
}
/* #facultySingle .intro {
  margin: 10px 27px 5px 0;
  width: 440px;
} */
#facultySingle .intro h3 {
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  text-transform: capitalize;
}
.container .faculty-single-headshot.span3 {
  float: left;
  margin: 6px 20px 0 0;
}
#facultySingle p {
  margin: 15px 0 9px;
}
#facultySingle .thumbnailRow ul.thumbnails ul.row li {
  padding: 0;
  margin: 0;
}
#faculty_members {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
.facultySort {
  margin-top: -20px;
}
.facultySort h3 {
  font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
}
.facultySort select {
  width: 160px;
  font-size: 11px;
  font-style: normal;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
.error404 .intro {
  color: #fafcff;
}
.error404 .intro a {
  color: #fafcff;
  text-decoration: underline;
}
.error404 .intro a:hover {
  color: #FFF;
  text-decoration: none;
}
#siteFooter {
  font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
  font-weight: normal;
  padding: 25px 0;
  background: url("img/lineDivider.png") center top no-repeat;
  font-size: 9px;
  line-height: 17px;
  color: #FFF;
}
#siteFooter .copyright {
  padding: 15px 0 0;
  margin: 0;
}
#siteFooter .copyright a {
  margin-top: 22px;
  display: block
}
.playPause{
  text-indent: -9999px;
  display: block;
  float: left;
  text-align: left;
  margin: -2px 0 0;
}
.playPause {
  background: url("img/playPause.jpg") 0 0 no-repeat;
  width: 31px;
  height: 34px;
}
/*.prev {*/
  /*background: url("img/prev.jpg") 0 0 no-repeat;*/
  /*width: 22px;*/
  /*height: 34px;*/
/*}*/
/*.next {*/
  /*background: url("img/next.jpg") 0 0 no-repeat;*/
  /*width: 22px;*/
  /*height: 34px;*/
/*}*/
.alignleft {
  float: left;
  position: relative;
  margin: 0 20px 10px 0;
  padding: 0;
}
.alignright {
  float: right;
  position: relative;
  margin: 0 0 10px 20px;
  padding: 0;
}
.alignnone {
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}
.whiteArrowRight {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  display: block;
  position: absolute;
  top: 4px;
  right: 7px;
}
.whiteArrowLeft {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
}
.whiteArrowUp {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
}
.whiteArrowDown {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
}
nav.paginate {
  overflow: hidden;
  border-top: 1px solid #6d6e71;
  padding: 10px 0;
  margin-top: 10px;
}
nav.paginate span {
  float: left;
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #c7eafb;
  text-transform: uppercase;
  line-height: 24px;
}
nav.paginate ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.paginate ul li {
  float: left;
}
nav.paginate ul li a {
  width: 100%;
  margin: 0 10px;
  color: #bcbec0;
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 11px;
  line-height: 11px;
}
nav.paginate ul li:hover a,
nav.paginate ul li.current a {
  text-decoration: underline;
}
.gform_fields{
  margin: 0;
  padding: 0;
}
.form-horizontal .control-group, .form-horizontal .gfield {
  margin: 0 0 18px;
  padding: 0;
  list-style: none outside;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
/* .flexslider a:focus  {outline: none;} */
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed{ z-index: 0; display: none; }
.flexslider .slides img.videoHero{position: absolute; top: 0; left: 0; z-index: 1; height: 100%; }

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; ,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {display: none;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 50px; right: 50px; text-align: right; z-index: 20;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a { text-indent: -99999px; text-align:left; width: 11px; height: 11px; display: block; background: #ffffff; background: rgba(255,255,255,0.9); cursor: pointer; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #ed3024; background: rgba(237, 48, 36,0.9); }
.flex-control-paging li a.flex-active { background: #ed3024; background: rgba(237, 48, 36,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


#siteFooter form{
	text-align:center;
}
#form_ct ul{
    list-style: none;
}
.form3 .large{
    width:100%;
}
.form3 .ginput_left{
    float:left!important;
    width:48%!important;
    clear:both;
}
.form3 .ginput_left input,.ginput_right input,.ginput_full input{
    width:100%!important;
}
.form3 #field_3_5,#field_3_6,.gform_footer,#field_3_7{
    float:left!important;
    display:block!important;
    width:100%;
}
.form3 .ginput_right{
    float:right;!important;
    width:48%!important;
}
.form3 .gform_button, #newsletter .gform_button {
    font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
    font-weight: normal;
    font-size: 9px;
    line-height: 15px;
    color: #4d4d4f;
    text-transform: uppercase;
    padding: 6px 20px 10px 5px;
    display: inline-block;
    background: url('img/btn.png') right top no-repeat;
    border: 0 none;
    min-width: 90px;
}
.form3 input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    height:15px!important;
}
.form3 .ginput_container label{
    font-size:.8em!important;
    color: #b3b3b3;
}
.form3 #field_3_7{

    text-align: left;
    font-family: 'HelveticaNeueW01-55Roma',helvetica,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #BBB;

}
.form3 #field_3_7 a{
    margin-left:20px;
    font-size:14px;
}
/* MD FOR NEW CONTACT PAGE */
.form3 .gfield_radio li{
  float:left;
  clear:right;
}
.form3 .gfield {
  clear:both;
}
#input_3_1{

}
#input_3_1 .gchoice_1_1{
  margin-left:30px;
}
.form3 textarea{
  width:372px;
}



/*MOBILE NAVIGATION */

#navbutton{
  display:none;
  background-color:transparent;
  border:none;
  text-align:left;
  position:relative;
}

#mobilemenu{
text-align:center;
}

#mobilenav{
display:none;
}

#searchform > p > input.submit {
	    margin-bottom: 9px;
		height: 28px;
		font-family: 'HelveticaNeueW01-77BdCn 692722',helvetica,sans-serif;
		text-transform: uppercase;
		-webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
		color: #999;
		background: black;
		border: none;
	
}
/* Up Button*/

.to-top:hover {
	color: #fff !important;
	background-color: #ed3024;
	text-decoration: none;
}
 
.to-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}
/* Sticky Search Button  */

.search-button{
	cursor: pointer;
  position: absolute;
  right: 15px;
  top: 7px;
  background: transparent;
  border: none;
}

.fa-search:before {
  color: #fff;
}

.search-form{
	display:none;
}

.search-form form{
  display: flex;
  position: absolute;
  right: 40px;
  top: 4px;
  margin: 0;
  align-items: center;
}

.search-form input {
  height: 12px !important;
  width: 125px;
  margin: 0;
}

.search-form label {
  font-family: Helvetica, sans-serif;
  color: #fff;
  margin: 0 8px 0 0;
  font-size: 14px;
}

.widget_year_archive  >.asideAccordion,
.widget_category_archive > .asideAccordion {
  display:none;
}

.widget_year_archive button,
.widget_category_archive button {
  background: transparent;
  border: none;
}


/* MEDIA QUERIES FOR RESPONSIVENESS*/



@media screen and (max-width: 934px) {
  body {
    margin-top: 75px !important;
  }

  .span3, .span6, .span9, .span12, .span7, .span2 {
    max-width: 90%;
    margin: 0 auto;
    float: none;
  }

  .blog .span7, .blog .span2 {
    max-width: 100%;
  }

  .archive .post .postDate div, .blog .post .postDate div, .blog .sva-events .postDate div, .single-sva-events .sva-events .postDate div, .single-post .post .postDate div {
    padding-left: 0;
  }

  .row {
    margin-left: 0;
  }

  .search-button{
    display:none;
  }
  .container {
    width: 100%;
  }
  .feedTitle{display:none;}
  .rsswidget{display:none;}
  .intro p{
    text-align:left;
  }
  .titleDiv{
    position:relative;
    max-width:100%;
  }
  #headerHome{
    width:100%;
    overflow:hidden;
    display: flex;
    justify-content: center;
    position:fixed;
    top: 0;
    z-index: 10;
    margin-bottom: 64px;
    height: 75px;
  }

  #headerHome {
    margin-bottom: 0;
    z-index: 1000000;
  }

  #mobilenav{
  display: block;
  position: fixed;
  top: 75px;
  width: 100%;
  background: #000;
  }
  #mobilenav form {
    background: #000;
    background: #000;
    display: flex;
    height: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  #mobilenav form input {
    margin: 0;
  }
  #mobilenav form label {
    margin: 0 10px 0 0;
    font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;

  }
  #navbutton{
    z-index:1000;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.navmargin{
margin-bottom:56px!important;
}

  #mobilemenu li{
   float:none;
   width:30%;
   margin: 0 auto;
   border-left:none;
}

  #mobilemenu ul{
  width:100%;
  }
  
 
  
  #mobilemenu a{
  
  font-size:26px;
  margin: 10px 0px 10px 0px;
  
  }


  .siteTitle {
    font-size: 58px;
    line-height: 64px;
    font-weight:bold;
    position:relative;
    letter-spacing:-1px;
  }

nav.navbar .container {
   width: 100%!important; 
}
  

/*hide the slider on the home page */
/* .frontpageSlider{display:none;} */
.flex-control-nav{display:none;}
  
/* thumbnails for recent news on home page*/

#homeHighlights{
  margin-top:-5px;
}

.thumbnail{height:100%!important;margin-bottom:50px;margin-top:50px;max-width:100%!important;}
#homeHighlights p{font-size:20px!important; line-height:normal!important; display:none;}
#homeHighlights .container .thumbnail  a.learnMore{position:relative!important; font-size:13px;bottom:0px;top:10px;}
#homeHighlights .container .thumbnail h3 {margin: 20px 0px 30px 0px;}
#homeHighlights .container .thumbnail h3 a{font-size:30px; line-height:25px;}


/*site footer*/

.pull-left{
  float:none;
  position:relative;
  left:30%;
  }
  
.copyright .pull-right{
  float:none;
  margin:10px 10px 10px 10px;
  top: 32px;
  position: relative;
  font-size: 12px;
}  
  
  #siteFooter .copyright{
  font-size:16px; 
  float:none;
  margin:10px 10px 10px 10px; 
  text-align:center;
  }

#footerLogo{
margin:0 auto;
width:174px;
display:block;
}

#mobilemenu{
display:none;
top:3px; 
position:relative;
} 

#mainnav{
margin:0;
padding:0;
position: relative;
background: #000;
}

#mainnav.sticky {
  position: sticky;
  top: 0;
}

@media screen and (max-width: 934px) {
  #mainnav {
    display: none;
  }
}
  
  /*film landing page */
  
  .articleCont .contentHeading .contentHeadingTitle{
    font-family: 'HelveticaNeueW01-57Cn',helvetica,sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    padding: 35px 0;
  }

  @media screen and (max-width: 934px) {
    .articleCont .contentHeading .contentHeadingTitle {
      position: relative;
      left: 20px;
      font-size: 22px;
      line-height: 24px;
    }
  }

  .pageHeadings{
  margin:0;
  text-align:center;
  }
  .helpHeading{
  padding: 0px 10px 0px 10px;
  text-align:center;
  }
  
  
  /* iframes */
  iframe{
  width:98%;
  }
  
  .modal iframe{
  height:295px;
  }
     
  /*hide sharethis */
  .sharethis{
  display:none;
  }
  .st_sharethis_hcount{
  display:none;
  }
  
  /*modals */
  
  
						  /*hide large image modal on screenwriting page */
						  
						  #programSpecific > div > div.thumbnailRow.span3 > ul > li > ul > li:nth-child(2){
						  display:none;
						  }
						  /*hide "animals in motion class" modal on animation page */
						  #programSpecific > div > div.thumbnailRow.span3 > ul > li > ul > li:nth-child(5){
						  display:none;
						  }
						  
						  
  
  .modal{
    width: 115%;
    margin: 0 auto;
    position: relative;
    left: 5%;
	}
  .smallModal{
  width:100%;
  }

  /*all spans*/
  /* div.thumbnailRow.span3{
  margin-left:20%!important;
  }
  
  [class*="span"]{
  float:none;
  width:auto;
  }
  [class*="span"] p{
  max-width:90%;
  margin:0 auto;
  
  } */
  
  /*hiding shadows */
  
  #homeHighlights .container .thumbnail .shadow::before{
  display:none;
  }
  canvas{
  display:none;
  }
  
  /*film page thumbnails */
  .filmnails{
  width:190px!important;
  }
  
  /*film subpages */
  /* .intro{
  font-size:22px;
  margin:30px!important;
  } */
  #programSpecific .span6.post{
  width:auto;
  }
  #programSpecific .span6.post p{
   margin:0 auto;
   font-size:16px!important;
     }
  #programSpecific .span6.post span{
   margin:0 auto;
   font-size:16px!important;
     }	 
  #programSpecific .span6.post ul{
	margin:25px!important;
	font-size:16px;
   }
   /* .container .thumbnailRow.span3 {
    float: none;
    margin: 0 auto;
    width: 253px;
    margin-top: 50px;
	} */
	.offset3{
	margin-left:27px;
	}
	.accordion-inner{
	width:90%;
	margin:0 auto;
	}
	
	/*student work */
	
	.intro p{
	margin-bottom:20px;
	
	}
	
	/*student singles */
	
	.stillImage{
	height:auto;
	display:none;
	}
	.fluid-width-video-wrapper{
	padding-top:0px!important;
	}
	
	
	/*resources and facilities */
	
	#facilitiesPage .span9.post {
    max-width: 89%;
	}
	#resourceGallery{
	display:none;
	}
	
	/*contact us page */
	#input_1_1{
	width:100%!important;
	}
	#input_1_2{
	width:100%!important;
	}
	#input_1_3{
	width:100%!important;
	}
	#input_1_4{
	width:100%!important;
	}
	
	
	
}
@media (max-width: 900px) {



}
 

 @media (max-width: 750px) {
 
	.siteTitle{
    font-size:48px;
    line-height: 58px;
  }
	#mobilemenu li{
    width:85%;
  }
  
}
 

  
@media (max-width: 500px) {
   
  #mobilemenu li{
    width:95%;
  }
	
 /*page header text */
  .pageHeadings .mainHeading {
  margin-bottom: 10%;
  margin-top: 10%;
  font-size: 32px;
  }

  .siteTitle{
	 font-size: 42px;
   line-height: 50px;    
	}
  	
}
  
  
@media (max-width: 430px) { 
  
   #mobilemenu li{
    width: 100%;
   }

  /*resources and facilities */
	#facilitiesPage .span9.post {
    max-width: 83%;
	}

}

/* Pagination */
.pagination{
  text-align:center;
}
.prev {
  margin-right: 15px;
}
.next {
  margin-left: 15px;
}

/* remove the font.com ad */
#mti_wfs_colophon{
  display:none!important;
}

/* ADA compliance updates */


.page-template-major-overview-php .span9 {
  margin: 0 auto;
  float: none;
}
    
.page-template-major-overview-php p {
  margin: 0 auto 9px auto;
}

.page-template-major-overview-php iframe {
  margin: 0 auto;
  width: 100%;
  height: 500px;
}

@media screen and (max-width : 934px) {
  .page-template-major-overview-php iframe {
    height: 250px;
  }
}

.single-sva-faculty .span9 {
  margin: 0 auto;
  float: none;
}

/* NEW HOMEPAGE */

.frontpageSlider {
  margin-top: -5px;
}

.frontpageSlider .slides {
  margin: 0 10px;
}

.frontpageSlider .slides li {
  position: relative;
}
.frontpageSlider .slides li .slideContent {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 30;
}
.frontpageSlider .slides li .slideContent .slideTitle,
.frontpageSlider-alt .slides li .slideContent .slideTitle {
  font-family: 'HelveticaNeueW01-UltLt',helvetica,sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 58px;
}
.frontpageSlider span,
.frontpageSlider-alt span {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  padding: 15px 0 15px;
  max-width: 96%;
}

.frontpageSlider span,
.frontpageSlider-alt span{
  margin: 0;
}

@media screen and (max-width: 950px) {
  .frontpageSlider span,
  .frontpageSlider-alt span{
    font-size: 30px;
    line-height: 32px;
  }
}

@media screen and (max-width: 800px) {
  .frontpageSlider span,
  .frontpageSlider-alt span{
    font-size: 26px;
    line-height: 28px;
  }
}

@media screen and (max-width: 700px) {
  .frontpageSlider span,
  .frontpageSlider-alt span{
    font-size: 22px;
    line-height: 24px;
  }
}

.frontpageSlider .slides li .slideContent .slideLink a,
.frontpageSlider-alt .slides li .slideContent .slideLink a {
  font-family: 'HelveticaNeueW01-75Bold',helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #4d4d4f;
  text-transform: uppercase;
  padding: 6px 20px 10px 5px;
  display: inline-block;
  background: url('img/btn.png') right top no-repeat;
}
.absoleft{
	position:absolute;
	left:5%;
}

.frontpageSlider-alt .slide {
  display: flex;
  position: relative;
  margin: 0 10px 10px 10px;
  width: calc(100% - 20px);
  height: auto;
  align-self: flex-start;
}

.frontpageSlider-alt img {
  width: 100%;
  height: auto;
  align-self: flex-start;
}

.frontpageSlider-alt .slide .slideContent .container {
  position: absolute;
  z-index: 3;
}

.frontpageSlider-alt .slide .slideContent .absoleft {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 38px 0;
}

@media screen and (max-width: 800px) {
  .frontpageSlider-alt .slide .slideContent .absoleft {
    padding: 7px 0;
  }  
}

/* NEW SECTION */

.home-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: flex-start;
}

.home-tiles .tile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(50% - 20px);
  display: flex;
  margin: 10px;
  padding-bottom: 25%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
}

.home-tiles .caption-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 38px 0;
  text-align: center;
}

.home-tiles .tile span {
  font-size: 50px;
  text-shadow: 0 0 black;
  color: #fff;
  padding: 12px;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 100px solid transparent;
  border-right: 100px solid transparent; 
  border-top: 100px solid #000;
  right: -100px;
  top: 0;
  position: absolute;
}

.gray-overlay {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}

.home-tiles .tile:hover .gray-overlay {
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .home-tiles {
    flex-direction: column;
  }

  .home-tiles .tile {
    width: calc(100% - 20px);
    padding-bottom: 50%;
  }

  .home-tiles .tile span {
    font-size: 30px;
    text-shadow: 0 0 black;
    color: #fff;
    padding: 9px;
  }
}

/* Fix intro lengths for faculty individual pages */

.postid-17721 .accordion {
  margin-top: 225px;
}

.postid-17712 .accordion {
  margin-top: 150px;
}

.postid-17706 .accordion {
  margin-top: 160px;
}

.postid-17604 .accordion {
  margin-top: 170px;
}

.postid-130 .accordion {
  margin-top: 60px;
}

.postid-15866 .accordion {
  margin-top: 241px;
}

.postid-15750 .accordion {
  margin-top: 275px;
}

.postid-13908 .accordion {
  margin-top: 100px;
}

.postid-12108 .accordion {
  margin-top: 172px;
}

.postid-12105 .accordion {
  margin-top: 210px;
}

.postid-10148 .accordion {
  margin-top: 15px;
}

.postid-4616 .accordion {
  margin-top: 210px;
}

.postid-4675 .accordion {
  margin-top: 15px;
}

.postid-4592 .accordion {
  margin-top: 45px;
}

.postid-662 .accordion {
  margin-top: 10px;
}

.postid-638 .accordion {
  margin-top: 60px;
}

.postid-135 .accordion {
  margin-top: 140px;
}

/* hide gravityforms antispam honeypot */
.gform_validation_container {
  position: absolute;
  left: -20000px;
}

.frontpageSlider-alt .slide .slideContent .absoleft {
	bottom: unset;
	top: 0;
}