@charset "UTF-8";
.not-front .l-main {
  float: none;
  margin: 0 auto;
  max-width: 1080px;
  background: none; }

.page-sciencenews .l-main {
  background: none; }

.page-missions-page .l-main,
.page-science-activation-team .l-main,
.page-citizenscientists .l-main {
  width: 100%;
  padding-top: 470px;
  max-width: 1080px;
  margin: 0 auto; }
  .page-missions-page .l-main:after,
  .page-science-activation-team .l-main:after,
  .page-citizenscientists .l-main:after {
    content: "";
    display: table;
    clear: both; }

.node-type-page .l-content,
.page-missions-page .l-content,
.page-citizenscientists .l-content,
.node-type-people .l-content,
.page-science-activation-team .l-content {
  width: 100%;
  float: left;
  padding: 60px;
  margin: 0 0 80px 0; }
  @media (min-width: 0) and (max-width: 1024px) {
    .node-type-page .l-content,
    .page-missions-page .l-content,
    .page-citizenscientists .l-content,
    .node-type-people .l-content,
    .page-science-activation-team .l-content {
      padding: 60px 5%; } }

.l-content .l-content {
  padding: 0;
  margin: 0;
  width: 70%; }
  @media (min-width: 0) and (max-width: 768px) {
    .l-content .l-content {
      width: 100%; } }

.not-front.page-missions-page .l-content,
.not-front.page-citizenscientists .l-content,
.not-front.page-science-activation-team .l-content {
  background: #ffffff !important; }

.page-sciencenews .l-content,
.page-blognews .l-content {
  padding: 0;
  background: none; }
  @media (min-width: 0) and (max-width: 1080px) {
    .page-sciencenews .l-content,
    .page-blognews .l-content {
      padding: 0 5%; } }

.page-glossary .l-page .l-content {
  background: #ffffff;
  margin-top: 0; }

div.l-region.l-region--second-content {
  float: left;
  width: 100%; }
  @media (min-width: 0) and (max-width: 1080px) {
    div.l-region.l-region--second-content {
      padding: 0 0 60px 0; } }

.l-main {
  color: inherit;
  padding-top: 0; }
  .l-main:after {
    content: "";
    display: table;
    clear: both; }

.l-main--home {
  padding-top: 82px;
  color: inherit; }

.l-main--listing-page {
  padding-top: 170px; }

.l-main--webform {
  padding-top: 88px; }

.l-content {
  position: static;
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding: 60px;
  margin: 160px 0; }
  @media (min-width: 0) and (max-width: 768px) {
    .l-content {
      padding: 160px 5%;
      margin-top: 100px; } }

.l-content--webform {
  margin-top: 60px; }

.l-content--listing-page {
  margin-top: 0;
  margin-bottom: 80px;
  padding: 60px;
  background-color: #e8ebec; }
  @media (min-width: 0) and (max-width: 768px) {
    .l-content--listing-page {
      margin: 0; } }

.l-content--home {
  background: transparent;
  padding: 0; }
  @media (min-width: 992px) {
    .l-content--home {
      margin-top: 50px; } }

.l-home__row {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 992px) {
    .l-home__row {
      padding: 0 60px 40px; } }

.l-home__row--head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 60px 48px; }

.l-home__row-head-section {
  position: relative;
  width: 100%;
  height: 305px;
  cursor: pointer;
  font-family: Metropolis, Arial, Helvetica, sans-serif; }

.l-home__section-title {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
  word-break: break-word;
  text-shadow: 0 2px 3px #000000; }
  @media (min-width: 992px) {
    .l-home__section-title {
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; } }
  .l-home__row--head .l-home__section-title {
    text-align: center;
    font-size: 52px; }
    @media (min-width: 992px) {
      .l-home__row--head .l-home__section-title {
        text-align: left; } }

.l-home__background-source {
  color: #ffffff;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .l-home__background-source {
      text-align: right;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; } }
  .l-home__background-source a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none; }

.l-home__row-item {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  position: relative;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .l-home__row-item {
      padding: 10px; } }
  @media (min-width: 992px) {
    .l-home__row-item:first-of-type {
      padding-left: 0; } }
  @media (min-width: 992px) {
    .l-home__row-item:last-last-of-type {
      padding-right: 0; } }

.l-home__row-item-container {
  background-color: rgba(36, 36, 36, 0.86);
  margin-bottom: 10px;
  padding: 20px;
  width: 100%;
  height: 100%; }

.l-home__row-item--head {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%; }
  @media (min-width: 992px) {
    .l-home__row-item--head {
      -ms-flex: 1 0 33.3333%;
          flex: 1 0 33.3333%; } }

.l-home__row-item-title {
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 10px;
  font-family: Metropolis, sans-serif;
  color: #ffffff;
  font-weight: 300; }

/* generated with grunt-sass-globbing */
/* latin-ext */
@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: local("Fjalla One"), local("FjallaOne-Regular"), url(http://fonts.gstatic.com/s/fjallaone/v5/Yq6R-LCAWCX3-6Ky7FAFrO96kigt.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: local("Fjalla One"), local("FjallaOne-Regular"), url(http://fonts.gstatic.com/s/fjallaone/v5/Yq6R-LCAWCX3-6Ky7FAFrOF6kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Metropolis";
  src: url("/sites/all/themes/custom/science_nasa/fonts/5a8f0b7ee36b4700018f07b9_Metropolis-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Metropolis";
  src: url("/sites/all/themes/custom/science_nasa/fonts/5a8f0b7ee36b4700018f07c2_Metropolis-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

.form-wrapper {
  display: block;
  float: left;
  width: 100%; }

input {
  max-width: 100%; }

#ui-timepicker-div table.ui-timepicker-table {
  font-size: 11px; }

#ui-timepicker-div .ui-timepicker-table td a.ui-state-default {
  padding-left: 2px;
  padding-right: 15px; }

.node-type-webform .l-page .form-item,
.node-type-webform .l-page .form-actions {
  clear: both; }

.grid,
.view-image-gallery,
.view-video-gallery,
.view-citizen-scientist,
.view-toolkit-listing,
.view-people-of-science {
  width: 100%; }
  .grid .grid-item,
  .view-image-gallery .grid-item,
  .view-video-gallery .grid-item,
  .view-citizen-scientist .grid-item,
  .view-toolkit-listing .grid-item,
  .view-people-of-science .grid-item {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (min-width: 568px) {
    .grid,
    .view-image-gallery,
    .view-video-gallery,
    .view-citizen-scientist,
    .view-toolkit-listing,
    .view-people-of-science {
      float: left; }
      .grid .grid-item,
      .view-image-gallery .grid-item,
      .view-video-gallery .grid-item,
      .view-citizen-scientist .grid-item,
      .view-toolkit-listing .grid-item,
      .view-people-of-science .grid-item {
        width: 50%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; }
      .grid .view-content,
      .view-image-gallery .view-content,
      .view-video-gallery .view-content,
      .view-citizen-scientist .view-content,
      .view-toolkit-listing .view-content,
      .view-people-of-science .view-content {
        margin-right: -30px; } }
  @media (min-width: 880px) {
    .grid,
    .view-image-gallery,
    .view-video-gallery,
    .view-citizen-scientist,
    .view-toolkit-listing,
    .view-people-of-science {
      float: left; }
      .grid .grid-item,
      .view-image-gallery .grid-item,
      .view-video-gallery .grid-item,
      .view-citizen-scientist .grid-item,
      .view-toolkit-listing .grid-item,
      .view-people-of-science .grid-item {
        width: 33.3333333333%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; }
      .grid .view-content,
      .view-image-gallery .view-content,
      .view-video-gallery .view-content,
      .view-citizen-scientist .view-content,
      .view-toolkit-listing .view-content,
      .view-people-of-science .view-content {
        margin-right: -30px; } }

.view-mission-index {
  width: 100%; }
  .view-mission-index .grid-item {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (min-width: 568px) {
    .view-mission-index {
      float: left; }
      .view-mission-index .grid-item {
        width: 50%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; }
      .view-mission-index .view-content {
        margin-right: -30px; } }
  @media (min-width: 768px) {
    .view-mission-index {
      float: left; }
      .view-mission-index .grid-item {
        width: 33.3333333333%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; }
      .view-mission-index .view-content {
        margin-right: -30px; } }
  @media (min-width: 1080px) {
    .view-mission-index {
      float: left; }
      .view-mission-index .grid-item {
        width: 25%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; }
      .view-mission-index .view-content {
        margin-right: -30px; } }

img,
media {
  max-width: 100%; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body {
  font-size: 100%;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Fjalla One, Arial, Helvetica, sans-serif; }

p {
  margin: 0 0 20px 0;
  color: #6a7987;
  line-height: 1.7em; }

strong {
  font-weight: bold; }

i,
em {
  font-style: italic; }

.l-page {
  font-size: 1em;
  line-height: 1.25; }

@media (min-width: 43.75em) {
  .l-page {
    font-size: 1em;
    line-height: 1.375; } }

.l-content h1 {
  margin: 0 0 10px 0;
  font-size: 4em; }

h1 {
  font-size: 2em;
  line-height: 1.25; }

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125; } }

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    line-height: 1.05; } }

h2 {
  font-size: 1.8em;
  line-height: 1.15384615; }

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    line-height: 1.25; } }

h3 {
  font-size: 1.375em;
  line-height: 1.13636364; }

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    line-height: 1.25; } }

h4 {
  font-size: 1.125em;
  margin-bottom: 10px; }

blockquote {
  font-size: 1.25em;
  line-height: 1.25; }

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    line-height: 1.45833333; } }

.field--name-body ul {
  list-style: square;
  margin: 10px 0 0 10px;
  padding-left: 10px; }
  .field--name-body ul li {
    color: #6a7987;
    margin-bottom: 15px; }
    .field--name-body ul li a.download-link {
      display: -ms-inline-flexbox;
      display: inline-flex; }

