@charset "UTF-8";
/********color and fonts******/
body {
  font: 12px/18px Helvetica, Arial, sans-serif;  /* changed from 14,20 to 12,14 changed to Arial from Armio Grivera */
  /* font: 0.875em/1.057em Arial,sans-serif;  Added GRivera  */
  color: #000000; /* changed from 494949 to 000000 GRivera */
  background: #b3d4fc;  /* changed from f0f0f0 to b3d4fc GRivera for JPL Branding */
  float: left;
  width: 100%;
}
#wrapper_top 
{ 
  width: 100%;  
/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ 
  text-align: left; 
/* this overrides the text-align: center on the body element. */ 
  margin-left: 10px;  
  position: relative; 
}

#top 
{ 
  padding: 0;  
/* this padding matches the left alignment of the elements in the divs
that appear beneath it. If an image is used in the #header instead of text, you may want to 
remove the padding. */ 
  height: 75px; 
  background-image: url(images/nasa-jpl-caltech-sbg_v1_x75.png);
  background-repeat: no-repeat;
}

/* nav teir 0 (NASA, JPL HOME, CalTech). Using invisible hovered links over bg */

/* Added the area map for the top image used for NASA/JPL/Caltech */

#nav_tier_0 a 
{ 
  position: absolute; 
  text-decoration: none; 
}
#nav_tier_0 i 
{ 
  visibility:hidden; 
}
a#nasa 
{ 
  top: 2px; 
  left: 10px; 
  width: 85px; 
  height: 80px; 
}
a#jplhome0 
{ 
  top: 15px; 
  left: 98px; 
  width: 260px; 
  height: 30px; 
}
a#caltech 
{ 
  top: 50px; 
  left: 98px; 
  width: 260px; 
  height: 20px; 
}

/* Remove the KSS Spinner */
#kss-spinner {
     display: none;
}
body img.ajax_spinner {
 display: none !important;
}

footer, nav, section 
{
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
  margin: 0;
  padding: 0;     
  display: block; 
}
.main-section,
.panel-above-content,
.panel-below-content,
#portal-footer-wrapper,
.panel-below-content {
  position: relative;
}
.panel-below-content,
#portal-footer-wrapper,
.panel-above-content {
  z-index: 2;
}
.main-section {
  z-index: 3;
}
/*  This was added by G.Rivera on 24 July 2019 for the JPL Privacy and Image info at the footer and Doc Release #  */
#footer .footer_credits 
{ 
  float:right; 
  margin-right: 20px; 
  margin-top: 24px; 
  line-height: 1em; 
  text-align: left; 
}
#footer .footer_nav 
{ 
  margin-top: 24px;
  text-align: center;  
}
/*  End of add */

#main-bg,
#panelBelowBG {
  position: absolute;
  width: 100%;
  height: 100%;
}
#panelBelowBG {
  clip: rect(auto, auto, auto, auto);
}
#main-bg div {
  /*background: url(../images/background_revised.jpg) center top no-repeat;  / Replaced bg with background_revised, center top versus right top GRivera */
  background-image: url(../images/background_revised_v2.png);
  background-repeat: no-repeat;
  background-size: cover;  
  width: 100%;
  height: 10%; 
  
}
/*#main-bg div { / added for the background banner /
  position: fixed;
  background-size: auto; 
  width: 100%;
  height: 100%;
  top: 0;
} */
/*  #main-bg div,  */
#panelBelowBG div {
  position: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
}
input,
#content .field input[type="text"][name$=".title"],
#archetypes-fieldname-title input {
  font: 14px/20px Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
td > img {
  display: none;
}
a:link {
  color: #127a89;
}
a:visited,
h1,
h2,
h3,
h4,
h5 {
  color: #494949;
}
h1,
h2 {
  letter-spacing: normal;
}
h1 {
  font: 30px/32px Helvetica, Arial, sans-serif;  /* changed from 48,50 to 30,32 GRivera changed to Helvetica, Arial, sans-serif */
  padding: 9px 0;
}
h2 {
  font: 18px/24px Helvetica, Arial, sans-serif;   /* changed from 20,28 to 18,24 GRivera changed to Helvetica, Arial, sans-serif */
  padding-bottom: 8px;
}
h3 {
  font: italic 18px/24px Helvetica, Arial, sans-serif;  /* changed from 20,28 to 18,24 GRivera changed to Helvetica, Arial, sans-serif */
  padding-bottom: 14px;
}
h4 {
  font: 14px/20px Helvetica, Arial, sans-serif;  /* changed from 16,22 to 14,20 GRivera changed to Helvetica, Arial, sans-serif */
  color: #127a89;
  padding-bottom: 10px;
}
h5 {
  font: italic 14px/20px Helvetica, Arial, sans-serif;  /* changed from 16,22 to 14,20 GRivera changed to Helvetica, Arial, sans-serif */
  padding-bottom: 10px;
}
h6 {
  font: 12px/20px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
abbr {
  border: 0;
}
label {
  font-weight: normal;
}
.portletLogin label {
  padding-bottom: 8px;
  display: inline-block;
}
#content-core input {
  border: 1px solid #127a89;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-core input:focus {
  outline: none;
}
#portal-top {
  z-index: 4;
}
#portal-top #portal-header {
  z-index: 1;
}
#portal-top #portal-header .nav-wrapper {
  z-index: 9999;
  background: #fff;
}
#portal-top .top-panels-wrap {
  z-index: 2;
}
.nav-wrapper {
  width: 100%;
  height: 0px;  /*changed to all 0 for NASA look GRivera */
}
#content li,
dl.portlet li,
.portletStaticText li {
  line-height: 20px;
  margin-bottom: 0;
}
.portletStaticText img {
  max-width: 100%;
}
#content ul,
.portletStaticText ul {
  margin: 0 0 15px 16px;
}
#content ol {
  margin: 0 0 15px 20px;
}
.panel:first-child .featured-image {
  margin: 40px 0 0;
}
.featured-image {
  margin: 27px 0 0;
}
.featured-image img {
  max-width: 100%;
  height: auto;
}
.featured-image ~ h2 {
  color: #fff;
}
.panel-above-content .featured-image ~ h2,
#portal-footer-wrapper .featured-image ~ h2 {
  color: #494949;
}
#content .event_listing ul.mode_selector,
#content .event_listing ul.sub_nav {
  margin: 0;
}
.portletStaticText a:hover {
  color: #494949 !important;
}
/************grid***********/
div.width-full {
  width: 100%;
}
div.position-0 {
  margin-left: -100%;
}
.panels div.width-1\3a 3 {
  width: 31.666667%;
}
.panels div.width-2\3a 3 {
  width: 65.833333%;
}
.panels div.position-2\3a 3 {
  margin-left: -31.666667%;
}
.panels div.position-1\3a 3 {
  margin-left: -65.833333%;
}
#portal-megamenu div.width-1\3a 4,
.panels div.width-1\3a 4 {
  width: 23.125%;
}
#portal-megamenu div.position-1\3a 4,
.panels div.position-1\3a 4 {
  margin-left: -74.375%;
}
#portal-megamenu div.position-1\3a 2,
.panels div.position-1\3a 2 {
  margin-left: -48.75%;
}
.panels div.position-3\3a 4,
#portal-megamenu div.position-3\3a 4 {
  margin-left: -23.125%;
}
.cont-wrap #viewlet-above-content-title img {
  width: 100%;
  height: auto;
}
.cont-wrap #portal-column-content.width-1\3a 2 {
  margin-left: -74.375%;
  width: 48.75%;
}
#portal-column-content.position-0.width-3\3a 4,
#portal-column-content.position-1\3a 4 {
  width: 74.375%;
}
#portal-column-content.position-1\3a 4 {
  margin-left: -74.375%;
}
.panel dl.portlet dd.portletItem,
.panel dl.portlet dd.portletFooter,
.panel dl.portletError dd,
.panel dl.portlet ul.navTreeLevel0 > .navTreeItem:last-child {
  padding-bottom: 0 ;
}
.panel .portletCalendar .portletItem,
.panel .portletNavigationTree .portletItem:last-child {
  padding-bottom: 0 !important;
}
.panel .portletLogin dd:last-child a,
.panel .ploneCalendar tr:last-child td {
  padding-bottom: 0;
}
.panel .owl-carousel .owl-item img {
  margin-bottom: -2px;
  /* height: 550px;    Added height sytle 550px GRivera */
}
.panel .portletSearch dd.portletItem {
  margin: 50px 0 0 0;
}
.panel .portletSearch dd.portletFooter {
  margin-bottom: 45px;
}
.panel .portletQgCarousel,
.panel .portletStaticText,
.panel .portletShelf,
.panel .portletHorizontalTab,
.panel .portletVerticalTabs,
.panel .portletRss,
.panel .portletLogin,
.panel .portletNavigationTree,
.panel .portletCalendar,
.panel .portletRecent,
.panel .portletNews,
.panel .portletEvents,
.panel .portletCollection {
  margin: 41px 0 55px;
}
.portletShelf .portletItem .owl-item {
  background: #dedbd5;
  background: -moz-linear-gradient(left, #dedbd5 0%, #f0eeeb 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #dedbd5), color-stop(100%, #f0eeeb));
  background: -webkit-linear-gradient(left, #dedbd5 0%, #f0eeeb 100%);
  background: -o-linear-gradient(left, #dedbd5 0%, #f0eeeb 100%);
  background: -ms-linear-gradient(left, #dedbd5 0%, #f0eeeb 100%);
  background: linear-gradient(to right, #dedbd5 0%, #f0eeeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedbd5', endColorstr='#f0eeeb', GradientType=1);
}
/*****portal-top****/
#lineageSelectionForm {
  position: fixed;
  z-index: 99999;
  left: 50%;
  margin-left: -65px;
  top: 0;
}
.top-block-wrap,
#edit-bar,
.panels dl.collapsible,
.manage-panel,
.event_listing,
.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.panel-full-width .container {
  max-width: 100%;
}
.panel {
  margin: 0 auto;
  position: relative;
}
.top-block {
  min-height: 100px;  /*changed to all 100 for NASA look GRivera */
  max-width: 100%;  /* added 100 max width for NASA look GRivera */
  /* background: #0e1d4c;   changed from 4a4a4a to 0e1d4c GRivera */
  z-index: 999999;
  position: relative;
  padding: 15px 0px 0px 0px;  /*changed to all 15,0,0,0 for NASA look GRivera */
  background: rgba(34, 34, 34, 0.4);   /* changed for NASA/JPL look and feel GRivera */
}
#portal-header a {
  color: #fff;
}
#portal-header a:hover {
  color: #97d5de;
}
.owl-carousel .owl-item img {
  width: 100%;
  height: auto;
  height: 850px;   /* added fixed height 550px GRivera and 850 for NASA/JPL look*/
}
.owl-carousel .owl-item {
  padding: 0 13px;
  box-sizing: border-box;
}
.top-image {
  min-height: 450px;  /* changed from 350 to 450 GRivera */
  width: 100%;
  text-align: center;
}
.top-image .slogan {
  max-width: 634px;
  color: #fff;
  margin: 0 auto;
  text-align: initial;
  position: absolute;
  left: 25%;
  bottom: 46px;
}
.top-image .slogan h1,
.top-image .slogan h2,
.top-image .slogan h3,
.top-image .slogan h4,
.top-image .slogan h5,
.top-image .slogan p {
  color: #fff;
  font: Italic 26px/34px Georgia;
}
.top-image .slogan p {
  font: Italic 26px/34px Georgia;
}
.slogan .panel .portletStaticText {
  margin: 0;
}
#portal-searchbox,
#portal-languageselector,
#portal-personaltools-wrapper,
.global-nav-left,
.global-nav-right {
  position: relative;
  z-index: 99;
}
.portal-logo {
  margin: 0;
  display: inline-block;
}
.portal-logo img {
  margin: 50px 0 ;
}
#portal-personaltools #anon-personalbar a {
  margin: 0;
}
/*****navigation****/
.top-image {
  margin-top: 66px;
}
#theme-globalnav > li > a {
  display: inline-block;
  padding: 10px 10px 8px 8px;  /* Changed to 48 from 14 GRivera */
  /* font: 16px/16px 'Arimo', sans-serif;  Removed GRivera*/
  font: 1.075em/1.057em sans-serif; /* Added GRivera */
  text-transform: uppercase;
}
#theme-globalnav li.selected > a {
  color: #fedc21;   /* 127a89 to fedc21 changed for NASA/JPL look and feel GRivera change back to ffffff*/
}
#theme-globalnav {
  /* padding-top: 16px;  changed for NASA/JPL look and feel GRivera */
  display: table;
}
#theme-globalnav li {
  text-align: left;
}
#theme-globalnav li a {
  color: #ffffff;  /* 494949 to ffffff changed for NASA/JPL look and feel GRivera changed from 073d0c to 494949 GRivera*/
}
#theme-globalnav:not(.megamenu-nav) li {
  position: relative;
}
#theme-globalnav:not(.megamenu-nav) li ul {
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 258px;
  z-index: 9;
}
#theme-globalnav:not(.megamenu-nav) li ul li {
  background: #fff;
  text-align: left;
  display: block;
}
#theme-globalnav:not(.megamenu-nav) li ul a {
  padding: 15px 30px;
  display: block;
  color: #127a89;
  font: 16px/20px 'Arimo', sans-serif;
}
#theme-globalnav li:hover > ul {
  /* display: block; */
}
#theme-globalnav:not(.megamenu-nav) > li > ul {
  margin-left: -129px;
  left: 50%;
}
#theme-globalnav:not(.megamenu-nav) > li > ul:before {
  content: "";
  background: transparent;
  height: 1px;
  width: 100%;
  display: block;
}
#theme-globalnav li ul ul {
  left: 100%;
  top: 0;
}
#theme-globalnav > li ul ul {
  border-left: 1px solid #fff;
}
#theme-globalnav > li:nth-last-child(2) ul ul,
#theme-globalnav > li:last-child ul ul {
  border-left: 0;
  left: -100%;
}
#theme-globalnav > li:last-child ul li:hover > ul:before,
#theme-globalnav > li:nth-last-child(2) ul li:hover > ul:before {
  left: 257px;
}
#theme-globalnav > li ul li:hover > ul:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  background: #fff;
  left: -10px;
  top: 25px;
}
#theme-globalnav > li:hover .globalSectionsLevel1:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  background: #127a89;
  left: 50%;
  bottom: 0;
}
#theme-globalnav > li:hover .globalSectionsLevel1:after {
  top: -12px;
}
#theme-globalnav > li.selected:after {
  top: -26px;
  bottom: auto;
}
#theme-globalnav li ul li:not(.LSRow):hover > a {
  background: #127a89;
  color: #fff;
}
.nav-wrapper .portal-logo {
  opacity: 0;
  max-width: 224px;
  float: left;
  position: absolute;
  height: 55px;   /* changed from 66 to 55 GRivera */
  overflow: hidden;
  display: block;
  z-index: -1;  /* Added z-index of -1 GRivera*/
}
.nav-wrapper .portal-logo img {
  margin: 0;
  height: 100%;
  width: auto;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_center_block {
  z-index: 1;
  max-width: 100%;  /* changed from 960 to 100% GRivera */
  margin: 0 auto;
  background: rgba(34, 34, 34, 0.8);  /* changed for NASA/JPL look and feel GRivera */
  padding: 0px 0px 0px 0px;  /* changed for NASA/JPL look and feel GRivera */
}
.nav_center_block .portal-logo {
  opacity: 0;
}
.nav-wrapper.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}
.nav-wrapper.fixed #theme-globalnav {
  text-align: left;
}
/* DO NOT USE - Did not generate results desired GRivera */
.top-block.fixed {  /* added class changed navigationslide JS code as well for NASA look GRivera */
  position: fixed;
  top: 0;
  z-index: 1;
}
#portal-top #portal-header .nav-wrapper,
#theme-globalnav > li {
  float: left;
}
/***** megamenu *****/
#theme-globalnav {
  display: table;
}
#portal-megamenu .megamenu-nav:hover > li:hover > a {  /* changed for NASA/JPL look and feel GRivera */
  background-color: #4b6a8d;
  color: #ffffff;
}
#portal-megamenu .subs .portletCalendar .portletHeader a {
  display: inline-block;
  padding: 0 10px;
}
#theme-globalnav .subs > .panel {
  max-width: 960px;
  margin: 0 auto;
}
#portal-megamenu #theme-globalnav li ul li:not(.LSRow):hover > a,
.megamenu-nav .portletHeader {
  background: none;
}
#portal-megamenu .subs a.item-visual {
  display: block;
}
#portal-megamenu .subs .portletSearch a {
  display: block;
}
.megamenu-nav .subs {
  left: 0;
  padding: 0;
}
/******Search******/
#portal-header {
  position: static;
}
#search-results {
  padding: 1em 0;
}
#portal-header #portal-searchbox {
  margin: 9px 0;
  font-size: 100%;
  color: #fff;
  z-index: 9999;
  position: absolute;
}
#portal-header #portal-searchbox input {
  background-color: transparent;
  border: 0;
  color: #fff;
}
#portal-header #portal-searchbox input[type="text"]:focus {
  background-color: transparent;
  outline: none;
}
#portal-header #portal-searchbox .searchButton {
  position: absolute;
  top: 2px;
  text-indent: -100px;
  width: 20px;
  height: 20px;
}
#portal-header #portal-searchbox .searchButton:hover {
  cursor: pointer;
}
#portal-header #portal-searchbox .fa-search:hover:before {
  color: #97d5de;
}
#portal-header #portal-searchbox .searchSection {
  display: none;
}
#portal-header #portal-searchbox #searchGadget {
  width: 100px;
}
#portal-header #portal-searchbox #LSResult {
  right: auto;
  margin: 0;
  top: 31px;
  color: #494949;
}
#portal-header #portal-searchbox #LSResult a {
  color: #127a89;
}
#portal-header #portal-searchbox #LSResult a:hover {
  color: #494949;
}
.fa-search,
.fa-search:before {
  position: absolute;
}
.fa-search:before {
  font-size: 14px;
  top: 3px;
}
#content-core .widget .fa-search {
  position: relative;
  right: 30px;
}
input.searchPage.searchButton,
input.searchButton {
  font-size: 100%;
  background: none;
  border: 0;
}
.LSRow,
#LSNothingFound {
  line-height: 18px;
  width: 100%;
  padding: 11px 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#portal-searchbox .LSRow,
