/*!
Theme Name: NRAO Custom Theme
Theme URI: http://underscores.me/
Author: NRAO
Author URI: http://public.nrao.edu
Description: A Custom Theme for NRAO.edu
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stone
Tags:
*/
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css";
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", "ProximaNovaA-Regular", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", "ProximaNovaA-Regular", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.9375rem; }

  h4 {
    font-size: 1.5625rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
a {
  color: #012e57;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #01284b; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(180, 49, 21, 0.1);
  border-color: #b43115; }

.is-invalid-label {
  color: #b43115; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #b43115; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  background-color: #012e57;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #01274a;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.75rem; }
  .button.small {
    font-size: 1rem; }
  .button.large {
    font-size: 1.75rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #012e57;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #012546;
      color: #fefefe; }
  .button.secondary {
    background-color: #08B;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #006d96;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #fec317;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #dda501;
      color: #fefefe; }
  .button.alert {
    background-color: #b43115;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #902711;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #012e57;
    color: #012e57; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #01172c;
      color: #01172c; }
    .button.hollow.primary {
      border: 1px solid #012e57;
      color: #012e57; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #01172c;
        color: #01172c; }
    .button.hollow.secondary {
      border: 1px solid #08B;
      color: #08B; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #00445e;
        color: #00445e; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #fec317;
      color: #fec317; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #8a6701;
        color: #8a6701; }
    .button.hollow.alert {
      border: 1px solid #b43115;
      color: #b43115; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #5a190b;
        color: #5a190b; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #012e57;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #012e57;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }

  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }

  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #012e57; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #01396c; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(1, 46, 87, 0.5); }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }
.clearfix::after {
  clear: both; }

[class*="block-grid"].text-center > li {
  float: none !important;
  display: inline-block; }

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden; }

body {
  font-size: .925em;
  line-height: 1.3; }
  @media screen and (min-width: 40em) {
    body {
      font-size: .96em; } }
  @media screen and (min-width: 64em) {
    body {
      font-size: 1em; } }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #036;
  line-height: 1.15; }

a {
  color: #004785; }

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

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

.button {
  text-transform: uppercase;
  font-weight: bold; }
  .button.hollow {
    border-width: 2px; }
  .button.dark {
    color: #333;
    border-color: #333; }
    .button.dark.hover-fill:hover {
      color: #fff;
      background: #333; }
  .button.light {
    color: #fff;
    border-color: #fff; }
    .button.light.hover-fill:hover {
      color: #333;
      background: #fff; }

a.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mix {
  display: none; }

.section-title {
  font-size: 1.5em;
  text-transform: uppercase; }
  @media screen and (min-width: 40em) {
    .section-title {
      font-size: 2em; } }
  @media screen and (min-width: 64em) {
    .section-title {
      font-size: 2.5em; } }
  .section-title.font-script {
    text-transform: none;
    font-size: 2em;
    letter-spacing: .05em; }
    @media screen and (min-width: 40em) {
      .section-title.font-script {
        font-size: 3em; } }
    @media screen and (min-width: 64em) {
      .section-title.font-script {
        font-size: 3.5em; } }
  .section-title + p {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 60px; }
    @media screen and (min-width: 40em) {
      .section-title + p {
        font-size: 1.4em; } }
    @media screen and (min-width: 64em) {
      .section-title + p {
        font-size: 1.5em; } }

.font-script,
.font-display {
  font-family: "Montserrat", serif; }

.page-header {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 1em;
  margin-bottom: 30px; }
  .page-header:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 200%;
    width: 200vw;
    left: -100vw;
    background: rgba(51, 51, 51, 0.1); }
  .page-header .page-title {
    position: relative;
    z-index: 2;
    margin-bottom: 1; }

.blue-em {
  font-size: 1.2em;
  color: #036;
  font-style: italic; }

a.anchor-extra {
  display: block;
  position: relative;
  top: -90px;
  /* height of sticky navigation */
  visibility: hidden; }
  @media screen and (min-width: 40em) {
    a.anchor-extra {
      top: -150px; } }
  @media screen and (min-width: 64em) {
    a.anchor-extra {
      top: -125px; } }

.current-page-ancestor a {
  color: #fec317 !important;
  font-weight: bold !important; }

.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1); }

.wp-caption-text {
  margin: 0 !important;
  background-color: #e7ecf0;
  text-align: left;
  font-size: .9em;
  padding: .5em;
  width: 100% !important; }

.wp-caption {
  margin: 0 0 1em 0;
  display: inline-block;
  width: 100% !important;
  float: none; }
  .wp-caption img {
    width: 100% !important; }
  @media screen and (min-width: 40em) {
    .wp-caption {
      width: 300px !important; }
      .wp-caption img {
        width: 300px !important; } }
  .wp-caption img {
    border: 1px solid #e7ecf0; }

@media screen and (min-width: 40em) {
  .alignright {
    float: right !important;
    margin: 0 0 1em 1em; } }

@media screen and (min-width: 40em) {
  .alignleft {
    float: left !important;
    margin: 0 1em 1em 0; } }

.ssba {
  clear: both !important; }

.link-wrapper {
  color: #000; }

.site-content {
  font-size: 1em;
  line-height: 1.3;
  padding-top: 60px;
  /*
    body:not(.page) & {
      width: 100%;
      @include grid-row();
      // offset for sticky header
   //   padding-top: gutter()*3;
  
      @include bp(medium) {
        // offset for sticky header
   //     padding-top: gutter()*3.5;
      }
      @include bp(large) {
        // offset for sticky header
   //     padding-top: gutter()*4.5;
      }
  
      .content-area {
        &.no-sidebar {
          @include grid-column(12);
  
          @include bp(medium) {
            @include grid-column(10);
            @include grid-column-position(1);
          }
          @include bp(large) {
            @include grid-column(8);
            @include grid-column-position(2);
          }
        }
      }
    }
    */ }

/* -----------------------------------------------------------------------------
   5.) Hamburger menu component
----------------------------------------------------------------------------- */
.hamburger-menu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  cursor: pointer; }
  .hamburger-menu:focus {
    outline: none; }
  .hamburger-menu span {
    display: block;
    position: absolute;
    top: 16px;
    left: 4px;
    right: 4px;
    height: 4px;
    background: #fff;
    transition: background 0s 0.15s; }
    .hamburger-menu span:before, .hamburger-menu span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      content: ""; }
    .hamburger-menu span:before {
      top: -9px;
      transition: top 0.15s ease-out 0.15s, transform 0.15s ease-out 0s; }
    .hamburger-menu span:after {
      bottom: -9px;
      transition: bottom 0.15s ease-out 0.15s, transform 0.15s ease-out 0s; }
  .nav-active .hamburger-menu span {
    background: transparent; }
    .nav-active .hamburger-menu span:before {
      top: 0;
      transform: rotate(45deg);
      transition: transform 0.15s ease-out 0.15s, top 0.15s ease-out 0s; }
    .nav-active .hamburger-menu span:after {
      bottom: 0;
      transform: rotate(-45deg);
      transition: transform 0.15s ease-out 0.15s, bottom 0.15s ease-out 0s; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  opacity: 0.9; }
  .mfp-bg h1, .mfp-bg h2, .mfp-bg h3, .mfp-bg h4 {
    color: #FFF; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.9;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #FFF; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.9;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 1; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #fec317; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #fec317; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
#masthead {
  padding-top: 0px;
  padding-bottom: 0px; }

.site-header {
  background-color: #012e57;
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  position: fixed;
  top: 33px;
  width: 100%;
  padding: 5px 0 0 0;
  z-index: 9; }
  .site-header h1, .site-header h2, .site-header h3, .site-header h4 {
    color: #FFF; }
  @media screen and (min-width: 64em) {
    .site-header {
      padding: 15px 0 7.5px 0;
      transition: padding .25s 0s; } }
  @media screen and (min-width: 64em) {
    .site-header.sticky {
      padding: 0 0 0 0;
      transition: padding .25s .25s; } }
  .site-header.sticky .site-branding .logo-type {
    transition: opacity .25s 0s, max-height .20s .2s; }
  .site-header.sticky .site-branding img {
    max-height: 45px;
    transition: max-height .25s .2s; }
    @media screen and (min-width: 64em) {
      .site-header.sticky .site-branding img {
        max-height: 50px;
        transition: max-height .25s .2s; } }
  .site-header .inner {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.5px; }
    .site-header .inner::before, .site-header .inner::after {
      content: ' ';
      display: table; }
    .site-header .inner::after {
      clear: both; }
    @media screen and (min-width: 64em) {
      .site-header .inner {
        position: relative; } }
  .site-header .site-branding {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px; }
    .site-header .site-branding::before, .site-header .site-branding::after {
      content: ' ';
      display: table; }
    .site-header .site-branding::after {
      clear: both; }
    @media screen and (min-width: 64em) {
      .site-header .site-branding {
        position: static;
        width: 33.3333333333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .site-header .site-branding:last-child:not(:first-child) {
          float: right; } }
    .site-header .site-branding .brand {
      display: block;
      width: 83.3333333333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .site-header .site-branding .brand:last-child:not(:first-child) {
        float: right; }
      .site-header .site-branding .brand::before, .site-header .site-branding .brand::after {
        content: ' ';
        display: table; }
      .site-header .site-branding .brand::after {
        clear: both; }
      @media screen and (min-width: 64em) {
        .site-header .site-branding .brand {
          padding: 0;
          width: 100%;
          float: none; } }
    .site-header .site-branding .logo-icon-wrapper {
      max-width: 20%;
      position: relative;
      z-index: 2; }
      .site-header .site-branding .logo-icon-wrapper:before, .site-header .site-branding .logo-icon-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        height: 100%; }
      .site-header .site-branding .logo-icon-wrapper:before {
        right: 100%;
        width: 9999em; }
      .site-header .site-branding .logo-icon-wrapper:after {
        left: 100%;
        width: 5%; }
    .site-header .site-branding .logo-type {
      max-width: 80%;
      transform: translateX(0%);
      opacity: 1;
      transition: transform .25s .2s, opacity .25s .2s,  max-height .25s 0s; }
      @media screen and (min-width: 64em) {
        .site-header .site-branding .logo-type {
          max-height: 100px;
          float: none; } }
    .site-header .site-branding img {
      max-height: 65px;
      transition: max-height .25s 0s; }
      @media screen and (min-width: 40em) {
        .site-header .site-branding img {
          max-height: 75px; } }
      @media screen and (min-width: 64em) {
        .site-header .site-branding img {
          max-height: 100px; } }
  .site-header .navbar-toggle {
    position: absolute;
    top: 48%;
    right: 15px;
    transform: translateY(-50%); }
    @media screen and (min-width: 64em) {
      .site-header .navbar-toggle {
        display: none; } }

#secondary-nav {
  width: 100%;
  background-color: #fbd995;
  position: fixed;
  z-index: 5; }
  #secondary-nav .secondary-navigation {
    display: none;
    margin: 0;
    list-style-type: none;
    list-style-position: outside; }
    #secondary-nav .secondary-navigation li {
      width: 100%;
      text-align: center;
      border-top: 1px solid #999;
      padding: 15px 0 15px 0;
      cursor: pointer; }
      #secondary-nav .secondary-navigation li a {
        width: 100%; }
  @media screen and (min-width: 40em) {
    #secondary-nav {
      height: 40px; }
      #secondary-nav .secondary-navigation {
        display: inline;
        margin: 10px 0 0 0;
        display: flex;
        justify-content: space-between; }
        #secondary-nav .secondary-navigation li {
          display: inline;
          padding: 0 10px 0 0;
          font-weight: bold;
          border: none; } }

.subnav {
  padding: 5px 10px; }
  .subnav i {
    float: right; }

#header-top-bar {
  padding: 5px 0;
  background-color: #FFF;
  font-size: .9em; }

#top-links {
  float: right;
  margin-bottom: 0;
  text-align: right;
  padding-right: 10px; }
  #top-links li {
    display: inline;
    list-style: none;
    padding: 0 0 0 1em; }
    #top-links li a {
      color: #036; }
      #top-links li a:hover {
        color: #08B; }
  @media screen and (min-width: 76.25em) {
    #top-links {
      padding-right: 0px; } }

