/* Earth */
/* Solar System */
/* S&T */
/* Sun */
/* Universe */
/* Missions */
/* line 73, ../sass/variables/_grid.scss */
.grid,
.view-image-gallery,
.view-video-gallery,
.view-citizen-scientist,
.view-toolkit-listing,
.view-people-of-science {
  width: 100%; }
  /* line 23, ../sass/variables/_grid.scss */
  .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) {
    /* line 73, ../sass/variables/_grid.scss */
    .grid,
    .view-image-gallery,
    .view-video-gallery,
    .view-citizen-scientist,
    .view-toolkit-listing,
    .view-people-of-science {
      float: left; }
      /* line 32, ../sass/variables/_grid.scss */
      .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; }
      /* line 23, ../sass/variables/_grid.scss */
      .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; } }
  @media (min-width: 880px) {
    /* line 73, ../sass/variables/_grid.scss */
    .grid,
    .view-image-gallery,
    .view-video-gallery,
    .view-citizen-scientist,
    .view-toolkit-listing,
    .view-people-of-science {
      float: left; }
      /* line 32, ../sass/variables/_grid.scss */
      .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; }
      /* line 23, ../sass/variables/_grid.scss */
      .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.33333%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; } }

/* line 84, ../sass/variables/_grid.scss */
.view-mission-index {
  width: 100%; }
  /* line 23, ../sass/variables/_grid.scss */
  .view-mission-index .grid-item {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (min-width: 568px) {
    /* line 84, ../sass/variables/_grid.scss */
    .view-mission-index {
      float: left; }
      /* line 32, ../sass/variables/_grid.scss */
      .view-mission-index .view-content {
        margin-right: -30px; }
      /* line 23, ../sass/variables/_grid.scss */
      .view-mission-index .grid-item {
        width: 50%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; } }
  @media (min-width: 768px) {
    /* line 84, ../sass/variables/_grid.scss */
    .view-mission-index {
      float: left; }
      /* line 32, ../sass/variables/_grid.scss */
      .view-mission-index .view-content {
        margin-right: -30px; }
      /* line 23, ../sass/variables/_grid.scss */
      .view-mission-index .grid-item {
        width: 33.33333%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; } }
  @media (min-width: 1080px) {
    /* line 84, ../sass/variables/_grid.scss */
    .view-mission-index {
      float: left; }
      /* line 32, ../sass/variables/_grid.scss */
      .view-mission-index .view-content {
        margin-right: -30px; }
      /* line 23, ../sass/variables/_grid.scss */
      .view-mission-index .grid-item {
        width: 25%;
        clear: right;
        float: left;
        padding-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px; } }

/*

.grid,
.view-image-gallery, .view-video-gallery, .view-citizen-scientist{
	$gutter: 30px;
	@include add-grid(1);
	@include sgs-change('output', 'float');
	width:100%;
	.grid-item{
		@include grid-span(1);
		margin-top: $gutter/2;
		margin-bottom: $gutter/2;
		//text-align: center;
		.gallery-item-container{
			display: inline-block;
			float: none;
			text-align: left;
		}
	}
	
	@include layout-at(('grid': 2, 'gutter': $gutter), $tablet-portrait - 200) {
		float: left;
		.view-content{
			margin-right: -$gutter;
		}
		.grid-item{
			@include grid-span(1);
			margin-top: $gutter/2;
			margin-bottom: $gutter/2;
			//text-align: center;
			.gallery-item-container{
				display: inline-block;
				float: none;
				text-align: left;
			}
		}
	}
	@include layout-at(('grid': 3, 'gutter': $gutter), $desk - 200) {
		float: left;
		.view-content{
			margin-right: -$gutter;
		}
		.grid-item{
			@include grid-span(1);
			margin-top: $gutter/2;
			margin-bottom: $gutter/2;
			//text-align: center;
			.gallery-item-container{
				display: inline-block;
				float: none;
				text-align: left;
			}
		}
	}
}

*/
/* line 6, ../sass/variables/_meyer-reset.scss */
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; }

/* line 16, ../sass/variables/_meyer-reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 19, ../sass/variables/_meyer-reset.scss */
body {
  line-height: 1; }

/* line 22, ../sass/variables/_meyer-reset.scss */
ol, ul {
  list-style: none; }

/* line 25, ../sass/variables/_meyer-reset.scss */
blockquote, q {
  quotes: none; }

/* line 29, ../sass/variables/_meyer-reset.scss */
blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 35, ../sass/variables/_meyer-reset.scss */
q:before, q:after {
  content: "";
  content: none; }

/* line 40, ../sass/variables/_meyer-reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* No files to import found in abstractions/**\/* */
/* line 1, ../sass/base/_forms.scss */
.form-wrapper {
  display: block;
  float: left;
  width: 100%; }

/* line 6, ../sass/base/_forms.scss */
input {
  max-width: 100%; }

/* line 11, ../sass/base/_forms.scss */
#ui-timepicker-div table.ui-timepicker-table {
  font-size: 11px; }
/* line 14, ../sass/base/_forms.scss */
#ui-timepicker-div .ui-timepicker-table td a.ui-state-default {
  padding-left: 2px;
  padding-right: 15px; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* Some font styles are controlled via the @fontyourface module. If you can't find it here, it is likely there */
/* line 11, ../sass/base/_typography.scss */
body {
  font-size: 100%;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

/* line 16, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Fjalla One, Arial, Helvetica, sans-serif; }

/* line 20, ../sass/base/_typography.scss */
p {
  margin: 0 0 20px 0;
  color: #6A7987;
  line-height: 1.7em; }

/* line 26, ../sass/base/_typography.scss */
strong {
  font-weight: bold; }

/* line 29, ../sass/base/_typography.scss */
i, em {
  font-style: italic; }

/* line 33, ../sass/base/_typography.scss */
.l-page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */ }

@media (min-width: 43.75em) {
  /* line 41, ../sass/base/_typography.scss */
  .l-page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */ } }
/* line 49, ../sass/base/_typography.scss */
.l-content h1 {
  margin: 0 0 10px 0;
  font-size: 4em; }

/* line 54, ../sass/base/_typography.scss */
h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */ }

@media (min-width: 43.75em) {
  /* line 62, ../sass/base/_typography.scss */
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125; } }
@media (min-width: 56.25em) {
  /* line 70, ../sass/base/_typography.scss */
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */ } }
/* line 78, ../sass/base/_typography.scss */
h2 {
  font-size: 1.8em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */ }

@media (min-width: 43.75em) {
  /* line 86, ../sass/base/_typography.scss */
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25; } }
@media (min-width: 56.25em) {
  /* line 94, ../sass/base/_typography.scss */
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25; } }
/* line 101, ../sass/base/_typography.scss */
h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */ }

@media (min-width: 43.75em) {
  /* line 109, ../sass/base/_typography.scss */
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25; } }
@media (min-width: 56.25em) {
  /* line 117, ../sass/base/_typography.scss */
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25; } }
/* line 124, ../sass/base/_typography.scss */
h4 {
  font-size: 1.125em;
  margin-bottom: 10px;
  /* 1.125x body copy size = 18px */ }

@media (min-width: 43.75em) {
  /* line 132, ../sass/base/_typography.scss */
  h4 {
    /* (22px / 18px */ } }
/* line 138, ../sass/base/_typography.scss */
blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */ }

@media (min-width: 43.75em) {
  /* line 146, ../sass/base/_typography.scss */
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */ } }
/* line 154, ../sass/base/_typography.scss */
.field--name-body ul {
  list-style: square;
  margin: 10px 0 0 10px;
  padding-left: 10px; }
  /* line 158, ../sass/base/_typography.scss */
  .field--name-body ul li {
    color: #6A7987;
    margin-bottom: 15px; }
    /* line 161, ../sass/base/_typography.scss */
    .field--name-body ul li a.download-link {
      display: inline-flex; }

/* line 168, ../sass/base/_typography.scss */
.node__content ul, .node__content ol, .field--name-body ul, .field--name-body ol {
  padding: 0 0 0 20px;
  margin: 10px 0 0 0; }
  /* line 171, ../sass/base/_typography.scss */
  .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; }
/* line 176, ../sass/base/_typography.scss */
.node__content ul, .field--name-body ul {
  list-style: square;
  color: #6A7987; }
  /* line 179, ../sass/base/_typography.scss */
  .node__content ul ul, .field--name-body ul ul {
    list-style: disc; }
/* line 183, ../sass/base/_typography.scss */
.node__content ol, .field--name-body ol {
  list-style: decimal; }
  /* line 185, ../sass/base/_typography.scss */
  .node__content ol ol, .field--name-body ol ol {
    list-style: lower-alpha; }

/* line 191, ../sass/base/_typography.scss */
.field--name-body blockquote {
  font-size: initial;
  margin-left: 20px; }
  /* line 194, ../sass/base/_typography.scss */
  .field--name-body blockquote p {
    line-height: initial; }

/* line 199, ../sass/base/_typography.scss */
.description {
  font-size: .8em;
  margin: 10px 0 5px 0;
  color: #6A7987;
  font-style: italic; }

/* line 206, ../sass/base/_typography.scss */
.credit {
  font-size: .7em;
  color: #6A7987; }

/* line 211, ../sass/base/_typography.scss */
.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: #fff;
  margin: 0 0 0 -60px; }

/* line 220, ../sass/base/_typography.scss */
.node-type-listing-page .l-content h1 {
  display: none; }

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

/* line 233, ../sass/base/_typography.scss */
.titleposition {
  position: absolute;
  top: 430px;
  left: 0;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 233, ../sass/base/_typography.scss */
    .titleposition {
      top: 380px; } }

/* line 242, ../sass/base/_typography.scss */
.i18n-es.front .titleposition {
  top: 380px; }

/* line 248, ../sass/base/_typography.scss */
.page-missions-page .titleposition,
.page-citizenscientists .titleposition,
.page-stem-activation-team .titleposition {
  top: 440px; }

/* line 252, ../sass/base/_typography.scss */
.titleposition2 {
  max-width: 1080px;
  margin: auto; }

/* line 261, ../sass/base/_typography.scss */
.front .l-content h1,
.page-missions-page .l-content h1,
.page-citizenscientists .l-content h1,
.page-stem-activation-team .l-content h1 {
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 4em; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 261, ../sass/base/_typography.scss */
    .front .l-content h1,
    .page-missions-page .l-content h1,
    .page-citizenscientists .l-content h1,
    .page-stem-activation-team .l-content h1 {
      padding: 0 5%; } }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 261, ../sass/base/_typography.scss */
    .front .l-content h1,
    .page-missions-page .l-content h1,
    .page-citizenscientists .l-content h1,
    .page-stem-activation-team .l-content h1 {
      font-size: 2.5em;
      margin: 0; } }

/* line 279, ../sass/base/_typography.scss */
a {
  color: #4A90E2; }

/* line 283, ../sass/base/_typography.scss */
.page-sciencenews.section-sciencenews h1 {
  display: none; }

/* line 287, ../sass/base/_typography.scss */
.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; }

/* line 293, ../sass/base/_typography.scss */
.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; }

/* line 299, ../sass/base/_typography.scss */
.view-glossary h3 {
  border: 5px solid #175498;
  clear: both;
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 50px;
  color: #175498; }

/* line 309, ../sass/base/_typography.scss */
.pdf,
.document-link,
.download-link {
  display: inline-block;
  vertical-align: text-top; }

/* line 316, ../sass/base/_typography.scss */
tr .pdf,
tr .document-link,
tr .download-link {
  display: block; }

/* line 322, ../sass/base/_typography.scss */
.display-inline,
.display-inline-flex {
  display: inline; }

/* line 2, ../sass/components/_ciencia_overrides.scss */
.i18n-es .field--name-body table {
  margin-bottom: 25px; }

/* line 1, ../sass/components/_footer.scss */
.l-footer {
  background: #000 url("../images/bg_footer-large.jpg") no-repeat center bottom;
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  float: left;
  bottom: 0;
  background: #000;
  padding: 0 5%;
  box-sizing: border-box; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1, ../sass/components/_footer.scss */
    .l-footer {
      box-sizing: border-box;
      padding-top: 40px; } }

/* line 20, ../sass/components/_footer.scss */
.l-region--footer {
  background: #000 url("../images/bg_footer-large.jpg") no-repeat center bottom;
  background-size: contain;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 50px; }

/* line 29, ../sass/components/_footer.scss */
#block-menu-menu-footer-menu {
  max-width: 1080px;
  width: 100%;
  clear: both;
  padding: 40px 0 150px 0; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 29, ../sass/components/_footer.scss */
    #block-menu-menu-footer-menu {
      padding: 0 5% 100px 5%; } }
  /* line 13, ../../../../../../../lib/gems/1.9.1/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  #block-menu-menu-footer-menu:after {
    content: "";
    display: table;
    clear: both; }
  /* line 39, ../sass/components/_footer.scss */
  #block-menu-menu-footer-menu ul {
    width: 100%;
    list-style: none; }
    /* line 42, ../sass/components/_footer.scss */
    #block-menu-menu-footer-menu ul li.leaf {
      font-weight: 700;
      font-size: .9em;
      text-transform: uppercase;
      font-family: Raleway, Arial, Helvetica, sans-serif;
      list-style: none;
      padding: 0 0 20px 0; }
      @media (min-width: 0px) and (max-width: 768px) {
        /* line 42, ../sass/components/_footer.scss */
        #block-menu-menu-footer-menu ul li.leaf {
          font-weight: 300;
          background: url("../images/footer-arrow.png") no-repeat left center;
          padding: 0  0 0 25px;
          font-weight: normal;
          height: 40px;
          line-height: 40px;
          margin: 0 0 10px 0;
          float: left;
          width: 100%; } }
      /* line 60, ../sass/components/_footer.scss */
      #block-menu-menu-footer-menu ul li.leaf a {
        color: #fff;
        text-decoration: none; }
        @media (min-width: 0px) and (max-width: 768px) {
          /* line 60, ../sass/components/_footer.scss */
          #block-menu-menu-footer-menu ul li.leaf a {
            font-weight: 300; } }
    /* line 68, ../sass/components/_footer.scss */
    #block-menu-menu-footer-menu ul li.expanded {
      float: left;
      list-style: none;
      width: 16%;
      padding: 0 2% 0 0;
      box-sizing: border-box;
      font-weight: 700;
      font-size: .9em;
      font-family: Raleway, Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin: 0 0 10px 0; }
      @media (min-width: 0px) and (max-width: 768px) {
        /* line 68, ../sass/components/_footer.scss */
        #block-menu-menu-footer-menu ul li.expanded {
          width: 100%;
          height: 40px;
          line-height: 40px; } }
      /* line 85, ../sass/components/_footer.scss */
      #block-menu-menu-footer-menu ul li.expanded a {
        color: #fff;
        font-weight: 700;
        float: left;
        width: 100%;
        padding: 0 0 8px 0;
        margin: 0 0 10px 0;
        background: url("../images/footer-underscore.png") no-repeat left bottom;
        text-decoration: none; }
        @media (min-width: 0px) and (max-width: 768px) {
          /* line 85, ../sass/components/_footer.scss */
          #block-menu-menu-footer-menu ul li.expanded a {
            font-weight: 300;
            background: url("../images/footer-arrow.png") no-repeat left center;
            padding: 0  0 0 25px; } }
      @media (min-width: 0px) and (max-width: 768px) {
        /* line 100, ../sass/components/_footer.scss */
        #block-menu-menu-footer-menu ul li.expanded ul {
          display: none; } }
      /* line 104, ../sass/components/_footer.scss */
      #block-menu-menu-footer-menu ul li.expanded ul li {
        list-style: none;
        line-height: 2;
        padding: 0;
        text-transform: none;
        font-size: .9em;
        font-family: Raleway, Arial, Helvetica, sans-serif; }
        /* line 111, ../sass/components/_footer.scss */
        #block-menu-menu-footer-menu ul li.expanded ul li a {
          color: #6A7987;
          text-decoration: none;
          padding: 0;
          margin: 0;
          background: none;
          font-weight: 500; }

/* line 125, ../sass/components/_footer.scss */
div.form-item.webform-component.webform-component-email.webform-component--email {
  float: left;
  width: 100%; }

/* line 130, ../sass/components/_footer.scss */
.l-footer .block--webform, #block-nasa-subscribe-nasa-subscribe {
  width: 60%;
  height: 220px;
  float: right;
  padding: 40px 0 0 0; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 130, ../sass/components/_footer.scss */
    .l-footer .block--webform, #block-nasa-subscribe-nasa-subscribe {
      width: 100%;
      padding: 0 0 40px 0;
      height: 260px; } }
  /* line 140, ../sass/components/_footer.scss */
  .l-footer .block--webform .form-email, .l-footer .block--webform input#edit-email, #block-nasa-subscribe-nasa-subscribe .form-email, #block-nasa-subscribe-nasa-subscribe input#edit-email {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    color: #fff;
    background: #2d3133;
    border: 1px solid #2d3133;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      /* line 140, ../sass/components/_footer.scss */
      .l-footer .block--webform .form-email, .l-footer .block--webform input#edit-email, #block-nasa-subscribe-nasa-subscribe .form-email, #block-nasa-subscribe-nasa-subscribe input#edit-email {
        width: 100%; } }
  /* line 154, ../sass/components/_footer.scss */
  .l-footer .block--webform .form-submit, #block-nasa-subscribe-nasa-subscribe .form-submit {
    background: #c52639;
    height: 50px;
    width: 27%;
    line-height: 50px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    float: right; }
    @media (min-width: 0px) and (max-width: 768px) {
      /* line 154, ../sass/components/_footer.scss */
      .l-footer .block--webform .form-submit, #block-nasa-subscribe-nasa-subscribe .form-submit {
        width: 30%;
        padding: 0; } }

/* line 177, ../sass/components/_footer.scss */
#edit-newsletter-checkbox div.form-item.form-type-checkbox.form-item-newsletter-checkbox-Earth-and-Space-Science-Education-News {
  width: 60%; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 177, ../sass/components/_footer.scss */
    #edit-newsletter-checkbox div.form-item.form-type-checkbox.form-item-newsletter-checkbox-Earth-and-Space-Science-Education-News {
      width: 100%; } }

/* line 184, ../sass/components/_footer.scss */
#nasa-subscribe-form div div.subscribe_submit div.form-item.form-type-textfield.form-item-email {
  float: left;
  width: 70%; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 184, ../sass/components/_footer.scss */
    #nasa-subscribe-form div div.subscribe_submit div.form-item.form-type-textfield.form-item-email {
      width: 68%; } }

/* line 192, ../sass/components/_footer.scss */
#nasa-subscribe-form div div.subscribe_submit {
  float: left;
  width: 100%; }

/* line 197, ../sass/components/_footer.scss */
#nasa-subscribe-form div div.subscribe_submit div.form-item.form-type-textfield.form-item-email label {
  display: none; }

/* line 201, ../sass/components/_footer.scss */
#edit-newsletter-checkbox div.form-item.form-type-checkbox.form-item-newsletter-checkbox-SARA-Mailing-List {
  width: 40%; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 201, ../sass/components/_footer.scss */
    #edit-newsletter-checkbox div.form-item.form-type-checkbox.form-item-newsletter-checkbox-SARA-Mailing-List {
      width: 100%; } }

/* line 208, ../sass/components/_footer.scss */
#edit-newsletter-checkbox div.form-item.form-type-checkbox.form-item-newsletter-checkbox-Science-at-NASA {
  width: 40%; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 208, ../sass/components/_footer.scss */
    #edit-newsletter-checkbox div.form-item.form-type-checkbox.form-item-newsletter-checkbox-Science-at-NASA {
      width: 100%; } }

/* line 217, ../sass/components/_footer.scss */
footer .form-type-checkbox {
  float: left;
  width: 50%;
  line-height: 30px;
  height: 30px;
  font-size: 1em;
  color: #6A7987; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 217, ../sass/components/_footer.scss */
    footer .form-type-checkbox {
      width: 100%; } }
  /* line 227, ../sass/components/_footer.scss */
  footer .form-type-checkbox input[type="checkbox"] {
    display: none; }
  /* line 230, ../sass/components/_footer.scss */
  footer .form-type-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 35px;
    height: auto;
    background: url("../images/check-sprite.png") left bottom no-repeat; }
  /* line 238, ../sass/components/_footer.scss */
  footer .form-type-checkbox input[type="checkbox"]:checked + label {
    background: url("../images/check-sprite.png") left top no-repeat; }

@media (min-width: 0px) and (max-width: 736px) {
  /* line 248, ../sass/components/_footer.scss */
  #edit-newsletter-checkbox div.form-item.form-type-checkbox label.option {
    font-size: .8em; } }

/* line 254, ../sass/components/_footer.scss */
.l-region--blockgroup-newsletter-footer-group {
  width: 100%;
  float: left;
  border-bottom: 1px solid #cdcdcd; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 254, ../sass/components/_footer.scss */
    .l-region--blockgroup-newsletter-footer-group {
      padding: 0 5%;
      border: none; } }
  /* line 262, ../sass/components/_footer.scss */
  .l-region--blockgroup-newsletter-footer-group #newsletter-intro {
    width: 40%;
    padding: 40px 0;
    float: left; }
    @media (min-width: 0px) and (max-width: 1024px) {
      /* line 262, ../sass/components/_footer.scss */
      .l-region--blockgroup-newsletter-footer-group #newsletter-intro {
        width: 100%;
        padding-bottom: 0; } }
    /* line 270, ../sass/components/_footer.scss */
    .l-region--blockgroup-newsletter-footer-group #newsletter-intro h3 {
      font-weight: normal;
      color: #fff; }
    /* line 274, ../sass/components/_footer.scss */
    .l-region--blockgroup-newsletter-footer-group #newsletter-intro p {
      color: #6A7987;
      font-size: .8em; }

/* line 281, ../sass/components/_footer.scss */
#logo-footer {
  padding: 0 0 0 80px;
  float: left;
  background: url("../images/nasa-logo.png") no-repeat left; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 281, ../sass/components/_footer.scss */
    #logo-footer {
      width: 100%; } }
  /* line 290, ../sass/components/_footer.scss */
  #logo-footer .content {
    border-left: 1px solid #fff;
    padding: 0 0 0 30px; }
    /* line 293, ../sass/components/_footer.scss */
    #logo-footer .content h5 {
      font-weight: 300;
      color: #fff;
      font-family: Raleway, Arial, Helvetica, sans-serif; }
    /* line 298, ../sass/components/_footer.scss */
    #logo-footer .content p {
      color: #6A7987;
      font-size: .8em;
      margin: 0; }

@media (min-width: 0px) and (max-width: 768px) {
  /* line 306, ../sass/components/_footer.scss */
  .l-region--blockgroup-secondary-footer.blockgroup {
    height: 100px;
    float: none;
    width: 100%; } }
/* line 320, ../sass/components/_footer.scss */
.l-region--blockgroup-secondary-footer.blockgroup ul li {
  list-style: none;
  float: left;
  font-size: .8em;
  padding: 0 15px;
  border-right: 1px solid #6A7987; }
  /* line 326, ../sass/components/_footer.scss */
  .l-region--blockgroup-secondary-footer.blockgroup ul li.last {
    border-right: none; }
  /* line 329, ../sass/components/_footer.scss */
  .l-region--blockgroup-secondary-footer.blockgroup ul li a {
    color: #6A7987;
    text-decoration: none; }
/* line 335, ../sass/components/_footer.scss */
.l-region--blockgroup-secondary-footer.blockgroup #block-menu-menu-footer-secondary-1 {
  float: left; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 335, ../sass/components/_footer.scss */
    .l-region--blockgroup-secondary-footer.blockgroup #block-menu-menu-footer-secondary-1 {
      float: none;
      margin: 0 auto;
      width: auto;
      height: 20px;
      line-height: 20px; }
      /* line 342, ../sass/components/_footer.scss */
      .l-region--blockgroup-secondary-footer.blockgroup #block-menu-menu-footer-secondary-1 ul.menu {
        margin: 0 auto 10px auto;
        float: none;
        text-align: center; } }
/* line 350, ../sass/components/_footer.scss */
.l-region--blockgroup-secondary-footer.blockgroup #block-menu-menu-footer-secondary-2 {
  float: right; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 350, ../sass/components/_footer.scss */
    .l-region--blockgroup-secondary-footer.blockgroup #block-menu-menu-footer-secondary-2 {
      float: none;
      margin: 0 auto;
      width: 100%;
      clear: both;
      height: 20px;
      line-height: 20px; } }
  @media (min-width: 0px) and (max-width: 768px) and (min-width: 0px) and (max-width: 768px) {
    /* line 358, ../sass/components/_footer.scss */
    .l-region--blockgroup-secondary-footer.blockgroup #block-menu-menu-footer-secondary-2 ul.menu {
      margin: 0 auto 10px auto;
      float: none;
      text-align: center; } }

/* line 371, ../sass/components/_footer.scss */
.l-region.l-region--secondary-footer {
  width: 100%;
  max-width: 1080px;
  float: none;
  margin: 0 auto;
  border: none;
  background: #000;
  padding: 20px 0;
  min-height: 100px; }