#portal-searchbox #LSNothingFound {
  width: 190px;
}
.LSRow img {
  display: none;
}
#LSResult fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#LSResult .LSDescr {
  font-size: 100%;
  padding-left: 20px;
  line-height: 18px;
}
#livesearchLegend {
  background-color: transparent;
  padding: 12px 15px 0 15px;
}
.top-block #LSResult a {
  line-height: 18px;
}
.advancedsearchlink {
  padding-bottom: 18px;
  display: block;
}
#search-results-bar {
  border: 0;
}
#portal-top .portletSearch .LSBox:hover {
  border-color: #fff;
}
/*****languageselector****/
#portal-languageselector {
  background: none;
  float: none;
  text-align: center;
  max-width: 100%;
  font-size: 100%;
  right: auto;
  padding: 0;
}
#portal-languageselector .currentLanguage a {
  color: #97d5de;
}
#portal-languageselector a {
  color: #fff;
  display: inline-block;
  padding: 10px 7px;
  font: 14px/20px 'Arimo', sans-serif;
}
#portal-languageselector a:hover {
  color: #97d5de;
}
/*******personaltools******/
#portal-personaltools {
  background: none;
  position: absolute;
  font-size: 100%;
  margin: 10px 0;
  padding: 0;
  min-width: 40px;
}
dl.actionMenu.deactivated dt {
  margin: 0;
}
#portal-header .activated dt a {
  color: #97d5de;
}
#portal-personaltools dd {
  background: #fff;
  top: 30px;
}
dl.actionMenu.activated dd {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#portal-header dd.actionMenuContent {
  padding: 0;
}
#portal-header .actionMenuContent a {
  color: #494949;
}
.top-block .actionMenuContent li {
  display: block;
}
.top-block .actionMenuContent li:hover {
  background: #127a89;
}
#portal-personaltools dd a {
  line-height: 18px;
  padding: 6px 12px;
  margin: 0;
}
#portal-personaltools dd a:hover {
  background: none;
}
dl.actionMenu.activated dt a,
dl.actionMenu.activated dd a,
dl.actionMenu.activated dd div {
  margin: 0;
}
#portal-personaltools-wrapper {
  position: absolute;
  top: 0px;
  right: 0;
}
/*****panel in header and below content*****/
#theme-globalnav .subs,
.top-panels-wrap,
.panel-below-content {
  width: 100%;
  float: left;
  background: #646464;  /* changed from 073d0c to 646464 GRivera */
  color: #97d5de;
}
#theme-globalnav .subs dl.portlet dt a:link,
.top-panels-wrap dl.portlet dt a:link,
.panel-below-content dl.portlet dt a:link,
#theme-globalnav .subs dl.portlet dt a:visited,
.top-panels-wrap dl.portlet dt a:visited,
.panel-below-content dl.portlet dt a:visited,
#theme-globalnav .subs dl.portlet a:link,
.top-panels-wrap dl.portlet a:link,
.panel-below-content dl.portlet a:link,
#theme-globalnav .subs dl.portlet a:visited,
.top-panels-wrap dl.portlet a:visited,
.panel-below-content dl.portlet a:visited,
#theme-globalnav .subs .portletStaticText a:link,
.top-panels-wrap .portletStaticText a:link,
.panel-below-content .portletStaticText a:link,
#theme-globalnav .subs .portletStaticText a:visited,
.top-panels-wrap .portletStaticText a:visited,
.panel-below-content .portletStaticText a:visited {
  color: #fff !important;
}
#theme-globalnav .subs .portletHeader,
.top-panels-wrap .portletHeader,
.panel-below-content .portletHeader,
#theme-globalnav .subs .portletCalendar .portletHeader,
.top-panels-wrap .portletCalendar .portletHeader,
.panel-below-content .portletCalendar .portletHeader,
#theme-globalnav .subs td.event,
.top-panels-wrap td.event,
.panel-below-content td.event {
  color: #fff;
}
#theme-globalnav .subs dl.portlet dt a:hover,
.top-panels-wrap dl.portlet dt a:hover,
.panel-below-content dl.portlet dt a:hover,
#theme-globalnav .subs dl.portlet a:hover,
.top-panels-wrap dl.portlet a:hover,
.panel-below-content dl.portlet a:hover,
#theme-globalnav .subs .portletStaticText a:hover,
.top-panels-wrap .portletStaticText a:hover,
.panel-below-content .portletStaticText a:hover,
#theme-globalnav .subs .portletItem .documentDescription,
.top-panels-wrap .portletItem .documentDescription,
.panel-below-content .portletItem .documentDescription,
#theme-globalnav .subs .panel dl.portlet.portletCalendar .portletItem a,
.top-panels-wrap .panel dl.portlet.portletCalendar .portletItem a,
.panel-below-content .panel dl.portlet.portletCalendar .portletItem a,
#theme-globalnav .subs .panel dl.portlet.portletStaticText .portletItem:hover a:hover,
.top-panels-wrap .panel dl.portlet.portletStaticText .portletItem:hover a:hover,
.panel-below-content .panel dl.portlet.portletStaticText .portletItem:hover a:hover {
  color: #97d5de !important;
}
#theme-globalnav .subs .panel dl.portlet.portletStaticText .portletItem:hover a,
.top-panels-wrap .panel dl.portlet.portletStaticText .portletItem:hover a,
.panel-below-content .panel dl.portlet.portletStaticText .portletItem:hover a,
#theme-globalnav .subs .panel dl.portlet.portletCalendar dt .portletItem a:hover,
.top-panels-wrap .panel dl.portlet.portletCalendar dt .portletItem a:hover,
.panel-below-content .panel dl.portlet.portletCalendar dt .portletItem a:hover,
#theme-globalnav .subs .panel dl.portlet.portletCalendar .portletItem a:hover,
.top-panels-wrap .panel dl.portlet.portletCalendar .portletItem a:hover,
.panel-below-content .panel dl.portlet.portletCalendar .portletItem a:hover {
  color: #fff !important;
}
#theme-globalnav .subs .portletItemDetails,
.top-panels-wrap .portletItemDetails,
.panel-below-content .portletItemDetails {
  color: #97d5de;
}
#theme-globalnav .subs .event.today,
.top-panels-wrap .event.today,
.panel-below-content .event.today {
  color: #97d5de;
  font-weight: bold;
}
#theme-globalnav .subs .event.today:hover,
.top-panels-wrap .event.today:hover,
.panel-below-content .event.today:hover {
  color: #fff;
}
.portletItemDetails {
  font: italic 14px/20px Georgia;
  margin-left: 0;
}
dl.collapsible {
  padding-top: 1em;
  clear: both;
}
.top-panels-wrap .qg-item .portletItem .documentDescription,
.panel-below-content .qg-item .portletItem .documentDescription {
  font: 14px/20px 'Arimo', sans-serif;
  color: #97d5de;
}
/*******content******/
.main-section {
  width: 100%;
  float: left;
  background: #ffffff;  /* changed from f0f0f0 to ffffff GRivera contrast NASA look*/
}
#content {
  font: 14px/20px 'Arimo', sans-serif;
  margin: 0;
}
#content .documentDescription {
  color: #127a89;
}
.documentContent,
.portalMessage.info {
  max-width: 960px;
  margin: 0 auto;
  font-size: 100%;
}
.documentContent th {
  padding: 0 5px;
}
#parent-fieldname-text p img {
  margin: 13px;
}
#parent-fieldname-text p img.image-left {
  margin: 13px 13px 13px 0;
}
#parent-fieldname-text p img.image-right {
  margin: 13px 0 13px 13px;
}
#content fieldset {
  border: 0;
}
fieldset,
.editionComment {
  padding: 0;
}
#content #content-core dt {
  font-weight: normal;
}
#content fieldset {
  border-color: #127a89;
}
#content legend {
  font-size: 100%;
}
.ploneCalendar td.today {
  color: #127a89;
  font-weight: bold;
}
#content a:visited,
#content a:link,
dl.portlet a:link,
.portletStaticText a:link,
.portletStaticText a:visited,
dl.portlet a:visited,
#content a.link-overlay {  /* changed for NASA/JPL look and feel from 127a89 to 084db4 GRivera */
  border-bottom: 0 !important;
  color: #084db4;
}
#content a:hover {
  color: #494949 !important;
}
dl.portlet .portletHeader a:hover {
  color: #127a89 !important;
}
dl.portlet dd a:hover {
  color: #494949 !important;
}
#portal-breadcrumbs {
  font: 14px/20px Georgia;
  margin: 0px 5px; /* Changed from just 0 to 0px 50px GRivera to 5px */
  padding: 9px 0;
}
#portal-breadcrumbs a {   /* changed for NASA/JPL look and feel from 127a89 to 084db4 GRivera */
  color: #084db4;
}
#portal-breadcrumbs a:hover {
  color: #494949;
}
.leadImage {
  display: none;
}
#content img.tileImage,
#content div.newsImageContainer {
  margin: 6px 0 14px 0;
}
#content div.newsImageContainer {
  width: 31.666667%;
  float: right;
  margin-left: 2.5%;
}
#content div.newsImageContainer div {
  width: 100%;
  height: 200px;
  background-size: cover;
}
.overlay.overlay-image img {
  display: block;
  margin: 0 auto;
}
#content .imageNews {
  width: 31.666667%;
  float: right;
  margin-left: 2.5%;
  height: 160px;
  margin-bottom: 24px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#content p,
#content table,
#content dl,
dl.portlet p,
dl.portlet {
  margin-bottom: 20px;
}
#breadcrumbs-you-are-here {
  display: inline-block;
  padding-right: 15px;
}
#portal-column-content {
  clear: both;
  padding-bottom: 60px;
}
#content .documentDescription,
#content #description {
  font: italic 18px/22px Georgia;
  padding: 10px 0 15px;
}
#viewlet-above-content,
#content,
#content2,
#viewlet-below-content {
  max-width: 1300px;  /* changed from 960 to 1300 GRivera */
  margin: 0px 50px;  /* Changed from 0 auto to 0px 50px GRivera */
}
#portal-column-content.width-3\3a 4 #viewlet-above-content,
#portal-column-content.width-1\3a 2 #viewlet-above-content,
#portal-column-content.width-3\3a 4 #edit-bar,
#portal-column-content.width-1\3a 2 #edit-bar,
#portal-column-content.width-3\3a 4 #content,
#portal-column-content.width-1\3a 2 #content,
#portal-column-content.width-3\3a 4 #viewlet-below-content,
#portal-column-content.width-1\3a 2 #viewlet-below-content {
  width: auto;
}
#portal-columns {
  clear: both;
  float: none;
  padding: 34px 0 70px;
  z-index: 1;
}
#portal-columns #viewlet-above-content-title img,
#portal-columns #content-core img {
  border: 2px solid #f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .pullquote,
.portletStaticText .pullquote {
  color: #494949;
  padding: 11px 16px 19px 16px;
  box-sizing: border-box;
  border: 1px solid #494949;
  position: relative;
  font: italic 24px/30px Georgia;
  letter-spacing: normal !important;
  /* fix bse.css line 37*/
  text-align: center;
  width: 31.666667%;
  margin: 0 0 20px 2.5%;
}
#content .pullquote:before,
.portletStaticText .pullquote:before {
  content: '"';
  display: block;
  background: #f0f0f0;
  position: absolute;
  top: -4px;
  left: 50%;
  height: 20px;
  width: 40px;
  text-align: center;
  margin-left: -20px;
  font-style: normal;
  font-size: 44px;
}
.panel-above-content {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}
.panel-below-content {
  float: left;
  width: 100%;
  background-color: transparent;
  background: none;
  clear: both;
}
dl.portlet dt a:link,
dl.portlet dt a:visited {
  color: #494949;
}
dl.portlet dt a:hover {
  color: #127a89;
}
#content .callout,
.portletStaticText .callout {
  color: #97d5de;
  background: rgba(255, 255, 255, 0.8);
  border: 0;
}
.state-published {
  color: #127a89 !important;
}
#content-core dt .contenttype-event {
  font: 20px/28px Georgia;
  padding-bottom: 8px;
}
dl dt .documentByLine {
  font: italic 16px/20px Georgia;
}
#content-core dd {
  margin: 0 0 10px 20px;
}
div.listingBar {
  font-size: 100%;
}
div.listingBar a {
  border: 0;
}
div.listingBar a:hover {
  background-color: transparent;
  border: 0;
}
dl.actionMenu {
  margin: 0;
}
.two-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 24px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 24px;
  /* Firefox */
  column-gap: 24px;
  margin-bottom: 20px;
}
iframe {
  width: 100%;
}
/******Form Gen******/
#pfg-fieldwrapper input {
  padding: 7px;
  box-sizing: border-box;
}
.pfg-form {
  margin-bottom: 15px;
}
.draggingHook {
  width: 13px;
}
#pfgWidgetWrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#pfgWidgetWrapper {
  box-shadow: none;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}