.node__content ul,
.node__content ol,
.field--name-body ul,
.field--name-body ol {
  padding: 0 0 0 20px;
  margin: 10px 0 0 0; }
  .node__content ul li,
  .node__content ol li,
  .field--name-body ul li,
  .field--name-body ol li {
    margin: 0 0 8px 0;
    color: #6a7987; }

.node__content ul,
.field--name-body ul {
  list-style: square;
  color: #6a7987; }
  .node__content ul ul,
  .field--name-body ul ul {
    list-style: disc; }

.node__content ol,
.field--name-body ol {
  list-style: decimal; }
  .node__content ol ol,
  .field--name-body ol ol {
    list-style: lower-alpha; }

.field--name-body blockquote {
  font-size: initial;
  margin-left: 20px; }
  .field--name-body blockquote p {
    line-height: initial; }

.description {
  font-size: 0.8em;
  margin: 10px 0 5px 0;
  color: #6a7987;
  font-style: italic; }

.credit {
  font-size: 0.7em;
  color: #6a7987; }

.node-type-page .field--name-field-header-title .field__item {
  font-size: 5em;
  font-family: Fjalla One, Helvetica, Sans-serif;
  top: 330px;
  position: absolute;
  color: #ffffff;
  margin: 0 0 0 -60px; }

.node-type-listing-page .l-content h1 {
  display: none; }

.page-node-4702.node-type-listing-page .l-content > h1,
.page-node-4701.node-type-listing-page .l-content > h1,
.page-node-6315.node-type-listing-page .l-content > h1 {
  display: block;
  margin-bottom: 35px; }

.node-type-page .l-content h1 {
  margin: 0 0 20px 0;
  font-size: 3em;
  line-height: 1.3em; }
  @media (min-width: 0) and (max-width: 736px) {
    .node-type-page .l-content h1 {
      font-size: 2.5em; } }

.titleposition {
  position: absolute;
  top: 430px;
  left: 0;
  width: 100%; }
  @media (min-width: 0) and (max-width: 1080px) {
    .titleposition {
      top: 380px; } }

.i18n-es.front .titleposition {
  top: 380px; }

.page-missions-page .titleposition,
.page-citizenscientists .titleposition,
.page-science-activation-team .titleposition {
  top: 440px; }

.titleposition2 {
  max-width: 1080px;
  margin: auto; }

.front .l-content h1,
.page-missions-page .l-content h1,
.page-citizenscientists .l-content h1,
.page-science-activation-team .l-content h1 {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  font-size: 4em; }
  @media (min-width: 0) and (max-width: 1080px) {
    .front .l-content h1,
    .page-missions-page .l-content h1,
    .page-citizenscientists .l-content h1,
    .page-science-activation-team .l-content h1 {
      padding: 0 5%; } }
  @media (min-width: 0) and (max-width: 736px) {
    .front .l-content h1,
    .page-missions-page .l-content h1,
    .page-citizenscientists .l-content h1,
    .page-science-activation-team .l-content h1 {
      font-size: 2.5em;
      margin: 0; } }

a {
  color: #4a90e2; }

.page-sciencenews.section-sciencenews h1 {
  display: none; }

.node-type-page.section-earth .node__content h2 {
  margin: 0 0 30px 0;
  background: url("../images/earth-h2-underline.png") no-repeat left bottom;
  padding: 0 0 10px 0; }

.node-type-page.section-heliophysics .node__content h2 {
  margin: 0 0 30px 0;
  background: url("../images/heliophysics-h2-underline.png") no-repeat left bottom;
  padding: 0 0 10px 0; }

.view-glossary h3 {
  border: 5px solid #175498;
  clear: both;
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 50px;
  color: #175498; }

.pdf,
.document-link,
.download-link {
  display: inline-block;
  vertical-align: text-top; }

tr .pdf,
tr .document-link,
tr .download-link {
  display: block; }

.display-inline,
.display-inline-flex {
  display: inline; }

/* generated with grunt-sass-globbing */
.api-person-teaser--list .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(21em, 1fr));
  column-gap: 1em; }

.button {
  display: block;
  padding: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border: 2px solid #8499df;
  background-color: transparent;
  transition: all 200ms ease;
  font-family: "Fjalla One", sans-serif;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
  cursor: pointer; }
  @media (min-width: 992px) {
    .button {
      display: inline-block;
      width: auto; } }

.button:hover {
  border-color: #8499df;
  background-color: #8499df;
  color: #ffffff;
  box-shadow: inset 0 -2px 0 0 #8499df; }

.i18n-es .field--name-body table {
  margin-bottom: 25px; }

.countdown-teasers {
  font-family: Metropolis, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 992px) {
    .countdown-teasers {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.countdown-teasers__item {
  width: 100%;
  background-color: rgba(36, 36, 36, 0.86);
  margin-bottom: 10px;
  padding: 20px;
  text-align: center; }
  @media (min-width: 480px) {
    .countdown-teasers__item {
      width: 49%; } }
  @media (min-width: 992px) {
    .countdown-teasers__item {
      margin: 10px 0.5% 0; } }

.countdown-teasers__item-title {
  font-family: "Fjalla One", sans-serif;
  margin-top: 0;
  margin-bottom: 3px;
  color: #8499df;
  font-size: 1.15em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase; }

.countdown-teasers__item-countdown {
  font-family: Metropolis, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  color: #ffffff;
  height: 33px; }
  .countdown-teasers__item-countdown .countdownHolder {
    width: auto;
    color: #ffffff; }
  .countdown-teasers__item-countdown .position {
    width: auto; }
  .countdown-teasers__item-countdown .digit {
    position: relative;
    color: #ffffff;
    font-family: Metropolis, sans-serif;
    width: auto;
    text-align: right; }
  .countdown-teasers__item-countdown .countDiv {
    width: auto;
    font-family: Metropolis, sans-serif;
    margin-right: 10px; }

.countdown-teasers__item-cta a {
  margin-top: 5px;
  font-size: 0.9em;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff; }
  .countdown-teasers__item-cta a:after {
    content: " ›"; }

.helpful-link-teaser__group-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: Metropolis, sans-serif; }
  @media (min-width: 992px) {
    .helpful-link-teaser__group-container {
      -ms-flex-direction: row;
          flex-direction: row; } }

.helpful-link-teaser__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  background-color: rgba(36, 36, 36, 0.86);
  margin-top: 10px;
  padding: 12px 10px;
  text-align: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  min-height: 145px; }
  @media (min-width: 992px) {
    .helpful-link-teaser__group {
      margin: 10px 0.5% 0;
      width: 32.3%; } }

.helpful-link-teaser {
  width: 100%;
  text-align: left;
  padding: 10px 0 15px; }

.helpful-link-teaser__division {
  display: block;
  margin-bottom: 3px;
  font-family: "Fjalla One", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

.helpful-link-teaser__link a {
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.1em;
  transition: all 200ms ease;
  text-decoration: none; }
  .helpful-link-teaser__link a:hover {
    display: inline;
    box-shadow: inset 0 -2px 0 0 #8499df; }

.home-features {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  cursor: pointer;
  font-family: Metropolis, Arial, Helvetica, sans-serif; }

.home-features__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 158px;
  overflow: hidden;
  margin-bottom: 10px;
  text-decoration: none; }
  .home-features__item:last-child {
    margin-bottom: 0; }

.home-features__item-background {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 10; }
  .home-features__item-background img {
    display: block;
    width: 100%;
    height: auto; }

.home-features__item-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  padding: 15px 20px; }

.home-features__item-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
  line-height: 30px;
  color: #ffffff; }

.home-features__item-type {
  font-family: "Fjalla One", sans-serif;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px; }

.home-features__item-content {
  background-color: #3a3a3a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  opacity: 0;
  transition: opacity 200ms ease; }
  .home-features__item:hover .home-features__item-content {
    opacity: 1;
    z-index: 30; }

.home-features__item-body {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 10px; }

.home-features__item-link a {
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.2em;
  text-decoration: none;
  color: #8499df; }
  .home-features__item-link a:hover {
    color: #ffffff; }
  .home-features__item-link a:after {
    content: " ›"; }

@media (min-width: 768px) {
  .home-feed {
    width: 70%;
    float: left; } }

.home-feed__item {
  padding: 40px;
  min-width: 70%;
  width: 100%;
  border: 1px solid #d2d5d7;
  margin: 0 0 24px 0;
  float: left; }

@media (min-width: 768px) {
  .home-feed__col1,
  .home-feed__col2 {
    width: 50%;
    padding: 0 20px 0 0;
    float: right; } }

.home-feed__col1--hero,
.home-feed__col2--hero {
  width: 100%; }

.home-feed__col2--hero {
  padding: 0; }
  .home-feed__col2--hero img {
    display: block; }

.home-feed__title {
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 500; }

.home-feed__title-link {
  color: #333333;
  text-decoration: none; }

.home-feed__meta {
  padding-top: 5px;
  padding-bottom: 8px; }

.home-feed__science-categories {
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #d2d5d7;
  padding: 2px 10px 2px 0;
  margin-right: 6px; }
  .home-feed__science-categories a {
    text-decoration: none; }

.home-feed__created {
  font-size: 0.9em;
  color: #9da2a5;
  margin: 0 0 5px 0;
  width: auto; }

.home-feed__body {
  margin: 0 0 20px 0;
  color: #6a7987;
  line-height: 1.7em; }

.home-feed__read-more a:not([href^="/"]):after {
  font-family: Fontawesome;
  font-size: 80%;
  content: " \f08e";
  color: #4a90e2; }

.home-feed__video-loader {
  display: none; }
  #cboxLoadedContent .home-feed__video-loader {
    display: block;
    height: 99%; }

.home-feed__image-wrap--video iframe {
  display: block;
  height: 378px; }

.home-feed__image-wrap--video video {
  display: block; }

.home-sciencecasts__item {
  font-family: Metropolis, Arial, Helvetica, sans-serif; }
  .home-sciencecasts__item iframe,
  .home-sciencecasts__item video {
    height: 200px;
    margin-bottom: 10px; }
  .home-sciencecasts__item a:hover {
    color: #ffffff;
    box-shadow: inset 0 -2px 0 0 #8499df; }

.home-sciencecasts__title a {
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.1em;
  transition: all 200ms ease;
  text-decoration: none; }

.home-sciencecasts__more-link {
  margin-top: 30px;
  padding-top: 10px;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  border-top: 1px solid rgba(255, 255, 255, 0.22); }
  @media (min-width: 992px) {
    .home-sciencecasts__more-link {
      position: absolute;
      margin-top: 0; } }
  .home-sciencecasts__more-link a {
    font-family: Metropolis, sans-serif;
    font-weight: 600;
    color: #8499df;
    font-size: 0.9em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none; }

@keyframes controlJiggleLeft {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  25% {
    transform: translateX(-3px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  50% {
    transform: translateX(3px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  75% {
    transform: translateX(-3px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); } }

@keyframes controlJiggleRight {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  25% {
    transform: translateX(3px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  50% {
    transform: translateX(-3px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  75% {
    transform: translateX(3px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); } }

.home-slide-item {
  background: rgba(36, 36, 36, 0.86);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(100% - 80px);
  margin: 0 auto; }
  @media (min-width: 992px) {
    .home-slide-item {
      -ms-flex-direction: row;
          flex-direction: row;
      width: 100%; } }

.home-slide-item__content {
  padding: 32px; }
  @media (min-width: 992px) {
    .home-slide-item__content {
      width: 33%; } }

.home-slide-item__image {
  padding: 32px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .home-slide-item__image {
      min-height: 425px;
      width: 66%;
      padding: 32px 32px 32px 0; } }
  .home-slide-item__image img {
    display: block;
    width: 100%; }

.home-slide-item__eyebrow {
  margin-top: 0;
  margin-bottom: 3px;
  font-family: "Fjalla One", sans-serif;
  color: #8499df;
  font-size: 1.15em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase; }

.home-slide-item__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Fjalla One", sans-serif;
  color: #ffffff;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700; }

.home-slide-item__body {
  word-break: initial;
  font-family: Metropolis, sans-serif; }
  .home-slide-item__body p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3em;
    color: #ffffff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control .sr-only {
    position: absolute;
    font-size: 0;
    color: transparent;
    text-indent: -99999px; }

.carousel-control.left {
  background-repeat: repeat-x;
  width: 40px; }
  @media (min-width: 992px) {
    .carousel-control.left {
      left: -50px;
      width: 50px; } }
  .carousel-control.left:hover {
    animation-name: controlJiggleLeft;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-style: preserve-3d; }

.carousel-control.right {
  left: auto;
  right: 0;
  width: 40px;
  background-repeat: repeat-x; }
  @media (min-width: 992px) {
    .carousel-control.right {
      right: -50px;
      width: 50px; } }
  .carousel-control.right:hover {
    animation-name: controlJiggleRight;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-style: preserve-3d; }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control svg,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  height: 50px;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control svg,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control svg,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: "\2039"; }

.carousel-control .icon-next:before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  bottom: -25px; }

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4); }

.carousel-indicators .active {
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: -30px; } }

.caption_200_right {
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 15px; }

.dnd-caption-wrapper {
  font-size: 12px;
  font-style: italic;
  padding: 0 20px 20px; }

.grey-image-box {
  background-color: #dcdcdc;
  padding: 15px 20px 15px 20px;
  margin: 5px; }

.l-region--sidebar-second {
  float: right;
  width: 30%;
  box-sizing: border-box;
  padding: 60px; }
  @media (min-width: 0) and (max-width: 768px) {
    .l-region--sidebar-second {
      width: 100%;
      float: left;
      padding: 40px 0 0 0; } }
  .l-region--sidebar-second h2.block__title {
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted #d2d5d7;
    padding: 0 0 5px 0; }
  .l-region--sidebar-second h2.pane-title {
    font-size: 1.5em;
    border-bottom: 1px dotted #d2d5d7;
    padding: 0 0 5px 0; }

.l-region--sidebar-first {
  float: right;
  width: 30%;
  box-sizing: border-box;
  padding: 0 0 0 60px; }
  @media (min-width: 0) and (max-width: 768px) {
    .l-region--sidebar-first {
      width: 100%;
      float: left;
      padding: 40px 0 0 0; } }
  .l-region--sidebar-first h2.block__title {
    font-size: 1.2em;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #d2d5d7;
    padding: 0 0 5px 0;
    margin-bottom: 10px; }
  .l-region--sidebar-first h2.pane-title {
    font-size: 1.5em;
    border-bottom: 1px dotted #d2d5d7;
    padding: 0 0 5px 0; }

.l-region--researchers-message {
  display: block;
  width: 100%;
  clear: both; }

.node-type-listing-page .l-region--sidebar-first {
  margin: 0; }
  .node-type-listing-page .l-region--sidebar-first .block--block {
    margin-bottom: 30px; }

.panel-display .panel-col-last {
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 60px; }
  @media (min-width: 0) and (max-width: 768px) {
    .panel-display .panel-col-last {
      width: 100%;
      float: left;
      padding: 40px 0 0 0; } }
  .panel-display .panel-col-last h2.pane-title {
    font-size: 1.25em;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #d2d5d7;
    padding: 0 0 5px 0; }

.bean-science-questions {
  float: left; }
  .bean-science-questions .field__items {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    margin: 10px 0 20px 0; }
    .bean-science-questions .field__items .field__item {
      list-style: none;
      width: 100%;
      float: left;
      height: auto;
      min-height: 30px;
      font-size: 0.9em;
      margin: 0 0 5px 0;
      padding: 0 0 0 20px; }
      .bean-science-questions .field__items .field__item:before {
        content: "\f059";
        font-size: 1.5em;
        font-family: "FontAwesome";
        margin: -5px 10px 0 -20px;
        float: left; }
      .bean-science-questions .field__items .field__item.last {
        border: 0; }
      .bean-science-questions .field__items .field__item a {
        text-decoration: none; }

.bean-what-we-study,
.bean-helpful-links {
  padding: 0;
  box-sizing: border-box;
  margin: 0 0 20px 0; }
  .bean-what-we-study .field__item,
  .bean-helpful-links .field__item {
    list-style: none;
    font-size: 0.8em;
    margin-bottom: 10px; }
    .bean-what-we-study .field__item a,
    .bean-helpful-links .field__item a {
      text-decoration: none; }
  .bean-what-we-study .field--name-field-link .field__item,
  .bean-helpful-links .field--name-field-link .field__item {
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
    padding: 0 0 0 30px; }
  .bean-what-we-study .field__items .field__item,
  .bean-helpful-links .field__items .field__item {
    line-height: 1.4em;
    font-size: 0.9em;
    padding: 0 0 0 20px; }
    .bean-what-we-study .field__items .field__item:before,
    .bean-helpful-links .field__items .field__item:before {
      content: "\f105";
      font-size: 1.2em;
      font-family: "FontAwesome";
      margin: 0 10px 0 -20px;
      height: 30px;
      float: left;
      clear: both; }

.block-bean {
  float: left; }
  .block-bean .field__items .field__item {
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
    padding: 0 0 0 30px; }
    .block-bean .field__items .field__item.last {
      border: 0; }

.section-astrophysics .panel-col-last h2 {
  float: none; }

.section-astrophysics .bean-helpful-links {
  float: none; }

.section-astrophysics .pane-bean-sign-up-for-astrophysics-newlett {
  border: 2px solid #e82237;
  padding: 5px 5px 5px 8px;
  border-radius: 1%; }
  .section-astrophysics .pane-bean-sign-up-for-astrophysics-newlett .bean-helpful-links {
    margin: 0; }

.sun-taxonomy .entity-bean .field__item:before {
  color: #facf03; }

.earth-taxonomy .entity-bean .field__item:before {
  color: #7acf61; }

.universe-taxonomy .entity-bean .field__item:before {
  color: #03c4d7; }

.solar-taxonomy .entity-bean .field__item:before {
  color: #402874; }

.missions-taxonomy .entity-bean .field__item:before {
  color: #6e99b7; }

.science-tech-taxonomy .entity-bean .field__item:before {
  color: #b1215a; }

.node-type-page {
  background-size: 100% !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important; }
  @media (min-width: 0) and (max-width: 736px) {
    .node-type-page {
      background-attachment: scroll !important; } }
  .node-type-page.earth-taxonomy {
    background: url("../images/bg_earth-large.jpg") no-repeat; }
  .node-type-page.sun-taxonomy {
    background: url("../images/bg_sun-large.jpg") no-repeat; }
  .node-type-page.science-tech-taxonomy {
    background: url("../images/bg_scienceAndTechnology-large.jpg") no-repeat; }
  .node-type-page.solar-taxonomy {
    background: url("../images/bg_solarSystem-large.jpg") no-repeat; }
  .node-type-page.universe-taxonomy {
    background: url("../images/bg_universe-large.jpg") no-repeat; }
  .node-type-page.mission-taxonomy {
    background: url("../images/bg_missions-large.jpg") no-repeat; }

.node-type-listing-page,
.node-type-blog-article,
.node-type-news-article,
.node-type-webform,
.node-type-people.section-science-activation-team,
.node-type-science-cast,
.node-type-webform,
.page-search,
.page-toolkits {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .node-type-listing-page, .node-type-listing-page.section-news-articles, .node-type-listing-page.section-science-news, .node-type-listing-page.section-roses-blogs, .node-type-listing-page.section-researchers, .node-type-listing-page.section-technology, .node-type-listing-page.section-search, .node-type-listing-page.section-get-involved, .node-type-listing-page.section-toolkits,
  .node-type-blog-article,
  .node-type-blog-article.section-news-articles,
  .node-type-blog-article.section-science-news,
  .node-type-blog-article.section-roses-blogs,
  .node-type-blog-article.section-researchers,
  .node-type-blog-article.section-technology,
  .node-type-blog-article.section-search,
  .node-type-blog-article.section-get-involved,
  .node-type-blog-article.section-toolkits,
  .node-type-news-article,
  .node-type-news-article.section-news-articles,
  .node-type-news-article.section-science-news,
  .node-type-news-article.section-roses-blogs,
  .node-type-news-article.section-researchers,
  .node-type-news-article.section-technology,
  .node-type-news-article.section-search,
  .node-type-news-article.section-get-involved,
  .node-type-news-article.section-toolkits,
  .node-type-webform,
  .node-type-webform.section-news-articles,
  .node-type-webform.section-science-news,
  .node-type-webform.section-roses-blogs,
  .node-type-webform.section-researchers,
  .node-type-webform.section-technology,
  .node-type-webform.section-search,
  .node-type-webform.section-get-involved,
  .node-type-webform.section-toolkits,
  .node-type-people.section-science-activation-team,
  .node-type-people.section-science-activation-team.section-news-articles,
  .node-type-people.section-science-activation-team.section-science-news,
  .node-type-people.section-science-activation-team.section-roses-blogs,
  .node-type-people.section-science-activation-team.section-researchers,
  .node-type-people.section-science-activation-team.section-technology,
  .node-type-people.section-science-activation-team.section-search,
  .node-type-people.section-science-activation-team.section-get-involved,
  .node-type-people.section-science-activation-team.section-toolkits,
  .node-type-science-cast,
  .node-type-science-cast.section-news-articles,
  .node-type-science-cast.section-science-news,
  .node-type-science-cast.section-roses-blogs,
  .node-type-science-cast.section-researchers,
  .node-type-science-cast.section-technology,
  .node-type-science-cast.section-search,
  .node-type-science-cast.section-get-involved,
  .node-type-science-cast.section-toolkits,
  .node-type-webform,
  .node-type-webform.section-news-articles,
  .node-type-webform.section-science-news,
  .node-type-webform.section-roses-blogs,
  .node-type-webform.section-researchers,
  .node-type-webform.section-technology,
  .node-type-webform.section-search,
  .node-type-webform.section-get-involved,
  .node-type-webform.section-toolkits,
  .page-search,
  .page-search.section-news-articles,
  .page-search.section-science-news,
  .page-search.section-roses-blogs,
  .page-search.section-researchers,
  .page-search.section-technology,
  .page-search.section-search,
  .page-search.section-get-involved,
  .page-search.section-toolkits,
  .page-toolkits,
  .page-toolkits.section-news-articles,
  .page-toolkits.section-science-news,
  .page-toolkits.section-roses-blogs,
  .page-toolkits.section-researchers,
  .page-toolkits.section-technology,
  .page-toolkits.section-search,
  .page-toolkits.section-get-involved,
  .page-toolkits.section-toolkits {
    background-image: url("../images/bg_news_article-large.jpg"); }

.node--page--full {
  padding: 0;
  float: left;
  width: 70%; }
  @media (min-width: 0) and (max-width: 768px) {
    .node--page--full {
      width: 100%;
      padding: 0; } }

.page-missions-page .views-exposed-form .views-widget .description,
.page-scientists .views-exposed-form .views-widget .description {
  display: none; }

.page-missions-page #edit-field-phase-tid,
.page-missions-page #edit-field-division-tid,
.page-missions-page #edit-field-phase-tid,
.page-missions-page #edit-field-division-tid,
.page-citizenscientists #edit-field-phase-tid,
.page-citizenscientists #edit-field-division-tid,
.page-citizenscientists #edit-field-phase-tid,
.page-citizenscientists #edit-field-division-tid,
.page-science-activation-team #edit-field-phase-tid,
.page-science-activation-team #edit-field-division-tid {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #ffffff;
  background-image: none;
  background: #2e2f30;
  position: relative;
  z-index: 10;
  width: auto;
  text-align: left;
  float: left;
  border: 0;
  height: 30px;
  line-height: 30px;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  padding: 0 25px 0 0;
  margin: 15px 0 15px 15px;
  outline: none; }

@-moz-document url-prefix() {
  div.form-item.form-type-select.form-item-field-division-tid:after {
    margin: 0 0 0 -22px !important; }
  div.form-item.form-type-select.form-item-field-phase-tid:after {
    margin: 0 0 0 -30px !important; } }

.page-missions-page .views-widget-filter-field_division_tid {
  padding-right: 0; }

.page-missions-page #edit-field-division-tid,
.page-science-activation-team #edit-field-division-tid {
  border-right: 2px solid #5f6467; }

div.form-item.form-type-select.form-item-field-division-tid,
div.form-item.form-type-select.form-item-field-phase-tid {
  float: left;
  height: 60px;
  position: relative; }

div.form-item.form-type-select.form-item-field-division-tid:after,
div.form-item.form-type-select.form-item-field-phase-tid:after {
  content: "\f0d7";
  font-family: Fontawesome;
  color: #6e99b7;
  position: absolute;
  right: 10px;
  bottom: -5px;
  font-size: 22px;
  z-index: 11; }

div.form-item.form-type-select.form-item-field-phase-tid:after {
  right: 0;
  margin: 0 0 0 -50px; }

.missions-index-filters,
#views-exposed-form-mission-index-exposed-mission-taxonomy,
#views-exposed-form-citizen-scientist-exposed-mission-taxonomy,
#views-exposed-form-people-of-science-exposed-mission-taxonomy {
  background: #2e2f30 url("../images/missions-nav-border.png") top no-repeat;
  height: 70px;
  line-height: 70px; }

#views-exposed-form-people-of-science-exposed-mission-taxonomy {
  background: #2e2f30 url("../images/aboutus-nav-border.png") top no-repeat;
  height: 70px;
  line-height: 70px; }

#edit-field-division-tid-wrapper label,
#edit-field-phase-tid-wrapper label {
  float: left;
  display: inline-block;
  color: #ffffff;
  padding: 0 0 0 15px;
  margin: 15px 0 0;
  height: 100%;
  line-height: 30px;
  font-family: Fjalla One, Arial, Helvetica, sans-serif; }
  @media (min-width: 0) and (max-width: 736px) {
    #edit-field-division-tid-wrapper label,
    #edit-field-phase-tid-wrapper label {
      display: none; } }

#edit-field-division-tid-wrapper label,
#edit-field-division-tid-wrapper select,
#edit-field-phase-tid-wrapper label,
#edit-field-phase-tid-wrapper select {
  font-size: 22px; }

#views-exposed-form-mission-index-exposed-mission-taxonomy .views-widget,
#views-exposed-form-citizen-scientist-exposed-mission-taxonomy .views-widget,
#views-exposed-form-people-of-science-exposed-mission-taxonomy .views-widget {
  display: inline-block; }

.missions-index-filters #edit-submit-mission-index {
  background: #c52639;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-shadow: none;
  color: #ffffff;
  box-shadow: none;
  border: 0;
  margin: 0 0 0 30px;
  border-radius: 3px; }

.missions-index-filters #edit-field-phase-tid-wrapper,
.missions-index-filters #edit-field-division-tid-wrapper,
.missions-index-filters .views-submit-button {
  padding: 0; }

.view-mission-index .view-header #mission-key ul li,
.view-toolkit-listing .view-header #mission-key ul li,
.view-citizen-scientist .view-header #mission-key ul li,
.view-people-of-science .view-header #mission-key ul li {
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
  font-weight: normal;
  color: #9da2a5;
  font-family: Raleway, Arial, Helvetica, sans-serif; }
  @media (min-width: 0) and (max-width: 768px) {
    .view-mission-index .view-header #mission-key ul li,
    .view-toolkit-listing .view-header #mission-key ul li,
    .view-citizen-scientist .view-header #mission-key ul li,
    .view-people-of-science .view-header #mission-key ul li {
      margin: 0 10px 0 0;
      padding: 0; } }

.page-missions-page .view-mission-index .views-field-body p {
  height: 225px;
  padding: 15px;
  float: left;
  width: 100%;
  background: #e8ebec; }
  .page-missions-page .view-mission-index .views-field-body p a {
    text-decoration: none;
    color: #6a7987; }

.page-missions-page .view-mission-index .views-field-body .views-more-link {
  text-decoration: none;
  color: #4a90e2; }
  .page-missions-page .view-mission-index .views-field-body .views-more-link:hover {
    text-decoration: underline; }

#mission-key {
  width: 100%;
  clear: both;
  float: left;
  margin: 10px 0 40px 0;
  border-bottom: 1px solid #9da2a5;
  line-height: 50px;
  font-family: Fjalla One, Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) and (max-width: 1024px), (min-width: 0) and (max-width: 768px) {
    #mission-key {
      padding-bottom: 35px; } }
  #mission-key p {
    float: left;
    margin: 0;
    font-size: 1.2em;
    line-height: 50px;
    font-weight: 500;
    color: #333333; }
    @media (min-width: 0) and (max-width: 768px) {
      #mission-key p {
        float: none; } }
  #mission-key li:before {
    list-style: disc;
    content: "\f111";
    font-family: Fontawesome;
    margin: 0 5px 0 0; }
  #mission-key li.topic-earth-science:before {
    color: #7acf61; }
  #mission-key li.topic-astrophysics:before {
    color: #03c4d7; }
  #mission-key li.topic-sun:before {
    color: #facf03; }
  #mission-key li.topic-planetary-science:before {
    color: #402874; }
  #mission-key li.topic-missions:before {
    color: #6e99b7; }
  #mission-key li.topic-all-science:before {
    color: #b1215a; }

.view-mission-index .view-filters {
  float: right;
  position: relative;
  top: -88px;
  height: 0; }
  .view-mission-index .view-filters #edit-title-wrapper label {
    display: inline-block;
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    vertical-align: middle; }
  .view-mission-index .view-filters #edit-title-wrapper .views-widget {
    display: inline-block; }
  .view-mission-index .view-filters #edit-title-wrapper select#edit-title.form-select {
    border: 1px solid #999999;
    margin-left: 5px; }
  @media (min-width: 768px) and (max-width: 1024px), (min-width: 0) and (max-width: 768px) {
    .view-mission-index .view-filters {
      float: left;
      top: -85px; } }

.view-mission-index .Planetary-Science,
.view-citizen-scientist .Planetary-Science,
.view-people-of-science .Planetary-Science {
  text-indent: -5000px;
  border-top: 5px solid #03c4d7;
  height: 5px; }

.view-mission-index .Earth-Science,
.view-citizen-scientist .Earth-Science,
.view-people-of-science .Earth-Science {
  text-indent: -5000px;
  border-top: 5px solid #7acf61;
  height: 5px; }

.view-mission-index .Heliophysics,
.view-citizen-scientist .Heliophysics,
.view-people-of-science .Heliophysics {
  text-indent: -5000px;
  border-top: 5px solid #e82237;
  height: 5px; }

.view-mission-index .Astrophysics,
.view-citizen-scientist .Astrophysics,
.view-people-of-science .Astrophysics {
  text-indent: -5000px;
  border-top: 5px solid #402874;
  height: 5px; }

.view-mission-index .views-field-title .field-content a {
  float: left;
  font-family: Fjalla One, Arial, Helvetica, Sans-serif;
  color: #2e2f30;
  height: 40px;
  text-decoration: none;
  padding: 10px 15px 0 15px; }

.view-mission-index .views-field-field-phase {
  padding: 0 15px 10px 15px;
  float: left;
  width: 100%;
  color: #9da2a5;
  font-size: 0.9em; }

@media (min-width: 0) and (max-width: 568px) {
  .view-mission-index .view-content {
    float: left;
    width: 100%; } }

.view-mission-index .mission-item {
  max-width: 225px;
  margin: auto;
  border: 1px solid #e8ebec; }

.view-mission-index .views-field-field-master-image a {
  display: -ms-flexbox;
  display: flex; }

.view-mission-index .hover-reveal-container {
  height: 225px; }

#mission-left {
  width: 70%;
  float: left; }
  @media (min-width: 0) and (max-width: 736px) {
    #mission-left {
      width: 100%; } }
  #mission-left blockquote {
    color: #6a7987;
    background-color: #e8ebec;
    font-style: italic;
    margin-left: 10px;
    margin-bottom: 15px;
    padding: 10px;
    line-height: inherit;
    font-size: 0.9em; }
    #mission-left blockquote img {
      margin: 10px; }
  #mission-left .description {
    font-size: inherit; }
  #mission-left ul {
    margin: 15px 0; }
  #mission-left img {
    margin: 0 0 0 0; }

#mission-right {
  float: left;
  width: 30%;
  padding: 0 0 0 40px; }
  @media (min-width: 0) and (max-width: 736px) {
    #mission-right {
      width: 100%;
      padding: 0; } }

#mission-right .field {
  margin: 0 0 10px 0;
  color: #5f6467; }

.view-citizen-scientist .citizen-body,
.view-people-of-science .citizen-body {
  text-decoration: none; }

.view-citizen-scientist .citizen-item,
.view-people-of-science .citizen-item {
  max-width: 300px;
  margin: auto; }