/* line 382, ../sass/components/_footer.scss */
#block-menu-menu-footer-menu-3, #block-menu-menu-footer-secondary-menu {
  float: right; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 382, ../sass/components/_footer.scss */
    #block-menu-menu-footer-menu-3, #block-menu-menu-footer-secondary-menu {
      float: none;
      width: 100%; } }
  /* line 388, ../sass/components/_footer.scss */
  #block-menu-menu-footer-menu-3 ul, #block-menu-menu-footer-secondary-menu ul {
    padding: 20px 0; }
  /* line 391, ../sass/components/_footer.scss */
  #block-menu-menu-footer-menu-3 li, #block-menu-menu-footer-secondary-menu li {
    line-height: 20px;
    height: 20px;
    font-size: .9em;
    list-style: none;
    float: left;
    font-size: .8em;
    padding: 0 15px;
    border-right: 1px solid #6A7987; }
    /* line 400, ../sass/components/_footer.scss */
    #block-menu-menu-footer-menu-3 li.last, #block-menu-menu-footer-secondary-menu li.last {
      border: none; }
    /* line 403, ../sass/components/_footer.scss */
    #block-menu-menu-footer-menu-3 li a, #block-menu-menu-footer-secondary-menu li a {
      color: #fff;
      text-decoration: none; }

/* line 413, ../sass/components/_footer.scss */
.i18n-es .l-footer #block-menu-menu-footer-menu ul.menu {
  display: flex; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 413, ../sass/components/_footer.scss */
    .i18n-es .l-footer #block-menu-menu-footer-menu ul.menu {
      display: block; } }
  /* line 418, ../sass/components/_footer.scss */
  .i18n-es .l-footer #block-menu-menu-footer-menu ul.menu li {
    padding-right: 15px;
    margin: auto; }
    @media (min-width: 0px) and (max-width: 768px) {
      /* line 418, ../sass/components/_footer.scss */
      .i18n-es .l-footer #block-menu-menu-footer-menu ul.menu li {
        width: 100%; } }

/* line 1, ../sass/components/_header.scss */
.front header.l-header,
.page-missions-page header.l-header,
.page-citizenscientists header.l-header,
.page-stem-activation-team header.l-header {
  height: 470px;
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  background: none; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 1, ../sass/components/_header.scss */
    .front header.l-header,
    .page-missions-page header.l-header,
    .page-citizenscientists header.l-header,
    .page-stem-activation-team header.l-header {
      height: 470px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 1, ../sass/components/_header.scss */
    .front header.l-header,
    .page-missions-page header.l-header,
    .page-citizenscientists header.l-header,
    .page-stem-activation-team header.l-header {
      height: 470px; } }

/* line 19, ../sass/components/_header.scss */
.node-type-page header.l-header {
  height: auto;
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  background: none; }

/* line 28, ../sass/components/_header.scss */
.node-type-page.landing header.l-header {
  height: 480px; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 28, ../sass/components/_header.scss */
    .node-type-page.landing header.l-header {
      height: 470px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 28, ../sass/components/_header.scss */
    .node-type-page.landing header.l-header {
      height: 480px; } }

/* line 47, ../sass/components/_header.scss */
.section-public-affairs header.l-header,
.section-chat-with-a-scientist header.l-header,
.section-connect header.l-header,
.section-about-us header.l-header,
.page-event-listing header.l-header,
.page-toolkits header.l-header,
.page-event-map header.l-header,
.section-contact-us header.l-header,
.node-type-people header.l-header {
  height: 265px;
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  background: none; }

/* line 57, ../sass/components/_header.scss */
header.l-header {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100px;
  float: left; }

/* line 65, ../sass/components/_header.scss */
.site-logo {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  text-decoration: none; }

/* line 72, ../sass/components/_header.scss */
a.site-logo {
  position: relative;
  margin: 0 0 0 40%;
  float: none;
  z-index: 1; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 72, ../sass/components/_header.scss */
    a.site-logo {
      margin: 0;
      position: relative;
      left: 120px;
      float: none; } }
  @media (min-width: 1080px) and (max-width: 10000px) {
    /* line 72, ../sass/components/_header.scss */
    a.site-logo {
      float: left;
      margin: 0;
      text-decoration: none; } }
  /* line 88, ../sass/components/_header.scss */
  a.site-logo img {
    width: 70px;
    margin: 10px auto 0 auto;
    float: none; }

/* line 106, ../sass/components/_header.scss */
.front h1.site-slogan a, .front h1.site-slogan a span:after,
.not-front.node-type-page h1.site-slogan a,
.not-front.node-type-page h1.site-slogan a span:after,
.not-front.page-missions-page h1.site-slogan a,
.not-front.page-missions-page h1.site-slogan a span:after,
.not-front.page-event-listing h1.site-slogan a,
.not-front.page-event-listing h1.site-slogan a span:after,
.not-front.page-citizenscientists h1.site-slogan a,
.not-front.page-citizenscientists h1.site-slogan a span:after,
.not-front.page-toolkits h1.site-slogan a,
.not-front.page-toolkits h1.site-slogan a span:after,
.not-front.page-event-map h1.site-slogan a,
.not-front.page-event-map h1.site-slogan a span:after,
.not-front.section-contact-us h1.site-slogan a,
.not-front.section-contact-us h1.site-slogan a span:after,
.not-front.node-type-people h1.site-slogan a,
.not-front.node-type-people h1.site-slogan a span:after,
.not-front.page-stem-activation-team h1.site-slogan a,
.not-front.page-stem-activation-team h1.site-slogan a span:after {
  color: #fff; }

/* line 112, ../sass/components/_header.scss */
.not-front a.site-slogan:after {
  color: #333; }

/*
START Styles for logo with beta banner
*/
/* line 119, ../sass/components/_header.scss */
a.site-logo {
  position: relative; }

/* line 122, ../sass/components/_header.scss */
a.site-logo:after {
  display: block;
  position: absolute;
  bottom: 32px;
  right: 0;
  text-align: right; }

/* line 140, ../sass/components/_header.scss */
.front a.site-logo:before,
.not-front.node-type-page a.site-logo:before,
.not-front.page-missions-page a.site-logo:before,
.not-front.page-event-listing a.site-logo:before,
.not-front.page-citizenscientists a.site-logo:before,
.not-front.page-toolkits a.site-logo:before,
.not-front.page-event-map a.site-logo:before,
.not-front.section-contact-us a.site-logo:before,
.not-front.node-type-people a.site-logo:before,
.not-front.page-stem-activation-team a.site-logo:before {
  color: #fff; }

/* line 144, ../sass/components/_header.scss */
.not-front a.site-logo:before {
  color: #333; }

/*
END Styles for logo with beta banner
*/
/* line 151, ../sass/components/_header.scss */
h1.site-name {
  display: none; }

/* line 155, ../sass/components/_header.scss */
h1.site-slogan {
  display: inline;
  position: relative;
  top: 5px;
  z-index: 5;
  font-size: 3em;
  margin-left: 20px; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 155, ../sass/components/_header.scss */
    h1.site-slogan {
      left: 120px; } }
  /* line 165, ../sass/components/_header.scss */
  h1.site-slogan a {
    text-decoration: none;
    font-size: 0.5em;
    color: #333;
    vertical-align: middle;
    font-family: Fjalla One, Arial, Helvetica, sans-serif; }
    /* line 171, ../sass/components/_header.scss */
    h1.site-slogan a span:after {
      content: 'Beta';
      color: #333;
      font-size: 0.7em;
      position: relative;
      top: 18px;
      left: -28px; }

/* line 182, ../sass/components/_header.scss */
.l-region.l-region--header {
  float: left;
  width: 100%;
  height: 50px;
  top: 0; }

/* line 189, ../sass/components/_header.scss */
.node-type-listing-page .l-region.l-region--header {
  height: 0px; }

/* line 193, ../sass/components/_header.scss */
#header {
  width: 100%;
  height: 500px; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 193, ../sass/components/_header.scss */
    #header {
      height: 320px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 193, ../sass/components/_header.scss */
    #header {
      height: 370px; } }
  /* line 13, ../../../../../../../lib/gems/1.9.1/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  #header:after {
    content: "";
    display: table;
    clear: both; }
  /* line 203, ../sass/components/_header.scss */
  #header.mars-rover {
    background: url("../images/bg_home-large.jpg") no-repeat;
    background-size: cover;
    background-position: center top; }
  /* line 208, ../sass/components/_header.scss */
  #header.earth-science {
    background: url("../images/earth.png") no-repeat;
    background-size: cover;
    background-position: center top; }
  /* line 213, ../sass/components/_header.scss */
  #header.earth-science-landing {
    background: url("../images/earth.png") no-repeat;
    background-size: cover;
    background-position: center top; }

/* line 220, ../sass/components/_header.scss */
#block-search-form {
  background: none;
  float: left; }

/* line 226, ../sass/components/_header.scss */
.l-region .block--custom-search-blocks.ask-question {
  max-width: 675px;
  width: 100%;
  height: 82px;
  top: 350px;
  float: left;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 226, ../sass/components/_header.scss */
    .l-region .block--custom-search-blocks.ask-question {
      margin: 0 auto;
      float: none;
      width: 80%; } }
  /* line 245, ../sass/components/_header.scss */
  .l-region .block--custom-search-blocks.ask-question #edit-submit {
    background: #c52639;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border: none;
    margin: -70px 0px 0 -55px;
    height: 70px;
    width: 110px;
    float: right;
    font-size: 1.3em;
    color: #fff;
    font-weight: 700;
    font-family: Raleway, Arial, Helvetica, sans-serif; }
  /* line 260, ../sass/components/_header.scss */
  .l-region .block--custom-search-blocks.ask-question .custom-search-box {
    background: #c52639;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    height: 70px;
    padding: 3px 3px 3px 50px;
    margin: -15px 0 0 0;
    float: left;
    border: none;
    width: 95%;
    background: #fff url("../images/search.png") no-repeat 10px center; }

@media (min-width: 0px) and (max-width: 768px) {
  /* line 277, ../sass/components/_header.scss */
  .block--custom-search-blocks.ask-question {
    background: #175498;
    width: 100%;
    float: left;
    height: 60px;
    padding: 10px 0; } }
@media (min-width: 0px) and (max-width: 768px) {
  /* line 285, ../sass/components/_header.scss */
  .block--custom-search-blocks.ask-question #edit-actions.form-wrapper {
    margin-left: 80%; } }
@media (min-width: 0px) and (max-width: 768px) {
  /* line 290, ../sass/components/_header.scss */
  .block--custom-search-blocks.ask-question .custom-search-box {
    float: none;
    margin: 0 auto;
    padding: 0; } }

/* line 299, ../sass/components/_header.scss */
#block-views-exp-elasticsearch-page,
.views-exposed-form-es-connector-page,
#views-exposed-form-es-connector-view-es-searchbox-main,
#views-exposed-form-es-connector-view-page-type-search {
  max-width: 675px;
  width: 100%;
  height: auto;
  bottom: 50px;
  float: left;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 299, ../sass/components/_header.scss */
    #block-views-exp-elasticsearch-page,
    .views-exposed-form-es-connector-page,
    #views-exposed-form-es-connector-view-es-searchbox-main,
    #views-exposed-form-es-connector-view-page-type-search {
      margin: 0 5%;
      bottom: 90px;
      float: left;
      width: 90%; } }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 299, ../sass/components/_header.scss */
    #block-views-exp-elasticsearch-page,
    .views-exposed-form-es-connector-page,
    #views-exposed-form-es-connector-view-es-searchbox-main,
    #views-exposed-form-es-connector-view-page-type-search {
      padding: 3px; } }

/* line 331, ../sass/components/_header.scss */
.front .l-region--navigation #views-exposed-form-es-connector-view-main-search,
.page-missions-page .l-region--navigation #views-exposed-form-es-connector-view-main-search,
.page-citizenscientists .l-region--navigation #views-exposed-form-es-connector-view-main-search,
.page-stem-activation-team .l-region--navigation #views-exposed-form-es-connector-view-main-search {
  display: none;
  max-width: 540px;
  width: 100%;
  height: 60px;
  bottom: 50px;
  float: left;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 331, ../sass/components/_header.scss */
    .front .l-region--navigation #views-exposed-form-es-connector-view-main-search,
    .page-missions-page .l-region--navigation #views-exposed-form-es-connector-view-main-search,
    .page-citizenscientists .l-region--navigation #views-exposed-form-es-connector-view-main-search,
    .page-stem-activation-team .l-region--navigation #views-exposed-form-es-connector-view-main-search {
      margin: 0 5%;
      float: left;
      width: 90%;
      bottom: 90px; } }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 331, ../sass/components/_header.scss */
    .front .l-region--navigation #views-exposed-form-es-connector-view-main-search,
    .page-missions-page .l-region--navigation #views-exposed-form-es-connector-view-main-search,
    .page-citizenscientists .l-region--navigation #views-exposed-form-es-connector-view-main-search,
    .page-stem-activation-team .l-region--navigation #views-exposed-form-es-connector-view-main-search {
      margin: 0 5%;
      padding: 3px;
      height: 54px;
      float: left;
      width: 90%; } }

/* line 362, ../sass/components/_header.scss */
.views-exposed-form-es-connector-view-elasticsearch-results-by-fields {
  max-width: 850px;
  width: 0;
  float: right;
  top: -70px;
  left: -40px;
  position: relative;
  height: 59px;
  z-index: 10;
  margin: 0;
  padding: 6px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 362, ../sass/components/_header.scss */
    .views-exposed-form-es-connector-view-elasticsearch-results-by-fields {
      display: none; } }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 362, ../sass/components/_header.scss */
    .views-exposed-form-es-connector-view-elasticsearch-results-by-fields {
      max-width: 820px;
      left: -70px; } }
  /* line 381, ../sass/components/_header.scss */
  .views-exposed-form-es-connector-view-elasticsearch-results-by-fields .views-exposed-form {
    display: none; }

/* line 386, ../sass/components/_header.scss */
.views-exposed-form-es-connector-view-elasticsearch-results-by-fields.search-box-active {
  width: 100%; }

/* line 390, ../sass/components/_header.scss */
div#edit-search-api-views-text-wrapper.views-exposed-widget.views-widget-filter-search_api_views_fulltext {
  padding: 0;
  height: 48px; }

/* line 395, ../sass/components/_header.scss */
input#edit-search-api-views-text.form-text, .l-region--header input#edit-search-api-views-text.form-text, .page-search .l-region--navigation input#edit-search-api-views-text.form-text {
  width: 100%;
  outline: none;
  height: 47px;
  padding: 0 0 0 60px;
  background: #fff url("../images/search.png") no-repeat 10px center;
  color: #6A7987;
  border: 1px solid #d2d5d7;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  font-size: 1.5em; }

/* line 408, ../sass/components/_header.scss */
#mmenu_left .views-submit-button {
  width: 16%;
  padding: 0; }

/* line 414, ../sass/components/_header.scss */
.i18n-es #mmenu_left .views-submit-button {
  width: 24%; }

/* line 418, ../sass/components/_header.scss */
input#edit-submit-elasticsearch.form-submit, input#edit-submit-es-connector.form-submit, input#edit-submit-es-connector-view.form-submit {
  background: #c52639;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 47px;
  float: right;
  font-size: 1.3em;
  color: #fff;
  font-weight: 700;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

/* line 434, ../sass/components/_header.scss */
.earth-taxonomy input#edit-submit-es-connector-view.form-submit {
  background: #7acf61; }

/* line 438, ../sass/components/_header.scss */
.solar-taxonomy input#edit-submit-es-connector-view.form-submit {
  background: #402874; }

/* line 442, ../sass/components/_header.scss */
.sun-taxonomy input#edit-submit-es-connector-view.form-submit {
  background: #e82237; }

/* line 446, ../sass/components/_header.scss */
.universe-taxonomy input#edit-submit-es-connector-view.form-submit {
  background: #03c4d7; }

/* line 450, ../sass/components/_header.scss */
.mission-taxonomy input#edit-submit-es-connector-view.form-submit {
  background: #6e99b7; }

/* line 454, ../sass/components/_header.scss */
.science-tech-taxonomy input#edit-submit-es-connector-view.form-submit {
  background: #b1215a; }

/* line 458, ../sass/components/_header.scss */
#views-exposed-form-es-connector-view-elasticsearch-results-by-fields input#edit-submit-es-connector-view.form-submit {
  height: 48px; }

/* line 462, ../sass/components/_header.scss */
input#edit-submit-elasticsearch.form-submit, input#edit-submit-es-connector.form-submit {
  background: #c52639;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border: none;
  margin: 0;
  width: 100% !important;
  height: 68px !important;
  float: right;
  font-size: 1.3em;
  color: #fff;
  font-weight: 700;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

/* line 479, ../sass/components/_header.scss */
input#edit-search-api-views-main.form-text, input#edit-search-api-views-text.form-text, .l-region--navigation input#edit-search-api-views-text.form-text {
  background: #c52639;
  outline: none;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  height: 47px;
  padding: 3px 0px 3px 30px;
  margin: 0px 0 0 0;
  float: left;
  border: none;
  width: 100%;
  background: #fff url("../images/search.png") no-repeat 4px center;
  background-size: 25px;
  font-size: 1.5em; }

/* line 496, ../sass/components/_header.scss */
div.views-exposed-widgets.clearfix {
  float: right;
  margin: 0;
  height: auto;
  width: 100%; }

/* line 506, ../sass/components/_header.scss */
#views-exposed-form-mission-index-exposed-mission-taxonomy div.views-exposed-widgets.clearfix,
#views-exposed-form-citizen-scientist-exposed-mission-taxonomy div.views-exposed-widgets.clearfix,
#views-exposed-form-people-of-science-exposed-mission-taxonomy div.views-exposed-widgets.clearfix {
  height: 68px;
  display: flex;
  overflow: hidden; }

/* line 513, ../sass/components/_header.scss */
#views-exposed-form-es-connector-view-es-searchbox-main div div.views-exposed-form,
#views-exposed-form-es-connector-view-page-type-search div div.views-exposed-form {
  float: right;
  width: 100%; }

/* line 520, ../sass/components/_header.scss */
.views-exposed-form-es-connector-view-elasticsearch-results-by-fields .search-icon {
  display: inline-block;
  width: 47px;
  height: 47px;
  padding: 3px;
  position: absolute;
  right: -50px;
  top: 5px;
  cursor: pointer; }
/* line 530, ../sass/components/_header.scss */
.views-exposed-form-es-connector-view-elasticsearch-results-by-fields .search-icon:after {
  content: "\f002";
  font-family: Fontawesome;
  font-size: 25px;
  color: #6A7987; }

/* line 538, ../sass/components/_header.scss */
.front .search-icon:after,
.not-front.node-type-page .search-icon:after,
.not-front.page-missions-page .search-icon:after,
.not-front.page-event-listing .search-icon:after,
.section-citizenscientists .search-icon:after,
.section-toolkits .search-icon:after,
.section-event-map .search-icon:after,
.section-contact-us .search-icon:after,
.node-type-people .search-icon:after,
.page-stem-activation-team .search-icon:after {
  color: #fff; }

/* line 551, ../sass/components/_header.scss */
#edit-search-api-views-fulltext.form-text {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  height: 70px;
  padding: 3px 3px 3px 60px;
  margin: 0;
  float: left;
  border: none;
  width: 100%;
  font-size: 28px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #6A7987;
  background: url("../images/search.png") no-repeat 10px center; }

/* line 567, ../sass/components/_header.scss */
.views-exposed-form-es-connector-view-elasticsearch-results-by-fields #edit-search-api-views-fulltext.form-text {
  height: 47px;
  font-size: 16px;
  font-weight: 600; }

/* line 573, ../sass/components/_header.scss */
#edit-search-api-views-fulltext-wrapper {
  width: 78%;
  float: left;
  padding: 0;
  margin: 0px 0 0 0; }

/* line 580, ../sass/components/_header.scss */
.views-exposed-form-es-connector-view-elasticsearch-results-by-fields #edit-search-api-views-fulltext-wrapper {
  width: 91%; }

/* line 584, ../sass/components/_header.scss */
div.form-item.form-type-textfield.form-item-search-api-views-fulltext {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  background: #fff;
  float: left;
  width: 100%;
  height: 68px;
  margin: 0; }

/* line 594, ../sass/components/_header.scss */
.views-exposed-form-es-connector-view-elasticsearch-results-by-fields div.form-item.form-type-textfield.form-item-search-api-views-fulltext {
  height: 47px; }

/* line 598, ../sass/components/_header.scss */
.views-exposed-form-elasticsearch-page .views-submit-button,
.views-exposed-form-es-connector-page .views-submit-button,
.views-exposed-form-es-connector-view-elasticsearch-results-by-fields .views-submit-button {
  padding: 0;
  float: right;
  width: 22%; }

/* line 606, ../sass/components/_header.scss */
#views-exposed-form-es-connector-view-elasticsearch-results-by-fields .views-submit-button {
  width: 9%; }

/* line 609, ../sass/components/_header.scss */
#views-exposed-form-es-connector-view-elasticsearch-results-by-fields .views-widget-filter-search_api_views_fulltext {
  width: 91%; }

/* line 613, ../sass/components/_header.scss */
.i18n-es #views-exposed-form-es-connector-view-elasticsearch-results-by-fields .views-submit-button {
  width: 14%; }

/* line 616, ../sass/components/_header.scss */
.i18n-es #views-exposed-form-es-connector-view-elasticsearch-results-by-fields .views-widget-filter-search_api_views_fulltext {
  width: 86%; }

/* line 620, ../sass/components/_header.scss */
#sidr-wrapper-0 {
  position: absolute;
  left: 10px;
  top: 10px; }

/* line 626, ../sass/components/_header.scss */
#search-form label {
  display: none; }

/* line 630, ../sass/components/_header.scss */
#block-mmenu-search {
  float: right; }

/* line 634, ../sass/components/_header.scss */
#block-mmenu-search .form-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: #172b3c; }

/* line 654, ../sass/components/_header.scss */
div.form-item.form-type-textfield.form-item-custom-search-blocks-form-1 {
  float: left;
  margin: 0;
  width: 100%; }

/* line 660, ../sass/components/_header.scss */
form#custom-search-blocks-form-1.search-form.custom-search-blocks-form-1 {
  float: left;
  width: 100%; }

/* line 665, ../sass/components/_header.scss */
#block-custom-search-blocks-1 div.block__content {
  float: left;
  width: 100%; }

/* line 670, ../sass/components/_header.scss */
#block-custom-search-blocks-1 {
  float: left;
  width: 100%;
  margin: 0; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 670, ../sass/components/_header.scss */
    #block-custom-search-blocks-1 {
      float: left;
      width: 90%;
      margin: 0 5%; } }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 670, ../sass/components/_header.scss */
    #block-custom-search-blocks-1 {
      margin: 0 5%; } }

/* @group Background Images */
/* line 686, ../sass/components/_header.scss */
#block-views-random-background-block .views-field-field-image-link div.field-content a,
.bg-block .views-field-field-image-link div.field-content a {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  color: #fff;
  text-decoration: none;
  float: right;
  position: absolute;
  bottom: 50px;
  right: 0; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 686, ../sass/components/_header.scss */
    #block-views-random-background-block .views-field-field-image-link div.field-content a,
    .bg-block .views-field-field-image-link div.field-content a {
      bottom: 30px;
      left: 0;
      right: auto;
      margin: 0 5%; } }
  /* line 702, ../sass/components/_header.scss */
  #block-views-random-background-block .views-field-field-image-link div.field-content a:after,
  .bg-block .views-field-field-image-link div.field-content a:after {
    content: "\f08e";
    font-family: Fontawesome;
    margin: 0 0 0 15px; }

/* @end group*/
/*@group Page Content Type */
/* line 713, ../sass/components/_header.scss */
.node-type-page.landing #page-header-items {
  position: absolute;
  bottom: 0px;
  max-width: 1080px;
  height: auto;
  width: 100%;
  margin: 0; }
  /* line 720, ../sass/components/_header.scss */
  .node-type-page.landing #page-header-items h1 {
    font-size: 4em;
    position: absolute;
    bottom: 40px;
    color: #fff;
    float: left;
    text-shadow: 1px 1px 10px black; }
    @media (min-width: 0px) and (max-width: 1080px) {
      /* line 720, ../sass/components/_header.scss */
      .node-type-page.landing #page-header-items h1 {
        margin: 0 5%;
        float: left;
        width: 90%; } }
    @media (min-width: 0px) and (max-width: 736px) {
      /* line 720, ../sass/components/_header.scss */
      .node-type-page.landing #page-header-items h1 {
        bottom: 20px;
        font-size: 3em; } }
  /* line 737, ../sass/components/_header.scss */
  .node-type-page.landing #page-header-items.search h1 {
    bottom: 130px; }
    @media (min-width: 0px) and (max-width: 1080px) {
      /* line 737, ../sass/components/_header.scss */
      .node-type-page.landing #page-header-items.search h1 {
        bottom: 160px; } }

/* line 746, ../sass/components/_header.scss */
.node-type-page #page-header-items, .l-page #page-header-items {
  margin: 10% 0 0 0; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 746, ../sass/components/_header.scss */
    .node-type-page #page-header-items, .l-page #page-header-items {
      margin: 5% 5% 0 5%; } }
  /* line 751, ../sass/components/_header.scss */
  .node-type-page #page-header-items h1, .l-page #page-header-items h1 {
    font-size: 4em;
    color: #fff;
    float: left;
    text-shadow: 1px 1px 10px black; }
    @media (min-width: 0px) and (max-width: 736px) {
      /* line 751, ../sass/components/_header.scss */
      .node-type-page #page-header-items h1, .l-page #page-header-items h1 {
        font-size: 3em; } }