#allWidgets h2 {
  padding-bottom: 0;
}
div.header h3 {
  height: auto;
}
#pfgWidgetWrapper .fields-header,
#pfgWidgetWrapper .fieldset-header,
#pfgWidgetWrapper .actions-header {
  padding: 4px 0 5px;
}
/**********content type*********/
.icons-on .contenttype-document,
.icons-on .contenttype-event,
.icons-on .contenttype-folder,
.icons-on .contenttype-link,
.icons-on .contenttype-news-item,
.icons-on .contenttype-plone-site,
.icons-on .contenttype-collection,
.icons-on .contenttype-topic,
.icons-on #plone-contentmenu-factories .contenttype-file,
.icons-on #plone-contentmenu-factories .contenttype-image {
  line-height: 20px;
}
.icons-on .contenttype-folder {
  background: url(../images/icons-sprite.png) no-repeat 0 -1598px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-document {
  background: url(../images/icons-sprite.png) no-repeat 0 -1798px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-news-item {
  background: url(../images/icons-sprite.png) no-repeat 0 -1998px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-event {
  background: url(../images/icons-sprite.png) no-repeat 0 -2198px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .vevent .contenttype-event {
  background: url(../images/icons-sprite.png) no-repeat 0 -2194px;
}
.icons-on .contenttype-topic {
  background: url(../images/icons-sprite.png) no-repeat 0 -2405px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-collection {
  background: url(../images/icons-sprite.png) no-repeat 0 -2399px;
}
.icons-on .contenttype-image {
  background: url(../images/icons-sprite.png) no-repeat 0 -2598px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-image img {
  display: none;
}
.icons-on .draggable .contenttype-image {
  background: url(../images/icons-sprite.png) no-repeat 0 -2594px;
}
.icons-on .contenttype-link {
  background: url(../images/icons-sprite.png) no-repeat 0 -3000px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on img[alt='File'] {
  margin-right: 3px;
}
.portletRecent .contenttype-image img ~ .portletItemDetails {
  padding: 0;
}
.portletRecent .portletFooter a {
  padding-left: 20px !important;
}
.icons-on #portal-megamenu .contenttype-event,
.icons-on .top-panels-wrap .icons-on .panel-below-content .contenttype-event,
.icons-on #portal-megamenu .contenttype-news-item,
.icons-on .top-panels-wrap .icons-on .panel-below-content .contenttype-news-item,
.icons-on #portal-megamenu .contenttype-document,
.icons-on .top-panels-wrap .icons-on .panel-below-content .contenttype-document,
.icons-on #portal-megamenu .contenttype-file,
.icons-on .top-panels-wrap .icons-on .panel-below-content .contenttype-file,
.icons-on #portal-megamenu .contenttype-folder,
.icons-on .top-panels-wrap .icons-on .panel-below-content .contenttype-folder,
.icons-on #portal-megamenu .contenttype-topic,
.icons-on .top-panels-wrap .icons-on .panel-below-content .contenttype-topic,
.icons-on #portal-megamenu .contenttype-link,
.icons-on .top-panels-wrap .icons-on .panel-below-content .contenttype-link,
.icons-on #portal-megamenu .contenttype-image,
.icons-on .top-panels-wrap .icons-on .panel-below-content .contenttype-image {
  background: url(../images/icons-sprite.png) no-repeat 1px -1191px;
  display: block;
  padding-left: 17px;
}
#plone-contentmenu-factories li a {
  background: url(../images/icons-sprite.png) no-repeat 1px -1191px;
  display: block;
  padding-left: 17px;
}
#plone-contentmenu-factories li a:hover {
  background-color: #fff;
  background-position: 1px -2791px;
}
.icons-on #portal-megamenu .contenttype-folder,
.icons-on .panel-below-content .contenttype-folder,
.icons-on .top-panels-wrap .contenttype-folder {
  background-position: 1px 2px;
}
#plone-contentmenu-factories li .contenttype-folder {
  background-position: 1px 9px;
}
#plone-contentmenu-factories li .contenttype-folder:hover {
  background-position: 2px -1590px;
}
.icons-on #portal-megamenu .contenttype-document,
.icons-on .panel-below-content .contenttype-document,
.icons-on .top-panels-wrap .contenttype-document {
  background-position: 1px -198px;
}
#plone-contentmenu-factories li .contenttype-document {
  background-position: 1px -191px;
}
#plone-contentmenu-factories li .contenttype-document:hover {
  background-position: 2px -1791px;
}
.icons-on #portal-megamenu .contenttype-news-item,
.icons-on .panel-below-content .contenttype-news-item,
.icons-on .top-panels-wrap .contenttype-news-item {
  background-position: 1px -398px;
}
#plone-contentmenu-factories li .contenttype-news-item {
  background-position: 1px -391px;
}
#plone-contentmenu-factories li .contenttype-news-item:hover {
  background-position: 2px -1991px;
}
.icons-on #portal-megamenu .contenttype-event,
.icons-on .panel-below-content .contenttype-event,
.icons-on .top-panels-wrap .contenttype-event {
  background-position: 1px -598px;
}
#plone-contentmenu-factories li .contenttype-event {
  background-position: 1px -591px;
}
#plone-contentmenu-factories li .contenttype-event:hover {
  background-position: 2px -2191px;
}
.icons-on #portal-megamenu .contenttype-topic,
.icons-on .panel-below-content .contenttype-topic,
.icons-on .top-panels-wrap .contenttype-topic {
  background-position: 1px -807px;
}
#plone-contentmenu-factories li .contenttype-topic {
  background-position: 1px -800px;
}
#plone-contentmenu-factories li .contenttype-topic:hover {
  background-position: 2px -2400px;
}
.icons-on #portal-megamenu .contenttype-image,
.icons-on .panel-below-content .contenttype-image,
.icons-on .top-panels-wrap .contenttype-image {
  background-position: 1px -998px;
}
#plone-contentmenu-factories li .contenttype-image {
  background-position: 1px -991px;
}
#plone-contentmenu-factories li .contenttype-image:hover {
  background-position: 2px -2591px;
}
.icons-on #portal-megamenu .contenttype-file,
.icons-on .panel-below-content .contenttype-file,
.icons-on .top-panels-wrap .contenttype-file {
  background-position: 1px -1198px;
}
#plone-contentmenu-factories li .contenttype-file {
  background-position: 1px -1191px;
}
#plone-contentmenu-factories li .contenttype-file:hover {
  background-position: 2px -2791px;
}
.icons-on #portal-megamenu .contenttype-link,
.icons-on .panel-below-content .contenttype-link,
.icons-on .top-panels-wrap .contenttype-link {
  background-position: 1px -1394px;
}
#plone-contentmenu-factories li .contenttype-link {
  background-position: 1px -1387px;
}
#plone-contentmenu-factories li .contenttype-link:hover {
  background-position: 2px -2987px;
}
#plone-contentmenu-factories #settings {
  background-image: none;
  padding: 0;
}
.icons-on #plone-contentmenu-factories .contenttype-image {
  background: url(../images/icons-sprite.png) no-repeat 0px -986px;
}
.icons-on #plone-contentmenu-factories .contenttype-image:hover {
  background: url(../images/icons-sprite.png) no-repeat 0 -2586px;
}
.icons-on #plone-contentmenu-factories .contenttype-file {
  background: url(../images/icons-sprite.png) no-repeat 1px -1186px;
}
.icons-on #plone-contentmenu-factories .contenttype-file:hover {
  background: url(../images/icons-sprite.png) no-repeat 1px -2786px;
}
/******Carousel*******/
.panel dl.portlet.portletOWLCarousel .portletHeader,
.panel .portletOWLCarousel .portletHeader {
  display: none;
}
.panel dl.portlet.portletOWLCarousel dd.portletItem,
.panel .portletOWLCarousel dd.portletItem,
.panel dl.portlet.portletOWLCarousel .owl-carousel .owl-item,
.panel .portletOWLCarousel .owl-carousel .owl-item {
  padding: 0;
}
.panel dl.portlet.portletOWLCarousel .item,
.panel .portletOWLCarousel .item {
  padding: 0;
}
.panel dl.portlet.portletOWLCarousel .carouselContent,
.panel .portletOWLCarousel .carouselContent {
  display: block;
  position: absolute;
  bottom: -60px;  /* changed from 0 to -60px GRivera */
  width: 100%;
  /* background: rgba(255, 255, 255, 0.5);  Comment out GRivera */
}
.panel dl.portlet.portletOWLCarousel .carouselContent .itemTitle,
.panel .portletOWLCarousel .carouselContent .itemTitle,
.panel dl.portlet.portletOWLCarousel .carouselContent .itemDate,
.panel .portletOWLCarousel .carouselContent .itemDate,
.panel dl.portlet.portletOWLCarousel .carouselContent .itemDescription,
.panel .portletOWLCarousel .carouselContent .itemDescription {
  max-width: 600px;  /* Changed from 960 to 600 GRivera */
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0,0,0,0.4);  /* Added for smaller box GRivera */
}
.panel dl.portlet.portletOWLCarousel .itemDate,
.panel .portletOWLCarousel .itemDate {
  color: #97d5de;
}
.panel dl.portlet.portletOWLCarousel .itemTitle,
.panel .portletOWLCarousel .itemTitle {
  padding: 35px 0 26px;
  font: 20px/24px 'Arimo', sans-serif;
  color: #97d5de;
}
.panel dl.portlet.portletOWLCarousel .itemTitle:hover,
.panel .portletOWLCarousel .itemTitle:hover {
  color: #494949;
}
.panel dl.portlet.portletOWLCarousel .itemDescription,
.panel .portletOWLCarousel .itemDescription {
  padding-bottom: 77px;
  font: italic 16px/21px Georgia;
  color: #494949;
}
.panel dl.portlet.portletOWLCarousel .owl-buttons,
.panel .portletOWLCarousel .owl-buttons {
  display: none;
}
.panel dl.portlet.portletOWLCarousel .owl-controls,
.panel .portletOWLCarousel .owl-controls {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding-bottom: 12px;  /* changed padding-bottom from 32 to 12 GRivera */
}
#portal-megamenu .portletOWLCarousel {
  margin-top: 40px;
}
#portal-column-one dl.portlet.portletOWLCarousel .itemDate,
#portal-column-two dl.portlet.portletOWLCarousel .itemDate {
  color: #127a89;
}
.panel-above-content .panel dl.portlet.portletOWLCarousel .itemDate,
#portal-footer-wrapper .panel dl.portlet.portletOWLCarousel .itemDate,
.panel-above-content .panel .portletOWLCarousel .itemDate,
#portal-footer-wrapper .panel .portletOWLCarousel .itemDate {
  color: #127a89 !important;
}
.panel-above-content .panel dl.portlet.portletOWLCarousel .itemTitle,
#portal-footer-wrapper .panel dl.portlet.portletOWLCarousel .itemTitle {
  color: #ffffff !important;  /* changed from 127a89 to ffffff GRivera */
}
.panel-above-content .panel dl.portlet.portletOWLCarousel .itemTitle:hover,
#portal-footer-wrapper .panel dl.portlet.portletOWLCarousel .itemTitle:hover {
  color: #fedc21 !important;  /* change from 494949 to fedc21 GRivera */
}
.owl-theme .owl-controls .owl-page span {
  background-color: #fff;
  opacity: 1;
  margin: 5px 8px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #ffffff;  /* change from 97d5de to ffffff GRivera */
}
.panel-above-content .owl-theme .owl-controls .owl-page span,
#portal-footer-wrapper .owl-theme .owl-controls .owl-page span {
  background-color: #ffffff;  /* change from 494949 to 16fb43 GRivera to ffffff */
}
.panel-above-content .owl-theme .owl-controls .owl-page.active span,
#portal-footer-wrapper .owl-theme .owl-controls .owl-page.active span,
.panel-above-content .owl-theme .owl-controls.clickable .owl-page:hover span,
#portal-footer-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fedc21;  /* change from 127a89 to ffffff GRivera change to fedc21 */
}
.top-panels-wrap .portletOWLCarousel .portletItem .itemDescription {
  color: #494949 !important;
}
.top-panels-wrap > .panel:first-child > .row {
  padding-top: 0 !important;
}
#portal-column-two .portletOWLCarousel .portletHeader,
#portal-column-one .portletOWLCarousel .portletHeader {
  display: none;
}
#portal-column-two .owl-carousel .owl-item,
#portal-column-one .owl-carousel .owl-item {
  padding: 0;
}
#portal-column-two .itemTitle,
#portal-column-one .itemTitle {
  font: 20px/24px 'Arimo', sans-serif;
  color: #127a89;
  padding: 20px 0 12px;
  display: block;
}
#portal-column-two .itemDescription,
#portal-column-one .itemDescription {
  font: italic 16px/21px Georgia;
  color: #494949 !important;
  padding: 0 0 10px 0;
  display: block;
}
#portal-column-two .owl-buttons,
#portal-column-one .owl-buttons {
  display: none;
}
#portal-column-two .owl-theme .owl-controls .owl-page span,
#portal-column-one .owl-theme .owl-controls .owl-page span {
  background: #494949;
  opacity: 1;
  margin: 5px 8px;
}
#portal-column-two .owl-theme .owl-controls.clickable .owl-page.active span,
#portal-column-one .owl-theme .owl-controls.clickable .owl-page.active span,
#portal-column-two .owl-theme .owl-controls.clickable .owl-page:hover span,
#portal-column-one .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #127a89;
}
#portal-column-two .owl-theme .owl-controls,
#portal-column-one .owl-theme .owl-controls {
  margin-bottom: 10px;
}
/******portlets*******/
.portletItemDetails,
.portletFooter {
  padding: 0;
}
dl.portlet dt,
#content .portlet dt {
  background: none;
  padding: 0;
  font-weight: normal;
}
dl.portlet dd.portletItem,
dl.portlet dd.portletFooter,
dl.portletError dd {
  padding: 15px 0 0;
}
dl.portlet dd.portletItem:nth-child(2) {
  padding-top: 0;
}
dl.portlet {
  font-size: 100%;
  margin: 0;
}
#portal-column-two,
#portal-column-one {
  padding: 8px 0 50px;
}
#portal-column-two .portletWrapper:first-child .portletHeader,
#portal-column-one .portletWrapper:first-child .portletHeader {
  padding: 0px 0 17px;
}
#portal-column-two .portletWrapper dl.portlet.portletContentSlider,
#portal-column-one .portletWrapper dl.portlet.portletContentSlider,
#portal-column-two .portletWrapper dl.portlet.portletOWLCarousel dd.portletItem,
#portal-column-one .portletWrapper dl.portlet.portletOWLCarousel dd.portletItem {
  padding-top: 30px;
}
#portal-column-two .portletWrapper:first-child dl.portlet.portletContentSlider,
#portal-column-one .portletWrapper:first-child dl.portlet.portletContentSlider,
#portal-column-two .portletWrapper:first-child dl.portlet.portletOWLCarousel dd.portletItem,
#portal-column-one .portletWrapper:first-child dl.portlet.portletOWLCarousel dd.portletItem {
  padding-top: 9px;
}
.portletEvents .portletFooter:last-child {
  padding: 0;
}
dl.portlet dt,
dl.portlet dt a {
  font: 20px/24px Georgia;
}
.portletFooter a {
  font: italic 16px/20px Georgia;
}
.portletRecent .contenttype-image .portletItemDetails,
.portletRecent .portletFooter a {
  padding-left: 20px;
}
.portlet .portletHeader {
  padding: 0 0 17px;
}
#portal-column-one .portlet .portletHeader,
#portal-column-two .portlet .portletHeader {
  padding: 21px 0 17px;
}
#portal-column-one .managedPortlet.portlet .portletHeader,
#portal-column-two .managedPortlet.portlet .portletHeader {
  padding: 5px;
}
#content-core table th {
  color: #127a89;
  font: normal 18px/24px 'Arimo', sans-serif;
}
#content table th,
#content table td {
  border: 1px solid #dedede;
}
#content table .odd {
  background: #dedede;
}
table.listing tr.odd th {
  border: 1px solid #dedede;
}
table.invisible td,
table.invisible th,
table.plain td,
table.plain th,
table.listing td,
table.listing th {
  padding: 10px;
}
.qg-carousel .qg-item {
  overflow: hidden;
}
dl.portlet.portletQgCarousel dt a,
dl.portlet.portletQgCarousel dt a:link,
dl.portlet.portletQgCarousel dt a:visited,
dl.portlet.portletQgCarousel dt a:hover {
  display: inline-block;
}
.portletQgCarousel .itemDate {
  display: block;
  font: italic 16px/20px Georgia;
  padding-bottom: 7px;
}
.portletQgCarousel .itemTitle {
  display: block;
  font: 20px/24px Georgia;
  padding-bottom: 2px;
}
.portletQgCarousel .portletItem .itemDescription {
  font: 14px/20px 'Arimo', sans-serif;
}
.portletQgCarousel .qg-item .itemDescription {
  display: block;
  overflow: hidden;
  max-height: 75px;
}
.portletQgCarousel .qg-item.active .itemDescription {
  max-height: 245px;
}
.portletQgCarousel .itemBody:after {
  content: none;
}
.portletQgCarousel .ng-collection-buttons {
  text-align: center;
}
.portletQgCarousel .qg-buttons button {
  position: absolute;
  top: -44px;
  padding: 0;
  opacity: 1;
  background: none;
  border-radius: 0;
  font: 20px/24px Georgia;
  display: inline;
  overflow: hidden;
  margin: 0 30px 0 0;
  color: #fff;
  text-indent: 2px;
  width: 15px;
}
.portletQgCarousel .qg-buttons button:hover {
  color: #97d5de;
}
.portletQgCarousel .qg-buttons button:before {
  content: ">";
  top: 2px;
  position: relative;
}
.portletQgCarousel .qg-buttons button.qg-next {
  margin: 0 0 0 30px;
}
.portletQgCarousel .qg-buttons .qg-prev:before {
  content: "<";
}
#portal-footer-wrapper .portletQgCarousel .portletHeader {
  text-align: left;
}
#portal-footer-wrapper .qg-buttons button,
.panel-above-content .qg-buttons button {
  color: #494949;
}
#portal-footer-wrapper .qg-buttons button:hover,
.panel-above-content .qg-buttons button:hover {
  color: #127a89;
}
dl.portlet.portletQgCarousel .qg-carousel dd.portletItem {
  padding-top: 0;
}
.qg-carousel .qg-item.active .portletItem .image-block {
  margin-bottom: 0;
}
.portletContentSlider .itemBody {
  display: none;
}
.portletContentSlider button {
  font: italic 16px/20px Georgia;
  text-transform: capitalize;
  padding: 12px 20px 3px;
  background-color: transparent;
  margin: 0;
}
.portletContentSlider button:hover {
  background-color: transparent;
}
.portletContentSlider button:focus {
  outline: none;
}
.portletContentSlider .bx-prev:after {
  content: "";
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 19px;
  right: 50%;
  margin-right: -4px;
}
#portal-sitemap > li {
  padding: 0.25em 0;
  border: 0;
}
/******Search portlet******/
.portletSearch .portletHeader {
  display: none;
}
.portletSearch .LSBox,
#content-core .LSBox,
#search-field,
.formlibInlineValidation {
  position: relative;
}
#content-core .formlibInlineValidation input.searchButton {
  border: 0;
  width: 30px;
  height: 30px;
  position: relative;
}
.formlibInlineValidation > div > input:first-child {
  padding-right: 50px !important;
  width: 236px;
}
.portletSearch input.searchField,
#content-core input.searchPage {
  background-color: transparent;
  border: 1px solid;
  font: 20px/24px Georgia;
  padding: 4px 50px 6px 15px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portletSearch input:focus,
