/**
 * Place your custom styles here.
 */
body{
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
} 
#header{
background-color: #FFFFFF !important;
background-image: none !important;
color: black;
}
.site-branding__logo{
    max-width: 315px;
    width: 100%;
}
.site-branding__name a{
 color:black !important;
}    

img { /***** MODIFIED IMG TO MAKE ALL IMAGES RESPONSIVE *****/
	max-width: 100%;
	height: auto;
	
}

.imgShadow {
	box-shadow:0px 0px 10px #323232;
	margin-bottom:15px;
}

.imgBlueBorder {
	border: 1px solid #0980a1;
	padding: 5px;
}

.imgBlueBorderDouble {
	border: double #0980A1;
	padding: 5px;
}
#block-voicespopup {/***** this is for the voices disclaimer  *****/
  display: none;

}
.roundedCornersBlue2px {
    border-radius: 25px;
    border: 2px solid #0980A1;
    padding: 10px;   
}

.verticalAlignMiddle { /**** THIS WILL VERTICAL ALIGN TEXT AND IMAGES - /regions/hawaii/hi-esr*****/
	display:flex;
    align-items:center;
}

a.white {
	color:#FFF;
}

.activeLink {
	background-color:#90d8f0;
	padding:8px;
}

.logo { /***** SIZE AND POSITION OF LOGO *****/
	width:200px;
}

.name { /***** DISPLAY SITE NAME NEXT TO LOGO *****/
	display:none;
}

.indent-20px {
	padding-left: 20px;
}

#block-alaskanavigation {
	position:relative;
	margin-top:-123px;
	background-image:url(/sites/default/files/images/subMenuBG-05617A-50opacity.png);
}

#block-alaskanavigation-menu {
	padding:0px 40px;
}

#block-californiacurrentnavigation-2 {
	position:relative;
	margin-top:-123px;
	background-image:url(/sites/default/files/images/subMenuBG-05617A-50opacity.png);
}

#block-californiacurrentnavigation-2-menu {
	padding:0px 40px;
}

#block-gulfofmexiconavigation {
	position:relative;
	margin-top:-123px;
	background-image:url(/sites/default/files/images/subMenuBG-05617A-50opacity.png);
}

#block-gulfofmexiconavigation-menu {
	padding:0px 40px;
}

#block-hawaiinavigation-2 {
	position:relative;
	margin-top:-123px;
	background-image:url(/sites/default/files/images/subMenuBG-05617A-50opacity.png);
}

#block-hawaiinavigation-2-menu {
	padding:0px 40px;
}

#block-northeastnavigation {
	position:relative;
	margin-top:-123px;
	background-image:url(/sites/default/files/images/subMenuBG-05617A-50opacity.png);
}

#block-northeastnavigation-menu {
	padding:0px 40px;
}
li.menu-item.menu-item--expanded.menu-item--active-trail-menu {
	background-color: #90d8f0 !important;
}
 .region-header .block {
    float: left !important; /* LTR */
    margin-top: 0.357em;
  }
.site-header__logo {
    margin-right: 10px;
}
.site-header__logo-text {
    margin-top: 10px;
    max-width: 315px;
    width: 100%;
}
span.block-voicespopup-modal-close.spb_close{
display:none !important; 

}
#block-voicespopup{
color:#fff !important;
}
.site-footer {
	background: #0071b3 !important;
}
a.main-menu-mobile {
    color: white !important;
}
.spb_top_center {
    border-radius: 25px;
    background: #00467f;
    padding: 20px;
}
.spb_minimize{
display:none;
}

/***************************************************
 * END CODE TO PLACE TEXT/REGION MENU OVER IMAGE
 **************************************************/
@media only screen and (max-width: 959px) {
    .regionName {
        display:none;
    
    }
}


/**********************************************************
   ALIGN MENU CENTER [ALEX VALDERRAMA | 13-MAR-19 ]
***********************************************************/
.clearfix .menu2 {
/*   padding:0px 300px;*/
   text-align:left;
}

/**********************************************************
   RESET MENU FOR TABLETS AND PHONES [ALEX VALDERRAMA | 13-MAR-19 ]
***********************************************************/
@media only screen and (max-width: 844px) {
    ul.clearfix.menu2.show-on-mobile {
      display: block !important;
      padding:0px;
      text-align:left;
    }

    body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide { /* REMOVES HIDE MENU TEXT */
      display: none !important;
    }

    body:not(:target) .region-primary-menu .menu-toggle{ /* REMOVES SHOW MENU TEXT */
      display: none !important;
    }

}



/***************************************************
 * HIGHLIGHT ACTIVE LINK ON MAIN MENU
 **************************************************/
.active{
  background-color:#90D8F0;
  color:#fff;
}

/*
.is-active {
	background:#90D8F0 !important;
}
*/