/* line 762, ../sass/components/_header.scss */
.node-type-listing-page #page-header-items {
  margin: 200px 0 0 0; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 762, ../sass/components/_header.scss */
    .node-type-listing-page #page-header-items {
      margin: 120px 5% 0 5%; } }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 762, ../sass/components/_header.scss */
    .node-type-listing-page #page-header-items {
      margin: 20px 5% 0 5%; } }
  /* line 770, ../sass/components/_header.scss */
  .node-type-listing-page #page-header-items h1 {
    font-size: 3em;
    color: #333;
    float: left;
    text-shadow: none; }

/* line 780, ../sass/components/_header.scss */
.section-sara #page-header-items,
.section-roses-blogs #page-header-items {
  margin-top: 160px; }

/* @end group */
/* line 788, ../sass/components/_header.scss */
.block--easy-breadcrumb {
  position: absolute;
  bottom: -37px;
  color: #5f6467;
  font-size: .9em; }
  /* line 793, ../sass/components/_header.scss */
  .block--easy-breadcrumb a {
    text-decoration: none; }
    /* line 795, ../sass/components/_header.scss */
    .block--easy-breadcrumb a:hover {
      text-decoration: underline; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 788, ../sass/components/_header.scss */
    .block--easy-breadcrumb {
      left: 60px; } }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 788, ../sass/components/_header.scss */
    .block--easy-breadcrumb {
      left: 5%; } }

/* line 1, ../sass/components/_legacy-styles.scss */
.caption_200_right {
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 15px; }

/* line 8, ../sass/components/_legacy-styles.scss */
.dnd-caption-wrapper {
  margin-left: 20px;
  font-size: 12px;
  font-style: italic; }

/* line 14, ../sass/components/_legacy-styles.scss */
.grey-image-box {
  background-color: Gainsboro;
  padding: 15px 20px 15px 20px;
  margin: 5px; }

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

/* line 24, ../sass/components/_main-content.scss */
.l-region--sidebar-first {
  float: right;
  width: 30%;
  box-sizing: border-box;
  padding: 0 0 0 60px; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 24, ../sass/components/_main-content.scss */
    .l-region--sidebar-first {
      width: 100%;
      float: left;
      padding: 40px 0 0 0; } }
  /* line 34, ../sass/components/_main-content.scss */
  .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; }
  /* line 42, ../sass/components/_main-content.scss */
  .l-region--sidebar-first h2.pane-title {
    font-size: 1.5em;
    border-bottom: 1px dotted #d2d5d7;
    padding: 0 0 5px 0; }

/* line 49, ../sass/components/_main-content.scss */
.node-type-listing-page .l-region--sidebar-first {
  margin: 0; }
  /* line 51, ../sass/components/_main-content.scss */
  .node-type-listing-page .l-region--sidebar-first .block--block {
    margin-bottom: 30px; }

/* line 56, ../sass/components/_main-content.scss */
.panel-display .panel-col-last {
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 60px; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 56, ../sass/components/_main-content.scss */
    .panel-display .panel-col-last {
      width: 100%;
      float: left;
      padding: 40px 0 0 0; } }
  /* line 66, ../sass/components/_main-content.scss */
  .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; }

/* line 75, ../sass/components/_main-content.scss */
.bean-science-questions .field__items {
  padding: 0px;
  box-sizing: border-box;
  margin: 10px 0 20px 0; }
  /* line 79, ../sass/components/_main-content.scss */
  .bean-science-questions .field__items .field__item {
    list-style: none;
    font-size: .8em; }
    /* line 82, ../sass/components/_main-content.scss */
    .bean-science-questions .field__items .field__item a {
      text-decoration: none; }

/* line 89, ../sass/components/_main-content.scss */
.bean-what-we-study,
.bean-helpful-links {
  padding: 0px;
  box-sizing: border-box;
  margin: 0px 0 20px 0; }
  /* line 95, ../sass/components/_main-content.scss */
  .bean-what-we-study .field__item,
  .bean-helpful-links .field__item {
    list-style: none;
    font-size: .8em;
    margin-bottom: 10px; }
    /* line 100, ../sass/components/_main-content.scss */
    .bean-what-we-study .field__item a,
    .bean-helpful-links .field__item a {
      text-decoration: none; }
  /* line 104, ../sass/components/_main-content.scss */
  .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: .9em;
    padding: 0 0 0 30px; }
  /* line 112, ../sass/components/_main-content.scss */
  .bean-what-we-study .field__items .field__item,
  .bean-helpful-links .field__items .field__item {
    line-height: 1.4em;
    font-size: .9em;
    padding: 0 0 0 20px; }
    /* line 117, ../sass/components/_main-content.scss */
    .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; }

/* line 130, ../sass/components/_main-content.scss */
.block-bean {
  float: left; }
  /* line 134, ../sass/components/_main-content.scss */
  .block-bean .field__items .field__item {
    height: 30px;
    line-height: 30px;
    font-size: .9em;
    padding: 0 0 0 30px; }
    /* line 139, ../sass/components/_main-content.scss */
    .block-bean .field__items .field__item.last {
      border: none; }

/* line 146, ../sass/components/_main-content.scss */
.bean-science-questions {
  float: left; }
  /* line 149, ../sass/components/_main-content.scss */
  .bean-science-questions .field__items {
    width: 100%;
    float: left; }
    /* line 153, ../sass/components/_main-content.scss */
    .bean-science-questions .field__items .field__item {
      width: 100%;
      float: left;
      height: auto;
      min-height: 30px;
      font-size: .9em;
      margin: 0 0 5px 0;
      padding: 0 0 0 20px; }
      /* line 162, ../sass/components/_main-content.scss */
      .bean-science-questions .field__items .field__item:before {
        content: "\f059";
        font-size: 1.5em;
        font-family: 'FontAwesome';
        margin: -5px 10px 0 -20px;
        float: left; }
      /* line 170, ../sass/components/_main-content.scss */
      .bean-science-questions .field__items .field__item.last {
        border: none; }

/* line 180, ../sass/components/_main-content.scss */
.section-astrophysics .panel-col-last h2 {
  float: none; }
/* line 183, ../sass/components/_main-content.scss */
.section-astrophysics .bean-helpful-links {
  float: none; }
/* line 186, ../sass/components/_main-content.scss */
.section-astrophysics .pane-bean-sign-up-for-astrophysics-newlett {
  border: 2px solid #e82237;
  padding: 5px 5px 5px 8px;
  border-radius: 1%; }
  /* line 190, ../sass/components/_main-content.scss */
  .section-astrophysics .pane-bean-sign-up-for-astrophysics-newlett .bean-helpful-links {
    margin: 0; }

/* line 196, ../sass/components/_main-content.scss */
.sun-taxonomy .entity-bean .field__item:before {
  color: #facf03; }

/* line 200, ../sass/components/_main-content.scss */
.earth-taxonomy .entity-bean .field__item:before {
  color: #7acf61; }

/* line 204, ../sass/components/_main-content.scss */
.universe-taxonomy .entity-bean .field__item:before {
  color: #03c4d7; }

/* line 208, ../sass/components/_main-content.scss */
.solar-taxonomy .entity-bean .field__item:before {
  color: #402874; }

/* line 212, ../sass/components/_main-content.scss */
.missions-taxonomy .entity-bean .field__item:before {
  color: #6e99b7; }

/* line 216, ../sass/components/_main-content.scss */
.science-tech-taxonomy .entity-bean .field__item:before {
  color: #b1215a; }

/* line 220, ../sass/components/_main-content.scss */
.node-type-page {
  background-size: 100% !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 220, ../sass/components/_main-content.scss */
    .node-type-page {
      background-attachment: scroll !important; } }
  /* line 228, ../sass/components/_main-content.scss */
  .node-type-page.earth-taxonomy {
    background: url("../images/bg_earth-large.jpg") no-repeat; }
  /* line 232, ../sass/components/_main-content.scss */
  .node-type-page.sun-taxonomy {
    background: url("../images/bg_sun-large.jpg") no-repeat; }
  /* line 236, ../sass/components/_main-content.scss */
  .node-type-page.solar-taxonomy {
    background: url("../images/bg_solarSystem-large.jpg") no-repeat; }
  /* line 240, ../sass/components/_main-content.scss */
  .node-type-page.science-tech-taxonomy {
    background: url("../images/bg_scienceAndTechnology-large.jpg") no-repeat; }
  /* line 244, ../sass/components/_main-content.scss */
  .node-type-page.solar-taxonomy {
    background: url("../images/bg_solarSystem-large.jpg") no-repeat; }
  /* line 248, ../sass/components/_main-content.scss */
  .node-type-page.universe-taxonomy {
    background: url("../images/bg_universe-large.jpg") no-repeat; }
  /* line 252, ../sass/components/_main-content.scss */
  .node-type-page.mission-taxonomy {
    background: url("../images/bg_missions-large.jpg") no-repeat; }

/* line 257, ../sass/components/_main-content.scss */
.node-type-listing-page,
.node-type-blog-article,
.node-type-news-article,
.node-type-people.section-stem-activation-team,
.node-type-science-cast,
.node-type-webform,
.page-search,
.page-toolkits {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: none; }
  /* line 269, ../sass/components/_main-content.scss */
  .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-people.section-stem-activation-team,
  .node-type-people.section-stem-activation-team.section-news-articles,
  .node-type-people.section-stem-activation-team.section-science-news,
  .node-type-people.section-stem-activation-team.section-roses-blogs,
  .node-type-people.section-stem-activation-team.section-researchers,
  .node-type-people.section-stem-activation-team.section-technology,
  .node-type-people.section-stem-activation-team.section-search,
  .node-type-people.section-stem-activation-team.section-get-involved,
  .node-type-people.section-stem-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"); }

/* line 282, ../sass/components/_main-content.scss */
.node--page--full {
  padding: 0;
  float: left;
  width: 70%; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 282, ../sass/components/_main-content.scss */
    .node--page--full {
      width: 100%;
      padding: 0; } }

/* @group Missions */
/* line 294, ../sass/components/_main-content.scss */
.page-missions-page .views-exposed-form .views-widget .description,
.page-scientists .views-exposed-form .views-widget .description {
  display: none; }

/* line 304, ../sass/components/_main-content.scss */
.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-stem-activation-team #edit-field-phase-tid,
.page-stem-activation-team #edit-field-division-tid {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #fff;
  background-image: none;
  background: #2e2f30;
  position: relative;
  z-index: 10;
  width: auto;
  text-align: left;
  float: left;
  border: none;
  height: 30px;
  line-height: 30px;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  padding: 0 25px 0 0px;
  margin: 15px 0px 15px 15px;
  outline: none; }

/* @group Firefox edtis */
@-moz-document url-prefix() {
  /* line 333, ../sass/components/_main-content.scss */
  div.form-item.form-type-select.form-item-field-division-tid:after {
    margin: 0 0 0 -22px !important; }

  /* line 337, ../sass/components/_main-content.scss */
  div.form-item.form-type-select.form-item-field-phase-tid:after {
    margin: 0 0 0 -30px !important; } }
/* line 342, ../sass/components/_main-content.scss */
.page-missions-page .views-widget-filter-field_division_tid {
  padding-right: 0; }

/* line 346, ../sass/components/_main-content.scss */
.page-missions-page #edit-field-division-tid {
  border-right: 2px solid #5f6467; }

/* line 350, ../sass/components/_main-content.scss */
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; }

/* line 357, ../sass/components/_main-content.scss */
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; }

/* line 370, ../sass/components/_main-content.scss */
div.form-item.form-type-select.form-item-field-phase-tid:after {
  right: 0px; }

/* line 374, ../sass/components/_main-content.scss */
div.form-item.form-type-select.form-item-field-phase-tid:after {
  margin: 0 0 0 -50px; }

/* line 378, ../sass/components/_main-content.scss */
.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; }

/* line 387, ../sass/components/_main-content.scss */
#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; }

/* line 392, ../sass/components/_main-content.scss */
#edit-field-division-tid-wrapper label,
#edit-field-phase-tid-wrapper label {
  float: left;
  display: inline-block;
  color: white;
  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: 0px) and (max-width: 736px) {
    /* line 392, ../sass/components/_main-content.scss */
    #edit-field-division-tid-wrapper label,
    #edit-field-phase-tid-wrapper label {
      display: none; } }

/* line 407, ../sass/components/_main-content.scss */
#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; }

/* line 414, ../sass/components/_main-content.scss */
#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; }

/* line 420, ../sass/components/_main-content.scss */
.missions-index-filters #edit-submit-mission-index {
  background: #c52639;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-shadow: none;
  color: #fff;
  box-shadow: none;
  border: none;
  margin: 0 0 0 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 436, ../sass/components/_main-content.scss */
.missions-index-filters #edit-field-phase-tid-wrapper,
.missions-index-filters #edit-field-division-tid-wrapper,
.missions-index-filters .views-submit-button {
  padding: 0; }

/* line 442, ../sass/components/_main-content.scss */
.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: 0px) and (max-width: 768px) {
    /* line 442, ../sass/components/_main-content.scss */
    .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; } }

/* line 459, ../sass/components/_main-content.scss */
.page-missions-page .view-mission-index .views-field-body p {
  height: 225px;
  padding: 15px;
  float: left;
  width: 100%;
  background: #e8ebec; }
  /* line 465, ../sass/components/_main-content.scss */
  .page-missions-page .view-mission-index .views-field-body p a {
    text-decoration: none;
    color: #6A7987; }
/* line 470, ../sass/components/_main-content.scss */
.page-missions-page .view-mission-index .views-field-body .views-more-link {
  text-decoration: none;
  color: #4A90E2; }
  /* line 473, ../sass/components/_main-content.scss */
  .page-missions-page .view-mission-index .views-field-body .views-more-link:hover {
    text-decoration: underline; }

/* line 479, ../sass/components/_main-content.scss */
#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: 0px) and (max-width: 768px) {
    /* line 479, ../sass/components/_main-content.scss */
    #mission-key {
      padding-bottom: 35px; } }
  /* line 491, ../sass/components/_main-content.scss */
  #mission-key p {
    float: left;
    margin: 0;
    font-size: 1.2em;
    line-height: 50px;
    font-weight: 500;
    color: #333; }
    @media (min-width: 0px) and (max-width: 768px) {
      /* line 491, ../sass/components/_main-content.scss */
      #mission-key p {
        float: none; } }
  /* line 503, ../sass/components/_main-content.scss */
  #mission-key li:before {
    list-style: disc;
    content: '\f111';
    font-family: Fontawesome;
    margin: 0 5px 0 0; }
  /* line 510, ../sass/components/_main-content.scss */
  #mission-key li.topic-earth-science:before {
    color: #7acf61; }
  /* line 514, ../sass/components/_main-content.scss */
  #mission-key li.topic-astrophysics:before {
    color: #03c4d7; }
  /* line 518, ../sass/components/_main-content.scss */
  #mission-key li.topic-sun:before {
    color: #facf03; }
  /* line 522, ../sass/components/_main-content.scss */
  #mission-key li.topic-planetary-science:before {
    color: #402874; }
  /* line 526, ../sass/components/_main-content.scss */
  #mission-key li.topic-missions:before {
    color: #6e99b7; }
  /* line 530, ../sass/components/_main-content.scss */
  #mission-key li.topic-all-science:before {
    color: #b1215a; }

/* line 536, ../sass/components/_main-content.scss */
.view-mission-index .view-filters {
  float: right;
  position: relative;
  top: -88px;
  height: 0; }
  /* line 543, ../sass/components/_main-content.scss */
  .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; }
  /* line 549, ../sass/components/_main-content.scss */
  .view-mission-index .view-filters #edit-title-wrapper .views-widget {
    display: inline-block; }
  /* line 552, ../sass/components/_main-content.scss */
  .view-mission-index .view-filters #edit-title-wrapper select#edit-title.form-select {
    border: 1px solid #999;
    margin-left: 5px; }
  @media (min-width: 768px) and (max-width: 1024px), (min-width: 0px) and (max-width: 768px) {
    /* line 536, ../sass/components/_main-content.scss */
    .view-mission-index .view-filters {
      float: left;
      top: -85px; } }

/* line 566, ../sass/components/_main-content.scss */
.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; }
/* line 571, ../sass/components/_main-content.scss */
.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; }
/* line 576, ../sass/components/_main-content.scss */
.view-mission-index .Heliophysics,
.view-citizen-scientist .Heliophysics,
.view-people-of-science .Heliophysics {
  text-indent: -5000px;
  border-top: 5px solid #e82237;
  height: 5px; }
/* line 581, ../sass/components/_main-content.scss */
.view-mission-index .Astrophysics,
.view-citizen-scientist .Astrophysics,
.view-people-of-science .Astrophysics {
  text-indent: -5000px;
  border-top: 5px solid #402874;
  height: 5px; }

/* line 589, ../sass/components/_main-content.scss */
.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; }
/* line 598, ../sass/components/_main-content.scss */
.view-mission-index .views-field-field-phase {
  padding: 0 15px 10px 15px;
  float: left;
  width: 100%;
  color: #9da2a5;
  font-size: .9em; }
@media (min-width: 0px) and (max-width: 568px) {
  /* line 606, ../sass/components/_main-content.scss */
  .view-mission-index .view-content {
    float: left;
    width: 100%; } }
/* line 611, ../sass/components/_main-content.scss */
.view-mission-index .mission-item {
  max-width: 225px;
  margin: auto;
  border: 1px solid #e8ebec; }
/* line 616, ../sass/components/_main-content.scss */
.view-mission-index .views-field-field-master-image a {
  display: flex; }
/* line 619, ../sass/components/_main-content.scss */
.view-mission-index .hover-reveal-container {
  height: 225px; }

/* line 624, ../sass/components/_main-content.scss */
#mission-left {
  width: 70%;
  float: left; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 624, ../sass/components/_main-content.scss */
    #mission-left {
      width: 100%; } }
  /* line 631, ../sass/components/_main-content.scss */
  #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; }
    /* line 641, ../sass/components/_main-content.scss */
    #mission-left blockquote img {
      margin: 10px; }
  /* line 646, ../sass/components/_main-content.scss */
  #mission-left .description {
    font-size: inherit; }
  /* line 650, ../sass/components/_main-content.scss */
  #mission-left ul {
    margin: 15px 0; }
  /* line 654, ../sass/components/_main-content.scss */
  #mission-left img {
    margin: 0 0 0 0; }

/* line 659, ../sass/components/_main-content.scss */
#mission-right {
  float: left;
  width: 30%;
  padding: 0 0 0 40px; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 659, ../sass/components/_main-content.scss */
    #mission-right {
      width: 100%;
      padding: 0; } }

/* line 669, ../sass/components/_main-content.scss */
#mission-right .field {
  margin: 0 0 10px 0;
  color: #5f6467; }

/* line 676, ../sass/components/_main-content.scss */
.view-citizen-scientist .citizen-body,
.view-people-of-science .citizen-body {
  text-decoration: none; }
/* line 679, ../sass/components/_main-content.scss */
.view-citizen-scientist .citizen-item,
.view-people-of-science .citizen-item {
  max-width: 300px;
  margin: auto; }
/* line 683, ../sass/components/_main-content.scss */
.view-citizen-scientist .details,
.view-people-of-science .details {
  border-left: 1px solid #e8ebec;
  border-right: 1px solid #e8ebec;
  padding: 15px;
  height: 65px;
  display: flex;
  align-items: center; }
/* line 691, ../sass/components/_main-content.scss */
.view-citizen-scientist .views-field-field-phase,
.view-people-of-science .views-field-field-phase {
  font-weight: 300; }
/* line 694, ../sass/components/_main-content.scss */
.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: .9em; }
/* line 700, ../sass/components/_main-content.scss */
.view-citizen-scientist .views-field-title a,
.view-people-of-science .views-field-title a {
  display: block;
  font-size: .7em;
  line-height: 1.4em;
  text-decoration: none;
  color: #2e2f30; }
/* line 708, ../sass/components/_main-content.scss */
.view-citizen-scientist .views-field-body a.view-more-link,
.view-people-of-science .views-field-body a.view-more-link {
  color: #175498; }
/* line 711, ../sass/components/_main-content.scss */
.view-citizen-scientist .views-field-body p a,
.view-people-of-science .views-field-body p a {
  color: #6A7987;
  text-decoration: none; }
/* line 716, ../sass/components/_main-content.scss */
.view-citizen-scientist .views-field-field-master-image img,
.view-people-of-science .views-field-field-master-image img {
  width: 100%;
  vertical-align: bottom; }
/* line 720, ../sass/components/_main-content.scss */
.view-citizen-scientist .hover-reveal-content,
.view-people-of-science .hover-reveal-content {
  padding: 30px;
  background: #e8ebec;
  margin: 0;
  font-size: .9em;
  text-decoration: none; }
  /* line 726, ../sass/components/_main-content.scss */
  .view-citizen-scientist .hover-reveal-content p,
  .view-people-of-science .hover-reveal-content p {
    color: #5f6467; }
/* line 730, ../sass/components/_main-content.scss */
.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; }
  /* line 737, ../sass/components/_main-content.scss */
  .view-citizen-scientist .views-more-link:hover,
  .view-people-of-science .views-more-link:hover {
    text-decoration: underline; }

/* @end group */
/* @group Science News */
/* line 747, ../sass/components/_main-content.scss */
.view.view-science-news.view-id-science_news {
  width: 70%;
  float: left;
  padding-bottom: 60px; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 747, ../sass/components/_main-content.scss */
    .view.view-science-news.view-id-science_news {
      width: 100%; } }

/* line 756, ../sass/components/_main-content.scss */
.attachment .view.view-science-news.view-id-science_news {
  width: 100%;
  padding-bottom: 0; }

/* line 761, ../sass/components/_main-content.scss */
.view-science-news .attachment .view-content {
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

/* line 767, ../sass/components/_main-content.scss */
.view-science-news .view-content {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* line 773, ../sass/components/_main-content.scss */
.view-id-science_news .attachment .view-science-news {
  width: 70%; }

/* line 777, ../sass/components/_main-content.scss */
.category-date {
  padding: 0 0 0 40px; }

/* line 781, ../sass/components/_main-content.scss */
.view-science-news span.date-display-single {
  font-size: .9em;
  color: #9da2a5;
  margin: 0 0 5px 0;
  width: 50%;
  float: left; }

/* line 789, ../sass/components/_main-content.scss */
.view-science-news .views-field-field-master-image {
  float: right;
  max-width: 50%; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 789, ../sass/components/_main-content.scss */
    .view-science-news .views-field-field-master-image {
      width: 100%;
      float: left; } }

/* line 798, ../sass/components/_main-content.scss */
.view-science-news .views-field-views-conditional img {
  height: auto; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 798, ../sass/components/_main-content.scss */
    .view-science-news .views-field-views-conditional img {
      width: 50%;
      height: auto; } }

/* line 806, ../sass/components/_main-content.scss */
.view-science-news .attachment .views-field-views-conditional img {
  height: auto; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 806, ../sass/components/_main-content.scss */
    .view-science-news .attachment .views-field-views-conditional img {
      width: 100%;
      height: auto; } }

/* line 815, ../sass/components/_main-content.scss */
.view-science-news .views-field-title {
  margin: 0 0 5px 0; }

/* line 819, ../sass/components/_main-content.scss */
.view-science-news .attachment .views-field-title {
  margin: 5px 40px; }

/* line 823, ../sass/components/_main-content.scss */
.view-science-news.first-entry .views-field-field-master-image {
  max-width: 100%; }

/* line 827, ../sass/components/_main-content.scss */
.view-science-news .views-field-body {
  float: left;
  width: 55%;
  padding: 0 20px 0 0;
  color: #6A7987; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 827, ../sass/components/_main-content.scss */
    .view-science-news .views-field-body {
      width: 100%;
      margin: 0 0 20px 0;
      padding: 0; } }

/* line 839, ../sass/components/_main-content.scss */
.view-science-news .attachment .views-field-body {
  float: left;
  width: 100%;
  padding: 0 40px 40px 40px;
  margin: 0;
  box-sizing: border-box;
  color: #6A7987; }

/* line 848, ../sass/components/_main-content.scss */
.view-science-news.first-entry .views-field-body {
  width: 100%; }

/* line 852, ../sass/components/_main-content.scss */
.view-science-news.view-id-science_news .attachment {
  float: left; }

/* line 856, ../sass/components/_main-content.scss */
.view-science-news.view-id-science_news .attachment {
  float: left; }

/* line 860, ../sass/components/_main-content.scss */
.view-science-news.view-id-science_news p {
  line-height: 1.5em;
  margin: 0; }

/* line 865, ../sass/components/_main-content.scss */
.attachment .view-science-news .views-row-first {
  padding: 0; }

/* line 867, ../sass/components/_main-content.scss */
.view-science-news .views-row-first {
  padding: 0; }

/* line 870, ../sass/components/_main-content.scss */
.view-science-news .views-row {
  padding: 40px;
  width: 100%;
  float: left;
  /*    clear: both;*/
  background: #fff;
  border: 1px solid #d2d5d7;
  margin: 0 0 40px 0; }

/* line 879, ../sass/components/_main-content.scss */
.view-science-news .views-row .views-field-title a {
  text-decoration: none;
  color: #333;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2em; }

/* line 886, ../sass/components/_main-content.scss */
.view-science-news .attachment .views-row .views-field-title a {
  font-size: 2.5em; }

/* line 889, ../sass/components/_main-content.scss */
.view-science-news .attachment .fieldset {
  padding: 40px;
  float: left; }

/* line 894, ../sass/components/_main-content.scss */
.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 0px;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d2d5d7; }

/* line 905, ../sass/components/_main-content.scss */
.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; }

/* line 919, ../sass/components/_main-content.scss */
#by-topic ul li:before {
  content: "\f111";
  font-size: .9em;
  font-family: 'FontAwesome';
  margin: 0 10px 0 0px;
  height: auto;
  float: left;
  color: #175498; }
/* line 929, ../sass/components/_main-content.scss */
#by-topic ul li a, #by-topic ul li.topics-links a {
  text-decoration: none;
  display: block;
  padding-left: 22px; }
/* line 935, ../sass/components/_main-content.scss */
#by-topic ul li {
  display: none; }
/* line 939, ../sass/components/_main-content.scss */
#by-topic ul li, #by-topic ul li.topics-links {
  padding: 0px;
  line-height: 30px; }
/* line 945, ../sass/components/_main-content.scss */
#by-topic li.active_topic a {
  color: #175498; }
/* line 949, ../sass/components/_main-content.scss */
#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; }
/* line 960, ../sass/components/_main-content.scss */
#by-topic li.by-topics-term-missions:before {
  color: #6e99b7; }
/* line 964, ../sass/components/_main-content.scss */
#by-topic li.by-topics-term-science-technology:before {
  color: #b1215a; }
/* line 968, ../sass/components/_main-content.scss */
#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; }
/* line 979, ../sass/components/_main-content.scss */
#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; }
/* line 990, ../sass/components/_main-content.scss */
#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; }
/* line 1002, ../sass/components/_main-content.scss */
#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%; }
/* line 1013, ../sass/components/_main-content.scss */
#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; }

/* line 1023, ../sass/components/_main-content.scss */
#by-topic ul li.universe, li#astrophysics-link {
  background: url("../images/purple-dot.png") no-repeat left center; }