#content-core input:focus {
  outline: none;
}
#content-core .fa-search,
.portletSearch .fa-search {
  position: absolute;
  right: 0px;
  height: 35px;
  width: 33px;
  line-height: 35px;
  top: 0;
}
#content-core .fa-search:hover,
.portletSearch .fa-search:hover {
  cursor: pointer;
}
#content-core .fa-search:before,
.portletSearch .fa-search:before {
  font-size: 20px;
  top: 0;
}
input.searchButton {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: relative;
}
input.searchButton:hover {
  cursor: pointer;
}
#content-core .LSShadow,
.portletSearch .LSShadow {
  border: 1px solid;
}
.portletSearch .livesearchContainer {
  padding: 0;
  margin: 0;
  line-height: 20px;
  border: 0;
}
.portletSearch .LSDescr {
  padding-left: 20px;
}
#portal-megamenu .LSBox .fa-search,
.top-panels-wrap .LSBox .fa-search {
  color: #fff;
}
#portal-megamenu input.searchField,
.top-panels-wrap input.searchField {
  background-color: #97d5de;
  border-color: #97d5de;
  color: #fff;
}
#portal-megamenu input.searchField:hover,
.top-panels-wrap input.searchField:hover,
#portal-megamenu input.searchField:focus,
.top-panels-wrap input.searchField:focus,
#portal-megamenu input.searchField:hover ~ .LSResult .LSShadow,
.top-panels-wrap input.searchField:hover ~ .LSResult .LSShadow,
#portal-megamenu input.searchField:focus ~ .LSResult .LSShadow,
.top-panels-wrap input.searchField:focus ~ .LSResult .LSShadow {
  border-color: #fff;
}
#portal-megamenu .portletSearch input.searchField:focus,
#portal-megamenu .portletSearch input.searchField:hover,
.top-panels-wrap .portletSearch input.searchField:focus,
.top-panels-wrap .portletSearch input.searchField:hover {
  background: #646464;
}
#portal-footer-wrapper .LSBox .fa-search,
#portal-columns .LSBox .fa-search,
.panel-above-content .LSBox .fa-search {
  color: #fff;
}
#portal-footer-wrapper .LSBox input.searchField,
#portal-columns .LSBox input.searchField,
.panel-above-content .LSBox input.searchField {
  background-color: #127a89;
  border-color: #127a89;
  color: #fff;
}
#portal-footer-wrapper .LSBox .searchField:hover,
#portal-columns .LSBox .searchField:hover,
.panel-above-content .LSBox .searchField:hover,
#portal-footer-wrapper .LSBox .searchField:focus,
#portal-columns .LSBox .searchField:focus,
.panel-above-content .LSBox .searchField:focus,
#portal-footer-wrapper .LSBox .searchField:hover ~ .fa-search,
#portal-columns .LSBox .searchField:hover ~ .fa-search,
.panel-above-content .LSBox .searchField:hover ~ .fa-search,
#portal-footer-wrapper .LSBox .searchField:focus ~ .fa-search,
#portal-columns .LSBox .searchField:focus ~ .fa-search,
.panel-above-content .LSBox .searchField:focus ~ .fa-search {
  color: #127a89;
}
#content-core #search-field {
  max-width: 300px;
  margin: 36px auto;
}
#content-core #search-field .fa-search {
  color: #fff;
  right: 10px;
}
#content-core #search-field input.searchPage {
  background-color: #127a89;
  border-color: #127a89;
  color: #fff !important;
  font-size: 20px !important;
  /* fixed base.css line 519 */
}
#content-core #search-field .searchPage:hover,
#content-core #search-field .searchPage:focus,
#content-core #search-field .searchPage:hover ~ .fa-search,
#content-core #search-field .searchPage:focus ~ .fa-search {
  color: #127a89;
}
#content-core #search-field input.searchPage.searchButton {
  background-color: transparent;
  border: 0;
  padding: 0;
}
#content-core #search-field .searchPage:focus ~ input.searchPage.searchButton:hover {
  color: #127a89;
}
#content-core #search-field input.searchPage.searchButton:hover {
  color: #fff;
}
.panel-below-content .LSBox .fa-search {
  color: #fff;
}
.panel-below-content .LSBox input.searchField {
  background-color: #97d5de;
  border-color: #97d5de;
  color: #fff;
}
.panel-below-content .LSBox .searchField:hover,
.panel-below-content .LSBox .searchField:focus,
.panel-below-content .LSBox .searchField:hover ~ .LSResult .LSShadow,
.panel-below-content .LSBox .searchField:focus ~ .LSResult .LSShadow,
.panel-below-content .LSBox .searchField:hover ~ .fa-search,
.panel-below-content .LSBox .searchField:focus ~ .fa-search {
  color: #494949;
  background: #fff;
  border-color: #fff;
}
.panel-below-content .LSBox #livesearchLegend {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel-below-content .portletSearch input.searchField:focus,
.panel-below-content .portletSearch input.searchField:hover {
  background: #fff;
}
.panel-below-content input.searchField:hover::-webkit-input-placeholder,
.panel-below-content input.searchField:focus::-webkit-input-placeholder {
  color: #494949;
  opacity: 1;
}
.panel-below-content input.searchField:hover::-moz-placeholder,
.panel-below-content input.searchField:focus::-moz-placeholder {
  color: #494949;
  opacity: 1;
}
.panel-below-content input.searchField:hover:-ms-input-placeholder,
.panel-below-content input.searchField:focus:-ms-input-placeholder {
  color: #494949;
  opacity: 1;
}
.panel-below-content .livesearchContainer {
  background: #fff;
}
.panel-below-content dl.portlet .livesearchContainer a {
  color: #97d5de !important;
}
body .panel-below-content dl.portlet .livesearchContainer a,
body .panel-below-content dl.portlet .LSShadow a:hover {
  color: #494949 !important;
}
#portal-footer-wrapper input.searchField:hover::-webkit-input-placeholder,
#portal-footer-wrapper input.searchField:focus::-webkit-input-placeholder,
#portal-columns input.searchField:hover::-webkit-input-placeholder,
#portal-columns input.searchField:focus::-webkit-input-placeholder,
.panel-above-content input.searchField:hover::-webkit-input-placeholder,
.panel-above-content input.searchField:focus::-webkit-input-placeholder {
  color: #127a89;
  opacity: 1;
}
#portal-footer-wrapper input.searchField:hover::-moz-placeholder,
#portal-footer-wrapper input.searchField:focus::-moz-placeholder,
#portal-columns input.searchField:hover::-moz-placeholder,
#portal-columns input.searchField:focus::-moz-placeholder,
.panel-above-content input.searchField:hover::-moz-placeholder,
.panel-above-content input.searchField:focus::-moz-placeholder {
  color: #127a89;
  opacity: 1;
}
#portal-footer-wrapper input.searchField:hover:-ms-input-placeholder,
#portal-footer-wrapper input.searchField:focus:-ms-input-placeholder,
#portal-columns input.searchField:hover:-ms-input-placeholder,
#portal-columns input.searchField:focus:-ms-input-placeholder,
.panel-above-content input.searchField:hover:-ms-input-placeholder,
.panel-above-content input.searchField:focus:-ms-input-placeholder {
  color: #127a89;
  opacity: 1;
}
#portal-footer-wrapper .portletSearch input.searchField:focus,
#portal-footer-wrapper .portletSearch input.searchField:hover {
  background: #e4e4e4;
}
#search-field .searchPage:focus,
#search-field .searchPage:hover,
#portal-columns .portletSearch input.searchField:focus,
#portal-columns .portletSearch input.searchField:hover {
  background: #f0f0f0;
}
.panel-above-content .portletSearch input.searchField:focus,
.panel-above-content .portletSearch input.searchField:hover {
  background: #fff;
}
.portletSearch .LSBox .fa-search {
  top: 1px;
}
/*******calendar*******/
.ploneCalendar .event,
.ploneCalendar .weekdays th,
.ploneCalendar td:hover,
.ploneCalendar td.today {
  background-color: transparent;
}
.ploneCalendar td {
  border: 0;
  padding: 5px 0 10px;
}
.ploneCalendar .weekdays th {
  padding: 2px 2px 0 2px;
  font: italic normal 16px/20px Georgia;
}
.portletCalendar dt.portletHeader {
  text-align: center;
}
.portletCalendar dt.portletHeader a {
  float: none;
}
.portletCalendar dt.portletHeader a.calendarNext,
.portletCalendar dt.portletHeader a.calendarPrevious {
  overflow: hidden;
  text-indent: 0px;
  width: 11px;
  display: inline-block;
  padding: 0 20px;
  height: 19px;
}
.portletCalendar dt.portletHeader a.calendarNext:before,
.portletCalendar dt.portletHeader a.calendarPrevious:before {
  content: ">";
  display: inline-block;
}
.portletCalendar dt.portletHeader a.calendarPrevious:before {
  content: "<";
}
.panel .portletCalendar .portletHeader {
  text-align: left;
}
#visual-portal-wrapper dl.portletCalendar dd.portletItem,
.portletCalendar .portletItem {
  padding-bottom: 5px;
}
.portletNavigationTree .portletItem:last-child {
  padding-bottom: 20px !important;
}
#portal-column-one .portletNavigationTree .portletItem:last-child,
#portal-column-two .portletNavigationTree .portletItem:last-child {
  padding-bottom: 0px !important;
}
.pae_calendar_tooltip {
  border: 0;
  font-size: 0.7px 'Arimo', sans-serif;
  box-shadow: none;
  border-radius: 0;
}
.pae_calendar_tooltip a {
  color: #127a89;
}
.pae_calendar_tooltip a:hover {
  color: #494949;
}
.pae_calendar_tooltip a .title {
  font-weight: normal;
}
.portletRss .portletItemDetails {
  margin: 0;
}
/********portletShelf*******/
.portletShelf .item {
  width: 100%;
  height: 215px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  padding: 0;
}
.portletShelf .item .mask,
.portletShelf .item .itemBody {
  width: 100%;
  height: 215px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portletShelf .item img {
  display: block;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.portletShelf .item .itemTitle {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px;
  margin: 20px 0 0 0;
  font: 20px/24px Georgia;
}
.portletShelf .item .itemDescription,
.portletShelf .item .itemDate {
  font-family: Georgia;
  font-style: italic;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
.portletShelf .item .mask {
  width: 400px;
  padding: 60px;
  height: 400px;
  background-color: #646464;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transform: translate(265px, 145px) rotate(45deg);
  -moz-transform: translate(265px, 145px) rotate(45deg);
  -o-transform: translate(265px, 145px) rotate(45deg);
  -ms-transform: translate(265px, 145px) rotate(45deg);
  transform: translate(265px, 145px) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portletShelf .item .itemTitle {
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portletShelf .item .itemDate {
  color: #97d5de;
  padding: 0;
  margin: 0;
}
.panel-above-content .item .itemDate,
#portal-footer-wrapper .item .itemDate {
  color: #127a89;
}
.portletShelf .item .itemDate,
.portletShelf .item .itemDescription {
  -webkit-transform: translate(-200px, 200px);
  -moz-transform: translate(-200px, 200px);
  -o-transform: translate(-200px, 200px);
  -ms-transform: translate(-200px, 200px);
  transform: translate(-200px, 200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  max-height: 42px;
}
.portletShelf .item:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.8;
  -webkit-transform: translate(-80px, -125px) rotate(45deg);
  -moz-transform: translate(-80px, -125px) rotate(45deg);
  -o-transform: translate(-80px, -125px) rotate(45deg);
  -ms-transform: translate(-80px, -125px) rotate(45deg);
  transform: translate(-80px, -125px) rotate(45deg);
}
.portletShelf .item:hover .itemTitle {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.portletShelf .item:hover .itemDate,
.portletShelf .item:hover .itemDescription {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.panel-above-content .portletShelf .item .mask,
#portal-footer-wrapper .portletShelf .item .mask {
  background-color: rgba(255, 255, 255, 0.8);
}
.panel-above-content .portletShelf .item .itemTitle,
.panel-above-content .portletShelf .itemDescription,
#portal-footer-wrapper .portletShelf .item .itemTitle,
#portal-footer-wrapper .portletShelf .itemDescription {
  color: #494949;
}
.portletShelf {
  position: relative;
}
.portletShelf .owl-buttons {
  display: none;
}
.portletShelf .portletHeader {
  margin-left: 13px;
}
.portletShelf .portletFooter {
  text-align: center;
  padding: 0 !important;
}
.portletShelf .owl-theme .owl-controls {
  margin-top: 17px;
}
/********tabs*******/
.portletHorizontalTab .resp-tabs-list li,
.portletVerticalTabs .resp-tabs-list li {
  font-weight: normal;
}
.portletHorizontalTab li.resp-tab-active,
.portletVerticalTabs li.resp-tab-active,
.portletHorizontalTab .resp-tabs-container,
.portletVerticalTabs .resp-tabs-container {
  border: 0;
  margin: 0;
}
.portletHorizontalTab li.resp-tab-active,
.portletVerticalTabs li.resp-tab-active {
  background-color: transparent;
}
.portletHorizontalTab li.resp-tab-active span,
.portletVerticalTabs li.resp-tab-active span {
  color: #fff;
}
.itemBlock.itemDate {
  font-family: Georgia;
  font-style: italic;
}
.panel-below-content .resp-tabs-container,
#portal-top .resp-tabs-container,
.panel-below-content .portletVerticalTabs li.resp-tab-active,
#portal-top .portletVerticalTabs li.resp-tab-active,
.panel-below-content .portletHorizontalTab li.resp-tab-active,
#portal-top .portletHorizontalTab li.resp-tab-active {
  background-color: rgba(255, 255, 255, 0.2);
}
.panel-below-content .resp-tab-item,
#portal-top .resp-tab-item {
  color: #97d5de;
}
#portal-footer-wrapper .resp-tabs-container,
.panel-above-content .resp-tabs-container,
#portal-footer-wrapper li.resp-tab-active,
.panel-above-content li.resp-tab-active {
  background-color: #F0F0F0;
}
#portal-footer-wrapper .portletItemTitle,
.panel-above-content .portletItemTitle {
  color: #127a89;
}
#portal-footer-wrapper .resp-tab-item.resp-tab-active .portletItemTitle,
.panel-above-content .resp-tab-item.resp-tab-active .portletItemTitle {
  color: #494949;
}
#portal-footer-wrapper .resp-tab-content.resp-tab-content-active a,
.panel-above-content .resp-tab-content.resp-tab-content-active a {
  float: left;
  color: #494949 !important;
}
#portal-footer-wrapper .resp-tab-content.resp-tab-content-active a:hover,
.panel-above-content .resp-tab-content.resp-tab-content-active a:hover {
  color: #127a89 !important;
}
/********login********/
div.overlay {
  font-size: 100%;
  width: 100% !important;
  margin: 0;
  left: 0 !important;
}
div.overlay #content-core {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}
.pb-ajax > div {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pb-ajax,
.pb-image,
.overlay iframe {
  box-shadow: none;
  border: 0;
}
div.overlaybg div.close,
div.overlay div.close {
  left: 0;
}
div.overlay #content-core {
  font-size: 100%;
  font: 16px/22px "Arimo", sans-serif;
}
div.overlay #content-core .formControls input[type="submit"] {
  padding: 7px;
  margin-left: 10px;
  margin-left: 182px;
  width: 174px;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#exposeMask {
  background-color: #97d5de !important;
  opacity: 0.4 !important;
}
div.overlay #login-forgotten-password a:hover {
  color: #494949;
}
#fieldset-openid-login input,
#login-form input {
  font-size: 100%;
  width: 170px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portletLogin input {
  padding: 7px;
  border: #127a89;
  background: #fff;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portletLogin input:focus {
  outline: none;
}
.portletLogin dd:last-child a {
  font: italic 16px/20px Georgia;
  padding-bottom: 16px;
  display: block;
}
.portletLogin dd:last-child a img {
  display: none;
}
.portletLogin .formControls input {
  width: 100%;
  padding: 7px;
}
#login-form .formControls input[type="submit"] {
  padding: 7px;
  margin-left: 162px;
  width: 154px;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#login-forgotten-password {
  padding: 15px 0 0;
}
.portletLogin input {
  background: #f0f0f0;
  border: 1px solid #127a89;
}
#portal-footer-wrapper .portletLogin input {
  background: #eaeaea;
}
#portal-footer-wrapper .portletLogin .formControls input {
  background: #127a89;
}
#portal-footer-wrapper .portletLogin .formControls input:hover {
  background: #97d5de;
}
.panel-above-content .portletLogin .field input {
  background: #fff;
}
.panel-below-content .panel dl.portlet.portletStaticText .portletItem:hover .social-icons a:hover {
  color: #fff !important;
}
.panel-below-content .panel dl.portlet.portletStaticText .portletItem:hover a.fa-reddit {
  color: #494949 !important;
}
/******navigation portlet******/
dl.portlet ul.navTreeLevel0 > .navTreeItem {
  padding: 0 0 20px 0;
  border: 0;
  font: 14px/20px 'Arimo', sans-serif;
  margin: 0;
}
dl.portlet ul.navTreeLevel1 .navTreeItem {
  padding: 0px 0 0 30px;
  line-height: 21px;
}
dl.portlet ul.navTree li a {
  color: #494949;
}
dl.portlet ul.navTree li a:hover {
  color: #127a89 !important;
}
/*******edit panels******/
#edit-bar {
  font-size: 100%;
}
#edit-bar .contentViews li:first-child {
  padding-left: 15px;
}
.width-full #edit-bar .contentViews li:first-child {
  padding-left: 0;
}
#portal-columns #content-core .configlets img {
  border: 0;
}
.formControls input {
  background: #127a89;
  border: 0;
  color: #fff;
  padding: 5px;
  margin: 8px 10px 0 0;
  font: 16px/22px 'Arimo', sans-serif !important;
}
.formControls input:hover {
  background: #97d5de;
  cursor: pointer;
}
#content-core input.context,
#content-core input.standalone {
  background: #127a89;
  border: 0;
  color: #fff;
  padding: 7px;
  margin: 5px 10px 0 0;
}
#content-core input.context:hover,
#content-core input.standalone:hover {
  background: #97d5de;
  cursor: pointer;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader {
  float: left;
}
div.formControls {
  margin: 0;
}
#edit-bar,
#content-views,
#content .event_listing nav > ul,
#content .event_listing nav,
#content ul.formTabs {
  background-color: #646464;
  min-height: 38px;
  border: 0;
  border-radius: 0;
}
#edit-bar a,
#content-views a,
#content .event_listing nav > ul a,
#content .event_listing nav a,
#content ul.formTabs a {
  color: #494949;
  font: 14px/20px 'Arimo', sans-serif;
  padding: 9px;
}
#edit-bar a,
#content ul.formTabs a {
  color: #fff;
}
.event_listing ul.mode_selector li:hover,
.event_listing ul.mode_selector li.selected,
#content .event_listing nav > ul,
#content .event_listing nav,
.event_listing > header {
  background-color: #e4e4e4;
}
.event_listing nav {
  border: 0;
}
#content .event_listing nav a:hover,
#content .event_listing nav li.selected a {
  color: #127a89 !important;
}
#portal-columns #content-core .mode_ical img,
#portal-columns #content-core .event_ical img {
  border: 0;
}
.event_listing nav > ul,
.event_listing nav {
  min-height: 38px;
}
.mode_selector li a,
.contentViews > li > a,
#content ul.formTabs li a {
  position: relative;
}
#content .event_listing nav ul li {
  padding: 0;
  line-height: 20px;
}
.mode_selector li:hover > a:first-child:after,
.mode_selector li.selected > a:first-child:after,
.contentViews > li.selected > a:after,
#content ul.formTabs li a.selected:before,
#content ul.formTabs li a:hover:before {
  content: "";
  width: 1px;
  height: 5px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
