/**
 * Styles for Standard/desktop size devices
 *
 * - Do not delete or rename this file, if you do not use it leave it blank.
 *
 * - There is an SCSS (SASS) version of this file in the /sass/ directory in your
 *   sub-theme, if you set "compass watch" this file will be overwritten!
 *
 * SEE the _README file in this directory, it contains useful information.
 */

html {
/*  min-height: 100%;
/*  background: #FFFFFF; /*ededed;*/ /* Old browsers */
/*  background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
/*  background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%) fixed; /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
/*  background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
/*  background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  
/*  background-repeat:no-repeat;
/*  background-attatchment: fixed;
/*
  background-color: #f3f7fa; /*f7f9fb; /*ECF2F7; /*EEEEEE;*/
	
/*
  background: url("images/header-bg.png");
  background-repeat: repeat-x;
  background-position: left top;
*/
}

body {
	height:auto;
/*
  background-color: #EEEEEE;
*/
/*
  background: url("images/header-bg.png");
  background-repeat: repeat-x;
  background-position: left top;
*/	
/*
  background: url("images/header.png");
  background-repeat: no-repeat;
  background-position: center top;
*/
}

.container {
  background-color: #FFFFFF;
/*
  background: url("images/header.png");
  background-repeat: no-repeat;
  background-position: center top;
*/
}


#page-wrapper {
/*
  background-color: #FFFFFF;
  position: relative;
*/
/*
  background: url("images/header.png");
  background-repeat: no-repeat;
  background-position: center top;
*/
}

.pane-pane-header { margin-bottom: 0 !important; }

#header { }

#branding { /*background: transparent url("images/header-bg.png") top left no-repeat;*/ }

/* #logo { float:right; padding:20px 0 0 0; } */

#logo img {
  max-width: none;
  margin: 0;
}


#navigation_wrapper { box-shadow: 0px 3px 6px #999; height: 40px; }
#navigation_wrapper h1 { font-size: 27px; margin: 0; padding: 0 7px 0 10px; text-shadow: 0 0 2px #000; }
#navigation_wrapper h1:hover { background-color: #2C5135; }



#primary-menu-bar { width: auto; bottom: 0; }
.primary-menu-wrapper { margin-left:0; margin-right:0; }

.primary-menu {
  /*background-color: #007833; /* #5091CD blue */ /*#f6962b orange */
  /*color: #FFFFFF;*/
  font-size: 93.75%;
  /*width: auto;*/
}

/*
.primary-menu li { overflow: hidden; }
.primary-menu li:hover { color: #000000; /*background-color: #0070B9; /* D77609 orange / /*#5091CD;/ /*FECB00;/ }
*/

.primary-menu li a {
/*  text-decoration: none;
  text-transform: uppercase;*/
  color: #FFFFFF; /*#007833; green */ /*#5091CD; blue*/
  padding: 15px 9px 2px !important;  /* padding: 3px 8px !important; */
  /*text-shadow: 0px 0px 1px #000;*/
}


/* hide search menu item */
.menu-1180 { display:none !important; }


/*******  REMOEVE MOBILE-FIRST SPACING  *******/

.pane-content h1, .pane-content h2, .pane-content h3,
.pane-content h4, .pane-content h5, .pane-content h6,
.pane-content p { padding:0; }

/*.pane-content ul, .pane-content ol { padding:0 0 0 20px; }*/



.menu-toggle { padding:0; }