.view-citizen-scientist .details,
.view-people-of-science .details {
  border-left: 1px solid #e8ebec;
  border-right: 1px solid #e8ebec;
  padding: 15px;
  height: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.view-citizen-scientist .views-field-field-phase,
.view-people-of-science .views-field-field-phase {
  font-weight: 300; }

.view-citizen-scientist .views-fieldset .views-field-field-phase,
.view-people-of-science .views-fieldset .views-field-field-phase {
  padding: 0;
  width: 100%;
  color: #d2d5d7;
  font-size: 0.9em; }

.view-citizen-scientist .views-field-title a,
.view-people-of-science .views-field-title a {
  display: block;
  font-size: 0.7em;
  line-height: 1.4em;
  text-decoration: none;
  color: #2e2f30; }

.view-citizen-scientist .views-field-body a.view-more-link,
.view-people-of-science .views-field-body a.view-more-link {
  color: #175498; }

.view-citizen-scientist .views-field-body p a,
.view-people-of-science .views-field-body p a {
  color: #6a7987;
  text-decoration: none; }

.view-citizen-scientist .views-field-field-master-image img,
.view-people-of-science .views-field-field-master-image img {
  width: 100%;
  vertical-align: bottom; }

.view-citizen-scientist .hover-reveal-content,
.view-people-of-science .hover-reveal-content {
  padding: 30px;
  background: #e8ebec;
  margin: 0;
  font-size: 0.9em;
  text-decoration: none; }
  .view-citizen-scientist .hover-reveal-content p,
  .view-people-of-science .hover-reveal-content p {
    color: #5f6467; }

.view-citizen-scientist .views-more-link,
.view-people-of-science .views-more-link {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #3351ab !important;
  width: 100%;
  text-align: center; }
  .view-citizen-scientist .views-more-link:hover,
  .view-people-of-science .views-more-link:hover {
    text-decoration: underline; }

.view-people-of-science .details {
  height: 85px; }

.view-people-of-science .details .views-field-field-phase {
  padding: 0 15px 10px 15px;
  float: left;
  width: 100%;
  color: #9da2a5;
  font-size: 0.9em;
  -ms-flex: 1;
      flex: 1;
  text-align: right; }

.view.view-science-news.view-id-science_news {
  width: 70%;
  float: left;
  padding-bottom: 60px; }
  @media (min-width: 0) and (max-width: 768px) {
    .view.view-science-news.view-id-science_news {
      width: 100%; } }

.attachment .view.view-science-news.view-id-science_news {
  width: 100%;
  padding-bottom: 0; }

.view-science-news .attachment .view-content {
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

.view-science-news .view-content {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.view-id-science_news .attachment .view-science-news {
  width: 70%; }

.category-date {
  padding: 0 0 0 40px; }

.view-science-news span.date-display-single {
  font-size: 0.9em;
  color: #9da2a5;
  margin: 0 0 5px 0;
  width: 50%;
  float: left; }

.view-science-news .views-field-field-master-image {
  float: right;
  max-width: 50%; }
  @media (min-width: 0) and (max-width: 1024px) {
    .view-science-news .views-field-field-master-image {
      width: 100%;
      float: left; } }

.view-science-news .views-field-views-conditional img {
  height: auto; }
  @media (min-width: 0) and (max-width: 1024px) {
    .view-science-news .views-field-views-conditional img {
      width: 50%;
      height: auto; } }

.view-science-news .attachment .views-field-views-conditional img {
  height: auto; }
  @media (min-width: 0) and (max-width: 1024px) {
    .view-science-news .attachment .views-field-views-conditional img {
      width: 100%;
      height: auto; } }

.view-science-news .views-field-title {
  margin: 0 0 5px 0; }

.view-science-news .attachment .views-field-title {
  margin: 5px 40px; }

.view-science-news.first-entry .views-field-field-master-image {
  max-width: 100%; }

.view-science-news .views-field-body {
  float: left;
  width: 55%;
  padding: 0 20px 0 0;
  color: #6a7987; }
  @media (min-width: 0) and (max-width: 1024px) {
    .view-science-news .views-field-body {
      width: 100%;
      margin: 0 0 20px 0;
      padding: 0; } }

.view-science-news .attachment .views-field-body {
  float: left;
  width: 100%;
  padding: 0 40px 40px 40px;
  margin: 0;
  box-sizing: border-box;
  color: #6a7987; }

.view-science-news.first-entry .views-field-body {
  width: 100%; }

.view-science-news.view-id-science_news .attachment {
  float: left; }

.view-science-news.view-id-science_news p {
  line-height: 1.5em;
  margin: 0; }

.attachment .view-science-news .views-row-first {
  padding: 0; }

.view-science-news .views-row-first {
  padding: 0; }

.view-science-news .views-row {
  padding: 40px;
  width: 100%;
  float: left;
  background: #ffffff;
  border: 1px solid #d2d5d7;
  margin: 0 0 40px 0; }

.view-science-news .views-row .views-field-title a {
  text-decoration: none;
  color: #333333;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2em; }

.view-science-news .attachment .views-row .views-field-title a {
  font-size: 2.5em; }

.view-science-news .attachment .fieldset {
  padding: 40px;
  float: left; }

.view.view-science-news.view-id-science_news .views-field-field-categories div.field-content a {
  color: #c52639;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d2d5d7; }

.view.view-science-news.view-id-science_news .attachment .views-field-field-categories div.field-content a {
  color: #c52639;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d2d5d7; }

#by-topic ul li:before {
  content: "\f111";
  font-size: 0.9em;
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
  height: auto;
  float: left;
  color: #175498; }

#by-topic ul li a,
#by-topic ul li.topics-links a {
  text-decoration: none;
  display: block;
  padding-left: 22px; }

#by-topic ul li {
  display: none; }

#by-topic ul li,
#by-topic ul li.topics-links {
  padding: 0;
  line-height: 30px; }

#by-topic li.active_topic a {
  color: #175498; }

#by-topic li.by-topics-term-earth-science:before,
#by-topic li.by-topics-term-climate-change:before,
#by-topic li.by-topics-term-ice:before,
#by-topic li.by-topics-term-earth:before,
#by-topic li.active_topic.by-topics-term-earth-science a,
#by-topic li.active_topic.by-topics-term-climate-change a,
#by-topic li.active_topic.by-topics-term-ice a,
#by-topic li.active_topic.by-topics-term-earth a {
  color: #7acf61; }

#by-topic li.by-topics-term-missions:before {
  color: #6e99b7; }

#by-topic li.by-topics-term-science-technology:before {
  color: #b1215a; }

#by-topic li.by-topics-term-solar-system:before,
#by-topic li.by-topics-term-planetary-science:before,
#by-topic li.by-topics-term-mars:before,
#by-topic li.by-topics-term-planets-of-our-solar-system:before,
#by-topic li.active_topic.by-topics-term-solar-system a,
#by-topic li.active_topic.by-topics-term-planetary-science a,
#by-topic li.active_topic.by-topics-term-mars a,
#by-topic li.active_topic.by-topics-term-planets-of-our-solar-system a {
  color: #402874; }

#by-topic li.by-topics-term-sun:before,
#by-topic li.by-topics-term-heliophysics:before,
#by-topic li.by-topics-term-our-sun:before,
#by-topic li.by-topics-term-earth-s-space-environment:before,
#by-topic li.active_topic.by-topics-term-sun a,
#by-topic li.active_topic.by-topics-term-heliophysics a,
#by-topic li.active_topic.by-topics-term-our-sun a,
#by-topic li.active_topic.by-topics-term-earth-s-space-environment a {
  color: #e82237; }

#by-topic li.by-topics-term-universe:before,
#by-topic li.by-topics-term-astrophysics:before,
#by-topic li.by-topics-term-exoplanets:before,
#by-topic li.by-topics-term-stars:before,
#by-topic li.active_topic.by-topics-term-universe a,
#by-topic li.active_topic.by-topics-term-astrophysics a,
#by-topic li.active_topic.by-topics-term-exoplanets a,
#by-topic li.active_topic.by-topics-term-stars a {
  color: #03c4d7; }

#by-topic li.by-topics-term-111,
#by-topic li.by-topics-term-93,
#by-topic li.by-topics-term-24,
#by-topic li.by-topics-term-44,
#by-topic li.by-topics-term-75,
#by-topic li.by-topics-term-4 {
  margin-left: 10px;
  font-size: 85%; }

#by-topic li.by-topics-term-11,
#by-topic li.by-topics-term-28,
#by-topic li.by-topics-term-101,
#by-topic li.by-topics-term-42,
#by-topic li.by-topics-term-3904,
#by-topic li.by-topics-term-94 {
  display: block; }

#by-topic ul li.universe,
li#astrophysics-link {
  background: url("../images/purple-dot.png") no-repeat left center; }

#by-topic ul li.solar,
li#heliophysics-link {
  background: url("../images/yellow-dot.png") no-repeat left center; }

#by-topic ul li.sun {
  background: url("../images/orange-dot.png") no-repeat left center; }

#by-topic ul li.earth,
li#earth-sciences-link {
  background: url("../images/green-dot.png") no-repeat left center; }

#by-topic ul li.sara,
li#planetary-science-link {
  background: url("../images/red-dot.png") no-repeat left center; }

#by-topic ul li.topic,
li#sky-watching-link {
  background: url("../images/blue-dot.png") no-repeat left center; }

#block-menu-menu-topics ul.menu {
  float: left;
  margin: 10px 0 0 0; }

#by-topic h4 {
  border-bottom: 1px solid #d2d5d7;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0; }

#block-views-listing-page-block-1 .topic-date-group {
  padding-left: 40px; }

#block-views-listing-page-block-1 .views-field-body {
  width: 100%;
  padding: 0 40px 40px 40px; }

#block-views-listing-page-block-1 .views-field-title {
  padding: 30px 40px 0 40px;
  font-size: 1.5em;
  width: 100%;
  float: left; }

#block-views-listing-page-block-1 .views-row {
  padding: 0;
  border: 0;
  margin: 0 0 24px 0; }
  #block-views-listing-page-block-1 .views-row img {
    max-width: 100%;
    width: 100%;
    height: auto;
    float: left; }

.view.view-listing-page.view-id-listing_page .views-field-field-topic {
  color: #c52639;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d2d5d7; }

.view.view-listing-page .views-field-field-science-categories div.field-content {
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d2d5d7; }

div.l-region.l-region--blockgroup-listing-group.blockgroup {
  float: left;
  width: 70%; }
  @media (min-width: 0) and (max-width: 768px) {
    div.l-region.l-region--blockgroup-listing-group.blockgroup {
      width: 100%; } }

.view.view-listing-page.view-id-listing_page {
  float: left; }
  @media (min-width: 0) and (max-width: 768px) {
    .view.view-listing-page.view-id-listing_page {
      width: 100%;
      padding: 0; } }

.attachment .view.view-listing-page.view-id-listing_page {
  width: 100%;
  padding-bottom: 0; }

.view-listing-page .attachment .view-content {
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

.view-listing-page .view-content {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.view-id-listing_page .attachment .view-listing-page {
  width: 70%; }

.view-listing-page span.date-display-single {
  font-size: 0.9em;
  color: #9da2a5;
  margin: 0 0 5px 0;
  width: auto;
  float: left; }

.view-listing-page.view-id-listing_page .views-field-body {
  float: left;
  clear: left; }

view-listing-page.view-id-listing_page div.views-field.views-field-field-categories {
  float: left; }

.view-listing-page .views-field-field-master-image {
  float: right;
  max-width: 50%; }
  @media (min-width: 0) and (max-width: 1024px) {
    .view-listing-page .views-field-field-master-image {
      width: 100%;
      float: left; } }

.view-listing-page .views-field-views-conditional {
  text-align: center; }
  .view-listing-page .views-field-views-conditional img {
    width: 45%;
    height: auto;
    float: right; }
    @media (min-width: 0) and (max-width: 1024px) {
      .view-listing-page .views-field-views-conditional img {
        width: 100%;
        max-width: 300px;
        height: auto;
        float: none;
        display: block;
        margin: auto; } }

.view-listing-page .attachment .views-field-views-conditional img {
  height: auto; }
  @media (min-width: 0) and (max-width: 1024px) {
    .view-listing-page .attachment .views-field-views-conditional img {
      width: 100%;
      height: auto; } }

.view-listing-page .views-field-title {
  margin: 0 0 5px 0; }

.view-listing-page .attachment .views-field-title {
  margin: 5px 40px; }

.view-listing-page.first-entry .views-field-field-master-image {
  max-width: 100%; }

.view-listing-page .views-field-body {
  float: left;
  width: 55%;
  padding: 0 20px 0 0;
  color: #6a7987; }
  @media (min-width: 0) and (max-width: 1024px) {
    .view-listing-page .views-field-body {
      width: 100%;
      margin: 0 0 20px 0;
      padding: 0; } }

.view-listing-page .image_none .views-field-body {
  width: 100%;
  padding: 0; }

.view-listing-page .attachment .views-field-body {
  float: left;
  width: 100%;
  padding: 0 40px 40px 40px;
  margin: 0;
  box-sizing: border-box;
  color: #6a7987; }

.view-listing-page.first-entry .views-field-body {
  width: 100%; }

.view-listing-page.view-id-listing_page .attachment {
  float: left; }

.view-listing-page.view-id-listing_page p {
  line-height: 1.5em;
  margin: 0; }

.attachment .view-listing-page .views-row-first {
  padding: 0; }

.view-listing-page .views-row-first {
  padding: 0; }

.view-listing-page .views-row {
  padding: 40px;
  width: 100%;
  float: left;
  background: #ffffff;
  border: 1px solid #d2d5d7;
  margin: 0 0 24px 0; }

.view-listing-page .views-row .views-field-title a {
  text-decoration: none;
  color: #333333;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2em; }

.view-listing-page .attachment .views-row .views-field-title a {
  font-size: 2.5em; }

.view-listing-page .attachment .fieldset {
  padding: 40px;
  float: left; }

.view.view-listing-page.view-id-listing_page .attachment .views-field-field-categories div.field-content a {
  color: #c52639;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d2d5d7; }

.articles-year-filter-block h2 {
  margin-bottom: 10px; }

.articles-year-filter-block .articles-year-filter {
  margin-bottom: 20px; }

#views-exposed-form-blog-listing-page .form-item.form-type-select {
  padding: 0;
  background: #f8f8f8;
  color: #444444;
  height: 35px;
  border: 1px solid #aaaaaa;
  border-radius: 5px 5px 5px 5px !important;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none; }

#views-exposed-form-blog-listing-page select#edit-field-blog-tid.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444444; }

#views-exposed-form-blog-listing-page select#edit-field-blog-tid.form-select::-ms-expand {
  display: none; }

#views-exposed-form-blog-listing-page select#edit-field-blog-tid.form-select:before {
  content: "";
  right: 5px;
  top: -7px;
  width: 30px;
  height: 33px;
  position: absolute;
  pointer-events: none;
  display: block; }

#views-exposed-form-blog-listing-page .form-select {
  position: relative;
  height: 35px;
  background: none;
  width: 100% !important;
  float: left !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0 0 0 10px;
  outline: none; }

#views-exposed-form-blog-listing-page .form-type-select:after {
  content: ">" !important;
  font: 20px Consolas, monospace;
  color: #ffffff !important;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #c52639;
  position: absolute;
  pointer-events: none;
  width: 34px;
  height: 44px;
  margin: -5px 0 0 -38px;
  padding: 0 0 5px 0;
  text-indent: 12px;
  line-height: 42px;
  border-radius: 5px 5px 0 0; }

@media screen\0 {
  #views-exposed-form-blog-listing-page .dropdown:after {
    width: 38px;
    text-indent: 15px;
    right: 0; } }

@media screen and (min--moz-device-pixel-ratio: 0) {
  #views-exposed-form-blog-listing-page .form-select select {
    padding-right: 40px; }
  #views-exposed-form-blog-listing-page .form-select:before {
    right: 6px; }
  #views-exposed-form-blog-listing-page .form-select:after {
    text-indent: 14px;
    right: 6px;
    top: -5px;
    width: 36px; } }

.view.view-blog-listing.view-id-blog_listing {
  width: 70%;
  float: left;
  padding-bottom: 60px; }
  @media (min-width: 0) and (max-width: 768px) {
    .view.view-blog-listing.view-id-blog_listing {
      width: 100%; } }

.attachment .view.view-blog-listing.view-id-blog_listing {
  width: 100%;
  padding-bottom: 0; }

.view-blog-listing .attachment .view-content {
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

.view-blog-listing .view-content {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.view-id-blog_listing .attachment .view-blog-listing {
  width: 70%; }

.view-blog-listing span.date-display-single {
  font-size: 0.9em;
  color: #9da2a5;
  margin: 0;
  float: left; }

.view-blog-listing .views-field-field-master-image {
  float: right;
  max-width: 50%; }
  @media (min-width: 0) and (max-width: 667px) {
    .view-blog-listing .views-field-field-master-image {
      max-width: 100%;
      float: left; } }

.view-blog-listing .attachment .views-field-field-master-image {
  max-width: 800px;
  width: 100%; }

.view-blog-listing .attachment .views-field-field-master-image img {
  width: 100%; }

.view-blog-listing .views-field-body {
  float: left;
  width: 60%;
  padding: 0 20px 0 0;
  margin-top: 20px; }
  @media (min-width: 0) and (max-width: 768px) {
    .view-blog-listing .views-field-body {
      width: 100%;
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .view-blog-listing .views-field-body {
      width: 50%; } }

.view-blog-listing.first-entry .views-field-body {
  width: 100%; }

select#edit-field-blog-tid.form-select {
  width: 30%; }
  @media (min-width: 0) and (max-width: 667px) {
    select#edit-field-blog-tid.form-select {
      width: 300px; } }

.attachment .view-blog-listing .views-row-first {
  padding: 0; }

.view-blog-listing .views-row-first {
  padding: 0; }

.view-blog-listing .views-row {
  padding: 40px;
  width: 100%;
  float: left;
  background: #ffffff;
  border: 1px solid #d2d5d7;
  margin: 0 0 40px 0; }

.view-blog-listing .views-row .views-field-title a {
  text-decoration: none;
  color: #333333;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2em; }

.view-blog-listing .attachment .views-row .views-field-title a {
  font-size: 2.5em; }

.view-blog-listing .attachment .fieldset {
  padding: 40px;
  float: left; }

.view-blog-listing .fieldset .views-field-body {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0; }

.view-blog-listing .category-date.views-fieldset .views-field-field-categories .field-content a {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #c52639;
  border-right: 1px solid #d2d5d7; }

.view-blog-listing div.category-date.views-fieldset {
  width: 100%;
  float: left;
  margin: 5px 0 0 0; }

.not-front.node-type-page .node__submitted {
  display: none; }

.node--landing-page {
  width: 70%;
  float: left; }
  @media (min-width: 0) and (max-width: 1024px) {
    .node--landing-page {
      width: 100%; } }

.page-glossary .view-glossary .views-field-title {
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-size: 20px; }

.page-glossary .view-glossary .views-row {
  margin: 0 0 30px 0; }

.section-page-not-found .l-content {
  text-align: center; }
  .section-page-not-found .l-content #four-zero-four ul li.return {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    background: #175498;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    list-style: none; }
    .section-page-not-found .l-content #four-zero-four ul li.return a {
      color: #ffffff;
      text-decoration: none; }
  .section-page-not-found .l-content #four-zero-four ul li.report {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    background: #c52639;
    text-align: center;
    margin: 0 auto 20px auto;
    font-weight: bold;
    list-style: none; }
    .section-page-not-found .l-content #four-zero-four ul li.report a {
      color: #ffffff;
      text-decoration: none; }

input.webform-submit.button-primary.form-submit {
  max-width: 300px;
  width: 100%;
  padding: 20px;
  background: #c52639;
  text-align: center;
  margin: 0 auto 20px auto;
  font-weight: bold;
  color: #ffffff;
  border: 0; }

.front .l-page .l-content .view.view-home-page-content {
  width: 70%;
  float: left; }
  @media (min-width: 0) and (max-width: 768px) {
    .front .l-page .l-content .view.view-home-page-content {
      width: 100%; } }