#content-views li.selected a,
#content-views li a:hover,
#content li.formTab a.selected,
#content li.formTab a:hover,
#content-core li.formTab a.selected,
#content-core li.formTab a:hover {
  background: #646464;
  color: #97d5de !important;
}
#link-presentation {
  display: none;
}
#contentActionMenus {
  background: #646464;
  top: auto;
  padding: 0;
  border-radius: 0;
  right: 0;
}
#contentActionMenus dl.actionMenu {
  line-height: 20px;
}
#contentActionMenus dl.actionMenu a,
#contentActionMenus dl.actionMenu.activated dd,
.edit-wrapping {
  background-color: #646464;
}
#contentActionMenus dl.actionMenu.activated dd a:hover,
#contentActionMenus dl.actionMenu.activated dd .actionMenuSelected #contentActionMenus dl.actionMenu.activated dd a:hover,
#contentActionMenus dl.actionMenu.activated dd .actionMenuSelected {
  color: #97d5de !important;
}
#contentActionMenus dl.actionMenu.activated dd {
  padding: 0;
  border-bottom: 0;
}
#edit-bar a {
  padding: 8px;
}
#edit-bar #folderDefaultPageDisplay span {
  padding: 8px;
  background: #fff;
  display: inline-block;
}
#content ul.formTabs {
  border-radius: 0;
  min-height: 38px;
}
#edit-bar .contentViews li a {
  padding: 9px 8px;
}
#contentActionMenus dl.actionMenu a:hover,
#contentActionMenus dl.actionMenu.activated dd a:hover {
  color: #97d5de;
}
/*******event-page******/
.event_listing {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  padding-top: 18px;
}
.vevent abbr.dtstart {
  font-weight: normal;
}
article.vevent .documentByLine {
  color: #494949 !important;
  /* fixed event.css line 69*/
  font: italic 16px/20px Georgia !important;
  /* fixed event.css line 69*/
}
article.vevent {
  background-color: transparent;
  border-radius: 0;
  position: relative;
  padding: 0;
  margin: 2em 0 0 0;
  border-bottom: 2px solid #e5e5e5;
}
article.vevent .cal_info {
  width: 74.375%;
  margin-left: -100%;
  position: relative;
  float: left;
  left: 100%;
}
article.vevent .cal_date {
  width: 23.125%;
  float: left;
  left: 100%;
  padding: 0;
  background-color: transparent;
}
.vevent span.cal_day,
.vevent span.cal_month {
  font: 20px/29px 'Arimo', sans-serif;
  padding: 0;
  float: right;
}
.vevent div.cal_date {
  box-shadow: none;
  margin: 0 2.5% 0 0;
}
.vevent div.cal_date .cal_wkday {
  font-size: 160px;
  line-height: 110px;
  position: absolute;
  font-weight: normal;
  border-bottom: 0;
  padding: 0;
  bottom: 0;
  color: #e5e5e5;
}
.vevent div.cal_date .cal_day {
  position: relative;
}
.vevent .datedisplay {
  font-weight: normal;
}
.contentViews li:first-child a,
.mode_selector li:first-child a {
  padding-left: 0 !important;
}
#content-core .listing.event {
  background: #e5e5e5;
  padding: 22px 25px 0;
  display: block;
  width: 48.75%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 0 8px 25px;
}
#content-core .listing.event .odd {
  background: none ;
}
#content-core .listing.event dd {
  margin: 0 0 22px 25px;
}
#content-core .listing.event th {
  border: 0;
  background: none;
  text-align: right;
  font: 16px/20px Georgia;
}
#content-core .listing.event td,
#content-core .listing.event th {
  padding: 0 !important;
  border: 0;
}
#content-core .listing.event th {
  padding-bottom: 22px !important;
}
table.listing tbody tr.odd,
table.listing tbody tr.odd td {
  background: none;
}
/*********footer*********/
#portal-footer-wrapper {
  clear: both;
  background: #e4e4e4;
}
#portal-footer-wrapper .portletHeader {
  text-align: center;
}
#portal-footer-wrapper ul {
  list-style: none;
}
#portal-footer-wrapper .portletStaticText ul {
  margin: 0 0 15px 0;
}
#portal-siteactions {
  font-size: 100%;
  padding: 0;
  background: #fff;
}
#portal-siteactions li {
  margin: 0;
}
#portal-siteactions li a {
  font: 14px/20px Helvetica, Arial, sans-serif; /* changed GRivera */
  padding: 9px 15px;
  display: inline-block;
  color: #127a89;
}
#portal-siteactions li a:hover {
  color: #494949;
}
#portal-siteactions li a:hover {
  color: #494949;
}
#portal-footer {
  padding: 0 0 0;
}
#portal-colophon {
  padding: 0 0 15px 0;
}
#portal-footer,
#portal-colophon {
  background: #000000;  /*changed 494949 to 0e1d4c GRivera to 000000 (black) */
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 100%;
  line-height: 20px;
}
#portal-footer a,
#portal-colophon a {
  font: 16px/20px Helvetica, Arial, sans-serif;  /* changed GRivera */
  color: #a5a6a7;   /*changed 97d5de to a5a6a7 (grayish) GRivera  */
}
#portal-footer a:hover,
#portal-colophon a:hover {
  color: #fff;
}
dl.portlet ul.social-icons a:hover,
.portletStaticText ul.social-icons a:hover {
  color: #fff !important;
  /*fixed public.css line 388*/
}
.portletStaticText ul.social-icons {
  margin: 0;
  list-style: none;
  text-align: center;
}
.portletStaticText ul.social-icons .btn-social {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-block;
}
.portletStaticText ul.social-icons li {
  margin: 10px 4px;
}
.portletStaticText ul.social-icons li a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .top-block-wrap,
  .top-block-wrap,
  #portal-columns,
  #edit-bar,
  .container,
  .portal-logo,
  #theme-globalnav .subs {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-section {
    padding: 33px 0 0;
  }
  #portal-personaltools {
    padding-right: 15px;
  }
  .top-image {
    margin-top: 0;
  }
  .nav-wrapper {
    position: relative;
  }
  #portal-top .top-panels-wrap {
    margin-top: -3px;
  }
  .qg-carousel .qg-item:not(.active) .portletItem .documentDescription {
    max-height: 40px;
  }
}
@media only screen and (min-width : 652px) and (max-width : 813px) {
  .cont-wrap,
  .panels div.cell,
  #portal-columns #portal-column-content,
  .cont-wrap #viewlet-above-content-title,
  #portal-column-two,
  #portal-column-one {
    width: 100% !important;
    left: 0 !important;
    float: none !important;
  }
  .cont-wrap #viewlet-above-content-title,
  .cont-wrap,
  #portal-column-two,
  #portal-column-one,
  #portal-megamenu div.cell,
  #portal-columns #portal-column-content,
  #portal-columns #portal-column-content.position-1\3a 4 {
    margin-left: 0 !important;
  }
  #portal-footer,
  #portal-colophon {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #portal-footer {
    padding: 15px 15px 0 15px;
  }
  #portal-colophon {
    padding: 0 15px 15px 15px;
  }
  #portal-top #portal-header {
    float: left;
    width: 100%;
  }
  #portal-top {
    font-size: 100%;
  }
  .top-image {
    margin-top: 0;
  }
  .top-image .portal-logo img {
    max-width: 100%;
  }
  #content-core .tileImage img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .top-image .slogan {
    left: 5%;
    bottom: 46px;
  }
  #portal-searchbox input,
  #portal-header #portal-searchbox {
    font: 14px/20px Helvetica, Arial, sans-serif; /* changed GRivera 'Arimo', sans-serif */
  }
  #portal-personaltools {
    right: 15px;
  }
  #fieldset-openid-login label,
  #login-form label {
    width: auto;
    display: block;
    text-align: left;
  }
  .pb-ajax > div {
    width: 100%;
  }
  #content-core #login-form,
  div.overlay #content-core #login-form {
    width: 250px;
    position: relative;
    margin: 0 auto;
  }
  #content-core #login-form .field input,
  div.overlay #content-core #login-form .field input,
  #content-core #login-form .formControls input[type="submit"],
  div.overlay #content-core #login-form .formControls input[type="submit"] {
    width: 100% !important;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input,
  textarea {
    font-size: 100% !important;
  }
  .panel dl.portlet.portletOWLCarousel .carouselContent,
  .panel .portletOWLCarousel .carouselContent {
    position: relative;
    background: none;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .panel dl.portlet.portletOWLCarousel .itemDescription,
  .panel .portletOWLCarousel .itemDescription {
    padding-bottom: 15px;
  }
  .panel dl.portlet.portletOWLCarousel .owl-controls,
  .panel .portletOWlCarousel .owl-controls {
    position: relative;
  }
  .top-panels-wrap .panel dl.portlet.portletOWLCarousel .itemDescription {
    color: #fff !important;
  }
  #portal-column-two,
  #portal-column-one {
    clear: both;
  }
  dl.portlet.portletOWLCarousel {
    margin-top: 15px;
  }
  #portal-column-two,
  #portal-column-one,
  #portal-column-content,
  .event_listing {
    padding: 0;
  }
  .main-section {
    padding: 33px 0 50px;
  }
  .portletShelf .item .mask {
    width: 500px;
    height: 550px;
  }
  #portal-column-two,
  #portal-column-one {
    padding: 16px 0 0;
  }
  #portal-column-two .portletWrapper:first-child dl.portlet,
  #portal-column-one .portletWrapper:first-child dl.portlet,
  #portal-column-two .portletWrapper:first-child dl.portlet.portletCalendar,
  #portal-column-one .portletWrapper:first-child dl.portlet.portletCalendar {
    padding-top: 0;
  }
  #portal-column-two .portlet.portletNavigationTree,
  #portal-column-one .portlet.portletNavigationTree {
    padding-bottom: 0;
  }
  #portal-top .panel dl.portlet.portletOWLCarousel .itemTitle:hover,
  #portal-top .panel .portletOWLCarousel .itemTitle:hover,
  .panel-below-content .panel dl.portlet.portletOWLCarousel .itemTitle:hover,
  .panel-below-content .panel .portletOWLCarousel .itemTitle:hover,
  .panel-below-content .panel dl.portlet.portletOWLCarousel .itemDescription,
  .panel-below-content .panel .portletOWLCarousel .itemDescription {
    color: #fff !important;
  }
  #portal-personaltools {
    padding-right: 0;
  }
  .panels .panel {
    padding: 0 15px;
  }
  .portletItem .qg-carousel .qg-item .image-block {
    margin: 0 15px 6px 0;
  }
  #portal-top #portal-header .nav-wrapper {
    float: left;
  }
  .top-image {
    clear: both;
  }
  #content .imageNews {
    width: 100%;
    margin: 0 0 4px 0;
    height: 280px;
  }
  #content-core fieldset#search-field {
    width: 100%;
  }
  #content-core .listing.event,
  #content .tileImage,
  #content div.newsImageContainer {
    width: 100%;
    margin: 0 0 7px 0;
  }
  #portal-searchbox {
    text-align: left;
  }
  .panel:first-child .cell:first-child .info {
    margin-top: 15px;
  }
  .panel:first-child .info {
    margin: 0;
  }
  .panels div.cell {
    margin: 0 !important;
  }
  .portletQgCarousel .qg-item.active .portletItem .documentDescription {
    max-height: 183px;
  }
  .resp-accordion,
  .resp-tab-active,
  .resp-tab-content {
    border: 0;
  }
  h2.resp-accordion {
    font: 14px/20px 'Arimo', sans-serif;
    padding: 10px 14px;
  }
  .resp-tab-active .resp-arrow {
    border-width: 0 4px 7px 4px;
  }
  .resp-arrow {
    margin-top: 8px;
    border-width: 7px 4px 0 4px;
  }
  .panel-below-content h2.resp-tab-active,
  #portal-top h2.resp-tab-active {
    background-color: transparent;
    color: #fff;
  }
  .panel-below-content .resp-arrow,
  #portal-top .resp-arrow {
    border-top-color: #97d5de;
  }
  .panel-below-content .resp-tab-active .resp-arrow,
  #portal-top .resp-tab-active .resp-arrow {
    border-bottom-color: #fff;
  }
  .panel-below-content .resp-accordion:not(.resp-tab-active),
  #portal-top .resp-accordion:not(.resp-tab-active) {
    color: #97d5de;
    background-color: rgba(255, 255, 255, 0.2);
  }
  #portal-footer-wrapper .resp-tab-content-active,
  .panel-above-content .resp-tab-content-active,
  #portal-footer-wrapper h2.resp-tab-active,
  .panel-above-content h2.resp-tab-active {
    background-color: #DADADA;
  }
  #portal-footer-wrapper .resp-accordion:not(.resp-tab-active),
  .panel-above-content .resp-accordion:not(.resp-tab-active) {
    color: #127a89;
    background-color: #F0F0F0;
  }
  #portal-footer-wrapper .resp-accordion.resp-tab-active .portletItemTitle,
  .panel-above-content .resp-accordion.resp-tab-active .portletItemTitle {
    color: #494949;
  }
  .portletQgCarousel .ng-collection-buttons {
    text-align: right;
    margin-right: 43px;
  }
  dl dt .documentByLine {
    padding: 0px 20px;
    display: block;
  }
  #content .pullquote,
  .portletStaticText .pullquote {
    width: 45%;
  }
  /*****navigation****/
  #theme-globalnav li {
    float: none;
  }
  #globalnav-wrapper li,
  #globalnav-wrapper li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #theme-globalnav {
    padding: 0;
  }
  #theme-globalnav li {
    text-align: center;
  }
  #globalnav-wrapper .globalnav-toggle .icon-bar,
  .megamenu .navbar-toggle .icon-bar {
    background-color: #4d4d4d;
    width: 30px;
    height: 5px;
    border-radius: 0;
  }
  #globalnav-wrapper .globalnav-toggle {
    padding: 16px 0;
  }
  #globalnav-wrapper.open .globalnav-toggle,
  #globalnav-wrapper .globalnav-toggle,
  #globalnav-wrapper .globalnav-toggle:hover,
  .megamenu.open .navbar-toggle,
  .megamenu .navbar-toggle:hover,
  .megamenu .navbar-toggle,
  .megamenu .navbar-toggle:hover {
    background-color: transparent;
  }
  #globalnav-wrapper .globalnav-toggle .icon-bar,
  #globalnav-wrapper.open .globalnav-toggle .icon-bar,
  #globalnav-wrapper .globalnav-toggle:hover .icon-bar {
    border-color: #fff;
  }
  #globalnav-wrapper.open .globalnav-toggle .icon-bar,
  #globalnav-wrapper .globalnav-toggle:hover .icon-bar,
  .megamenu.open .navbar-toggle .icon-bar,
  .megamenu .navbar-toggle:hover .icon-bar {
    background-color: #127a89;
  }
  #theme-globalnav li:hover > ul,
  #portal-megamenu #theme-globalnav,
  #globalnav-wrapper #theme-globalnav {
    display: none;
  }
  #globalnav-wrapper {
    margin: 0;
  }
  #globalnav-wrapper #theme-globalnav li a,
  #portal-megamenu #theme-globalnav > li > a {
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #globalnav-wrapper #theme-globalnav ul.globalSectionsLevel1 li a {
    padding: 11px 38px;
  }
  #globalnav-wrapper #theme-globalnav ul.globalSectionsLevel2 li a {
    padding: 11px 68px;
  }
  #globalnav-wrapper #theme-globalnav ul.globalSectionsLevel3 li a {
    padding: 11px 98px;
  }
  #globalnav-wrapper #theme-globalnav li.open > a,
  #globalnav-wrapper #theme-globalnav > li:hover > a,
  #globalnav-wrapper #theme-globalnav .selected > a {
    background-color: #127a89;
    color: #fff;
  }
  #globalnav-wrapper #theme-globalnav {
    padding: 0 0 15px 0;
  }
  #globalnav-wrapper #theme-globalnav li.plus:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 9px;
    height: 1px;
    background-color: #127a89;
  }
  #globalnav-wrapper #theme-globalnav > li.plus:after {
    top: 8px;
  }
  #globalnav-wrapper #theme-globalnav li.plus:hover:after {
    background-color: #fff;
  }
  #theme-globalnav > li:nth-last-child(2) ul ul,
  #theme-globalnav > li:last-child ul ul,
  #theme-globalnav:not(.megamenu-nav) li ul {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0;
  }
  #theme-globalnav:not(.megamenu-nav) li ul a {
    text-align: left;
  }
  #portal-megamenu #theme-globalnav > li.open > a:after,
  #globalnav-wrapper li.open .globalSectionsLevel1:after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    position: absolute;
    background: #fff;
    left: 50%;
    bottom: 0;
    top: -9px;
  }
  #portal-megamenu #theme-globalnav > li.open > a:after {
    top: auto;
    bottom: -9px;
    z-index: 99999999;
  }
  #portal-megamenu div.cell {
    width: 100% !important;
    left: 0 !important;
    float: none !important;
    text-align: left;
  }
  .megamenu .navbar-toggle .icon-bar {
    background-color: #4d4d4d;
    width: 30px;
    height: 5px;
    border-radius: 0;
  }
  .megamenu-nav .plus > a:after {
    top: 14px;
  }
  .megamenu-nav .plus.open > a:after {
    content: none;
  }
  #portal-megamenu .plus.open > a {
    color: #127a89;
    background-color: transparent;
  }
  .megamenu button.navbar-toggle {
    border: 0;
    float: none;
    padding: 0;
    background: none;
    margin: 13px auto;
  }
  .portletItem .qg-carousel .qg-item .image-block {
    margin-right: 0;
  }
  #portal-header .nav_center_block .portal-logo {
    display: none !important;
  }
  .top-image .portal-logo {
    display: block !important;
  }
  #theme-globalnav > li ul ul {
    border: 0;
  }
  #portal-globalnav-mobile {
    display: block;
    min-width: 350px;
    margin: 18px auto;
  }
  /*Added by GRivera */
  .top-image {
  min-height: 300px;  /* changed from 250 GRivera */
  width: 100%; 
  text-align: center;
  }

  /*Added by GRivera */
  #portal-breadcrumbs {
  font: 14px/20px Georgia;
  margin: 0px 10px;  /* Changed from just 0 to 0px 10px GRivera */
  padding: 10px 0; 
  } 
  /*Added by GRivera */
  #viewlet-above-content, 
  #content,
  #viewlet-below-content {
  max-width: 650px;
  margin: 0px 10px;   /* Changed from 0 auto to 0px 10px GRivera */
  }

}
@media only screen and (min-width : 400px) and (max-width : 481px) {
  .cont-wrap,
  .panels div.cell,
  #portal-columns #portal-column-content,
  .cont-wrap #viewlet-above-content-title,
  #portal-column-two,
  #portal-column-one {
    width: 100% !important;
    left: 0 !important;
    float: none !important;
  }
  .cont-wrap #viewlet-above-content-title,
  .cont-wrap,
  #portal-column-two,
  #portal-column-one,
  #portal-megamenu div.cell,
  #portal-columns #portal-column-content,
  #portal-columns #portal-column-content.position-1\3a 4 {
    margin-left: 0 !important;
  }
  #portal-footer,
  #portal-colophon {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #portal-footer {
    padding: 15px 15px 0 15px;
  }
  #portal-colophon {
    padding: 0 15px 15px 15px;
  }
  #portal-top #portal-header {
    float: left;
    width: 100%;
  }
  #portal-top {
    font-size: 100%;
  }
  .top-image {
    margin-top: 0;
  }
  .top-image .portal-logo img {
    max-width: 100%;
  }
  #content-core .tileImage img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .top-image .slogan {
    left: 5%;
    bottom: 46px;
  }
  #portal-searchbox input,
  #portal-header #portal-searchbox {
    font: 14px/20px 'Arimo', sans-serif;
  }
  #portal-personaltools {
    right: 15px;
  }
  #fieldset-openid-login label,
  #login-form label {
    width: auto;
    display: block;
    text-align: left;
  }
  .pb-ajax > div {
    width: 100%;
  }
  #content-core #login-form,
  div.overlay #content-core #login-form {
    width: 250px;
    position: relative;
    margin: 0 auto;
  }
  #content-core #login-form .field input,
  div.overlay #content-core #login-form .field input,
  #content-core #login-form .formControls input[type="submit"],
  div.overlay #content-core #login-form .formControls input[type="submit"] {
    width: 100% !important;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input,
  textarea {
    font-size: 100% !important;
  }
  .panel dl.portlet.portletOWLCarousel .carouselContent,
  .panel .portletOWLCarousel .carouselContent {
    position: relative;
    background: none;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .panel dl.portlet.portletOWLCarousel .itemDescription,
  .panel .portletOWLCarousel .itemDescription {
    padding-bottom: 15px;
  }
  .panel dl.portlet.portletOWLCarousel .owl-controls,
  .panel .portletOWlCarousel .owl-controls {
    position: relative;
  }
  .top-panels-wrap .panel dl.portlet.portletOWLCarousel .itemDescription {
    color: #fff !important;
  }
  #portal-column-two,
  #portal-column-one {
    clear: both;
  }
  dl.portlet.portletOWLCarousel {
    margin-top: 15px;
  }
  #portal-column-two,
  #portal-column-one,
  #portal-column-content,
  .event_listing {
    padding: 0;
  }
  .main-section {
    padding: 33px 0 50px;
  }
  .portletShelf .item .mask {
    width: 500px;
    height: 550px;
  }
  #portal-column-two,
  #portal-column-one {
    padding: 16px 0 0;
  }
  #portal-column-two .portletWrapper:first-child dl.portlet,
  #portal-column-one .portletWrapper:first-child dl.portlet,
  #portal-column-two .portletWrapper:first-child dl.portlet.portletCalendar,
  #portal-column-one .portletWrapper:first-child dl.portlet.portletCalendar {
    padding-top: 0;
  }
  #portal-column-two .portlet.portletNavigationTree,
  #portal-column-one .portlet.portletNavigationTree {
    padding-bottom: 0;
  }
  #portal-top .panel dl.portlet.portletOWLCarousel .itemTitle:hover,
  #portal-top .panel .portletOWLCarousel .itemTitle:hover,
  .panel-below-content .panel dl.portlet.portletOWLCarousel .itemTitle:hover,
  .panel-below-content .panel .portletOWLCarousel .itemTitle:hover,
  .panel-below-content .panel dl.portlet.portletOWLCarousel .itemDescription,
  .panel-below-content .panel .portletOWLCarousel .itemDescription {
    color: #fff !important;
  }
  #portal-personaltools {
    padding-right: 0;
  }
  .panels .panel {
    padding: 0 15px;
  }
  .portletItem .qg-carousel .qg-item .image-block {
    margin: 0 15px 6px 0;
  }
  #portal-top #portal-header .nav-wrapper {
    float: left;
  }
  .top-image {
    clear: both;
  }
  #content .imageNews {
    width: 100%;
    margin: 0 0 4px 0;
    height: 280px;
  }
  #content-core fieldset#search-field {
    width: 100%;
  }
  #content-core .listing.event,
  #content .tileImage,
  #content div.newsImageContainer {
    width: 100%;
    margin: 0 0 7px 0;
  }
  #portal-searchbox {
    text-align: left;
  }
  .panel:first-child .cell:first-child .info {
    margin-top: 15px;
  }
  .panel:first-child .info {
    margin: 0;
  }
  .panels div.cell {
    margin: 0 !important;
  }
  .portletQgCarousel .qg-item.active .portletItem .documentDescription {
    max-height: 183px;
  }
  .resp-accordion,
  .resp-tab-active,
  .resp-tab-content {
    border: 0;
  }
  h2.resp-accordion {
    font: 14px/20px 'Arimo', sans-serif;
    padding: 10px 14px;
  }
  .resp-tab-active .resp-arrow {
    border-width: 0 4px 7px 4px;
  }
  .resp-arrow {
    margin-top: 8px;
    border-width: 7px 4px 0 4px;
  }
  .panel-below-content h2.resp-tab-active,
  #portal-top h2.resp-tab-active {
    background-color: transparent;
    color: #fff;
  }
  .panel-below-content .resp-arrow,
  #portal-top .resp-arrow {
    border-top-color: #97d5de;
  }
  .panel-below-content .resp-tab-active .resp-arrow,
  #portal-top .resp-tab-active .resp-arrow {
    border-bottom-color: #fff;
  }
  .panel-below-content .resp-accordion:not(.resp-tab-active),
  #portal-top .resp-accordion:not(.resp-tab-active) {
    color: #97d5de;
    background-color: rgba(255, 255, 255, 0.2);
  }
  #portal-footer-wrapper .resp-tab-content-active,
  .panel-above-content .resp-tab-content-active,
  #portal-footer-wrapper h2.resp-tab-active,
  .panel-above-content h2.resp-tab-active {
    background-color: #DADADA;
  }
  #portal-footer-wrapper .resp-accordion:not(.resp-tab-active),
  .panel-above-content .resp-accordion:not(.resp-tab-active) {
    color: #127a89;
    background-color: #F0F0F0;
  }
  #portal-footer-wrapper .resp-accordion.resp-tab-active .portletItemTitle,
  .panel-above-content .resp-accordion.resp-tab-active .portletItemTitle {
    color: #494949;
  }
  .portletQgCarousel .ng-collection-buttons {
    text-align: right;
    margin-right: 43px;
  }
  dl dt .documentByLine {
    padding: 0px 20px;
    display: block;
  }
  #content .pullquote,
  .portletStaticText .pullquote {
    width: 45%;
  }
  /*****navigation****/
  #theme-globalnav li {
    float: none;
  }
  #globalnav-wrapper li,
  #globalnav-wrapper li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #theme-globalnav {
    padding: 0;
  }
  #theme-globalnav li {
    text-align: center;
  }
  #globalnav-wrapper .globalnav-toggle .icon-bar,
  .megamenu .navbar-toggle .icon-bar {
    background-color: #4d4d4d;
    width: 30px;
    height: 5px;
    border-radius: 0;
  }
  #globalnav-wrapper .globalnav-toggle {
    padding: 16px 0;
  }
  #globalnav-wrapper.open .globalnav-toggle,
  #globalnav-wrapper .globalnav-toggle,
  #globalnav-wrapper .globalnav-toggle:hover,
  .megamenu.open .navbar-toggle,
  .megamenu .navbar-toggle:hover,
  .megamenu .navbar-toggle,
  .megamenu .navbar-toggle:hover {
    background-color: transparent;
  }
  #globalnav-wrapper .globalnav-toggle .icon-bar,
  #globalnav-wrapper.open .globalnav-toggle .icon-bar,
  #globalnav-wrapper .globalnav-toggle:hover .icon-bar {
    border-color: #fff;
  }
  #globalnav-wrapper.open .globalnav-toggle .icon-bar,
  #globalnav-wrapper .globalnav-toggle:hover .icon-bar,
  .megamenu.open .navbar-toggle .icon-bar,
  .megamenu .navbar-toggle:hover .icon-bar {
    background-color: #127a89;
  }
  #theme-globalnav li:hover > ul,
  #portal-megamenu #theme-globalnav,
  #globalnav-wrapper #theme-globalnav {
    display: none;
  }
  #globalnav-wrapper {
    margin: 0;
  }
  #globalnav-wrapper #theme-globalnav li a,
  #portal-megamenu #theme-globalnav > li > a {
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #globalnav-wrapper #theme-globalnav ul.globalSectionsLevel1 li a {
    padding: 11px 38px;
  }
  #globalnav-wrapper #theme-globalnav ul.globalSectionsLevel2 li a {
    padding: 11px 68px;
  }
  #globalnav-wrapper #theme-globalnav ul.globalSectionsLevel3 li a {
    padding: 11px 98px;
  }
  #globalnav-wrapper #theme-globalnav li.open > a,
  #globalnav-wrapper #theme-globalnav > li:hover > a,
  #globalnav-wrapper #theme-globalnav .selected > a {
    background-color: #127a89;
    color: #fff;
  }
  #globalnav-wrapper #theme-globalnav {
    padding: 0 0 15px 0;
  }
  #globalnav-wrapper #theme-globalnav li.plus:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 9px;
    height: 1px;
    background-color: #127a89;
  }
  #globalnav-wrapper #theme-globalnav > li.plus:after {
    top: 8px;
  }
  #globalnav-wrapper #theme-globalnav li.plus:hover:after {
    background-color: #fff;
  }
  #theme-globalnav > li:nth-last-child(2) ul ul,
  #theme-globalnav > li:last-child ul ul,
  #theme-globalnav:not(.megamenu-nav) li ul {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0;
  }
  #theme-globalnav:not(.megamenu-nav) li ul a {
    text-align: left;
  }
  #portal-megamenu #theme-globalnav > li.open > a:after,
  #globalnav-wrapper li.open .globalSectionsLevel1:after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    position: absolute;
    background: #fff;
    left: 50%;
    bottom: 0;
    top: -9px;
  }
  #portal-megamenu #theme-globalnav > li.open > a:after {
    top: auto;
    bottom: -9px;
    z-index: 99999999;
  }
  #portal-megamenu div.cell {
    width: 100% !important;
    left: 0 !important;
    float: none !important;
    text-align: left;
  }
  .megamenu .navbar-toggle .icon-bar {
    background-color: #d5d5d5;   /* change color of hamberger from 4d4d4d to d5d5d5 GRivera */
    width: 30px;
    height: 5px;
    border-radius: 0;
  }
  .megamenu-nav .plus > a:after {
    top: 14px;
  }
  .megamenu-nav .plus.open > a:after {
    content: none;
  }
  #portal-megamenu .plus.open > a {
    color: #127a89;
    background-color: transparent;
  }
  .megamenu button.navbar-toggle {
    border: 0;
    float: none;
    padding: 0;
    background: none;
    margin: 13px auto;
  }
  .portletItem .qg-carousel .qg-item .image-block {
    margin-right: 0;
  }
  #portal-header .nav_center_block .portal-logo {
    display: none !important;
  }
  .top-image .portal-logo {
    display: block !important;
  }
  #theme-globalnav > li ul ul {
    border: 0;
  }
  #portal-globalnav-mobile {
    display: block;
    min-width: 350px;
    margin: 18px auto;
  }
  /*Added by GRivera */
  .top-image {
  min-height: 200px;  /* changed from 200 GRivera */
  width: 100%; 
  text-align: center;
  }

  /*Added by GRivera */
  #portal-breadcrumbs {
  font: 14px/20px Georgia;
  margin: 0px 10px;  /* Changed from just 0 to 0px 10px GRivera */
  padding: 10px 0; 
  } 
  /*Added by GRivera */
  #viewlet-above-content, 
  #content,
  #viewlet-below-content {
  max-width: 450px;
  margin: 0px 10px;   /* Changed from 0 auto to 0px 10px GRivera */
  }
}
@media only screen and (min-width : 305px) and (max-width : 399px) {
  #content .pullquote,
  .portletStaticText .pullquote {
    width: 100%;
  }
  #content .pullquote {
    width: 60%;
  }
  .top-image .slogan {
    padding: 0 15px;
    position: relative;
    left: 0;
  }
  #portal-languageselector {
    padding-top: 30px;
  }
  .two-columns {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0;
    /* Firefox */
    column-gap: 0;
  }
  #parent-fieldname-text .image-inline {
    width: 100%;
    height: auto;
    margin: 8px 0 5px;
  }
  .main-section {
    padding: 3px 0 50px;
  }
  #login-forgotten-password {
    padding: 15px 15px 0 15px;
  }
  .portletShelf .portletHeader {
    margin-left: 0;
  }
  .portletShelf .portletFooter {
    left: 0;
  }
  .portletShelf .owl-carousel .owl-item {
    padding: 0;
  }