.at-mt .at-menu-toggle ul.menu li a { background-color: transparent; color: #FFFFFF; border:none; }
.at-mt .at-menu-toggle ul.menu li a:hover { background-color: #2C5135; /*84C446*/ }

.region-secondary-content { /*background-color: #FFFFFF; padding-top: 0.3em;*/ }
.region-secondary-content h1 { margin-bottom: 0; }

#columns { background-color: #FFFFFF; /*min-height: 650px;*/ /*padding: 20px;*/ }
#columns h1 { margin-top: 0; }

.field-content { margin-bottom: 0.5em; }

.field-content a { text-decoration: none; }

h1 a { text-decoration:none; }



/*******    FLEXSLIDER    *******/

#homepageFlex .flex-caption { font-size: 1.5em; }

/*******  end  *******/


.sidebar .pane-inner { margin-left: 15px; }
.sidebar .field-content { margin-bottom: 0.5em; }

#footer { background-color: #777777; }

.topMargin1 { margin-top: 1em; }
.topMargin1half { margin-top: 1.5em; }
.topMargin2 { margin-top: 2em; }

.callToActionButton {
  font-size: 140%;
  font-style: bold;
  text-align: center;
  display: block;
  padding: 10px 0;
  margin: 1em auto 0.5em auto;
  color: #ffffff;
  background-color: #5091CD;
  border-width: 3px;
  border-style: solid;
  border-color: #0070B9;
  border-radius: 4em 4em / 5em 5em;
}
.callToActionButton:hover {
  background-color: #D77609; /*0070B9;*/
}
.callToActionButton:after {
    content:' \25BA'
}
.callToActionButtonSmall {
  font-size: 130%;
  font-style: bold;
  text-align: center;
  display: block;
  padding: 7px 0;
  margin: 1em 0 0.5em 0;
  color: #ffffff;
  background-color: #5091CD;
  border-width: 3px;
  border-style: solid;
  border-color: #0070B9;
  border-radius: 4em 4em / 5em 5em;
  max-width: 80%;
}
.callToActionButtonSmall:hover {
  background-color: #D77609; /*0070B9;*/
}
.callToActionButtonSmall a { color: #FFFFFF; }
/*
.callToActionButtonSmall:after {
    content:' \25BA'
}
*/
.callToActionButtonSmall .field-content { margin:0 }


.callToActionButtonSmall2 {
  font-size: 130%;
  font-style: bold;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 7px 0;
  margin: 0 0 0.5em 0;
  /*color: #ffffff;*/
  /*
  background-color: #5091CD;
  border-width: 3px;
  border-style: solid;
  border-color: #0070B9;
  border-radius: 4em 4em / 5em 5em;
  */
  /*max-width: 80%;*/
}

.callToActionButtonSmall2:hover { color: #000000; }

.bareLink { text-decoration: none; }


.panels-flexible-region-three_column_250_flex_flex-content-inside { padding-left: 20px !important;}
.panels-flexible-region-inside-last {}

.sidebarMenu { margin: 0 0 1em 0; }

.sidebarMenu h2 {
  margin:0;
  padding: 10px 0 10px 12px;
  background-color: #007833;
  color: #FFFFFF;
}
.sidebarMenu p {
  border: 1px solid #CCC;
  margin: 0;
  padding: 15px 10px;
}
.sidebarMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebarMenu ul li {
  list-style: none;
  margin: 0;
  padding: 7px;
  border: 1px solid #CCC;
  background: #EAEAEA; /*#f78d1d;*/
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), to(#FFFFFF)); /*#faa51a), to(#f47a20));*/
  background: -moz-linear-gradient(top,  #EAEAEA, #FFFFFF); /*faa51a,  #f47a20);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#FFFFFF');
}
.sidebarMenu ul li:hover {
  background: #EAEAEA; /*#f78d1d;*/
  background: -webkit-gradient(linear, left top, left bottom, from(#DADADA), to(#EAEAEA)); /*#faa51a), to(#f47a20));*/
  background: -moz-linear-gradient(top,  #DADADA, #EAEAEA); /*faa51a,  #f47a20);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DADADA', endColorstr='#EAEAEA');
}
.sidebarMenu li a {
  text-decoration: none;
  display:inline-block;
  width: 100%;
  padding: 3px 5px;
  color: #000000;
}
.sidebarMenu a:hover { color: #007833; text-decoration:underline; }
.sidebarMenu ul li ul {
 /*list-style: disc;*/
}
.sidebarMenu ul li ul li {
  background: none;
  border:none;
  font-size: 95%;
  vertical-align:top;
  line-height: normal;
}
.sidebarMenu ul li ul li:hover {
  background: none; /* #EAEAEA;*/
}
.sidebarMenu ul li ul li a:hover {
  text-decoration: underline;
}


#homeFeature { float:left; max-width: 760px; /*800px;*/ }
#homeInfo { float: left; max-width: 33%; }
#proposalHeading, #statusHeading {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:39px;
  color: #008556;
  text-transform: uppercase;
  font-size: 120%;
  line-height: 36px;
}
#proposalHeading {
  background-image: url('images/button1.png');
 
}
#statusHeading {
  background-image: url('images/button2.png');
   margin-top:0;
}

#purposeStatement p { font-size: 130%; text-align: center; margin: 0.75em 0; }

#missionStatement {
 /*
 clear:both;
 margin: 1.5em 0 2em;
 */
 font-size: 120%;
 float: left;
 width: 370px;
 height: 427px;
 padding: 0;
 margin: 0 0 1% 10px;
 /*box-shadow: 0 0 7px 1px #DDDDDD;*/

 /*background-color: #EFEFEF;*/
/*
 background-color: #23AB2E;
 background-color: rgba(35, 171, 46, 0.6);
*/
}
#missionStatement h2 {
  /*color: #ffffff;*/
  font-size: 26px;
  padding: 4px 0 4px 5px; /*70px;*/
  margin: 0;
  /*height: 60px;*/
  border-bottom: 2px solid #007833;
  /*background-color: #007833; /*23AB2E;*/
  /*
  background-repeat: no-repeat;
  background-position: 5px center;
  background-image: url("/sites/all/themes/at_panels_everywhere/css/images/icons/profile-icon.png")
  */
}
#missionStatement span {
  margin:0;
  padding:0;
  font-weight: bold;
  font-size: 130%;
}
#missionStatement p {
  margin:0;
  padding: 10px;
  /*color: #FFFFFF;*/
}
#missionStatement a {
  /*color: #FFFFFF;*/
}


.button {

}
a.button, a.button:visited { color: #fff !important; }

.blueButton {

}
a.blueButton, a.blueButton:visited { color: #fff !important; }

#articleHeaderFigure {
  position: relative;
  background-color: #000; /*5091CD;*/
  margin: 0 0 1em 0;
}
#articleHeaderFigure img {
  vertical-align: top;
}
#articleHeaderFigure figcaption {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 375px;
  color: #FFF;
  font-size: large;
}