.front .l-page .l-content .view.view-home-page-content .views-row {
  padding: 40px;
  min-width: 70%;
  width: 100%;
  border: 1px solid #d2d5d7;
  margin: 0 0 24px 0;
  float: left; }
  .front .l-page .l-content .view.view-home-page-content .views-row .views-field-title a,
  .front .l-page .l-content .view.view-home-page-content .views-row .views-field-views-conditional-1 a {
    color: #333333;
    text-decoration: none;
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 500; }
  .front .l-page .l-content .view.view-home-page-content .views-row .views-field-field-portal-text-teaser p {
    margin-bottom: 0; }
  .front .l-page .l-content .view.view-home-page-content .views-row .views-field-views-conditional-2 a:not([href^="/"]):after {
    font-family: Fontawesome;
    font-size: 80%;
    content: " \f08e";
    color: #4a90e2; }

.front #block-bean-index-must-reads div.field__item a,
.bean-must-reads a,
.view-must-reads .views-row a {
  text-decoration: none;
  color: #4a90e2;
  margin: 10px 0 10px 0;
  float: left;
  padding: 0 0 0 40px;
  width: 100%;
  font-size: 0.9em; }

.front #block-bean-index-must-reads div.field__item a:before,
.bean-must-reads a:before,
.view-must-reads .views-row a:before {
  color: #333333;
  font-size: 2.5em;
  font-weight: 700;
  height: 30px;
  width: 40px;
  margin: 0 0 0 -40px;
  float: left;
  line-height: 0.5em; }

.front #block-bean-index-must-reads div.field__item a.first:before,
.bean-must-reads a.first:before,
.view-must-reads .views-row-1 a:before {
  content: "1"; }

.front #block-bean-index-must-reads div.field__item a.second:before,
.bean-must-reads a.second:before,
.view-must-reads .views-row-2 a:before {
  content: "2"; }

.front #block-bean-index-must-reads div.field__item a.third:before,
.bean-must-reads a.third:before,
.view-must-reads .views-row-3 a:before {
  content: "3"; }

.front #block-bean-index-must-reads div.field__item a.fourth:before,
.bean-must-reads a.fourth:before,
.view-must-reads .views-row-4 a:before {
  content: "4"; }

.front #block-bean-index-must-reads div.field__item a.fifth:before,
.bean-must-reads a.fifth:before,
.view-must-reads .views-row-5 a:before {
  content: "5"; }

.view-home-page-content.home-listing {
  width: 100%; }
  .view-home-page-content.home-listing .views-row {
    padding: 40px;
    border: 1px solid #e8ebec;
    margin: 0 0 40px 0;
    float: left; }
    .view-home-page-content.home-listing .views-row .views-field-field-front-page-hero,
    .view-home-page-content.home-listing .views-row .views-field-field-sc-front-page-hero {
      display: none; }
    .view-home-page-content.home-listing .views-row .text-wrapper {
      width: 50%;
      padding: 0 20px 0 0;
      float: left; }
      @media (min-width: 0) and (max-width: 667px) {
        .view-home-page-content.home-listing .views-row .text-wrapper {
          width: 100%;
          margin: 20px 0 0 0;
          padding: 0; } }
      .view-home-page-content.home-listing .views-row .text-wrapper .views-field-body {
        width: 100%;
        padding: 0;
        margin: 0;
        color: #6a7987;
        line-height: 1.7em;
        float: left; }
        @media (min-width: 0) and (max-width: 667px) {
          .view-home-page-content.home-listing .views-row .text-wrapper .views-field-body {
            width: 100%;
            padding: 0;
            margin: 0; } }
        .view-home-page-content.home-listing .views-row .text-wrapper .views-field-body a.views-more-link {
          text-decoration: none; }
      .view-home-page-content.home-listing .views-row .text-wrapper .views-field-title {
        width: 100%;
        float: left; }
      .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group {
        clear: both;
        float: left;
        width: 100%; }
        .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group .views-field-field-topic,
        .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group .views-field-field-science-categories {
          float: left;
          padding: 0 10px 0 0;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: bold;
          color: inherit; }
          .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group .views-field-field-topic span.by-topics-term a,
          .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group .views-field-field-science-categories span.by-topics-term a {
            color: inherit;
            text-decoration: none; }
          .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group .views-field-field-topic span.by-topics-term:last-child,
          .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group .views-field-field-science-categories span.by-topics-term:last-child {
            border-right: 1px solid #d2d5d7;
            padding: 2px 10px 2px 0; }
        .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group .date-display-single {
          font-size: 0.9em;
          color: #9da2a5;
          margin: 0 0 5px 0;
          width: auto;
          float: left; }
    .view-home-page-content.home-listing .views-row img {
      max-width: 50%;
      height: auto;
      float: right; }
      @media (min-width: 0) and (max-width: 667px) {
        .view-home-page-content.home-listing .views-row img {
          float: left;
          max-width: 100%;
          width: 100%; } }

.front .l-page .l-content .view.view-home-page-content,
.front .l-page .l-content .view.view-home-page-content {
  padding: 0; }
  .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero,
  .front .l-page .l-content .view.view-home-page-content .views-row.news_hero,
  .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero,
  .front .l-page .l-content .view.view-home-page-content .views-row.news_hero {
    padding: 0 !important;
    border: 1px solid #e8ebec;
    margin: 0 0 40px 0;
    float: left; }
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-field-front-page-hero,
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-field-sc-front-page-hero,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-field-front-page-hero,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-field-sc-front-page-hero,
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-field-front-page-hero,
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-field-sc-front-page-hero,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-field-front-page-hero,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-field-sc-front-page-hero {
      display: none; }
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .text-wrapper,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .text-wrapper,
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .text-wrapper,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .text-wrapper {
      padding: 30px 40px 40px 40px;
      float: left;
      width: 100%; }
      .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .text-wrapper .views-field-field-topic,
      .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .text-wrapper .views-field-field-topic,
      .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .text-wrapper .views-field-field-topic,
      .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .text-wrapper .views-field-field-topic {
        float: left;
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        color: #c52639;
        border-right: 1px solid #d2d5d7; }
      .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .text-wrapper .date-display-single,
      .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .text-wrapper .date-display-single,
      .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .text-wrapper .date-display-single,
      .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .text-wrapper .date-display-single {
        font-size: 0.9em;
        color: #9da2a5;
        margin: 0 0 5px 0;
        width: auto;
        float: left; }
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-body,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-body,
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-body,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-body {
      width: 100%;
      margin: 0 0 20px 0;
      color: #6a7987;
      line-height: 1.7em;
      float: left; }
      .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-body a.views-more-link,
      .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-body a.views-more-link,
      .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-body a.views-more-link,
      .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-body a.views-more-link {
        text-decoration: none; }
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-title,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-title,
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero .views-field-title,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero .views-field-title {
      font-size: 1.5em;
      width: 100%;
      float: left; }
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero img,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero img,
    .front .l-page .l-content .view.view-home-page-content .views-row.sc_hero img,
    .front .l-page .l-content .view.view-home-page-content .views-row.news_hero img {
      max-width: 100%;
      width: 100%;
      height: auto;
      float: left; }

#block-smd-portal-image-day-portal-image-day {
  margin: 10px 0 25px; }
  #block-smd-portal-image-day-portal-image-day p {
    font-size: 80%;
    line-height: 1.1em; }
  #block-smd-portal-image-day-portal-image-day p.iotd-caption {
    margin-bottom: 10px; }

.pane-node-field-published {
  display: none; }

.pane-node-body {
  width: 100%; }

.panel-panel.panel-col-first {
  width: 70%;
  box-sizing: border-box;
  padding: 0; }
  @media (min-width: 0) and (max-width: 768px) {
    .panel-panel.panel-col-first {
      width: 100%;
      float: left; } }

.panel-panel.panel-col-last {
  width: 30%;
  box-sizing: border-box; }
  @media (min-width: 0) and (max-width: 768px) {
    .panel-panel.panel-col-last {
      width: 100%;
      float: left; } }

iframe {
  max-width: 980px; }

h2.comments__form-title {
  display: none; }

#edit-comment-body-und-0-format-help {
  display: none; }

ul.tips {
  display: none; }

#comment-form .form-item input,
.problem-webform-wrapper .form-item input {
  border: 1px solid #9da2a5;
  height: 40px;
  max-width: 500px;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

#comment-form .form-item label,
.problem-webform-wrapper .form-item label {
  font-weight: normal;
  color: #9da2a5; }

#comment-form .problem-field .description,
.problem-webform-wrapper .problem-field .description {
  margin: 3px 0;
  color: #6a7987; }

#comment-form #edit-actions.form-wrapper,
.problem-webform-wrapper #edit-actions.form-wrapper {
  margin: 20px 0 0 0; }
  #comment-form #edit-actions.form-wrapper input,
  .problem-webform-wrapper #edit-actions.form-wrapper input {
    background: #c52639;
    height: 50px;
    width: 27%;
    line-height: 50px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #ffffff;
    float: right;
    margin: 0 0 0 20px; }

.pane-node-field-add-this-below {
  clear: both; }

.l-page .addthis_toolbox {
  margin: 10px 0 10px 0; }

.addthis-article-bottom span.at-icon-wrapper:after {
  color: #ffffff; }

.addthis-article-bottom .addthis_button_facebook .at-icon-wrapper:after {
  content: "Share on Facebook"; }

.addthis-article-bottom .addthis_button_twitter .at-icon-wrapper:after {
  content: "Share on Twitter"; }

.addthis-article-bottom span.at-icon-wrapper {
  width: 100% !important;
  text-align: center;
  float: left;
  height: 45px !important;
  border-radius: 3px; }
  .addthis-article-bottom span.at-icon-wrapper svg {
    width: 45px !important;
    height: 45px !important;
    vertical-align: middle; }

.addthis-article-bottom a.addthis_button_facebook.at300b,
.addthis-article-bottom a.addthis_button_twitter.at300b {
  width: 50%;
  text-align: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .addthis-article-bottom a.addthis_button_facebook.at300b,
    .addthis-article-bottom a.addthis_button_twitter.at300b {
      width: 100%; } }

.addthis-article-top span.at-icon-wrapper {
  width: 100% !important;
  text-align: center;
  float: left;
  height: 45px !important; }
  .addthis-article-top span.at-icon-wrapper svg {
    width: 50px !important;
    height: 45px !important;
    vertical-align: middle; }

.addthis-article-top a.addthis_button_facebook.at300b,
.addthis-article-top a.addthis_button_twitter.at300b {
  width: 90px;
  text-align: center; }

@media (min-width: 0) and (max-width: 768px) {
  .addthis-article-top a.addthis_button_facebook.at300b,
  .addthis-article-top a.addthis_button_twitter.at300b {
    width: 45px; }
  .addthis-article-top a.addthis_button_print.at300b {
    display: none; } }

.page-event-listing .l-content {
  padding: 0;
  margin-top: 0; }
  .page-event-listing .l-content h1 {
    display: none; }

.page-toolkits .l-content,
.page-event-map .l-content,
.section-contact-us .l-content,
.node-type-people .l-content {
  margin-top: 0; }

.page-event-listing .view-header {
  background: #d2d5d7;
  float: left;
  height: 70px;
  width: 100%;
  line-height: 70px; }
  @media (min-width: 0) and (max-width: 413px) {
    .page-event-listing .view-header {
      height: 100px; } }

#events-header span {
  font-weight: bold;
  float: left;
  margin: 0 20px 0 0; }

#events-header,
#no-results {
  padding: 0 60px;
  height: 70px;
  line-height: 70px;
  background: #e8ebec; }
  @media (min-width: 0) and (max-width: 736px) {
    #events-header,
    #no-results {
      padding: 0 5%; } }
  @media (min-width: 0) and (max-width: 413px) {
    #events-header,
    #no-results {
      height: 100px;
      padding: 10px 5%;
      line-height: 40px; } }

#no-results {
  margin: 0 0 60px 0; }

#no-results p {
  margin: 0;
  float: left;
  height: 65px;
  clear: none;
  line-height: 65px; }

body.page-event-listing {
  background: url("../images/bg_getInvolved-large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#events-header div.event-header-date span.date-display-single {
  font-weight: normal;
  color: #5f6467; }

div.date-nav-wrapper.clearfix {
  float: left; }

.view-event-listing .view-content {
  margin: 0;
  float: left;
  width: 100%;
  padding: 60px;
  background: #ffffff; }
  @media (min-width: 0) and (max-width: 736px) {
    .view-event-listing .view-content {
      padding: 60px 5%; } }

.view-event-listing div.views-row {
  float: left;
  clear: both;
  width: 70%;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px dotted #d2d5d7; }
  @media (min-width: 0) and (max-width: 568px) {
    .view-event-listing div.views-row {
      width: 100%; } }

.view-event-listing {
  float: left;
  width: 100%;
  margin: 0; }
  .view-event-listing #full_date,
  .view-event-listing #start_date {
    float: left;
    width: 60px;
    text-align: center;
    color: #9da2a5; }
    @media (min-width: 0) and (max-width: 568px) {
      .view-event-listing #full_date,
      .view-event-listing #start_date {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: left; } }
  .view-event-listing div.date-left.views-fieldset,
  .view-event-listing .calendar_icon {
    float: left;
    width: 60px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-top: 5px solid #c52639;
    border-bottom: 1px solid #d2d5d7;
    border-right: 1px solid #d2d5d7;
    border-left: 1px solid #d2d5d7; }
    @media (min-width: 0) and (max-width: 568px) {
      .view-event-listing div.date-left.views-fieldset,
      .view-event-listing .calendar_icon {
        float: none;
        display: inline-block; } }
    .view-event-listing div.date-left.views-fieldset .month_date,
    .view-event-listing .calendar_icon .month_date {
      text-transform: uppercase;
      color: #9da2a5; }
    .view-event-listing div.date-left.views-fieldset .day_date,
    .view-event-listing .calendar_icon .day_date {
      font-weight: bold;
      font-size: 2em;
      line-height: 15px;
      color: #2e2f30; }
  .view-event-listing div.event-right.views-fieldset {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 80px; }
    @media (min-width: 0) and (max-width: 568px) {
      .view-event-listing div.event-right.views-fieldset {
        padding: 30px 0 0 0; } }
  .view-event-listing div.event-right.views-fieldset .date-display-single,
  .view-event-listing div.event-right.views-fieldset .date-display-range {
    color: #9da2a5; }
  .view-event-listing .event-right.views-fieldset .views-field-body {
    color: #6a7987;
    margin: 20px 0 0 0; }
  .view-event-listing div.event-right.views-fieldset p {
    float: left; }
  .view-event-listing div.event-right.views-fieldset .views-field-title a {
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    color: #2e2f30; }
  .view-event-listing div.event-right.views-fieldset .views-field-field-categories a {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #c52639;
    border-right: 1px solid #d2d5d7; }
  .view-event-listing .date-month span.date-display-single {
    text-transform: uppercase;
    color: #9da2a5; }
  .view-event-listing .date-day span.date-display-single {
    font-weight: bold;
    font-size: 2em;
    line-height: 15px; }
  .view-event-listing div.event-wrapper.views-fieldset {
    float: left;
    width: 100%; }

.date-nav-wrapper {
  max-width: 730px;
  float: left;
  height: 100px;
  width: 70%;
  box-sizing: border-box;
  padding: 0 0 0 60px; }

.date-nav-wrapper .date-nav ul.pager li {
  color: #ffffff;
  padding: 10px;
  width: 30%;
  text-align: center;
  background: #175498;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border: 0;
  float: right;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

.date-nav-wrapper .date-nav ul.pager {
  margin: 0; }

.date-nav-wrapper h3 {
  display: none; }

.page-event-listing a.calendar-link {
  text-decoration: none;
  float: right; }
  @media (min-width: 0) and (max-width: 413px) {
    .page-event-listing a.calendar-link {
      width: 100%;
      float: left;
      height: 40px;
      line-height: 40px; } }
  .page-event-listing a.calendar-link:before {
    content: "\f073";
    margin: 0 7px 0 0;
    font-family: Fontawesome;
    color: #c52639; }

.node--calendar-event .field--name-field-event-date {
  color: #9da2a5;
  margin: 0 0 20px 0; }

.node--calendar-event .field--name-field-categories a {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #c52639;
  border-right: 1px solid #d2d5d7; }

.node--calendar-event span.date-display-single {
  color: #9da2a5; }

.field--name-field-location {
  color: #6a7987; }

.dnd-drop-wrapper .image img {
  max-width: 650px;
  width: 100% !important;
  height: auto !important; }

.type-video .image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100% !important; }

.type-video .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 900px; }

.type-video .dnd-atom-rendered {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.type-video .dnd-atom-rendered iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.scald_video {
  width: 100%; }

div.dnd-atom-wrapper {
  width: 100%; }

.dnd-widget-wrapper.type-image img {
  margin-bottom: 10px;
  margin-top: 5px; }

.dnd-widget-wrapper.type-image.float-right img {
  float: right;
  margin-left: 20px; }

.dnd-widget-wrapper.type-image.float-left img {
  float: left;
  margin-right: 20px; }

.hide-icon .dnd-atom-rendered img.scald-file-icon {
  display: none; }

.wp-caption {
  width: auto !important; }

.mediafile {
  margin: 0 0 20px 0; }

div.field.field--name-field-caption.field--type-text-long .field__items .field__item,
.wp-caption .wp-caption-text,
.field--name-field-caption .field__item {
  text-decoration: none !important;
  color: #9da2a5;
  font-size: 12px;
  border: 0 !important;
  margin: 10px 0 15px 0; }

.field--type-text-with-summary a,
.wp-caption.aligncenter a {
  text-decoration: none; }

.fc-header tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.fc-header-right {
  width: auto; }

.fc-header-left {
  width: auto;
  -ms-flex-order: 1;
      order: 1;
  display: -ms-flexbox;
  display: flex; }

.fc-header-center {
  -ms-flex-order: -1;
      order: -1;
  width: 100%; }

.fc-header-space {
  -ms-flex-positive: 1;
      flex-grow: 1; }

@media all and (max-width: 420px) {
  .fc-header tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .fc-header-center {
    width: auto; }
  .fc-header-left {
    width: 100%;
    margin-top: 10px; } }

.view-calendar-events a.listing-link {
  text-decoration: none;
  float: right; }
  .view-calendar-events a.listing-link:before {
    content: "\f0ca";
    margin: 0 7px 0 0;
    font-family: Fontawesome;
    color: #c52639; }

#block-views-article-block-recommended-block {
  float: left;
  margin: 0 0 80px 0; }
  @media (min-width: 0) and (max-width: 1080px) {
    #block-views-article-block-recommended-block {
      float: none;
      margin: 0 auto 80px auto;
      width: 100%;
      max-width: 650px; } }
  #block-views-article-block-recommended-block .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #block-views-article-block-recommended-block .views-field-field-master-image .field__item {
    display: none; }
  #block-views-article-block-recommended-block fieldset {
    padding: 20px;
    height: 170px; }
    #block-views-article-block-recommended-block fieldset a {
      font-size: 1.5em;
      text-decoration: none;
      color: #2e2f30;
      font-family: Fjalla One, Arial, Helvetica, sans-serif;
      float: left;
      width: 100%;
      padding: 0 0 5px 0;
      margin: 0 0 5px 0;
      background: url("../images/article-block-underscore.png") no-repeat left bottom; }
  #block-views-article-block-recommended-block h2.block__title {
    font-size: 1.5em;
    margin: 0 0 20px 0; }
    @media (min-width: 0) and (max-width: 1080px) {
      #block-views-article-block-recommended-block h2.block__title {
        text-align: center; } }
  #block-views-article-block-recommended-block span.fieldset-legend {
    display: none; }
  #block-views-article-block-recommended-block div.views-field.views-field-created span.field-content {
    font-size: 0.9em;
    color: #9da2a5; }
  #block-views-article-block-recommended-block .views-field-field-date {
    font-size: 0.9em;
    color: #9da2a5; }
  #block-views-article-block-recommended-block .view-article-block {
    float: left;
    width: 100%; }
    @media (min-width: 0) and (max-width: 1080px) {
      #block-views-article-block-recommended-block .view-article-block {
        max-width: 660px;
        width: 100%;
        margin: 0 auto;
        float: none;
        padding: 0 5%; } }
    #block-views-article-block-recommended-block .view-article-block .views-row {
      width: 255px;
      float: left;
      margin: 0 20px 0 0;
      background: #ffffff;
      border: 1px solid #d2d5d7; }
      @media (min-width: 0) and (max-width: 1080px) {
        #block-views-article-block-recommended-block .view-article-block .views-row {
          margin: 0 auto 20px auto; } }
      #block-views-article-block-recommended-block .view-article-block .views-row fieldset {
        padding: 20px; }
      #block-views-article-block-recommended-block .view-article-block .views-row.views-row-last {
        margin: 0; }
        @media (min-width: 0) and (max-width: 1080px) {
          #block-views-article-block-recommended-block .view-article-block .views-row.views-row-last {
            margin: 0 auto 20px auto; } }

.node-type-news-article #block-views-article-block-recommended-block h2.block__title,
.node-type-page #block-views-article-block-recommended-block h2.block__title,
.node-type-blog-article #block-views-article-block-recommended-block h2.block__title,
.node-type-science-cast #block-views-article-block-recommended-block h2.block__title {
  color: #ffffff; }

#user-login input#edit-submit.form-submit {
  background: #175498;
  padding: 10px 50px;
  text-align: center;
  font-weight: normal;
  text-shadow: none;
  color: #ffffff;
  box-shadow: none;
  border: 0;
  margin: 0;
  border-radius: 3px; }

.node--image-gallery-item .field--name-body {
  width: 70%;
  float: left;
  box-sizing: border-box;
  margin: 40px 0;
  padding: 0 40px 0 0; }
  @media (min-width: 0) and (max-width: 736px) {
    .node--image-gallery-item .field--name-body {
      width: 100%; } }

.node--image-gallery-item .field--type-file {
  float: right;
  width: 30%;
  box-sizing: border-box;
  margin: 40px 0 0 0; }
  @media (min-width: 0) and (max-width: 736px) {
    .node--image-gallery-item .field--type-file {
      width: 100%; } }
  .node--image-gallery-item .field--type-file .field__label {
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #d2d5d7;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 1.25em; }

.node--image-gallery-item .field--type-datetime {
  float: right;
  width: 30%;
  box-sizing: border-box;
  margin: 40px 0 0 0; }
  @media (min-width: 0) and (max-width: 736px) {
    .node--image-gallery-item .field--type-datetime {
      width: 100%; } }

.node--image-gallery-item .field--name-field-download-image a {
  text-decoration: none; }
  .node--image-gallery-item .field--name-field-download-image a:before {
    content: "\f01a";
    font-family: Fontawesome;
    color: #175498;
    font-size: 1.25em;
    padding: 0 10px 0 0; }

.node--image-gallery-item span.file img.file-icon {
  display: none; }

.view-toolkit-listing .views-row {
  margin: 10px;
  float: left; }

.view-toolkit-listing .grid-item {
  text-align: center; }

.view-toolkit-listing .gallery-item-container {
  float: left;
  position: relative;
  overflow: hidden; }
  .view-toolkit-listing .gallery-item-container:hover .views-field-body a {
    top: 0; }
  .view-toolkit-listing .gallery-item-container .views-field-body a:focus {
    top: 0; }

.view-toolkit-listing .views-field-body a {
  position: absolute;
  left: 0;
  max-width: 300px;
  height: 230px;
  width: 100%;
  padding: 30px;
  background: rgba(23, 84, 152, 0.9);
  color: #ffffff;
  top: -230px;
  transition: top 0.3s;
  margin: 0;
  font-size: 0.9em;
  text-decoration: none; }

.view-toolkit-listing .image-container {
  max-width: 300px;
  max-height: 230px; }
  .view-toolkit-listing .image-container img {
    float: left; }
  .view-toolkit-listing .image-container .gallery-item-container {
    float: left; }
  .view-toolkit-listing .image-container .views-field-title {
    color: #ffffff;
    position: relative;
    top: -100px;
    left: 30%;
    width: 190px;
    height: 80px;
    display: table-cell;
    vertical-align: bottom;
    clear: both;
    padding: 5px 5px 5px 0; }
    @media (min-width: 1080px) {
      .view-toolkit-listing .image-container .views-field-title {
        left: 50%; } }
    .view-toolkit-listing .image-container .views-field-title a {
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600; }

.view-apod-image-gallery .views-field-title a {
  font-weight: 600;
  text-decoration: none;
  height: 30px;
  display: block; }

.view-image-gallery .views-row {
  margin: 10px;
  float: left; }

.view-image-gallery .grid-item {
  text-align: center; }

.view-image-gallery .gallery-item-container {
  display: inline-block;
  text-align: left;
  position: relative;
  overflow: hidden; }
  .view-image-gallery .gallery-item-container:hover .views-field-body a {
    top: 0; }
  .view-image-gallery .gallery-item-container .views-field-body a:focus {
    top: 0; }

.view-image-gallery .views-field-body a {
  position: absolute;
  left: 0;
  max-width: 300px;
  height: 230px;
  width: 100%;
  padding: 30px;
  background: rgba(23, 84, 152, 0.9);
  color: #ffffff;
  top: -230px;
  transition: top 0.3s;
  margin: 0;
  font-size: 0.9em;
  text-decoration: none; }

.view-image-gallery .image-container {
  max-width: 300px;
  max-height: 230px; }
  .view-image-gallery .image-container img {
    float: left; }
  .view-image-gallery .image-container .gallery-item-container {
    float: left; }
  .view-image-gallery .image-container .views-field-title {
    width: 100%;
    height: 230px;
    position: relative;
    float: left;
    margin: -230px 0 0 0;
    padding: 20px;
    color: #2e2f30;
    text-decoration: none;
    font-weight: bold;
    display: table;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#bf000000", GradientType=0); }
    .view-image-gallery .image-container .views-field-title span {
      position: absolute;
      bottom: 20px;
      color: #ffffff; }
    .view-image-gallery .image-container .views-field-title a {
      color: #ffffff;
      float: left;
      margin: 150px 0 0 0;
      text-decoration: none;
      vertical-align: bottom;
      position: relative; }

.page-node .l-content {
  position: relative; }

div.field.field--name-field-published.field--type-datetime.field--label-inline.clearfix,
div.field.field--name-field-date.field--type-datetime.field--label-inline.clearfix,
div.field.field--name-field-date-text.field--type-text.field--label-inline.clearfix,
.node-type-video-gallery-item .field--name-field-date {
  color: #5f6467;
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 0.9em; }
  @media (min-width: 0) and (max-width: 1080px) {
    div.field.field--name-field-published.field--type-datetime.field--label-inline.clearfix,
    div.field.field--name-field-date.field--type-datetime.field--label-inline.clearfix,
    div.field.field--name-field-date-text.field--type-text.field--label-inline.clearfix,
    .node-type-video-gallery-item .field--name-field-date {
      right: 5%; } }

.node-type-news-article div.field.field--name-field-date.field--type-datetime.field--label-inline.clearfix,
.node-type-blog-article div.field.field--name-field-date.field--type-datetime.field--label-inline.clearfix,
.node-type-people div.field.field--name-field-date.field--type-datetime.field--label-inline.clearfix,
.node-type-science-cast div.field.field--name-field-date.field--type-datetime.field--label-inline.clearfix {
  color: #ffffff; }

.field--name-field-master-video {
  margin: 0 0 40px 0; }

.node--video-gallery-item .field--name-field-master-video .image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100% !important; }

.node--video-gallery-item .field--name-field-master-video .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 980px; }

div.field.field--name-field-video-length.field--type-text.field--label-inline.clearfix {
  float: left;
  margin: 0 0 20px 0;
  color: #5f6467;
  position: relative;
  font-size: 0.9em; }

.node--science-cast div.field.field--name-body.field--type-text-with-summary.field--label-hidden,
.node-type-people div.field.field--name-body.field--type-text-with-summary.field--label-hidden {
  color: #5f6467;
  float: left;
  line-height: 1.7em;
  width: 70%;
  clear: both;
  box-sizing: border-box;
  margin: 0;
  padding: 0 40px 0 0; }
  @media (min-width: 0) and (max-width: 736px) {
    .node--science-cast div.field.field--name-body.field--type-text-with-summary.field--label-hidden,
    .node-type-people div.field.field--name-body.field--type-text-with-summary.field--label-hidden {
      width: 100%;
      padding: 0; } }

.node--science-cast div.field.field--name-field-downloadable-video.field--type-file.field--label-above .field__label {
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  border-bottom: 1px dotted #d2d5d7;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 1.25em;
  float: left;
  width: 100%; }

.node--science-cast div.download-file.clear-block {
  float: left;
  width: 100%; }

.node--science-cast div.field.field--name-field-youtube-link.field--type-link-field.field--label-hidden {
  float: left;
  width: 100%; }

#science-cast-right {
  float: right;
  width: 30%; }
  @media (min-width: 0) and (max-width: 736px) {
    #science-cast-right {
      width: 100%;
      margin: 40px 0 0 0; } }

#science-cast-right a {
  width: 100%;
  float: left;
  clear: both;
  text-decoration: none; }

#science-cast-right .field--name-field-downloadable-video a {
  margin: 0;
  width: 100%; }