/* line 1027, ../sass/components/_main-content.scss */
#by-topic ul li.solar, li#heliophysics-link {
  background: url("../images/yellow-dot.png") no-repeat left center; }

/* line 1031, ../sass/components/_main-content.scss */
#by-topic ul li.sun {
  background: url("../images/orange-dot.png") no-repeat left center; }

/* line 1035, ../sass/components/_main-content.scss */
#by-topic ul li.earth, li#earth-sciences-link {
  background: url("../images/green-dot.png") no-repeat left center; }

/* line 1039, ../sass/components/_main-content.scss */
#by-topic ul li.sara, li#planetary-science-link {
  background: url("../images/red-dot.png") no-repeat left center; }

/* line 1043, ../sass/components/_main-content.scss */
#by-topic ul li.topic, li#sky-watching-link {
  background: url("../images/blue-dot.png") no-repeat left center; }

/* line 1047, ../sass/components/_main-content.scss */
#block-menu-menu-topics ul.menu {
  float: left;
  margin: 10px 0 0 0; }

/* line 1052, ../sass/components/_main-content.scss */
#by-topic h4 {
  border-bottom: 1px solid #d2d5d7;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0; }

/*@end group */
/*@group Listing Page */
/* line 1063, ../sass/components/_main-content.scss */
#block-views-listing-page-block-1 .topic-date-group {
  padding-left: 40px; }
/* line 1066, ../sass/components/_main-content.scss */
#block-views-listing-page-block-1 .views-field-body {
  width: 100%;
  padding: 0 40px 40px 40px; }
/* line 1070, ../sass/components/_main-content.scss */
#block-views-listing-page-block-1 .views-field-title {
  padding: 30px 40px 0 40px;
  font-size: 1.5em;
  width: 100%;
  float: left; }
/* line 1076, ../sass/components/_main-content.scss */
#block-views-listing-page-block-1 .views-row {
  padding: 0;
  border: 0;
  margin: 0 0 24px 0; }
  /* line 1080, ../sass/components/_main-content.scss */
  #block-views-listing-page-block-1 .views-row img {
    max-width: 100%;
    width: 100%;
    height: auto;
    float: left; }

/* line 1089, ../sass/components/_main-content.scss */
.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 0px;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d2d5d7; }

/* line 1100, ../sass/components/_main-content.scss */
.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 0px;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d2d5d7; }

/* line 1111, ../sass/components/_main-content.scss */
div.l-region.l-region--blockgroup-listing-group.blockgroup {
  float: left;
  width: 70%; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1111, ../sass/components/_main-content.scss */
    div.l-region.l-region--blockgroup-listing-group.blockgroup {
      width: 100%; } }

/* line 1120, ../sass/components/_main-content.scss */
.view.view-listing-page.view-id-listing_page {
  float: left; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1120, ../sass/components/_main-content.scss */
    .view.view-listing-page.view-id-listing_page {
      width: 100%;
      padding: 0; } }

/* line 1129, ../sass/components/_main-content.scss */
.attachment .view.view-listing-page.view-id-listing_page {
  width: 100%;
  padding-bottom: 0; }

/* line 1134, ../sass/components/_main-content.scss */
.view-listing-page .attachment .view-content {
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

/* line 1140, ../sass/components/_main-content.scss */
.view-listing-page .view-content {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* line 1146, ../sass/components/_main-content.scss */
.view-id-listing_page .attachment .view-listing-page {
  width: 70%; }

/* line 1150, ../sass/components/_main-content.scss */
.category-date {
  padding: 0 0 0 40px; }

/* line 1154, ../sass/components/_main-content.scss */
.view-listing-page span.date-display-single {
  font-size: .9em;
  color: #9da2a5;
  margin: 0 0 5px 0;
  width: auto;
  float: left; }

/* line 1162, ../sass/components/_main-content.scss */
.view-listing-page.view-id-listing_page .views-field-body {
  float: left;
  clear: left; }

/* line 1167, ../sass/components/_main-content.scss */
.view-listing-page.view-id-listing_page div.views-field.views-field-field-categories {
  float: left; }

/* line 1172, ../sass/components/_main-content.scss */
.view-listing-page .views-field-field-master-image {
  float: right;
  max-width: 50%; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1172, ../sass/components/_main-content.scss */
    .view-listing-page .views-field-field-master-image {
      width: 100%;
      float: left; } }

/* line 1181, ../sass/components/_main-content.scss */
.view-listing-page .views-field-views-conditional {
  text-align: center; }
  /* line 1183, ../sass/components/_main-content.scss */
  .view-listing-page .views-field-views-conditional img {
    width: 45%;
    height: auto;
    float: right; }
    @media (min-width: 0px) and (max-width: 1024px) {
      /* line 1183, ../sass/components/_main-content.scss */
      .view-listing-page .views-field-views-conditional img {
        width: 100%;
        max-width: 300px;
        height: auto;
        float: none;
        display: block;
        margin: auto; } }

/* line 1198, ../sass/components/_main-content.scss */
.view-listing-page .attachment .views-field-views-conditional img {
  height: auto; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1198, ../sass/components/_main-content.scss */
    .view-listing-page .attachment .views-field-views-conditional img {
      width: 100%;
      height: auto; } }

/* line 1207, ../sass/components/_main-content.scss */
.view-listing-page .views-field-title {
  margin: 0 0 5px 0; }

/* line 1211, ../sass/components/_main-content.scss */
.view-listing-page .attachment .views-field-title {
  margin: 5px 40px; }

/* line 1215, ../sass/components/_main-content.scss */
.view-listing-page.first-entry .views-field-field-master-image {
  max-width: 100%; }

/* line 1219, ../sass/components/_main-content.scss */
.view-listing-page .views-field-body {
  float: left;
  width: 55%;
  padding: 0 20px 0 0;
  color: #6A7987; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1219, ../sass/components/_main-content.scss */
    .view-listing-page .views-field-body {
      width: 100%;
      margin: 0 0 20px 0;
      padding: 0; } }

/* line 1231, ../sass/components/_main-content.scss */
.view-listing-page .image_none .views-field-body {
  width: 100%;
  padding: 0; }

/* line 1236, ../sass/components/_main-content.scss */
.view-listing-page .attachment .views-field-body {
  float: left;
  width: 100%;
  padding: 0 40px 40px 40px;
  margin: 0;
  box-sizing: border-box;
  color: #6A7987; }

/* line 1245, ../sass/components/_main-content.scss */
.view-listing-page.first-entry .views-field-body {
  width: 100%; }

/* line 1249, ../sass/components/_main-content.scss */
.view-listing-page.view-id-listing_page .attachment {
  float: left; }

/* line 1253, ../sass/components/_main-content.scss */
.view-listing-page.view-id-listing_page .attachment {
  float: left; }

/* line 1257, ../sass/components/_main-content.scss */
.view-listing-page.view-id-listing_page p {
  line-height: 1.5em;
  margin: 0; }

/* line 1262, ../sass/components/_main-content.scss */
.attachment .view-listing-page .views-row-first {
  padding: 0; }

/* line 1264, ../sass/components/_main-content.scss */
.view-listing-page .views-row-first {
  padding: 0; }

/* line 1267, ../sass/components/_main-content.scss */
.view-listing-page .views-row {
  padding: 40px;
  width: 100%;
  float: left;
  /*    clear: both;*/
  background: #fff;
  border: 1px solid #d2d5d7;
  margin: 0 0 24px 0; }

/* line 1276, ../sass/components/_main-content.scss */
.view-listing-page .views-row .views-field-title a {
  text-decoration: none;
  color: #333;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2em; }

/* line 1283, ../sass/components/_main-content.scss */
.view-listing-page .attachment .views-row .views-field-title a {
  font-size: 2.5em; }

/* line 1286, ../sass/components/_main-content.scss */
.view-listing-page .attachment .fieldset {
  padding: 40px;
  float: left; }

/* line 1291, ../sass/components/_main-content.scss */
.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; }

/* line 1305, ../sass/components/_main-content.scss */
.articles-year-filter-block h2 {
  margin-bottom: 10px; }
/* line 1308, ../sass/components/_main-content.scss */
.articles-year-filter-block .articles-year-filter {
  margin-bottom: 20px; }

/*@end group */
/*@group Blog News */
/* line 1317, ../sass/components/_main-content.scss */
#views-exposed-form-blog-listing-page .form-item.form-type-select {
  padding: 0;
  background: #f8f8f8;
  color: #444;
  height: 35px;
  border: 1px solid #aaa;
  border-radius: 5px 5px 5px 5px !important;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none; }

/* line 1335, ../sass/components/_main-content.scss */
#views-exposed-form-blog-listing-page select#edit-field-blog-tid.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444; }

/* line 1339, ../sass/components/_main-content.scss */
#views-exposed-form-blog-listing-page select#edit-field-blog-tid.form-select::-ms-expand {
  display: none; }

/* line 1342, ../sass/components/_main-content.scss */
#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; }

/* line 1353, ../sass/components/_main-content.scss */
#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; }

/* line 1367, ../sass/components/_main-content.scss */
#views-exposed-form-blog-listing-page .form-type-select:after {
  content: '>' !important;
  font: 20px Consolas, monospace;
  color: #fff !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #c52639;
  /*	right: 2px;*/
  /*	top: -3px;*/
  /*	border-bottom: 1px solid #aaa;*/
  position: absolute;
  pointer-events: none;
  width: 34px;
  height: 44px;
  margin: -5px 0px 0px -38px;
  padding: 0 0 5px 0;
  text-indent: 12px;
  line-height: 42px;
  border-radius: 5px 5px 0 0; }

@media screen\0 {
  /* line 1390, ../sass/components/_main-content.scss */
  #views-exposed-form-blog-listing-page .dropdown:after {
    width: 38px;
    text-indent: 15px;
    right: 0; } }
@media screen and (min--moz-device-pixel-ratio: 0) {
  /* line 1397, ../sass/components/_main-content.scss */
  #views-exposed-form-blog-listing-page .form-select select {
    padding-right: 40px; }

  /* line 1398, ../sass/components/_main-content.scss */
  #views-exposed-form-blog-listing-page .form-select:before {
    right: 6px; }

  /* line 1399, ../sass/components/_main-content.scss */
  #views-exposed-form-blog-listing-page .form-select:after {
    text-indent: 14px;
    right: 6px;
    top: -5px;
    width: 36px; } }
/* line 1407, ../sass/components/_main-content.scss */
.view.view-blog-listing.view-id-blog_listing {
  width: 70%;
  float: left;
  padding-bottom: 60px; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1407, ../sass/components/_main-content.scss */
    .view.view-blog-listing.view-id-blog_listing {
      width: 100%; } }

/* line 1416, ../sass/components/_main-content.scss */
.attachment .view.view-blog-listing.view-id-blog_listing {
  width: 100%;
  padding-bottom: 0; }

/* line 1421, ../sass/components/_main-content.scss */
.view-blog-listing .attachment .view-content {
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

/* line 1427, ../sass/components/_main-content.scss */
.view-blog-listing .view-content {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* line 1433, ../sass/components/_main-content.scss */
.view-id-blog_listing .attachment .view-blog-listing {
  width: 70%; }

/* line 1437, ../sass/components/_main-content.scss */
.view-blog-listing span.date-display-single {
  font-size: .9em;
  color: #9da2a5;
  margin: 0;
  float: left; }

/* line 1445, ../sass/components/_main-content.scss */
.view-blog-listing .views-field-field-master-image {
  float: right;
  max-width: 50%; }
  @media (min-width: 0px) and (max-width: 667px) {
    /* line 1445, ../sass/components/_main-content.scss */
    .view-blog-listing .views-field-field-master-image {
      max-width: 100%;
      float: left; } }

/* line 1454, ../sass/components/_main-content.scss */
.view-blog-listing .attachment .views-field-field-master-image {
  max-width: 800px;
  width: 100%; }

/* line 1458, ../sass/components/_main-content.scss */
.view-blog-listing .attachment .views-field-field-master-image img {
  width: 100%; }

/* line 1462, ../sass/components/_main-content.scss */
.view-blog-listing .views-field-body {
  float: left;
  width: 60%;
  padding: 0 20px 0 0; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1462, ../sass/components/_main-content.scss */
    .view-blog-listing .views-field-body {
      width: 100%;
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 1462, ../sass/components/_main-content.scss */
    .view-blog-listing .views-field-body {
      width: 50%; } }

/* line 1475, ../sass/components/_main-content.scss */
.view-blog-listing.first-entry .views-field-body {
  width: 100%; }

/* line 1479, ../sass/components/_main-content.scss */
select#edit-field-blog-tid.form-select {
  width: 30%; }
  @media (min-width: 0px) and (max-width: 667px) {
    /* line 1479, ../sass/components/_main-content.scss */
    select#edit-field-blog-tid.form-select {
      width: 300px; } }

/* line 1486, ../sass/components/_main-content.scss */
.attachment .view-blog-listing .views-row-first {
  padding: 0; }

/* line 1488, ../sass/components/_main-content.scss */
.view-blog-listing .views-row-first {
  padding: 0; }

/* line 1491, ../sass/components/_main-content.scss */
.view-blog-listing .views-row {
  padding: 40px;
  width: 100%;
  float: left;
  /*    clear: both;*/
  background: #fff;
  border: 1px solid #d2d5d7;
  margin: 0 0 40px 0; }

/* line 1500, ../sass/components/_main-content.scss */
.view-blog-listing .views-row .views-field-title a {
  text-decoration: none;
  color: #333;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2em; }

/* line 1507, ../sass/components/_main-content.scss */
.view-blog-listing .attachment .views-row .views-field-title a {
  font-size: 2.5em; }

/* line 1510, ../sass/components/_main-content.scss */
.view-blog-listing .attachment .fieldset {
  padding: 40px;
  float: left; }

/* line 1515, ../sass/components/_main-content.scss */
.view-blog-listing .fieldset .views-field-body {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0; }

/* line 1522, ../sass/components/_main-content.scss */
.view-blog-listing .views-field-body {
  float: left;
  margin-top: 20px; }

/* line 1527, ../sass/components/_main-content.scss */
.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; }

/* line 1538, ../sass/components/_main-content.scss */
.view-blog-listing div.category-date.views-fieldset {
  width: 100%;
  float: left;
  margin: 5px 0 0 0; }

/*@end group */
/* line 1546, ../sass/components/_main-content.scss */
.not-front.node-type-page .node__submitted {
  display: none; }

/* line 1550, ../sass/components/_main-content.scss */
.node--landing-page {
  width: 70%;
  float: left; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1550, ../sass/components/_main-content.scss */
    .node--landing-page {
      width: 100%; } }

/* line 1558, ../sass/components/_main-content.scss */
.page-glossary .view-glossary .views-field-title {
  /*	font-weight: bold;*/
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-size: 20px; }

/* line 1564, ../sass/components/_main-content.scss */
.page-glossary .view-glossary .views-row {
  margin: 0 0 30px 0; }

/*@group 404 */
/* line 1570, ../sass/components/_main-content.scss */
.section-page-not-found .l-content {
  text-align: center; }
  /* line 1572, ../sass/components/_main-content.scss */
  .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; }
    /* line 1581, ../sass/components/_main-content.scss */
    .section-page-not-found .l-content #four-zero-four ul li.return a {
      color: #fff;
      text-decoration: none; }
  /* line 1586, ../sass/components/_main-content.scss */
  .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; }
    /* line 1595, ../sass/components/_main-content.scss */
    .section-page-not-found .l-content #four-zero-four ul li.report a {
      color: #fff;
      text-decoration: none; }

/* @end group */
/* @group Contact Form */
/* line 1607, ../sass/components/_main-content.scss */
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: #fff;
  border: none; }

/* @end group */
/* @group Index */
/* line 1623, ../sass/components/_main-content.scss */
.front .l-page .l-content .view.view-home-page-content {
  width: 70%;
  float: left; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1623, ../sass/components/_main-content.scss */
    .front .l-page .l-content .view.view-home-page-content {
      width: 100%; } }

/* line 1631, ../sass/components/_main-content.scss */
.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; }

/* line 1641, ../sass/components/_main-content.scss */
.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: #333;
  text-decoration: none;
  font-family: Fjalla One, Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 500; }
/* line 1649, ../sass/components/_main-content.scss */
.front .l-page .l-content .view.view-home-page-content .views-row .views-field-field-portal-text-teaser p {
  margin-bottom: 0; }

/* line 1654, ../sass/components/_main-content.scss */
.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: .9em; }

/* line 1664, ../sass/components/_main-content.scss */
.front #block-bean-index-must-reads div.field__item a:before, .bean-must-reads a:before, .view-must-reads .views-row a:before {
  color: #333;
  font-size: 2.5em;
  font-weight: 700;
  height: 30px;
  width: 40px;
  margin: 0 0 0 -40px;
  float: left;
  line-height: .5em; }

/* line 1675, ../sass/components/_main-content.scss */
.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"; }

/* line 1679, ../sass/components/_main-content.scss */
.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"; }

/* line 1683, ../sass/components/_main-content.scss */
.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"; }

/* line 1687, ../sass/components/_main-content.scss */
.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"; }

/* line 1691, ../sass/components/_main-content.scss */
.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"; }

/* line 1695, ../sass/components/_main-content.scss */
.view-home-page-content.home-listing {
  width: 100%; }
  /* line 1697, ../sass/components/_main-content.scss */
  .view-home-page-content.home-listing .views-row {
    padding: 40px;
    border: 1px solid #e8ebec;
    margin: 0 0 40px 0;
    float: left; }
    /* line 1702, ../sass/components/_main-content.scss */
    .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; }
    /* line 1705, ../sass/components/_main-content.scss */
    .view-home-page-content.home-listing .views-row .text-wrapper {
      width: 50%;
      padding: 0 20px 0 0;
      float: left; }
      @media (min-width: 0px) and (max-width: 667px) {
        /* line 1705, ../sass/components/_main-content.scss */
        .view-home-page-content.home-listing .views-row .text-wrapper {
          width: 100%;
          margin: 20px 0 0 0;
          padding: 0; } }
      /* line 1714, ../sass/components/_main-content.scss */
      .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: 0px) and (max-width: 667px) {
          /* line 1714, ../sass/components/_main-content.scss */
          .view-home-page-content.home-listing .views-row .text-wrapper .views-field-body {
            width: 100%;
            padding: 0;
            margin: 0; } }
        /* line 1726, ../sass/components/_main-content.scss */
        .view-home-page-content.home-listing .views-row .text-wrapper .views-field-body a.views-more-link {
          text-decoration: none; }
      /* line 1730, ../sass/components/_main-content.scss */
      .view-home-page-content.home-listing .views-row .text-wrapper .views-field-title {
        width: 100%;
        float: left; }
      /* line 1734, ../sass/components/_main-content.scss */
      .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group {
        clear: both;
        float: left;
        width: 100%; }
        /* line 1738, ../sass/components/_main-content.scss */
        .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; }
          /* line 1745, ../sass/components/_main-content.scss */
          .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; }
        /* line 1750, ../sass/components/_main-content.scss */
        .view-home-page-content.home-listing .views-row .text-wrapper .topic-date-group .date-display-single {
          font-size: .9em;
          color: #9da2a5;
          margin: 0 0 5px 0;
          width: auto;
          float: left; }
    /* line 1759, ../sass/components/_main-content.scss */
    .view-home-page-content.home-listing .views-row img {
      max-width: 50%;
      height: auto;
      float: right; }
      @media (min-width: 0px) and (max-width: 667px) {
        /* line 1759, ../sass/components/_main-content.scss */
        .view-home-page-content.home-listing .views-row img {
          float: left;
          max-width: 100%;
          width: 100%; } }

/* line 1772, ../sass/components/_main-content.scss */
.front .l-page .l-content .view.view-home-page-content, .front .l-page .l-content .view.view-home-page-content {
  padding: 0; }
  /* line 1774, ../sass/components/_main-content.scss */
  .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: 0px !important;
    border: 1px solid #e8ebec;
    margin: 0 0 40px 0;
    float: left; }
    /* line 1779, ../sass/components/_main-content.scss */
    .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; }
    /* line 1782, ../sass/components/_main-content.scss */
    .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%; }
      /* line 1786, ../sass/components/_main-content.scss */
      .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; }
      /* line 1796, ../sass/components/_main-content.scss */
      .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: .9em;
        color: #9da2a5;
        margin: 0 0 5px 0;
        width: auto;
        float: left; }
    /* line 1804, ../sass/components/_main-content.scss */
    .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; }
      /* line 1810, ../sass/components/_main-content.scss */
      .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; }
    /* line 1814, ../sass/components/_main-content.scss */
    .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; }
    /* line 1819, ../sass/components/_main-content.scss */
    .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; }

/* line 1828, ../sass/components/_main-content.scss */
#block-smd-portal-image-day-portal-image-day {
  margin: 10px 0 25px; }
  /* line 1830, ../sass/components/_main-content.scss */
  #block-smd-portal-image-day-portal-image-day p {
    font-size: 80%;
    line-height: 1.1em; }
  /* line 1834, ../sass/components/_main-content.scss */
  #block-smd-portal-image-day-portal-image-day p.iotd-caption {
    margin-bottom: 10px; }

/* @end group */
/*@group Panel Panes */
/* line 1844, ../sass/components/_main-content.scss */
.pane-node-field-published {
  display: none; }

/* line 1848, ../sass/components/_main-content.scss */
.pane-node-body {
  width: 100%; }

/* line 1857, ../sass/components/_main-content.scss */
.panel-panel.panel-col-first {
  width: 70%;
  box-sizing: border-box;
  padding: 0; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1857, ../sass/components/_main-content.scss */
    .panel-panel.panel-col-first {
      width: 100%;
      float: left; } }
/* line 1866, ../sass/components/_main-content.scss */
.panel-panel.panel-col-last {
  width: 30%;
  box-sizing: border-box; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1866, ../sass/components/_main-content.scss */
    .panel-panel.panel-col-last {
      width: 100%;
      float: left; } }

/* line 1877, ../sass/components/_main-content.scss */
iframe {
  max-width: 980px; }

/* @end group */
/* @group Comments */
/* line 1885, ../sass/components/_main-content.scss */
h2.comments__form-title {
  display: none; }

/* line 1890, ../sass/components/_main-content.scss */
#edit-comment-body-und-0-format-help {
  display: none; }

/* line 1894, ../sass/components/_main-content.scss */
ul.tips {
  display: none; }

/* line 1899, ../sass/components/_main-content.scss */
#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; }
/* line 1908, ../sass/components/_main-content.scss */
#comment-form .form-item label, .problem-webform-wrapper .form-item label {
  font-weight: normal;
  color: #9da2a5; }
/* line 1912, ../sass/components/_main-content.scss */
#comment-form .problem-field .description, .problem-webform-wrapper .problem-field .description {
  margin: 3px 0;
  color: #6A7987; }
/* line 1916, ../sass/components/_main-content.scss */
#comment-form #edit-actions.form-wrapper, .problem-webform-wrapper #edit-actions.form-wrapper {
  margin: 20px 0 0 0; }
  /* line 1918, ../sass/components/_main-content.scss */
  #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: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    float: right;
    margin: 0 0 0 20px; }