/*Added by GRivera */
  .top-image {
    min-height: 200px;  /* changed from 200 GRivera */
    width: 100%; 
    text-align: center;
  }
/*Added by GRivera */
  #portal-personaltools {
    background: none;
    position: absolute;
    font-size: 60%;
    margin: 10px 0;
    padding: 0;
    min-width: 40px;
 }
  /*Added by GRivera */
  #portal-breadcrumbs {
  font: 14px/20px Georgia;
  margin: 0px 10px;  /* Changed from just 0 to 0px 10px GRivera */
  padding: 10px 0; 
  } 
  /*Added by GRivera */
  #viewlet-above-content, 
  #content,
  #viewlet-below-content {
  max-width: 390px;
  margin: 0px 10px;   /* Changed from 0 auto to 0px 10px GRivera */
  }
}
@media print {
  .panel-above-content,
  .panel-below-content,
  #portal-footer-wrapper,
  #portal-column-two,
  #portal-column-one,
  .top-panels-wrap,
  .leadImage,
  .top-block,
  .nav-wrapper {
    display: none !important;
  }
  #visual-portal-wrapper #content-core .listing.event,
  #visual-portal-wrapper #portal-column-content {
    width: 100% !important;
    display: block !important;
    float: none !important;
  }
  #portal-columns {
    max-width: 100%;
  }
  .portal-logo {
    display: block !important;
    text-align: center;
  }
  div.position-0 {
    margin-left: 0;
  }
  .newsImageContainer {
    float: none;
    margin: 0 0 0.5em 1em;
    width: 16em;
  }
  #content .imageNews {
    display: none;
  }
  #portal-column-content.position-0.width-3\3a 4,
  #portal-column-content.position-1\3a 4 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #portal-columns {
    padding: 0;
  }
  .portal-logo img {
    margin: 15px 0;
  }
  #content div.newsImageContainer {
    width: 100% !important;
    margin: 0;
  }
  .top-image {
    min-height: 100%;
    width: 100%;
    text-align: center;
  }
}

