@media (max-width: 767px){
	
.global-header.business  {
	background: #ffffff url("/images/template2014/sierra/header-background.jpg") no-repeat 40% 40%;
	} 
 

.global-header.international  {
	background: #ffffff url("/images/template2014/sierra/header-background.jpg") no-repeat 40% 40%;
	} 
 
 .global-header.state  {
	background: #ffffff url("/images/template2014/sierra/header-background.jpg") no-repeat 40% 40%;
	} 
 
 .global-header.local  {
	background: #ffffff url("/images/template2014/sierra/header-background.jpg") no-repeat 40% 40%;
	} 
	
 .global-header.science  {
	background: #ffffff url("/images/template2014/sierra/header-background.jpg") no-repeat 40% 40%;
	} 

 .global-header.cat  {
	background: #ffffff url("/images/template2014/sierra/header-background.jpg") no-repeat 40% 40%;
	} 
 
}



@media (min-width: 768px){
.primary .global-header {
    min-height: 512px;
}
}

.header-slideshow-banner .banner-pager {
	position: absolute;
    right: 45px;
    top: 400px;
}

.header-slideshow-banner .banner-play-pause {
    position: absolute;
    top: 400px;
    right: 17px;
    z-index: 1000;
}

.carousel .owl-nav [class*='owl-'] {
	background: #adadad;
}

@media (min-width: 768px){
.main-navigation.megadropdown .top-level-nav .sub-nav  {
    left: 0;
    right: 0;
    min-height: 348px;
    overflow: visible;
    padding-bottom: 76px;
}
}

.slide-text {
  font-size: 1.1em;
  color:#effaf6;
  width: 45%;
  border: none;
  background-color: transparent;
}
.slide-text .title {
  font-size: 3.4em;
}

@media (min-width: 768px) and (max-width: 991px) {
.slide-text {
  font-size: .9em;
  width: 47%;
  border: none;
  background-color: transparent;
}
.slide-text .title {
  font-size: 2.5em;
}

}

@media (min-width: 991px) and (max-width: 1280px) {
.slide-text {
  font-size: 1em;
  width: 47%;
  border: none;
  background-color: transparent;
}
.slide-text .title {
  font-size: 2.7em;
}

}

.intrinsic-container {
  position: relative;
  height: 0;
  
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 60%;
}

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel .owl-item img {
	width: auto;
}

.slide-text {
	font-stretch: normal;
}

/*.primary .header-organization-banner {
	background: rgba(255, 255, 255, .6);
}*/