/* @end group */
/* add-this add_this addthis group */
/* line 1940, ../sass/components/_main-content.scss */
.pane-node-field-add-this-below {
  clear: both; }

/* line 1944, ../sass/components/_main-content.scss */
.l-page .addthis_toolbox {
  margin: 10px 0 10px 0; }

/* line 1949, ../sass/components/_main-content.scss */
.addthis-article-bottom span.at-icon-wrapper:after {
  color: white; }
/* line 1952, ../sass/components/_main-content.scss */
.addthis-article-bottom .addthis_button_facebook .at-icon-wrapper:after {
  content: "Share on Facebook"; }
/* line 1955, ../sass/components/_main-content.scss */
.addthis-article-bottom .addthis_button_twitter .at-icon-wrapper:after {
  content: "Share on Twitter"; }
/* line 1958, ../sass/components/_main-content.scss */
.addthis-article-bottom span.at-icon-wrapper {
  width: 100% !important;
  text-align: center;
  float: left;
  height: 45px !important;
  border-radius: 3px; }
  /* line 1964, ../sass/components/_main-content.scss */
  .addthis-article-bottom span.at-icon-wrapper svg {
    width: 45px !important;
    height: 45px !important;
    vertical-align: middle; }
/* line 1970, ../sass/components/_main-content.scss */
.addthis-article-bottom a.addthis_button_facebook.at300b, .addthis-article-bottom a.addthis_button_twitter.at300b {
  width: 50%;
  text-align: center; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1970, ../sass/components/_main-content.scss */
    .addthis-article-bottom a.addthis_button_facebook.at300b, .addthis-article-bottom a.addthis_button_twitter.at300b {
      width: 100%; } }

/* line 1979, ../sass/components/_main-content.scss */
.addthis-article-top span.at-icon-wrapper {
  width: 100% !important;
  text-align: center;
  float: left;
  height: 45px !important; }
  /* line 1984, ../sass/components/_main-content.scss */
  .addthis-article-top span.at-icon-wrapper svg {
    width: 50px !important;
    height: 45px !important;
    vertical-align: middle; }
/* line 1990, ../sass/components/_main-content.scss */
.addthis-article-top a.addthis_button_facebook.at300b, .addthis-article-top a.addthis_button_twitter.at300b {
  width: 90px;
  text-align: center; }
@media (min-width: 0px) and (max-width: 768px) {
  /* line 2001, ../sass/components/_main-content.scss */
  .addthis-article-top a.addthis_button_facebook.at300b, .addthis-article-top a.addthis_button_twitter.at300b {
    width: 45px; }
  /* line 2004, ../sass/components/_main-content.scss */
  .addthis-article-top a.addthis_button_print.at300b {
    display: none; } }

/* @group Event Listing */
/* line 2015, ../sass/components/_main-content.scss */
.page-event-listing .l-content {
  padding: 0;
  margin-top: 0; }
  /* line 2018, ../sass/components/_main-content.scss */
  .page-event-listing .l-content h1 {
    display: none; }

/* line 2023, ../sass/components/_main-content.scss */
.page-toolkits .l-content, .page-event-map .l-content, .section-contact-us .l-content, .node-type-people .l-content {
  margin-top: 0; }

/* line 2027, ../sass/components/_main-content.scss */
.page-event-listing .view-header {
  background: gray;
  float: left;
  height: 70px;
  width: 100%;
  line-height: 70px; }
  @media (min-width: 0px) and (max-width: 413px) {
    /* line 2027, ../sass/components/_main-content.scss */
    .page-event-listing .view-header {
      height: 100px; } }

/* line 2039, ../sass/components/_main-content.scss */
#events-header span {
  font-weight: bold;
  float: left;
  margin: 0 20px 0 0; }

/* line 2045, ../sass/components/_main-content.scss */
#events-header, #no-results {
  padding: 0 60px;
  height: 70px;
  line-height: 70px;
  background: #e8ebec; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 2045, ../sass/components/_main-content.scss */
    #events-header, #no-results {
      padding: 0 5%; } }
  @media (min-width: 0px) and (max-width: 413px) {
    /* line 2045, ../sass/components/_main-content.scss */
    #events-header, #no-results {
      height: 100px;
      padding: 10px 5%;
      line-height: 40px; } }

/* line 2060, ../sass/components/_main-content.scss */
#no-results {
  margin: 0 0 60px 0; }

/* line 2064, ../sass/components/_main-content.scss */
#no-results p {
  margin: 0;
  float: left;
  height: 65px;
  clear: none;
  line-height: 65px; }

/* line 2072, ../sass/components/_main-content.scss */
body.page-event-listing {
  background: url("../images/bg_getInvolved-large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; }

/* line 2078, ../sass/components/_main-content.scss */
#events-header div.event-header-date span.date-display-single {
  font-weight: normal;
  color: #5f6467; }

/* line 2083, ../sass/components/_main-content.scss */
div.date-nav-wrapper.clearfix {
  float: left; }

/* line 2087, ../sass/components/_main-content.scss */
.view-event-listing .view-content {
  margin: 0;
  float: left;
  width: 100%;
  padding: 60px;
  background: #fff; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 2087, ../sass/components/_main-content.scss */
    .view-event-listing .view-content {
      padding: 60px 5%; } }

/* line 2098, ../sass/components/_main-content.scss */
.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: 0px) and (max-width: 568px) {
    /* line 2098, ../sass/components/_main-content.scss */
    .view-event-listing div.views-row {
      width: 100%; } }

/* line 2110, ../sass/components/_main-content.scss */
.view-event-listing {
  float: left;
  width: 100%;
  margin: 0; }
  /* line 2114, ../sass/components/_main-content.scss */
  .view-event-listing #full_date, .view-event-listing #start_date {
    float: left;
    width: 60px;
    text-align: center;
    color: #9da2a5; }
    @media (min-width: 0px) and (max-width: 568px) {
      /* line 2114, ../sass/components/_main-content.scss */
      .view-event-listing #full_date, .view-event-listing #start_date {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: left; } }
  /* line 2125, ../sass/components/_main-content.scss */
  .view-event-listing div.date-left.views-fieldset, .view-event-listing .calendar_icon {
    float: left;
    width: 60px;
    /*  	height: 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: 0px) and (max-width: 568px) {
      /* line 2125, ../sass/components/_main-content.scss */
      .view-event-listing div.date-left.views-fieldset, .view-event-listing .calendar_icon {
        float: none;
        display: inline-block; } }
    /* line 2140, ../sass/components/_main-content.scss */
    .view-event-listing div.date-left.views-fieldset .month_date, .view-event-listing .calendar_icon .month_date {
      /*  	float: left;*/
      text-transform: uppercase;
      color: #9da2a5; }
    /* line 2146, ../sass/components/_main-content.scss */
    .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; }
  /* line 2154, ../sass/components/_main-content.scss */
  .view-event-listing div.event-right.views-fieldset {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 80px; }
    @media (min-width: 0px) and (max-width: 568px) {
      /* line 2154, ../sass/components/_main-content.scss */
      .view-event-listing div.event-right.views-fieldset {
        padding: 30px 0 0 0; } }
  /* line 2164, ../sass/components/_main-content.scss */
  .view-event-listing div.event-right.views-fieldset .date-display-single, .view-event-listing div.event-right.views-fieldset .date-display-range {
    color: #9da2a5; }
  /* line 2168, ../sass/components/_main-content.scss */
  .view-event-listing .event-right.views-fieldset .views-field-body {
    color: #6A7987;
    margin: 20px 0 0 0; }
  /* line 2174, ../sass/components/_main-content.scss */
  .view-event-listing div.event-right.views-fieldset p {
    float: left; }
  /* line 2178, ../sass/components/_main-content.scss */
  .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; }
  /* line 2185, ../sass/components/_main-content.scss */
  .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; }
  /* line 2196, ../sass/components/_main-content.scss */
  .view-event-listing .date-month span.date-display-single {
    /*  	float: left;*/
    text-transform: uppercase;
    color: #9da2a5; }
  /* line 2202, ../sass/components/_main-content.scss */
  .view-event-listing .date-day span.date-display-single {
    font-weight: bold;
    font-size: 2em;
    line-height: 15px; }
  /* line 2208, ../sass/components/_main-content.scss */
  .view-event-listing div.event-wrapper.views-fieldset {
    float: left;
    width: 100%; }

/* line 2214, ../sass/components/_main-content.scss */
.date-nav-wrapper {
  max-width: 730px;
  float: left;
  height: 100px;
  width: 70%;
  box-sizing: border-box;
  padding: 0 0 0 60px; }

/* line 2223, ../sass/components/_main-content.scss */
.date-nav-wrapper .date-nav ul.pager li {
  color: #fff;
  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: none;
  float: right;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

/* line 2240, ../sass/components/_main-content.scss */
.date-nav-wrapper .date-nav ul.pager {
  margin: 0; }

/* line 2244, ../sass/components/_main-content.scss */
.date-nav-wrapper h3 {
  display: none; }

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

/* @end group */
/* @group Single Event */
/* line 2269, ../sass/components/_main-content.scss */
.node--calendar-event .field--name-field-event-date {
  color: #9da2a5;
  margin: 0 0 20px 0; }

/* line 2275, ../sass/components/_main-content.scss */
.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; }
/* line 2285, ../sass/components/_main-content.scss */
.node--calendar-event span.date-display-single {
  color: #9da2a5; }

/* line 2290, ../sass/components/_main-content.scss */
.field--name-field-location {
  color: #6A7987; }

/* @end group */
/* @group SCALD items */
/* line 2297, ../sass/components/_main-content.scss */
.dnd-drop-wrapper .image img {
  max-width: 650px;
  width: 100% !important;
  height: auto !important; }

/* line 2303, ../sass/components/_main-content.scss */
.type-video .image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100% !important; }

/* line 2311, ../sass/components/_main-content.scss */
.type-video .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 900px; }

/* line 2320, ../sass/components/_main-content.scss */
.type-video .dnd-atom-rendered {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

/* line 2326, ../sass/components/_main-content.scss */
.type-video .dnd-atom-rendered iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/* line 2333, ../sass/components/_main-content.scss */
.scald_video {
  width: 100%; }

/* line 2337, ../sass/components/_main-content.scss */
div.dnd-atom-wrapper {
  width: 100%; }

/* line 2342, ../sass/components/_main-content.scss */
.dnd-widget-wrapper.type-image img {
  margin-bottom: 10px;
  margin-top: 5px; }
/* line 2346, ../sass/components/_main-content.scss */
.dnd-widget-wrapper.type-image.float-right img {
  float: right;
  margin-left: 20px; }
/* line 2350, ../sass/components/_main-content.scss */
.dnd-widget-wrapper.type-image.float-left img {
  float: left;
  margin-right: 20px; }

/* line 2356, ../sass/components/_main-content.scss */
.hide-icon .dnd-atom-rendered img.scald-file-icon {
  display: none; }

/* line 2360, ../sass/components/_main-content.scss */
.wp-caption {
  width: auto !important; }

/* line 2364, ../sass/components/_main-content.scss */
.mediafile {
  margin: 0 0 20px 0; }

/* line 2368, ../sass/components/_main-content.scss */
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: none !important;
  margin: 10px 0 15px 0; }

/* line 2376, ../sass/components/_main-content.scss */
.field--type-text-with-summary a,
.wp-caption.aligncenter a {
  text-decoration: none; }

/* @end group */
/* line 2383, ../sass/components/_main-content.scss */
.fc-header tr {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 2389, ../sass/components/_main-content.scss */
.fc-header-right {
  width: auto; }

/* line 2392, ../sass/components/_main-content.scss */
.fc-header-left {
  width: auto;
  order: 1;
  display: flex; }

/* line 2397, ../sass/components/_main-content.scss */
.fc-header-center {
  order: -1;
  width: 100%; }

/* line 2401, ../sass/components/_main-content.scss */
.fc-header-space {
  flex-grow: 1; }

@media all and (max-width: 420px) {
  /* line 2405, ../sass/components/_main-content.scss */
  .fc-header tr {
    display: flex;
    flex-direction: column;
    align-items: center; }

  /* line 2410, ../sass/components/_main-content.scss */
  .fc-header-center {
    width: auto; }

  /* line 2413, ../sass/components/_main-content.scss */
  .fc-header-left {
    width: 100%;
    margin-top: 10px; } }
/* line 2419, ../sass/components/_main-content.scss */
.view-calendar-events a.listing-link {
  text-decoration: none;
  float: right; }
  /* line 2422, ../sass/components/_main-content.scss */
  .view-calendar-events a.listing-link:before {
    content: "\f0ca";
    margin: 0 7px 0 0;
    font-family: Fontawesome;
    color: #c52639; }

/* @group Recommended Articles */
/* line 2431, ../sass/components/_main-content.scss */
#block-views-article-block-recommended-block {
  float: left;
  margin: 0 0 80px 0; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 2431, ../sass/components/_main-content.scss */
    #block-views-article-block-recommended-block {
      float: none;
      margin: 0 auto 80px auto;
      width: 100%;
      max-width: 650px; } }
  /* line 2440, ../sass/components/_main-content.scss */
  #block-views-article-block-recommended-block .view-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    flex-wrap: wrap; }
  /* line 2448, ../sass/components/_main-content.scss */
  #block-views-article-block-recommended-block .views-field-field-master-image .field__item {
    display: none; }
  /* line 2451, ../sass/components/_main-content.scss */
  #block-views-article-block-recommended-block fieldset {
    padding: 20px;
    height: 170px; }
    /* line 2454, ../sass/components/_main-content.scss */
    #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; }
  /* line 2466, ../sass/components/_main-content.scss */
  #block-views-article-block-recommended-block h2.block__title {
    font-size: 1.5em;
    margin: 0 0 20px 0; }
    @media (min-width: 0px) and (max-width: 1080px) {
      /* line 2466, ../sass/components/_main-content.scss */
      #block-views-article-block-recommended-block h2.block__title {
        text-align: center; } }
  /* line 2473, ../sass/components/_main-content.scss */
  #block-views-article-block-recommended-block span.fieldset-legend {
    display: none; }
  /* line 2476, ../sass/components/_main-content.scss */
  #block-views-article-block-recommended-block div.views-field.views-field-created span.field-content {
    font-size: .9em;
    color: #9da2a5; }
  /* line 2480, ../sass/components/_main-content.scss */
  #block-views-article-block-recommended-block .views-field-field-date {
    font-size: .9em;
    color: #9da2a5; }
  /* line 2484, ../sass/components/_main-content.scss */
  #block-views-article-block-recommended-block .view-article-block {
    float: left;
    width: 100%; }
    @media (min-width: 0px) and (max-width: 1080px) {
      /* line 2484, ../sass/components/_main-content.scss */
      #block-views-article-block-recommended-block .view-article-block {
        max-width: 660px;
        width: 100%;
        margin: 0 auto;
        float: none;
        padding: 0 5%; } }
    /* line 2494, ../sass/components/_main-content.scss */
    #block-views-article-block-recommended-block .view-article-block .views-row {
      width: 255px;
      float: left;
      margin: 0 20px 0 0;
      background: #fff;
      border: 1px solid #d2d5d7; }
      @media (min-width: 0px) and (max-width: 1080px) {
        /* line 2494, ../sass/components/_main-content.scss */
        #block-views-article-block-recommended-block .view-article-block .views-row {
          margin: 0 auto 20px auto; } }
      /* line 2503, ../sass/components/_main-content.scss */
      #block-views-article-block-recommended-block .view-article-block .views-row fieldset {
        padding: 20px; }
      /* line 2506, ../sass/components/_main-content.scss */
      #block-views-article-block-recommended-block .view-article-block .views-row.views-row-last {
        margin: 0; }
        @media (min-width: 0px) and (max-width: 1080px) {
          /* line 2506, ../sass/components/_main-content.scss */
          #block-views-article-block-recommended-block .view-article-block .views-row.views-row-last {
            margin: 0 auto 20px auto; } }

/* line 2520, ../sass/components/_main-content.scss */
.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: #fff; }

/* @end group */
/* @group Admin */
/* line 2529, ../sass/components/_main-content.scss */
#user-login input#edit-submit.form-submit {
  background: #175498;
  margin: 0;
  padding: 10px 50px;
  text-align: center;
  font-weight: normal;
  text-shadow: none;
  color: #fff;
  box-shadow: none;
  border: none;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* @end group */
/* @group Image Gallery Item */
/* line 2550, ../sass/components/_main-content.scss */
.node--image-gallery-item .field--name-body {
  width: 70%;
  float: left;
  box-sizing: border-box;
  margin: 40px 0px;
  padding: 0 40px 0 0; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 2550, ../sass/components/_main-content.scss */
    .node--image-gallery-item .field--name-body {
      width: 100%; } }
/* line 2560, ../sass/components/_main-content.scss */
.node--image-gallery-item .field--type-file {
  float: right;
  width: 30%;
  box-sizing: border-box;
  margin: 40px 0 0 0; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 2560, ../sass/components/_main-content.scss */
    .node--image-gallery-item .field--type-file {
      width: 100%; } }
  /* line 2568, ../sass/components/_main-content.scss */
  .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; }
/* line 2578, ../sass/components/_main-content.scss */
.node--image-gallery-item .field--type-datetime {
  float: right;
  width: 30%;
  box-sizing: border-box;
  margin: 40px 0 0 0; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 2578, ../sass/components/_main-content.scss */
    .node--image-gallery-item .field--type-datetime {
      width: 100%; } }
/* line 2587, ../sass/components/_main-content.scss */
.node--image-gallery-item .field--name-field-download-image a {
  text-decoration: none; }
  /* line 2589, ../sass/components/_main-content.scss */
  .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; }

/* line 2599, ../sass/components/_main-content.scss */
.node--image-gallery-item span.file img.file-icon {
  display: none; }

/* @end group */
/* @group Toolkits */
/* line 2609, ../sass/components/_main-content.scss */
.view-toolkit-listing .views-row {
  margin: 10px;
  float: left; }
/* line 2613, ../sass/components/_main-content.scss */
.view-toolkit-listing .grid-item {
  text-align: center; }
/* line 2616, ../sass/components/_main-content.scss */
.view-toolkit-listing .gallery-item-container {
  float: left;
  position: relative;
  overflow: hidden; }
  /* line 2621, ../sass/components/_main-content.scss */
  .view-toolkit-listing .gallery-item-container:hover .views-field-body a {
    top: 0; }
  /* line 2625, ../sass/components/_main-content.scss */
  .view-toolkit-listing .gallery-item-container .views-field-body a:focus {
    top: 0; }
/* line 2630, ../sass/components/_main-content.scss */
.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: #fff;
  top: -230px;
  transition: top 0.3s;
  margin: 0;
  font-size: .9em;
  text-decoration: none; }
/* line 2646, ../sass/components/_main-content.scss */
.view-toolkit-listing .image-container {
  max-width: 300px;
  max-height: 230px; }
  /* line 2649, ../sass/components/_main-content.scss */
  .view-toolkit-listing .image-container img {
    float: left; }
  /* line 2652, ../sass/components/_main-content.scss */
  .view-toolkit-listing .image-container .gallery-item-container {
    float: left; }
  /* line 2655, ../sass/components/_main-content.scss */
  .view-toolkit-listing .image-container .views-field-title {
    color: white;
    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) {
      /* line 2655, ../sass/components/_main-content.scss */
      .view-toolkit-listing .image-container .views-field-title {
        left: 50%; } }
    /* line 2671, ../sass/components/_main-content.scss */
    .view-toolkit-listing .image-container .views-field-title a {
      color: white;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600; }

/*@end group */
/* @group APOD Image Gallery, uses toolkit above */
/* line 2685, ../sass/components/_main-content.scss */
.view-apod-image-gallery .views-field-title a {
  font-weight: 600;
  text-decoration: none;
  height: 30px;
  display: block; }

/* @end group  */
/* @group Image Gallery */
/* line 2698, ../sass/components/_main-content.scss */
.view-image-gallery .views-row {
  margin: 10px;
  float: left; }
/* line 2702, ../sass/components/_main-content.scss */
.view-image-gallery .grid-item {
  text-align: center; }
/* line 2705, ../sass/components/_main-content.scss */
.view-image-gallery .gallery-item-container {
  display: inline-block;
  text-align: left;
  position: relative;
  overflow: hidden; }
  /* line 2711, ../sass/components/_main-content.scss */
  .view-image-gallery .gallery-item-container:hover .views-field-body a {
    top: 0; }
  /* line 2715, ../sass/components/_main-content.scss */
  .view-image-gallery .gallery-item-container .views-field-body a:focus {
    top: 0; }
/* line 2720, ../sass/components/_main-content.scss */
.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: #fff;
  top: -230px;
  transition: top 0.3s;
  margin: 0;
  font-size: .9em;
  text-decoration: none; }
/* line 2736, ../sass/components/_main-content.scss */
.view-image-gallery .image-container {
  max-width: 300px;
  max-height: 230px; }
  /* line 2739, ../sass/components/_main-content.scss */
  .view-image-gallery .image-container img {
    float: left; }
  /* line 2742, ../sass/components/_main-content.scss */
  .view-image-gallery .image-container .gallery-item-container {
    float: left; }
  /* line 2745, ../sass/components/_main-content.scss */
  .view-image-gallery .image-container .views-field-title {
    width: 100%;
    height: 230px;
    position: relative;
    float: left;
    margin: -230px 0 0 0;
    padding: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: table;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 );
    /* IE6-9 */ }
    /* line 2760, ../sass/components/_main-content.scss */
    .view-image-gallery .image-container .views-field-title span {
      position: absolute;
      bottom: 20px;
      color: white; }
    /* line 2765, ../sass/components/_main-content.scss */
    .view-image-gallery .image-container .views-field-title a {
      color: #fff;
      float: left;
      margin: 150px 0 0 0;
      text-decoration: none;
      vertical-align: bottom;
      position: relative; }

/*@end group */
/*@group Published Field */
/* line 2784, ../sass/components/_main-content.scss */
.page-node .l-content {
  position: relative; }

/* line 2789, ../sass/components/_main-content.scss */
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: .9em; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 2789, ../sass/components/_main-content.scss */
    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%; } }

/* line 2807, ../sass/components/_main-content.scss */
.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: #fff; }

/*@end group */
/* @group Video Gallery Item */
/* line 2816, ../sass/components/_main-content.scss */
.field--name-field-master-video {
  margin: 0 0 40px 0; }

/* line 2820, ../sass/components/_main-content.scss */
.node--video-gallery-item .field--name-field-master-video .image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100% !important; }

/* line 2828, ../sass/components/_main-content.scss */
.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; }

/* @end group */
/* @group Science Cast */
/* line 2841, ../sass/components/_main-content.scss */
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: .9em; }

/* line 2849, ../sass/components/_main-content.scss */
.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: 0px) and (max-width: 736px) {
    /* line 2849, ../sass/components/_main-content.scss */
    .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; } }

/* line 2864, ../sass/components/_main-content.scss */
.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%; }

/* line 2875, ../sass/components/_main-content.scss */
.node--science-cast div.download-file.clear-block {
  float: left;
  width: 100%; }

/* line 2880, ../sass/components/_main-content.scss */
.node--science-cast div.field.field--name-field-youtube-link.field--type-link-field.field--label-hidden {
  float: left;
  width: 100%; }

/* line 2885, ../sass/components/_main-content.scss */
#science-cast-right {
  float: right;
  width: 30%; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 2885, ../sass/components/_main-content.scss */
    #science-cast-right {
      width: 100%;
      margin: 40px 0 0 0; } }

/* line 2894, ../sass/components/_main-content.scss */
#science-cast-right a {
  width: 100%;
  float: left;
  clear: both;
  text-decoration: none; }

/* line 2901, ../sass/components/_main-content.scss */
#science-cast-right .field--name-field-downloadable-video a {
  margin: 0;
  width: 100%; }

/* line 2906, ../sass/components/_main-content.scss */
#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; }

/* line 2914, ../sass/components/_main-content.scss */
#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; }

/* line 2922, ../sass/components/_main-content.scss */
#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; }

/* line 2930, ../sass/components/_main-content.scss */
.node--science-cast .field--name-field-master-video .image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100% !important; }

/* line 2938, ../sass/components/_main-content.scss */
.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; }

/* @end group */
/* @group Publications Catalog */
/* line 2951, ../sass/components/_main-content.scss */
.view-materials-by-title .view-content .views-row {
  float: left;
  margin: 20px 0; }

/* @end group */
/* @group Video Gallery */
/* line 2961, ../sass/components/_main-content.scss */
.view-video-gallery .views-row {
  margin: 10px;
  float: left; }
/* line 2965, ../sass/components/_main-content.scss */
.view-video-gallery .gallery-item-container {
  float: left;
  position: relative;
  overflow: hidden; }
  /* line 2970, ../sass/components/_main-content.scss */
  .view-video-gallery .gallery-item-container:hover .views-field-body a {
    top: 0; }
  /* line 2974, ../sass/components/_main-content.scss */
  .view-video-gallery .gallery-item-container .views-field-body a:focus {
    top: 0; }
/* line 2979, ../sass/components/_main-content.scss */
.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: #fff;
  top: -230px;
  transition: top 0.3s;
  margin: 0;
  font-size: .9em;
  text-decoration: none; }