#search-block-form {
  position:absolute;
  top:10px;
  right:0;
}

#headerExternalLinks {
  display: block;
  position: absolute;
  top: 10px;
  right: 260px;
  list-style: none;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

#headerExternalLinks li {
  display: inline;
  padding: 5px;
  margin: 0 0.5em 0 0;
}

#headerExternalLinks li a {

}

/*
.facilityList2Line ul li {
  margin-left: 1em;
}
.facilityList2Line ul li a {
  font-size: 90%;
}
*/


/*******  HOMEPAGE GRID  *******/

.tileBox {
  width: 375px;
  margin: 0 10px 10px 0;
}
.lastBox { margin-right:0 !important; width: 370px !important; }



#operatingStatusBox, #proposalCallBox {
  padding: 0;
  margin: 0 0 0.5em 10px;
  /*
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  */
  /*box-shadow: 2px 2px 5px #CCCCCC;*/
}
#operatingStatusBox h2, #proposalCallBox h2 {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background-color: #EAEAEA;
  text-shadow: 2px 2px 5px #FFFFFF;
}
#operatingStatusBox p, #proposalCallBox p {
  margin: 0.5em 0 0 5px;
}

#operatingStatusBox {
}
#proposalCallBox {
}
#proposalCallBox h2 {
  margin-top: 1em;
}

#splashWrapper {
  width: 33%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;  
  background: rgb(0, 120, 51); /* Fallback for web browsers that don't support RGBa */
  background: rgba(0, 120, 51, 0.8); /* RGBa with 0.8 opacity */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99007833, endColorstr=#99007833); /* For IE 5.5 - 7*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99007833, endColorstr=#99007833)"; /* For IE 8*/
}
#splashHeader:hover, #splashHeader2:hover { text-shadow: 2px 3px 0px #000; }
#splashHeader2 { font-size: 170%; position:relative; padding: 10px 2% 10px 2%; margin: 0; color: #FFFFFF; background: none; }
#splashCaption2 { display:block; color:#ffffff; padding: 10px 2% 10px 2%; margin: 0; font-size: 130%; }
#splashCaption2:hover { text-shadow: 2px 3px 0px #333; }


.divisionContact {}

.divContactImage, .divContactInfo { display: inline-block; vertical-align: top;}
.divContactImage { width: 30%; }
.divContactImage img { /*min-width: 100%; max-width: 100%;*/ }
.divContactInfo { width: 65%; }
.divContactInfo h3 { margin-top: 0; }

.inlineList li:first-child { margin-left: 0; }
.inlineList li:nth-child(3n+4) { margin-left: 0; }


#instrumentHeader { position:relative; /*width:1140px; height:490px;*/ }
#instrumentHeader header { border-bottom:1px solid #777; margin-bottom:1em; }
#instrumentHeader h1 {
  margin-bottom: 0;
/*float:left;*/
  /*position:absolute; top:0; left:0;*/
  /*background-color:#FFFFFF; background-color: rgba(255,255,255,0.9);*/
  /*margin:0; padding:0; /*1em;*/
  /*vertical-align:bottom;*/
}
#instrumentHeader small {
float:right;
  /*position:absolute; top:0; right:0;*/
  margin:0.5em 0 0 0; padding:0;
/*  vertical-align:bottom;*/
}
#instrumentHeader img {
  /*position:absolute; bottom:0; left:0;*/
}
#instrumentHeader p {
  position:absolute; bottom:0; left:0;
  background-color:#FFFFFF; background-color: rgba(255,255,255,0.9);
  margin:0; padding:20px;
}

#instrumentNav, #horizontalNav { list-style:none; padding:0; }
#instrumentNav li, #horizontalNav li { list-style:none; display:inline; padding:0 12px 0 0; /*text-transform:uppercase;*/ }

.profilePage .profileInfo {
  position: absolute;
  top: 0;
  left: 270px;
}

/*******  PUBLICATION PAGES  *******/
.horizontalListTight { margin-left: 0; margin-right: 0; }


.bioBox {
  position: relative;
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.bioBoxLeft {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-right: 15px;
  vertical-align: top;
}
.bioBoxRight {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 500px;
  max-width: 920px;
}
.bioBoxRight h3 { margin-top:0; }