/* line 11, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_headings.scss */
.module_title, .module_title_small, .media_feature_title, .sitemap_title, .nav_title, .article_title, .sidebar_title, .rollover_title 
{
  letter-spacing: -.04em; 
}

/*
*   _footer
*
*   Site footer
*/
/* --- GLOBAL FOOTER STYLES --- */
/* line 10, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
#site_footer {
  padding: 2em 2em 5em 2em;
  background-color: black; }
  /* line 13, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
  #site_footer .gradient_line {
    margin-left: auto;
    margin-right: auto;
    content: " ";
    width: 100%;
    height: 1px;
    clear: both;
    background: #61b6fd;
    background: -moz-linear-gradient(left, transparent, #61b6fd, transparent);
    background: -webkit-linear-gradient(left, transparent, #61b6fd, transparent);
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #61b6fd, rgba(0, 0, 0, 0));
    width: 90%; }
    @media (min-width: 769px) {
      /* line 13, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
      #site_footer .gradient_line {
        width: 50%; } }

/* --- end GLOBAL FOOTER STYLES --- */
/* --- UPPER FOOTER --- */
/* line 31, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
.upper_footer {
  padding: 3em 0 4em; }
  /* line 35, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
  .upper_footer .share, .upper_footer .footer_newsletter {
    text-align: center;
    padding: 1.69492%;
    margin-bottom: 3em;
    width: 100%; }
    /* line 40, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .upper_footer .share h2, .upper_footer .footer_newsletter h2 {
      font-size: 2em;
      font-weight: 600;
      margin-bottom: 0.6em;
      color: white;
      letter-spacing: -.035em;
      padding-bottom: 2px; }
  @media (min-width: 600px) {
    /* line 48, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .upper_footer .footer_newsletter {
      width: 48.71795%;
      float: left;
      margin-left: 0;
      margin-right: -100%; } }
  @media (min-width: 769px) {
    /* line 48, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .upper_footer .footer_newsletter {
      width: 40.67797%;
      float: left;
      margin-left: 8.47458%;
      margin-right: -100%; } }
  @media (min-width: 600px) {
    /* line 56, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .upper_footer .share {
      width: 48.71795%;
      float: left;
      margin-left: 51.28205%;
      margin-right: -100%; } }
  @media (min-width: 769px) {
    /* line 56, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .upper_footer .share {
      width: 40.67797%;
      float: left;
      margin-left: 50.84746%;
      margin-right: -100%; } }

/* --- end UPPER FOOTER --- */
/* --- SITE MAP (middle footer area) --- */
/* line 77, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
#site_footer .sitemap 
  {
  margin-bottom: 3em; 
  
  }
  @media (min-width: 600px) {
    /* line 79, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    #site_footer .sitemap .grid_layout {
      width: 100%; } }
  @media (min-width: large) {
    /* line 79, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    #site_footer .sitemap .grid_layout {
      width: 97%; } 
  }
/* line 90, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
#site_footer .sitemap_directory {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 3em; 
  }
  /* line 93, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
  #site_footer .sitemap_directory .footer_sitemap_item {
    margin-bottom: .6em; }
    @media (min-width: 600px) {
      /* line 93, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
      #site_footer .sitemap_directory .footer_sitemap_item {
        margin-bottom: .2em; } }
    @media (min-width: 1024px) {
      /* line 93, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
      #site_footer .sitemap_directory .footer_sitemap_item {
        margin-bottom: .2em;
        margin-left: 10%; 
        font-size: 15px;
        } 
        }
/* line 104, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
#site_footer .sitemap ol ul li
{
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
margin: 0;
    margin-bottom: 0px;
padding: 0;
}

#site_footer .sitemap_title {
  color: white;
  font: 18px/20px Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.2em;
  letter-spacing: -.01em;
  margin-bottom: .3em; }
  @media (min-width: 600px) {
    /* line 104, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    #site_footer .sitemap_title {
      font-size: 1.1em; } }
  @media (min-width: 1024px) {
    /* line 104, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    #site_footer .sitemap_title {
      font: 18px/20px Helvetica, Arial, sans-serif; 
      } 
      }
/* line 118, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
#site_footer .sitemap_block 
{
  text-align: center;
  width: 100%; 
}
  @media (min-width: 600px) 
{
/* line 118, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    #site_footer .sitemap_block 
    {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      text-align: left; 
    } 
}
@media (min-width: 600px) {
  /* line 126, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
  #site_footer ul.subnav {
    margin-bottom: 1em; }
    /* line 129, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
  #site_footer ul.subnav li {
      padding-left: 1em;
      text-indent: -1em;
      margin: .1em 0; 
      display: list-item;
      } 
    }
/* line 135, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
#site_footer ul.subnav a {
  color: #a5a6a7;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1em; }
  @media (min-width: 600px) {
    /* line 135, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    #site_footer ul.subnav a {
      font-family: Helvetica, Arial, sans-serif;
      font-size: .85em; } }
  @media (min-width: 1024px) {
    /* line 135, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    #site_footer ul.subnav a {
      font-family: Helvetica, Arial, sans-serif;
      font-size: .95em;
      } }
/* line 146, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
.no-touch #site_footer ul.subnav a:hover {
  color: white; }

/* --- end SITE MAP --- */
/* --- LOWER FOOTER --- */
/* line 161, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
.lower_footer {
  overflow: hidden;
  /* --- end LOWER FOOTER --- */ }
  /* line 163, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
  .lower_footer .nav_container {
    margin: 0 auto;
    position: relative;
    left: 0;
    width: 100%;
    margin-bottom: 2.5em; }
    @media (min-width: 769px) {
      /* line 163, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
      .lower_footer .nav_container {
        padding-top: 1em;
        position: absolute; } }
  /* line 174, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
  .lower_footer nav {
    text-transform: uppercase;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    color: #a5a6a7; }
    /* line 181, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .lower_footer nav a {
      color: #a5a6a7;
      text-decoration: none; }
    /* line 185, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .no-touch .lower_footer nav a:hover {
      color: white; }
    /* line 188, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .lower_footer nav li {
      margin: 0 .6em;
      display: inline;
      line-height: 2em; }
    /* line 193, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .lower_footer nav li + li:before {
      margin-left: .6em; }
  /* line 197, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
  .lower_footer .credits {
    color: #a5a6a7;
    width: 100%;
    font-size: .9em;
    text-align: center;
    position: relative; }
    /* line 203, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .lower_footer .credits > span {
      display: block; }
    /* line 206, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .lower_footer .credits a {
      color: #a5a6a7;
      text-decoration: none; }
    /* line 210, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
    .no-touch .lower_footer .credits a:hover {
      color: white; }
    @media (min-width: 769px) {
      /* line 197, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
      .lower_footer .credits {
        font: 12px/16px Helvetica, Arial, sans-serif;  /* changed GRivera */
        float: right;
        width: 20%;
        text-align: left; }
        /* line 217, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_footer.scss */
        .lower_footer .credits > span {
          display: block; } }