/* line 2995, ../sass/components/_main-content.scss */
.view-video-gallery .image-container {
  max-width: 300px;
  max-height: 230px; }
  /* line 2998, ../sass/components/_main-content.scss */
  .view-video-gallery .image-container img {
    float: left; }
  /* line 3001, ../sass/components/_main-content.scss */
  .view-video-gallery .image-container .gallery-item-container {
    float: left; }
  /* line 3004, ../sass/components/_main-content.scss */
  .view-video-gallery .image-container .views-field-title {
    width: 100%;
    height: 230px;
    position: relative;
    float: left;
    margin: -230px 0 0 0;
    padding: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: table;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 );
    /* IE6-9 */ }
    /* line 3019, ../sass/components/_main-content.scss */
    .view-video-gallery .image-container .views-field-title span {
      position: absolute;
      bottom: 20px;
      color: white; }
    /* line 3024, ../sass/components/_main-content.scss */
    .view-video-gallery .image-container .views-field-title a {
      color: #fff;
      float: left;
      margin: 150px 0 0 0;
      text-decoration: none;
      vertical-align: bottom;
      position: relative; }

/* line 3039, ../sass/components/_main-content.scss */
.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; }
/* line 3050, ../sass/components/_main-content.scss */
.node--video-gallery .field--name-field-topic .field__item a {
  float: left;
  clear: right;
  margin: 0;
  text-decoration: none;
  color: #d2d5d7; }
/* line 3058, ../sass/components/_main-content.scss */
.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; }

/* @end group */
/* line 3070, ../sass/components/_main-content.scss */
.hover-reveal-container {
  position: relative;
  overflow: hidden;
  width: 100%; }
  /* line 3074, ../sass/components/_main-content.scss */
  .hover-reveal-container:hover .hover-reveal-content {
    top: 0; }

/* line 3078, ../sass/components/_main-content.scss */
.hover-reveal-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  transition: top 0.3s;
  overflow: hidden; }

/* line 3089, ../sass/components/_main-content.scss */
.view-citizen-scientist .hover-reveal-container:after {
  padding-top: 100%;
  display: block;
  content: ''; }
/* line 3094, ../sass/components/_main-content.scss */
.view-citizen-scientist .views-field-field-master-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 3104, ../sass/components/_main-content.scss */
.leaflet-popup-content .date-display-single, .leaflet-popup-content .date-display-end {
  display: block; }
/* line 3107, ../sass/components/_main-content.scss */
.leaflet-popup-content p {
  margin-top: 10px;
  margin-bottom: 0px; }

/* @group Report a Problem */
/* line 3115, ../sass/components/_main-content.scss */
.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: #fff;
  text-decoration: none;
  float: left; }

/* line 3130, ../sass/components/_main-content.scss */
.problem-webform-wrapper .form-textarea {
  border: 1px solid #9da2a5;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
/* line 3138, ../sass/components/_main-content.scss */
.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; }
/* line 3148, ../sass/components/_main-content.scss */
.problem-webform-wrapper label, .problem-webform-wrapper .description {
  font-weight: normal;
  color: #9da2a5; }

/*@end group */
/*@group Main Content Subscription form */
/* line 3158, ../sass/components/_main-content.scss */
.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: 0px) and (max-width: 736px) {
    /* line 3158, ../sass/components/_main-content.scss */
    .l-main #nasa-subscribe-form .form-type-checkbox {
      width: 100%; } }
  /* line 3169, ../sass/components/_main-content.scss */
  .l-main #nasa-subscribe-form .form-type-checkbox input[type="checkbox"] {
    display: none; }
  /* line 3172, ../sass/components/_main-content.scss */
  .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; }
  /* line 3180, ../sass/components/_main-content.scss */
  .l-main #nasa-subscribe-form .form-type-checkbox input[type="checkbox"]:checked + label {
    background: url("../images/check-sprite-open.png") left top no-repeat; }

/* line 3185, ../sass/components/_main-content.scss */
.l-content .form-type-checkbox {
  width: 100%;
  float: left;
  clear: left; }

/* line 3191, ../sass/components/_main-content.scss */
.l-main #nasa-subscribe-form .subscribe_submit_main .form-type-textfield input#edit-email {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  color: #2e2f30;
  background: #fff;
  border: 1px solid #d2d5d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

/* line 3203, ../sass/components/_main-content.scss */
.l-main div.subscribe_submit_main {
  margin: 0 0 20px 0;
  float: left;
  width: 100%; }

/* line 3209, ../sass/components/_main-content.scss */
.l-main #nasa-subscribe-form div div.subscribe_submit_main div.form-item.form-type-textfield.form-item-email label {
  display: none; }

/* line 3213, ../sass/components/_main-content.scss */
.l-main #nasa-subscribe-form div.form-item.form-type-textfield.form-item-email {
  float: left;
  width: 70%;
  margin: 0 5% 0 0; }

/* line 3219, ../sass/components/_main-content.scss */
.l-main #nasa-subscribe-form input#edit-submit-button.form-submit,
#science-wow-subscribe-form input[type="submit"] {
  background: #c52639;
  height: 50px;
  width: 25%;
  line-height: 50px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  float: right; }

/* line 3233, ../sass/components/_main-content.scss */
#science-wow-subscribe-form {
  clear: both;
  padding-top: 15px; }
  /* line 3236, ../sass/components/_main-content.scss */
  #science-wow-subscribe-form input[type="submit"] {
    float: none;
    width: initial;
    padding: 0 15px; }

/* line 3243, ../sass/components/_main-content.scss */
div#edit-newsletter-checkbox {
  clear: both; }

/* unsubscribe form */
/* line 3250, ../sass/components/_main-content.scss */
form.webform-client-form-5285 .webform-component--sara-mailing-list {
  display: none; }
/* line 3254, ../sass/components/_main-content.scss */
form.webform-client-form-5285 .form-item.form-type-checkbox {
  display: inline-block;
  width: initial; }
/* line 3259, ../sass/components/_main-content.scss */
form.webform-client-form-5285 .webform-component--email label {
  display: none; }
/* line 3263, ../sass/components/_main-content.scss */
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: 0px) and (max-width: 768px) {
    /* line 3263, ../sass/components/_main-content.scss */
    form.webform-client-form-5285 div.form-item.webform-component.webform-component-textfield.webform-component--email.webform-container-inline {
      width: 100%; } }
/* line 3272, ../sass/components/_main-content.scss */
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: 0px) and (max-width: 768px) {
  /* line 3280, ../sass/components/_main-content.scss */
  form.webform-client-form-5285 .form-actions {
    clear: both; } }
/* line 3286, ../sass/components/_main-content.scss */
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: 0px) and (max-width: 768px) {
    /* line 3286, ../sass/components/_main-content.scss */
    form.webform-client-form-5285 input.webform-submit.button-primary.form-submit {
      float: none;
      width: 100%;
      top: 0; } }
/* line 3299, ../sass/components/_main-content.scss */
form.webform-client-form-5285 .science-wow-link {
  clear: left;
  float: left;
  padding: 15px 0 25px; }

/* hide button Go Back to Form */
/* line 3308, ../sass/components/_main-content.scss */
.page-node-5285.page-node-done .links {
  display: none; }

/*@end group */
/* roses-heliophysics-science-proposals form */
/* line 3317, ../sass/components/_main-content.scss */
.l-main .webform-client-form-5085 .form-checkboxes {
  overflow: auto; }
/* line 3320, ../sass/components/_main-content.scss */
.l-main .webform-client-form-5085 .form-item.webform-component.webform-component-checkboxes label {
  float: none;
  margin: 20px 0 10px; }
/* line 3324, ../sass/components/_main-content.scss */
.l-main .webform-client-form-5085 .form-type-checkbox {
  float: none; }

/*@group Main content checkboxes */
/* line 3331, ../sass/components/_main-content.scss */
.l-main .form-type-checkbox {
  float: left;
  line-height: 30px;
  font-size: 1em;
  color: #6A7987; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 3331, ../sass/components/_main-content.scss */
    .l-main .form-type-checkbox {
      width: 100%; } }
  /* line 3339, ../sass/components/_main-content.scss */
  .l-main .form-type-checkbox input[type="checkbox"] {
    display: none; }
  /* line 3342, ../sass/components/_main-content.scss */
  .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; }
  /* line 3350, ../sass/components/_main-content.scss */
  .l-main .form-type-checkbox input[type="checkbox"]:checked + label {
    background: url("../images/checked.png") left top no-repeat; }

/* line 3356, ../sass/components/_main-content.scss */
.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; }

/* line 3362, ../sass/components/_main-content.scss */
.l-main .form-item.webform-component.webform-component-checkboxes label.option {
  margin: 0 0 5px 0; }

/* line 3366, ../sass/components/_main-content.scss */
#edit-submitted-fieldset {
  float: left; }

/* line 3370, ../sass/components/_main-content.scss */
div.form-item.webform-component.webform-component-checkboxes.webform-component--fieldset {
  float: left; }

/*@end group */
/*@group Main Content Table */
/* line 3378, ../sass/components/_main-content.scss */
.l-content table {
  float: left;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 3383, ../sass/components/_main-content.scss */
    .l-content table td {
      width: auto;
      padding: 0 10px 10px 0; } }

/*@end group */
/*@group People */
/* line 3397, ../sass/components/_main-content.scss */
.node-type-people div.field.field--name-field-master-image {
  margin: 0 0 40px 0; }
/* line 3400, ../sass/components/_main-content.scss */
.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: 0px) and (max-width: 736px) {
    /* line 3400, ../sass/components/_main-content.scss */
    .node-type-people div.field.field--name-field-side-quote {
      width: 60%;
      margin: 0 20%;
      float: left;
      font-size: 22px;
      padding: 40px 0; } }
/* line 3416, ../sass/components/_main-content.scss */
.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: 0px) and (max-width: 736px) {
    /* line 3416, ../sass/components/_main-content.scss */
    .node-type-people div.field.field--name-field-side-quote p:before {
      font-size: 25px; } }
/* line 3427, ../sass/components/_main-content.scss */
.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: 0px) and (max-width: 736px) {
    /* line 3427, ../sass/components/_main-content.scss */
    .node-type-people div.field.field--name-field-side-quote p:after {
      font-size: 25px; } }

/* line 3442, ../sass/components/_main-content.scss */
.colors-taxonomy-term-15 {
  background-color: #facf03;
  border-color: #facf03; }

/* line 3447, ../sass/components/_main-content.scss */
.colors-taxonomy-term-26 {
  background-color: #7acf61;
  border-color: #7acf61; }

/* line 3452, ../sass/components/_main-content.scss */
.colors-taxonomy-term-62 {
  background-color: #b1215a;
  border-color: #b1215a; }

/* line 3457, ../sass/components/_main-content.scss */
.colors-taxonomy-term-76 {
  background-color: #6e99b7;
  border-color: #6e99b7; }

/* line 3462, ../sass/components/_main-content.scss */
.colors-taxonomy-term-77 {
  background-color: #03c4d7;
  border-color: #03c4d7; }

/* line 3467, ../sass/components/_main-content.scss */
.colors-taxonomy-term-106 {
  background-color: #402874;
  border-color: #402874; }

/*@end group */
/* line 1, ../sass/components/_navigation.scss */
.not-front ul.breadcrumb {
  position: absolute;
  top: 120px;
  float: left;
  margin: 0 0 0 -60px; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 1, ../sass/components/_navigation.scss */
    .not-front ul.breadcrumb {
      margin-left: 0px; } }
  /* line 10, ../sass/components/_navigation.scss */
  .not-front ul.breadcrumb li a {
    text-decoration: none; }

/* line 16, ../sass/components/_navigation.scss */
.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: 0px) and (max-width: 1080px) {
    /* line 16, ../sass/components/_navigation.scss */
    .page-sciencenews ul.breadcrumb, .page-blognews ul.breadcrumb, .node-type-listing-page ul.breadcrumb {
      margin-left: 0px; } }
  /* line 25, ../sass/components/_navigation.scss */
  .page-sciencenews ul.breadcrumb li a, .page-blognews ul.breadcrumb li a, .node-type-listing-page ul.breadcrumb li a {
    text-decoration: none; }

/* line 43, ../sass/components/_navigation.scss */
.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-stem-activation-team ul.breadcrumb {
  display: none; }

/* line 48, ../sass/components/_navigation.scss */
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: #fff;
  margin: 25px 15px 15px 15px; }

/* line 60, ../sass/components/_navigation.scss */
#block-system-main-menu {
  width: 80%;
  background: none;
  float: right; }
  /* line 65, ../sass/components/_navigation.scss */
  #block-system-main-menu ul {
    display: block;
    float: right;
    width: 100%;
    margin: 15px auto;
    clear: both;
    border-top: 0;
    border-left: 1px solid #fff; }
    /* line 74, ../sass/components/_navigation.scss */
    #block-system-main-menu ul li {
      width: 14%;
      font-size: .8em;
      line-height: 40px;
      height: 40px;
      float: left;
      display: inline;
      list-style: none;
      text-align: center; }
      /* line 83, ../sass/components/_navigation.scss */
      #block-system-main-menu ul li a {
        color: #fff;
        text-decoration: none; }

/* line 91, ../sass/components/_navigation.scss */
.l-page #block-nice-menus-1, .front .l-page #block-nice-menus-1 {
  width: 100%;
  padding-left: 180px;
  padding-top: 8px; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 91, ../sass/components/_navigation.scss */
    .l-page #block-nice-menus-1, .front .l-page #block-nice-menus-1 {
      display: none; } }
  /* line 99, ../sass/components/_navigation.scss */
  .l-page #block-nice-menus-1 ul.nice-menu, .front .l-page #block-nice-menus-1 ul.nice-menu {
    display: block;
    float: right;
    width: 100%;
    margin: 10px auto;
    clear: both;
    border-top: 0;
    border-left: 1px solid #fff; }
    /* line 108, ../sass/components/_navigation.scss */
    .l-page #block-nice-menus-1 ul.nice-menu li, .front .l-page #block-nice-menus-1 ul.nice-menu li {
      width: auto;
      font-size: .9em;
      line-height: 40px;
      height: 40px;
      float: left;
      display: inline;
      background: none;
      border: none;
      padding: 0 0 0 14px !important;
      list-style: none;
      text-align: center; }
      /* line 120, ../sass/components/_navigation.scss */
      .l-page #block-nice-menus-1 ul.nice-menu li.menuparent, .front .l-page #block-nice-menus-1 ul.nice-menu li.menuparent {
        padding: 0;
        background: none; }
        /* line 123, ../sass/components/_navigation.scss */
        .l-page #block-nice-menus-1 ul.nice-menu li.menuparent:hover, .front .l-page #block-nice-menus-1 ul.nice-menu li.menuparent:hover {
          background: none; }
        /* line 126, ../sass/components/_navigation.scss */
        .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul, .front .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul {
          padding: 40px 20px 20px 20px;
          border: none;
          box-sizing: border-box;
          width: 240px;
          background: url("../images/drop-arrow.png") no-repeat top center;
          left: -60px;
          box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.3);
          margin: 10px 0 0 0; }
          /* line 135, ../sass/components/_navigation.scss */
          .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul li, .front .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul li {
            height: 30px;
            padding: 0 0 0 10px;
            line-height: 30px;
            font-size: 1em;
            text-align: left;
            width: 100%; }
            /* line 142, ../sass/components/_navigation.scss */
            .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul li:hover, .front .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul li:hover {
              background: #4A90E2;
              color: #fff; }
            /* line 146, ../sass/components/_navigation.scss */
            .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul li a, .front .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul li a {
              color: #000;
              padding: 0; }
              /* line 149, ../sass/components/_navigation.scss */
              .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul li a:hover, .front .l-page #block-nice-menus-1 ul.nice-menu li.menuparent ul li a:hover {
                color: #fff; }
      /* line 156, ../sass/components/_navigation.scss */
      .l-page #block-nice-menus-1 ul.nice-menu li.menuparent:first-child, .front .l-page #block-nice-menus-1 ul.nice-menu li.menuparent:first-child {
        padding-left: 20px !important; }
      /* line 159, ../sass/components/_navigation.scss */
      .l-page #block-nice-menus-1 ul.nice-menu li a, .front .l-page #block-nice-menus-1 ul.nice-menu li a {
        color: #fff;
        text-decoration: none;
        padding: 0 !important; }
        /* line 163, ../sass/components/_navigation.scss */
        .l-page #block-nice-menus-1 ul.nice-menu li a.active, .front .l-page #block-nice-menus-1 ul.nice-menu li a.active {
          background: none;
          padding: 0; }

/* line 182, ../sass/components/_navigation.scss */
.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-stem-activation-team .l-page #block-nice-menus-1 ul.nice-menu {
  border-color: #fff; }
  /* line 184, ../sass/components/_navigation.scss */
  .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-stem-activation-team .l-page #block-nice-menus-1 ul.nice-menu li a {
    color: #fff; }
  /* line 187, ../sass/components/_navigation.scss */
  .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-stem-activation-team .l-page #block-nice-menus-1 ul.nice-menu ul li a {
    color: #333; }

/* line 194, ../sass/components/_navigation.scss */
.not-front .l-page #block-nice-menus-1 ul.nice-menu {
  border-color: #e8ebec; }

/* line 198, ../sass/components/_navigation.scss */
.not-front .l-page #block-nice-menus-1 ul.nice-menu li a {
  color: #6A7987; }

/*
#block-menu-menu-main-secondary {
	margin: -35px auto 0 auto;
	width: 100%;
	float: none;
	height: 70px;
	background: $black;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	ul.menu {
	li {
		font-size: 1.2em;
		float: left;
		list-style: none;
		text-align: center;
		height: 70px;
		line-height: 70px;
		font-family: Fjalla One, Arial, Helvetica, sans-serif;
		font-weight: 300;
		&.last a {
			border: none;
		}
	a {
		text-decoration: none;
		color: #fff;
		height: 30px;
		line-height: 30px;
		margin: 20px 0;
		float: left;
		width: 100%;
		border-right: 1px solid $dark-gray;
	}
	}
	}
}
*/
/* line 239, ../sass/components/_navigation.scss */
.secondary-menu li.leaf.has-children.active-trail, .secondary-menu li.leaf.active-trail {
  background: #5f6467;
  height: 81px;
  margin: 5px 0 0 -1px; }

/* line 245, ../sass/components/_navigation.scss */
.secondary-menu li.first.leaf.has-children.active-trail, .secondary-menu li.first.leaf.active-trail {
  margin: 5px 0 0 0; }

/* line 248, ../sass/components/_navigation.scss */
.secondary-menu li.leaf.has-children.active-trail a.active-trail, .secondary-menu li.leaf.active-trail a.active-trail {
  border: none;
  margin: 28px 0 0 0; }

/* line 253, ../sass/components/_navigation.scss */
.block--menu-menu-main-secondary li {
  box-sizing: border-box;
  flex-basis: 0;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flexbox-flex-grow: 1;
  -ms-flexbox-flex-basis: 0; }
  /* line 261, ../sass/components/_navigation.scss */
  .block--menu-menu-main-secondary li a {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    justify-content: center; }