/*
a {
    color:#000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:visited {
    color:#000;
}

.menu nav {
    padding:10px;
    border:solid 1px #c0c0c0;
    border-radius:5px;
    float:left;
}
.menu nav li {
    list-style-type:none;
    float:left;
    margin:0 10px;
}
.menu nav li a {
    text-align:center;
    width:55px;
    float:left;
}
.menu nav li.active {
    background-color:green;
}
.menu nav li.active a {
    color:#fff;
    font-weight:bold;
}
*/


/********************************************************
 * REDUCE SPACE BETWEEN REGIONAL NAVIGATION AND CONTENT
 ********************************************************/
.region .region-region-bar {
	border:1px solid red;
	background-color:lime;
}

/********************************************************
 * MAKE ALL VIDEOS RESPONSIVE
 ********************************************************/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/********************************************************
 * CODE BELOW USED ON NORTHEAST SUB-REGIONS PAGE
 ********************************************************/
.greenBG {
	background-color: #bfd38b;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	opacity: 0.7;
}
		
.orangeBG {
	background-color: #fbb344;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
	color: #daf2fe;
	font-weight: bold;
	opacity: 0.7;
}
		
.redBG {
	background-color: #e61616;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
	color: #daf2fe;
	font-weight: bold;
	opacity: 0.7;
}

.blueBG {
	background-color: #0055a0;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
	color: #daf2fe;
	font-weight: bold;
	opacity: 0.7;
}

/*
span:hover {
	color: white;
	text-decoration: underline;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	opacity: 1;
}
/*

/********************************************************
 * CODE BELOW USED ON PROJECTS AND PUBLICATIONS PAGES
 ********************************************************/
.blueRoundedBorder {
	border-radius: 5px;
	border: 1px solid #0980a1;
	padding: 10px;
}

.greyButton {
	background-color: #5c697b;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}


/********************************************************
 * CODE BELOW USED FOR SEARCH FIELD
 ********************************************************/
.input-group input[type=search] {
	width: 150px;
	float: right;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.input-group input[type=search]:focus {
	width: 100%;
}

.dimmed {
	filter: blur(3px);
	opacity: .2;
	transition: all .3s;
}

.sbox {
	transform: translate(0, -5em);
	-webkit-transition: transform 1s ease-in-out;
	-moz-transition: transform 1s ease-in-out;
	-o-transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
}


/********************************************************
 * BEGIN HOVER IMAGES - /regions/alaska/ebs-ecosystem-status-report
 ********************************************************/
.hoverImage img:last-child{
	display:none;
}
.hoverImage:hover img:first-child{
	display:none;
}
.hoverImage:hover img:last-child{
	display:inline-block;
}
/********************************************************
 * END HOVER IMAGES - /regions/alaska/ebs-ecosystem-status-report
 ********************************************************/

body:not(:target) .region-primary-menu .menu-item {
  height: auto !important;
  overflow: hidden;
}  

/**********************************************************
   REALIGNED TEXT LOGO NEXT TO LOGO FOR TABLETS AND PHONES [ALEX VALDERRAMA | 13-MAR-19 ]
***********************************************************/
@media only screen and (max-width: 844px) {
    .site-header__logo-text {
      max-width: 315px;
      width: 65%;
      margin: 30px 0px;
    }
}




@media all and (min-width: 560px) {
  .node .field--type-image {
    float:none !important; /* LTR */
    margin: 0 1em 0 0; /* LTR */
  }
  [dir="rtl"] .node .field--type-image {
    float: right;
    margin: 0 0 0 1em;
  }
  .node .field--type-image + .field--type-image {
    clear: both;
  }
}
.ds-2col-stacked-fluid > .group-left {
  float: left; /* LTR */
  width: 30%;
}

[dir="rtl"] .ds-2col-stacked-fluid > .group-left {
  float: right;
}

.ds-2col-stacked-fluid > .group-right {
  float: right; /* LTR */
  width: 70%;
}.field--type-entity-reference .field__label, .field--type-entity-reference ul.links {
font-size: 1em !important;
font-weight:bold !important;
}  
.taxonomy-term h2 a{
font-size:.75em;

margin-top:-2px !important;
margin-bottom:0 !important;
line-height:1 !important;
} 
.field--type-entity-reference{
margin:0 !important;
}
.field__item h2{
margin: 0 0 0.5em !important;
}
audio::-internal-media-controls-download-button {
    display:none !important;
} 
audio::-webkit-media-controls-enclosure {
    overflow:hidden !important;
}
audio::-webkit-media-controls-panel {
    width: calc(100% + 30px) !important; /* Adjust as needed */
}
.footer__logo-text {
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
}
.footer__links-item {
    display: inline-block;
}
.footer__links {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    color: #ffffff;
 }   
@media screen and (min-width:1200px){.footer__logo{-ms-flex-preferred-size:30%;flex-basis:30%;text-align:left;}}       