#science-cast-right .field--name-field-downloadable-video a:before {
  content: "\f01a";
  font-family: Fontawesome;
  color: #175498;
  font-size: 1.25em;
  padding: 0 10px 0 0; }

#science-cast-right .field--name-field-vimeo-link a:before {
  content: "\f194";
  font-family: Fontawesome;
  color: #17b3e8;
  font-size: 1.25em;
  padding: 0 10px 0 0; }

#science-cast-right .field--name-field-youtube-link a:before {
  content: "\f16a";
  font-family: Fontawesome;
  color: #e62117;
  font-size: 1.25em;
  padding: 0 10px 0 0; }

.node--science-cast .field--name-field-master-video .image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100% !important; }

.node--science-cast .field--name-field-master-video .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 980px; }

.view-materials-by-title .view-content .views-row {
  float: left;
  margin: 20px 0; }

.view-video-gallery .views-row {
  margin: 10px;
  float: left; }

.view-video-gallery .gallery-item-container {
  float: left;
  position: relative;
  overflow: hidden; }
  .view-video-gallery .gallery-item-container:hover .views-field-body a {
    top: 0; }
  .view-video-gallery .gallery-item-container .views-field-body a:focus {
    top: 0; }

.view-video-gallery .views-field-body a {
  position: absolute;
  left: 0;
  max-width: 300px;
  height: 230px;
  width: 100%;
  padding: 30px;
  background: rgba(23, 84, 152, 0.9);
  color: #ffffff;
  top: -230px;
  transition: top 0.3s;
  margin: 0;
  font-size: 0.9em;
  text-decoration: none; }

.view-video-gallery .image-container {
  max-width: 300px;
  max-height: 230px; }
  .view-video-gallery .image-container img {
    float: left; }
  .view-video-gallery .image-container .gallery-item-container {
    float: left; }
  .view-video-gallery .image-container .views-field-title {
    width: 100%;
    height: 230px;
    position: relative;
    float: left;
    margin: -230px 0 0 0;
    padding: 20px;
    color: #2e2f30;
    text-decoration: none;
    font-weight: bold;
    display: table;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#bf000000",GradientType=0 ); }
    .view-video-gallery .image-container .views-field-title span {
      position: absolute;
      bottom: 20px;
      color: #ffffff; }
    .view-video-gallery .image-container .views-field-title a {
      color: #ffffff;
      float: left;
      margin: 150px 0 0 0;
      text-decoration: none;
      vertical-align: bottom;
      position: relative; }

.node--video-gallery .field--name-field-categories .field__item a {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #c52639;
  border-right: 1px solid #d2d5d7; }

.node--video-gallery .field--name-field-topic .field__item a {
  float: left;
  clear: right;
  margin: 0;
  text-decoration: none;
  color: #d2d5d7; }

.node--video-gallery .field--name-body p,
.node--video-gallery .field--name-body {
  float: left;
  margin: 0 0 20px 0;
  color: #6a7987;
  line-height: 1.7em; }

.hover-reveal-container {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .hover-reveal-container:hover .hover-reveal-content {
    top: 0; }

.hover-reveal-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  transition: top 0.3s;
  overflow: hidden; }

.view-citizen-scientist .hover-reveal-container:after {
  padding-top: 100%;
  display: block;
  content: ""; }

.view-citizen-scientist .views-field-field-master-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.leaflet-popup-content .date-display-single,
.leaflet-popup-content .date-display-end {
  display: block; }

.leaflet-popup-content p {
  margin-top: 10px;
  margin-bottom: 0; }

.page-node-done .links a {
  max-width: 400px;
  width: 100%;
  padding: 20px;
  background: #175498;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  list-style: none;
  color: #ffffff;
  text-decoration: none;
  float: left; }

.problem-webform-wrapper .form-textarea {
  border: 1px solid #9da2a5;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.problem-webform-wrapper .form-text {
  border: 1px solid #9da2a5;
  height: 40px;
  padding: 5px;
  max-width: 500px;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.problem-webform-wrapper label,
.problem-webform-wrapper .description {
  font-weight: normal;
  color: #9da2a5; }

.l-main #nasa-subscribe-form .form-type-checkbox {
  float: left;
  width: 50%;
  clear: none;
  line-height: 30px;
  height: 30px;
  font-size: 1em;
  color: #6a7987; }
  @media (min-width: 0) and (max-width: 736px) {
    .l-main #nasa-subscribe-form .form-type-checkbox {
      width: 100%; } }
  .l-main #nasa-subscribe-form .form-type-checkbox input[type="checkbox"] {
    display: none; }
  .l-main #nasa-subscribe-form .form-type-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 35px;
    height: auto;
    background: url("../images/check-sprite-open.png") left bottom no-repeat; }
  .l-main #nasa-subscribe-form .form-type-checkbox input[type="checkbox"]:checked + label {
    background: url("../images/check-sprite-open.png") left top no-repeat; }

.l-content .form-type-checkbox {
  width: 100%;
  float: left;
  clear: left; }

.l-main #nasa-subscribe-form .subscribe_submit_main .form-type-textfield input#edit-email {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  color: #2e2f30;
  background: #ffffff;
  border: 1px solid #d2d5d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.l-main div.subscribe_submit_main {
  margin: 0 0 20px 0;
  float: left;
  width: 100%; }

.l-main #nasa-subscribe-form div div.subscribe_submit_main div.form-item.form-type-textfield.form-item-email label {
  display: none; }

.l-main #nasa-subscribe-form div.form-item.form-type-textfield.form-item-email {
  float: left;
  width: 70%;
  margin: 0 5% 0 0; }

.l-main #nasa-subscribe-form input#edit-submit-button.form-submit {
  background: #c52639;
  height: 50px;
  width: 25%;
  line-height: 50px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  float: right; }

#science-wow-subscribe-form {
  clear: both;
  padding-top: 15px; }
  #science-wow-subscribe-form input[type="submit"] {
    background: #c52639;
    height: 50px;
    width: initial;
    line-height: 50px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #ffffff;
    float: none;
    padding: 0 15px; }

div#edit-newsletter-checkbox {
  clear: both; }

form.webform-client-form-5285 .webform-component--sara-mailing-list {
  display: none; }

form.webform-client-form-5285 .form-item.form-type-checkbox {
  display: inline-block;
  width: initial; }

form.webform-client-form-5285 .webform-component--email label {
  display: none; }

form.webform-client-form-5285 div.form-item.webform-component.webform-component-textfield.webform-component--email.webform-container-inline {
  width: 70%;
  float: left;
  padding-right: 5%; }
  @media (min-width: 0) and (max-width: 768px) {
    form.webform-client-form-5285 div.form-item.webform-component.webform-component-textfield.webform-component--email.webform-container-inline {
      width: 100%; } }

form.webform-client-form-5285 #edit-submitted-email {
  border: 1px solid #d2d5d7;
  height: 50px;
  border-radius: 3px;
  padding-left: 10px;
  width: 100%; }

@media (min-width: 0) and (max-width: 768px) {
  form.webform-client-form-5285 .form-actions {
    clear: both; } }

form.webform-client-form-5285 input.webform-submit.button-primary.form-submit {
  border-radius: 3px;
  float: right;
  width: 30%;
  position: relative;
  top: -150px; }
  @media (min-width: 0) and (max-width: 768px) {
    form.webform-client-form-5285 input.webform-submit.button-primary.form-submit {
      float: none;
      width: 100%;
      top: 0; } }

form.webform-client-form-5285 .science-wow-link {
  clear: left;
  float: left;
  padding: 15px 0 25px; }

.page-node-5285.page-node-done .links {
  display: none; }

.l-main .webform-client-form-5085 .form-checkboxes {
  overflow: auto; }

.l-main .webform-client-form-5085 .form-item.webform-component.webform-component-checkboxes label {
  float: none;
  margin: 20px 0 10px; }

.l-main .webform-client-form-5085 .form-type-checkbox {
  float: none; }

.l-main .form-type-checkbox {
  float: left;
  line-height: 30px;
  font-size: 1em;
  color: #6a7987; }
  @media (min-width: 0) and (max-width: 736px) {
    .l-main .form-type-checkbox {
      width: 100%; } }
  .l-main .form-type-checkbox input[type="checkbox"] {
    display: none; }
  .l-main .form-type-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 35px;
    height: auto;
    background: url("../images/open.png") left top no-repeat; }
  .l-main .form-type-checkbox input[type="checkbox"]:checked + label {
    background: url("../images/checked.png") left top no-repeat; }

.l-main .form-item.webform-component.webform-component-textarea label,
.form-item.webform-component.webform-component-checkboxes label {
  float: left;
  clear: left;
  margin: 20px 0; }

.l-main .form-item.webform-component.webform-component-checkboxes label.option {
  margin: 0 0 5px 0; }

#edit-submitted-fieldset {
  float: left; }

div.form-item.webform-component.webform-component-checkboxes.webform-component--fieldset {
  float: left; }

.l-content table {
  float: left;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 0) and (max-width: 736px) {
    .l-content table td {
      width: auto;
      padding: 0 10px 10px 0; } }

.node-type-people div.field.field--name-field-master-image {
  margin: 0 0 40px 0; }

.node-type-people div.field.field--name-field-side-quote {
  float: left;
  width: 30%;
  padding: 0 20px;
  color: #9da2a5;
  font-size: 1em;
  font-weight: normal;
  box-sizing: border-box; }
  @media (min-width: 0) and (max-width: 736px) {
    .node-type-people div.field.field--name-field-side-quote {
      width: 60%;
      margin: 0 20%;
      float: left;
      font-size: 22px;
      padding: 40px 0; } }

.node-type-people div.field.field--name-field-side-quote p:before {
  content: "\f10d";
  font-size: 19px;
  font-family: Fontawesome;
  float: left;
  color: #4a90e2;
  margin: 0 5px 0 0; }
  @media (min-width: 0) and (max-width: 736px) {
    .node-type-people div.field.field--name-field-side-quote p:before {
      font-size: 25px; } }

.node-type-people div.field.field--name-field-side-quote p:after {
  content: "\f10e";
  font-size: 19px;
  font-family: Fontawesome;
  color: #4a90e2;
  margin: 0 5px 0 10px; }
  @media (min-width: 0) and (max-width: 736px) {
    .node-type-people div.field.field--name-field-side-quote p:after {
      font-size: 25px; } }