/* line 268, ../sass/components/_navigation.scss */
.secondary-menu {
  position: relative;
  width: 100%;
  float: left;
  height: 86px;
  background: #2e2f30;
  font-size: 1.2em; }
  /* line 275, ../sass/components/_navigation.scss */
  .secondary-menu.block--menu-menu-menu-earth-science {
    background: linear-gradient(to right, #7acf61 0%, #0daacc 50%, #14428c 100%);
    padding-top: 8px; }
  /* line 279, ../sass/components/_navigation.scss */
  .secondary-menu li {
    position: relative;
    font-size: 1em;
    float: left;
    list-style: none;
    text-align: center;
    height: 86px;
    line-height: 86px;
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    font-weight: 300;
    white-space: nowrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-box-shrink: 0;
    -ms-flexbox-shrink: 0; }
    /* line 294, ../sass/components/_navigation.scss */
    .secondary-menu li a {
      text-decoration: none;
      color: #fff;
      line-height: 20px;
      padding: 0 15px;
      float: right;
      height: 20px;
      margin: 33px 0;
      display: flex;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      border-right: 1px solid #d2d5d7;
      align-items: center;
      white-space: normal; }
  /* line 311, ../sass/components/_navigation.scss */
  .secondary-menu .hidden-links li a {
    border: none; }
  /* line 314, ../sass/components/_navigation.scss */
  .secondary-menu .expanded {
    transition: background 0.3s; }
    /* line 316, ../sass/components/_navigation.scss */
    .secondary-menu .expanded .menu {
      position: absolute;
      top: 100%;
      left: 0;
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      background: #5f6467;
      white-space: nowrap;
      overflow: hidden; }
    /* line 328, ../sass/components/_navigation.scss */
    .secondary-menu .expanded li {
      position: relative;
      width: auto;
      display: inline-block;
      font-size: 0.9em;
      height: 0;
      transition: height 0.3s; }
      /* line 335, ../sass/components/_navigation.scss */
      .secondary-menu .expanded li a {
        text-align: left; }
      /* line 338, ../sass/components/_navigation.scss */
      .secondary-menu .expanded li:hover {
        background: #7acf61; }
    /* line 342, ../sass/components/_navigation.scss */
    .secondary-menu .expanded > a {
      margin-right: 40px;
      padding-right: 0; }
    /* line 347, ../sass/components/_navigation.scss */
    .secondary-menu .expanded.open li {
      height: 70px; }
    /* line 350, ../sass/components/_navigation.scss */
    .secondary-menu .expanded.open:after {
      transform: rotate(0deg); }
    /* line 354, ../sass/components/_navigation.scss */
    .secondary-menu .expanded:after {
      content: "";
      position: relative;
      right: 20px;
      top: 0px;
      width: 0px;
      height: 0px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #7acf61;
      display: inline-block;
      transform: rotate(-90deg);
      transition: transform 0.3s; }
  /* line 370, ../sass/components/_navigation.scss */
  .secondary-menu .menu {
    height: 100%;
    border-radius: 0 0 3px 3px;
    position: relative;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */ }
    /* line 380, ../sass/components/_navigation.scss */
    .secondary-menu .menu li:last-child a {
      border: none; }
    /* line 383, ../sass/components/_navigation.scss */
    .secondary-menu .menu li.missions {
      border-top: 5px solid #6e99b7; }
    /* line 386, ../sass/components/_navigation.scss */
    .secondary-menu .menu li.science-tech {
      border-top: 5px solid #b1215a; }
    /* line 389, ../sass/components/_navigation.scss */
    .secondary-menu .menu li.universe {
      border-top: 5px solid #03c4d7; }
    /* line 392, ../sass/components/_navigation.scss */
    .secondary-menu .menu li.solar {
      border-top: 5px solid #402874; }
    /* line 395, ../sass/components/_navigation.scss */
    .secondary-menu .menu li.sun {
      border-top: 5px solid #facf03; }
    /* line 398, ../sass/components/_navigation.scss */
    .secondary-menu .menu li.earth {
      border-top: 5px solid #7acf61; }
  /* line 403, ../sass/components/_navigation.scss */
  .secondary-menu .more {
    position: absolute;
    top: 8px;
    right: 0;
    height: 70px;
    width: 75px;
    background: none;
    border: none;
    text-align: left;
    color: white;
    margin-right: 12px;
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    font-weight: 300; }
    /* line 416, ../sass/components/_navigation.scss */
    .secondary-menu .more.hidden {
      display: none; }
    /* line 419, ../sass/components/_navigation.scss */
    .secondary-menu .more:after {
      content: "\f0d7";
      font-family: Fontawesome;
      margin: 0 0 0 5px;
      color: #4A90E2; }
  /* line 426, ../sass/components/_navigation.scss */
  .secondary-menu .hidden-links {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    max-width: 300px;
    z-index: 1;
    background: #2e2f30; }
    /* line 437, ../sass/components/_navigation.scss */
    .secondary-menu .hidden-links.hidden {
      display: none; }
    /* line 440, ../sass/components/_navigation.scss */
    .secondary-menu .hidden-links li {
      width: 100%; }
      /* line 442, ../sass/components/_navigation.scss */
      .secondary-menu .hidden-links li.leaf {
        margin: 0 0 0 -1px; }
    /* line 446, ../sass/components/_navigation.scss */
    .secondary-menu .hidden-links .expanded {
      position: relative;
      height: auto; }
      /* line 449, ../sass/components/_navigation.scss */
      .secondary-menu .hidden-links .expanded > a {
        margin-right: 50px; }
      /* line 452, ../sass/components/_navigation.scss */
      .secondary-menu .hidden-links .expanded a {
        float: none; }
      /* line 455, ../sass/components/_navigation.scss */
      .secondary-menu .hidden-links .expanded .menu {
        position: relative;
        flex-direction: column;
        top: 0;
        height: auto; }
        /* line 460, ../sass/components/_navigation.scss */
        .secondary-menu .hidden-links .expanded .menu li {
          height: 0;
          position: relative;
          transition: height 0.3s; }
      /* line 466, ../sass/components/_navigation.scss */
      .secondary-menu .hidden-links .expanded.open {
        background: #2e2f30; }
        /* line 468, ../sass/components/_navigation.scss */
        .secondary-menu .hidden-links .expanded.open li {
          height: 70px; }
      /* line 473, ../sass/components/_navigation.scss */
      .secondary-menu .hidden-links .expanded:after {
        position: absolute;
        top: 30px;
        right: 10px; }
  /* line 480, ../sass/components/_navigation.scss */
  .secondary-menu .menu .leaf, .secondary-menu .menu .collapsed, .secondary-menu .menu .expanded {
    list-style: none; }

/* line 484, ../sass/components/_navigation.scss */
.mobile-menu-basic button.more {
  display: none; }

@media (max-width: 1080px) {
  /* line 488, ../sass/components/_navigation.scss */
  .block--menu-menu-main-secondary li {
    flex-basis: auto; } }
@media (max-width: 520px) {
  /* line 494, ../sass/components/_navigation.scss */
  .secondary-menu > .menu {
    height: auto;
    flex-direction: column; }
  /* line 498, ../sass/components/_navigation.scss */
  .secondary-menu .more {
    position: relative;
    width: 100%; }
    /* line 501, ../sass/components/_navigation.scss */
    .secondary-menu .more.hidden {
      display: block; }
  /* line 505, ../sass/components/_navigation.scss */
  .secondary-menu .hidden-links {
    max-width: none;
    width: 100%; }
  /* line 511, ../sass/components/_navigation.scss */
  .secondary-menu.mobile-menu li {
    width: 100%; }
  /* line 514, ../sass/components/_navigation.scss */
  .secondary-menu.mobile-menu .menu.hidden {
    display: none; }
  /* line 519, ../sass/components/_navigation.scss */
  .secondary-menu .menu li.missions {
    border-top: none;
    border-left: 10px solid #6e99b7; }
  /* line 523, ../sass/components/_navigation.scss */
  .secondary-menu .menu li.science-tech {
    border-top: none;
    border-left: 10px solid #b1215a; }
  /* line 527, ../sass/components/_navigation.scss */
  .secondary-menu .menu li.universe {
    border-top: none;
    border-left: 10px solid #03c4d7; }
  /* line 531, ../sass/components/_navigation.scss */
  .secondary-menu .menu li.solar {
    border-top: none;
    border-left: 10px solid #402874; }
  /* line 535, ../sass/components/_navigation.scss */
  .secondary-menu .menu li.sun {
    border-top: none;
    border-left: 10px solid #facf03; }
  /* line 539, ../sass/components/_navigation.scss */
  .secondary-menu .menu li.earth {
    border-top: none;
    border-left: 10px solid #7acf61; } }
/* line 547, ../sass/components/_navigation.scss */
.node-type-listing-page .secondary-menu {
  margin: 0;
  top: 100px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1; }
  /* line 554, ../sass/components/_navigation.scss */
  .node-type-listing-page .secondary-menu div.menu-block-wrapper.menu-level-2,
  .node-type-listing-page .secondary-menu div.menu-block-wrapper.menu-level-3 {
    float: none;
    margin: 0 auto;
    max-width: 1080px;
    width: 100%; }
    @media (min-width: 0px) and (max-width: 1080px) {
      /* line 554, ../sass/components/_navigation.scss */
      .node-type-listing-page .secondary-menu div.menu-block-wrapper.menu-level-2,
      .node-type-listing-page .secondary-menu div.menu-block-wrapper.menu-level-3 {
        margin: 0 5%; } }

/* line 566, ../sass/components/_navigation.scss */
.node-type-listing-page.section-roses-blogs .secondary-menu, .node-type-listing-page.section-sara .secondary-menu {
  margin: 0; }

/* line 570, ../sass/components/_navigation.scss */
.secondary-menu {
  background: #2e2f30 url("../images/aboutus-nav-border.png") no-repeat top/100% 5px; }

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

/* line 578, ../sass/components/_navigation.scss */
.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; }

/* line 582, ../sass/components/_navigation.scss */
.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; }

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

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

/* line 594, ../sass/components/_navigation.scss */
.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; }

/* line 599, ../sass/components/_navigation.scss */
.l-region--highlighted .block--nice-menus {
  margin: 0px auto 0 auto;
  max-width: 1080px;
  width: 100%;
  float: none;
  height: 70px;
  background: #2e2f30; }
  /* line 606, ../sass/components/_navigation.scss */
  .l-region--highlighted .block--nice-menus ul {
    width: 100%; }
    /* line 608, ../sass/components/_navigation.scss */
    .l-region--highlighted .block--nice-menus ul li {
      font-family: Fjalla One, Arial, Helvetica, sans-serif;
      font-size: 1.2em; }
      /* line 611, ../sass/components/_navigation.scss */
      .l-region--highlighted .block--nice-menus ul li.active-trail {
        background: #5f6467;
        height: 65px;
        margin: 5px 0 0 0;
        border: none; }
      /* line 617, ../sass/components/_navigation.scss */
      .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: none;
        height: 70px;
        line-height: 70px;
        font-family: Fjalla One, Arial, Helvetica, sans-serif; }
        /* line 627, ../sass/components/_navigation.scss */
        .l-region--highlighted .block--nice-menus ul li.menuparent ul {
          padding: 40px 20px 20px 20px;
          border: none;
          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; }
          /* line 636, ../sass/components/_navigation.scss */
          .l-region--highlighted .block--nice-menus ul li.menuparent ul li {
            font-family: Raleway, Arial, Helvetica, sans-serif;
            font-size: .7em;
            line-height: 20px;
            height: auto;
            font-size: 1em;
            text-align: left;
            width: 100%; }
            /* line 644, ../sass/components/_navigation.scss */
            .l-region--highlighted .block--nice-menus ul li.menuparent ul li:hover {
              background: #4A90E2;
              color: #fff;
              padding: 0; }
            /* line 649, ../sass/components/_navigation.scss */
            .l-region--highlighted .block--nice-menus ul li.menuparent ul li a {
              color: #000;
              margin: 0;
              padding: 10px;
              line-height: 20px;
              border: none;
              float: left;
              height: auto;
              width: 100%;
              max-height: 80px;
              font-size: .8em; }
              /* line 660, ../sass/components/_navigation.scss */
              .l-region--highlighted .block--nice-menus ul li.menuparent ul li a:hover {
                color: #fff; }
      /* line 668, ../sass/components/_navigation.scss */
      .l-region--highlighted .block--nice-menus ul li.menu-path-front {
        background: none;
        width: auto;
        text-align: center;
        float: left;
        border: none;
        height: 70px;
        line-height: 70px;
        font-family: Fjalla One, Arial, Helvetica, sans-serif; }
      /* line 678, ../sass/components/_navigation.scss */
      .l-region--highlighted .block--nice-menus ul li.last a {
        border: none; }
      /* line 681, ../sass/components/_navigation.scss */
      .l-region--highlighted .block--nice-menus ul li a {
        text-decoration: none;
        color: #fff;
        border-right: 1px solid #5f6467;
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        margin: 25px 0 15px 0; }
        /* line 689, ../sass/components/_navigation.scss */
        .l-region--highlighted .block--nice-menus ul li a.active {
          margin: 20px 0; }

/* line 701, ../sass/components/_navigation.scss */
.earth-science-menu ul li.data-resources {
  display: block; }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 701, ../sass/components/_navigation.scss */
    .earth-science-menu ul li.data-resources {
      display: none; } }
/* line 707, ../sass/components/_navigation.scss */
.earth-science-menu ul li.missions {
  display: block; }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 707, ../sass/components/_navigation.scss */
    .earth-science-menu ul li.missions {
      display: none; } }
/* line 713, ../sass/components/_navigation.scss */
.earth-science-menu ul li.earth-other {
  display: none; }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 713, ../sass/components/_navigation.scss */
    .earth-science-menu ul li.earth-other {
      display: block; } }

/*
#block-menu-menu-main-secondary {
ul.menu {
	li {
		width: 16.666%;
		
		&.last a {
			border: none;
		}
		&.missions {
			border-top: 5px solid $missions-steel;
		}
		&.science-tech {
			border-top: 5px solid $s-t-pink;
		}
		&.universe {
			border-top: 5px solid $universe-cyan;
		}
		&.solar {
			border-top: 5px solid $solar-purple;
		}
		&.sun {
			border-top: 5px solid $sun-yellow;
		}
		&.earth {
			border-top: 5px solid $earth-green;
		}
		
		a {
			text-decoration: none;
			color: #fff;
			height: 30px;
			line-height: 30px;
			margin: 20px 0;
			float: left;
			width: 100%;
			border-right: 1px solid $dark-gray;
			}
	}
	}
}
*/
@media (min-width: 0px) and (max-width: 768px) {
  /* line 765, ../sass/components/_navigation.scss */
  ul#menu-earth-science {
    background: #fff;
    width: 100%;
    height: auto;
    border: 1px solid #e8ebec; }
    /* line 771, ../sass/components/_navigation.scss */
    ul#menu-earth-science li {
      width: 100%;
      height: 40px;
      float: left;
      line-height: 40px;
      border-bottom: 1px solid #5f6467; }
      /* line 777, ../sass/components/_navigation.scss */
      ul#menu-earth-science li a {
        color: #5f6467; } }

@media (min-width: 0px) and (max-width: 768px) {
  /* line 784, ../sass/components/_navigation.scss */
  #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; }
    /* line 793, ../sass/components/_navigation.scss */
    #block-responsive-dropdown-menus-menu-earth-science span.lines {
      float: right;
      color: #fff; } }

/* line 800, ../sass/components/_navigation.scss */
ul#mobile-menu.mobile-menu-accordion {
  background: #fff; }
  /* line 802, ../sass/components/_navigation.scss */
  ul#mobile-menu.mobile-menu-accordion li {
    border: none;
    background: none; }

/* line 808, ../sass/components/_navigation.scss */
#mobile-menu {
  background: #fff;
  width: 100%; }

/* line 813, ../sass/components/_navigation.scss */
#mobile-menu-wrapper {
  float: left;
  width: 90%;
  margin: 0 5%;
  background: none; }
  /* line 818, ../sass/components/_navigation.scss */
  #mobile-menu-wrapper .first.leaf {
    margin: 20px 3% 0 3% !important; }
  /* line 821, ../sass/components/_navigation.scss */
  #mobile-menu-wrapper .last.leaf {
    margin: 0 3% 20px 3% !important; }
  /* line 825, ../sass/components/_navigation.scss */
  #mobile-menu-wrapper ul li {
    height: 50px;
    border: none;
    width: 94%;
    margin: 0px 3% 0 3%;
    box-sizing: border-box;
    line-height: 50px; }
    /* line 832, ../sass/components/_navigation.scss */
    #mobile-menu-wrapper ul li a {
      text-decoration: none;
      color: #6A7987;
      padding: 5px 15px;
      height: 50px;
      width: 100%;
      float: left;
      line-height: 50px; }
      /* line 840, ../sass/components/_navigation.scss */
      #mobile-menu-wrapper ul li a:hover {
        background: #4A90E2;
        color: #fff; }
      /* line 844, ../sass/components/_navigation.scss */
      #mobile-menu-wrapper ul li a:active {
        background: #175498;
        color: #fff; }
  /* line 853, ../sass/components/_navigation.scss */
  #mobile-menu-wrapper ul#mobile-menu.mobile-menu-accordion {
    background: #fff;
    padding: 10px 30px;
    width: 100%; }
  /* line 859, ../sass/components/_navigation.scss */
  #mobile-menu-wrapper .l-page #mobile-menu-inner {
    width: 100%; }

/* line 864, ../sass/components/_navigation.scss */
#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: #fff;
  border: none;
  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; }
  /* line 881, ../sass/components/_navigation.scss */
  #collapsed-menu-button.mobile-menu-button:after {
    content: "\f0c9";
    color: #fff;
    float: right;
    font-size: 1.5em;
    font-family: Fontawesome; }

/* line 890, ../sass/components/_navigation.scss */
.node-type-listing-page #collapsed-menu-button.mobile-menu-button {
  margin: 40px 5% 0 5%; }

/* line 895, ../sass/components/_navigation.scss */
.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%; }

/* line 900, ../sass/components/_navigation.scss */
#mobile-menu-inner {
  width: 100%; }

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

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

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

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

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

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

/* line 929, ../sass/components/_navigation.scss */
.front #collapsed-menu-button.mobile-menu-button {
  background: #2e2f30 url("../images/universe-nav-border.png") no-repeat top/100% 5px; }

/* line 933, ../sass/components/_navigation.scss */
#mmenu_left {
  background: #000; }
  /* line 935, ../sass/components/_navigation.scss */
  #mmenu_left div.mm-search {
    border: none; }
  /* line 939, ../sass/components/_navigation.scss */
  #mmenu_left ul.mm-list li.mmenu-block-wrap {
    border: none !important;
    box-shadow: none;
    background: none; }
  /* line 946, ../sass/components/_navigation.scss */
  #mmenu_left ul.mm-list .block--nice-menus ul.mm-list li {
    float: left; }

/* line 954, ../sass/components/_navigation.scss */
.mmenu-nav #nice-menu-1 li {
  background: none;
  width: 100%;
  border: none; }

/* line 960, ../sass/components/_navigation.scss */
.node-type-blog-article #hamburger, .node-type-news-article #hamburger {
  width: 80px;
  height: 44px;
  border-right: 1px solid #fff;
  display: none;
  position: absolute;
  top: 20px;
  line-height: 44px; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 960, ../sass/components/_navigation.scss */
    .node-type-blog-article #hamburger, .node-type-news-article #hamburger {
      display: block; } }
  /* line 971, ../sass/components/_navigation.scss */
  .node-type-blog-article #hamburger a, .node-type-news-article #hamburger a {
    width: 60px;
    height: 44px;
    float: left; }
    /* line 975, ../sass/components/_navigation.scss */
    .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: 0px;
      height: 44px;
      width: 60px;
      text-align: center; }

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

/* line 1014, ../sass/components/_navigation.scss */
.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: #fff; }

/* @group Secondary Nav */
/* line 1022, ../sass/components/_navigation.scss */
ul.mmenu-mm-list-level-2.mm-list.mm-panel {
  padding: 0 !important;
  margin: 0 0 0 25px;
  border-left: 1px solid #333;
  background: #000 !important; }

/* line 1029, ../sass/components/_navigation.scss */
ul#mm-0.mm-list.mm-panel.mm-opened.mm-current {
  padding-top: 80px !important; }

/* line 1033, ../sass/components/_navigation.scss */
#mmenu_left div.mm-search {
  position: relative !important;
  top: 0 !important;
  float: left !important;
  height: 80px !important; }

/* line 1040, ../sass/components/_navigation.scss */
.mm-list.mm-panel.mm-opened {
  padding: 0 !important; }

/* line 1044, ../sass/components/_navigation.scss */
#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; }

/* line 1058, ../sass/components/_navigation.scss */
nav#mmenu_left.mmenu-nav #mm-0.mm-list.mm-panel {
  padding: 0 !important; }

/* line 1062, ../sass/components/_navigation.scss */
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; }

/* line 1069, ../sass/components/_navigation.scss */
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: .05em;
  color: #fff; }

/* line 1076, ../sass/components/_navigation.scss */
li.mmenu-mm-list-path-node-2 {
  border: none !important; }

/* line 1080, ../sass/components/_navigation.scss */
li.mmenu-mm-list-path-node-2.active trail {
  background: #4A90E2;
  color: #fff !important;
  text-shadow: none; }

/* line 1086, ../sass/components/_navigation.scss */
i.icon-list2, .icon-home {
  display: none !important;
  padding: 0; }

/* line 1091, ../sass/components/_navigation.scss */
#mmenu_left .mm-list .active-trail a span {
  background: #4A90E2 !important;
  text-shadow: none;
  width: 90%;
  float: left;
  padding: 10px;
  color: #fff !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff !important; }

/* line 1104, ../sass/components/_navigation.scss */
a.mmenu-mm-list {
  padding: 8px 5px 8px 20px !important;
  border: none !important; }

/* line 1109, ../sass/components/_navigation.scss */
li.mm-opened {
  border: none !important; }

/* line 1113, ../sass/components/_navigation.scss */
li.mmenu-mm-list-path-front {
  border: 0 !important; }

/* line 1117, ../sass/components/_navigation.scss */
ul.mmenu-mm-list-level-1.mm-list {
  padding-top: 80px; }

/* line 1123, ../sass/components/_navigation.scss */
.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; }

/* line 1133, ../sass/components/_navigation.scss */
.mmenu-nav.mm-basic > .mm-list li {
  border: 0; }

/* @end group */
/* line 1139, ../sass/components/_navigation.scss */
.glossary-nav {
  background-color: #e8ebec;
  float: left;
  height: 70px;
  padding: 30px 60px 0 60px;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 1139, ../sass/components/_navigation.scss */
    .glossary-nav {
      padding: 30px 5% 0 5%; } }
  @media (min-width: 0px) and (max-width: 667px) {
    /* line 1139, ../sass/components/_navigation.scss */
    .glossary-nav {
      height: 0;
      padding: 0; } }
  /* line 1153, ../sass/components/_navigation.scss */
  .glossary-nav .view-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 600px; }
    @media (min-width: 0px) and (max-width: 667px) {
      /* line 1153, ../sass/components/_navigation.scss */
      .glossary-nav .view-content {
        display: none; } }
  /* line 1162, ../sass/components/_navigation.scss */
  .glossary-nav a {
    text-decoration: none;
    padding: 0 0px 0 0;
    font-size: .9em;
    float: left;
    text-align: center;
    width: 20px; }
    /* line 1169, ../sass/components/_navigation.scss */
    .glossary-nav a.active {
      height: 40px;
      border-bottom: 3px solid #c52639;
      font-weight: bold;
      color: #c52639; }
  /* line 1176, ../sass/components/_navigation.scss */
  .glossary-nav .glossary-select {
    border: 1px solid #C7C7C7;
    height: 70px;
    width: 60px;
    font-size: 28px;
    background: linear-gradient(#fefefe 0%, #e8e8e8 100%); }
  /* line 1183, ../sass/components/_navigation.scss */
  .glossary-nav .view-header {
    display: none; }
    @media (min-width: 0px) and (max-width: 667px) {
      /* line 1183, ../sass/components/_navigation.scss */
      .glossary-nav .view-header {
        display: block;
        position: absolute;
        top: 60px;
        right: 5%;
        z-index: 1; } }

/* @group Pagers */
/* line 1199, ../sass/components/_navigation.scss */
.pager-load-more .pager-next {
  width: 100%; }
/* line 1202, ../sass/components/_navigation.scss */
.pager-load-more a {
  display: block;
  max-width: 400px;
  padding: 20px;
  background: #175498;
  text-align: center;
  margin: 30px auto;
  text-decoration: none;
  color: #fff;
  font-family: Fjalla One, Arial, Helvetica, sans-serif; }

/* line 1215, ../sass/components/_navigation.scss */
.pager {
  display: flex;
  justify-content: space-around;
  white-space: nowrap;
  align-items: baseline;
  max-width: 700px;
  margin: 40px auto 0; }

/* line 1224, ../sass/components/_navigation.scss */
.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: #fff;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  max-width: 240px; }
  /* line 1236, ../sass/components/_navigation.scss */
  .pager li.pager__item--previous a:hover, .pager li.pager__item--next a:hover {
    text-decoration: none;
    color: #fff; }

/* line 1243, ../sass/components/_navigation.scss */
li.pager__item.pager__item--current {
  background: #c52639;
  padding: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-weight: 300; }
/* line 1252, ../sass/components/_navigation.scss */
li.pager__item a {
  color: #2e2f30;
  text-decoration: none; }
  /* line 1255, ../sass/components/_navigation.scss */
  li.pager__item a:hover {
    text-decoration: underline;
    color: #175498; }

/* line 1261, ../sass/components/_navigation.scss */
.pager__item--next, .pager__item--previous {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0; }

/* line 1266, ../sass/components/_navigation.scss */
.pager__item--next a, .pager__item--previous a {
  width: 100%; }

/* line 1269, ../sass/components/_navigation.scss */
.pager__item--previous {
  padding-right: 10px; }

/* line 1272, ../sass/components/_navigation.scss */
.pager__item--next {
  padding-left: 10px; }

/* line 1275, ../sass/components/_navigation.scss */
.pager__item--first, .pager__item--last {
  display: none; }

@media (min-width: 0px) and (max-width: 768px) {
  /* line 1279, ../sass/components/_navigation.scss */
  .pager__item:not(.pager__item--current):not(.pager__item--next):not(.pager__item--previous) {
    display: none; } }
/* @end group */
/*@group Science News nav*/
/* line 1289, ../sass/components/_navigation.scss */
.menu-name-menu-science-news {
  /*	float: left;*/
  height: 58px;
  width: 100%;
  margin: 0; }
  /* line 1294, ../sass/components/_navigation.scss */
  .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: .9em; }
    /* line 1301, ../sass/components/_navigation.scss */
    .menu-name-menu-science-news ul.menu li.active-trail {
      border-bottom: 5px solid #c52639;
      padding: 0;
      margin: 0 20px 0 0;
      color: #c52639; }
      /* line 1306, ../sass/components/_navigation.scss */
      .menu-name-menu-science-news ul.menu li.active-trail a {
        color: #c52639;
        font-weight: bold; }
    /* line 1311, ../sass/components/_navigation.scss */
    .menu-name-menu-science-news ul.menu li a {
      text-decoration: none;
      color: #5f6467;
      height: 58px;
      line-height: 58px; }
  /* line 1318, ../sass/components/_navigation.scss */
  .menu-name-menu-science-news h2.block__title {
    float: left;
    font-size: .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; }

/*@end group */
/*@group Fourth Level Menu */
/* line 1336, ../sass/components/_navigation.scss */
nav.block--menu-block.fourth-level {
  float: left;
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0px 60px 0 60px;
  position: relative;
  display: table;
  max-width: 960px;
  border-bottom: 1px solid #e8ebec;
  background: #fff; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1336, ../sass/components/_navigation.scss */
    nav.block--menu-block.fourth-level {
      width: 100%;
      top: 0;
      padding: 30px 5% 20px 5%;
      margin: 0;
      max-width: 100%; } }

/* line 1355, ../sass/components/_navigation.scss */
nav.block--menu-block.fourth-level li {
  padding: 0 0 0 10px;
  display: table-cell;
  /*  height: 40px;*/
  font-size: .8em; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1355, ../sass/components/_navigation.scss */
    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: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 667px) {
    /* line 1355, ../sass/components/_navigation.scss */
    nav.block--menu-block.fourth-level li {
      width: 50%; } }
  @media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 413px) {
    /* line 1355, ../sass/components/_navigation.scss */
    nav.block--menu-block.fourth-level li {
      width: 100%; } }

/* line 1381, ../sass/components/_navigation.scss */
nav.block--menu-block.fourth-level li a {
  color: #6A7987;
  text-decoration: none;
  height: 45px;
  /*  line-height: 30px;*/
  float: left; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1381, ../sass/components/_navigation.scss */
    nav.block--menu-block.fourth-level li a {
      margin: 0 0 0 20px;
      padding: 10px 0;
      height: auto; } }

/* line 1395, ../sass/components/_navigation.scss */
.sun-taxonomy nav.block--menu-block.fourth-level li a,
.sun-taxonomy nav.block--menu-block.fourth-level li a.active-trail {
  height: 60px; }

/* line 1405, ../sass/components/_navigation.scss */
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: 0px) and (max-width: 1024px) {
    /* line 1405, ../sass/components/_navigation.scss */
    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; } }

/* line 1421, ../sass/components/_navigation.scss */
.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; }

/* line 1430, ../sass/components/_navigation.scss */
.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; }

/* line 1437, ../sass/components/_navigation.scss */
.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; }

/* line 1444, ../sass/components/_navigation.scss */
.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; }

/* line 1451, ../sass/components/_navigation.scss */
.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; }

/* line 1458, ../sass/components/_navigation.scss */
.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; }

/* line 1464, ../sass/components/_navigation.scss */
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: #333; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 1464, ../sass/components/_navigation.scss */
    nav.block--menu-block.fourth-level h2 {
      margin: 0 0 20px 0;
      width: 100%;
      max-width: 100%; } }

/* @end group */
/* line 1480, ../sass/components/_navigation.scss */
.fa.fa-external-link {
  margin: 0 0 0 7px; }

/* line 1484, ../sass/components/_navigation.scss */
.fa.fa-caret-down {
  margin: 0 0 0 3px;
  font-size: 9px; }

/* line 1489, ../sass/components/_navigation.scss */
.external-link:after {
  content: "\f08e";
  font-family: Fontawesome;
  margin: 0 0 0 7px; }

/* line 1, ../sass/components/_regions.scss */
html {
  height: 100%; }

/* line 5, ../sass/components/_regions.scss */
body {
  background: #e8ebec; }

/* line 9, ../sass/components/_regions.scss */
.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: 0px) and (max-width: 768px) {
    /* line 9, ../sass/components/_regions.scss */
    .node-type-page.section-earth-science, .node-type-page.section-earth-science-landing {
      background-position-x: 50%;
      background-attachment: scroll !important; } }

/* line 20, ../sass/components/_regions.scss */
.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: 0px) and (max-width: 768px) {
    /* line 20, ../sass/components/_regions.scss */
    .node-type-page.section-heliophysics, .node-type-page.section-heliophysics {
      background-position-x: 50%;
      background-attachment: scroll !important; } }