.rwd-break {
  display: inline-block; }
  @media screen and (min-width: 28.75em) {
    .rwd-break {
      display: none; } }

.main-navigation {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s;
  padding-right: 0px !important; }
  @media screen and (min-width: 64em) {
    .main-navigation {
      width: 66.6666666667%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      position: absolute;
      right: 0;
      top: 45%;
      transform: translateY(-50%);
      max-height: none !important; }
      .main-navigation:last-child:not(:first-child) {
        float: right; } }
  .nav-active .main-navigation {
    max-height: 999em; }
  .main-navigation .menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 64em) {
      .main-navigation .menu {
        text-align: right; } }
  .main-navigation .menu-item:hover a, .main-navigation .menu-item.current-menu-item a {
    color: #fec317; }
    @media screen and (min-width: 64em) {
      .main-navigation .menu-item:hover a, .main-navigation .menu-item.current-menu-item a {
        border-radius: 3px; } }
  .main-navigation .menu-item.current-menu-item a {
    font-weight: 700; }
  @media screen and (min-width: 64em) {
    .main-navigation .menu-item {
      display: inline-block;
      font-size: .95em; } }
  .main-navigation .menu-item:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media screen and (min-width: 64em) {
      .main-navigation .menu-item:last-child a {
        border-bottom: none; } }
  .main-navigation .menu-item a {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: #fafafa; }
    @media screen and (min-width: 64em) {
      .main-navigation .menu-item a {
        color: #fff;
        padding: 7.5px 7.6923076923px;
        width: 100%;
        border-top: none;
        background-color: transparent;
        transition: all .15s; } }
  .main-navigation .menu-item a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px; }

.header-shadow {
  box-shadow: 0 0.25em 0.5em 0em rgba(0, 0, 0, 0.25); }

.nrao-search-form {
  padding-bottom: 15px;
  float: right;
  margin: 0; }
  .nrao-search-form label {
    display: inline-block;
    vertical-align: top; }
    .nrao-search-form label i {
      color: #FFF; }
  .nrao-search-form input {
    width: 250px;
    height: 25px;
    display: inline-block;
    margin-bottom: 0;
    border: none;
    background-color: #2298c3;
    color: #555;
    font-size: 90%; }
  .nrao-search-form button {
    padding: 0;
    visibility: hidden;
    vertical-align: top;
    display: none; }

.search-form {
  color: #444; }

.for-scientists {
  background-color: #b43115;
  padding: 5px 7px 4px 9px !important;
  margin: 0 0 0 5px; }
  .for-scientists a {
    color: #FFF !important; }

@media screen and (min-width: 76.25em) {
  .main-navigation .menu-item:last-child a {
    padding-right: 0px; } }

.logo-holder {
  position: relative; }

.partner-logos {
  width: 50%;
  position: absolute;
  bottom: 10px;
  left: 10px; }
  @media screen and (min-width: 40em) {
    .partner-logos {
      width: 33%; } }
  @media screen and (min-width: 64em) {
    .partner-logos {
      width: 25%;
      max-width: 300px; } }

.homepage-hero {
  overflow: hidden; }
  .homepage-hero.with-parallax-scroll {
    position: relative; }
    .homepage-hero.with-parallax-scroll .parallax-image,
    .homepage-hero.with-parallax-scroll .parallax-content {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .homepage-hero .background {
    height: 100vw;
    max-width: 100vw;
    position: relative;
    background-size: cover;
    background-position: center right; }
    @media screen and (min-width: 40em) {
      .homepage-hero .background {
        height: 75vw; } }
    @media screen and (min-width: 64em) {
      .homepage-hero .background {
        height: 50vw; } }
  .homepage-hero .background__canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .homepage-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }
    .homepage-hero .hero-content .headline,
    .homepage-hero .hero-content .subheader {
      color: #fff;
      text-shadow: 0.025em 0.025em 0.15em rgba(0, 0, 0, 0.75); }
    .homepage-hero .hero-content .headline {
      font-size: 8vw;
      line-height: 1.25;
      margin-bottom: .5em; }
      @media screen and (min-width: 40em) {
        .homepage-hero .hero-content .headline {
          font-size: 5vw;
          margin-bottom: .15em; } }
      @media screen and (min-width: 64em) {
        .homepage-hero .hero-content .headline {
          font-size: 3em; } }
    .homepage-hero .hero-content .subheader {
      font-family: "Source Sans Pro";
      font-weight: 700;
      letter-spacing: .1em;
      margin-top: 0;
      font-size: 4vw; }
      @media screen and (min-width: 40em) {
        .homepage-hero .hero-content .subheader {
          font-size: 3vw; } }
      @media screen and (min-width: 64em) {
        .homepage-hero .hero-content .subheader {
          font-size: 2em; } }

.homepage-section {
  padding: 30px 0; }
  @media screen and (min-width: 40em) {
    .homepage-section {
      padding: 60px 0; } }

.homepage-im-a-buttons {
  background: url("./img/patterns/darkangles@2x.png");
  background-size: 900px 900px; }
  .homepage-im-a-buttons .section-title {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: .75em; }

.im-a-buttons {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both; }
  .im-a-buttons::before, .im-a-buttons::after {
    content: ' ';
    display: table; }
  .im-a-buttons::after {
    clear: both; }
  .im-a-buttons li {
    display: block;
    padding: 0 15px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1em;
    max-width: 400px;
    color: #fff;
    cursor: pointer; }
    @media screen and (min-width: 64em) {
      .im-a-buttons li:hover .inner {
        transform: translateY(-5px);
        box-shadow: 0 0 10px #000; } }
    .im-a-buttons li:hover span {
      text-shadow: none; }
    @media (min-width: 768px) {
      .im-a-buttons li {
        width: 33.3333333333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .im-a-buttons li:last-child:not(:first-child) {
          float: right; } }
    .im-a-buttons li.im-a-reader {
      color: #fec317; }
      .im-a-buttons li.im-a-reader .inner {
        border-color: #fec317; }
      .im-a-buttons li.im-a-reader:hover .inner {
        color: #333;
        background: #fec317; }
    .im-a-buttons li.im-a-writer {
      color: green; }
      .im-a-buttons li.im-a-writer .inner {
        border-color: green; }
      .im-a-buttons li.im-a-writer:hover .inner {
        color: #333;
        background: green; }
    .im-a-buttons li.im-a-listener {
      color: blue; }
      .im-a-buttons li.im-a-listener .inner {
        border-color: blue; }
      .im-a-buttons li.im-a-listener:hover .inner {
        color: #333;
        background: blue; }
    .im-a-buttons li .inner {
      border: 2px solid #fff;
      padding: 15px;
      position: relative;
      box-shadow: 0 0 2px #000;
      background: transparent; }
      @media screen and (min-width: 64em) {
        .im-a-buttons li .inner {
          padding: 20px;
          transition: all .5s, background .15s, color .15s; } }
    .im-a-buttons li span {
      display: block;
      text-shadow: 0 0 2px #000; }
    .im-a-buttons li .icon {
      font-size: 3em;
      line-height: 1;
      margin-bottom: .15em; }
      @media screen and (min-width: 64em) {
        .im-a-buttons li .icon {
          font-size: 4em;
          margin-bottom: 0em; } }
    .im-a-buttons li .im-a {
      font-size: 1.5em;
      font-weight: bold;
      font-family: "Source Sans Pro"; }
      @media screen and (min-width: 40em) {
        .im-a-buttons li .im-a {
          font-size: 1.4em; } }
      @media screen and (min-width: 64em) {
        .im-a-buttons li .im-a {
          font-size: 2.25em; } }
    .im-a-buttons li .action {
      font-family: "Montserrat", serif;
      font-size: 2em;
      line-height: 1;
      font-weight: bold; }
      @media screen and (min-width: 40em) {
        .im-a-buttons li .action {
          font-size: 1.75em; } }
      @media screen and (min-width: 64em) {
        .im-a-buttons li .action {
          font-size: 2.5em; } }

.homepage-new-upcoming {
  background: url("./img/patterns/linedpaper@2x.jpg");
  background-size: 412px 300px; }
  .homepage-new-upcoming .new-upcoming-items {
    list-style-type: none;
    text-align: center; }
    .homepage-new-upcoming .new-upcoming-items .item {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 50%;
      margin-bottom: 30px;
      float: none; }
      @media screen and (min-width: 40em) {
        .homepage-new-upcoming .new-upcoming-items .item {
          max-width: 25%; } }
      .homepage-new-upcoming .new-upcoming-items .item img {
        margin-bottom: 15px; }
      .homepage-new-upcoming .new-upcoming-items .item .item-title {
        font-size: .9em;
        text-align: center;
        color: #333; }
        @media screen and (min-width: 40em) {
          .homepage-new-upcoming .new-upcoming-items .item .item-title {
            font-size: 1em; } }
        @media screen and (min-width: 64em) {
          .homepage-new-upcoming .new-upcoming-items .item .item-title {
            font-size: 1.05em; } }
  .homepage-new-upcoming .view-more-button {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    text-align: center; }
    .homepage-new-upcoming .view-more-button::before, .homepage-new-upcoming .view-more-button::after {
      content: ' ';
      display: table; }
    .homepage-new-upcoming .view-more-button::after {
      clear: both; }
    .homepage-new-upcoming .view-more-button button {
      margin-bottom: 0; }

.homepage-podcasts {
  background: url("./img/patterns/ts@2X.png") #333;
  background-size: 46px 29px; }
  @media screen and (min-width: 40em) {
    .homepage-podcasts {
      padding: 90px 0; } }
  @media screen and (min-width: 64em) {
    .homepage-podcasts {
      padding: 120px 0; } }
  .homepage-podcasts .section-title {
    color: #fec317;
    font-family: "Source Sans Pro";
    text-transform: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px; }
  .homepage-podcasts .section-copy {
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 1.1em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px; }
    @media screen and (min-width: 40em) {
      .homepage-podcasts .section-copy {
        font-size: 1.2em;
        margin-bottom: 45px; } }
    @media screen and (min-width: 64em) {
      .homepage-podcasts .section-copy {
        font-size: 1.35em; } }
  .homepage-podcasts .view-more-button {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
    .homepage-podcasts .view-more-button::before, .homepage-podcasts .view-more-button::after {
      content: ' ';
      display: table; }
    .homepage-podcasts .view-more-button::after {
      clear: both; }
    .homepage-podcasts .view-more-button a {
      vertical-align: middle; }
    .homepage-podcasts .view-more-button .sep {
      display: block;
      margin-bottom: 15px; }
      @media screen and (min-width: 40em) {
        .homepage-podcasts .view-more-button .sep {
          display: inline-block;
          margin-bottom: 0; } }
    .homepage-podcasts .view-more-button button {
      margin: 0 7.5px;
      margin-bottom: 15px;
      position: relative; }
      @media screen and (min-width: 40em) {
        .homepage-podcasts .view-more-button button {
          margin-bottom: 0; } }
      .homepage-podcasts .view-more-button button:hover:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 5px;
        box-shadow: 0 0 1px 2px #fec317;
        transform: translateY(-50%) translateX(-50%) scale(1.01);
        animation: pulse-effect 1s infinite; }
      .homepage-podcasts .view-more-button button.itunes-button img {
        max-height: 60px; }

.homepage-guys {
  background: url("./img/patterns/peeps@2x.jpg") #fff;
  background-size: 400px 403px; }
  .homepage-guys .the-guys {
    list-style-type: none; }
    .homepage-guys .the-guys .guy {
      padding: 0 30px;
      margin-bottom: 30px; }
      .homepage-guys .the-guys .guy .guy-image-wrapper {
        position: relative;
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 15px; }
        @media screen and (min-width: 40em) {
          .homepage-guys .the-guys .guy .guy-image-wrapper {
            width: 100%;
            max-width: 350px; } }
        .homepage-guys .the-guys .guy .guy-image-wrapper .guy-image {
          border-radius: 50%; }
        .homepage-guys .the-guys .guy .guy-image-wrapper .circle-decorator {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          height: calc(100% + 3px);
          width: calc(100% + 3px);
          background: linear-gradient(to bottom right, #aaa 0%, #fff 100%);
          border-radius: 50%; }
      .homepage-guys .the-guys .guy img {
        position: relative;
        z-index: 2; }
  .homepage-guys .guy-name {
    font-family: "Montserrat", serif;
    font-size: 2.5em;
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .homepage-guys .guy-name {
        font-size: 2.25em; } }
    @media screen and (min-width: 64em) {
      .homepage-guys .guy-name {
        font-size: 3.5em; } }
  .homepage-guys .guy-title {
    font-size: 1em;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    letter-spacing: .1em; }
    @media screen and (min-width: 40em) {
      .homepage-guys .guy-title {
        font-size: .9em; } }
    @media screen and (min-width: 64em) {
      .homepage-guys .guy-title {
        font-size: 1em; } }

.homepage-imprints {
  background: url("./img/patterns/argyle@2X.png") #333;
  background-size: 106px 96px;
  color: #fff; }
  .homepage-imprints .section-title {
    color: green;
    font-family: "Source Sans Pro";
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px; }
    .homepage-imprints .section-title + p {
      color: #fff;
      font-family: "Montserrat", serif;
      font-size: 1.33em; }
      @media screen and (min-width: 40em) {
        .homepage-imprints .section-title + p {
          font-size: 1.5em; } }
  .homepage-imprints .the-imprints {
    list-style-type: none; }
    .homepage-imprints .the-imprints .imprint {
      margin-bottom: 30px; }
      .homepage-imprints .the-imprints .imprint img {
        box-shadow: 0 0.33em 1.5em -0.33em rgba(0, 0, 255, 0.33); }

/********************/
/*      Global      */
/********************/
.site-content p {
  line-height: 1.3; }

.entry-content, .page-content {
  margin-top: .75em; }

#primary {
  margin: 12px auto; }
  @media screen and (min-width: 40em) {
    #primary {
      margin: 22px auto; } }
  @media screen and (min-width: 64em) {
    #primary {
      margin: 62px auto; } }

.ssba-wrap {
  margin-top: 40px; }

#breadcrumbs {
  list-style: none;
  margin: 8px 0;
  overflow: hidden;
  width: 100%; }

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #036; }

.paging-navigation {
  font-family: sans-serif;
  padding: .5em 0; }

.paging-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.paging-navigation li {
  display: inline; }

a.page-numbers,
span.page-numbers {
  padding: .3em .5em;
  color: #333; }

a:hover.page-numbers {
  color: #000; }

.paging-navigation .current {
  font-weight: bold;
  color: #000;
  border: 1px solid #012e57;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.yellow-skinny-header {
  font-size: 1.5em;
  color: #fec317;
  font-weight: 400;
  text-decoration: none; }

.tagline {
  font-weight: bold;
  color: #fec317; }

.block-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  .block-link:hover {
    color: inherit; }

.top-pad {
  padding-top: 40px; }

.gray-bg {
  width: 100%; }
  .gray-bg img {
    max-height: 800px; }
  .gray-bg.activity {
    border-bottom: 5px solid #fec317;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 0; }
    .gray-bg.activity td {
      vertical-align: top; }

.nrao_hr {
  margin: -5px 0 15px 0; }

.main-navigation .menu-item:last-child a {
  padding-right: none !important; }

/********************/
/*       Home       */
/********************/
.nrao-slide {
  background-size: auto 375px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 375px !important;
  overflow: visible; }
  @media screen and (min-width: 40em) {
    .nrao-slide {
      background-size: auto 550px;
      background-position: center center;
      height: 550px !important; } }
  @media screen and (min-width: 68.75em) {
    .nrao-slide {
      background-size: 100% auto; } }
  .nrao-slide .row, .nrao-slide .columns {
    height: 550px; }

.nrao-slide-overlay {
  border: 1px solid white;
  padding: 2em;
  text-align: center;
  -webkit-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  width: 90%;
  position: relative;
  top: 320px;
  left: 50%;
  transform: translateX(-50%); }
  .nrao-slide-overlay h1, .nrao-slide-overlay h2, .nrao-slide-overlay h3, .nrao-slide-overlay h4 {
    color: #FFF; }
  @media screen and (min-width: 40em) {
    .nrao-slide-overlay {
      width: 100%;
      top: 50%;
      transform: translate(0, -50%);
      left: 0; }
      .nrao-slide-overlay.left {
        left: -3em; } }
  @media screen and (min-width: 80.625em) {
    .nrao-slide-overlay {
      left: 0; }
      .nrao-slide-overlay.left {
        left: 0; } }
  .nrao-slide-overlay h3 {
    line-height: 1.2em;
    margin: 15px 0;
    color: #fff; }
  .nrao-slide-overlay a {
    font-size: 1em;
    color: #fec317;
    font-weight: 700;
    text-decoration: underline; }
  .nrao-slide-overlay a:hover {
    cursor: hand; }

.slick-list {
  overflow: visible !important; }
  @media screen and (min-width: 40em) {
    .slick-list {
      overflow: hidden !important; } }

.my-slick-inactive {
  visibility: hidden !important;
  display: none !important; }

.ra-is {
  color: #fec317; }

@media screen and (min-width: 40em) {
  #home-news-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../img/circleslight.svg");
    background-position: 800px -245px;
    background-repeat: no-repeat;
    background-size: 800px 800px; } }

#home-news-link {
  float: right;
  padding: 10px 10px 10px 0;
  font-size: 1.2em;
  color: #036;
  font-weight: 400;
  text-decoration: none;
  text-decoration: underline; }

#home-features {
  padding-top: 75px; }

#home-telescopes {
  padding: 25px 0;
  margin: 0 0 50px 0; }
  @media screen and (min-width: 40em) {
    #home-telescopes {
      padding: 50px 0; } }

.home-scope-box {
  -webkit-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 15px 15px 5px 15px;
  background-color: #012e57;
  border: 1px solid #FFF;
  color: #FFF;
  margin: 0 20px 10px 20px;
  position: relative;
  top: -20px; }
  .home-scope-box h4 {
    color: #FFF; }

.photo-holder {
  vertical-align: center;
  height: 100%; }

.photo-holder img {
  vertical-align: center;
  border: 8px solid white;
  margin-top: 10px;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 40em) {
    .photo-holder img {
      border: 12px solid white; } }
  @media screen and (min-width: 64em) {
    .photo-holder img {
      transform: rotate(3deg); } }
  @media screen and (min-width: 64em) {
    .photo-holder img {
      margin-top: 0px; } }

.scope-info {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 10px; }

.alert-message {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  margin-bottom: -10px; }

.alert-message-green {
  background-color: #149900 !important; }

.alert-message-red {
  background-color: #b43115 !important; }

#weekly-image {
  background-color: #e7ecf0;
  padding-top: 1em;
  padding-bottom: 35px; }

/********************/
/*   News Section   */
/********************/
.news-page {
  margin-bottom: 1em !important; }

.header-date {
  padding: 5px 0 5px;
  font-style: italic; }

.news-thumbnail {
  width: 100%; }

.news-list-title {
  font-weight: 700;
  padding-top: 8px;
  color: #012e57;
  font-size: 1.1em; }

.news-list-meta {
  font-style: italic;
  padding: 4px 0; }

.news-list-excerpt p {
  line-height: 1.3em; }

.all-news .row {
  padding: 5px 0; }
  @media screen and (min-width: 40em) {
    .all-news .row {
      padding: 15px 0; } }

.news-title {
  margin: 6px 0 -3px 0 !important; }
  @media screen and (min-width: 40em) {
    .news-title {
      margin: 0 !important; } }

.tip-list {
  padding-top: 5px; }
  .tip-list a {
    text-decoration: underline; }

.tip-head {
  padding-top: 30px;
  background-color: #e7ecf0;
  margin-bottom: 30px; }

.pr-media-head {
  width: 100%;
  background-color: #9ab;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 25px; }
  @media screen and (min-width: 40em) {
    .pr-media-head {
      margin-top: 0; } }

.pr-media-wrapper {
  padding: 0 0 20px 0; }
  .pr-media-wrapper img {
    cursor: pointer;
    width: 100%; }

.pr-subtitle {
  font-weight: bold;
  font-size: 160%;
  padding-bottom: 20px;
  color: #012e57; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

.caption-wrapper {
  padding: 5px 5px;
  background-color: #e7ecf0;
  color: #012e57; }

.nrao-caption {
  font-style: normal;
  line-height: 1.2em; }
  .nrao-caption.secondary {
    font-size: .85em; }

.nrao-credit {
  font-style: italic;
  font-size: .90em; }

.tip-banner img {
  margin-bottom: 20px; }
@media screen and (min-width: 40em) {
  .tip-banner {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px; }
    .tip-banner img {
      width: 100%;
      position: relative;
      top: 50%;
      transform: translateY(-50%); } }

.tip-sheet-tip {
  padding: 10px 0; }
  .tip-sheet-tip h3 {
    color: #036; }

.video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.anchor:target {
  content: "";
  display: block;
  padding: 10px 0;
  height: 0px;
  margin-top: -90px; }
  @media screen and (min-width: 40em) {
    .anchor:target {
      height: 110px;
      margin-top: -110px; } }
  @media screen and (min-width: 64em) {
    .anchor:target {
      height: 115px;
      margin-top: -115px; } }

/********************/
/*      Search      */
/********************/
.search-form {
  background-color: #e7ecf0;
  color: #012e57;
  margin: 2em 0 0 0;
  position: relative; }

.release-search {
  font-size: 95%;
  height: auto;
  padding: 6px 6px 0 6px; }
  .release-search table {
    float: left; }

#search-options {
  text-decoration: underline;
  cursor: pointer; }

#advanced-search {
  padding-top: 20px;
  clear: both;
  width: 100%;
  display: inline-block; }

.search-table {
  float: left;
  width: 100%;
  margin: 0; }
  @media screen and (min-width: 31.25em) {
    .search-table {
      width: 70%; } }
  @media screen and (min-width: 38.75em) {
    .search-table {
      width: 79%; } }
  @media screen and (min-width: 46.25em) {
    .search-table {
      width: 83%; } }
  @media screen and (min-width: 58.125em) {
    .search-table {
      width: 87%; } }
  .search-table td {
    padding: 0 8px;
    vertical-align: center; }

#search-button {
  margin: 30px 0 0 0;
  padding: 7px 20px;
  background-color: #012e57;
  color: #FFF;
  text-transform: uppercase; }
  @media screen and (min-width: 31.25em) {
    #search-button {
      margin: 20px 12px 0 0; } }

.advanced-options {
  padding: 0 5px;
  margin-bottom: 25px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 28.125em) {
    .advanced-options {
      width: 50%; } }
  @media screen and (min-width: 40em) {
    .advanced-options {
      width: 25%; } }
  .advanced-options input {
    margin: 5px 0 0 0 !important;
    background-color: #FFF !important; }

.clear-from-to {
  float: right;
  margin-right: 33px; }
  @media screen and (min-width: 28.125em) {
    .clear-from-to {
      margin-right: 22px; } }
  @media screen and (min-width: 40em) {
    .clear-from-to {
      margin-right: 33px; } }
  .clear-from-to a {
    text-decoration: underline; }

@media screen and (min-width: 28.125em) {
  .option1 {
    width: 70% !important; }

  .option2 {
    width: 30% !important; } }
@media screen and (min-width: 40em) {
  .option1 {
    width: 35% !important; }

  .option2 {
    width: 15% !important; } }
.disabled-options {
  color: #777 !important; }

.cell1 {
  min-width: 80px;
  max-width: 130px; }

.cell2 {
  width: 84%; }

.cell3 {
  min-width: 70px !important;
  max-width: 120px; }

#search-label, #search-options {
  padding-top: 8px; }

#search-text-input {
  margin: 5px 0 0 0;
  width: 100%;
  background-color: #FFF !important; }

.search-element-button {
  float: right;
  position: relative;
  bottom: 1em; }

.date-range-input {
  width: 90%; }

.search-results {
  text-align: left;
  padding-bottom: 20px; }

.gallery-item-result {
  margin-bottom: 25px; }

.search-result-nums {
  font-weight: bold;
  padding-top: 15px; }

.gallery-thumbnail {
  position: relative;
  display: block; }

.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.suggested-content {
  margin-bottom: 10px; }

/********************/
/*     Lightbox     */
/********************/
.white-popup {
  background-color: #FFF;
  -webkit-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.5);
  text-align: left;
  list-style: none;
  margin: 5px auto;
  padding: 0;
  display: inline-block;
  position: relative;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-height: 90%;
  max-height: 90vh;
  overflow: auto;
  box-sizing: border-box; }
  @media screen and (min-width: 40em) {
    .white-popup {
      padding: 10px;
      max-height: 90%;
      max-width: 90%; } }
  .white-popup .image-popup-wrapper {
    width: 100%; }
  .white-popup .size-source {
    width: 100%;
    display: block; }
    @media screen and (min-width: 40em) {
      .white-popup .size-source {
        max-height: 80vh;
        width: 600px;
        width: auto; } }
    @media screen and (min-width: 64em) {
      .white-popup .size-source {
        max-height: 80vh;
        width: 600px;
        width: auto; } }
  .white-popup .embed-container {
    width: 100%;
    display: block; }
    @media screen and (min-width: 40em) {
      .white-popup .embed-container {
        max-height: 80vh;
        width: auto;
        min-width: 600px; } }
    @media screen and (min-width: 64em) {
      .white-popup .embed-container {
        max-height: 80vh;
        width: auto;
        min-width: 900px; } }

.image-meta-table {
  background-color: none;
  width: 100%;
  border: none; }
  .image-meta-table tr, .image-meta-table td {
    vertical-align: top;
    border: none; }

#image-meta {
  max-width: 700px !important; }

/*********************/
/* Telescope Section */
/*********************/
.gradient-element {
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  padding: 20px 0 50px 0; }
  .gradient-element h1, .gradient-element h2, .gradient-element h3, .gradient-element h4 {
    color: #FFF; }

.blue-box {
  background-color: #012e57;
  padding: 10px;
  margin: 10px auto;
  height: 100%;
  color: #FFF; }
  .blue-box h1, .blue-box h2, .blue-box h3, .blue-box h4 {
    color: #FFF;
    padding-top: 8px; }
  @media screen and (min-width: 40em) {
    .blue-box {
      -webkit-border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      border-radius: 0.5em;
      margin: 0; } }

.blue-box-subtitle {
  padding: 10px 0 0 0;
  color: #fec317;
  font-style: italic;
  font-weight: bold; }

.affiliated .columns {
  padding-top: 25px; }

.archive-title {
  color: #012e57;
  font-weight: bold;
  font-size: 1.2em;
  padding: 8px 0 5px; }

.scope-subtitle {
  font-style: italic; }

.side-feature {
  line-height: 1.2 !important;
  padding-top: 15px;
  background-color: #e7ecf0;
  font-size: .875em;
  margin-bottom: 40px;
  background-image: url("../img/circleslight.svg"), url("../img/circleslight.svg");
  background-position: -50px -10px, 50px 370px;
  background-repeat: no-repeat;
  background-size: 300px 300px, 420px 420px; }
  @media screen and (min-width: 64em) {
    .side-feature {
      margin-bottom: 0px; } }
  .side-feature a {
    text-decoration: underline; }
  .side-feature li {
    margin: 0 0 10px;
    line-height: 1.2 !important;
    list-style-image: url("../img/bullet-blue.png"); }
  .side-feature table, .side-feature thead, .side-feature tbody, .side-feature tr {
    background-color: transparent !important;
    border: none; }

.role-models-sidebar a {
  float: right; }

.telescope-features {
  font-size: .9em;
  line-height: 1.1em;
  margin-top: 25px;
  margin-bottom: 25px;
  background-image: url("../img/spacey.jpg");
  color: #FFF;
  background-size: cover;
  background-position: center center; }
  .telescope-features h2 {
    color: #FFF;
    font-weight: bolder;
    line-height: 1; }
  .telescope-features div img {
    padding-top: 10px;
    width: 100%;
    position: relative;
    bottom: 0; }
  .telescope-features div a {
    color: #FFF;
    text-decoration: underline; }
  .telescope-features div:first-child {
    padding-left: 20px;
    margin-top: 15px;
    line-height: 1; }
  .telescope-features div:nth-child(2) {
    position: relative;
    bottom: 0; }
  @media screen and (min-width: 40em) {
    .telescope-features {
      margin-top: 0;
      padding: 15px 0 0 0;
      background-position: 0 35px;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center; }
      .telescope-features div:first-child {
        padding-top: 30px;
        padding-bottom: 15px;
        line-height: 1; } }
  @media screen and (min-width: 64em) {
    .telescope-features {
      padding: 0 0 0 25px;
      background-position: 0 55px; } }

.wide-webcams img {
  width: 100%; }

.webcam-row img {
  width: 100%; }

.webcam-textbox {
  background-color: #e7ecf0;
  padding: 15px 10px 1px 10px; }
  .webcam-textbox img {
    width: 100%; }

/*********************/
/*      Gallery      */
/*********************/
.nrao-gallery-main {
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF; }
  .nrao-gallery-main h1, .nrao-gallery-main h2, .nrao-gallery-main h3, .nrao-gallery-main h4 {
    color: #FFF; }

.gallery-intro {
  padding: 25px 45px;
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  margin-bottom: 20px !important; }
  .gallery-intro h1, .gallery-intro h2, .gallery-intro h3, .gallery-intro h4 {
    color: #FFF; }
  @media screen and (min-width: 64em) {
    .gallery-intro {
      height: 300px; } }
  .gallery-intro h3 {
    line-height: 1.2em;
    margin: 15px 0;
    color: #fff; }

.gallery-icon {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .gallery-icon {
      height: 300px; } }

.gallery-label {
  background-color: #036;
  color: #FFF;
  padding: 5px 40px;
  font-size: 1.25em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  position: relative;
  bottom: -85%; }
  @media screen and (min-width: 64em) {
    .gallery-label {
      font-size: 1.25em; } }

.gallery-meta {
  padding: 10px 0 0 0; }

.image-downloads a {
  display: block;
  padding: 5px 0; }

#technical_details {
  margin: 20px 0 0 0; }

/**************************/
/*      movie slider      */
/**************************/
.movie-slider-wrap {
  background-image: url("../img/bluebg.png");
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 75px 0;
  text-align: left;
  color: #FFF; }
  @media screen and (min-width: 64em) {
    .movie-slider-wrap {
      background-size: 100% 90%;
      background-repeat: no-repeat;
      background-position: center center; } }
  .movie-slider-wrap h1, .movie-slider-wrap h2, .movie-slider-wrap h3, .movie-slider-wrap h4 {
    color: #FFF; }
  .movie-slider-wrap a {
    color: #FFF; }

.shadowed-trans-image {
  -webkit-filter: drop-shadow(7px 7px 7px #222);
  filter: drop-shadow(7px 7px 7px #222); }

.movie-slide-text {
  text-align: left;
  padding: 10px 40px 40px 40px; }
  @media screen and (min-width: 64em) {
    .movie-slide-text {
      padding: 70px 0 0 60px; } }

.slide-link {
  text-decoration: underline; }

.movie-slide-image {
  padding: 10px 50px; }
  @media screen and (min-width: 64em) {
    .movie-slide-image {
      padding: 10px 70px 20px 0; } }

/********************/
/*     Lightbox     */
/********************/
#sky-map {
  width: 100%;
  height: auto; }

.mapplic-lightbox {
  max-width: none !important; }
  .mapplic-lightbox p {
    line-height: 1.5; }

.mapplic-container {
  background-color: #000 !important;
  max-height: 400px !important; }
  @media screen and (min-width: 40em) {
    .mapplic-container {
      max-height: 1000px !important; } }

#mapplic1 {
  max-height: 300px !important;
  height: 300px !important; }
  @media screen and (min-width: 40em) {
    #mapplic1 {
      max-height: 650px !important;
      height: 650px !important; } }
  @media screen and (min-width: 64em) {
    #mapplic1 {
      max-height: 700px !important;
      height: 700px !important; } }

.mapplic-list-location h4 {
  padding-right: 10px !important;
  margin-bottom: 0 !important; }

.mapplic-sidebar {
  float: right !important; }

.mapplic-levels {
  top: 0;
  left: 0;
  max-width: 300px; }

.mapplic-list-thumbnail {
  height: 54px !important;
  width: 96px !important; }

.mapplic-list-category > a {
  color: #012e57 !important; }

/******************************/
/*       RA Topic Pages       */
/******************************/
.topic-nav {
  padding: 20px;
  background-color: #e7ecf0;
  border-left: 10px solid #02aae9; }
  .topic-nav a {
    font-weight: bold;
    font-size: 1.5em; }

.topic-nav-right {
  border-right: 10px solid #02aae9;
  border-left: none; }

.wpcf7-submit {
  margin-top: 12px;
  background-color: #02aae9;
  color: #FFF;
  padding: 10px 30px;
  font-weight: bold; }

/*****************************/
/*       Visitor Pages       */
/*****************************/
.info-header {
  font-size: 125%;
  color: #036;
  font-weight: bold; }

.event-list-row {
  background-color: #aecb46;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px; }

.event-inner-box {
  margin: 0 0 20px 0; }
  @media screen and (min-width: 40em) {
    .event-inner-box {
      margin: 0; } }

.event-inner-box {
  padding: 10px; }

#event-inner-box1, #details-inner-box1 {
  background-color: #fec317;
  color: #012e57; }

#event-inner-box2, #details-inner-box2 {
  background-color: #02aae9;
  color: #FFF; }
  #event-inner-box2 h4, #details-inner-box2 h4 {
    color: #FFF; }

#event-inner-box3, #details-inner-box3 {
  background-color: #b43115;
  color: #FFF; }
  #event-inner-box3 h4, #details-inner-box3 h4 {
    color: #FFF; }

.tribe-events-widget-link {
  padding-top: 20px; }
  .tribe-events-widget-link a {
    float: right; }

@media screen and (min-width: 40em) {
  .event-list-row {
    background-size: 600px 600px; } }
@media screen and (min-width: 64em) {
  .event-list-row {
    background-size: 800px 800px; } }

#tribe-events-bar {
  display: none; }

.visit-link {
  padding: 15px 0;
  font-size: 1.25em;
  font-weight: bold; }
  .visit-link a {
    text-decoration: underline; }

@media screen and (min-width: 40em) {
  .visit-row {
    position: relative; } }

.visit-page-image {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media screen and (min-width: 40em) {
    .visit-page-image {
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0; } }

.visit-page-image1 {
  background-image: url("../img/visitVLA.jpg"); }

.visit-page-image2 {
  background-image: url("../img/visitALMA.jpg"); }

.visit-page-text {
  padding: 25px 25px 30px;
  background-color: #002d5a;
  background-image: url("../img/VLAcropped.svg");
  background-position: top right;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .visit-page-text p {
    color: #FFF;
    width: 66%; }
  .visit-page-text h2 {
    color: #fec317; }
  .visit-page-text a {
    color: #fec317;
    text-decoration: underline;
    font-weight: bold; }

.visit-page-text1 {
  background-image: url("../img/VLAcropped.svg"); }

.visit-page-text2 {
  background-image: url("../img/ALMAcropped.svg"); }

.info-box {
  margin-bottom: 40px;
  border-radius: 5px;
  background-color: #012e57;
  color: #FFF;
  padding: 10px; }
  @media screen and (min-width: 40em) {
    .info-box {
      margin-bottom: 0; } }
  .info-box h4 {
    color: #fec317; }
  .info-box a {
    color: #FFF;
    text-decoration: underline; }

/***********************/
/*     Role Models     */
/***********************/
.role-model-about {
  position: relative;
  top: -1px;
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  padding: 10px; }
  .role-model-about h1, .role-model-about h2, .role-model-about h3, .role-model-about h4 {
    color: #FFF; }
  @media screen and (min-width: 40em) {
    .role-model-about {
      padding: 20px 50px; } }
  @media screen and (min-width: 64em) {
    .role-model-about {
      padding: 30px 150px; } }

.model-thumbs {
  margin-bottom: 10px; }
  @media screen and (min-width: 40em) {
    .model-thumbs {
      margin-bottom: 20px; } }

.results-row {
  margin-top: 40px;
  padding-top: 40px; }
  .results-row h4 {
    margin-bottom: 0; }

/***************************/
/*     Mission Control     */
/***************************/
#skymap-container {
  position: relative;
  left: 0;
  top: 0; }

.mc-pin {
  position: absolute;
  width: 10%; }
  @media screen and (min-width: 64em) {
    .mc-pin {
      width: 100px; } }

.study-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 15px; }

#vla-column, #alma-column, #gbt-column, #vlba-column {
  margin-bottom: 20px; }

#vla-column {
  padding-left: 24px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fec317), to(transparent));
  background-image: -webkit-linear-gradient(#fec317, transparent);
  background-image: -moz-linear-gradient(#fec317, transparent), -moz-linear-gradient(#fec317, transparent);
  background-image: -o-linear-gradient(#fec317, transparent), -o-linear-gradient(#fec317, transparent);
  background-image: linear-gradient(#fec317, transparent), linear-gradient(#fec317, transparent);
  -moz-background-size: 12px 100%;
  background-size: 12px 100%;
  background-repeat: no-repeat; }

#alma-column {
  padding-left: 24px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b43115), to(transparent));
  background-image: -webkit-linear-gradient(#b43115, transparent);
  background-image: -moz-linear-gradient(#b43115, transparent), -moz-linear-gradient(#b43115, transparent);
  background-image: -o-linear-gradient(#b43115, transparent), -o-linear-gradient(#b43115, transparent);
  background-image: linear-gradient(#b43115, transparent), linear-gradient(#b43115, transparent);
  -moz-background-size: 12px 100%;
  background-size: 12px 100%;
  background-repeat: no-repeat; }

#mission-control-lower {
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  padding-bottom: 50px; }
  #mission-control-lower h1, #mission-control-lower h2, #mission-control-lower h3, #mission-control-lower h4 {
    color: #FFF; }
  #mission-control-lower a {
    color: #FFF;
    text-decoration: underline; }
  #mission-control-lower .row {
    padding-top: 8px; }

.second-pin {
  opacity: 0.75; }

.third-pin {
  opacity: 0.45; }

thead, tbody, tfoot * {
  background-color: transparent !important;
  border: none !important; }

.clearfix {
  clear: both; }

/* FUTURES */
.futures-row, .more-row {
  padding-top: 30px;
  padding-bottom: 30px; }

.sc-row, .swg-row {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #d4d4d4;
  background: -moz-linear-gradient(top, #d4d4d4 0%, #eeeeee 27%, #eeeeee 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d4d4d4), color-stop(27%, #eeeeee), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #d4d4d4 0%, #eeeeee 27%, #eeeeee 100%);
  background: -o-linear-gradient(top, #d4d4d4 0%, #eeeeee 27%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #d4d4d4 0%, #eeeeee 27%, #eeeeee 100%);
  background: linear-gradient(to bottom, #d4d4d4 0%, #eeeeee 27%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#eeeeee', GradientType=0 ); }

.swg-row {
  text-align: center; }

.community-row {
  padding-top: 40px;
  padding-bottom: 40px; }
  .community-row img {
    padding-bottom: 10px; }

.sc-card, .swg-card {
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 30px;
  text-align: left; }

.comm-table {
  font-size: .925em; }
  .comm-table thead {
    background-color: #02aae9 !important;
    border-bottom: 1px solid #ddd !important; }

.more-card {
  padding: 30px 40px;
  margin-bottom: 15px;
  background-color: #02aae9;
  text-align: center;
  font-size: 1.25em;
  color: #FFF;
  text-transform: uppercase;
  transition: all .3s ease-in-out; }
  .more-card:hover {
    transform: scale(1.1);
    background-color: #21c1fd;
    font-weight: bold;
    -webkit-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.2); }
  .more-card i {
    font-size: 2.5em;
    padding-bottom: 16px; }
  @media screen and (min-width: 64em) {
    .more-card {
      padding: 40px 80px; } }

.swg-counter {
  font-size: 3em;
  font-weight: bold;
  color: #02aae9;
  text-align: center; }

.swg-title, .sc-title, .swg-chair, .swg-info {
  font-weight: bold;
  padding-bottom: .5em; }

.sc-title {
  font-size: 1.4em;
  color: #036;
  padding-top: .5em; }

.swg-title {
  font-size: 1.6em;
  color: #02aae9;
  text-align: center; }

.video-container {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin-bottom: 16px; }

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

.column-block {
  margin-bottom: 1em; }

li[data-category='hidden-pins'] {
  display: none; }

.aceap-box {
  padding: 30px 15px;
  background-color: #e7ecf0;
  text-align: center;
  font-size: 1.2em;
  color: #036;
  font-weight: bold; }
  @media screen and (min-width: 40em) {
    .aceap-box {
      border-right: 8px solid #FFF;
      border-left: 8px solid #FFF; } }
  @media screen and (min-width: 64em) {
    .aceap-box {
      border: 12px solid #FFF; } }

.mytooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */ }
  .mytooltip i {
    display: block; }
  .mytooltip img {
    padding: 10px 0 0 0; }
  .mytooltip a {
    display: block;
    text-decoration: underline;
    padding: 10px 0 0 0; }

.tooltipterm {
  display: block;
  font-weight: bold;
  padding: 0 0 10px 0; }

.tooltiptext {
  visibility: hidden;
  width: 220px;
  font-size: 90%;
  background-color: #eee;
  padding: 10px;
  box-shadow: 4px 4px 3px #777;
  border: 1px solid #ccc;
  position: absolute;
  top: 28px;
  z-index: 1; }
  @media screen and (min-width: 64em) {
    .tooltiptext {
      width: 300px; } }

.mytooltip:hover .tooltiptext {
  visibility: visible; }

.tooltiptext:hover {
  visibility: visible; }

.mytooltip-hover {
  visibility: visible; }

.mytooltip-hidden {
  visibility: hidden; }

.mytooltip .fa {
  float: right; }

.righttooltip:after, .righttooltip:before {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.righttooltip:after {
  right: 11px; }

.lefttooltip:after, .lefttooltip:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.tooltiptext:after {
  border-color: transparent;
  border-bottom-color: #eee;
  border-width: 12px;
  margin-left: -12px; }

.tooltiptext:before {
  border-color: transparent;
  border-bottom-color: #ccc;
  border-width: 13px;
  margin-left: -13px; }

.site-footer {
  border-top: 1px solid #08B;
  background-color: #e7ecf0;
  padding: 15px 0;
  color: #000;
  margin: 3em 0 0 0; }
  .site-footer .inner {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    .site-footer .inner::before, .site-footer .inner::after {
      content: ' ';
      display: table; }
    .site-footer .inner::after {
      clear: both; }
  .site-footer .footer-top {
    padding: 2em 0; }
  .site-footer .site-info {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: right;
    text-align: center; }
    .site-footer .site-info:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .site-footer .site-info {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
        text-align: left;
        padding-top: 7.5px; }
        .site-footer .site-info:last-child:not(:first-child) {
          float: right; } }
  .site-footer .social-list {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    list-style-type: none;
    float: left;
    text-align: center; }
    .site-footer .social-list:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .site-footer .social-list {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: right;
        text-align: right; }
        .site-footer .social-list:last-child:not(:first-child) {
          float: right; } }
    .site-footer .social-list a {
      color: #fff; }
    .site-footer .social-list ul {
      margin-bottom: 7.5px; }
      @media screen and (min-width: 40em) {
        .site-footer .social-list ul {
          margin-bottom: 0; } }
    .site-footer .social-list li {
      display: inline-block;
      margin: 0 15px;
      font-size: 2em; }
      @media screen and (min-width: 40em) {
        .site-footer .social-list li {
          font-size: 1.5em; } }

#media-links-foot {
  width: 100%;
  height: 40px;
  font-size: 200%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -5px; }
  #media-links-foot span {
    width: auto; }
    #media-links-foot span a {
      color: #036; }
      #media-links-foot span a:hover {
        color: #08B; }

.footer-text {
  font-size: .8em;
  color: #333; }
  .footer-text table, .footer-text thead, .footer-text tbody, .footer-text tfoot, .footer-text tr, .footer-text td {
    background-color: #e7ecf0 !important;
    border: none !important; }
  .footer-text td:first-child {
    min-width: 90px;
    vertical-align: top; }

.footer-bottom {
  padding: 25px 0;
  min-height: 75px;
  background-color: #333;
  background-color: #012e57;
  /*fallback color*/
  background: #012e57;
  /* Old browsers */
  background: -moz-linear-gradient(right, #08B 0%, #012e57 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #08B), color-stop(80%, #012e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #08B 0%, #012e57 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #08B 0%, #012e57 80%);
  /* IE10+ */
  background: linear-gradient(to left, #08B 0%, #012e57 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  text-align: center;
  color: #FFF; }
  .footer-bottom h1, .footer-bottom h2, .footer-bottom h3, .footer-bottom h4 {
    color: #FFF; }
  .footer-bottom img {
    position: relative;
    top: -30px;
    width: 100%;
    padding-right: -30px;
    padding-left: -30px; }
  .footer-bottom a {
    color: #FFF;
    text-decoration: underline; }
  @media screen and (min-width: 40em) {
    .footer-bottom .column, .footer-bottom .columns {
      text-align: left; } }
  .footer-bottom h3 {
    padding-top: 8px;
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .footer-bottom h3 {
        padding-top: 0;
        margin-bottom: 0px; } }

.instructions {
  background-color: #ddd;
  padding: 1em;
  margin-bottom: 1em; }

#preview_image {
  width: 100%; }

#comp_wrapper {
  margin-top: 25px; }

#controls_section {
  height: 600px;
  background-color: #fff; }

.image_controls {
  clear: both;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  height: 20%; }
  .image_controls img {
    padding: 0 12px 0 2px;
    height: 100%;
    max-height: 150px;
    float: left; }
  .image_controls h3 {
    padding: 0 0 0 5px;
    margin: 5px 0;
    font-size: 1.1em; }
    @media screen and (min-width: 40em) {
      .image_controls h3 {
        margin: 8px 0 5px 0;
        font-size: 1.2em; } }

.layerOff {
  background-color: #ddd;
  opacity: .7; }

.controls {
  width: 100%;
  padding: 5px; }

.toggleWrapper, .colorWrapper {
  float: left;
  padding: 0 20px 0 0; }
  @media screen and (min-width: 40em) {
    .toggleWrapper, .colorWrapper {
      padding: 0 32px 0 0; } }

.sliderWrapper {
  float: left;
  position: relative;
  top: -7px; }

.slider {
  width: 170px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #999;
  height: 20px;
  width: 12px;
  border-radius: 3px;
  margin-top: -4px; }

input[type=range]::-moz-range-thumb {
  border: 1px solid #999;
  height: 20px;
  width: 12px;
  border-radius: 3px; }

input[type=range]::-ms-thumb {
  border: 1px solid #999;
  height: 20px;
  width: 12px;
  border-radius: 3px; }

.export {
  margin: 15px 0; }

#export-size {
  display: inline;
  width: 300px; }

#export-size:focus > option:first-of-type {
  display: none; }

#result_wrapper {
  padding: 15px 0; }

.toggleWrapper input {
  position: absolute;
  left: -99em; }

.toggle label {
  margin: 0; }

.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 72px;
  height: 30px;
  background: #aaaaaa;
  border-radius: 3px;
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin: 0 !important; }

.toggle:before, .toggle:after {
  position: absolute;
  line-height: 30px;
  font-size: 12px;
  z-index: 2;
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.toggle:before {
  content: "OFF";
  left: 8px;
  color: #aaaaaa; }

.toggle:after {
  content: "ON";
  right: 10px;
  color: #fff; }

.toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
  width: 35px;
  height: 24px;
  border-radius: 2px;
  top: 3px;
  left: 3px;
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

input:checked + .toggle {
  background: #66b317; }

input:checked + .toggle:before {
  color: #fff; }

input:checked + .toggle:after {
  color: #66b317; }

input:checked + .toggle .toggle__handler {
  width: 33px;
  -webkit-transform: translateX(33px);
  transform: translateX(33px);
  border-color: #fff; }

#image_placeholder {
  position: relative; }

.spinner {
  height: 70px;
  width: 70px;
  margin: 94px auto 0 auto;
  position: absolute;
  top: 30%;
  left: 48%;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 10px solid rgba(0, 174, 239, 0.15);
  border-right: 10px solid rgba(0, 174, 239, 0.15);
  border-bottom: 10px solid rgba(0, 174, 239, 0.15);
  border-top: 10px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
  z-inxex: 99; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
#saveButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
  background-color: #007dc1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682; }

#saveButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
  background-color: #0061a7; }

#saveButton:active {
  position: relative;
  top: 1px; }

.hiddenthings {
  display: none; }