.colors-taxonomy-term-15 {
  background-color: #facf03;
  border-color: #facf03; }
  .colors-taxonomy-term-15 .fc-event-time {
    background-color: #facf03; }

.colors-taxonomy-term-26 {
  background-color: #7acf61;
  border-color: #7acf61; }
  .colors-taxonomy-term-26 .fc-event-time {
    background-color: #7acf61; }

.colors-taxonomy-term-62 {
  background-color: #b1215a;
  border-color: #b1215a; }
  .colors-taxonomy-term-62 .fc-event-time {
    background-color: #b1215a; }

.colors-taxonomy-term-76 {
  background-color: #6e99b7;
  border-color: #6e99b7; }
  .colors-taxonomy-term-76 .fc-event-time {
    background-color: #6e99b7; }

.colors-taxonomy-term-77 {
  background-color: #03c4d7;
  border-color: #03c4d7; }
  .colors-taxonomy-term-77 .fc-event-time {
    background-color: #03c4d7; }

.colors-taxonomy-term-106 {
  background-color: #402874;
  border-color: #402874; }
  .colors-taxonomy-term-106 .fc-event-time {
    background-color: #402874; }

.page-science-activation-team .views-widget-filter-field_division_tid {
  padding-right: 0; }

.front ul.breadcrumb {
  visibility: hidden;
  height: 0;
  position: absolute;
  left: -9999px; }

.not-front ul.breadcrumb {
  position: absolute;
  top: 120px;
  float: left;
  margin: 0 0 0 -60px; }
  @media (min-width: 0) and (max-width: 1080px) {
    .not-front ul.breadcrumb {
      margin-left: 0; } }
  .not-front ul.breadcrumb li a {
    text-decoration: none; }

.page-sciencenews ul.breadcrumb,
.page-blognews ul.breadcrumb,
.node-type-listing-page ul.breadcrumb {
  position: absolute;
  top: 120px;
  float: left;
  margin: 0; }
  @media (min-width: 0) and (max-width: 1080px) {
    .page-sciencenews ul.breadcrumb,
    .page-blognews ul.breadcrumb,
    .node-type-listing-page ul.breadcrumb {
      margin-left: 0; } }
  .page-sciencenews ul.breadcrumb li a,
  .page-blognews ul.breadcrumb li a,
  .node-type-listing-page ul.breadcrumb li a {
    text-decoration: none; }

.not-front.node-type-page ul.breadcrumb,
.not-front.page-missions-page ul.breadcrumb,
.not-front.page-sciencenews ul.breadcrumb,
.page-event-listing ul.breadcrumb,
.page-citizenscientists ul.breadcrumb,
.page-node-done ul.breadcrumb,
.page-toolkits ul.breadcrumb,
.page-event-map ul.breadcrumb,
.section-contact-us ul.breadcrumb,
.node-type-people ul.breadcrumb,
.page-glossary ul.breadcrumb,
.page-science-activation-team ul.breadcrumb {
  display: none; }

a#sidr-0-button {
  font-size: 35px;
  padding: 0 25px 0 0;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-right: 1px solid #cdcdcd;
  text-decoration: none;
  color: #ffffff;
  margin: 25px 15px 15px 15px; }

#block-system-main-menu {
  width: 80%;
  background: none;
  float: right; }
  #block-system-main-menu ul {
    display: block;
    float: right;
    width: 100%;
    margin: 15px auto;
    clear: both;
    border-top: 0;
    border-left: 1px solid #ffffff; }
    #block-system-main-menu ul li {
      width: 14%;
      font-size: 0.8em;
      line-height: 40px;
      height: 40px;
      float: left;
      display: inline;
      list-style: none;
      text-align: center; }
      #block-system-main-menu ul li a {
        color: #ffffff;
        text-decoration: none; }

.not-front.node-type-page .l-page #block-nice-menus-1 ul.nice-menu,
.not-front.page-missions-page .l-page #block-nice-menus-1 ul.nice-menu,
.not-front.page-event-listing .l-page #block-nice-menus-1 ul.nice-menu,
.not-front.page-citizenscientists .l-page #block-nice-menus-1 ul.nice-menu,
.not-front.page-toolkits .l-page #block-nice-menus-1 ul.nice-menu,
.not-front.page-event-map .l-page #block-nice-menus-1 ul.nice-menu,
.not-front.section-contact-us .l-page #block-nice-menus-1 ul.nice-menu,
.not-front.node-type-people .l-page #block-nice-menus-1 ul.nice-menu,
.not-front.page-science-activation-team .l-page #block-nice-menus-1 ul.nice-menu {
  border-color: #ffffff; }
  .not-front.node-type-page .l-page #block-nice-menus-1 ul.nice-menu li a,
  .not-front.page-missions-page .l-page #block-nice-menus-1 ul.nice-menu li a,
  .not-front.page-event-listing .l-page #block-nice-menus-1 ul.nice-menu li a,
  .not-front.page-citizenscientists .l-page #block-nice-menus-1 ul.nice-menu li a,
  .not-front.page-toolkits .l-page #block-nice-menus-1 ul.nice-menu li a,
  .not-front.page-event-map .l-page #block-nice-menus-1 ul.nice-menu li a,
  .not-front.section-contact-us .l-page #block-nice-menus-1 ul.nice-menu li a,
  .not-front.node-type-people .l-page #block-nice-menus-1 ul.nice-menu li a,
  .not-front.page-science-activation-team .l-page #block-nice-menus-1 ul.nice-menu li a {
    color: #ffffff; }
  .not-front.node-type-page .l-page #block-nice-menus-1 ul.nice-menu ul li a,
  .not-front.page-missions-page .l-page #block-nice-menus-1 ul.nice-menu ul li a,
  .not-front.page-event-listing .l-page #block-nice-menus-1 ul.nice-menu ul li a,
  .not-front.page-citizenscientists .l-page #block-nice-menus-1 ul.nice-menu ul li a,
  .not-front.page-toolkits .l-page #block-nice-menus-1 ul.nice-menu ul li a,
  .not-front.page-event-map .l-page #block-nice-menus-1 ul.nice-menu ul li a,
  .not-front.section-contact-us .l-page #block-nice-menus-1 ul.nice-menu ul li a,
  .not-front.node-type-people .l-page #block-nice-menus-1 ul.nice-menu ul li a,
  .not-front.page-science-activation-team .l-page #block-nice-menus-1 ul.nice-menu ul li a {
    color: #333333; }

.not-front .l-page #block-nice-menus-1 ul.nice-menu {
  border-color: #e8ebec; }

.secondary-menu li.leaf.has-children.active-trail,
.secondary-menu li.leaf.active-trail {
  background: #5f6467;
  height: 81px;
  margin: 5px 0 0 -1px; }

.secondary-menu li.first.leaf.has-children.active-trail,
.secondary-menu li.first.leaf.active-trail {
  margin: 5px 0 0 0; }

.secondary-menu li.leaf.has-children.active-trail a.active-trail,
.secondary-menu li.leaf.active-trail a.active-trail {
  border: 0;
  margin-top: -5px; }

.block--menu-menu-main-secondary li {
  box-sizing: border-box;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flexbox-flex-grow: 1;
  -ms-flexbox-flex-basis: 0; }
  .block--menu-menu-main-secondary li a {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center; }

.front .secondary-menu {
  width: 99%;
  margin-left: 0.5%;
  margin-right: 0.5%; }

.secondary-menu {
  position: relative;
  width: 100%;
  float: left;
  background: #2e2f30;
  background: rgba(36, 36, 36, 0.86) url("../images/aboutus-nav-border.png") no-repeat top/100% 5px;
  font-size: 1.2em; }
  .secondary-menu.block--menu-menu-menu-earth-science {
    background: linear-gradient(to right, #7acf61 0%, #0daacc 50%, #14428c 100%);
    padding-top: 8px; }
  .secondary-menu li {
    position: relative;
    font-size: 1em;
    float: left;
    list-style: none;
    text-align: center;
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    font-weight: 300;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-box-shrink: 0;
    -ms-flexbox-shrink: 0;
    transition: background-color 200ms ease; }
    .secondary-menu li a {
      text-decoration: none;
      color: #ffffff;
      line-height: 86px;
      padding: 0 15px;
      float: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      white-space: nowrap; }
    .front .secondary-menu li a {
      line-height: 52px; }
  .secondary-menu .hidden-links li a {
    border: 0; }
  .secondary-menu .expanded {
    transition: background 0.3s; }
    .secondary-menu .expanded .menu {
      position: absolute;
      top: 100%;
      left: 0;
      height: auto;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      background: #5f6467;
      white-space: nowrap;
      overflow: hidden; }
    .secondary-menu .expanded li {
      position: relative;
      width: auto;
      display: inline-block;
      font-size: 0.9em;
      height: 0;
      transition: height 0.3s; }
      .secondary-menu .expanded li a {
        text-align: left; }
      .secondary-menu .expanded li:hover {
        background: #7acf61; }
    .secondary-menu .expanded > a {
      margin-right: 40px;
      padding-right: 0; }
    .secondary-menu .expanded.open li {
      height: 70px; }
    .secondary-menu .expanded.open:after {
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
    .secondary-menu .expanded:after {
      content: "";
      position: relative;
      right: 20px;
      top: 0;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #7acf61;
      display: inline-block;
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
      transition: transform 0.3s; }
  .secondary-menu .menu {
    height: 100%;
    border-radius: 0 0 3px 3px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex; }
    .secondary-menu .menu li:last-child a {
      border: 0; }
    .secondary-menu .menu li.missions {
      border-top: 5px solid #6e99b7; }
      .secondary-menu .menu li.missions:hover {
        background-color: #6e99b7; }
    .secondary-menu .menu li.science-tech {
      border-top: 5px solid #b1215a; }
      .secondary-menu .menu li.science-tech:hover {
        background-color: #b1215a; }
    .secondary-menu .menu li.universe {
      border-top: 5px solid #03c4d7; }
      .secondary-menu .menu li.universe:hover {
        background-color: #03c4d7; }
    .secondary-menu .menu li.solar {
      border-top: 5px solid #402874; }
      .secondary-menu .menu li.solar:hover {
        background-color: #402874; }
    .secondary-menu .menu li.sun {
      border-top: 5px solid #facf03; }
      .secondary-menu .menu li.sun:hover {
        background-color: #facf03; }
    .secondary-menu .menu li.earth {
      border-top: 5px solid #7acf61; }
      .secondary-menu .menu li.earth:hover {
        background-color: #7acf61; }
  .secondary-menu .more {
    position: absolute;
    top: 8px;
    right: 0;
    height: 70px;
    width: 75px;
    background: none;
    border: 0;
    text-align: left;
    color: #ffffff;
    margin-right: 12px;
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 19.2px; }
    .secondary-menu .more.hidden {
      display: none; }
    .secondary-menu .more:after {
      content: "\f0d7";
      font-family: Fontawesome;
      margin: 0 0 0 5px;
      color: #4a90e2; }
  .secondary-menu .hidden-links {
    position: absolute;
    top: 100%;
    right: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    height: auto;
    max-width: 300px;
    z-index: 1;
    background: #2e2f30; }
    .secondary-menu .hidden-links.hidden {
      display: none; }
    .secondary-menu .hidden-links li {
      width: 100%; }
      .secondary-menu .hidden-links li.leaf {
        margin: 0 0 0 -1px; }
    .secondary-menu .hidden-links .expanded {
      position: relative;
      height: auto; }
      .secondary-menu .hidden-links .expanded > a {
        margin-right: 50px; }
      .secondary-menu .hidden-links .expanded a {
        float: none; }
      .secondary-menu .hidden-links .expanded .menu {
        position: relative;
        -ms-flex-direction: column;
            flex-direction: column;
        top: 0;
        height: auto; }
        .secondary-menu .hidden-links .expanded .menu li {
          height: 0;
          position: relative;
          transition: height 0.3s; }
      .secondary-menu .hidden-links .expanded.open {
        background: #2e2f30; }
        .secondary-menu .hidden-links .expanded.open li {
          height: 70px; }
      .secondary-menu .hidden-links .expanded:after {
        position: absolute;
        top: 30px;
        right: 10px; }
  .secondary-menu .menu .leaf,
  .secondary-menu .menu .collapsed,
  .secondary-menu .menu .expanded {
    list-style: none; }

.mobile-menu-basic button.more {
  display: none; }

@media (max-width: 1080px) {
  .block--menu-menu-main-secondary li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media (max-width: 520px) {
  .secondary-menu > .menu {
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column; }
  .secondary-menu .more {
    position: relative;
    width: 100%; }
    .secondary-menu .more.hidden {
      display: block; }
  .secondary-menu .hidden-links {
    max-width: none;
    width: 100%; }
  .secondary-menu.mobile-menu li {
    width: 100%; }
  .secondary-menu.mobile-menu .menu.hidden {
    display: none; }
  .secondary-menu .menu li.missions {
    border-top: 0;
    border-left: 10px solid #6e99b7; }
  .secondary-menu .menu li.science-tech {
    border-top: 0;
    border-left: 10px solid #b1215a; }
  .secondary-menu .menu li.universe {
    border-top: 0;
    border-left: 10px solid #03c4d7; }
  .secondary-menu .menu li.solar {
    border-top: 0;
    border-left: 10px solid #402874; }
  .secondary-menu .menu li.sun {
    border-top: 0;
    border-left: 10px solid #facf03; }
  .secondary-menu .menu li.earth {
    border-top: 0;
    border-left: 10px solid #7acf61; } }

.about-us-taxonomy .secondary-menu,
.researchers-taxonomy .secondary-menu {
  background: #2e2f30 url("../images/aboutus-nav-border.png") no-repeat top/100% 5px; }

.l-region--highlighted .block--nice-menus.earth-science-menu,
.section-earth-science .secondary-menu,
.earth-taxonomy .secondary-menu {
  background: #2e2f30 url("../images/earth-nav-border.png") no-repeat top/100% 5px; }

.l-region--highlighted .block--nice-menus.sun-menu,
.section-sun .secondary-menu,
.sun-taxonomy .secondary-menu {
  background: #2e2f30 url("../images/sun-nav-border.png") no-repeat top/100% 5px; }

.section-universe .secondary-menu,
.universe-taxonomy .secondary-menu {
  background: #2e2f30 url("../images/universe-nav-border.png") no-repeat top/100% 5px; }

.section-solar-system .secondary-menu,
.solar-taxonomy .secondary-menu {
  background: #2e2f30 url("../images/solar-nav-border.png") no-repeat top/100% 5px; }

.section-science-and-technology .secondary-menu,
.science-tech-taxonomy .secondary-menu {
  background: #2e2f30 url("../images/s-t-nav-border.png") no-repeat top/100% 5px; }

.l-region--highlighted .block--nice-menus {
  margin: 0 auto 0 auto;
  max-width: 1080px;
  width: 100%;
  float: none;
  height: 70px;
  background: #2e2f30; }
  .l-region--highlighted .block--nice-menus ul {
    width: 100%; }
    .l-region--highlighted .block--nice-menus ul li {
      font-family: Fjalla One, Arial, Helvetica, sans-serif;
      font-size: 1.2em; }
      .l-region--highlighted .block--nice-menus ul li.active-trail {
        background: #5f6467;
        height: 65px;
        margin: 5px 0 0 0;
        border: 0; }
      .l-region--highlighted .block--nice-menus ul li.menuparent {
        font-size: 1.2em;
        background: url("../images/green-arrow.png") right 8px center no-repeat !important;
        width: auto;
        text-align: center;
        float: left;
        border: 0;
        height: 70px;
        line-height: 70px;
        font-family: Fjalla One, Arial, Helvetica, sans-serif; }
        .l-region--highlighted .block--nice-menus ul li.menuparent ul {
          padding: 40px 20px 20px 20px;
          border: 0;
          box-sizing: border-box;
          width: 240px;
          background: url("../images/drop-arrow.png") no-repeat top center;
          left: -35px;
          box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.3);
          margin: 15px 0 0 0; }
          .l-region--highlighted .block--nice-menus ul li.menuparent ul li {
            font-family: Raleway, Arial, Helvetica, sans-serif;
            line-height: 20px;
            height: auto;
            font-size: 1em;
            text-align: left;
            width: 100%; }
            .l-region--highlighted .block--nice-menus ul li.menuparent ul li:hover {
              background: #4a90e2;
              color: #ffffff;
              padding: 0; }
            .l-region--highlighted .block--nice-menus ul li.menuparent ul li a {
              color: #2e2f30;
              margin: 0;
              padding: 10px;
              line-height: 20px;
              border: 0;
              float: left;
              height: auto;
              width: 100%;
              max-height: 80px;
              font-size: 0.8em; }
              .l-region--highlighted .block--nice-menus ul li.menuparent ul li a:hover {
                color: #ffffff; }
      .l-region--highlighted .block--nice-menus ul li.menu-path-front {
        background: none;
        width: auto;
        text-align: center;
        float: left;
        border: 0;
        height: 70px;
        line-height: 70px;
        font-family: Fjalla One, Arial, Helvetica, sans-serif; }
      .l-region--highlighted .block--nice-menus ul li.last a {
        border: 0; }
      .l-region--highlighted .block--nice-menus ul li a {
        text-decoration: none;
        color: #ffffff;
        border-right: 1px solid #5f6467;
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        margin: 25px 0 15px 0; }
        .l-region--highlighted .block--nice-menus ul li a.active {
          margin: 20px 0; }

.earth-science-menu ul li.data-resources {
  display: block; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .earth-science-menu ul li.data-resources {
      display: none; } }

.earth-science-menu ul li.missions {
  display: block; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .earth-science-menu ul li.missions {
      display: none; } }

.earth-science-menu ul li.earth-other {
  display: none; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .earth-science-menu ul li.earth-other {
      display: block; } }

@media (min-width: 0) and (max-width: 768px) {
  ul#menu-earth-science {
    background: #ffffff;
    width: 100%;
    height: auto;
    border: 1px solid #e8ebec; }
    ul#menu-earth-science li {
      width: 100%;
      height: 40px;
      float: left;
      line-height: 40px;
      border-bottom: 1px solid #5f6467; }
      ul#menu-earth-science li a {
        color: #5f6467; } }

@media (min-width: 0) and (max-width: 768px) {
  #block-responsive-dropdown-menus-menu-earth-science {
    width: 90%;
    float: none;
    margin: -40px auto 0 auto;
    background: #5f6467;
    padding: 15px;
    box-sizing: border-box;
    -webkit-border-radius: 3px 3px 0 0; }
    #block-responsive-dropdown-menus-menu-earth-science span.lines {
      float: right;
      color: #ffffff; } }

ul#mobile-menu.mobile-menu-accordion {
  background: #ffffff; }
  ul#mobile-menu.mobile-menu-accordion li {
    border: 0;
    background: none; }

#mobile-menu {
  background: #ffffff;
  width: 100%; }

#mobile-menu-wrapper {
  float: left;
  width: 90%;
  margin: 0 5%;
  background: none; }
  #mobile-menu-wrapper .first.leaf {
    margin: 20px 3% 0 3% !important; }
  #mobile-menu-wrapper .last.leaf {
    margin: 0 3% 20px 3% !important; }
  #mobile-menu-wrapper ul li {
    height: 50px;
    border: 0;
    width: 94%;
    margin: 0 3% 0 3%;
    box-sizing: border-box;
    line-height: 50px; }
    #mobile-menu-wrapper ul li a {
      text-decoration: none;
      color: #6a7987;
      padding: 5px 15px;
      height: 50px;
      width: 100%;
      float: left;
      line-height: 50px; }
      #mobile-menu-wrapper ul li a:hover {
        background: #4a90e2;
        color: #ffffff; }
      #mobile-menu-wrapper ul li a:active {
        background: #175498;
        color: #ffffff; }
  #mobile-menu-wrapper ul#mobile-menu.mobile-menu-accordion {
    background: #ffffff;
    padding: 10px 30px;
    width: 100%; }
  #mobile-menu-wrapper .l-page #mobile-menu-inner {
    width: 100%; }

#collapsed-menu-button.mobile-menu-button {
  width: 90%;
  background: #2e2f30 url("../images/aboutus-nav-border.png") no-repeat top/100% 5px;
  margin: 0 5%;
  float: left;
  height: 70px;
  line-height: 30px;
  color: #ffffff;
  border: 0;
  box-sizing: border-box;
  padding: 20px;
  font-family: Fjalla One, Arial, Sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  #collapsed-menu-button.mobile-menu-button:after {
    content: "\f0c9";
    color: #ffffff;
    float: right;
    font-size: 1.5em;
    font-family: Fontawesome; }

.node-type-listing-page #collapsed-menu-button.mobile-menu-button {
  margin: 40px 5% 0 5%; }

.node-type-listing-page.section-roses-blogs #collapsed-menu-button.mobile-menu-button,
.node-type-listing-page.section-sara #collapsed-menu-button.mobile-menu-button {
  margin: 80px 5% 0 5%; }

#mobile-menu-inner {
  width: 100%; }

.earth-taxonomy #collapsed-menu-button.mobile-menu-button {
  background: #2e2f30 url("../images/earth-nav-border.png") no-repeat top/100% 5px; }

.universe-taxonomy #collapsed-menu-button.mobile-menu-button {
  background: #2e2f30 url("../images/universe-nav-border.png") no-repeat top/100% 5px; }

.sun-taxonomy #collapsed-menu-button.mobile-menu-button {
  background: #2e2f30 url("../images/sun-nav-border.png") no-repeat top/100% 5px; }

.solar-taxonomy #collapsed-menu-button.mobile-menu-button {
  background: #2e2f30 url("../images/solar-nav-border.png") no-repeat top/100% 5px; }

.science-tech-taxonomy #collapsed-menu-button.mobile-menu-button {
  background: #2e2f30 url("../images/s-t-nav-border.png") no-repeat top/100% 5px; }

.page-missions-page,
.mission-taxonomy #collapsed-menu-button.mobile-menu-button {
  background: #2e2f30 url("../images/missions-nav-border.png") no-repeat top/100% 5px; }

.front #collapsed-menu-button.mobile-menu-button {
  background: #2e2f30 url("../images/universe-nav-border.png") no-repeat top/100% 5px;
  width: 100%;
  margin: 0; }

#mmenu_left {
  background: #2e2f30; }
  #mmenu_left div.mm-search {
    border: 0;
    position: relative !important;
    top: 0 !important;
    float: left !important;
    height: 80px !important; }
  #mmenu_left ul.mm-list li.mmenu-block-wrap {
    border: 0 !important;
    box-shadow: none;
    background: none; }
  #mmenu_left ul.mm-list .block--nice-menus ul.mm-list li {
    float: left; }

.mmenu-nav #nice-menu-1 li {
  background: none;
  width: 100%;
  border: 0; }

.node-type-blog-article #hamburger,
.node-type-news-article #hamburger {
  width: 80px;
  height: 44px;
  border-right: 1px solid #ffffff;
  display: none;
  position: absolute;
  top: 20px;
  line-height: 44px; }
  @media (min-width: 0) and (max-width: 1080px) {
    .node-type-blog-article #hamburger,
    .node-type-news-article #hamburger {
      display: block; } }
  .node-type-blog-article #hamburger a,
  .node-type-news-article #hamburger a {
    width: 60px;
    height: 44px;
    float: left; }
    .node-type-blog-article #hamburger a .icon-icon_menu,
    .node-type-blog-article #hamburger a i.fa.fa-navicon,
    .node-type-news-article #hamburger a .icon-icon_menu,
    .node-type-news-article #hamburger a i.fa.fa-navicon {
      font-size: 30px;
      color: #6a7987;
      line-height: 0;
      height: 44px;
      width: 60px;
      text-align: center; }

#hamburger {
  width: 80px;
  height: 44px;
  border-right: 1px solid #ffffff;
  display: none;
  position: absolute;
  top: 20px;
  line-height: 44px; }
  @media (min-width: 0) and (max-width: 1080px) {
    #hamburger {
      display: block; } }
  #hamburger a {
    width: 60px;
    height: 44px;
    float: left; }
    #hamburger a .icon-icon_menu,
    #hamburger a i.fa.fa-navicon {
      font-size: 30px;
      color: #6a7987;
      line-height: 0;
      height: 44px;
      width: 60px;
      text-align: center; }

.front #hamburger .icon-icon_menu,
.front #hamburger i.fa.fa-navicon,
.not-front.node-type-page #hamburger .icon-icon_menu,
.not-front.node-type-page #hamburger i.fa.fa-navicon,
.not-front.page-missions-page #hamburger .icon-icon_menu,
.not-front.page-missions-page #hamburger i.fa.fa-navicon,
.not-front.page-event-listing #hamburger .icon-icon_menu,
.not-front.page-event-listing #hamburger i.fa.fa-navicon,
.section-citizenscientists #hamburger .icon-icon_menu,
.section-citizenscientists #hamburger i.fa.fa-navicon,
.section-toolkits #hamburger .icon-icon_menu,
.section-toolkits #hamburger i.fa.fa-navicon,
.section-event-map #hamburger .icon-icon_menu,
.section-event-map #hamburger i.fa.fa-navicon,
.section-contact-us #hamburger .icon-icon_menu,
.section-contact-us #hamburger i.fa.fa-navicon,
.node-type-people #hamburger .icon-icon_menu,
.node-type-people #hamburger i.fa.fa-navicon,
.page-people-of-science #hamburger .icon-icon_menu,
.page-people-of-science #hamburger i.fa.fa-navicon {
  color: #ffffff; }

ul.mmenu-mm-list-level-2.mm-list.mm-panel {
  padding: 0 !important;
  margin: 0 0 0 25px;
  border-left: 1px solid #333333;
  background: #2e2f30 !important; }

ul#mm-0.mm-list.mm-panel.mm-opened.mm-current {
  padding-top: 80px !important; }

.mm-list.mm-panel.mm-opened {
  padding: 0 !important; }

#mmenu_left div.mm-search input {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 40px;
  padding: 0 0 0 60px;
  width: 90% !important;
  margin: 10px 0 0 35px;
  box-sizing: border-box !important;
  font-size: 1.5em;
  font-weight: 300;
  background: #2e2f30 url("../images/search.png") no-repeat 5px center; }

nav#mmenu_left.mmenu-nav #mm-0.mm-list.mm-panel {
  padding: 0 !important; }

nav ul.mmenu-mm-list-level-2 span.mmenu-block-title {
  color: #6a7987 !important;
  font-family: "Raleway", Arial, Helvetica;
  font-size: 1.1em !important;
  font-weight: normal !important; }

nav ul.mm-list li.mmenu-block-wrap span ul.mmenu-mm-list-level-1.mm-list a.mmenu-mm-list span.mmenu-block-title {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff; }

li.mmenu-mm-list-path-node-2 {
  border: 0 !important; }

li.mmenu-mm-list-path-node-2.active trail {
  background: #4a90e2;
  color: #ffffff !important;
  text-shadow: none; }

i.icon-list2,
.icon-home {
  display: none !important;
  padding: 0; }

#mmenu_left .mm-list .active-trail a span {
  background: #4a90e2 !important;
  text-shadow: none;
  width: 90%;
  float: left;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff !important; }

a.mmenu-mm-list {
  padding: 8px 5px 8px 20px !important;
  border: 0 !important; }

li.mm-opened {
  border: 0 !important; }

li.mmenu-mm-list-path-front {
  border: 0 !important; }

ul.mmenu-mm-list-level-1.mm-list {
  padding-top: 80px; }

.mmenu-nav a[href^="https://"] > .mmenu-block-title:after,
.mmenu-nav a[href^="http://"] > .mmenu-block-title:after {
  content: "\f08e";
  font-family: Fontawesome;
  margin: 0 0 0 7px;
  font-weight: normal;
  color: #4a90e2; }

.mmenu-nav.mm-basic > .mm-list li {
  border: 0; }

.glossary-nav {
  background-color: #e8ebec;
  float: left;
  height: 70px;
  padding: 30px 60px 0 60px;
  width: 100%; }
  @media (min-width: 0) and (max-width: 768px) {
    .glossary-nav {
      padding: 30px 5% 0 5%; } }
  @media (min-width: 0) and (max-width: 667px) {
    .glossary-nav {
      height: 0;
      padding: 0; } }
  .glossary-nav .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 600px; }
    @media (min-width: 0) and (max-width: 667px) {
      .glossary-nav .view-content {
        display: none; } }
  .glossary-nav a {
    text-decoration: none;
    padding: 0;
    font-size: 0.9em;
    float: left;
    text-align: center;
    width: 20px; }
    .glossary-nav a.active {
      height: 40px;
      border-bottom: 3px solid #c52639;
      font-weight: bold;
      color: #c52639; }
  .glossary-nav .glossary-select {
    border: 1px solid #c7c7c7;
    height: 70px;
    width: 60px;
    font-size: 28px;
    background: linear-gradient(#fefefe 0%, #e8e8e8 100%); }
  .glossary-nav .view-header {
    display: none; }
    @media (min-width: 0) and (max-width: 667px) {
      .glossary-nav .view-header {
        display: block;
        position: absolute;
        top: 60px;
        right: 5%;
        z-index: 1; } }

.pager-load-more .pager-next {
  width: 100%; }

.pager-load-more a {
  display: block;
  max-width: 400px;
  padding: 20px;
  background: #175498;
  text-align: center;
  margin: 30px auto;
  text-decoration: none;
  color: #ffffff;
  font-family: Fjalla One, Arial, Helvetica, sans-serif; }

.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  max-width: 700px;
  margin: 40px auto 0; }

.pager li.pager__item--previous a,
.pager li.pager__item--next a {
  padding: 20px;
  display: inline-block;
  background: #175498;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  max-width: 240px; }
  .pager li.pager__item--previous a:hover,
  .pager li.pager__item--next a:hover {
    text-decoration: none;
    color: #ffffff; }

li.pager__item.pager__item--current {
  background: #c52639;
  padding: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  font-weight: 300; }

li.pager__item a {
  color: #2e2f30;
  text-decoration: none; }
  li.pager__item a:hover {
    text-decoration: underline;
    color: #175498; }

.pager__item--next,
.pager__item--previous {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0; }

.pager__item--next a,
.pager__item--previous a {
  width: 100%; }

.pager__item--previous {
  padding-right: 10px; }

.pager__item--next {
  padding-left: 10px; }

.pager__item--first,
.pager__item--last {
  display: none; }

@media (min-width: 0) and (max-width: 768px) {
  .pager__item:not(.pager__item--current):not(.pager__item--next):not(.pager__item--previous) {
    display: none; } }

.menu-name-menu-science-news {
  height: 58px;
  width: 100%;
  margin: 0; }
  .menu-name-menu-science-news ul.menu li {
    float: left;
    padding: 0 20px 0 0;
    list-style: none;
    height: 58px;
    line-height: 58px;
    font-size: 0.9em; }
    .menu-name-menu-science-news ul.menu li.active-trail {
      border-bottom: 5px solid #c52639;
      padding: 0;
      margin: 0 20px 0 0;
      color: #c52639; }
      .menu-name-menu-science-news ul.menu li.active-trail a {
        color: #c52639;
        font-weight: bold; }
    .menu-name-menu-science-news ul.menu li a {
      text-decoration: none;
      color: #5f6467;
      height: 58px;
      line-height: 58px; }
  .menu-name-menu-science-news h2.block__title {
    float: left;
    font-size: 0.9em;
    height: 25px;
    line-height: 25px;
    padding: 0 20px 0 0;
    margin: 15px 20px 0 0;
    border-right: 1px solid #d2d5d7;
    text-transform: uppercase;
    font-family: Raleway, Helvetica, Arial, Sans-serif;
    font-weight: bold; }

nav.block--menu-block.fourth-level {
  float: left;
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0 60px 0 60px;
  position: relative;
  display: table;
  max-width: 960px;
  border-bottom: 1px solid #e8ebec;
  background: #ffffff; }
  @media (min-width: 0) and (max-width: 1024px) {
    nav.block--menu-block.fourth-level {
      width: 100%;
      top: 0;
      padding: 30px 5% 20px 5%;
      margin: 0;
      max-width: 100%; } }

nav.block--menu-block.fourth-level li {
  padding: 0 0 0 10px;
  display: table-cell;
  font-size: 0.8em; }
  @media (min-width: 0) and (max-width: 1024px) {
    nav.block--menu-block.fourth-level li {
      margin: 0;
      padding: 0;
      width: 33%;
      word-wrap: normal;
      font-size: 1em;
      float: left;
      border-left: 1px solid #9da2a5; } }
  @media (min-width: 0) and (max-width: 1024px) and (min-width: 0) and (max-width: 667px) {
    nav.block--menu-block.fourth-level li {
      width: 50%; } }
  @media (min-width: 0) and (max-width: 1024px) and (min-width: 0) and (max-width: 413px) {
    nav.block--menu-block.fourth-level li {
      width: 100%; } }

nav.block--menu-block.fourth-level li a {
  color: #6a7987;
  text-decoration: none;
  height: 45px;
  float: left; }
  @media (min-width: 0) and (max-width: 1024px) {
    nav.block--menu-block.fourth-level li a {
      margin: 0 0 0 20px;
      padding: 10px 0;
      height: auto; } }

.sun-taxonomy nav.block--menu-block.fourth-level li a,
.sun-taxonomy nav.block--menu-block.fourth-level li a.active-trail {
  height: 60px; }

nav.block--menu-block.fourth-level li a.active-trail,
nav.block--menu-block.fourth-level li a.active {
  color: #c52639;
  height: 45px;
  font-weight: bold;
  border-bottom: 5px solid #c52639; }
  @media (min-width: 0) and (max-width: 1024px) {
    nav.block--menu-block.fourth-level li a.active-trail,
    nav.block--menu-block.fourth-level li a.active {
      height: auto;
      border-left: 5px solid #c52639;
      border-bottom: 0;
      margin: 0 0 0 -1px;
      padding: 10px 0 10px 15px; } }

.earth-taxonomy nav.block--menu-block.fourth-level li a.active-trail,
.earth-taxonomy nav.block--menu-block.fourth-level li a.active,
.earth-taxonomy nav.block--menu-block.fourth-level li a:before,
.section-earth-science nav.block--menu-block.fourth-level li a.active-trail,
.section-earth-science nav.block--menu-block.fourth-level li a.active,
.section-earth-science nav.block--menu-block.fourth-level li a:before {
  border-color: #7acf61;
  color: #7acf61; }

.sun-taxonomy nav.block--menu-block.fourth-level li a.active-trail,
.sun-taxonomy nav.block--menu-block.fourth-level li a:before,
.section-sun nav.block--menu-block.fourth-level li a.active-trail,
.section-sun nav.block--menu-block.fourth-level li a:before {
  border-color: #e82237;
  color: #e82237; }

.solar-taxonomy nav.block--menu-block.fourth-level li a.active-trail,
.solar-taxonomy nav.block--menu-block.fourth-level li a:before,
.section-solar nav.block--menu-block.fourth-level li a.active-trail,
.section-solar nav.block--menu-block.fourth-level li a:before {
  border-color: #402874;
  color: #402874; }

.universe-taxonomy nav.block--menu-block.fourth-level li a.active-trail,
.universe-taxonomy nav.block--menu-block.fourth-level li a:before,
.section-universe nav.block--menu-block.fourth-level li a.active-trail,
.section-universe nav.block--menu-block.fourth-level li a:before {
  border-color: #03c4d7;
  color: #03c4d7; }

.mission-taxonomy nav.block--menu-block.fourth-level li a.active-trail,
.mission-taxonomy nav.block--menu-block.fourth-level li a:before,
.section-missions nav.block--menu-block.fourth-level li a.active-trail,
.section-missions nav.block--menu-block.fourth-level li a:before {
  border-color: #6e99b7;
  color: #6e99b7; }

.science-tech-taxonomy nav.block--menu-block.fourth-level li a.active-trail,
.science-tech-taxonomy nav.block--menu-block.fourth-level li a:before,
.section-science-and-technology nav.block--menu-block.fourth-level li a.active-trail,
.section-science-and-technology nav.block--menu-block.fourth-level li a:before {
  border-color: #b1215a;
  color: #b1215a; }

nav.block--menu-block.fourth-level h2 {
  float: left;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 1em;
  max-width: 150px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333; }
  @media (min-width: 0) and (max-width: 1024px) {
    nav.block--menu-block.fourth-level h2 {
      margin: 0 0 20px 0;
      width: 100%;
      max-width: 100%; } }

.fa.fa-external-link {
  margin: 0 0 0 7px; }

.fa.fa-caret-down {
  margin: 0 0 0 3px;
  font-size: 9px; }

.external-link:after {
  content: "\f08e";
  font-family: Fontawesome;
  margin: 0 0 0 7px; }

html {
  height: 100%; }

body {
  background: #e8ebec; }

.node-type-page.section-earth-science,
.node-type-page.section-earth-science-landing {
  background: url("../images/bg_earth-large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .node-type-page.section-earth-science,
    .node-type-page.section-earth-science-landing {
      background-position-x: 50%;
      background-attachment: scroll !important; } }

.node-type-page.section-heliophysics,
.node-type-page.section-heliophysics {
  background: url("../images/bg_sun-large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .node-type-page.section-heliophysics,
    .node-type-page.section-heliophysics {
      background-position-x: 50%;
      background-attachment: scroll !important; } }

.node-type-page.section-missions,
.page-missions-page {
  background: url("../images/bg_missions-large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .node-type-page.section-missions,
    .page-missions-page {
      background-position-x: 50%;
      background-attachment: scroll !important; } }

.node-type-page.section-citizenscientists,
.page-citizenscientists {
  background: url("../images/bg_452b_artistconcept_beautyshot_large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .node-type-page.section-citizenscientists,
    .page-citizenscientists {
      background-position-x: 50%;
      background-attachment: scroll !important; } }

.page-science-activation-team.section-science-activation-team,
.page-science-activation-team {
  background: url("../images/bg_people_science-large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .page-science-activation-team.section-science-activation-team,
    .page-science-activation-team {
      background-position-x: 60%;
      background-attachment: scroll !important; } }

body.front {
  background: url("../images/bg_home-large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  body.front .l-page {
    height: 100%; }

.page-event-listing .l-page,
.page-toolkits .l-page,
.page-event-map .l-page,
.section-contact-us .l-page,
.node-type-people .l-page,
.page-science-activation-team .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_aboutus.png") repeat-x bottom; }
  .page-event-listing .l-page:after,
  .page-toolkits .l-page:after,
  .page-event-map .l-page:after,
  .section-contact-us .l-page:after,
  .node-type-people .l-page:after,
  .page-science-activation-team .l-page:after {
    content: " ";
    display: table;
    clear: both; }

.not-front.page-missions-page .l-page,
.not-front.node-type-page .l-page,
.not-front.page-citizenscientists,
.not-front.page-science-activation-team {
  padding-bottom: 60px; }
  .not-front.page-missions-page .l-page:after,
  .not-front.node-type-page .l-page:after,
  .not-front.page-citizenscientists:after,
  .not-front.page-science-activation-team:after {
    content: " ";
    display: table;
    clear: both; }

.node-type-page .l-page {
  background: none;
  float: left;
  width: 100%; }
  .node-type-page .l-page:after {
    content: " ";
    display: table;
    clear: both; }

.node-type-listing-page .top-container {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 330px, rgba(0, 0, 0, 0) 600px); }

.node-type-listing-page.section-science-news .l-page,
.node-type-listing-page.section-researchers .l-page,
.node-type-listing-page.section-technology .l-page,
.node-type-listing-page.section-sciencecasts .l-page {
  background: url(../images/front-gradient.png) repeat-x bottom; }
  .node-type-listing-page.section-science-news .l-page:after,
  .node-type-listing-page.section-researchers .l-page:after,
  .node-type-listing-page.section-technology .l-page:after,
  .node-type-listing-page.section-sciencecasts .l-page:after {
    content: " ";
    display: table;
    clear: both; }

.node-type-listing-page.section-science-news .l-content,
.node-type-listing-page.section-researchers .l-content,
.node-type-listing-page.section-technology .l-content,
.node-type-listing-page.section-sciencecasts .l-content {
  background-color: #e8ebec; }

.page-node-6315.node-type-listing-page .l-content {
  background-color: #e8ebec;
  padding: 60px;
  margin-bottom: 60px; }

.node-type-science-cast .l-page,
.node-type-webform.section-get-involved .l-page {
  background: none; }
  .node-type-science-cast .l-page:after,
  .node-type-webform.section-get-involved .l-page:after {
    content: " ";
    display: table;
    clear: both; }

.node-type-science-cast .l-content,
.node-type-webform.section-get-involved .l-content {
  background-color: #ffffff; }

.node-type-news-article .l-page,
.node-type-blog-article .l-page,
.node-type-listing-page.section-technology .l-page,
.page-search .l-page {
  background: none; }
  .node-type-news-article .l-page:after,
  .node-type-blog-article .l-page:after,
  .node-type-listing-page.section-technology .l-page:after,
  .page-search .l-page:after {
    content: " ";
    display: table;
    clear: both; }

.about-us-taxonomy .l-page,
.researchers-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_aboutus.png") repeat-x bottom; }

.section-earth-science .l-page,
.section-earth-science-landing .l-page,
.earth-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_earth.png") repeat-x bottom; }

.section-missions .l-page,
.section-missions-page .l-page,
.mission-taxonomy .l-page,
.section-citizenscientists .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_missions.png") repeat-x bottom; }

.universe-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_universe.png") repeat-x bottom; }

.science-tech-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_technology.png") repeat-x bottom; }

.solar-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_solar.png") repeat-x bottom; }

.section-heliophysics .l-page,
.sun-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_sun.png") repeat-x bottom; }

.section-missions-page .l-page,
.section-missions .l-page,
.mission-taxonomy .l-page,
.section-citizenscientists .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_mission.png") repeat-x bottom; }

.node-type-page .top-container,
.page-missions-page .top-container,
.page-event-listing .top-container,
.page-citizenscientists .top-container,
.page-toolkits .top-container,
.page-event-map .top-container,
.section-contact-us .top-container,
.node-type-people .top-container,
.page-science-activation-team .top-container {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 160px, rgba(0, 0, 0, 0) 400px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3000000", endColorstr="#00000000000",GradientType=0 );
  position: relative; }

.l-branding,
.header-search-box {
  height: 80px;
  width: 100%;
  max-width: 1080px;
  float: none;
  margin: 0 auto; }

.l-branding {
  background: none;
  padding: 10px 0 0 0; }

div.l-region.l-region--highlighted {
  width: 100%;
  background: #ffffff;
  margin: 0;
  float: left; }
  @media (min-width: 0) and (max-width: 1024px) {
    div.l-region.l-region--highlighted {
      background: none; } }

.not-front .l-region.l-region--navigation {
  width: 100%;
  max-width: 1080px;
  float: left;
  height: 0;
  margin: 0 auto; }

.page-missions-page .l-region.l-region--navigation,
.page-citizenscientists .l-region.l-region--navigation,
.page-science-activation-team .l-region.l-region--navigation {
  bottom: 0;
  position: absolute; }

.not-front .l-region.l-region--navigation:after {
  content: "";
  clear: both;
  display: table; }

.l-second-content {
  width: 1080px;
  float: none;
  margin: 0 auto; }
  @media (min-width: 0) and (max-width: 1080px) {
    .l-second-content {
      width: 100%;
      padding: 0 5%; } }
  .l-second-content:after {
    content: " ";
    display: table;
    clear: both; }

.l-second-content:after:after {
  content: "";
  display: table;
  clear: both; }

.page-search .l-content {
  background: #e8ebec;
  padding-top: 20px;
  margin-top: 120px; }

.page-search .l-region--navigation {
  padding: 0 60px; }
  .page-search .l-region--navigation #edit-submit-es-connector-view {
    height: 47px; }
  .page-search .l-region--navigation .views-submit-button {
    padding: 0;
    width: 9%; }
  .page-search .l-region--navigation .views-widget-filter-search_api_views_fulltext {
    width: 91%; }
  @media (min-width: 0) and (max-width: 768px) {
    .page-search .l-region--navigation {
      padding: 0 5%; }
      .page-search .l-region--navigation .views-submit-button {
        padding: 0;
        width: 16%; }
      .page-search .l-region--navigation .views-widget-filter-search_api_views_fulltext {
        width: 84%; } }
  @media (min-width: 0) and (max-width: 1024px) {
    .page-search .l-region--navigation {
      position: relative;
      top: 60px; } }

.page-search #views-exposed-form-es-connector-view-es-searchbox-main {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  max-width: none;
  border: 1px solid #d2d5d7; }

.page-search .breadcrumb {
  display: none; }

@media (min-width: 0) and (max-width: 1024px) {
  .page-search .l-region--header {
    display: none; } }

.page-search.i18n-es .l-region--navigation .views-submit-button {
  width: 17%; }

.page-search.i18n-es .l-region--navigation .views-widget-filter-search_api_views_fulltext {
  width: 83%; }

@media (min-width: 0) and (max-width: 768px) {
  .page-search.i18n-es .l-region--navigation .views-submit-button {
    width: 24%; }
  .page-search.i18n-es .l-region--navigation .views-widget-filter-search_api_views_fulltext {
    width: 76%; } }

.views-exposed-widget.views-submit-button {
  float: left;
  width: 16%;
  padding: 0;
  margin: 0; }

.views-widget-filter-search_api_views_fulltext {
  width: 84%;
  padding: 0; }

.i18n-es .views-widget-filter-search_api_views_fulltext {
  width: 76%; }
  @media (min-width: 0) and (max-width: 568px) {
    .i18n-es .views-widget-filter-search_api_views_fulltext {
      width: 74%;
      font-size: 85%; } }
  @media (min-width: 0) and (max-width: 413px) {
    .i18n-es .views-widget-filter-search_api_views_fulltext {
      font-size: 65%; } }

.i18n-es .views-exposed-widget.views-submit-button {
  width: 24%; }
  @media (min-width: 0) and (max-width: 568px) {
    .i18n-es .views-exposed-widget.views-submit-button {
      width: 26%;
      font-size: 85%; } }
  @media (min-width: 0) and (max-width: 413px) {
    .i18n-es .views-exposed-widget.views-submit-button {
      font-size: 65%; } }

@media (min-width: 0) and (max-width: 568px) {
  .i18n-es.page-search .l-content {
    margin-top: 140px; }
    .i18n-es.page-search .l-content .view-display-id-elasticsearch_results_by_fields .view-header {
      top: -65px; } }

.view-display-id-elasticsearch_results_by_fields {
  position: relative; }
  .view-display-id-elasticsearch_results_by_fields .view-content {
    background: #ffffff;
    padding: 40px 60px; }
  .view-display-id-elasticsearch_results_by_fields .views-row:not(.views-row-first) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d2d5d7; }
  .view-display-id-elasticsearch_results_by_fields .views-field-title a {
    color: #2e2f30;
    font-size: 1.8em;
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    text-decoration: none; }
  .view-display-id-elasticsearch_results_by_fields .views-field-field-topic,
  .view-display-id-elasticsearch_results_by_fields .views-field-field-science-categories {
    display: inline-block;
    color: inherit;
    font-size: 1em;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    border-right: 1px solid #d2d5d7;
    padding-right: 10px;
    float: left;
    margin-right: 10px; }
    .view-display-id-elasticsearch_results_by_fields .views-field-field-topic .category-color-,
    .view-display-id-elasticsearch_results_by_fields .views-field-field-science-categories .category-color- {
      color: #c52639; }
  .view-display-id-elasticsearch_results_by_fields .views-field-field-date {
    color: #9da2a5;
    font-size: 1em;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
    display: inline; }
  .view-display-id-elasticsearch_results_by_fields .view-header {
    position: absolute;
    right: -66%;
    top: -30px;
    color: #5f6467;
    white-space: nowrap; }
    @media (min-width: 0) and (max-width: 1024px) {
      .view-display-id-elasticsearch_results_by_fields .view-header {
        right: 0%; } }

.i18n-es .view-display-id-elasticsearch_results_by_fields .view-header {
  right: 0; }

.view-es-connector-view .views-row p.field-content {
  display: inline-block;
  margin: 0; }

.block--wolfram-definition-container-wa {
  display: block;
  width: 40%;
  padding-left: 20px;
  margin-bottom: 50px;
  float: right;
  z-index: 5; }
  .block--wolfram-definition-container-wa > .block__content {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #d2d5d7; }
  .block--wolfram-definition-container-wa ~ .view-display-id-elasticsearch_results_by_fields {
    width: 60%;
    float: left; }
  @media (min-width: 0) and (max-width: 1024px) {
    .block--wolfram-definition-container-wa {
      width: 100%;
      padding-left: 0; }
      .block--wolfram-definition-container-wa + .view-display-id-elasticsearch_results_by_fields {
        width: 100%; } }

.wa-item {
  margin-bottom: 15px; }
  .wa-item span {
    font-weight: bold;
    display: block; }
  .wa-item pre {
    white-space: pre-wrap; }
  .wa-item img {
    margin: 10px 0 0; }
  .wa-item.img-block img {
    display: block; }

.wa-img {
  text-align: center; }

.wa-vocab {
  font-size: 1.8em;
  font-family: Fjalla One, Arial, Helvetica, sans-serif; }

.block--search-api-sorts h2 {
  display: none; }

.search-api-sorts li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px; }

.search-api-sorts a {
  padding-bottom: 10px;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  color: #5f6467; }
  .search-api-sorts a.sort-desc {
    border-bottom: 5px solid #c52639;
    color: #c52639;
    font-weight: bold; }
    .search-api-sorts a.sort-desc:after {
      content: "\f0dd";
      font-family: FontAwesome;
      margin: 0 0 0 15px; }
  .search-api-sorts a.sort-asc {
    border-bottom: 5px solid #c52639;
    color: #c52639;
    font-weight: bold; }
    .search-api-sorts a.sort-asc:after {
      content: "\f0de";
      font-family: FontAwesome;
      margin: 0 0 0 15px; }
  .search-api-sorts a img {
    display: none; }

.wa-source-content,
.wa-source-category-content {
  display: none; }

.open > .wa-source-content,
.open > .wa-source-category-content {
  display: block; }

.open > .wa-source-toggle:before,
.open > .wa-source-category-toggle:before {
  content: "\f0dd";
  top: -3px; }

.open > .wa-info-content,
.open > .wa-info-category-content {
  display: block; }

.open > .wa-info-toggle:before,
.open > .wa-info-category-toggle:before {
  content: "\f0dd";
  top: -3px; }

.wa-source-toggle,
.wa-source-category-toggle {
  font-weight: bold; }
  .wa-source-toggle:before,
  .wa-source-category-toggle:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: relative;
    top: -0;
    padding-right: 5px; }

.wa-source-category-content {
  white-space: normal;
  margin-left: 10px; }
  .wa-source-category-content h2 {
    display: none; }
  .wa-source-category-content h3 {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 5px; }
  .wa-source-category-content ul {
    list-style: initial;
    list-style-position: inside; }
  .wa-source-category-content li {
    margin-bottom: 5px; }

.wa-info-content,
.wa-info-category-content {
  display: none; }

.wa-info-toggle,
.wa-info-category-toggle {
  font-weight: bold; }
  .wa-info-toggle:before,
  .wa-info-category-toggle:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: relative;
    top: -0;
    padding-right: 5px; }

.wa-info-category-content {
  white-space: normal;
  margin-left: 10px; }
  .wa-info-category-content h2 {
    display: none; }
  .wa-info-category-content h3 {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 5px; }
  .wa-info-category-content ul {
    list-style: initial;
    list-style-position: inside; }
  .wa-info-category-content li {
    margin-bottom: 5px; }

.site-footer {
  background-image: linear-gradient(0deg, #000000, transparent);
  width: 100%;
  padding: 0 5%;
  font-family: Metropolis, sans-serif;
  clear: both; }

.site-footer__wrapper {
  max-width: 1320px;
  margin: 0 auto; }

.l-region--footer {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.49);
  border-top: 1px solid rgba(255, 255, 255, 0.49); }

.site-footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center; }

.site-footer__social-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  color: #ffffff;
  font-weight: 700;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  text-shadow: 0 2px 3px #000000; }

.site-footer__social-link {
  margin-right: 10px;
  color: #000000;
  width: 50px;
  height: 50px; }
  .site-footer__social-link:last-child {
    margin-right: 0; }

.site-footer .block--menu-menu-footer-menu > ul {
  display: -ms-flexbox;
  display: flex;
  border: 0;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end; }
  @media (min-width: 480px) {
    .site-footer .block--menu-menu-footer-menu > ul {
      -ms-flex-direction: row;
          flex-direction: row; } }

.site-footer li.expanded {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 10px;
  list-style: none;
  height: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-shadow: 0 2px 3px #000000; }
  @media (min-width: 480px) {
    .site-footer li.expanded {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media (min-width: 768px) {
    .site-footer li.expanded {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%; } }
  @media (min-width: 992px) {
    .site-footer li.expanded {
      -ms-flex: 0 0 16%;
          flex: 0 0 16%; } }

.site-footer li.expanded > a {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Fjalla One", sans-serif;
  color: #ffffff;
  font-size: 1.25em;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none; }
  .site-footer li.expanded > a:hover {
    color: #8499df; }

.site-footer li.expanded ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px; }

.site-footer li.leaf {
  list-style: none;
  padding: 3px 0;
  text-shadow: none; }

.site-footer li.leaf a {
  transition: all 200ms ease;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  text-transform: none; }
  .site-footer li.leaf a[href^="https://"]:after, .site-footer li.leaf a[href^="http://"]:after {
    display: inline;
    font-family: Fontawesome;
    font-size: 80%;
    content: " \f08e";
    overflow: hidden;
    visibility: visible; }
  .site-footer li.leaf a:hover {
    box-shadow: inset 0 -2px 0 0 #8499df; }
  .site-footer li.leaf a:after {
    color: #4a90e2; }
  .site-footer li.leaf a i {
    display: none; }

.site-footer__newsletter-title {
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 2px 3px #000000; }

.site-footer__newsletter {
  max-width: 640px;
  margin: 0 auto; }

.site-footer__newsletter-container {
  padding-left: 10px;
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .site-footer__newsletter-container {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.site-footer__newsletter-input-container {
  -ms-flex-order: 1;
      order: 1; }
  @media (min-width: 768px) {
    .site-footer__newsletter-input-container {
      -ms-flex: 0 0 72%;
          flex: 0 0 72%; } }

.site-footer .nasa-subscribe-form .form-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.1em; }

.site-footer__newsletter-checkboxes {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .site-footer__newsletter-checkboxes {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      -ms-flex-order: 3;
          order: 3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.site-footer .site-footer__newsletter-checkbox-wrapper {
  line-height: 1.1em;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .site-footer .site-footer__newsletter-checkbox-wrapper {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }

.site-footer__newsletter-checkbox-label {
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 0.85em;
  font-weight: normal; }

.site-footer__newsletter-subscribe {
  width: 100%;
  border-style: none;
  background-color: #c52639;
  color: #ffffff;
  -webkit-appearance: button;
  margin-top: 0;
  padding: 20px;
  transition: all 200ms ease;
  font-family: "Fjalla One", sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -ms-flex-order: 3;
      order: 3; }
  @media (min-width: 768px) {
    .site-footer__newsletter-subscribe {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      margin-left: 3%;
      -ms-flex-order: 2;
          order: 2; } }
  .site-footer__newsletter-subscribe:hover {
    cursor: pointer;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)); }

.site-footer .nasa-subscribe-form .form-type-textfield label {
  display: none; }

.l-region--secondary-footer {
  margin-bottom: 40px;
  text-align: center; }

.l-region--secondary-footer .menu {
  display: block;
  text-align: center; }

.l-region--secondary-footer .menu li.leaf {
  display: inline-block;
  vertical-align: middle; }
  .l-region--secondary-footer .menu li.leaf:after {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    content: "  |  ";
    font-size: 0.7em; }
  .l-region--secondary-footer .menu li.last.leaf:after {
    content: ""; }

.l-region--secondary-footer .menu .leaf a {
  display: inline-block;
  vertical-align: middle;
  color: #8eaaf4;
  text-decoration: none;
  line-height: 1.3em;
  font-size: 0.9em;
  text-transform: uppercase; }
  .l-region--secondary-footer .menu .leaf a:hover {
    color: #ffffff;
    box-shadow: inset 0 -2px 0 0 #8499df; }

.site-footer__official p {
  text-transform: none;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 10px; }

.site-footer__official a {
  color: #ffffff;
  text-decoration: none; }

.site-footer__official a:hover {
  box-shadow: inset 0 -2px 0 0 #8499df; }

.site-header {
  font-family: "Metropolis", sans-serif;
  background-image: linear-gradient(180deg, #000000, rgba(255, 255, 255, 0));
  transition: all 600ms ease; }

.site-header--sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 200; }
  @media (min-width: 992px) {
    .logged-in .site-header--sticky {
      margin-top: 20px; } }

.site-header--in-scroll {
  background-color: rgba(36, 36, 36, 0.86); }

.site-header__container {
  position: relative;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 10px 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 992px) {
    .site-header__container {
      padding: 12px 60px 10px; } }

.site-header__branding {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  z-index: 900; }

.site-header__site-logo {
  position: relative;
  width: 82px;
  height: 60px; }
  .site-header__site-logo img {
    width: 72px;
    transition: all 200ms ease;
    top: 0;
    left: 0;
    position: absolute; }
  .site-header__site-logo:hover img {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

.site-header__site-slogan {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  line-height: 1.2em; }

.site-header__site-sub-slogan {
  font-family: "Fjalla One", sans-serif;
  font-size: 0.65em;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-style: italic; }

.site-header__site-slogan-link {
  color: #ffffff;
  transition: all 200ms ease;
  text-decoration: none;
  text-transform: uppercase; }
  .site-header__site-slogan-link:hover {
    color: #8499df; }

.site-header__wrapper {
  display: -ms-flexbox;
  display: flex; }

.site-header__navigation {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: hidden;
  height: 100vh;
  z-index: -1;
  top: -100vh;
  transition: all 400ms linear; }
  @media (min-width: 992px) {
    .site-header__navigation {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      width: auto;
      height: auto;
      top: 0;
      overflow-y: visible; } }
  .site-header__navigation ::scrollbar {
    display: none; }

.site-header__navigation--active {
  top: 80px; }


.site-header__main-nav-container {
  position: absolute;
  background: #052b46;
  padding: 20px;
  overflow: scroll;
  height: calc(100vh - 80px);
  width: 100%; }
  @media (min-width: 992px) {
    
    .site-header__main-nav-container {
      position: relative;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      background: transparent;
      margin-top: 0;
      overflow: visible;
      height: initial;
      -ms-flex-order: 1;
          order: 1; } }

.site-header__main-nav-item {
  position: relative;
  list-style: none;
  padding: 20px 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em; }
  @media (min-width: 992px) {
    .site-header__main-nav-item {
      font-family: Metropolis, sans-serif;
      margin: 0 6px;
      padding: 10px 6px; } }
  .site-header__main-nav-item:after {
    content: "";
    width: 6px;
    height: 6px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border: 3px solid;
    border-color: #c4ccda;
    border-top: 0;
    border-left: 0;
    float: right;
    display: block;
    right: 10px;
    position: absolute;
    top: 28px; }
    @media (min-width: 992px) {
      .site-header__main-nav-item:after {
        content: "";
        border: 0; } }


.site-header__main-nav-item {
  border-bottom: 1px solid #ffffff; }
  @media (min-width: 992px) {
    
    .site-header__main-nav-item {
      background: transparent;
      border: 0;
      font-size: 1em;
      letter-spacing: 0.2px;
      font-weight: 300;
      padding: 22px 6px;
      margin: 0 6px; } }
  
  .site-header__main-nav-item:hover {
    background: none;
    font-weight: 600; }
  
  .site-header__main-nav-item i {
    display: none; }


.site-header__main-nav-item-link {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
  z-index: 50;
  font-weight: 600; }
  
  .site-header__main-nav-item-link:hover {
    font-weight: 600; }
  
  .site-header__main-nav-item-link:after {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  
  .site-header__main-nav-item-link[href^="https://"]:after,
  .site-header__main-nav-item-link[href^="http://"]:after {
    display: inline;
    font-family: Fontawesome;
    font-size: 80%;
    content: " \f08e";
    overflow: hidden;
    visibility: visible; }


.site-header__sub-nav {
  display: none; }
  @media (min-width: 992px) {
    
    .site-header__sub-nav {
      background: #ffffff;
      border-radius: 2px;
      margin-top: 30px;
      width: 250px;
      padding: 14px 24px; } }
  @media (min-width: 992px) {
    
    .site-header__sub-nav:before {
      content: " ";
      display: block;
      background-image: url("/sites/all/themes/custom/science_nasa/images/Icon_DropdownArrow.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 33px 17px;
      position: absolute;
      top: -30px;
      width: 30px;
      height: 33px;
      left: calc(50% - (33px / 2)); } }

.site-header__sub-nav--active {
  display: block; }
  @media (min-width: 992px) {
    .site-header__sub-nav--active {
      position: absolute;
      margin: 12px 50%;
      left: 0;
      right: 0;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      box-shadow: 0 7px 4px -6px #000000;
      z-index: 40; } }


.site-header__sub-nav-item {
  font-family: Metropolis, sans-serif; }


.site-header__sub-nav-item-link {
  display: inline-block;
  text-decoration: none;
  margin: 10px 0;
  padding: 2px 0;
  font-weight: 300;
  color: #e8ebec;
  font-size: 0.735em; }
  
  .site-header__sub-nav-item-link[href^="https://"]:after,
  .site-header__sub-nav-item-link[href^="http://"]:after {
    display: inline;
    font-family: Fontawesome;
    font-size: 80%;
    content: " \f08e";
    overflow: hidden;
    visibility: visible; }
  @media (min-width: 992px) {
    
    .site-header__sub-nav-item-link {
      display: block;
      font-weight: 600;
      background: #ffffff;
      color: #595959;
      font-size: 0.9em; } }
  
  .site-header__sub-nav-item-link:hover {
    text-decoration: underline; }
  
  .site-header__sub-nav-item-link:before {
    display: inline-block;
    content: "";
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle; }
  
  .site-header__sub-nav-item-link[title="Universe"]:before {
    background-color: #03c4d7; }
  
  .site-header__sub-nav-item-link[title="Solar System"]:before {
    background-color: #402874; }
  
  .site-header__sub-nav-item-link[title="Sun"]:before {
    background-color: #facf03; }
  
  .site-header__sub-nav-item-link[title="Earth"]:before {
    background-color: #7acf61; }
  
  .site-header__sub-nav-item-link[title="Missions"]:before {
    background-color: #6e99b7; }
  
  .site-header__sub-nav-item-link[title="Science & Technology"]:before {
    background-color: #b1215a; }
  
  .site-header__sub-nav-item-link[title="ISS"]:before {
    background-color: #e82237; }
  
  .site-header__sub-nav-item-link[title="Sky Watching"]:before {
    background-color: #175498; }

.site-header__main-nav-header-item {
  margin-bottom: 0;
  margin-top: 6px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: initial; }
  @media (min-width: 992px) {
    .site-header__main-nav-header-item {
      padding-top: 12px;
      border-top: 1px solid #e8ebec; } }

.site-header__main-nav-header-item-link {
  font-family: "Fjalla One", sans-serif;
  color: #8499df;
  font-size: 0.75em; }
  @media (min-width: 992px) {
    .site-header__main-nav-header-item-link {
      margin-top: 0;
      font-size: 1.15em; } }
  .site-header__main-nav-header-item-link:hover {
    text-decoration: none;
    cursor: default; }

.site-header__main-nav-mobile-toggle {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  transition: background-color 200ms ease;
  display: block;
  font-size: 2em;
  speak: none;
  padding: 16px 10px; }
  @media (min-width: 992px) {
    .site-header__main-nav-mobile-toggle {
      display: none; } }
  .site-header__main-nav-mobile-toggle.active {
    background-color: #052b46; }
  .site-header__main-nav-mobile-toggle a {
    display: block;
    color: #ffffff;
    width: 48px;
    text-align: center;
    line-height: 48px; }
    .site-header__main-nav-mobile-toggle a:hover {
      background-color: transparent; }
  .site-header__main-nav-mobile-toggle i {
    vertical-align: middle;
    text-align: center; }

.site-header__search-form {
  position: relative;
  z-index: 800;
  border-bottom: 0;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .site-header__search-form {
      -ms-flex-order: 2;
          order: 2;
      margin-top: 12px;
      margin-bottom: 0;
      padding: 0; } }
  .site-header__search-form .views-exposed-widgets,
  .site-header__search-form .views-exposed-widget {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .site-header__search-form .views-exposed-widgets,
      .site-header__search-form .views-exposed-widget {
        width: auto; } }
  .site-header__search-form:after {
    border: 0;
    display: block;
    content: " ";
    background-image: url("/sites/all/themes/custom/science_nasa/images/Icon_Search.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    float: right;
    position: absolute;
    top: 30px;
    right: 10px;
    pointer-events: none;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    @media (min-width: 992px) {
      .site-header__search-form:after {
        top: 10px; } }
  .site-header__search-form input[type="text"] {
    background: rgba(255, 255, 255, 0.33);
    border: 0;
    outline: 0;
    border-radius: 40px;
    height: 40px;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    transition: all 400ms linear; }
    @media (min-width: 992px) {
      .site-header__search-form input[type="text"] {
        width: 40px; } }
    @media (min-width: 992px) {
      .site-header__search-form input[type="text"]:focus {
        width: 172px; } }
    .site-header__search-form input[type="text"]:-ms-input-placeholder {
      color: transparent; }
    .site-header__search-form input[type="text"]::placeholder {
      color: transparent; }
  .site-header__search-form input[type="submit"] {
    display: none; }

.site-header__extra {
  padding-top: 165px; }
  .site-header__extra h1 {
    font-size: 4em;
    color: #ffffff;
    text-shadow: 1px 1px 10px #2e2f30; }

.node-type-page.landing .site-header__extra,
.node-type-webform .site-header__extra,
.site-header__extra--landing {
  padding-top: 370px; }
  .node-type-page.landing .site-header__extra h1, .node-type-webform .site-header__extra h1,
  .site-header__extra--landing h1 {
    margin-bottom: 40px; }

.site-header__extra-container {
  max-width: 1080px;
  margin: 0 auto; }

#hamburger {
  display: none; }

@keyframes iconMovement {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  25% {
    transform: translateX(0) translateY(-3px) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  50% {
    transform: translateX(0) translateY(3px) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  75% {
    transform: translateX(0) translateY(-3px) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg); } }

.statistic-teaser__group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.statistic-teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  background-color: rgba(36, 36, 36, 0.86);
  margin-bottom: 8px;
  padding: 12px 10px;
  text-align: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  min-height: 145px; }
  @media (min-width: 480px) {
    .statistic-teaser {
      width: 49%;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .statistic-teaser {
      margin: 10px 0.5% 0;
      width: 32.3%; } }
  @media (min-width: 992px) {
    .statistic-teaser:nth-last-child(-n+4) {
      width: 24%; } }
  .statistic-teaser:hover img {
    animation-name: iconMovement;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-style: preserve-3d; }

.statistic-teaser__title {
  color: #8499df;
  font-family: "Fjalla One", sans-serif;
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 3px; }

.statistic-teaser__icon {
  margin-bottom: 8px; }
  .statistic-teaser__icon img {
    display: block;
    height: 55px;
    width: auto;
    margin: 0 auto;
    max-width: 100%; }

.statistic-teaser__stat-value,
.statistic-teaser__stat2-value {
  font-family: Metropolis, sans-serif;
  font-size: 1.1em;
  color: #ffffff;
  line-height: 17.6px;
  font-weight: bold; }
  .statistic-teaser__stat-value *,
  .statistic-teaser__stat2-value * {
    display: inline; }

.statistic-teaser__stat-label,
.statistic-teaser__stat2-label {
  color: #ffffff;
  font-family: Metropolis, sans-serif;
  line-height: 17.6px; }
  .statistic-teaser__stat-label *,
  .statistic-teaser__stat2-label * {
    display: inline; }

.view-mission-index div.mission-division,
.view-toolkit-listing div.mission-division {
  width: 100%;
  height: 5px; }

.division-color-79 {
  background-color: #03c4d7; }

.division-color-103 {
  background-color: #7acf61; }

.division-color-5 {
  background-color: #facf03; }

.division-color-81 {
  background-color: #402874; }

.division-color-4857 {
  background-color: #6e99b7; }

.division-color-4856 {
  background-color: #b1215a; }

.division-text--all-science {
  color: #b1215a; }

.division-text--iss {
  color: #8499df; }

.division-text--universe,
.science-cat-text--universe,
.science-cat-text--exoplanets,
.science-cat-text--stars {
  color: #03c4d7; }

.division-text--earth,
.science-cat-text--earth,
.science-cat-text--climate-change,
.science-cat-text--ice {
  color: #7acf61; }

.division-text--sun {
  color: #facf03; }

.science-cat-text--sun,
.science-cat-text--our-sun,
.science-cat-text--earths-space-environment {
  color: #e82237; }

.division-text--solar-system,
.science-cat-text--solar-system,
.science-cat-text--mars,
.science-cat-text--planets-of-our-solar-system {
  color: #402874; }

.helpful-link-teaser__division .division-text--solar-system {
  color: #9686b9; }

.science-cat-text--sky-watching,
.science-cat-text--eclipses,
.science-cat-text--meteor-showers {
  color: #175498; }

.category-color-11,
.category-color-111,
.category-color-75,
.category-color-blue-light {
  color: #03c4d7; }

.category-color-28,
.category-color-93,
.category-color-115,
.category-color-green-light {
  color: #7acf61; }

.category-color-101,
.category-color-24,
.category-color-44,
.category-color-red {
  color: #e82237; }

.category-color-42,
.category-color-96,
.category-color-4,
.category-color-purple {
  color: #402874; }

.category-color-3904,
.category-color-94,
.category-color-2,
.category-color-23,
.category-color-blue-dark {
  color: #175498; }

.category-color-slate {
  color: #6e99b7; }

.category-color-yellow {
  color: #facf03; }

.category-color-magenta {
  color: #b1215a; }

.category-color-gray {
  color: #d2d5d7; }

#by-topic .by-topics-term-color-purple:before,
#by-topic li.active_topic.by-topics-term-color-purple a,
.by-topics-term-color-purple {
  color: #402874; }

#by-topic .by-topics-term-color-blue-light:before,
#by-topic li.active_topic.by-topics-term-color-blue-light a,
.by-topics-term-color-blue-light {
  color: #03c4d7; }

#by-topic .by-topics-term-color-green-light:before,
#by-topic li.active_topic.by-topics-term-color-green-light a,
.by-topics-term-color-green-light {
  color: #7acf61; }

#by-topic .by-topics-term-color-blue-dark:before,
#by-topic li.active_topic.by-topics-term-color-blue-dark a,
.by-topics-term-color-blue-dark {
  color: #175498; }

#by-topic .by-topics-term-color-red:before,
#by-topic li.active_topic.by-topics-term-color-red a,
.by-topics-term-color-red {
  color: #e82237; }

#by-topic .by-topics-term-color-gray:before,
#by-topic li.active_topic.by-topics-term-color-gray a,
.by-topics-term-color-gray {
  color: #d2d5d7; }

#by-topic .by-topics-term-color-yellow:before,
#by-topic li.active_topic.by-topics-term-color-yellow a,
.by-topics-term-color-yellow {
  color: #facf03; }

#by-topic .by-topics-term-color-slate:before,
#by-topic li.active_topic.by-topics-term-color-slate a,
.by-topics-term-color-slate {
  color: #6e99b7; }

#by-topic .by-topics-term-color-magenta:before,
#by-topic li.active_topic.by-topics-term-color-magenta a,
.by-topics-term-color-magenta {
  color: #b1215a; }

.by-topics-term-color-default {
  color: #e82237; }

.topic__link--filter {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #9da2a5;
  text-decoration: none; }