/* line 31, ../sass/components/_regions.scss */
.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: 0px) and (max-width: 768px) {
    /* line 31, ../sass/components/_regions.scss */
    .node-type-page.section-missions, .page-missions-page {
      background-position-x: 50%;
      background-attachment: scroll !important; } }

/* line 42, ../sass/components/_regions.scss */
.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: 0px) and (max-width: 768px) {
    /* line 42, ../sass/components/_regions.scss */
    .node-type-page.section-citizenscientists, .page-citizenscientists {
      background-position-x: 50%;
      background-attachment: scroll !important; } }

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

/* line 64, ../sass/components/_regions.scss */
body.front {
  background: url("../images/bg_home-large.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 64, ../sass/components/_regions.scss */
    body.front {
      background-attachment: scroll !important; } }
  /* line 72, ../sass/components/_regions.scss */
  body.front .l-page {
    width: 100%;
    padding: 0;
    background: url("../images/front-gradient.png") repeat-x bottom; }

/* line 85, ../sass/components/_regions.scss */
.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-stem-activation-team .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_aboutus.png") repeat-x bottom; }

/* line 92, ../sass/components/_regions.scss */
.not-front.page-missions-page .l-page,
.not-front.node-type-page .l-page,
.not-front.page-citizenscientists,
.not-front.page-stem-activation-team,
.front .l-page {
  padding-bottom: 60px; }

/* line 100, ../sass/components/_regions.scss */
.node-type-page .l-page {
  background: none;
  float: left;
  width: 100%; }

/* line 111, ../sass/components/_regions.scss */
.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,
.node-type-news-article .l-content {
  padding: 60px;
  margin-bottom: 80px; }
/* line 115, ../sass/components/_regions.scss */
.node-type-listing-page.section-science-news .top-container,
.node-type-listing-page.section-researchers .top-container,
.node-type-listing-page.section-technology .top-container,
.node-type-listing-page.section-sciencecasts .top-container,
.node-type-news-article .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); }

/* line 124, ../sass/components/_regions.scss */
.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; }
/* line 127, ../sass/components/_regions.scss */
.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; }

/* line 134, ../sass/components/_regions.scss */
.node-type-science-cast .l-page,
.node-type-webform.section-get-involved .l-page {
  background: none; }
/* line 137, ../sass/components/_regions.scss */
.node-type-science-cast .l-content,
.node-type-webform.section-get-involved .l-content {
  background-color: #fff; }

/* line 146, ../sass/components/_regions.scss */
.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; }

/* line 151, ../sass/components/_regions.scss */
.l-page {
  background-color: #e8ebec; }

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

/* line 165, ../sass/components/_regions.scss */
.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; }

/* line 173, ../sass/components/_regions.scss */
.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; }

/* line 181, ../sass/components/_regions.scss */
.universe-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_universe.png") repeat-x bottom; }

/* line 189, ../sass/components/_regions.scss */
.science-tech-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_technology.png") repeat-x bottom; }

/* line 197, ../sass/components/_regions.scss */
.solar-taxonomy .l-page {
  width: 100%;
  padding: 0;
  background: url("../images/gradient_solar.png") repeat-x bottom; }

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

/* line 213, ../sass/components/_regions.scss */
.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; }

/* line 220, ../sass/components/_regions.scss */
.node-type-page .top-container,
.front .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-stem-activation-team .top-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+19&0.7+0,0.25+10,0+19,0+19 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 160px, transparent 400px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 160px, transparent 400px);
  /* Chrome10-25,Safari5.1-6 */
  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);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: relative; }

/* line 244, ../sass/components/_regions.scss */
.l-branding, .header-search-box {
  height: 80px;
  width: 100%;
  max-width: 1080px;
  float: none;
  margin: 0 auto; }

/* line 257, ../sass/components/_regions.scss */
.l-branding {
  background: none;
  padding: 10px 0 0 0; }

/* line 262, ../sass/components/_regions.scss */
.l-region.l-region--branding {
  background: none;
  margin: 10px 0 0 0;
  position: absolute;
  top: 0; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 262, ../sass/components/_regions.scss */
    .l-region.l-region--branding {
      width: 100%;
      float: none;
      height: 50px;
      background: none; } }

/* line 275, ../sass/components/_regions.scss */
div.l-region.l-region--highlighted {
  width: 100%;
  background: #fff;
  margin: 0;
  float: left; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 275, ../sass/components/_regions.scss */
    div.l-region.l-region--highlighted {
      background: none; } }

/* line 285, ../sass/components/_regions.scss */
.node-type-listing-page div.l-region.l-region--highlighted {
  background: none; }

/* line 291, ../sass/components/_regions.scss */
.page-node-4917 div.l-region.l-region--highlighted,
.node-type-listing-page.section-researchers div.l-region.l-region--highlighted {
  margin-top: 90px; }
/* line 294, ../sass/components/_regions.scss */
.page-node-4917 .l-content,
.node-type-listing-page.section-researchers .l-content {
  margin-top: 0; }
/* line 297, ../sass/components/_regions.scss */
.page-node-4917 .secondary-menu,
.node-type-listing-page.section-researchers .secondary-menu {
  position: initial; }

/* line 302, ../sass/components/_regions.scss */
.not-front .l-main {
  float: none;
  margin: 0 auto;
  max-width: 1080px;
  background: none; }

/* line 13, ../../../../../../../lib/gems/1.9.1/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
.l-main:after {
  content: "";
  display: table;
  clear: both; }

/* line 313, ../sass/components/_regions.scss */
.page-sciencenews .l-main {
  background: none; }

/* line 317, ../sass/components/_regions.scss */
.front .l-main,
.node-type-page .l-main,
.page-missions-page .l-main,
.page-citizenscientists .l-main,
.page-stem-activation-team .l-main {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  top: 720px;
  max-width: 1080px;
  float: none;
  margin: 0 auto;
  background: none; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 317, ../sass/components/_regions.scss */
    .front .l-main,
    .node-type-page .l-main,
    .page-missions-page .l-main,
    .page-citizenscientists .l-main,
    .page-stem-activation-team .l-main {
      padding: 0; } }
  /* line 13, ../../../../../../../lib/gems/1.9.1/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  .front .l-main:after,
  .node-type-page .l-main:after,
  .page-missions-page .l-main:after,
  .page-citizenscientists .l-main:after,
  .page-stem-activation-team .l-main:after {
    content: "";
    display: table;
    clear: both; }

/* line 336, ../sass/components/_regions.scss */
.l-region.l-region--navigation {
  width: 100%;
  max-width: 1080px;
  float: left;
  height: 0;
  margin: 0 auto; }

/* line 344, ../sass/components/_regions.scss */
.front .l-region.l-region--navigation,
.page-missions-page .l-region.l-region--navigation,
.page-citizenscientists .l-region.l-region--navigation,
.page-stem-activation-team .l-region.l-region--navigation {
  bottom: 0;
  position: absolute; }

/* line 352, ../sass/components/_regions.scss */
.l-region.l-region--navigation:after {
  content: "";
  clear: both;
  display: table; }

/* line 358, ../sass/components/_regions.scss */
.node-type-page .l-content,
.front .l-content,
.page-missions-page .l-content,
.page-citizenscientists .l-content,
.node-type-people .l-content,
.page-stem-activation-team .l-content {
  width: 100%;
  float: left;
  padding: 60px;
  margin: 0 0 80px 0; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 358, ../sass/components/_regions.scss */
    .node-type-page .l-content,
    .front .l-content,
    .page-missions-page .l-content,
    .page-citizenscientists .l-content,
    .node-type-people .l-content,
    .page-stem-activation-team .l-content {
      padding: 60px 5%; } }

/* line 373, ../sass/components/_regions.scss */
.l-content {
  position: static;
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 60px;
  margin: 60px 0; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 373, ../sass/components/_regions.scss */
    .l-content {
      padding: 60px 5%;
      margin-top: 100px; } }

/* line 386, ../sass/components/_regions.scss */
.node-type-listing-page .l-content {
  margin: 150px 0 0 0; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 386, ../sass/components/_regions.scss */
    .node-type-listing-page .l-content {
      margin: 0; } }

/* line 394, ../sass/components/_regions.scss */
.node-type-listing-page.section-roses-blogs .l-content, .node-type-listing-page.section-sara .l-content {
  margin: 180px 0 0 0; }
  @media (min-width: 0px) and (max-width: 736px) {
    /* line 394, ../sass/components/_regions.scss */
    .node-type-listing-page.section-roses-blogs .l-content, .node-type-listing-page.section-sara .l-content {
      margin: 0; } }

/* line 402, ../sass/components/_regions.scss */
.l-content .l-content {
  padding: 0;
  margin: 0;
  width: 70%; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 402, ../sass/components/_regions.scss */
    .l-content .l-content {
      width: 100%; } }

/* line 411, ../sass/components/_regions.scss */
.not-front.page-missions-page .l-content,
.not-front.page-citizenscientists .l-content,
.not-front.page-stem-activation-team .l-content {
  background: #fff !important; }

/* line 418, ../sass/components/_regions.scss */
.page-sciencenews .l-content, .page-blognews .l-content, .node-type-listing-page .l-content {
  padding: 0;
  background: none; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 418, ../sass/components/_regions.scss */
    .page-sciencenews .l-content, .page-blognews .l-content, .node-type-listing-page .l-content {
      padding: 0 5%; } }

/* line 426, ../sass/components/_regions.scss */
.page-glossary .l-page .l-content {
  background: #fff;
  margin-top: 0; }

/* line 431, ../sass/components/_regions.scss */
div.l-region.l-region--second-content {
  float: left;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 431, ../sass/components/_regions.scss */
    div.l-region.l-region--second-content {
      padding: 0 0 60px 0; } }

/* line 439, ../sass/components/_regions.scss */
.l-second-content {
  width: 1080px;
  float: none;
  margin: 0 auto; }
  @media (min-width: 0px) and (max-width: 1080px) {
    /* line 439, ../sass/components/_regions.scss */
    .l-second-content {
      width: 100%;
      padding: 0 5%; } }

/* line 13, ../../../../../../../lib/gems/1.9.1/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
.l-second-content:after:after {
  content: "";
  display: table;
  clear: both; }

/*

search div classes:
	view
	view-es-connector-view
	view-id-es_connector_view
	view-display-id-elasticsearch_results_by_fields
	view-dom-id-5907f827a875c798b740e5f100852a23

*/
/* line 12, ../sass/components/_search.scss */
.page-search .l-content {
  background: #e8ebec;
  padding-top: 20px;
  margin-top: 120px; }
/* line 17, ../sass/components/_search.scss */
.page-search .l-region--navigation {
  padding: 0 60px; }
  /* line 20, ../sass/components/_search.scss */
  .page-search .l-region--navigation #edit-submit-es-connector-view {
    height: 47px; }
  /* line 23, ../sass/components/_search.scss */
  .page-search .l-region--navigation .views-submit-button {
    padding: 0;
    width: 9%; }
  /* line 27, ../sass/components/_search.scss */
  .page-search .l-region--navigation .views-widget-filter-search_api_views_fulltext {
    width: 91%; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 17, ../sass/components/_search.scss */
    .page-search .l-region--navigation {
      padding: 0 5%; }
      /* line 32, ../sass/components/_search.scss */
      .page-search .l-region--navigation .views-submit-button {
        padding: 0;
        width: 16%; }
      /* line 36, ../sass/components/_search.scss */
      .page-search .l-region--navigation .views-widget-filter-search_api_views_fulltext {
        width: 84%; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 17, ../sass/components/_search.scss */
    .page-search .l-region--navigation {
      position: relative;
      top: 60px; } }
/* line 46, ../sass/components/_search.scss */
.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; }
/* line 54, ../sass/components/_search.scss */
.page-search .breadcrumb {
  display: none; }
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 58, ../sass/components/_search.scss */
  .page-search .l-region--header {
    display: none; } }
/* line 64, ../sass/components/_search.scss */
.page-search.i18n-es .l-region--navigation .views-submit-button {
  width: 17%; }
/* line 67, ../sass/components/_search.scss */
.page-search.i18n-es .l-region--navigation .views-widget-filter-search_api_views_fulltext {
  width: 83%; }
@media (min-width: 0px) and (max-width: 768px) {
  /* line 71, ../sass/components/_search.scss */
  .page-search.i18n-es .l-region--navigation .views-submit-button {
    width: 24%; }
  /* line 74, ../sass/components/_search.scss */
  .page-search.i18n-es .l-region--navigation .views-widget-filter-search_api_views_fulltext {
    width: 76%; } }

/* line 82, ../sass/components/_search.scss */
.views-exposed-widget.views-submit-button {
  float: left;
  width: 16%;
  padding: 0;
  margin: 0; }

/* line 89, ../sass/components/_search.scss */
.views-widget-filter-search_api_views_fulltext {
  width: 84%;
  padding: 0; }

/* line 94, ../sass/components/_search.scss */
.i18n-es .views-widget-filter-search_api_views_fulltext {
  width: 76%; }
  @media (min-width: 0px) and (max-width: 568px) {
    /* line 94, ../sass/components/_search.scss */
    .i18n-es .views-widget-filter-search_api_views_fulltext {
      width: 74%;
      font-size: 85%; } }
  @media (min-width: 0px) and (max-width: 413px) {
    /* line 94, ../sass/components/_search.scss */
    .i18n-es .views-widget-filter-search_api_views_fulltext {
      font-size: 65%; } }

/* line 105, ../sass/components/_search.scss */
.i18n-es .views-exposed-widget.views-submit-button {
  width: 24%; }
  @media (min-width: 0px) and (max-width: 568px) {
    /* line 105, ../sass/components/_search.scss */
    .i18n-es .views-exposed-widget.views-submit-button {
      width: 26%;
      font-size: 85%; } }
  @media (min-width: 0px) and (max-width: 413px) {
    /* line 105, ../sass/components/_search.scss */
    .i18n-es .views-exposed-widget.views-submit-button {
      font-size: 65%; } }

@media (min-width: 0px) and (max-width: 568px) {
  /* line 116, ../sass/components/_search.scss */
  .i18n-es.page-search .l-content {
    margin-top: 140px; }
    /* line 119, ../sass/components/_search.scss */
    .i18n-es.page-search .l-content .view-display-id-elasticsearch_results_by_fields .view-header {
      top: -65px; } }

/* line 125, ../sass/components/_search.scss */
.view-display-id-elasticsearch_results_by_fields {
  position: relative; }
  /* line 127, ../sass/components/_search.scss */
  .view-display-id-elasticsearch_results_by_fields .view-content {
    background: white;
    padding: 40px 60px; }
  /* line 131, ../sass/components/_search.scss */
  .view-display-id-elasticsearch_results_by_fields .views-row:not(.views-row-first) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d2d5d7; }
  /* line 136, ../sass/components/_search.scss */
  .view-display-id-elasticsearch_results_by_fields .views-field-title a {
    color: black;
    font-size: 1.8em;
    font-family: Fjalla One, Arial, Helvetica, sans-serif;
    text-decoration: none; }
  /* line 142, ../sass/components/_search.scss */
  .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; }
    /* line 155, ../sass/components/_search.scss */
    .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; }
  /* line 159, ../sass/components/_search.scss */
  .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; }
  /* line 167, ../sass/components/_search.scss */
  .view-display-id-elasticsearch_results_by_fields .view-header {
    position: absolute;
    right: -66%;
    top: -30px;
    color: #5f6467;
    white-space: nowrap; }
    @media (min-width: 0px) and (max-width: 1024px) {
      /* line 167, ../sass/components/_search.scss */
      .view-display-id-elasticsearch_results_by_fields .view-header {
        right: 0%; } }

/* line 179, ../sass/components/_search.scss */
.i18n-es .view-display-id-elasticsearch_results_by_fields .view-header {
  right: 0; }

/* line 183, ../sass/components/_search.scss */
.view-es-connector-view .views-row p.field-content {
  display: inline-block;
  margin: 0; }

/* line 188, ../sass/components/_search.scss */
.block--wolfram-definition-container-wa {
  display: block;
  width: 40%;
  padding-left: 20px;
  margin-bottom: 50px;
  float: right;
  z-index: 5; }
  /* line 195, ../sass/components/_search.scss */
  .block--wolfram-definition-container-wa > .block__content {
    background: white;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #d2d5d7; }
  /* line 201, ../sass/components/_search.scss */
  .block--wolfram-definition-container-wa ~ .view-display-id-elasticsearch_results_by_fields {
    width: 60%;
    float: left; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 188, ../sass/components/_search.scss */
    .block--wolfram-definition-container-wa {
      width: 100%;
      padding-left: 0; }
      /* line 208, ../sass/components/_search.scss */
      .block--wolfram-definition-container-wa + .view-display-id-elasticsearch_results_by_fields {
        width: 100%; } }

/* line 213, ../sass/components/_search.scss */
.wa-item {
  margin-bottom: 15px; }
  /* line 215, ../sass/components/_search.scss */
  .wa-item span {
    font-weight: bold;
    display: block; }
  /* line 219, ../sass/components/_search.scss */
  .wa-item pre {
    white-space: pre-wrap; }
  /* line 222, ../sass/components/_search.scss */
  .wa-item img {
    margin: 10px 0 0; }
  /* line 225, ../sass/components/_search.scss */
  .wa-item.img-block img {
    display: block; }

/* line 229, ../sass/components/_search.scss */
.wa-img {
  text-align: center; }

/* line 232, ../sass/components/_search.scss */
.wa-vocab {
  font-size: 1.8em;
  font-family: Fjalla One, Arial, Helvetica, sans-serif; }

/* line 238, ../sass/components/_search.scss */
.block--search-api-sorts h2 {
  display: none; }

/* line 243, ../sass/components/_search.scss */
.search-api-sorts li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px; }
/* line 248, ../sass/components/_search.scss */
.search-api-sorts a {
  padding-bottom: 10px;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  color: #5f6467; }
  /* line 253, ../sass/components/_search.scss */
  .search-api-sorts a.sort-desc {
    border-bottom: 5px solid #c52639;
    color: #c52639;
    font-weight: bold; }
    /* line 257, ../sass/components/_search.scss */
    .search-api-sorts a.sort-desc:after {
      content: "\f0dd";
      font-family: FontAwesome;
      margin: 0 0 0 15px; }
  /* line 263, ../sass/components/_search.scss */
  .search-api-sorts a.sort-asc {
    border-bottom: 5px solid #c52639;
    color: #c52639;
    font-weight: bold; }
    /* line 267, ../sass/components/_search.scss */
    .search-api-sorts a.sort-asc:after {
      content: "\f0de";
      font-family: FontAwesome;
      margin: 0 0 0 15px; }
  /* line 274, ../sass/components/_search.scss */
  .search-api-sorts a img {
    display: none; }

/* line 280, ../sass/components/_search.scss */
.wa-source-content, .wa-source-category-content {
  display: none; }

/* line 284, ../sass/components/_search.scss */
.open > .wa-source-content, .open > .wa-source-category-content {
  display: block; }

/* line 288, ../sass/components/_search.scss */
.wa-source-toggle, .wa-source-category-toggle {
  font-weight: bold; }
  /* line 290, ../sass/components/_search.scss */
  .wa-source-toggle:before, .wa-source-category-toggle:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: relative;
    top: -0px;
    padding-right: 5px; }

/* line 300, ../sass/components/_search.scss */
.open > .wa-source-toggle:before, .open > .wa-source-category-toggle:before {
  content: "\f0dd";
  top: -3px; }

/* line 306, ../sass/components/_search.scss */
.wa-source-category-content {
  white-space: normal;
  margin-left: 10px; }
  /* line 309, ../sass/components/_search.scss */
  .wa-source-category-content h2 {
    display: none; }
  /* line 312, ../sass/components/_search.scss */
  .wa-source-category-content h3 {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 5px; }
  /* line 317, ../sass/components/_search.scss */
  .wa-source-category-content ul {
    list-style: initial;
    list-style-position: inside; }
  /* line 321, ../sass/components/_search.scss */
  .wa-source-category-content li {
    margin-bottom: 5px; }

/* line 326, ../sass/components/_search.scss */
.wa-info-content, .wa-info-category-content {
  display: none; }

/* line 330, ../sass/components/_search.scss */
.open > .wa-info-content, .open > .wa-info-category-content {
  display: block; }

/* line 334, ../sass/components/_search.scss */
.wa-info-toggle, .wa-info-category-toggle {
  font-weight: bold; }
  /* line 336, ../sass/components/_search.scss */
  .wa-info-toggle:before, .wa-info-category-toggle:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: relative;
    top: -0px;
    padding-right: 5px; }

/* line 346, ../sass/components/_search.scss */
.open > .wa-info-toggle:before, .open > .wa-info-category-toggle:before {
  content: "\f0dd";
  top: -3px; }

/* line 352, ../sass/components/_search.scss */
.wa-info-category-content {
  white-space: normal;
  margin-left: 10px; }
  /* line 355, ../sass/components/_search.scss */
  .wa-info-category-content h2 {
    display: none; }
  /* line 358, ../sass/components/_search.scss */
  .wa-info-category-content h3 {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 5px; }
  /* line 363, ../sass/components/_search.scss */
  .wa-info-category-content ul {
    list-style: initial;
    list-style-position: inside; }
  /* line 367, ../sass/components/_search.scss */
  .wa-info-category-content li {
    margin-bottom: 5px; }

/* line 3, ../sass/components/_taxonomy-colors.scss */
.view-mission-index div.mission-division,
.view-toolkit-listing div.mission-division {
  width: 100%;
  height: 5px; }

/* line 9, ../sass/components/_taxonomy-colors.scss */
.division-color-79 {
  background-color: #03c4d7; }

/* line 12, ../sass/components/_taxonomy-colors.scss */
.division-color-103 {
  background-color: #7acf61; }

/* line 15, ../sass/components/_taxonomy-colors.scss */
.division-color-5 {
  background-color: #facf03; }

/* line 18, ../sass/components/_taxonomy-colors.scss */
.division-color-81 {
  background-color: #402874; }

/* line 21, ../sass/components/_taxonomy-colors.scss */
.division-color-4857 {
  background-color: #6e99b7; }

/* line 24, ../sass/components/_taxonomy-colors.scss */
.division-color-4856 {
  background-color: #b1215a; }

/* line 35, ../sass/components/_taxonomy-colors.scss */
.category-color-11,
.category-color-111,
.category-color-75,
.category-color-blue-light {
  color: #03c4d7; }

/* line 41, ../sass/components/_taxonomy-colors.scss */
.category-color-28,
.category-color-93,
.category-color-115,
.category-color-green-light {
  color: #7acf61; }

/* line 47, ../sass/components/_taxonomy-colors.scss */
.category-color-101,
.category-color-24,
.category-color-44,
.category-color-red {
  color: #e82237; }

/* line 53, ../sass/components/_taxonomy-colors.scss */
.category-color-42,
.category-color-96,
.category-color-4,
.category-color-purple {
  color: #402874; }

/* line 59, ../sass/components/_taxonomy-colors.scss */
.category-color-3904,
.category-color-94,
.category-color-2,
.category-color-23,
.category-color-blue-dark {
  color: #175498; }

/* line 67, ../sass/components/_taxonomy-colors.scss */
.category-color-slate {
  color: #6e99b7; }

/* line 71, ../sass/components/_taxonomy-colors.scss */
.category-color-yellow {
  color: #facf03; }

/* line 75, ../sass/components/_taxonomy-colors.scss */
.category-color-magenta {
  color: #b1215a; }

/* line 79, ../sass/components/_taxonomy-colors.scss */
.category-color-gray {
  color: #d2d5d7; }

/* line 85, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-purple:before,
#by-topic li.active_topic.by-topics-term-color-purple a,
span.by-topics-term-color-purple {
  color: #402874; }

/* line 90, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-blue-light:before,
#by-topic li.active_topic.by-topics-term-color-blue-light a,
span.by-topics-term-color-blue-light {
  color: #03c4d7; }

/* line 95, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-green-light:before,
#by-topic li.active_topic.by-topics-term-color-green-light a,
span.by-topics-term-color-green-light {
  color: #7acf61; }

/* line 100, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-blue-dark:before,
#by-topic li.active_topic.by-topics-term-color-blue-dark a,
span.by-topics-term-color-blue-dark {
  color: #175498; }

/* line 105, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-red:before,
#by-topic li.active_topic.by-topics-term-color-red a,
span.by-topics-term-color-red {
  color: #e82237; }

/* line 110, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-gray:before,
#by-topic li.active_topic.by-topics-term-color-gray a,
span.by-topics-term-color-gray {
  color: #d2d5d7; }

/* line 115, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-yellow:before,
#by-topic li.active_topic.by-topics-term-color-yellow a,
span.by-topics-term-color-yellow {
  color: #facf03; }

/* line 120, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-slate:before,
#by-topic li.active_topic.by-topics-term-color-slate a,
span.by-topics-term-color-slate {
  color: #6e99b7; }

/* line 125, ../sass/components/_taxonomy-colors.scss */
#by-topic .by-topics-term-color-magenta:before,
#by-topic li.active_topic.by-topics-term-color-magenta a,
span.by-topics-term-color-magenta {
  color: #b1215a; }

/* line 130, ../sass/components/_taxonomy-colors.scss */
span.by-topics-term-color-default {
  color: #e82237; }

/*# sourceMappingURL=science-nasa.styles.css.map */