/*  End all footer CSS */

/*
*   _layout
*
*   High-level layout elements
*/
/* line 8, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_layout.scss */
.module {
  padding: 2.3em 0 3em;
  position: relative; }
  @media (min-width: 769px) {
    /* line 8, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_layout.scss */
    .module {
      padding: 4em 0 4.3em; } }

/* line 15, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_layout.scss */
.grid_layout {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 95%; }
  /* line 12, /Users/justin/.rvm/gems/ruby-1.9.3-p429/gems/susy-2.1.2/sass/susy/output/support/_clearfix.scss */
  .grid_layout:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 600px) {
    /* line 15, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_layout.scss */
    .grid_layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 95%; }
      /* line 12, /Users/justin/.rvm/gems/ruby-1.9.3-p429/gems/susy-2.1.2/sass/susy/output/support/_clearfix.scss */
      .grid_layout:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 769px) {
    /* line 15, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_layout.scss */
    .grid_layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 90%; }
      /* line 12, /Users/justin/.rvm/gems/ruby-1.9.3-p429/gems/susy-2.1.2/sass/susy/output/support/_clearfix.scss */
      .grid_layout:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1024px) {
    /* line 15, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_layout.scss */
    .grid_layout {
      max-width: 1200px;
      width: 97%; }
      /* line 31, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_layout.scss */
      .content_page .grid_layout {
        width: 90%; } }
        
/* End Grid layout */        



/*  Start of newsletter CSS JPL newsletter */
.light_background .site_header .search_field, .light_background .site_header form.submit_newsletter .email_field, form.submit_newsletter .light_background .site_header .email_field, .fixed .site_header .search_field, .fixed .site_header form.submit_newsletter .email_field, form.submit_newsletter .fixed .site_header .email_field 
{
  background-color: white !important;
  color: #222222 !important; 
}
  /* line 142, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
.light_background .site_header .search_field.placeholder, .light_background .site_header form.submit_newsletter .placeholder.email_field, form.submit_newsletter .light_background .site_header .placeholder.email_field, .fixed .site_header .search_field.placeholder, .fixed .site_header form.submit_newsletter .placeholder.email_field, form.submit_newsletter .fixed .site_header .placeholder.email_field 
  {
    color: #5a6470 !important;
    opacity: 1 !important; 
    }
  /* line 143, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
.light_background .site_header .search_field:-moz-placeholder, .light_background .site_header form.submit_newsletter .email_field:-moz-placeholder, form.submit_newsletter .light_background .site_header .email_field:-moz-placeholder, .fixed .site_header .search_field:-moz-placeholder, .fixed .site_header form.submit_newsletter .email_field:-moz-placeholder, form.submit_newsletter .fixed .site_header .email_field:-moz-placeholder
  {
    color: #5a6470 !important;
    opacity: 1 !important; 
    }
  /* line 144, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
.light_background .site_header .search_field::-moz-placeholder, .light_background .site_header form.submit_newsletter .email_field::-moz-placeholder, form.submit_newsletter .light_background .site_header .email_field::-moz-placeholder, .fixed .site_header .search_field::-moz-placeholder, .fixed .site_header form.submit_newsletter .email_field::-moz-placeholder, form.submit_newsletter .fixed .site_header .email_field::-moz-placeholder
  {
    color: #5a6470 !important;
    opacity: 1 !important; 
    }
  /* line 145, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
.light_background .site_header .search_field::-webkit-input-placeholder, .light_background .site_header form.submit_newsletter .email_field::-webkit-input-placeholder, form.submit_newsletter .light_background .site_header .email_field::-webkit-input-placeholder, .fixed .site_header .search_field::-webkit-input-placeholder, .fixed .site_header form.submit_newsletter .email_field::-webkit-input-placeholder, form.submit_newsletter .fixed .site_header .email_field::-webkit-input-placeholder {
    color: #5a6470 !important;
    opacity: 1 !important; 
    }
    /* line 151, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_nav_overlay.scss */
.main_nav_overlay .overlay_search .search_field, .main_nav_overlay .overlay_search form.submit_newsletter .email_field, form.submit_newsletter .main_nav_overlay .overlay_search .email_field 
{
      width: 100%;
      font-size: 16px; 
      }

/* line 9, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
.light_background .site_header form.nav_search, .section_search, .site_header form.nav_search, .overlay_search, form.submit_newsletter {
  color: white;
  display: inline-block;
  position: relative; }
  /* line 14, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
.section_search .search_field, .site_header form.nav_search .search_field, .overlay_search .search_field, form.submit_newsletter .search_field, form.submit_newsletter .email_field {
    color: white;
    background-color: rgba(255, 255, 255, 0.3); }
    /* line 142, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
.section_search .search_field.placeholder, .site_header form.nav_search .search_field.placeholder, .overlay_search .search_field.placeholder, form.submit_newsletter .search_field.placeholder, form.submit_newsletter .placeholder.email_field {
      color: white;
      -webkit-font-smoothing: antialiased; }
    /* line 143, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
.section_search .search_field:-moz-placeholder, .site_header form.nav_search .search_field:-moz-placeholder, .overlay_search .search_field:-moz-placeholder, form.submit_newsletter .search_field:-moz-placeholder, form.submit_newsletter .email_field:-moz-placeholder {
      color: white;
      -webkit-font-smoothing: antialiased; }
    /* line 144, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
.section_search .search_field::-moz-placeholder, .site_header form.nav_search .search_field::-moz-placeholder, .overlay_search .search_field::-moz-placeholder, form.submit_newsletter .search_field::-moz-placeholder, form.submit_newsletter .email_field::-moz-placeholder {
      color: white;
      -webkit-font-smoothing: antialiased; }
    /* line 145, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
.section_search .search_field::-webkit-input-placeholder, .site_header form.nav_search .search_field::-webkit-input-placeholder, .overlay_search .search_field::-webkit-input-placeholder, form.submit_newsletter .search_field::-webkit-input-placeholder, form.submit_newsletter .email_field::-webkit-input-placeholder {
      color: white;
      -webkit-font-smoothing: antialiased; }
  /* line 22, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
.section_search .search_field, .site_header form.nav_search .search_field, .overlay_search .search_field, form.submit_newsletter .search_field, form.submit_newsletter .email_field {
    font-size: 15px;
    border: none;
    border-radius: 4px;
    height: 40px;
    padding-left: 0.5em;
    padding-right: 0px; 
} 
    /* line 142, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
    .section_search .search_field.placeholder, .site_header form.nav_search .search_field.placeholder, .overlay_search .search_field.placeholder, form.submit_newsletter .search_field.placeholder, form.submit_newsletter .placeholder.email_field {
      opacity: 1 !important;
      font-family: helvetica; }
    /* line 143, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
    .section_search .search_field:-moz-placeholder, .site_header form.nav_search .search_field:-moz-placeholder, .overlay_search .search_field:-moz-placeholder, form.submit_newsletter .search_field:-moz-placeholder, form.submit_newsletter .email_field:-moz-placeholder {
      opacity: 1 !important;
      font-family: helvetica; }
    /* line 144, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
    .section_search .search_field::-moz-placeholder, .site_header form.nav_search .search_field::-moz-placeholder, .overlay_search .search_field::-moz-placeholder, form.submit_newsletter .search_field::-moz-placeholder, form.submit_newsletter .email_field::-moz-placeholder {
      opacity: 1 !important;
      font-family: helvetica; }
    /* line 145, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
    .section_search .search_field::-webkit-input-placeholder, .site_header form.nav_search .search_field::-webkit-input-placeholder, .overlay_search .search_field::-webkit-input-placeholder, form.submit_newsletter .search_field::-webkit-input-placeholder, form.submit_newsletter .email_field::-webkit-input-placeholder {
      opacity: 1 !important;
      font-family: helvetica; }
  /* line 34, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
  .section_search .search_submit, .site_header form.nav_search .search_submit, .overlay_search .search_submit, form.submit_newsletter .search_submit, form.submit_newsletter .email_submit {
    /* background: url("/assets/images/search_icon@2x.png") no-repeat 6px 9px transparent; */
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px; }
/* line 50, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
.light_background .site_header form.nav_search .search_field, .section_search .search_field, .light_background .site_header form.nav_search form.submit_newsletter .email_field, form.submit_newsletter .light_background .site_header form.nav_search .email_field, .section_search form.submit_newsletter .email_field, form.submit_newsletter .section_search .email_field {
  background-color: white;
  color: #222222; }
  /* line 142, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
  .light_background .site_header form.nav_search .search_field.placeholder, .section_search .search_field.placeholder, .light_background .site_header form.nav_search form.submit_newsletter .placeholder.email_field, form.submit_newsletter .light_background .site_header form.nav_search .placeholder.email_field, .section_search form.submit_newsletter .placeholder.email_field, form.submit_newsletter .section_search .placeholder.email_field {
    color: #5a6470;
    opacity: 1 !important; }
  /* line 143, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
  .light_background .site_header form.nav_search .search_field:-moz-placeholder, .section_search .search_field:-moz-placeholder, .light_background .site_header form.nav_search form.submit_newsletter .email_field:-moz-placeholder, form.submit_newsletter .light_background .site_header form.nav_search .email_field:-moz-placeholder, .section_search form.submit_newsletter .email_field:-moz-placeholder, form.submit_newsletter .section_search .email_field:-moz-placeholder {
    color: #5a6470;
    opacity: 1 !important; }
  /* line 144, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
  .light_background .site_header form.nav_search .search_field::-moz-placeholder, .section_search .search_field::-moz-placeholder, .light_background .site_header form.nav_search form.submit_newsletter .email_field::-moz-placeholder, form.submit_newsletter .light_background .site_header form.nav_search .email_field::-moz-placeholder, .section_search form.submit_newsletter .email_field::-moz-placeholder, form.submit_newsletter .section_search .email_field::-moz-placeholder {
    color: #5a6470;
    opacity: 1 !important; }
  /* line 145, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_mixins.scss */
  .light_background .site_header form.nav_search .search_field::-webkit-input-placeholder, .section_search .search_field::-webkit-input-placeholder, .light_background .site_header form.nav_search form.submit_newsletter .email_field::-webkit-input-placeholder, form.submit_newsletter .light_background .site_header form.nav_search .email_field::-webkit-input-placeholder, .section_search form.submit_newsletter .email_field::-webkit-input-placeholder, form.submit_newsletter .section_search .email_field::-webkit-input-placeholder {
    color: #5a6470;
    opacity: 1 !important; }
  /* line 57, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
  #home.light_background .site_header form.nav_search .search_field, #home.light_background .section_search .search_field, #home.light_background .site_header form.nav_search form.submit_newsletter .email_field, form.submit_newsletter #home.light_background .site_header form.nav_search .email_field, #home.light_background .section_search form.submit_newsletter .email_field, form.submit_newsletter #home.light_background .section_search .email_field {
    background-color: rgba(255, 255, 255, 0.8); }
form.submit_newsletter 
{
  color: white;
  display: inline-block;
  position: relative; 
  }      
form.submit_newsletter 
{
  width: 80%;
  max-width: 300px;
  display: inline-block; 
}
  /* line 108, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
form.submit_newsletter .email_field 
  {
    width: 100%; 
  }
  /* line 112, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
form.submit_newsletter .email_submit 
  {
    background: url("/images/envelope.png") no-repeat 4px 12px transparent; 
  }
  /* line 116, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
#secondary_column form.submit_newsletter 
  {
    width: 100%;
    max-width: none; 
  }
    /* line 119, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_forms.scss */
#secondary_column form.submit_newsletter .search_field, #secondary_column form.submit_newsletter .email_field 
    {
      background: #4b6a8d;
      border-radius: 4px; 
    }
    
  /* line 51, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_filter_bar.scss */
  .filter_bar input.search_field, .filter_bar form.submit_newsletter input.email_field, form.submit_newsletter .filter_bar input.email_field {
    width: 100%; }
    @media (min-width: 769px) {
      /* line 51, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_filter_bar.scss */
      .filter_bar input.search_field, .filter_bar form.submit_newsletter input.email_field, form.submit_newsletter .filter_bar input.email_field {
        width: 170px; } }
    @media (min-width: 1024px) {
      /* line 51, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_filter_bar.scss */
      .filter_bar input.search_field, .filter_bar form.submit_newsletter input.email_field, form.submit_newsletter .filter_bar input.email_field {
        width: 220px; } }
        
  .ie8 .search_field, .ie8 form.submit_newsletter .email_field, form.submit_newsletter .ie8 .email_field {
    background-color: #4D4D4D;
    padding-top: 10px; }
  .ie8 .submit_newsletter .email_submit {
    background: url("/images/envelope.png") no-repeat 4px 12px transparent !important; }
  /* line 151, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/_ie.scss */
  .ie8 section.filter_bar .search_field, .ie8 section.filter_bar form.submit_newsletter .email_field, form.submit_newsletter .ie8 section.filter_bar .email_field {
    background-color: white; }
    

/*  End all newsletter CSS */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 199, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/vendor/_boilerplate.scss */
.clearfix:before, .main_nav_overlay .nav_item:before,
.clearfix:after,
.main_nav_overlay .nav_item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 205, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/vendor/_boilerplate.scss */
.clearfix:after, .main_nav_overlay .nav_item:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 214, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/vendor/_boilerplate.scss */
.clearfix, .main_nav_overlay .nav_item {
  *zoom: 1; }

/* End Clearfix CSS */

/*  Override input box from NASA look and feel newsletter */
input.submit_newsletter {
margin-top: 0em;
font-style: normal;
font-weight: 400;
font-variant-caps: normal;
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
}

/* line 366, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_wysiwyg_content.scss */
.wysiwyg_content .main_area_sitemap .sitemap_block 
{
text-align: center;
width: 100%; 
}
@media (min-width: 600px) {
 /* line 366, /Users/justin/Git_projects/projects/middleman/jpl-website/source/assets/stylesheets/partials/_wysiwyg_content.scss */
  .wysiwyg_content .main_area_sitemap .sitemap_block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    text-align: left; } 
}

/*  JPL Social icons  GRivera */

.social_icons {
    display: inline-block;
    margin-top: 3px;
    white-space: nowrap
}

.social_icons .icon {
    display: inline-block;
    overflow: hidden;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 !important;
    margin-bottom: .6em
}

.social_icons .icon + .icon {
    margin-left: .6em
}

@media (min-width: 769px) {
    .social_icons .icon + .icon {
        margin-left: .7em
    }
}

.social_icons .all_icon {
    height: 32px;
    width: 32px;
    position: relative;
    vertical-align: middle;
    color: #a5a6a7
}

.social_icons .all_icon span {
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: normal
}

.social_icons .all_icon:hover {
    color: white
}