@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://use.typekit.net/lbe4fgk.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,600i,700,700i,900,900i");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template, [hidden] {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
@font-face {
  font-family: 'mdsci';
  src: url("../fonts/mdsci.eot?lcdy7k");
  src: url("../fonts/mdsci.eot?lcdy7k#iefix") format("embedded-opentype"), url("../fonts/mdsci.ttf?lcdy7k") format("truetype"), url("../fonts/mdsci.woff?lcdy7k") format("woff"), url("../fonts/mdsci.svg?lcdy7k#mdsci") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mdsci' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e900";
}

.icon-angle-up:before {
  content: "\e901";
}

.icon-angle-left:before {
  content: "\e902";
}

.icon-angle-right:before {
  content: "\e903";
}

.icon-x-close:before {
  content: "\e90e";
}

.icon-hexagon:before {
  content: "\e904";
}

.icon-big-science-for-small-scientists:before {
  content: "\e905";
}

.icon-food-science:before {
  content: "\e906";
}

.icon-engineering:before {
  content: "\e907";
}

.icon-science-by-seasons:before {
  content: "\e908";
}

.icon-physics:before {
  content: "\e909";
}

.icon-earth-and-planetary-science:before {
  content: "\e90a";
}

.icon-biology-and-chemistry:before {
  content: "\e90b";
}

.icon-close-cal:before {
  content: "\e90c";
}

.icon-open-cal:before {
  content: "\e90d";
}

.icon-hexagon-edge:before {
  content: "\e90f";
}

/*
regular	400
medium	500
bold	700
italic available for each
*/
/*
regular		400
semi-bold	600
bold		700
black		900
italic available for each
*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.relative {
  position: relative;
}

.blue {
  color: #1d9bd5;
}

.text-wrap p em.blue {
  font-weight: 700;
}

.hexagon {
  position: relative;
}

.hexagon:before, .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
}

.hexagon.flat.red {
  background-color: #f54359;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagon.flat.red:before, .hexagon.flat.red:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagon.flat.red:before {
  right: 100%;
  border-right: 25.98px solid #f54359;
}

.hexagon.flat.red:after {
  left: 100%;
  border-left: 25.98px solid #f54359;
}

.hexagon.flat.blue {
  background-color: #1d9bd5;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagon.flat.blue:before, .hexagon.flat.blue:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagon.flat.blue:before {
  right: 100%;
  border-right: 25.98px solid #1d9bd5;
}

.hexagon.flat.blue:after {
  left: 100%;
  border-left: 25.98px solid #1d9bd5;
}

.hexagon.flat.green {
  background-color: #c9dd03;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagon.flat.green:before, .hexagon.flat.green:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagon.flat.green:before {
  right: 100%;
  border-right: 25.98px solid #c9dd03;
}

.hexagon.flat.green:after {
  left: 100%;
  border-left: 25.98px solid #c9dd03;
}

.hexagon.flat.orange {
  background-color: #f89c26;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagon.flat.orange:before, .hexagon.flat.orange:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagon.flat.orange:before {
  right: 100%;
  border-right: 25.98px solid #f89c26;
}

.hexagon.flat.orange:after {
  left: 100%;
  border-left: 25.98px solid #f89c26;
}

.hexagon.flat.yellow {
  background-color: #faef5f;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagon.flat.yellow:before, .hexagon.flat.yellow:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagon.flat.yellow:before {
  right: 100%;
  border-right: 25.98px solid #faef5f;
}

.hexagon.flat.yellow:after {
  left: 100%;
  border-left: 25.98px solid #faef5f;
}

.hexagon.flat.purple {
  background-color: #442a78;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagon.flat.purple:before, .hexagon.flat.purple:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagon.flat.purple:before {
  right: 100%;
  border-right: 25.98px solid #442a78;
}

.hexagon.flat.purple:after {
  left: 100%;
  border-left: 25.98px solid #442a78;
}

.hexagon.flat.empty {
  height: 90px;
}

.hexagon.vert {
  margin-top: 25px;
}

.hexagon.vert.red {
  background-color: #f54359;
  width: 90px;
  height: 51.963px;
}

.hexagon.vert.red:before, .hexagon.vert.red:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagon.vert.red:before {
  bottom: 100%;
  border-bottom: 25.98px solid #f54359;
}

.hexagon.vert.red:after {
  top: 100%;
  border-top: 25.98px solid #f54359;
}

.hexagon.vert.blue {
  background-color: #1d9bd5;
  width: 90px;
  height: 51.963px;
}

.hexagon.vert.blue:before, .hexagon.vert.blue:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagon.vert.blue:before {
  bottom: 100%;
  border-bottom: 25.98px solid #1d9bd5;
}

.hexagon.vert.blue:after {
  top: 100%;
  border-top: 25.98px solid #1d9bd5;
}

.hexagon.vert.green {
  background-color: #c9dd03;
  width: 90px;
  height: 51.963px;
}

.hexagon.vert.green:before, .hexagon.vert.green:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagon.vert.green:before {
  bottom: 100%;
  border-bottom: 25.98px solid #c9dd03;
}

.hexagon.vert.green:after {
  top: 100%;
  border-top: 25.98px solid #c9dd03;
}

.hexagon.vert.orange {
  background-color: #f89c26;
  width: 90px;
  height: 51.963px;
}

.hexagon.vert.orange:before, .hexagon.vert.orange:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagon.vert.orange:before {
  bottom: 100%;
  border-bottom: 25.98px solid #f89c26;
}

.hexagon.vert.orange:after {
  top: 100%;
  border-top: 25.98px solid #f89c26;
}

.hexagon.vert.yellow {
  background-color: #faef5f;
  width: 90px;
  height: 51.963px;
}

.hexagon.vert.yellow:before, .hexagon.vert.yellow:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagon.vert.yellow:before {
  bottom: 100%;
  border-bottom: 25.98px solid #faef5f;
}

.hexagon.vert.yellow:after {
  top: 100%;
  border-top: 25.98px solid #faef5f;
}

.hexagon.vert.purple {
  background-color: #442a78;
  width: 90px;
  height: 51.963px;
}

.hexagon.vert.purple:before, .hexagon.vert.purple:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagon.vert.purple:before {
  bottom: 100%;
  border-bottom: 25.98px solid #442a78;
}

.hexagon.vert.purple:after {
  top: 100%;
  border-top: 25.98px solid #442a78;
}

.hexagon.vert.empty {
  background-color: transparent;
  width: 90px;
  height: 51.963px;
}

.hexagon.vert.empty:before, .hexagon.vert.empty:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagon.vert.empty:before {
  bottom: 100%;
  border-bottom: 25.98px solid transparent;
}

.hexagon.vert.empty:after {
  top: 100%;
  border-top: 25.98px solid transparent;
}

.hexagroup {
  position: absolute;
  font-size: 0;
  text-align: left;
}

.hexagroup .row {
  display: inline-block;
  vertical-align: top;
}

.hexagroup.flat .row:nth-child(odd) {
  margin-top: 45px;
}

.hexagroup:not(.flat) .row {
  margin-left: -45px;
}

.hexagroup.blur {
  opacity: 0.5;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.hexagroup.flat .hexagon.red {
  background-color: #f54359;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagroup.flat .hexagon.red:before, .hexagroup.flat .hexagon.red:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagroup.flat .hexagon.red:before {
  right: 100%;
  border-right: 25.98px solid #f54359;
}

.hexagroup.flat .hexagon.red:after {
  left: 100%;
  border-left: 25.98px solid #f54359;
}

.hexagroup.flat .hexagon.blue {
  background-color: #1d9bd5;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagroup.flat .hexagon.blue:before, .hexagroup.flat .hexagon.blue:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagroup.flat .hexagon.blue:before {
  right: 100%;
  border-right: 25.98px solid #1d9bd5;
}

.hexagroup.flat .hexagon.blue:after {
  left: 100%;
  border-left: 25.98px solid #1d9bd5;
}

.hexagroup.flat .hexagon.green {
  background-color: #c9dd03;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagroup.flat .hexagon.green:before, .hexagroup.flat .hexagon.green:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagroup.flat .hexagon.green:before {
  right: 100%;
  border-right: 25.98px solid #c9dd03;
}

.hexagroup.flat .hexagon.green:after {
  left: 100%;
  border-left: 25.98px solid #c9dd03;
}

.hexagroup.flat .hexagon.orange {
  background-color: #f89c26;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagroup.flat .hexagon.orange:before, .hexagroup.flat .hexagon.orange:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagroup.flat .hexagon.orange:before {
  right: 100%;
  border-right: 25.98px solid #f89c26;
}

.hexagroup.flat .hexagon.orange:after {
  left: 100%;
  border-left: 25.98px solid #f89c26;
}

.hexagroup.flat .hexagon.yellow {
  background-color: #faef5f;
  height: 90px;
  width: 51.963px;
  margin-right: 25.98px;
}

.hexagroup.flat .hexagon.yellow:before, .hexagroup.flat .hexagon.yellow:after {
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.hexagroup.flat .hexagon.yellow:before {
  right: 100%;
  border-right: 25.98px solid #faef5f;
}

.hexagroup.flat .hexagon.yellow:after {
  left: 100%;
  border-left: 25.98px solid #faef5f;
}

.hexagroup.flat .hexagon.empty {
  height: 90px;
}

.hexagroup.flat .hexagon.empty-2 {
  height: 180px;
}

.hexagroup.flat .hexagon.empty-3 {
  height: 270px;
}

.hexagroup.vert .hexagon {
  margin-top: 25px;
}

.hexagroup.vert .hexagon.red {
  background-color: #f54359;
  width: 90px;
  height: 51.963px;
}

.hexagroup.vert .hexagon.red:before, .hexagroup.vert .hexagon.red:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagroup.vert .hexagon.red:before {
  bottom: 100%;
  border-bottom: 25.98px solid #f54359;
}

.hexagroup.vert .hexagon.red:after {
  top: 100%;
  border-top: 25.98px solid #f54359;
}

.hexagroup.vert .hexagon.blue {
  background-color: #1d9bd5;
  width: 90px;
  height: 51.963px;
}

.hexagroup.vert .hexagon.blue:before, .hexagroup.vert .hexagon.blue:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagroup.vert .hexagon.blue:before {
  bottom: 100%;
  border-bottom: 25.98px solid #1d9bd5;
}

.hexagroup.vert .hexagon.blue:after {
  top: 100%;
  border-top: 25.98px solid #1d9bd5;
}

.hexagroup.vert .hexagon.green {
  background-color: #c9dd03;
  width: 90px;
  height: 51.963px;
}

.hexagroup.vert .hexagon.green:before, .hexagroup.vert .hexagon.green:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagroup.vert .hexagon.green:before {
  bottom: 100%;
  border-bottom: 25.98px solid #c9dd03;
}

.hexagroup.vert .hexagon.green:after {
  top: 100%;
  border-top: 25.98px solid #c9dd03;
}

.hexagroup.vert .hexagon.orange {
  background-color: #f89c26;
  width: 90px;
  height: 51.963px;
}

.hexagroup.vert .hexagon.orange:before, .hexagroup.vert .hexagon.orange:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagroup.vert .hexagon.orange:before {
  bottom: 100%;
  border-bottom: 25.98px solid #f89c26;
}

.hexagroup.vert .hexagon.orange:after {
  top: 100%;
  border-top: 25.98px solid #f89c26;
}

.hexagroup.vert .hexagon.yellow {
  background-color: #faef5f;
  width: 90px;
  height: 51.963px;
}

.hexagroup.vert .hexagon.yellow:before, .hexagroup.vert .hexagon.yellow:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagroup.vert .hexagon.yellow:before {
  bottom: 100%;
  border-bottom: 25.98px solid #faef5f;
}

.hexagroup.vert .hexagon.yellow:after {
  top: 100%;
  border-top: 25.98px solid #faef5f;
}

.hexagroup.vert .hexagon.empty {
  background-color: transparent;
  width: 90px;
  height: 51.963px;
}

.hexagroup.vert .hexagon.empty:before, .hexagroup.vert .hexagon.empty:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.hexagroup.vert .hexagon.empty:before {
  bottom: 100%;
  border-bottom: 25.98px solid transparent;
}

.hexagroup.vert .hexagon.empty:after {
  top: 100%;
  border-top: 25.98px solid transparent;
}

/*
                  ___  __   __
|  | |\ | | \  / |__  |__) /__`  /\  |
\__/ | \| |  \/  |___ |  \ .__/ /~~\ |___

*/
html, body {
  height: 100%;
}

html.noscroll {
  overflow: hidden;
}

body {
  font: normal 15px/1.2 "Source Sans Pro", sans-serif;
  background: #fff;
}

body.noscroll {
  overflow: hidden;
}

body.inner.stuck {
  padding-top: 72px;
}

body.forced {
  top: 0 !important;
}

.evenflow {
  overflow: hidden;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2 {
  font: normal 32px/1.2 "quatro-slab", san-serif;
  margin: 0;
  letter-spacing: 1px;
  color: #1d9bd5;
}

h3 {
  font: 700 20px/1.2 "quatro-slab", san-serif;
  margin: 0;
  letter-spacing: 1px;
}

input[type='text'], input[type='email'] {
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 0;
}

input[type='submit'] {
  border-radius: 0;
}

.np {
  padding: 0;
}

.npl {
  padding-left: 0;
}

.npr {
  padding-right: 0;
}

/* selection */
::-moz-selection, ::selection, ::-moz-selection {
  background: rgba(255, 196, 3, 0.3);
  color: #444;
}

.wrap {
  max-width: 1360px;
}

#force {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  text-align: center;
}

#force h2 {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 700;
}

.popup-alert {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  z-index: 500;
  text-align: center;
  padding: 15px 60px;
  background-color: #1d9bd5;
}

.popup-alert p {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: #000;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.popup-alert a {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-decoration: none;
}

.popup-alert a:not(.close) {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
  white-space: nowrap;
  color: #c9dd03;
}

.popup-alert a:not(.close):hover {
  color: #fff;
}

.popup-alert .close {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  right: 20px;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 35px;
  height: 35px;
  font: 24px/35px 'mdsci', sans-serif;
  text-align: center;
  border-radius: 999px;
}

.popup-alert .close:hover {
  background-color: #c9dd03;
  color: #1d9bd5;
}

.popup-alert-faux {
  position: relative;
  z-index: 0;
  font-size: 0;
}

.popup-alert-faux p {
  color: transparent;
}

#bang-pop, #alert-pop {
  width: 94%;
  max-width: 580px;
}

#bang-pop h5, #alert-pop h5 {
  margin: 0 0 12px 0;
}

#bang-pop {
  text-align: center;
  color: #fff;
  background: url("../images/alert-takeover.jpg") center bottom no-repeat;
  padding: 54px;
}

#bang-pop h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}

#bang-pop h4:before {
  content: '!';
  display: block;
  margin: 0 auto 16px auto;
  font-size: 27px;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #faef5f;
  border-radius: 999px;
  border: 3px solid #faef5f;
  padding-left: 2px;
}

#bang-pop h5 {
  font: 24px/1.6 "quatro-slab", san-serif;
}

#bang-pop p {
  font: 15px/1.4 "Source Sans Pro", sans-serif;
}

#bang-pop .fancybox-close-small {
  width: 32px;
  height: 32px;
  top: 16px;
  right: 16px;
}

#bang-pop .fancybox-close-small:after {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  font: 24px/35px 'mdsci', sans-serif;
  content: "\e90e";
  padding-left: 2px;
  color: #fff;
  -webkit-transition: 350ms ease color, 350ms ease background-color;
  -o-transition: 350ms ease color, 350ms ease background-color;
  transition: 350ms ease color, 350ms ease background-color;
}

#bang-pop .fancybox-close-small:hover:after {
  background-color: #c9dd03;
  color: #1d9bd5;
}

@media screen and (min-width: 768px) {
  #bang-pop {
    padding: 54px 5% 10%;
  }
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}

.va {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

svg.defs-only, .sr-only {
  position: absolute;
  overflow: hidden;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal !important;
}

a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 350ms ease, background-color 350ms ease, border-color 350ms ease;
  -o-transition: color 350ms ease, background-color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, border-color 350ms ease;
}

.btn-email-signup{
  display:inline-block;
  width: 100%;
  background: none;
  border-bottom: 4px solid #f54359;
  color: #f54359;
  padding: 14px 28px 14px 0;
  text-transform: uppercase;
  position:relative;
  font: 700 15px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 2px;
}

.btn-email-signup::after{
  content:'';
  display: block;
  height: 40px;
  width: 34px;
  background: #f54359;
  color: #fff;
  padding: 10px 0 0 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  cursor: pointer;
  font: normal 20px/1 'mdsci';
}

#main-nav .btn-email-signup,
#sticky-nav .btn-email-signup{
  display:none;
}

@media screen and (max-width: 767px){
  .buns #main-nav .btn-email-signup,
  .buns #sticky-nav .btn-email-signup{
    display:inline-block;
    margin:20px 0;
    border-bottom-color:#17aee8;
    color: #17aee8;
  }
  .buns #main-nav .btn-email-signup::after,
  .buns #sticky-nav .btn-email-signup::after{
    background-color: #17aee8;
  }
  .buns #main-nav .btn-email-signup:hover,
  .buns #sticky-nav .btn-email-signup:hover,
  .buns #main-nav .btn-email-signup:focus,
  .buns #sticky-nav .btn-email-signup:focus{
    border-bottom-color:#c9dd03;
    color: #fff;
  }
  .buns #main-nav .btn-email-signup:hover::after,
  .buns #sticky-nav .btn-email-signup:hover::after,
  .buns #main-nav .btn-email-signup:focus::after,
  .buns #sticky-nav .btn-email-signup:focus::after{
    background-color: #c9dd03;
  }
}

.header-btn-email-signup{
  display:inline-block;
  width: 100%;
  padding: 12px 28px 6px 10px;
  background-color: #2b2528;
  color: #959595;
  font-size: 14px;
  border: none;
  text-align: right;
  height: 36px;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 0;
}

.header-btn-email-signup::after{
  position: absolute;
  content: '';
  right: 7px;
  bottom: 0;
  height: 36px;
  width: 24px;
  border: none;
  background: none;
  padding: 0;
  color: #f54359;
  cursor: pointer;
  font: normal 10px/1 'mdsci';
  line-height: 4;
  transition:color 0.2s ease;
}

.header-btn-email-signup:hover::after{
  color:#c9dd03;
}

.lightbox-overlay{
  display: flex;
  z-index:9999;
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color:rgba(0,0,0,0.7);
}

.lightbox-overlay .lightbox{
  width:90%;
  max-width:700px;
  flex-shrink: 0;
  margin: auto;
  background: #fff;
}

.lightbox #mc_embed_signup{
  font:inherit;
  padding:0 30px 30px;
}

.lightbox #mc_embed_signup .mc-field-group.input-group label{
  padding-left:5px;
}

.lightbox #mc_embed_signup .button {
  clear: both;
  border: 0 none;
  border-radius: 0;
  transition: all 0.23s ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  color: #fff;
  display: inline-block;
  font: 700 15px/1 "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 22px;
  background-size: 100% 100%;
  background-color: #f54359;
}

.lightbox-close-wrap{
  text-align: right;
}

.btn.lightbox-close{
  position:relative;
  padding:16px 44px 16px 22px;
  color:#f54359;
  background-color:#fff;
}

.btn.lightbox-close::after{
  color:inherit;
  font-size:30px;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top:23px;
  right:22px;
}

.btn.lightbox-close:hover,
.btn.lightbox-close:focus{
  background-color: #ececec;
}

.lightbox .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.btn, .btn-sc a, .wpcf7-submit {
  color: #fff;
  display: inline-block;
  font: 700 15px/1 "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 22px;
  background-size: 100% 100%;
  background-color: #f54359;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.btn:hover, .btn-sc a:hover, .wpcf7-submit:hover {
  background-color: #c9dd03;
}

.btn:hover:after, .btn-sc a:hover:after, .wpcf7-submit:hover:after {
  color: #f54359;
}

.btn:after, .btn-sc a:after, .wpcf7-submit:after {
  content: '+';
  display: inline-block;
  margin: 0 -2px 0 8px;
  font-size: 22px;
  font-weight: normal;
  line-height: 0;
  vertical-align: -2px;
  color: #c9dd03;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

.img-responsive img {
  height: auto;
  max-width: 100%;
}

/*		  ___       __   ___  __
	|__| |__   /\  |  \ |__  |__)
	|  | |___ /~~\ |__/ |___ |
	H E A D E R	      H E A D E R
*/
#top-tier {
  background-color: #f54359;
  font-size: 0;
  letter-spacing: 1px;
}

#top-tier ul {
  display: block;
}

#top-tier li {
  font-size: 13px;
  display: inline-block;
  position: relative;
}

#top-tier .wrap > * {
  float: left;
}

#top-tier #logo {
  display: block;
  position: absolute;
  top: 4px;
  left: 36px;
  z-index: 2;
}

#top-tier #logo img {
  height: 100px;
}

#top-tier #hours {
  width: 43%;
  padding: 9px 22px 9px 240px;
  color: #fff;
  font-size: 13px;
}

#top-tier #hours i {
  font-size: 12px;
}

#top-tier #hours time {
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 6px;
}

#top-tier #hours time i {
  vertical-align: -1px;
  margin-left: 6px;
  color: #c9dd03;
  font-size: 10px;
}

#top-tier #tier-center {
  width: 41%;
  background-color: #4b3844;
  color: #fff;
  padding: 0 8px 0 22px;
  font-weight: 700;
  position: relative;
}

#top-tier #tier-center > * {
  float: left;
}

#top-tier #tier-center a {
  display: block;
  padding: 9px 15px;
}

#top-tier #tier-center a:hover {
  color: #c9dd03;
}

#top-tier #tier-right {
  width: 16%;
  background-color: #2b2528;
  position: relative;
}

#top-tier #tier-right:after {
  position: absolute;
  left: 100%;
  top: 0;
  height: 36px;
  width: 100vw;
  content: '';
  background-color: #2b2528;
}

#top-tier #tier-right input[type='submit'] {
  line-height: 4;
}

#top-tier #tier-right input[type='submit']:hover {
  color: #c9dd03;
}

#top-tier #tier-right input[type='email'] {
  text-align: right;
  height: 36px;
}

#top-tier #tier-right .wpcf7-form span.wpcf7-not-valid-tip {
  bottom: -24px;
  left: auto;
  right: 28px;
}

#top-tier #tier-right .wpcf7-form div.wpcf7-mail-sent-ok {
  z-index: 2;
  right: 27px;
}

#top-tier .search-form {
  float: right !important;
}

#top-tier .search-form fieldset {
  padding: 0;
}

#top-tier .search-form i {
  font-size: 14px;
  color: #c9dd03;
  padding: 11px 1px;
  cursor: pointer;
  margin-left: 10px;
  -webkit-transition: 350ms color ease;
  -o-transition: 350ms color ease;
  transition: 350ms color ease;
}

#top-tier .search-form i:hover {
  color: #f54359;
}

#top-tier .search-form input[type="text"] {
  border: none;
  -webkit-transition: width 350ms ease, padding 350ms ease;
  -o-transition: width 350ms ease, padding 350ms ease;
  transition: width 350ms ease, padding 350ms ease;
  font-size: 20px;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 35px;
  padding: 0;
}

#top-tier .search-form.active input[type="text"] {
  display: block;
  padding: 0 12px;
  width: calc(100% - 34px);
}

#top-tier .search-form input[type="submit"] {
  display: none;
  color: transparent;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1140px) {
  #top-tier #logo {
    left: -10px;
  }
}

@media screen and (max-width: 1023px) {
  #top-tier #hours time {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1140px) {
  #top-tier #hours {
    width: 42%;
    padding: 9px 0 9px 185px;
  }
}

@media screen and (max-width: 1023px) {
  #top-tier #hours {
    width: 47%;
  }
  #top-tier #hours p > span {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #top-tier #tier-center a {
    padding: 9px 10px;
  }
}

@media screen and (max-width: 1140px) {
  #top-tier #tier-center {
    padding-left: 0;
    width: 42%;
  }
}

@media screen and (max-width: 1023px) {
  #top-tier #tier-center {
    position: relative;
    width: 53%;
    right: -2%;
    padding: 0 12px 0 6px;
  }
}

@media screen and (max-width: 767px) {
  #top-tier #tier-center {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #top-tier #tier-right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #top-tier {
    height: 50px;
    background-color: #000;
  }
  #top-tier #logo {
    left: 0;
    top: -18px;
  }
  #top-tier #hours {
    width: auto;
    float: right;
    padding: 6px 12px 0 0;
  }
  #top-tier #hours p {
    line-height: 1.4;
    text-align: right;
  }
  #top-tier #hours p i.fa-clock {
    color: #1d9bd5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  #top-tier #hours p > span {
    display: inline;
  }
  #top-tier #hours p > time {
    display: block;
  }
}

#video-wrap {
  position: relative;
  font-size: 0;
}

#video-wrap video {
  width: 100%;
  height: 100%;
}

#video-wrap .mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

#video-wrap .mask .text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
}

#video-wrap .mask .text-wrap h3 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

#video-wrap .mask .text-wrap h2 {
  font-size: 38px;
}

#video-wrap .mask .text-wrap * {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 891px) {
  #video-wrap .mask .text-wrap {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@media screen and (max-width: 890px) {
  #video-wrap .mask .text-wrap {
    top: 40%;
    -webkit-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

@media screen and (max-width: 640px) {
  #video-wrap .mask .text-wrap h2 {
    font-size: 6vw;
    margin-top: 0;
  }
  #video-wrap .mask .text-wrap h3 {
    margin-bottom: 3vw;
  }
}

#hex-mask {
  opacity: 0;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: -9999px;
  height: 100%;
  -webkit-transition: 850ms ease opacity;
  -o-transition: 850ms ease opacity;
  transition: 850ms ease opacity;
}

#hex-mask:before {
  content: '';
  display: block;
  width: 100%;
  height: 36px;
  margin-top: -36px;
}

#hex-mask.active {
  left: 0;
  opacity: 1;
}

#hex-mask.active.visit {
  background-image: url("../images/mask-visit.png");
}

#hex-mask.active.visit:before {
  background-color: rgba(245, 67, 89, 0.2);
}

#hex-mask.active.explore {
  background-image: url("../images/mask-explore.png");
}

#hex-mask.active.explore:before {
  background-color: rgba(201, 221, 3, 0.2);
}

#hex-mask.active.learn {
  background-image: url("../images/mask-learn.png");
}

#hex-mask.active.learn:before {
  background-color: rgba(248, 156, 38, 0.2);
}

#hex-mask.active.support {
  background-image: url("../images/mask-support.png");
}

#hex-mask.active.support:before {
  background-color: rgba(250, 239, 95, 0.2);
}

#sticky-main-nav > .wpcf7, #main-nav > .wpcf7, #mobile-fixed {
  display: none;
}

@media screen and (min-width: 768px) {
  #main-nav {
    list-style-type: none;
    position: absolute;
    bottom: 6vw;
    left: 0;
    right: 0;
    width: 890px;
    margin: 0 auto;
  }
  #main-nav #menu-main-menu > li {
    float: left;
  }
  #main-nav #menu-main-menu > li a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  #main-nav #menu-main-menu > li > a {
    display: block;
    font-size: 18px;
    border: 3px solid #f54359;
    padding: 15px 0;
    width: 215px;
  }
  #main-nav #menu-main-menu > li > a span:after {
    content: '+';
    display: inline-block;
    margin-left: 10px;
    font-size: 25px;
    line-height: 0;
    vertical-align: -2px;
    color: #f54359;
  }
  #main-nav #menu-main-menu > li + li {
    padding-left: 10px;
  }
  #main-nav #menu-main-menu > li + li > a {
    border-color: #c9dd03;
  }
  #main-nav #menu-main-menu > li + li > a span:after {
    color: #c9dd03;
  }
  #main-nav #menu-main-menu > li + li + li > a {
    border-color: #f89c26;
  }
  #main-nav #menu-main-menu > li + li + li > a span:after {
    color: #f89c26;
  }
  #main-nav #menu-main-menu > li + li + li + li > a {
    border-color: #faef5f;
  }
  #main-nav #menu-main-menu > li + li + li + li > a span:after {
    color: #faef5f;
  }
  #main-nav #menu-main-menu > li[aria-expanded="true"] > ul.sub-menu {
    display: block;
  }
  #main-nav #menu-main-menu > li.fog > a {
    opacity: 0.5;
  }
  #main-nav #menu-main-menu > li.fog > a span:after {
    opacity: 0;
  }
  #main-nav ul.sub-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 215px;
    text-align: center;
    color: transparent;
  }
  #main-nav ul.sub-menu > li a {
    display: block;
    padding: 12px 0;
  }
  #main-nav ul.sub-menu > li a span {
    position: relative;
    white-space: nowrap;
  }
  #main-nav ul.sub-menu > li a span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    height: 2px;
    width: 0;
    background-color: #fff;
    -webkit-transition: width 550ms ease;
    -o-transition: width 550ms ease;
    transition: width 550ms ease;
    pointer-events: none;
  }
  #main-nav ul.sub-menu > li a:hover span:after {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  #main-nav {
    bottom: 3vw;
    left: 3vw;
  }
  #main-nav #menu-main-menu > li + li {
    padding-left: 2vw;
  }
  #main-nav #menu-main-menu > li:last-child ul.sub-menu {
    right: 160px;
  }
  #main-nav #menu-main-menu > li > a {
    width: 22vw;
  }
  #main-nav #menu-main-menu > li ul.sub-menu > li a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  #main-nav {
    height: 0;
  }
}

#cta-links {
  position: absolute;
  top: 40px;
  left: 0;
  right: 20px;
  text-align: right;
  font-size: 0;
}

#cta-links ul {
  display: block;
}

#cta-links li {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

#cta-links li a {
  display: block;
  font: 700 15px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 2px;
  color: #fff;
}

#cta-links li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background-color: #c9dd03;
  -webkit-transition: width 550ms ease;
  -o-transition: width 550ms ease;
  transition: width 550ms ease;
  pointer-events: none;
}

#cta-links li + li {
  margin-left: 24px;
}

@media (hover: hover) {
  #cta-links li a:hover:after {
    width: 4px;
    border-radius: 1px;
  }
}

@media screen and (max-width: 890px) {
  #cta-links {
    top: 24px;
  }
}

@media screen and (max-width: 767px) {
  #cta-links {
    display: none;
  }
}

[data-useragent*="firefox"] #cta-links li a:hover:after {
  width: 4px;
  border-radius: 1px;
}

.home #sticky-nav.sticky-pop {
  height: 126px;
}

#sticky-nav {
  visibility: hidden;
  top: -84px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: top 250ms ease;
  -o-transition: top 250ms ease;
  transition: top 250ms ease;
  height: 72px;
  background-color: #fff;
  font-size: 0;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

#sticky-nav.active {
  z-index: 20;
}

#sticky-nav .logo {
  position: relative;
  z-index: 3;
  float: left;
}

#sticky-nav .logo img {
  height: 100px;
  margin: -16px 0 0 36px;
}

#sticky-nav ul {
  list-style-type: none;
}

#sticky-nav #sticky-main-nav {
  float: left;
  margin: 24px 0 0 12px;
}

#sticky-nav #sticky-main-nav > ul > li {
  display: inline-block;
}

#sticky-nav #sticky-main-nav > ul > li > a {
  position: relative;
  z-index: 2;
  font: 700 17px/1 "quatro-slab", san-serif;
  color: #f54359;
  letter-spacing: 1px;
  padding: 0 20px;
  height: 35px;
  display: inline-block;
}

#sticky-nav #sticky-main-nav > ul > li > a span {
  position: relative;
}

#sticky-nav #sticky-main-nav > ul > li > .sub-menu > li {
  display: inline-block;
  text-align: center;
}

#sticky-nav #sticky-main-nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "\e900";
  font-family: 'mdsci';
  color: #f54359;
  font-size: 12px;
}

#sticky-nav #sticky-main-nav > ul > li > .sub-menu > li.menu-item-has-children:hover > a:after {
  content: "\e901";
}

#sticky-nav #sticky-main-nav > ul > li > .sub-menu > li > a {
  position: relative;
  color: #442a78;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 25px 25px 34px 25px;
  letter-spacing: 1px;
}

#sticky-nav #sticky-main-nav > ul > li > .sub-menu > li:hover > a {
  background-color: #c9dd03;
  color: #fff;
}

#sticky-nav #sticky-main-nav > ul > li > .sub-menu > li > .sub-menu {
  background-color: #fff;
  min-width: 100%;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

#sticky-nav #sticky-main-nav > ul > li > .sub-menu > li > .sub-menu > li:first-child > a {
  padding-top: 10px;
}

#sticky-nav #sticky-main-nav > ul > li > .sub-menu > li > .sub-menu > li:last-child > a {
  padding-bottom: 10px;
}

#sticky-nav #sticky-main-nav > ul > li.current-menu-parent > a span:before, #sticky-nav #sticky-main-nav > ul > li.current-menu-item > a span:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #c9dd03;
  z-index: -1;
  opacity: 0.4;
}

#sticky-nav #sticky-main-nav .sub-menu {
  position: absolute;
  left: -9999px;
}

#sticky-nav #sticky-main-nav .sub-menu > li {
  position: relative;
}

#sticky-nav #sticky-main-nav .sub-menu > li .sub-menu {
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}

#sticky-nav #sticky-main-nav .sub-menu > li .sub-menu li {
  line-height: 28px;
}

#sticky-nav #sticky-main-nav .sub-menu > li .sub-menu a {
  display: block;
  padding: 0 27px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #442a78;
}

#sticky-nav #sticky-main-nav .sub-menu > li .sub-menu a:hover {
  color: #c9dd03;
}

#sticky-nav #sticky-main-nav .sub-menu > li .sub-menu .sub-menu a {
  font-style: italic;
  font-weight: 600;
  padding-left: 39px;
}

#sticky-nav #sticky-main-nav .sub-menu > li:hover .sub-menu {
  left: 0;
}

#sticky-nav #sticky-main-nav .sub-menu > li:hover .sub-menu .sub-menu {
  position: static;
}

#sticky-nav #sticky-links {
  float: right;
  margin: 16px 0 0 0;
}

#sticky-nav #sticky-links li {
  display: inline-block;
}

#sticky-nav #sticky-links li + li {
  margin-left: 27px;
}

#sticky-nav #sticky-links li.current-menu-item a {
  cursor: default;
}

#sticky-nav #sticky-links li.current-menu-item a:after {
  display: none;
}

#sticky-nav #sticky-links li.current-menu-item a:before {
  content: '';
  position: absolute;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #c9dd03;
  z-index: -1;
  opacity: 0.4;
}

#sticky-nav #sticky-links a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#sticky-nav #sticky-links a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background-color: #c9dd03;
  -webkit-transition: width 550ms ease;
  -o-transition: width 550ms ease;
  transition: width 550ms ease;
  pointer-events: none;
}

#sticky-nav #sticky-links a:hover:after {
  width: 4px;
  border-radius: 1px;
}

@media screen and (min-width: 768px) {
  #sticky-nav.stuck, #sticky-nav.dropped {
    visibility: visible;
    top: 0;
    z-index: 20;
  }
}

@media screen and (max-width: 1140px) {
  #sticky-nav .logo img {
    margin: -16px 0 0 0;
  }
}

@media screen and (max-width: 414px) {
  #sticky-nav .logo img {
    height: 72px;
    margin-top: -80px !important;
  }
}

@media screen and (max-width: 940px) {
  #sticky-nav #sticky-main-nav > ul > li > a {
    padding: 0 12px;
  }
}

@media screen and (max-width: 1140px) {
  #sticky-nav #sticky-main-nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    bottom: 7px;
  }
}

@media screen and (max-width: 1190px) {
  #sticky-nav #sticky-main-nav > ul > li > .sub-menu > li > a {
    padding: 25px 19px 34px 19px;
  }
}

@media screen and (max-width: 1140px) {
  #sticky-nav #sticky-main-nav > ul > li > .sub-menu > li > a {
    padding: 34px 19px 25px 19px;
  }
}

@media screen and (min-width: 768px) {
  #sticky-nav #sticky-main-nav > ul > li:hover > .sub-menu, #sticky-nav #sticky-main-nav > ul > li:focus > .sub-menu {
    z-index: 2;
    left: 230px;
    top: 54px;
    border-top: 5px solid #c9dd03;
    background-color: #fff;
  }
  #sticky-nav #sticky-main-nav > ul > li:hover > .sub-menu:before, #sticky-nav #sticky-main-nav > ul > li:focus > .sub-menu:before {
    content: '';
    height: 80px;
    background-color: #fff;
    border-top: 5px solid #c9dd03;
    width: 200vw;
    position: absolute;
    top: -5px;
    left: -50vw;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  #sticky-nav #sticky-main-nav > ul > li:hover > .sub-menu, #sticky-nav #sticky-main-nav > ul > li:focus > .sub-menu {
    left: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sticky-nav #sticky-main-nav > ul > li:hover > .sub-menu, #sticky-nav #sticky-main-nav > ul > li:focus > .sub-menu {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  #sticky-nav #sticky-main-nav > ul > li:hover > a:after, #sticky-nav #sticky-main-nav > ul > li:focus > a:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 8px 13px;
    border-color: transparent transparent #c9dd03 transparent;
  }
}

@media screen and (min-width: 768px) {
  #sticky-nav #sticky-main-nav .sub-menu > li#menu-item-167:hover .sub-menu {
    left: auto;
    right: -158px;
  }
}

@media screen and (max-width: 890px) {
  #sticky-nav #sticky-links li:last-child {
    display: none;
  }
}

header #video-wrap .mask .text-wrap {
  -webkit-transition: 1000ms ease-in opacity;
  -o-transition: 1000ms ease-in opacity;
  transition: 1000ms ease-in opacity;
}

header.active #main-nav #menu-main-menu > li > a {
  border-color: transparent;
}

header.active #main-nav #menu-main-menu > li > a span:after {
  color: #fff;
}

header.active #video-wrap .mask .text-wrap {
  opacity: 0;
  -webkit-transition: 0ms ease opacity;
  -o-transition: 0ms ease opacity;
  transition: 0ms ease opacity;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-form input[type='email'] {
  width: 100%;
  padding: 12px 28px 6px 10px;
  background-color: #2b2528;
  color: #fff;
  font-size: 14px;
  border: none;
}

.wpcf7-form input[type='submit'] {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 24px;
  border: none;
  background: none;
  padding: 0;
  color: #f54359;
  cursor: pointer;
  font: normal 10px/1 'mdsci';
}

.wpcf7-form .ajax-loader {
  display: none !important;
}

.wpcf7-form label {
  display: inline-block;
  position: relative;
}

.wpcf7-form label span + span {
  position: absolute;
  top: 18px;
  right: 28px;
  line-height: 0;
  color: #959595;
  pointer-events: none;
  font-size: 14px;
}

.wpcf7-form label span + span.focused {
  font-weight: normal;
  padding-left: 6px;
  top: 10px;
  font-size: 11px;
}

.wpcf7-form label span + span.hidden {
  display: none;
}

.wpcf7-form .wpcf7-response-output:not(.wpcf7-mail-sent-ok) {
  display: none !important;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  position: absolute;
  border: none;
  margin: 10px 0 0 0;
  padding: 0;
  color: #c9dd03;
  text-transform: uppercase;
  font: 700 15px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  bottom: 0;
  left: 10px;
  color: #f54359;
}

/*  ___  ___     ___          __        __
	 |  |__  \_/  |     |  | |__)  /\  |__)
	 |  |___ / \  |     |/\| |  \ /~~\ |

 	 T E X T  W R A P     T E X T  W R A P
*/
.text-wrap * + * {
  margin-top: 16px;
}

.text-wrap p {
  font: 400 15px/1.7 "Source Sans Pro", sans-serif;
  color: #000;
}

.text-wrap p em {
  font-weight: 400;
}

.text-wrap p.btn-sc a {
  color: #fff;
  border-bottom: none;
}

.text-wrap p:not(.btn-sc) a {
  border-bottom: 1px solid #f54359;
  -webkit-transition: 350ms ease border-color;
  -o-transition: 350ms ease border-color;
  transition: 350ms ease border-color;
}

.text-wrap p:not(.btn-sc) a:not(.btn) {
  color: #f54359;
}

.text-wrap p:not(.btn-sc) a:hover {
  border-color: transparent;
}

.text-wrap p + h3 {
  margin-top: 24px;
}

.text-wrap h2 {
  font: 400 30px/1.3 "quatro-slab", san-serif;
  color: #1d9bd5;
}

.text-wrap h2:first-child {
  margin-top: 0;
}

.text-wrap h2 + h3 {
  margin-top: 24px;
}

.text-wrap h3 {
  font: 700 20px/1.3 "quatro-slab", san-serif;
  color: #1d9bd5;
}

.text-wrap h3:first-child {
  margin-top: 0;
}

.text-wrap h3 + h2 {
  margin-top: 32px;
}

.text-wrap ul, .text-wrap ol {
  list-style-position: inside;
  color: #442a78;
  letter-spacing: 1px;
  font-weight: 700;
}

.text-wrap ul:not(:last-child), .text-wrap ol:not(:last-child) {
  margin-bottom: 32px;
}

.text-wrap ul li, .text-wrap ol li {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.2;
  font-size: 14px;
  margin-left: 15px;
}

.text-wrap ul li a, .text-wrap ol li a {
  color: #f54359 !important;
  border-bottom: 1px solid #f54359;
  -webkit-transition: 350ms ease border-color;
  -o-transition: 350ms ease border-color;
  transition: 350ms ease border-color;
}

.text-wrap ul li a:hover, .text-wrap ol li a:hover {
  border-color: transparent;
}

.text-wrap ul {
  list-style-type: none;
  padding: 0 0 0 20px;
}

.text-wrap ul li:before {
  content: '+';
  display: inline-block;
  margin: 0 8px 0 -21px;
  font-size: 22px;
  font-weight: 700;
  line-height: 0;
  vertical-align: -2px;
  color: #1d9bd5;
}

.text-wrap ul ul {
  padding: 0;
  margin-top: 0;
}

.text-wrap ul ul li {
  font: 400 15px/1.7 "Source Sans Pro", sans-serif;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
}

.text-wrap ul ul li:before {
  content: '';
  display: none;
}

.text-wrap thead {
  color: #442a78;
  font: 700 20px/1 "quatro-slab", san-serif;
  text-transform: uppercase;
}

.text-wrap thead td {
  position: relative;
  padding-bottom: 44px;
}

.text-wrap thead td:after {
  position: absolute;
  bottom: 24px;
  content: '';
  display: block;
  height: 2px;
  width: calc(100% - 60px);
  background-color: #d1d1d1;
}

.text-wrap thead td:last-child:after {
  width: calc(100% - 20px);
}

.text-wrap table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 32px 0;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

.text-wrap table th, .text-wrap table td {
  vertical-align: top;
}

.text-wrap table th:not(:last-child), .text-wrap table td:not(:last-child) {
  padding-right: 60px;
}

.text-wrap table tbody tr + tr td {
  padding-top: 20px;
}

.text-wrap table * + * {
  margin-top: 0;
}

@media screen and (max-width: 414px) {
  .text-wrap h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 414px) {
  .text-wrap thead td:after {
    width: calc(100% - 20px);
  }
  .text-wrap thead td:last-child:after {
    width: 100%;
  }
  .text-wrap table {
    width: calc(100% + 20px);
    margin-left: -10px;
    letter-spacing: normal;
  }
  .text-wrap table td:not(:last-child) {
    padding-right: 20px;
  }
}

.bottom-16 {
  margin-bottom: 16px;
}

.indent-left {
  padding-left: 77px;
}

.hexagroup {
  -webkit-transform: translateZ(0);
}

table .fa-wheelchair, table .fa-blind, table .fa-deaf, table .fa-braille, table .fa-assistive-listening-systems, table .fa-book-open {
  line-height: 0;
}

@media screen and (max-width: 414px) {
  table .fa-wheelchair, table .fa-blind, table .fa-deaf, table .fa-braille, table .fa-assistive-listening-systems, table .fa-book-open {
    font-size: 18px;
    width: 20px;
  }
}

.fa-wheelchair, .fa-blind, .fa-deaf, .fa-braille, .fa-assistive-listening-systems, .fa-book-open {
  font-size: 24px;
  width: 30px;
}

.fa-braille {
  font-size: 20px;
}

.icon-sa, .icon-oc, .icon-lp {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 900;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 2px;
  padding: 0 2px;
  letter-spacing: 0;
  vertical-align: 3px;
  margin-right: 4px;
}

@media screen and (max-width: 414px) {
  .icon-sa, .icon-oc, .icon-lp {
    vertical-align: 0;
    width: auto;
    margin-right: 0;
  }
}

.icon-oc {
  letter-spacing: -0.5px;
}

.icon-sa:before {
  content: "SA";
}

.icon-oc:before {
  content: "OC";
}

.icon-lp:before {
  content: "LP";
}

td.indent {
  padding-left: 16px;
}

.flex_text .icon-sa, .flex_text .icon-oc, .flex_text .icon-lp {
  vertical-align: 0;
  width: auto;
}

.flex_text .fa-book-open {
  vertical-align: -6px;
  margin-left: -2px;
}

.flex_text .fa-braille {
  vertical-align: -3px;
}

/*		  __         ___
	|__| /  \  |\/| |__
	|  | \__/  |  | |___

	H O M E	     H O M E
*/
h3.line-left {
  color: #fff;
  font: 700 16px/1.2 "Source Sans Pro", sans-serif;
  letter-spacing: normal;
  border-left: 3px solid #f54359;
  padding-left: 10px;
  text-align: left;
}

a.naked {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
}

a.naked:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  width: 100%;
  max-width: 100%;
  background-color: #f54359;
  -webkit-transition: max-width 550ms ease;
  -o-transition: max-width 550ms ease;
  transition: max-width 550ms ease;
  pointer-events: none;
}

@media (hover: hover) {
  a.naked:hover:after {
    max-width: 8px;
    border-radius: 999px;
  }
}

[data-useragent*="firefox"] a.naked:hover:after {
  max-width: 8px;
  border-radius: 999px;
}

.evenflow {
  background: #ebebeb;
}

.home #membership-panel #mid-form p:first-of-type, #sticky-main-nav > .wpcf7 p:first-of-type, #main-nav > .wpcf7 p:first-of-type {
  font-size: 17px;
  margin: 20px 0 40px;
}

.home #membership-panel #mid-form .wpcf7-form, #sticky-main-nav > .wpcf7 .wpcf7-form, #main-nav > .wpcf7 .wpcf7-form {
  position: relative;
}

.home #membership-panel #mid-form .wpcf7-form input[type='email'], #sticky-main-nav > .wpcf7 .wpcf7-form input[type='email'], #main-nav > .wpcf7 .wpcf7-form input[type='email'] {
  background: none;
  border-bottom: 4px solid #f54359;
  color: #442a78;
  padding: 14px 28px 6px 0;
  -webkit-transition: 350ms ease border-color;
  -o-transition: 350ms ease border-color;
  transition: 350ms ease border-color;
}

.home #membership-panel #mid-form .wpcf7-form input[type='submit'], #sticky-main-nav > .wpcf7 .wpcf7-form input[type='submit'], #main-nav > .wpcf7 .wpcf7-form input[type='submit'] {
  height: 40px;
  width: 34px;
  background: #f54359;
  color: #fff;
  font-size: 20px;
  padding-left: 4px;
}

.home #membership-panel #mid-form .wpcf7-form input[type='submit']:hover, #sticky-main-nav > .wpcf7 .wpcf7-form input[type='submit']:hover, #main-nav > .wpcf7 .wpcf7-form input[type='submit']:hover {
  background: #c9dd03;
}

.home #membership-panel #mid-form .wpcf7-form label span + span, #sticky-main-nav > .wpcf7 .wpcf7-form label span + span, #main-nav > .wpcf7 .wpcf7-form label span + span {
  left: 0;
  right: auto;
  color: #f54359;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home #membership-panel #mid-form .wpcf7-form label span + span.focused, #sticky-main-nav > .wpcf7 .wpcf7-form label span + span.focused, #main-nav > .wpcf7 .wpcf7-form label span + span.focused {
  top: 4px;
  padding-left: 0;
}

.home #membership-panel #mid-form .wpcf7-form label.hovered input[type='email'], #sticky-main-nav > .wpcf7 .wpcf7-form label.hovered input[type='email'], #main-nav > .wpcf7 .wpcf7-form label.hovered input[type='email'] {
  border-color: #c9dd03 !important;
}

.home #membership-panel #mid-form .wpcf7-form span.wpcf7-not-valid-tip, #sticky-main-nav > .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip, #main-nav > .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
  left: 0;
  bottom: -24px;
}

.home #top-panel {
  overflow: hidden;
  padding: 28px 28px 10% 28px;
}

.home #top-panel .hexagroup {
  margin-left: -77px;
}

.home #top-panel .text-wrap p:not(.btn-sc) {
  padding-right: 60px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.home #top-panel #home-featured {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}

.home #top-panel #home-featured .bx-outer {
  position: relative;
  width: 425px;
  max-width: 80%;
  margin: 50px -30px 0 0;
  float: right;
}

.home #top-panel #home-featured .bx-outer .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-align: right;
}

.home #top-panel #home-featured .bx-outer .bx-wrapper p {
  color: #1d9bd5;
  font: 700 20px/1.5 "quatro-slab", san-serif;
  letter-spacing: 1px;
  margin: 24px 0;
  text-align: left;
}

.home #top-panel #home-featured .bx-outer .bx-wrapper .btn {
  display: inline-block;
  margin-top: -20px;
  position: relative;
}

.home #top-panel #home-featured .bx-outer .slider > div {
  min-height: 550px;
}

.home #top-panel #home-featured .bx-outer .slider > div:not(.active-slide) {
  opacity: 0;
}

.home #top-panel #home-featured .bx-outer .bx-pager {
  right: -25px;
  bottom: 224px;
  padding: 0;
  width: 14px;
}

.home #top-panel #home-featured .bx-outer .bx-pager.bx-default-pager a {
  background: #fff;
  margin: 0;
}

.home #top-panel #home-featured .bx-outer .bx-pager.bx-default-pager a:hover, .home #top-panel #home-featured .bx-outer .bx-pager.bx-default-pager a.active, .home #top-panel #home-featured .bx-outer .bx-pager.bx-default-pager a:focus {
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

.home #top-panel #home-featured .bx-outer .bx-pager.bx-default-pager a.active {
  background: #f54359;
}

.home #top-panel #home-featured .bx-outer .bx-pager .bx-pager-item {
  display: inline-block;
}

.home #top-panel #home-featured .bx-outer .bx-pager .bx-pager-item + .bx-pager-item a {
  margin-top: 10px;
}

.home #top-panel #home-featured .bx-outer .bx-pager .bx-pager-item + .bx-pager-item a:hover, .home #top-panel #home-featured .bx-outer .bx-pager .bx-pager-item + .bx-pager-item a.active, .home #top-panel #home-featured .bx-outer .bx-pager .bx-pager-item + .bx-pager-item a:focus {
  margin: 8px 0 -2px 0;
}

.home #mid-panel {
  font-size: 0;
  padding: 0;
}

.home #mid-panel .hexagroup {
  right: 180px;
}

.home #mid-panel .hexagroup + .hexagroup {
  right: 315px;
  top: -200px;
}

.home #mid-panel #prog-vid-wrap {
  position: relative;
}

.home #mid-panel #prog-vid-wrap .vid-wrap {
  width: 102%;
  padding-left: 77px;
  position: relative;
  z-index: 3;
}

.home #mid-panel #prog-vid-wrap .vid-wrap + .vid-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.home #mid-panel #prog-vid-wrap .vid-wrap + .vid-wrap + .vid-wrap {
  z-index: 1;
}

.home #mid-panel #prog-vid-wrap video {
  width: 100%;
  height: auto;
}

.home #mid-panel #prog-vid-wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 96.3%;
  background-color: #000;
  opacity: 0.2;
  margin-left: 77px;
  z-index: 4;
}

.home #mid-panel #prog-wrap {
  position: absolute;
  z-index: 5;
  bottom: 50px;
}

.home #mid-panel #prog-wrap > div {
  float: left;
}

.home #mid-panel #pattern {
  position: relative;
  height: 263px;
  background: #ebebeb url("../images/home-pattern.png") top center no-repeat;
  background-size: auto 100%;
  margin-top: -90px;
  z-index: 4;
}

.home #mid-panel #programs {
  background: url("../images/home-programs.jpg") no-repeat;
  background-size: cover;
  width: 52%;
  padding: 4% 8% 4% 10%;
  color: #fff;
}

.home #mid-panel #programs h3, .home #mid-panel #programs p {
  color: #fff;
}

.home #mid-panel #programs h4 {
  font: 400 32px/1.3 "quatro-slab", san-serif;
}

.home #mid-panel #programs p {
  font: 600 19px/1.6 "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.home #mid-panel #programs .btn {
  margin-top: 24px;
}

.home #mid-panel #feat-prog-links {
  padding: 6% 4%;
}

.home #mid-panel #feat-prog-links h3 {
  border-color: #1d9bd5;
}

.home #mid-panel #feat-prog-links p {
  margin-top: 36px;
}

.home #mid-panel #feat-prog-links p a {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font: 700 15px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.home #mid-panel #feat-prog-links p a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  width: 100%;
  background-color: #f54359;
  -webkit-transition: 550ms ease left, 550ms ease background-color;
  -o-transition: 550ms ease left, 550ms ease background-color;
  transition: 550ms ease left, 550ms ease background-color;
  pointer-events: none;
}

.home #mid-panel #feat-prog-links p a:hover:after, .home #mid-panel #feat-prog-links p a.active:after, .home #mid-panel #feat-prog-links p a:focus:after {
  background-color: #c9dd03;
  left: -200px;
}

.home #low-panel {
  position: relative;
  z-index: 4;
  padding-bottom: 10%;
}

.home #low-panel .hexagroup {
  padding-top: 263px;
}

.home #low-panel #panels-wrap {
  position: relative;
  margin-top: -110px;
}

.home #low-panel #panels-wrap .hexagon {
  margin: -25px 0 -50px 234px;
  display: inline-block;
}

.home #low-panel #panels-wrap h3 {
  text-align: center;
  position: relative;
}

.home #low-panel #panels-wrap .panel-table {
  position: relative;
  margin-top: 60px;
  width: 100%;
}

.home #low-panel #panels-wrap .panel-table td {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 386px;
  text-align: center;
}

.home #low-panel #panels-wrap .panel-table td a {
  height: 100%;
}

.home #low-panel #panels-wrap .panel-table td img {
  height: 25vw;
  max-height: 386px;
  max-width: none;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  margin: 0 auto;
}

.home #low-panel #panels-wrap .panel-table td h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
}

.home #low-panel #panels-wrap .panel-table td span.faux-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  border-bottom: 8px solid #f54359;
  padding: 6px 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: right;
  min-width: 0%;
  -webkit-transition: 350ms ease min-width, 350ms ease border-color;
  -o-transition: 350ms ease min-width, 350ms ease border-color;
  transition: 350ms ease min-width, 350ms ease border-color;
}

.home #low-panel #panels-wrap .panel-table td span.faux-link.wide {
  min-width: 100%;
  border-color: #c9dd03;
}

.home #low-panel #panels-wrap .panel-table td span.faux-link:after {
  content: '+';
  display: inline-block;
  margin: 0 -2px 0 8px;
  font-size: 22px;
  font-weight: normal;
  line-height: 0;
  vertical-align: -2px;
  color: #c9dd03;
  -webkit-transition: 350ms ease color;
  -o-transition: 350ms ease color;
  transition: 350ms ease color;
}

.home #low-panel #panels-wrap .panel-table td .text-wrap {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.home #low-panel #panels-wrap .panel-table td .text-wrap h6 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f54359;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 17px;
  letter-spacing: 2px;
}

.home #low-panel #panels-wrap .panel-table td .text-wrap p {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  -webkit-transform: translate3d(0, -40%, 0);
  -ms-transform: translate3d(0, -40%, 0);
  transform: translate3d(0, -40%, 0);
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 0 60px;
}

.home #low-panel #panels-wrap .panel-table td:last-child img {
  right: auto;
  left: 0;
}

.home #low-panel .hexagroup.lower {
  margin-top: -727px;
  left: 57%;
  z-index: -1;
  padding-top: 500px;
}

.home #mid-riff {
  position: relative;
  z-index: 4;
}

.home #mid-riff .hexagon {
  position: absolute;
  left: 57%;
  top: -67px;
}

.home #event-panel {
  position: relative;
  background: url("../images/special-event-bkg.jpg") top center no-repeat;
  background-size: cover;
  padding: 8% 0;
}

.home #event-panel > .wrap {
  padding-left: 77px;
}

.home #event-panel .group {
  margin-bottom: 30px;
}

.home #event-panel .group > div {
  float: left;
  max-width: 32%;
}

.home #event-panel .group .text-wrap {
  padding-left: 30px;
  vertical-align: bottom;
}

.home #event-panel .group .text-wrap h3, .home #event-panel .group .text-wrap h2, .home #event-panel .group .text-wrap p {
  color: #fff;
}

.home #event-panel .group .text-wrap h3 {
  font-size: 17px;
  margin-bottom: 0;
}

.home #event-panel .group .text-wrap h3 span {
  color: #faef5f;
}

.home #event-panel .group .text-wrap h2 {
  margin-top: 24px;
}

.home #event-panel .group .text-wrap p {
  max-width: 260px;
  font-size: 17px;
  letter-spacing: 1px;
}

.home #event-panel .group .text-wrap .btn {
  padding: 19px 45px;
  margin-top: 50px;
}

.home #event-panel h3 {
  color: #faef5f;
  margin-bottom: 30px;
}

.home #event-panel .img-wrap img {
  max-width: 100%;
}

.home #membership-panel {
  position: relative;
  margin-top: -2px;
  background: url("../images/purple-pattern-repeat-x-y.jpg");
}

.home #membership-panel .group > div {
  float: left;
}

.home #membership-panel .polygon {
  width: 660px;
  height: 660px;
  margin-left: -190px;
}

.home #membership-panel .polygon svg {
  width: 100%;
  height: 100%;
}

.home #membership-panel #membership h3 {
  -webkit-font-smoothing: antialiased;
}

.home #membership-panel #membership h4 {
  font: 400 32px/1.3 "quatro-slab", san-serif;
  color: #fff;
}

.home #membership-panel #membership p {
  font: 600 17px/1.6 "Source Sans Pro", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.home #membership-panel #membership .btn {
  margin: 24px 32px 0 0;
}

.home #membership-panel #membership .naked {
  vertical-align: -4px;
}

.home #membership-panel #cta {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: -30px;
  max-width: 400px;
  background-color: #c9dd03;
  padding: 50px 58px 60px 58px;
  border-bottom: 4px solid #1d9bd5;
}

.home #membership-panel #cta p {
  font-size: 17px;
}

.home #membership-panel #cta a {
  color: #000;
}

.home #membership-panel #mid-form {
  position: absolute;
  top: -220px;
  right: 20px;
  max-width: 400px;
  background-color: #fff;
  padding: 50px 50px 60px 40px;
  border-bottom: 4px solid #1d9bd5;
}

.home #membership-panel #mid-form h3 {
  color: #442a78;
}

.home #membership-panel #mid-form p:first-of-type {
  font-size: 17px;
  margin: 20px 0 40px;
}

.home #bottom-slider {
  padding-top: 36%;
  background: url("../images/pattern-blue.png") top center no-repeat;
}

.home #bottom-slider .hexagroup.blur {
  padding-top: 40%;
  right: 20%;
}

.home #bottom-slider .hexagroup.blur.lower {
  right: auto;
  left: 17.75%;
  padding-top: 120%;
}

.home #bottom-slider .hexagroup.solid {
  margin-top: -30%;
  right: 37%;
}

.home #bottom-slider .hexagroup.solid + .solid {
  margin-top: 0;
  right: auto;
  left: 12%;
  top: 25.5%;
}

.home #bottom-slider .hexagroup.solid + .solid + .solid {
  top: auto;
  right: 10%;
  bottom: 25.5%;
  left: auto;
}

.home #bottom-slider .hexagon.single {
  position: absolute;
  right: 110px;
  top: -25%;
}

.home #bottom-slider .hexagon.single + .single {
  right: 350px;
  top: -2%;
}

.home #bottom-slider .hexagon.single + .single + .single {
  right: auto;
  top: -11%;
  left: 12%;
}

.home #bottom-slider .bx-wrapper {
  margin: 0 20px 0 calc(16% + 20px);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.home #bottom-slider .bx-wrapper .bx-controls-direction a {
  top: 0;
  background: #f54359;
  text-indent: 0;
  color: #fff;
  text-align: center;
  width: 47px;
  height: 55px;
  margin-top: -28px;
  font: 24px/56px 'mdsci';
  z-index: 19;
}

.home #bottom-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: -16px;
}

.home #bottom-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: calc(-16% - 54px);
}

.home #bottom-slider .bx-wrapper .bx-controls-direction a:hover {
  background: #c9dd03;
  color: #f54359;
}

.home #bottom-slider .bx-wrapper .bx-pager {
  display: none;
  padding: 0 0 20px 0;
  background-color: #fff;
}

.home #bottom-slider .bx-wrapper .bx-pager a {
  background-color: #442a78;
  margin-bottom: 2px;
}

.home #bottom-slider .bx-wrapper .bx-pager a.active, .home #bottom-slider .bx-wrapper .bx-pager a:hover, .home #bottom-slider .bx-wrapper .bx-pager a:focus {
  width: 14px;
  height: 14px;
  margin: 0 3px 0;
  border-radius: 999px;
}

.home #bottom-slider .bx-wrapper .bx-pager a.active {
  background-color: #f54359;
}

.home #bottom-slider .bx-viewport {
  overflow: visible !important;
}

.home #bottom-slider #review-slider {
  z-index: 100;
}

.home #bottom-slider #review-slider .sm {
  max-width: 320px;
  position: absolute;
  -webkit-transform: translate3d(160%, -116%, 0);
  -ms-transform: translate3d(160%, -116%, 0);
  transform: translate3d(160%, -116%, 0);
}

.home #bottom-slider #review-slider .md {
  max-width: 400px;
  position: absolute;
  -webkit-transform: translate3d(-3%, -133%, 0);
  -ms-transform: translate3d(-3%, -133%, 0);
  transform: translate3d(-3%, -133%, 0);
}

.home #bottom-slider #review-slider .lg {
  max-width: 680px;
  width: 64%;
  float: left;
  margin: -5% 0 0 calc(-16% - 40px);
}

.home #bottom-slider #review-slider .text-wrap {
  width: 48%;
  float: right;
  padding: 5% 10% 5% 0;
}

.home #tsp-panel {
  padding: 40px 10px;
  margin: 5% 0 0 0;
}

.home #tsp-panel .tsp_block {
  position: relative;
  max-width: 990px;
  font-size: 0;
  margin: 0 auto;
}

.home #tsp-panel .tsp_block.white-bkg:after {
  width: 100px;
}

.home #tsp-panel .tsp_block .tsp_block-inner-wrap {
  position: relative;
}

.home #tsp-panel .tsp_block .image-wrap {
  height: calc(100% - 30px);
  width: 45%;
  background-color: #ebebeb;
  float: right;
  position: absolute;
  right: 0;
  top: 30px;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

.home #tsp-panel .tsp_block * + * {
  margin-top: 0;
}

.home #tsp-panel .tsp_block .label {
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: -10px;
  border-bottom: 4px solid #17aee8;
  -webkit-box-shadow: 0px 0px 59.8px 5.2px rgba(57, 64, 142, 0.18);
  box-shadow: 0px 0px 59.8px 5.2px rgba(57, 64, 142, 0.18);
}

.home #tsp-panel .tsp_block .label h6 {
  font-size: 16px;
  color: #442a78;
}

.home #tsp-panel .tsp_block .label h3 {
  font-weight: normal;
  font-size: 32px;
  color: #1d9bd5;
}

.home #tsp-panel .tsp_block .bx-viewport {
  background: url("../images/bkg/biology-bkg.jpg") no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.home #tsp-panel .tsp_block .bx-wrapper {
  position: static;
  display: inline-block;
  width: 56%;
  margin: 30px 0 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}

.home #tsp-panel .tsp_block .bx-wrapper .bx-pager {
  position: static;
  bottom: auto;
  width: auto;
  padding: 0;
}

.home #tsp-panel .tsp_block .bx-wrapper .bx-pager a {
  background-color: #c9dd03;
  margin-bottom: 2px;
}

.home #tsp-panel .tsp_block .bx-wrapper .bx-pager a.active {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: #f54359;
  margin-bottom: 0;
}

.home #tsp-panel .tsp_block .bx-wrapper .bx-pager a:hover, .home #tsp-panel .tsp_block .bx-wrapper .bx-pager a:focus {
  background-color: #f54359;
}

.home #tsp-panel .tsp_block .bx-controls {
  position: absolute;
  right: -5px;
  top: 0;
}

.home #tsp-panel .tsp_block .slide > div {
  padding: 20px 40px;
}

.home #tsp-panel .tsp_block .text-wrap h3, .home #tsp-panel .tsp_block .text-wrap p, .home #tsp-panel .tsp_block .text-wrap li {
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
}

.home #tsp-panel .tsp_block .text-wrap h3 {
  font-size: 17px;
}

.home #tsp-panel .tsp_block .text-wrap p {
  font-weight: 600;
}

.home #tsp-panel .tsp_block .text-wrap .inner p {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 16px;
}

.home #tsp-panel .tsp_block .text-wrap .inner ul li {
  text-transform: none;
  font-weight: 600;
  letter-spacing: normal;
}

.home #tsp-panel .tsp_block .text-wrap .inner ul li:before {
  color: #fff;
  font-size: 18px;
}

.home #tsp-panel .tsp_block > a.btn {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.home #tsp-panel .tsp_block.sessions-1 .bx-controls {
  display: none;
}

.home #instagram-panel {
  text-align: center;
  padding: 4% 0;
}

.home #instagram-panel h2 {
  margin: 10px 0;
}

.home #instagram-panel h2 a {
  position: relative;
}

.home #instagram-panel h2 a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  width: 100%;
  max-width: 100%;
  background-color: #f54359;
  -webkit-transition: max-width 550ms ease;
  -o-transition: max-width 550ms ease;
  transition: max-width 550ms ease;
  pointer-events: none;
}

.home #instagram-panel h2 a:hover:after {
  max-width: 8px;
  border-radius: 999px;
}

.home #instagram-panel h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
}

.home #instagram-panel h4 a {
  background: #f54359;
  color: #fff;
  padding: 9px 21px;
  display: inline-block;
}

.home #instagram-panel h4 a:hover {
  background: #c9dd03;
  color: #442a78;
}

.home #instafeed {
  margin-top: -18px;
}

.home #instafeed > div {
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.home #instafeed > div img {
  width: 100%;
}

.home #instafeed .blur-me {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.home #instafeed .video-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 100%;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 891px) {
  .home #top-panel #home-featured {
    padding-right: 30px;
  }
}

@media screen and (min-width: 361px) {
  .home #top-panel #home-featured .bx-outer .slider > div.active-slide {
    -webkit-transition: 350ms ease-in opacity;
    -o-transition: 350ms ease-in opacity;
    transition: 350ms ease-in opacity;
  }
  .home #top-panel #home-featured .bx-outer .slider > div:not(.active-slide) {
    -webkit-transition: 100ms ease-out opacity;
    -o-transition: 100ms ease-out opacity;
    transition: 100ms ease-out opacity;
  }
}

@media screen and (min-width: 891px) {
  .home #top-panel #home-featured .hexagon {
    background-color: #442a78;
    height: 800px;
    width: 461.89333px;
    margin-right: 230.93333px;
    position: absolute;
    right: -400px;
    top: -240px;
  }
  .home #top-panel #home-featured .hexagon:before, .home #top-panel #home-featured .hexagon:after {
    border-top: 400px solid transparent;
    border-bottom: 400px solid transparent;
  }
  .home #top-panel #home-featured .hexagon:before {
    right: 100%;
    border-right: 230.93333px solid #442a78;
  }
  .home #top-panel #home-featured .hexagon:after {
    left: 100%;
    border-left: 230.93333px solid #442a78;
  }
}

@media screen and (min-width: 891px) and (max-width: 1100px) {
  .home #top-panel #home-featured .hexagon {
    right: -430px;
  }
}

@media screen and (max-width: 890px) {
  .home #top-panel #home-featured {
    margin-top: 40px;
  }
  .home #top-panel #home-featured .bx-outer {
    float: none;
    margin: 120px auto 0;
  }
  .home #top-panel #home-featured .hexagon {
    background-color: #442a78;
    width: 700px;
    height: 404.15667px;
    position: absolute;
    right: 0;
    left: 0;
    top: 150px;
    margin: 0 auto;
  }
  .home #top-panel #home-featured .hexagon:before, .home #top-panel #home-featured .hexagon:after {
    border-left: 350px solid transparent;
    border-right: 350px solid transparent;
  }
  .home #top-panel #home-featured .hexagon:before {
    bottom: 100%;
    border-bottom: 202.06667px solid #442a78;
  }
  .home #top-panel #home-featured .hexagon:after {
    top: 100%;
    border-top: 202.06667px solid #442a78;
  }
}

@media screen and (max-width: 730px) {
  .home #top-panel #home-featured {
    background-color: #442a78;
  }
  .home #top-panel #home-featured .bx-outer {
    margin: 40px auto 0;
    padding-top: 30px;
  }
  .home #top-panel #home-featured .hexagon {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .home #top-panel #home-featured .bx-outer .bx-wrapper p {
    font-size: 17px;
  }
}

@media screen and (max-width: 1080px) {
  .home #top-panel .indent-left {
    padding-left: 0;
  }
  .home #top-panel h3 + h2 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 940px) {
  .home #top-panel h3 + h2 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 890px) {
  .home #top-panel {
    padding: 28px 0 0 0;
  }
  .home #top-panel > .wrap {
    width: 100%;
  }
  .home #top-panel .indent-left {
    padding-left: 77px;
    padding-top: 67px;
  }
  .home #top-panel .grid-3 {
    width: 100%;
  }
  .home #top-panel .hexagon.flat.red {
    float: left;
  }
}

@media screen and (max-width: 890px) {
  .home #top-panel .indent-left {
    padding: 67px 5% 0;
  }
  .home #top-panel h3 + h2, .home #top-panel .text-wrap p:not(.btn-sc) {
    padding-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .home #mid-panel #prog-vid-wrap .vid-wrap {
    padding-left: 24px;
  }
}

@media screen and (max-width: 800px) {
  .home #mid-panel #prog-vid-wrap .mask {
    margin-left: 24px;
  }
}

@media screen and (max-width: 730px) {
  .home #mid-panel #prog-vid-wrap {
    display: none;
  }
  .home #mid-panel #prog-vid-wrap video {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .home #mid-panel #prog-wrap {
    bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .home #mid-panel #prog-wrap {
    bottom: calc(-1 * (700px - 52.81875vw));
  }
}

@media screen and (max-width: 800px) {
  .home #mid-panel #prog-wrap {
    bottom: calc(-1 * (520px - 35.2125vw));
  }
}

@media screen and (max-width: 730px) {
  .home #mid-panel #prog-wrap {
    background: url("../images/home-programs.jpg") no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    bottom: auto;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 380px) {
  .home #mid-panel #prog-wrap {
    margin-top: -30px;
  }
}

@media screen and (max-width: 1023px) {
  .home #mid-panel #pattern {
    margin-top: -40px;
  }
}

@media screen and (max-width: 730px) {
  .home #mid-panel #pattern {
    margin-top: 0;
    height: 150px;
  }
}

@media screen and (max-width: 800px) {
  .home #mid-panel #programs {
    padding: 4% 8% 4% 5%;
  }
}

@media screen and (max-width: 730px) {
  .home #mid-panel #programs {
    width: 100%;
    background: none;
  }
  .home #mid-panel #programs .btn {
    margin-top: 0;
    position: absolute;
    bottom: -20px;
    right: 20px;
  }
}

@media screen and (max-width: 730px) {
  .home #mid-panel #feat-prog-links {
    padding: 0 4%;
  }
  .home #mid-panel #feat-prog-links h3 {
    border-color: #f54359;
  }
  .home #mid-panel #feat-prog-links p a.active:after {
    left: 0;
    background-color: #f54359;
  }
}

@media screen and (max-width: 1023px) {
  .home #mid-panel {
    padding-bottom: calc(650px - 52.81875vw);
  }
}

@media screen and (max-width: 730px) {
  .home #mid-panel {
    padding-bottom: 0;
  }
  .home #mid-panel > .wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .home #low-panel #panels-wrap .panel-table td .text-wrap p {
    padding: 0 20px;
  }
}

@media screen and (max-width: 960px) {
  .home #low-panel #panels-wrap .panel-table#panel-table td:nth-child(3) {
    display: none;
  }
  .home #low-panel #panels-wrap .panel-table#panel-table td:nth-child(3) + td {
    display: none;
  }
  .home #low-panel #panels-wrap .panel-table#panel-table-mobile {
    margin-top: 0;
    display: table !important;
  }
  .home #low-panel #panels-wrap .panel-table td {
    height: 400px;
  }
  .home #low-panel #panels-wrap .panel-table td img {
    height: 50vw;
    max-height: 400px;
  }
}

@media screen and (max-width: 504px) {
  .home #low-panel #panels-wrap .panel-table {
    display: block;
    margin-top: 30px;
  }
  .home #low-panel #panels-wrap .panel-table * {
    display: block;
  }
  .home #low-panel #panels-wrap .panel-table#panel-table td:nth-child(3) {
    display: none;
  }
  .home #low-panel #panels-wrap .panel-table#panel-table td:nth-child(3) + td {
    display: none;
  }
  .home #low-panel #panels-wrap .panel-table td {
    height: 400 !important;
    width: 90% !important;
    margin: 0px auto;
    margin-bottom: 30px;
  }
  .home #low-panel #panels-wrap .panel-table td img {
    height: 400px;
  }
}

@media screen and (max-width: 504px) {
  .home #low-panel {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 730px) {
  .home #mid-riff .hexagon {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .home #event-panel > .wrap {
    padding-left: 0;
  }
}

@media screen and (max-width: 940px) {
  .home #event-panel > .wrap {
    padding-left: 2%;
  }
}

@media screen and (max-width: 730px) {
  .home #event-panel > .wrap {
    padding-left: 0;
    width: 90%;
  }
  .home #event-panel > .wrap .naked {
    color: #000;
  }
}

@media screen and (max-width: 940px) {
  .home #event-panel .group > div {
    max-width: 50%;
  }
}

@media screen and (max-width: 730px) {
  .home #event-panel .group > div {
    max-width: 100%;
  }
}

@media screen and (max-width: 940px) {
  .home #event-panel .group .text-wrap p {
    max-width: 40vw;
  }
}

@media screen and (max-width: 730px) {
  .home #event-panel .group .text-wrap {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .home #event-panel .group .text-wrap p {
    max-width: 100%;
  }
  .home #event-panel .group .text-wrap h3, .home #event-panel .group .text-wrap p {
    color: #000;
  }
  .home #event-panel .group .text-wrap h2, .home #event-panel .group .text-wrap h3 span {
    color: #1d9bd5;
  }
}

@media screen and (max-width: 730px) {
  .home #event-panel {
    background: transparent;
    padding: 2% 0 14vw 0;
  }
  .home #event-panel h3 {
    color: #1d9bd5;
  }
}

@media screen and (max-width: 940px) {
  .home #membership-panel #cta {
    padding: 25px 29px 30px 29px;
  }
}

@media screen and (max-width: 730px) {
  .home #membership-panel #cta {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 360px) {
  .home #membership-panel #cta {
    bottom: -80px;
  }
}

@media screen and (max-width: 1090px) {
  .home #membership-panel #mid-form {
    max-width: 300px;
    top: -280px;
    right: 0;
  }
}

@media screen and (max-width: 940px) {
  .home #membership-panel #mid-form {
    max-width: 400px;
    padding: 25px 25px 30px 20px;
    position: static;
    float: right;
    margin-top: -50px;
  }
  .home #membership-panel #mid-form p:first-of-type {
    margin: 20px 0 20px;
  }
}

@media screen and (max-width: 730px) {
  .home #membership-panel #mid-form {
    float: none;
    top: auto;
    right: auto;
    max-width: 90%;
    margin: 0 auto 12vw;
  }
  .home #membership-panel #mid-form label {
    width: 100%;
  }
}

@media screen and (max-width: 730px) {
  .home #membership-panel {
    background: transparent;
  }
  .home #membership-panel .wrap {
    width: 100%;
  }
  .home #membership-panel #membership {
    background: url("../images/purple-pattern-repeat-x-y.jpg");
  }
}

@media screen and (max-width: 730px) {
  .home #bottom-slider .hexagroup.blur {
    right: 0;
  }
}

@media screen and (max-width: 639px) {
  .home #bottom-slider .hexagroup.solid + .solid {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .home #bottom-slider .hexagroup.solid + .solid + .solid {
    bottom: 40.5%;
  }
}

@media screen and (max-width: 639px) {
  .home #bottom-slider .hexagroup.solid + .solid + .solid {
    display: none;
  }
}

@media screen and (max-width: 660px) {
  .home #bottom-slider .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .home #bottom-slider .bx-wrapper .bx-pager {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .home #bottom-slider .bx-wrapper {
    max-width: 112% !important;
    width: 112%;
    left: -6%;
  }
}

@media screen and (max-width: 1023px) {
  .home #bottom-slider #review-slider .sm {
    -webkit-transform: translate3d(130%, -130%, 0);
    -ms-transform: translate3d(130%, -130%, 0);
    transform: translate3d(130%, -130%, 0);
  }
}

@media screen and (max-width: 1023px) {
  .home #bottom-slider #review-slider .md {
    -webkit-transform: translate3d(-20%, -133%, 0);
    -ms-transform: translate3d(-20%, -133%, 0);
    transform: translate3d(-20%, -133%, 0);
  }
}

@media screen and (max-width: 1023px) {
  .home #bottom-slider #review-slider .text-wrap {
    width: 55%;
    padding: 5% 5% 5% 0;
  }
  .home #bottom-slider #review-slider .text-wrap p {
    font: 17px/1.6 "quatro-slab", san-serif;
  }
  .home #bottom-slider #review-slider .text-wrap i.fab {
    right: 5%;
  }
}

@media screen and (max-width: 660px) {
  .home #bottom-slider #review-slider .text-wrap {
    width: 100%;
    padding: 5% 20px;
  }
}

@media screen and (max-width: 360px) {
  .home #bottom-slider #review-slider .text-wrap {
    padding: 5% 40px;
  }
}

@media screen and (max-width: 730px) {
  .home #bottom-slider #review-slider .sm, .home #bottom-slider #review-slider .md {
    display: none;
  }
}

@media screen and (max-width: 660px) {
  .home #bottom-slider #review-slider .lg {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0;
  }
}

@media screen and (max-width: 375px) {
  .home #bottom-slider #review-slider .text-wrap p:before {
    margin-top: 35px;
  }
  .home #bottom-slider #review-slider .text-wrap p:after {
    margin-top: 24px;
  }
  .home #bottom-slider #review-slider .text-wrap h4 {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .home #tsp-panel .tsp_block {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .home #tsp-panel .tsp_block .bx-viewport {
    padding-top: 20px;
  }
  .home #tsp-panel .tsp_block .bx-wrapper {
    width: 100%;
  }
  .home #tsp-panel .tsp_block .image-wrap {
    width: 100%;
    position: static;
    height: 0;
    padding-top: 66.6666666666667%;
    margin: 30px 0 -30px;
  }
}

@media screen and (max-width: 560px) {
  .home #tsp-panel .tsp_block .bx-controls {
    right: 0;
    left: 0;
    top: 71vw;
  }
}

@media screen and (max-width: 560px) {
  .home #tsp-panel .tsp_block .label {
    padding: 10px;
    width: 100%;
    left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 440px) {
  .home #tsp-panel .tsp_block .label h3 {
    font-size: 7.2727272727273vw;
  }
  .home #tsp-panel .tsp_block .slide > div {
    padding: 20px;
  }
}

@media screen and (max-width: 380px) {
  .home #tsp-panel .tsp_block .label h6 {
    font-size: 4.2105263157895vw;
  }
}

@media screen and (max-width: 660px) {
  .home #instagram-panel {
    padding: 15% 0 4%;
  }
}

@media screen and (max-width: 360px) {
  .home #instagram-panel > .wrap {
    width: 92%;
  }
}

@media screen and (max-width: 479px) {
  .home #instafeed > div + div {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1140px) {
  .home #bottom-slider {
    padding-top: 40%;
  }
}

@media screen and (max-width: 1023px) {
  .home #bottom-slider {
    padding-top: 45%;
  }
}

@media screen and (max-width: 920px) {
  .home #bottom-slider {
    padding-top: 50%;
  }
}

@media screen and (max-width: 800px) {
  .home #bottom-slider {
    padding-top: 54%;
  }
}

@media screen and (max-width: 730px) {
  .home #bottom-slider {
    padding-top: 120px;
  }
}

@media screen and (max-width: 660px) {
  .home #bottom-slider > .wrap {
    width: 100%;
  }
  .home #bottom-slider .bx-wrapper {
    margin: 0;
  }
  .home > .wrap {
    width: 90%;
  }
}

@media screen and (max-width: 360px) {
  .home > .wrap {
    width: 100%;
  }
}

#review-slider .text-wrap h3, .review .text-wrap h3 {
  color: #442a78;
  padding-right: 60px;
}

#review-slider .text-wrap p, .review .text-wrap p {
  font: 19px/2 "quatro-slab", san-serif;
  color: #333;
}

#review-slider .text-wrap p:before, #review-slider .text-wrap p:after {
  display: block;
  font: 54px/0 "quatro-slab", san-serif;
  color: #f89c26;
}

.review .text-wrap p:before, .review .text-wrap p:after {
  display: block;
  font: 54px/0 "quatro-slab", san-serif;
  color: #f89c26;
}

#review-slider .text-wrap p:before, .review .text-wrap p:before {
  content: '“';
  margin-top: 60px;
}

#review-slider .text-wrap p:after, .review .text-wrap p:after {
  content: '”';
  margin-top: 36px;
  text-align: right;
}

#review-slider .text-wrap h4, .review .text-wrap h4 {
  text-align: right;
  text-transform: uppercase;
}

#review-slider .text-wrap i.fab, .review .text-wrap i.fab {
  margin: 0;
  position: absolute;
  top: 11%;
  right: 10%;
  font-size: 1.62em;
  color: #f54359;
}

#review-slider .text-wrap i.fab.fa-tripadvisor, .review .text-wrap i.fab.fa-tripadvisor {
  color: #00af87;
}

#review-slider .text-wrap i.fab.fa-yelp, .review .text-wrap i.fab.fa-yelp {
  color: #af0606;
}

#review-slider .text-wrap i.fab.fa-google, .review .text-wrap i.fab.fa-google {
  color: #4285f4;
}

footer {
  /* selection */
  position: relative;
  font-size: 0;
  background: #252525 url("../images/footer-left.jpg") no-repeat;
  color: #fff;
}

footer ::-moz-selection, footer ::selection, footer ::-moz-selection {
  background: rgba(255, 196, 3, 0.3);
  color: #fff;
}

footer #logo-wrap {
  padding: 5% 0 3.5% 5%;
  font-size: 14px;
  float: left !important;
}

footer #logo-wrap strong {
  font-weight: 600;
}

footer #logo-wrap > img {
  height: 100px;
  float: left;
}

footer #logo-wrap h3 {
  color: #1d9bd5;
  font-size: 17px;
  margin-bottom: 14px;
  -webkit-font-smoothing: antialiased;
}

footer #logo-wrap .social {
  font-size: 24px;
  color: #f54359;
  margin-bottom: 18px;
}

footer #logo-wrap .social a {
  width: 24px;
  display: inline-block;
  text-align: center;
}

footer #logo-wrap .social a + a {
  margin-left: 20px;
}

footer #logo-wrap .social a:hover {
  color: #c9dd03;
}

footer #logo-wrap .info-wrap {
  padding-left: 220px;
}

footer #logo-wrap .info-wrap p {
  margin-top: 6px;
}

footer #logo-wrap nav {
  clear: both;
  font-weight: 600;
  margin: 30px 0 0 0;
}

footer #logo-wrap nav ul {
  float: left;
  line-height: 24px;
  list-style-type: none;
}

footer #logo-wrap nav ul + ul {
  margin-left: 20px;
}

footer #logo-wrap nav #menu-footer-right {
  position: relative;
}

footer #logo-wrap nav #menu-footer-right li:last-child {
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  white-space: nowrap;
  margin: 0 0 0 20px;
  font-size: 12px;
}

footer #logo-wrap nav #menu-footer-right li:last-child a {
  background-color: #f54359;
  padding: 5px 15px 5px 13px;
  color: #fff;
  text-transform: uppercase;
}

footer #logo-wrap nav #menu-footer-right li:last-child a:after {
  content: '+';
  display: inline-block;
  margin: 0 -2px 0 6px;
  font-size: 20px;
  font-weight: normal;
  line-height: 0;
  vertical-align: -2px;
  color: #c9dd03;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

footer #logo-wrap nav #menu-footer-right li:last-child a:hover {
  background-color: #c9dd03;
  color: #fff;
}

footer #logo-wrap nav #menu-footer-right li:last-child a:hover:after {
  color: #f54359;
}

footer #map-wrap {
  position: relative;
  float: right;
}

footer #map-wrap h2 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

footer #map-wrap > div {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 88%;
  -webkit-transform: translate3d(0, -88%, 0);
  -ms-transform: translate3d(0, -88%, 0);
  transform: translate3d(0, -88%, 0);
}

footer #map-wrap > div .btn {
  text-transform: none;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  padding: 8px 10px;
  margin: 12px 0 24px;
}

footer #map-wrap > div h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}

footer #map-wrap > div h4 .naked:after {
  background-color: #c9dd03;
}

footer #colophon {
  position: absolute;
  bottom: 0;
  margin: 0 0 3.5% 5%;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.6;
  max-width: 470px;
}

footer #colophon p + p {
  margin-top: 14px !important;
}

footer #colophon a {
  border-bottom: 1px solid #fff;
  -webkit-transform: 350ms ease border-color;
  -ms-transform: 350ms ease border-color;
  transform: 350ms ease border-color;
}

footer #colophon a:hover {
  border-color: transparent;
}

footer #colophon br {
  display: none;
}

@media screen and (max-width: 870px) {
  footer #logo-wrap nav #menu-footer-right li:last-child {
    margin-left: -24px;
  }
}

@media screen and (min-width: 1401px) {
  footer #map-wrap {
    right: calc((100vw - 1360px) / -2);
  }
}

@media screen and (max-width: 1400px) {
  footer #map-wrap {
    right: -1.5%;
  }
}

@media screen and (max-width: 360px) {
  footer #map-wrap > div .btn {
    font-size: 16px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 1120px) {
  footer #logo-wrap {
    padding-bottom: 0;
  }
  footer #colophon {
    position: static;
    margin: 0;
    padding: 20px 0;
    max-width: none;
    text-align: center;
  }
  footer #colophon p + p {
    margin: 0;
  }
}

@media screen and (max-width: 1023px) {
  footer #logo-wrap {
    padding: 3% 0 0 3%;
  }
  footer #logo-wrap > img {
    height: auto;
    width: 40%;
  }
  footer #logo-wrap .info-wrap {
    padding-left: 45%;
  }
  footer #logo-wrap .social a + a {
    margin-left: 10px;
  }
  footer #map-wrap h2 {
    font-size: 3vw;
  }
  footer #map-wrap > div .btn {
    margin: 12px 0 12px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 55px;
    background-position: left bottom;
  }
  footer > .wrap {
    width: 100%;
  }
  footer .grid-3 {
    width: 100% !important;
  }
  footer #map-wrap {
    right: auto;
  }
  footer #map-wrap img {
    width: 100%;
  }
  footer #logo-wrap {
    padding: 3%;
  }
  footer #logo-wrap nav {
    float: right;
    position: relative;
    left: -36vw;
  }
  footer #logo-wrap nav #menu-footer-right li:last-child {
    margin-left: 0;
  }
  footer #colophon br {
    display: inline;
  }
  footer #colophon br + span {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  footer #map-wrap h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 470px) {
  footer #logo-wrap > img {
    float: none;
    margin: 0 auto;
    width: 200px;
    display: block;
  }
  footer #logo-wrap .info-wrap {
    padding: 20px 0 0 0;
    text-align: center;
  }
  footer #logo-wrap nav {
    float: none;
    left: auto;
  }
  footer #logo-wrap nav ul {
    float: none;
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  footer #logo-wrap nav ul li {
    display: inline-block;
    margin: 0 10px;
  }
  footer #logo-wrap nav #menu-footer-right {
    margin: 20px auto 60px !important;
  }
  footer #logo-wrap nav #menu-footer-right li:last-child {
    left: 0;
    right: 0;
    bottom: -50px;
    top: auto;
  }
  footer #colophon {
    padding: 0 5% 5%;
  }
  footer #colophon br {
    display: none;
  }
}

/* 				 ___  __
	| |\ | |\ | |__  |__)
	| | \| | \| |___ |
	I N N E R    I N N E R
*/
.inner #top-tier {
  position: relative;
  z-index: 2;
}

.inner #top-tier #logo {
  display: none;
}

.inner #sticky-nav {
  visibility: visible;
  position: relative;
  top: 0;
  height: 61px;
  z-index: 10;
}

.inner #sticky-nav .logo img {
  margin-top: -30px;
  margin-bottom: -31px;
}

.inner #sticky-nav:not(.stuck) .popup-alert-faux {
  display: none !important;
}

.inner #sticky-nav.stuck {
  top: 0;
  z-index: 20;
  position: fixed;
  height: auto;
}

.inner #sticky-nav.stuck .logo {
  margin-bottom: -19px;
}

.inner #sticky-nav.stuck .logo img {
  margin-top: -16px;
}

.inner #sticky-nav.slip:not(.stuck) {
  top: -84px;
}

.inner #sticky-nav.active {
  z-index: 20;
}

.inner #breadcrumbs {
  background-color: #1d5599;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}

.inner #breadcrumbs a {
  display: inline-block;
  padding: 13px 20px;
  position: relative;
}

.inner #breadcrumbs a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 8px;
  height: 1px;
  width: 0;
  background-color: #fff;
  -webkit-transition: 350ms ease width;
  -o-transition: 350ms ease width;
  transition: 350ms ease width;
}

.inner #breadcrumbs a:hover:after {
  width: calc(100% - 40px);
}

.inner #breadcrumbs i {
  position: relative;
  z-index: 2;
  color: #c9dd03;
  margin: 0 -10px 0 -8px;
  font-size: 9px;
}

.inner #breadcrumbs .breadcrumb_last {
  display: inline-block;
  padding: 13px 20px 13px 26px;
  background-color: #262560;
  position: relative;
}

.inner #main .block {
  margin: 0;
  padding: 40px 0;
}

.inner #main .block.padding-top {
  padding-bottom: 16px;
}

.inner #main .block.padding-top + .padding-none {
  padding-top: 0;
}

.inner #main .block.padding-bottom {
  padding-top: 16px;
}

.inner #main .block.padding-none {
  padding: 6px 0 !important;
}

.inner #main .block.white-bkg {
  background-color: #fff;
  padding: 44px 0;
  position: relative;
}

.inner #main .block.white-bkg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background-color: #fff;
}

.inner #main .block.white-bkg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background-color: #fff;
  right: auto;
  left: 100%;
  height: 100%;
  width: 160px;
}

.inner #main .block.white-bkg:last-child {
  margin-bottom: 60px;
}

.inner #main .block.tsp_block {
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  max-width: 990px;
  font-size: 0;
  position: relative;
}

.inner #main .block.tsp_block.white-bkg:after {
  width: 100px;
}

.inner #main .block.tsp_block .tsp_block-inner-wrap {
  position: relative;
  overflow: hidden;
}

.inner #main .block.tsp_block .image-wrap {
  height: calc(100% - 30px);
  width: 45%;
  background-color: #ebebeb;
  float: right;
  position: absolute;
  right: 0;
  top: 30px;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner #main .block.tsp_block * + * {
  margin-top: 0;
}

.inner #main .block.tsp_block .label {
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: -10px;
  border-bottom: 4px solid #17aee8;
  -webkit-box-shadow: 0px 0px 59.8px 5.2px rgba(57, 64, 142, 0.18);
  box-shadow: 0px 0px 59.8px 5.2px rgba(57, 64, 142, 0.18);
}

.inner #main .block.tsp_block .label h6 {
  font-size: 16px;
  color: #442a78;
}

.inner #main .block.tsp_block .label h3 {
  font-weight: normal;
  font-size: 32px;
}

.inner #main .block.tsp_block .bx-viewport {
  background: url("../images/bkg/biology-bkg.jpg") no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.inner #main .block.tsp_block .bx-wrapper {
  position: static;
  display: inline-block;
  width: 56%;
  margin: 30px 0 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}

.inner #main .block.tsp_block .bx-wrapper .bx-pager {
  position: static;
  bottom: auto;
  width: auto;
  padding: 0;
}

.inner #main .block.tsp_block .bx-wrapper .bx-pager a {
  background-color: #c9dd03;
  margin-bottom: 2px;
}

.inner #main .block.tsp_block .bx-wrapper .bx-pager a.active {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: #f54359;
  margin-bottom: 0;
}

.inner #main .block.tsp_block .bx-wrapper .bx-pager a:hover, .inner #main .block.tsp_block .bx-wrapper .bx-pager a:focus {
  background-color: #f54359;
}

.inner #main .block.tsp_block .bx-controls {
  position: absolute;
  right: -5px;
  top: 0;
}

.inner #main .block.tsp_block .slide > div {
  padding: 20px 40px;
}

.inner #main .block.tsp_block .text-wrap h3, .inner #main .block.tsp_block .text-wrap p, .inner #main .block.tsp_block .text-wrap li {
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
}

.inner #main .block.tsp_block .text-wrap h3 {
  font-size: 17px;
}

.inner #main .block.tsp_block .text-wrap p {
  font-weight: 600;
}

.inner #main .block.tsp_block .text-wrap .inner p {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 16px;
}

.inner #main .block.tsp_block .text-wrap .inner ul li {
  text-transform: none;
  font-weight: 600;
  letter-spacing: normal;
}

.inner #main .block.tsp_block .text-wrap .inner ul li:before {
  color: #fff;
  font-size: 18px;
}

.inner #main .block.tsp_block > a.btn {
  position: absolute;
  bottom: 70px;
  left: 40px;
}

.inner #main .block.tsp_block.sessions-1 .bx-controls {
  display: none;
}

.inner.single-exhibits #top-panel, .inner.single-programs #top-panel, .inner.single-positions #top-panel, .inner.page-template-page-homeschool-grid #top-panel, .inner.page-template-default #top-panel, .inner.search #top-panel, .inner.error404 #top-panel {
  background-color: #1d9bd5;
}

.inner.single-exhibits #top-panel .hexagroup, .inner.single-programs #top-panel .hexagroup, .inner.single-positions #top-panel .hexagroup, .inner.page-template-page-homeschool-grid #top-panel .hexagroup, .inner.page-template-default #top-panel .hexagroup, .inner.search #top-panel .hexagroup, .inner.error404 #top-panel .hexagroup {
  top: 90px;
  left: 80px;
  opacity: 0.3;
}

.inner.single-exhibits #top-panel .hexagroup + .hexagroup, .inner.single-programs #top-panel .hexagroup + .hexagroup, .inner.single-positions #top-panel .hexagroup + .hexagroup, .inner.page-template-page-homeschool-grid #top-panel .hexagroup + .hexagroup, .inner.page-template-default #top-panel .hexagroup + .hexagroup, .inner.search #top-panel .hexagroup + .hexagroup, .inner.error404 #top-panel .hexagroup + .hexagroup {
  left: 400px;
}

.inner.single-exhibits #top-panel .hexagroup + .hexagroup + .hexagroup, .inner.single-programs #top-panel .hexagroup + .hexagroup + .hexagroup, .inner.single-positions #top-panel .hexagroup + .hexagroup + .hexagroup, .inner.page-template-page-homeschool-grid #top-panel .hexagroup + .hexagroup + .hexagroup, .inner.page-template-default #top-panel .hexagroup + .hexagroup + .hexagroup, .inner.search #top-panel .hexagroup + .hexagroup + .hexagroup, .inner.error404 #top-panel .hexagroup + .hexagroup + .hexagroup {
  left: auto;
  top: 0;
  right: 150px;
}

.inner.single-exhibits #top-panel.banner, .inner.single-programs #top-panel.banner, .inner.single-positions #top-panel.banner, .inner.page-template-page-homeschool-grid #top-panel.banner, .inner.page-template-default #top-panel.banner, .inner.search #top-panel.banner, .inner.error404 #top-panel.banner {
  height: 410px;
  max-height: 30vw;
  min-height: 390px;
}

.inner.single-exhibits #top-panel.banner .hexagroup, .inner.single-programs #top-panel.banner .hexagroup, .inner.single-positions #top-panel.banner .hexagroup, .inner.page-template-page-homeschool-grid #top-panel.banner .hexagroup, .inner.page-template-default #top-panel.banner .hexagroup, .inner.search #top-panel.banner .hexagroup, .inner.error404 #top-panel.banner .hexagroup {
  top: 90px;
  left: -40px;
}

.inner.single-exhibits #top-panel.banner .hexagroup + .hexagroup, .inner.single-programs #top-panel.banner .hexagroup + .hexagroup, .inner.single-positions #top-panel.banner .hexagroup + .hexagroup, .inner.page-template-page-homeschool-grid #top-panel.banner .hexagroup + .hexagroup, .inner.page-template-default #top-panel.banner .hexagroup + .hexagroup, .inner.search #top-panel.banner .hexagroup + .hexagroup, .inner.error404 #top-panel.banner .hexagroup + .hexagroup {
  left: auto;
  top: -40px;
  right: -40px;
}

.inner.single-exhibits #top-panel.banner .hexagroup + .hexagroup + .hexagroup, .inner.single-programs #top-panel.banner .hexagroup + .hexagroup + .hexagroup, .inner.single-positions #top-panel.banner .hexagroup + .hexagroup + .hexagroup, .inner.page-template-page-homeschool-grid #top-panel.banner .hexagroup + .hexagroup + .hexagroup, .inner.page-template-default #top-panel.banner .hexagroup + .hexagroup + .hexagroup, .inner.search #top-panel.banner .hexagroup + .hexagroup + .hexagroup, .inner.error404 #top-panel.banner .hexagroup + .hexagroup + .hexagroup {
  top: 135px;
  right: -235px;
}

.inner.single-exhibits #top-panel .text-wrap, .inner.single-programs #top-panel .text-wrap, .inner.single-positions #top-panel .text-wrap, .inner.page-template-page-homeschool-grid #top-panel .text-wrap, .inner.page-template-default #top-panel .text-wrap, .inner.search #top-panel .text-wrap, .inner.error404 #top-panel .text-wrap {
  padding: 60px 60px 60px 250px;
  position: relative;
}

.inner.single-exhibits #top-panel h3, .inner.single-programs #top-panel h3, .inner.single-positions #top-panel h3, .inner.page-template-page-homeschool-grid #top-panel h3, .inner.page-template-default #top-panel h3, .inner.search #top-panel h3, .inner.error404 #top-panel h3 {
  color: #fff;
}

.inner.single-exhibits #top-panel h1, .inner.single-programs #top-panel h1, .inner.single-positions #top-panel h1, .inner.page-template-page-homeschool-grid #top-panel h1, .inner.page-template-default #top-panel h1, .inner.search #top-panel h1, .inner.error404 #top-panel h1 {
  color: #fff;
  font-size: 40px;
}

.inner.single-exhibits #top-panel p, .inner.single-programs #top-panel p, .inner.single-positions #top-panel p, .inner.page-template-page-homeschool-grid #top-panel p, .inner.page-template-default #top-panel p, .inner.search #top-panel p, .inner.error404 #top-panel p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  width: 60%;
}

.inner.single-exhibits #top-panel p a, .inner.single-programs #top-panel p a, .inner.single-positions #top-panel p a, .inner.page-template-page-homeschool-grid #top-panel p a, .inner.page-template-default #top-panel p a, .inner.search #top-panel p a, .inner.error404 #top-panel p a {
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-transition: 350ms ease border-color;
  -o-transition: 350ms ease border-color;
  transition: 350ms ease border-color;
}

.inner.single-exhibits #top-panel p a:hover, .inner.single-programs #top-panel p a:hover, .inner.single-positions #top-panel p a:hover, .inner.page-template-page-homeschool-grid #top-panel p a:hover, .inner.page-template-default #top-panel p a:hover, .inner.search #top-panel p a:hover, .inner.error404 #top-panel p a:hover {
  border-color: transparent;
}

.inner.single-exhibits #top-panel p.btn-sc a, .inner.single-programs #top-panel p.btn-sc a, .inner.single-positions #top-panel p.btn-sc a, .inner.page-template-page-homeschool-grid #top-panel p.btn-sc a, .inner.page-template-default #top-panel p.btn-sc a, .inner.search #top-panel p.btn-sc a, .inner.error404 #top-panel p.btn-sc a {
  border-bottom: none;
  -webkit-transition: 350ms ease background-color;
  -o-transition: 350ms ease background-color;
  transition: 350ms ease background-color;
}

.inner.single-exhibits #top-panel.std_no_img p, .inner.single-programs #top-panel.std_no_img p, .inner.single-positions #top-panel.std_no_img p, .inner.page-template-page-homeschool-grid #top-panel.std_no_img p, .inner.page-template-default #top-panel.std_no_img p, .inner.search #top-panel.std_no_img p, .inner.error404 #top-panel.std_no_img p {
  width: 100%;
}

.inner.single-exhibits #banner_wrap, .inner.single-programs #banner_wrap, .inner.single-positions #banner_wrap, .inner.page-template-page-homeschool-grid #banner_wrap, .inner.page-template-default #banner_wrap, .inner.search #banner_wrap, .inner.error404 #banner_wrap {
  position: relative;
  max-width: 1200px;
  margin-top: -410px;
  top: 40px;
  text-align: center;
}

.inner.single-exhibits #banner_wrap .text-wrap, .inner.single-programs #banner_wrap .text-wrap, .inner.single-positions #banner_wrap .text-wrap, .inner.page-template-page-homeschool-grid #banner_wrap .text-wrap, .inner.page-template-default #banner_wrap .text-wrap, .inner.search #banner_wrap .text-wrap, .inner.error404 #banner_wrap .text-wrap {
  text-align: left;
  position: absolute;
  z-index: 1;
  left: 16%;
  width: 80%;
  top: 40%;
  -webkit-transform: translate3d(0, -40%, 0);
  -ms-transform: translate3d(0, -40%, 0);
  transform: translate3d(0, -40%, 0);
}

.inner.single-exhibits #banner_wrap .text-wrap *, .inner.single-programs #banner_wrap .text-wrap *, .inner.single-positions #banner_wrap .text-wrap *, .inner.page-template-page-homeschool-grid #banner_wrap .text-wrap *, .inner.page-template-default #banner_wrap .text-wrap *, .inner.search #banner_wrap .text-wrap *, .inner.error404 #banner_wrap .text-wrap * {
  color: #fff;
}

.inner.single-exhibits #banner_wrap .text-wrap h1, .inner.single-programs #banner_wrap .text-wrap h1, .inner.single-positions #banner_wrap .text-wrap h1, .inner.page-template-page-homeschool-grid #banner_wrap .text-wrap h1, .inner.page-template-default #banner_wrap .text-wrap h1, .inner.search #banner_wrap .text-wrap h1, .inner.error404 #banner_wrap .text-wrap h1 {
  font-size: 40px;
}

.inner.single-exhibits #banner_wrap:after, .inner.single-programs #banner_wrap:after, .inner.single-positions #banner_wrap:after, .inner.page-template-page-homeschool-grid #banner_wrap:after, .inner.page-template-default #banner_wrap:after, .inner.search #banner_wrap:after, .inner.error404 #banner_wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 25%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 25%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 25%, transparent 100%);
}

.inner.single-exhibits #banner_wrap.banner-nooverlay:after, .inner.single-programs #banner_wrap.banner-nooverlay:after, .inner.single-positions #banner_wrap.banner-nooverlay:after, .inner.page-template-page-homeschool-grid #banner_wrap.banner-nooverlay:after, .inner.page-template-default #banner_wrap.banner-nooverlay:after, .inner.search #banner_wrap.banner-nooverlay:after, .inner.error404 #banner_wrap.banner-nooverlay:after {
  background: none;
}

@media screen and (max-width: 767px) {
  .inner #sticky-nav {
    height: 0 !important;
  }
  .inner #sticky-nav .logo img {
    margin-top: -69px;
  }
  .inner #sticky-nav nav {
    display: none;
  }
}

@media screen and (min-width: 1401px) {
  .inner #breadcrumbs .breadcrumb_last {
    padding-right: 0;
  }
  .inner #breadcrumbs .breadcrumb_last:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 500%;
    background-color: #262560;
  }
}

@media screen and (max-width: 1400px) {
  .inner #breadcrumbs > .wrap {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .inner #breadcrumbs {
    position: relative;
  }
  .inner #breadcrumbs.overflow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(20%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 20%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 20%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 20%);
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .inner #breadcrumbs.flip:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), color-stop(20%, transparent));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.6) 0%, transparent 20%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.6) 0%, transparent 20%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, transparent 20%);
  }
  .inner #breadcrumbs > .wrap {
    overflow: scroll;
    padding-left: 170px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .inner #breadcrumbs > .wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .inner #breadcrumbs .breadcrumb_last {
    padding: 16px 20px 13px 26px;
  }
}

@media screen and (max-width: 414px) {
  .inner #breadcrumbs > .wrap {
    padding-left: 0;
  }
}

@media screen and (max-width: 1300px) {
  .inner #main .block.tsp_block {
    max-width: none !important;
    width: 120%;
    left: -20%;
  }
  .inner #main .block.tsp_block.white-bkg:after {
    width: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .inner #main .block.tsp_block {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .inner #main .block.tsp_block .bx-viewport {
    padding-top: 20px;
  }
  .inner #main .block.tsp_block .bx-wrapper {
    width: 100%;
  }
  .inner #main .block.tsp_block .image-wrap {
    width: 100%;
    position: static;
    height: 0;
    padding-top: 66.6666666666667%;
    margin: 30px 0 -30px;
  }
  .inner #main .block.tsp_block.white-bkg:after {
    width: 32px !important;
  }
}

@media screen and (max-width: 560px) {
  .inner #main .block.tsp_block .label {
    padding: 10px;
    width: 100%;
    left: auto;
    text-align: center;
  }
  .inner #main .block.tsp_block .bx-controls {
    right: 0;
    left: 0;
    top: 72vw;
  }
  .inner #main .block.tsp_block.white-bkg {
    padding: 0;
    width: calc(103% + 20px);
    margin-left: calc((1.5% + 10px) * -1);
  }
  .inner #main .block.tsp_block.white-bkg:after, .inner #main .block.tsp_block.white-bkg:before {
    width: 0 !important;
  }
}

@media screen and (max-width: 440px) {
  .inner #main .block.tsp_block .label h3 {
    font-size: 7.2727272727273vw;
  }
  .inner #main .block.tsp_block .slide > div {
    padding: 20px;
  }
}

@media screen and (max-width: 380px) {
  .inner #main .block.tsp_block .label h6 {
    font-size: 4.2105263157895vw;
  }
  .inner #main .block.tsp_block .bx-controls {
    top: 74vw;
  }
}

.banner-nooverlay:after {
  background: none;
}

.inner.single-exhibits #banner_wrap img, .inner.single-programs #banner_wrap img, .inner.single-positions #banner_wrap img, .inner.page-template-page-homeschool-grid #banner_wrap img, .inner.page-template-default #banner_wrap img, .inner.search #banner_wrap img, .inner.error404 #banner_wrap img {
  width: 100%;
  max-width: none;
}

.inner.single-exhibits #banner_wrap, .inner.single-programs #banner_wrap {
  max-height: 570px;
  overflow: hidden;
}

.inner.single-exhibits #banner_wrap img.center, .inner.single-programs #banner_wrap img.center {
  margin-top: -9.2741935483871vw;
}

.inner.single-exhibits #banner_wrap img.top, .inner.single-programs #banner_wrap img.top {
  margin-top: 0;
}

.inner.single-exhibits #banner_wrap img.bottom, .inner.single-programs #banner_wrap img.bottom {
  margin-top: -18.5483870967742vw;
}

.inner.single-exhibits #main h2, .inner.single-programs #main h2 {
  font-size: 32px;
}

.inner.single-exhibits #main #sponsors, .inner.single-programs #main #sponsors, .inner.single-mdsci_event #main #sponsors {
  max-width: 90%;
}

.inner.single-exhibits #main #sponsors:after, .inner.single-programs #main #sponsors:after, .inner.single-mdsci_event #main #sponsors:after {
  width: 40px;
}

.inner.single-exhibits #main #sponsors h4, .inner.single-programs #main #sponsors h4, .inner.single-mdsci_event #main #sponsors h4 {
  font: 900 14px/1.8 "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #c8c8c8;
  letter-spacing: 1px;
}

.inner.single-exhibits #main #sponsors .logo-cell, .inner.single-programs #main #sponsors .logo-cell, .inner.single-mdsci_event #main #sponsors .logo-cell {
  display: inline-block;
  margin: 10px 20px;
}

.inner.single-exhibits #main #sponsors img, .inner.single-programs #main #sponsors img, .inner.single-mdsci_event #main #sponsors img {
  max-width: 150px;
}

.inner.page-template-default #main .text-wrap .image-blocks, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks, .inner.search #main .text-wrap .image-blocks, .inner.single-positions #main .text-wrap .image-blocks, .inner.single-mdsci_event #main .text-wrap .image-blocks, .inner.error404 #main .text-wrap .image-blocks {
  max-width: 1040px;
  margin: 0 0 0 50px;
  padding-bottom: 0;
}

.inner.page-template-default #main .text-wrap .image-blocks * + *, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks * + *, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks * + *, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks * + *, .inner.search #main .text-wrap .image-blocks * + *, .inner.single-positions #main .text-wrap .image-blocks * + *, .inner.single-mdsci_event #main .text-wrap .image-blocks * + *, .inner.error404 #main .text-wrap .image-blocks * + * {
  margin-top: 0;
}

.inner.page-template-default #main .text-wrap .image-blocks img, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks img, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks img, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks img, .inner.search #main .text-wrap .image-blocks img, .inner.single-positions #main .text-wrap .image-blocks img, .inner.single-mdsci_event #main .text-wrap .image-blocks img, .inner.error404 #main .text-wrap .image-blocks img {
  width: 100%;
}

.inner.page-template-default #main .text-wrap .image-blocks h6, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks h6, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks h6, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks h6, .inner.search #main .text-wrap .image-blocks h6, .inner.single-positions #main .text-wrap .image-blocks h6, .inner.single-mdsci_event #main .text-wrap .image-blocks h6, .inner.error404 #main .text-wrap .image-blocks h6 {
  position: absolute;
  left: -160px;
  z-index: 1;
  top: 6%;
  color: #f3ebf2;
  font: 700 220px/1 "quatro-slab", san-serif;
}

.inner.page-template-default #main .text-wrap .image-blocks:after, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks:after, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks:after, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks:after, .inner.search #main .text-wrap .image-blocks:after, .inner.single-positions #main .text-wrap .image-blocks:after, .inner.single-mdsci_event #main .text-wrap .image-blocks:after, .inner.error404 #main .text-wrap .image-blocks:after {
  left: calc(100% - 40px);
}

.inner.page-template-default #main .text-wrap .image-blocks > .group, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks > .group, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks > .group, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks > .group, .inner.search #main .text-wrap .image-blocks > .group, .inner.single-positions #main .text-wrap .image-blocks > .group, .inner.single-mdsci_event #main .text-wrap .image-blocks > .group, .inner.error404 #main .text-wrap .image-blocks > .group {
  position: relative;
  z-index: 1;
}

.inner.page-template-default #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2, .inner.search #main .text-wrap .image-blocks .grid-2, .inner.single-positions #main .text-wrap .image-blocks .grid-2, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2, .inner.error404 #main .text-wrap .image-blocks .grid-2 {
  width: 31.31313%;
  margin-bottom: 60px;
}

.inner.page-template-default #main .text-wrap .image-blocks .grid-2:nth-child(n), .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2:nth-child(n), .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2:nth-child(n), .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2:nth-child(n), .inner.search #main .text-wrap .image-blocks .grid-2:nth-child(n), .inner.single-positions #main .text-wrap .image-blocks .grid-2:nth-child(n), .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2:nth-child(n), .inner.error404 #main .text-wrap .image-blocks .grid-2:nth-child(n) {
  margin-right: 3.0303%;
}

.inner.page-template-default #main .text-wrap .image-blocks .grid-2:nth-child(3n), .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2:nth-child(3n), .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2:nth-child(3n), .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2:nth-child(3n), .inner.search #main .text-wrap .image-blocks .grid-2:nth-child(3n), .inner.single-positions #main .text-wrap .image-blocks .grid-2:nth-child(3n), .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2:nth-child(3n), .inner.error404 #main .text-wrap .image-blocks .grid-2:nth-child(3n) {
  margin-right: 0;
}

.inner.page-template-default #main .text-wrap .image-blocks .grid-2 h3, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2 h3, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2 h3, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 h3, .inner.search #main .text-wrap .image-blocks .grid-2 h3, .inner.single-positions #main .text-wrap .image-blocks .grid-2 h3, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2 h3, .inner.error404 #main .text-wrap .image-blocks .grid-2 h3 {
  padding: 14px 54px 16px 0;
}

.inner.page-template-default #main .text-wrap .image-blocks .grid-2 p, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2 p, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2 p, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 p, .inner.search #main .text-wrap .image-blocks .grid-2 p, .inner.single-positions #main .text-wrap .image-blocks .grid-2 p, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2 p, .inner.error404 #main .text-wrap .image-blocks .grid-2 p {
  font-weight: 600;
  white-space: pre-wrap;
}

.inner.page-template-default #main .text-wrap .image-blocks a:not(.img),
.inner.page-template-page-grid-listing #main .text-wrap .image-blocks a:not(.img),
.inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks a:not(.img),
.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks a:not(.img),
.inner.search #main .text-wrap .image-blocks a:not(.img),
.inner.single-positions #main .text-wrap .image-blocks a:not(.img),
.inner.single-mdsci_event #main .text-wrap .image-blocks a:not(.img),
.inner.error404 #main .text-wrap .image-blocks a:not(.img) {
  display: block;
  float: right;
  position: relative;
  margin-top: -10px;
  margin-left: 5px;
  padding: 2px 10px;
  background-color: #f54359;
  color: #c9dd03;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks a:not(.img) {
  font-size: 22px;
}

.inner.page-template-default #main .text-wrap .image-blocks .grid-2 a:not(.img):hover, .inner.page-template-default #main .text-wrap .image-blocks .grid-2 a:not(.img).hovered {
  background-color: #c9dd03;
  color: #f54359;
}

.inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2 a:not(.img):hover, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2 a:not(.img).hovered,
.inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2 a:not(.img):hover,
.inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2 a:not(.img).hovered {
  background-color: #c9dd03;
  color: #f54359;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 a:not(.img):hover, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 a:not(.img).hovered {
  background-color: #c9dd03;
  color: #f54359;
}

.inner.search #main .text-wrap .image-blocks .grid-2 a:not(.img):hover, .inner.search #main .text-wrap .image-blocks .grid-2 a:not(.img).hovered {
  background-color: #c9dd03;
  color: #f54359;
}

.inner.single-positions #main .text-wrap .image-blocks .grid-2 a:not(.img):hover, .inner.single-positions #main .text-wrap .image-blocks .grid-2 a:not(.img).hovered {
  background-color: #c9dd03;
  color: #f54359;
}

.inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2 a:not(.img):hover, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2 a:not(.img).hovered {
  background-color: #c9dd03;
  color: #f54359;
}

.inner.error404 #main .text-wrap .image-blocks .grid-2 a:not(.img):hover, .inner.error404 #main .text-wrap .image-blocks .grid-2 a:not(.img).hovered {
  background-color: #c9dd03;
  color: #f54359;
}

.inner.single-mdsci_event #main .text-wrap .image-blocks {
  margin-top: 30px;
}

.inner.page-template-default #main, .inner.search #main, .inner.single-positions #main, .inner.error404 #main {
  background-color: #ebebeb;
  position: relative;
}

.inner.page-template-default #main.white-page, .inner.search #main.white-page, .inner.single-positions #main.white-page, .inner.error404 #main.white-page, .inner.page-template-default .evenflow.std-white-page, .inner.search .evenflow.std-white-page, .inner.single-positions .evenflow.std-white-page, .inner.single-mdsci_event .evenflow.std-white-page, .inner.error404 .evenflow.std-white-page {
  background-color: #fff;
}

.inner.page-template-default #banner_wrap, .inner.search #banner_wrap, .inner.single-positions #banner_wrap, .inner.single-mdsci_event #banner_wrap, .inner.error404 #banner_wrap {
  padding-bottom: 40px;
}

.inner.page-template-default #hexy, .inner.search #hexy, .inner.single-positions #hexy, .inner.single-mdsci_event #hexy, .inner.error404 #hexy {
  margin-top: -12%;
  padding-bottom: 20px;
}

.inner.page-template-default #hexy .hexagon1, .inner.search #hexy .hexagon1, .inner.single-positions #hexy .hexagon1, .inner.single-mdsci_event #hexy .hexagon1, .inner.error404 #hexy .hexagon1 {
  width: 524px;
  height: 453px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.inner.page-template-default #hexy .hexagon-in1, .inner.search #hexy .hexagon-in1, .inner.single-positions #hexy .hexagon-in1, .inner.single-mdsci_event #hexy .hexagon-in1, .inner.error404 #hexy .hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.inner.page-template-default #hexy .hexagon-in2, .inner.search #hexy .hexagon-in2, .inner.single-positions #hexy .hexagon-in2, .inner.single-mdsci_event #hexy .hexagon-in2, .inner.error404 #hexy .hexagon-in2 {
  width: 100%;
  height: 100%;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.inner.page-template-default #post-98 #main > .wrap > .grid-4 > .grid-2, .inner.search #post-98 #main > .wrap > .grid-4 > .grid-2, .inner.single-positions #post-98 #main > .wrap > .grid-4 > .grid-2, .inner.single-mdsci_event #post-98 #main > .wrap > .grid-4 > .grid-2, .inner.error404 #post-98 #main > .wrap > .grid-4 > .grid-2 {
  margin-right: 0;
}

.inner.page-template-default #main svg, .inner.search #main svg, .inner.single-positions #main svg, .inner.single-mdsci_event #main svg, .inner.error404 #main svg {
  width: 110%;
}

.inner.page-template-default #main > .wrap.hexy .grid-4, .inner.search #main > .wrap.hexy .grid-4, .inner.single-positions #main > .wrap.hexy .grid-4, .inner.single-mdsci_event #main > .wrap.hexy .grid-4, .inner.error404 #main > .wrap.hexy .grid-4 {
  width: 100%;
}

.inner.page-template-default #main > .wrap > .grid-4 > .grid-2, .inner.search #main > .wrap > .grid-4 > .grid-2, .inner.single-positions #main > .wrap > .grid-4 > .grid-2, .inner.single-mdsci_event #main > .wrap > .grid-4 > .grid-2, .inner.error404 #main > .wrap > .grid-4 > .grid-2 {
  float: right;
  width: 475px;
  margin-right: calc((16vw + 40px) * -1);
  padding-left: 40px;
}

.inner.page-template-default #main > .wrap > .grid-4 > .grid-2 svg, .inner.search #main > .wrap > .grid-4 > .grid-2 svg, .inner.single-positions #main > .wrap > .grid-4 > .grid-2 svg, .inner.single-mdsci_event #main > .wrap > .grid-4 > .grid-2 svg, .inner.error404 #main > .wrap > .grid-4 > .grid-2 svg {
  right: 0;
}

.inner.page-template-default #main > .wrap > .grid-4 .block.white-bkg, .inner.search #main > .wrap > .grid-4 .block.white-bkg, .inner.single-positions #main > .wrap > .grid-4 .block.white-bkg, .inner.single-mdsci_event #main > .wrap > .grid-4 .block.white-bkg, .inner.error404 #main > .wrap > .grid-4 .block.white-bkg {
  max-width: 75%;
}

.inner.page-template-default #main .std_no_img .grid-6, .inner.page-template-default #main .grid-6.page_break {
  padding: 0 80px 0 250px;
}

.inner.search #main .std_no_img .grid-6, .inner.search #main .grid-6.page_break {
  padding: 0 80px 0 250px;
}

.inner.single-positions #main .std_no_img .grid-6, .inner.single-positions #main .grid-6.page_break {
  padding: 0 80px 0 250px;
}

.inner.single-mdsci_event #main .std_no_img .grid-6, .inner.single-mdsci_event #main .grid-6.page_break {
  padding: 0 80px 0 250px;
}

.inner.error404 #main .std_no_img .grid-6, .inner.error404 #main .grid-6.page_break {
  padding: 0 80px 0 250px;
}

.inner.page-template-default #main .text-wrap .flex_text img[class*="wp-image-"], .inner.search #main .text-wrap .flex_text img[class*="wp-image-"], .inner.single-positions #main .text-wrap .flex_text img[class*="wp-image-"], .inner.single-mdsci_event #main .text-wrap .flex_text img[class*="wp-image-"], .inner.error404 #main .text-wrap .flex_text img[class*="wp-image-"] {
  height: auto;
}

.inner.page-template-default #main .text-wrap .flex_text.columns-2, .inner.search #main .text-wrap .flex_text.columns-2, .inner.single-positions #main .text-wrap .flex_text.columns-2, .inner.single-mdsci_event #main .text-wrap .flex_text.columns-2, .inner.error404 #main .text-wrap .flex_text.columns-2 {
  width: 100%;
}

.inner.page-template-default #main .text-wrap .flex_text .grid-3, .inner.search #main .text-wrap .flex_text .grid-3, .inner.single-positions #main .text-wrap .flex_text .grid-3, .inner.single-mdsci_event #main .text-wrap .flex_text .grid-3, .inner.error404 #main .text-wrap .flex_text .grid-3 {
  width: 47.24242%;
  margin-top: 0;
}

.inner.page-template-default #main .text-wrap .flex_text .grid-3:nth-child(n), .inner.search #main .text-wrap .flex_text .grid-3:nth-child(n), .inner.single-positions #main .text-wrap .flex_text .grid-3:nth-child(n), .inner.single-mdsci_event #main .text-wrap .flex_text .grid-3:nth-child(n), .inner.error404 #main .text-wrap .flex_text .grid-3:nth-child(n) {
  margin-right: 5.51515%;
}

.inner.page-template-default #main .text-wrap .flex_text .grid-3:nth-child(2n), .inner.search #main .text-wrap .flex_text .grid-3:nth-child(2n), .inner.single-positions #main .text-wrap .flex_text .grid-3:nth-child(2n), .inner.single-mdsci_event #main .text-wrap .flex_text .grid-3:nth-child(2n), .inner.error404 #main .text-wrap .flex_text .grid-3:nth-child(2n) {
  margin-right: 0;
}

.inner.page-template-default #main .text-wrap .flex_text h2 + h3, .inner.search #main .text-wrap .flex_text h2 + h3, .inner.single-positions #main .text-wrap .flex_text h2 + h3, .inner.single-mdsci_event #main .text-wrap .flex_text h2 + h3, .inner.error404 #main .text-wrap .flex_text h2 + h3 {
  margin-top: 24px;
}

.inner.page-template-default #main .text-wrap h4, .inner.search #main .text-wrap h4, .inner.single-positions #main .text-wrap h4, .inner.single-mdsci_event #main .text-wrap h4, .inner.error404 #main .text-wrap h4 {
  font: 900 14px/1.8 "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #442a78;
  letter-spacing: 1px;
}

.inner.page-template-default #main .text-wrap h4 + p, .inner.search #main .text-wrap h4 + p, .inner.single-positions #main .text-wrap h4 + p, .inner.single-mdsci_event #main .text-wrap h4 + p, .inner.error404 #main .text-wrap h4 + p {
  margin-top: 0 !important;
}

.inner.page-template-default #main .text-wrap blockquote, .inner.search #main .text-wrap blockquote, .inner.single-positions #main .text-wrap blockquote, .inner.single-mdsci_event #main .text-wrap blockquote, .inner.error404 #main .text-wrap blockquote {
  margin-left: 0;
  margin-right: 0;
}

.inner.page-template-default #main .text-wrap blockquote p, .inner.search #main .text-wrap blockquote p, .inner.single-positions #main .text-wrap blockquote p, .inner.single-mdsci_event #main .text-wrap blockquote p, .inner.error404 #main .text-wrap blockquote p {
  font: 400 22px/1.8 'quatro-slab', serif !important;
  color: #1d9bd5;
}

.inner.page-template-default #main .text-wrap .fluid-width-video-wrapper, .inner.search #main .text-wrap .fluid-width-video-wrapper, .inner.single-positions #main .text-wrap .fluid-width-video-wrapper, .inner.single-mdsci_event #main .text-wrap .fluid-width-video-wrapper, .inner.error404 #main .text-wrap .fluid-width-video-wrapper {
  width: 120%;
  padding-top: 67.44% !important;
  margin: 48px 0 32px 0;
}

.inner.page-template-default #main .text-wrap .fluid-width-video-wrapper + .caption, .inner.search #main .text-wrap .fluid-width-video-wrapper + .caption, .inner.single-positions #main .text-wrap .fluid-width-video-wrapper + .caption, .inner.single-mdsci_event #main .text-wrap .fluid-width-video-wrapper + .caption, .inner.error404 #main .text-wrap .fluid-width-video-wrapper + .caption {
  margin: 4px -20% 0 0;
}

.inner.page-template-default #main .text-wrap .fluid-width-video-wrapper iframe, .inner.search #main .text-wrap .fluid-width-video-wrapper iframe, .inner.single-positions #main .text-wrap .fluid-width-video-wrapper iframe, .inner.single-mdsci_event #main .text-wrap .fluid-width-video-wrapper iframe, .inner.error404 #main .text-wrap .fluid-width-video-wrapper iframe {
  left: -10%;
}

.inner.page-template-default #main .text-wrap .caption, .inner.search #main .text-wrap .caption, .inner.single-positions #main .text-wrap .caption, .inner.single-mdsci_event #main .text-wrap .caption, .inner.error404 #main .text-wrap .caption {
  text-align: right;
}

.inner.page-template-default #main .text-wrap .wpcf7-form * + *, .inner.search #main .text-wrap .wpcf7-form * + *, .inner.single-positions #main .text-wrap .wpcf7-form * + *, .inner.single-mdsci_event #main .text-wrap .wpcf7-form * + *, .inner.error404 #main .text-wrap .wpcf7-form * + * {
  margin-top: 0;
}

.inner.page-template-default #main .text-wrap .wpcf7-form form, .inner.search #main .text-wrap .wpcf7-form form, .inner.single-positions #main .text-wrap .wpcf7-form form, .inner.single-mdsci_event #main .text-wrap .wpcf7-form form, .inner.error404 #main .text-wrap .wpcf7-form form {
  font-size: 0;
}

.inner.page-template-default #main .text-wrap .wpcf7-form > h3, .inner.page-template-default #main .text-wrap .wpcf7-form > p + p {
  margin-bottom: 16px;
}

.inner.search #main .text-wrap .wpcf7-form > h3, .inner.search #main .text-wrap .wpcf7-form > p + p {
  margin-bottom: 16px;
}

.inner.single-positions #main .text-wrap .wpcf7-form > h3, .inner.single-positions #main .text-wrap .wpcf7-form > p + p {
  margin-bottom: 16px;
}

.inner.single-mdsci_event #main .text-wrap .wpcf7-form > h3, .inner.single-mdsci_event #main .text-wrap .wpcf7-form > p + p {
  margin-bottom: 16px;
}

.inner.error404 #main .text-wrap .wpcf7-form > h3, .inner.error404 #main .text-wrap .wpcf7-form > p + p {
  margin-bottom: 16px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form > p.label, .inner.search #main .text-wrap .wpcf7-form > p.label, .inner.single-positions #main .text-wrap .wpcf7-form > p.label, .inner.single-mdsci_event #main .text-wrap .wpcf7-form > p.label, .inner.error404 #main .text-wrap .wpcf7-form > p.label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #1d9bd5;
  margin-bottom: 12px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form label, .inner.search #main .text-wrap .wpcf7-form label, .inner.single-positions #main .text-wrap .wpcf7-form label, .inner.single-mdsci_event #main .text-wrap .wpcf7-form label, .inner.error404 #main .text-wrap .wpcf7-form label {
  display: inline;
  position: static;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .nice-select, .inner.page-template-default #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']) {
  height: 50px;
  width: 100%;
  display: inline-block;
  padding: 14px 10px 0 10px;
  border: 2px solid #bab0cd;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1d9bd5;
  background: none;
}

.inner.search #main .text-wrap .wpcf7-form .nice-select, .inner.search #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']) {
  height: 50px;
  width: 100%;
  display: inline-block;
  padding: 14px 10px 0 10px;
  border: 2px solid #bab0cd;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1d9bd5;
  background: none;
}

.inner.single-positions #main .text-wrap .wpcf7-form .nice-select, .inner.single-positions #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']) {
  height: 50px;
  width: 100%;
  display: inline-block;
  padding: 14px 10px 0 10px;
  border: 2px solid #bab0cd;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1d9bd5;
  background: none;
}

.inner.single-mdsci_event #main .text-wrap .wpcf7-form .nice-select, .inner.single-mdsci_event #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']) {
  height: 50px;
  width: 100%;
  display: inline-block;
  padding: 14px 10px 0 10px;
  border: 2px solid #bab0cd;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1d9bd5;
  background: none;
}

.inner.error404 #main .text-wrap .wpcf7-form .nice-select, .inner.error404 #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']) {
  height: 50px;
  width: 100%;
  display: inline-block;
  padding: 14px 10px 0 10px;
  border: 2px solid #bab0cd;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1d9bd5;
  background: none;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .nice-select.wpcf7-not-valid, .inner.page-template-default #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']).wpcf7-not-valid {
  border-color: #faef5f;
}

.inner.search #main .text-wrap .wpcf7-form .nice-select.wpcf7-not-valid, .inner.search #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']).wpcf7-not-valid {
  border-color: #faef5f;
}

.inner.single-positions #main .text-wrap .wpcf7-form .nice-select.wpcf7-not-valid, .inner.single-positions #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']).wpcf7-not-valid {
  border-color: #faef5f;
}

.inner.single-mdsci_event #main .text-wrap .wpcf7-form .nice-select.wpcf7-not-valid, .inner.single-mdsci_event #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']).wpcf7-not-valid {
  border-color: #faef5f;
}

.inner.error404 #main .text-wrap .wpcf7-form .nice-select.wpcf7-not-valid, .inner.error404 #main .text-wrap .wpcf7-form input:not([type='submit']):not([type='checkbox']).wpcf7-not-valid {
  border-color: #faef5f;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .nice-select, .inner.search #main .text-wrap .wpcf7-form .nice-select, .inner.single-positions #main .text-wrap .wpcf7-form .nice-select, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .nice-select, .inner.error404 #main .text-wrap .wpcf7-form .nice-select {
  border-radius: 0;
  padding: 4px 10px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .nice-select .list, .inner.search #main .text-wrap .wpcf7-form .nice-select .list, .inner.single-positions #main .text-wrap .wpcf7-form .nice-select .list, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .nice-select .list, .inner.error404 #main .text-wrap .wpcf7-form .nice-select .list {
  border-radius: 0;
  max-height: 200px;
  overflow: scroll;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .nice-select .list li, .inner.search #main .text-wrap .wpcf7-form .nice-select .list li, .inner.single-positions #main .text-wrap .wpcf7-form .nice-select .list li, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .nice-select .list li, .inner.error404 #main .text-wrap .wpcf7-form .nice-select .list li {
  line-height: 30px;
  min-height: 30px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .nice-select .list li:first-child, .inner.search #main .text-wrap .wpcf7-form .nice-select .list li:first-child, .inner.single-positions #main .text-wrap .wpcf7-form .nice-select .list li:first-child, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .nice-select .list li:first-child, .inner.error404 #main .text-wrap .wpcf7-form .nice-select .list li:first-child {
  height: 0;
  min-height: 0;
  overflow: hidden;
  color: transparent;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .nice-select .list li:before, .inner.search #main .text-wrap .wpcf7-form .nice-select .list li:before, .inner.single-positions #main .text-wrap .wpcf7-form .nice-select .list li:before, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .nice-select .list li:before, .inner.error404 #main .text-wrap .wpcf7-form .nice-select .list li:before {
  content: '';
  display: none;
}

.inner.page-template-default #main .text-wrap .wpcf7-form input[type='submit'], .inner.search #main .text-wrap .wpcf7-form input[type='submit'], .inner.single-positions #main .text-wrap .wpcf7-form input[type='submit'], .inner.single-mdsci_event #main .text-wrap .wpcf7-form input[type='submit'], .inner.error404 #main .text-wrap .wpcf7-form input[type='submit'] {
  position: static;
  right: auto;
  bottom: auto;
  height: auto;
  width: auto;
  border: none;
  background: #f54359;
  padding: 16px 22px;
  color: #fff;
  text-transform: uppercase;
  font: 700 15px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
  margin-top: 24px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form input[type='submit']:hover, .inner.search #main .text-wrap .wpcf7-form input[type='submit']:hover, .inner.single-positions #main .text-wrap .wpcf7-form input[type='submit']:hover, .inner.single-mdsci_event #main .text-wrap .wpcf7-form input[type='submit']:hover, .inner.error404 #main .text-wrap .wpcf7-form input[type='submit']:hover {
  background: #c9dd03;
}

.inner.page-template-default #main .text-wrap .wpcf7-form small, .inner.search #main .text-wrap .wpcf7-form small, .inner.single-positions #main .text-wrap .wpcf7-form small, .inner.single-mdsci_event #main .text-wrap .wpcf7-form small, .inner.error404 #main .text-wrap .wpcf7-form small {
  font-style: italic;
  color: #333333;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox), .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox), .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox), .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox), .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox) {
  display: block;
  position: relative;
  font-size: 15px;
  color: #1d9bd5;
  margin-bottom: 24px;
  clear: both;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).mdsci_required:after, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).mdsci_required:after, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).mdsci_required:after, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).mdsci_required:after, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).mdsci_required:after {
  content: '*';
  display: block;
  position: absolute;
  z-index: 2;
  top: -7px;
  right: -14px;
  color: #f54359;
  font-size: 24px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"], .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"], .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"], .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"], .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"] {
  width: calc(50% - 15px);
  float: left;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"] .nice-select, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"] .nice-select, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"] .nice-select, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"] .nice-select, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"] .nice-select {
  margin-bottom: 0;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-l, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-l, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-l, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-l, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-l {
  clear: left;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-r, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-r, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-r, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-r, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"].half-r {
  margin-left: 30px;
  float: right;
  clear: none;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox) span + span, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox) span + span, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox) span + span, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox) span + span, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox) span + span {
  position: absolute;
  top: 26px;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 0;
  padding-left: 16px;
  margin: 0;
  color: #1d9bd5;
  pointer-events: none;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.focused, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.focused, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.focused, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.focused, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.focused {
  font-weight: normal;
  padding-left: 6px;
  top: 12px;
  font-size: 12px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.hidden, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.hidden, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.hidden, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.hidden, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox) span + span.hidden {
  display: none;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox) p, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox) p, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox) p, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox) p, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox) p {
  position: absolute;
  bottom: 100%;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div {
  width: calc(50% - 10px);
  float: left;
  clear: none;
  margin: 0;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div {
  width: calc(25% - 10px);
  margin-left: 15px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip div.nice-select, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip div.nice-select, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip div.nice-select, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip div.nice-select, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip div.nice-select {
  margin-bottom: 0;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .checkbox span:not(.wpcf7-not-valid-tip), .inner.search #main .text-wrap .wpcf7-form .checkbox span:not(.wpcf7-not-valid-tip), .inner.single-positions #main .text-wrap .wpcf7-form .checkbox span:not(.wpcf7-not-valid-tip), .inner.single-mdsci_event #main .text-wrap .wpcf7-form .checkbox span:not(.wpcf7-not-valid-tip), .inner.error404 #main .text-wrap .wpcf7-form .checkbox span:not(.wpcf7-not-valid-tip) {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1d9bd5;
  padding-left: 8px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .checkbox span.wpcf7-not-valid-tip, .inner.search #main .text-wrap .wpcf7-form .checkbox span.wpcf7-not-valid-tip, .inner.single-positions #main .text-wrap .wpcf7-form .checkbox span.wpcf7-not-valid-tip, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .checkbox span.wpcf7-not-valid-tip, .inner.error404 #main .text-wrap .wpcf7-form .checkbox span.wpcf7-not-valid-tip {
  bottom: -16px;
  left: 32px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .checkbox .wpcf7-not-valid .wpcf7-list-item-label:before, .inner.search #main .text-wrap .wpcf7-form .checkbox .wpcf7-not-valid .wpcf7-list-item-label:before, .inner.single-positions #main .text-wrap .wpcf7-form .checkbox .wpcf7-not-valid .wpcf7-list-item-label:before, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .checkbox .wpcf7-not-valid .wpcf7-list-item-label:before, .inner.error404 #main .text-wrap .wpcf7-form .checkbox .wpcf7-not-valid .wpcf7-list-item-label:before {
  border-color: #faef5f;
}

.inner.page-template-default #main .text-wrap .wpcf7-form input[type="checkbox"], .inner.search #main .text-wrap .wpcf7-form input[type="checkbox"], .inner.single-positions #main .text-wrap .wpcf7-form input[type="checkbox"], .inner.single-mdsci_event #main .text-wrap .wpcf7-form input[type="checkbox"], .inner.error404 #main .text-wrap .wpcf7-form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .wpcf7-list-item-label, .inner.search #main .text-wrap .wpcf7-form .wpcf7-list-item-label, .inner.single-positions #main .text-wrap .wpcf7-form .wpcf7-list-item-label, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .wpcf7-list-item-label, .inner.error404 #main .text-wrap .wpcf7-form .wpcf7-list-item-label {
  cursor: pointer;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .wpcf7-list-item-label:before, .inner.search #main .text-wrap .wpcf7-form .wpcf7-list-item-label:before, .inner.single-positions #main .text-wrap .wpcf7-form .wpcf7-list-item-label:before, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .wpcf7-list-item-label:before, .inner.error404 #main .text-wrap .wpcf7-form .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 23px;
  height: 23px;
  border: 2px solid #bab0cd;
  color: #1d9bd5;
}

.inner.page-template-default #main .text-wrap .wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:before, .inner.search #main .text-wrap .wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:before, .inner.single-positions #main .text-wrap .wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:before, .inner.single-mdsci_event #main .text-wrap .wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:before, .inner.error404 #main .text-wrap .wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: "x";
  speak: none;
  padding-left: 4px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  background-color: #1d9bd5;
  border-color: #1d9bd5;
  font-size: 24px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form span.wpcf7-not-valid-tip, .inner.search #main .text-wrap .wpcf7-form span.wpcf7-not-valid-tip, .inner.single-positions #main .text-wrap .wpcf7-form span.wpcf7-not-valid-tip, .inner.single-mdsci_event #main .text-wrap .wpcf7-form span.wpcf7-not-valid-tip, .inner.error404 #main .text-wrap .wpcf7-form span.wpcf7-not-valid-tip {
  left: 1px;
  bottom: -27px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form input[name="amount"]:focus, .inner.page-template-default #main .text-wrap .wpcf7-form input[name="amount"].filled {
  padding-left: 18px;
}

.inner.search #main .text-wrap .wpcf7-form input[name="amount"]:focus, .inner.search #main .text-wrap .wpcf7-form input[name="amount"].filled {
  padding-left: 18px;
}

.inner.single-positions #main .text-wrap .wpcf7-form input[name="amount"]:focus, .inner.single-positions #main .text-wrap .wpcf7-form input[name="amount"].filled {
  padding-left: 18px;
}

.inner.single-mdsci_event #main .text-wrap .wpcf7-form input[name="amount"]:focus, .inner.single-mdsci_event #main .text-wrap .wpcf7-form input[name="amount"].filled {
  padding-left: 18px;
}

.inner.error404 #main .text-wrap .wpcf7-form input[name="amount"]:focus, .inner.error404 #main .text-wrap .wpcf7-form input[name="amount"].filled {
  padding-left: 18px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form .donation + span.focused:before, .inner.search #main .text-wrap .wpcf7-form .donation + span.focused:before, .inner.single-positions #main .text-wrap .wpcf7-form .donation + span.focused:before, .inner.single-mdsci_event #main .text-wrap .wpcf7-form .donation + span.focused:before, .inner.error404 #main .text-wrap .wpcf7-form .donation + span.focused:before {
  content: '$';
  display: block;
  position: absolute;
  bottom: -20px;
  font-size: 20px;
}

.inner.page-template-default #main .text-wrap .wpcf7-form textarea, .inner.search #main .text-wrap .wpcf7-form textarea, .inner.single-positions #main .text-wrap .wpcf7-form textarea, .inner.single-mdsci_event #main .text-wrap .wpcf7-form textarea, .inner.error404 #main .text-wrap .wpcf7-form textarea {
  width: 100%;
  border: 2px solid #bab0cd;
}

.inner.page-template-default #main .text-wrap .block + .accordion, .inner.search #main .text-wrap .block + .accordion, .inner.single-positions #main .text-wrap .block + .accordion, .inner.single-mdsci_event #main .text-wrap .block + .accordion, .inner.error404 #main .text-wrap .block + .accordion {
  margin-top: 30px;
}

.inner.page-template-default #main .text-wrap .block.white-bkg + .accordion, .inner.search #main .text-wrap .block.white-bkg + .accordion, .inner.single-positions #main .text-wrap .block.white-bkg + .accordion, .inner.single-mdsci_event #main .text-wrap .block.white-bkg + .accordion, .inner.error404 #main .text-wrap .block.white-bkg + .accordion {
  margin-top: 60px;
}

.inner.page-template-default #main .text-wrap .block.white-bkg + .block.white-bkg, .inner.search #main .text-wrap .block.white-bkg + .block.white-bkg, .inner.single-positions #main .text-wrap .block.white-bkg + .block.white-bkg, .inner.single-mdsci_event #main .text-wrap .block.white-bkg + .block.white-bkg, .inner.error404 #main .text-wrap .block.white-bkg + .block.white-bkg {
  padding-top: 0;
}

.inner.page-template-default #main .text-wrap .image-blocks > p, .inner.search #main .text-wrap .image-blocks > p, .inner.single-positions #main .text-wrap .image-blocks > p, .inner.single-mdsci_event #main .text-wrap .image-blocks > p, .inner.error404 #main .text-wrap .image-blocks > p {
  padding-bottom: 24px;
}

.inner.page-template-default #main .text-wrap .image-blocks h6, .inner.search #main .text-wrap .image-blocks h6, .inner.single-positions #main .text-wrap .image-blocks h6, .inner.single-mdsci_event #main .text-wrap .image-blocks h6, .inner.error404 #main .text-wrap .image-blocks h6 {
  top: 40%;
  -webkit-transform: translate3d(0, -40%, 0);
  -ms-transform: translate3d(0, -40%, 0);
  transform: translate3d(0, -40%, 0);
}

.inner.page-template-default #main .text-wrap .accordion, .inner.search #main .text-wrap .accordion, .inner.single-positions #main .text-wrap .accordion, .inner.single-mdsci_event #main .text-wrap .accordion, .inner.error404 #main .text-wrap .accordion {
  background: #ebebeb url("../images/blue-pattern-repeat-x-y.png");
  padding: 44px 0;
  position: relative;
  width: 740px;
  max-width: 100%;
}

.inner.page-template-default #main .text-wrap .accordion:not(:last-child), .inner.search #main .text-wrap .accordion:not(:last-child), .inner.single-positions #main .text-wrap .accordion:not(:last-child), .inner.single-mdsci_event #main .text-wrap .accordion:not(:last-child), .inner.error404 #main .text-wrap .accordion:not(:last-child) {
  margin-bottom: 30px;
}

.inner.page-template-default #main .text-wrap .accordion:before, .inner.page-template-default #main .text-wrap .accordion:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: #ebebeb url("../images/blue-pattern-repeat-x-y.png");
  background-position: right top;
}

.inner.search #main .text-wrap .accordion:before, .inner.search #main .text-wrap .accordion:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: #ebebeb url("../images/blue-pattern-repeat-x-y.png");
  background-position: right top;
}

.inner.single-positions #main .text-wrap .accordion:before, .inner.single-positions #main .text-wrap .accordion:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: #ebebeb url("../images/blue-pattern-repeat-x-y.png");
  background-position: right top;
}

.inner.single-mdsci_event #main .text-wrap .accordion:before, .inner.single-mdsci_event #main .text-wrap .accordion:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: #ebebeb url("../images/blue-pattern-repeat-x-y.png");
  background-position: right top;
}

.inner.error404 #main .text-wrap .accordion:before, .inner.error404 #main .text-wrap .accordion:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: #ebebeb url("../images/blue-pattern-repeat-x-y.png");
  background-position: right top;
}

.inner.page-template-default #main .text-wrap .accordion:after, .inner.search #main .text-wrap .accordion:after, .inner.single-positions #main .text-wrap .accordion:after, .inner.single-mdsci_event #main .text-wrap .accordion:after, .inner.error404 #main .text-wrap .accordion:after {
  right: auto;
  left: 100%;
  height: 100%;
  background-position: 56px 0;
}

.inner.page-template-default #main .text-wrap .accordion .toggle-wrap, .inner.search #main .text-wrap .accordion .toggle-wrap, .inner.single-positions #main .text-wrap .accordion .toggle-wrap, .inner.single-mdsci_event #main .text-wrap .accordion .toggle-wrap, .inner.error404 #main .text-wrap .accordion .toggle-wrap {
  max-height: 0;
  overflow: hidden;
  margin-top: 0 !important;
  background-color: #fff;
}

.inner.page-template-default #main .text-wrap .accordion .toggle-wrap .text-wrap, .inner.search #main .text-wrap .accordion .toggle-wrap .text-wrap, .inner.single-positions #main .text-wrap .accordion .toggle-wrap .text-wrap, .inner.single-mdsci_event #main .text-wrap .accordion .toggle-wrap .text-wrap, .inner.error404 #main .text-wrap .accordion .toggle-wrap .text-wrap {
  padding: 4%;
}

.inner.page-template-default #main .text-wrap .accordion .toggle-wrap.onload, .inner.search #main .text-wrap .accordion .toggle-wrap.onload, .inner.single-positions #main .text-wrap .accordion .toggle-wrap.onload, .inner.single-mdsci_event #main .text-wrap .accordion .toggle-wrap.onload, .inner.error404 #main .text-wrap .accordion .toggle-wrap.onload {
  position: absolute;
  max-height: none;
  left: -9999px;
  width: 100%;
}

.inner.page-template-default #main .text-wrap .accordion .toggle, .inner.search #main .text-wrap .accordion .toggle, .inner.single-positions #main .text-wrap .accordion .toggle, .inner.single-mdsci_event #main .text-wrap .accordion .toggle, .inner.error404 #main .text-wrap .accordion .toggle {
  display: block;
  width: 100%;
  color: #fff;
  font: 600 15px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
  padding: 21px;
  position: relative;
  background-color: #442a78;
}

.inner.page-template-default #main .text-wrap .accordion .toggle:after, .inner.search #main .text-wrap .accordion .toggle:after, .inner.single-positions #main .text-wrap .accordion .toggle:after, .inner.single-mdsci_event #main .text-wrap .accordion .toggle:after, .inner.error404 #main .text-wrap .accordion .toggle:after {
  content: '+';
  display: block;
  float: right;
  font-size: 42px;
  font-weight: 300;
  line-height: 14px;
}

.inner.page-template-default #main .text-wrap .accordion .toggle.active, .inner.search #main .text-wrap .accordion .toggle.active, .inner.single-positions #main .text-wrap .accordion .toggle.active, .inner.single-mdsci_event #main .text-wrap .accordion .toggle.active, .inner.error404 #main .text-wrap .accordion .toggle.active {
  background-color: #f89c26;
  color: #f54359;
}

.inner.page-template-default #main .text-wrap .accordion .toggle.active:after, .inner.search #main .text-wrap .accordion .toggle.active:after, .inner.single-positions #main .text-wrap .accordion .toggle.active:after, .inner.single-mdsci_event #main .text-wrap .accordion .toggle.active:after, .inner.error404 #main .text-wrap .accordion .toggle.active:after {
  content: '\2013';
  line-height: 9px;
}

.inner.page-template-default #main .text-wrap .accordion .toggle span, .inner.search #main .text-wrap .accordion .toggle span, .inner.single-positions #main .text-wrap .accordion .toggle span, .inner.single-mdsci_event #main .text-wrap .accordion .toggle span, .inner.error404 #main .text-wrap .accordion .toggle span {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 70px);
}

.inner.page-template-default #main .text-wrap .accordion .accordian_footer, .inner.search #main .text-wrap .accordion .accordian_footer, .inner.single-positions #main .text-wrap .accordion .accordian_footer, .inner.single-mdsci_event #main .text-wrap .accordion .accordian_footer, .inner.error404 #main .text-wrap .accordion .accordian_footer {
  padding: 30px 0;
}

.inner.page-template-default #main .text-wrap .accordion .accordian_footer .btn-sc, .inner.search #main .text-wrap .accordion .accordian_footer .btn-sc, .inner.single-positions #main .text-wrap .accordion .accordian_footer .btn-sc, .inner.single-mdsci_event #main .text-wrap .accordion .accordian_footer .btn-sc, .inner.error404 #main .text-wrap .accordion .accordian_footer .btn-sc {
  float: left;
  margin-top: 0;
  margin-bottom: 16px;
}

.inner.page-template-default #main .text-wrap .accordion .accordian_footer .btn-sc:first-child, .inner.search #main .text-wrap .accordion .accordian_footer .btn-sc:first-child, .inner.single-positions #main .text-wrap .accordion .accordian_footer .btn-sc:first-child, .inner.single-mdsci_event #main .text-wrap .accordion .accordian_footer .btn-sc:first-child, .inner.error404 #main .text-wrap .accordion .accordian_footer .btn-sc:first-child {
  margin: 0 20px 16px 0;
}

.inner.page-template-default #main .text-wrap .accordion .accordian_footer .btn-sc + p:not(.btn-sc), .inner.search #main .text-wrap .accordion .accordian_footer .btn-sc + p:not(.btn-sc), .inner.single-positions #main .text-wrap .accordion .accordian_footer .btn-sc + p:not(.btn-sc), .inner.single-mdsci_event #main .text-wrap .accordion .accordian_footer .btn-sc + p:not(.btn-sc), .inner.error404 #main .text-wrap .accordion .accordian_footer .btn-sc + p:not(.btn-sc) {
  clear: left;
}

.inner.page-template-default #main .text-wrap .text-blocks, .inner.search #main .text-wrap .text-blocks, .inner.single-positions #main .text-wrap .text-blocks, .inner.single-mdsci_event #main .text-wrap .text-blocks, .inner.error404 #main .text-wrap .text-blocks {
  width: calc(100vw - 125px);
  max-width: 1250px;
  margin: 0 auto 0 -140px;
  background: url("../images/purple-pattern-repeat-x-y.jpg") top right;
  padding-left: 140px;
  position: relative;
}

.inner.page-template-default #main .text-wrap .text-blocks:after, .inner.search #main .text-wrap .text-blocks:after, .inner.single-positions #main .text-wrap .text-blocks:after, .inner.single-mdsci_event #main .text-wrap .text-blocks:after, .inner.error404 #main .text-wrap .text-blocks:after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  background: url("../images/purple-pattern-repeat-x-y.jpg") top left;
}

.inner.page-template-default #main .text-wrap .text-blocks h2, .inner.search #main .text-wrap .text-blocks h2, .inner.single-positions #main .text-wrap .text-blocks h2, .inner.single-mdsci_event #main .text-wrap .text-blocks h2, .inner.error404 #main .text-wrap .text-blocks h2 {
  margin-bottom: 32px;
}

.inner.page-template-default #main .text-wrap .text-blocks > .group, .inner.search #main .text-wrap .text-blocks > .group, .inner.single-positions #main .text-wrap .text-blocks > .group, .inner.single-mdsci_event #main .text-wrap .text-blocks > .group, .inner.error404 #main .text-wrap .text-blocks > .group {
  position: relative;
  z-index: 1;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2, .inner.search #main .text-wrap .text-blocks .grid-2, .inner.single-positions #main .text-wrap .text-blocks .grid-2, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2, .inner.error404 #main .text-wrap .text-blocks .grid-2 {
  width: 31.31313%;
  max-width: 300px;
  margin-bottom: 60px;
  margin-top: 0;
  background-color: #fff;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2:nth-child(n), .inner.search #main .text-wrap .text-blocks .grid-2:nth-child(n), .inner.single-positions #main .text-wrap .text-blocks .grid-2:nth-child(n), .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2:nth-child(n), .inner.error404 #main .text-wrap .text-blocks .grid-2:nth-child(n) {
  margin-right: 3.0303%;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2:nth-child(3n), .inner.search #main .text-wrap .text-blocks .grid-2:nth-child(3n), .inner.single-positions #main .text-wrap .text-blocks .grid-2:nth-child(3n), .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2:nth-child(3n), .inner.error404 #main .text-wrap .text-blocks .grid-2:nth-child(3n) {
  margin-right: 0;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2 h6, .inner.search #main .text-wrap .text-blocks .grid-2 h6, .inner.single-positions #main .text-wrap .text-blocks .grid-2 h6, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2 h6, .inner.error404 #main .text-wrap .text-blocks .grid-2 h6 {
  padding: 16px 0 18px 16px;
  font: 600 14px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background-color: #1d9bd5;
  border-left: 6px solid #f54359;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2 .text-wrap, .inner.search #main .text-wrap .text-blocks .grid-2 .text-wrap, .inner.single-positions #main .text-wrap .text-blocks .grid-2 .text-wrap, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2 .text-wrap, .inner.error404 #main .text-wrap .text-blocks .grid-2 .text-wrap {
  margin-top: 0;
  padding: 24px;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2 .text-wrap p, .inner.search #main .text-wrap .text-blocks .grid-2 .text-wrap p, .inner.single-positions #main .text-wrap .text-blocks .grid-2 .text-wrap p, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2 .text-wrap p, .inner.error404 #main .text-wrap .text-blocks .grid-2 .text-wrap p {
  line-height: 1.4;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2 .left-link, .inner.search #main .text-wrap .text-blocks .grid-2 .left-link, .inner.single-positions #main .text-wrap .text-blocks .grid-2 .left-link, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2 .left-link, .inner.error404 #main .text-wrap .text-blocks .grid-2 .left-link {
  float: left;
  padding: 13px 14px;
  color: #f54359;
  font: 700 12px/1 "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 350ms ease color;
  -o-transition: 350ms ease color;
  transition: 350ms ease color;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2 .left-link:hover, .inner.search #main .text-wrap .text-blocks .grid-2 .left-link:hover, .inner.single-positions #main .text-wrap .text-blocks .grid-2 .left-link:hover, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2 .left-link:hover, .inner.error404 #main .text-wrap .text-blocks .grid-2 .left-link:hover {
  color: #c9dd03;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2 a.btn, .inner.search #main .text-wrap .text-blocks .grid-2 a.btn, .inner.single-positions #main .text-wrap .text-blocks .grid-2 a.btn, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2 a.btn, .inner.error404 #main .text-wrap .text-blocks .grid-2 a.btn {
  display: block;
  float: right;
  font-size: 12px;
  padding: 13px 14px;
}

.inner.page-template-default #main .text-wrap .text-blocks .grid-2 a.btn:after, .inner.search #main .text-wrap .text-blocks .grid-2 a.btn:after, .inner.single-positions #main .text-wrap .text-blocks .grid-2 a.btn:after, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2 a.btn:after, .inner.error404 #main .text-wrap .text-blocks .grid-2 a.btn:after {
  vertical-align: -3px;
}

.inner.page-template-default #main .text-wrap .mini-blocks, .inner.search #main .text-wrap .mini-blocks, .inner.single-positions #main .text-wrap .mini-blocks, .inner.single-mdsci_event #main .text-wrap .mini-blocks, .inner.error404 #main .text-wrap .mini-blocks {
  width: calc(100vw - 125px);
  max-width: 1040px;
  margin: 0 auto 0 -140px;
  position: relative;
}

.inner.page-template-default #main .text-wrap .mini-blocks * + *, .inner.search #main .text-wrap .mini-blocks * + *, .inner.single-positions #main .text-wrap .mini-blocks * + *, .inner.single-mdsci_event #main .text-wrap .mini-blocks * + *, .inner.error404 #main .text-wrap .mini-blocks * + * {
  margin-top: 0;
}

.inner.page-template-default #main .text-wrap .mini-blocks > .group, .inner.search #main .text-wrap .mini-blocks > .group, .inner.single-positions #main .text-wrap .mini-blocks > .group, .inner.single-mdsci_event #main .text-wrap .mini-blocks > .group, .inner.error404 #main .text-wrap .mini-blocks > .group {
  position: relative;
  z-index: 1;
}

.inner.page-template-default #main .text-wrap .mini-blocks .grid-2, .inner.search #main .text-wrap .mini-blocks .grid-2, .inner.single-positions #main .text-wrap .mini-blocks .grid-2, .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2, .inner.error404 #main .text-wrap .mini-blocks .grid-2 {
  width: 31.31313%;
  margin-bottom: 60px;
  background-color: #fff;
  position: relative;
}

.inner.page-template-default #main .text-wrap .mini-blocks .grid-2:nth-child(n), .inner.search #main .text-wrap .mini-blocks .grid-2:nth-child(n), .inner.single-positions #main .text-wrap .mini-blocks .grid-2:nth-child(n), .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2:nth-child(n), .inner.error404 #main .text-wrap .mini-blocks .grid-2:nth-child(n) {
  margin-right: 3.0303%;
}

.inner.page-template-default #main .text-wrap .mini-blocks .grid-2:nth-child(3n), .inner.search #main .text-wrap .mini-blocks .grid-2:nth-child(3n), .inner.single-positions #main .text-wrap .mini-blocks .grid-2:nth-child(3n), .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2:nth-child(3n), .inner.error404 #main .text-wrap .mini-blocks .grid-2:nth-child(3n) {
  margin-right: 0;
}

.inner.page-template-default #main .text-wrap .mini-blocks .grid-2 a, .inner.search #main .text-wrap .mini-blocks .grid-2 a, .inner.single-positions #main .text-wrap .mini-blocks .grid-2 a, .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2 a, .inner.error404 #main .text-wrap .mini-blocks .grid-2 a {
  display: block;
}

.inner.page-template-default #main .text-wrap .mini-blocks .grid-2 a:hover .link-box, .inner.search #main .text-wrap .mini-blocks .grid-2 a:hover .link-box, .inner.single-positions #main .text-wrap .mini-blocks .grid-2 a:hover .link-box, .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2 a:hover .link-box, .inner.error404 #main .text-wrap .mini-blocks .grid-2 a:hover .link-box {
  background-color: #c9dd03;
  color: #f54359;
}

.inner.page-template-default #main .text-wrap .mini-blocks .grid-2 h6, .inner.search #main .text-wrap .mini-blocks .grid-2 h6, .inner.single-positions #main .text-wrap .mini-blocks .grid-2 h6, .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2 h6, .inner.error404 #main .text-wrap .mini-blocks .grid-2 h6 {
  color: #1d9bd5;
  font: 700 17px/1 "quatro-slab", san-serif;
  letter-spacing: 1px;
  background-color: #f9fce5;
  padding: 12px 52px 11px 12px;
}

.inner.page-template-default #main .text-wrap .mini-blocks .grid-2 .text-wrap, .inner.search #main .text-wrap .mini-blocks .grid-2 .text-wrap, .inner.single-positions #main .text-wrap .mini-blocks .grid-2 .text-wrap, .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2 .text-wrap, .inner.error404 #main .text-wrap .mini-blocks .grid-2 .text-wrap {
  padding: 18px 20px 32px;
  min-height: 125px;
}

.inner.page-template-default #main .text-wrap .mini-blocks .grid-2 .link-box, .inner.search #main .text-wrap .mini-blocks .grid-2 .link-box, .inner.single-positions #main .text-wrap .mini-blocks .grid-2 .link-box, .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2 .link-box, .inner.error404 #main .text-wrap .mini-blocks .grid-2 .link-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f54359;
  color: #c9dd03;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  -webkit-transition: 350ms ease color, 350ms ease background-color;
  -o-transition: 350ms ease color, 350ms ease background-color;
  transition: 350ms ease color, 350ms ease background-color;
}

.inner.page-template-default #main .grid-6.banner.text-wrap .image-blocks, .inner.search #main .grid-6.banner.text-wrap .image-blocks, .inner.single-positions #main .grid-6.banner.text-wrap .image-blocks, .inner.single-mdsci_event #main .grid-6.banner.text-wrap .image-blocks, .inner.error404 #main .grid-6.banner.text-wrap .image-blocks {
  margin: 0;
}

.inner.page-template-default #main > .wrap.banner, .inner.search #main > .wrap.banner, .inner.single-positions #main > .wrap.banner, .inner.single-mdsci_event #main > .wrap.banner, .inner.error404 #main > .wrap.banner {
  max-width: 1200px;
}

.inner.page-template-default #main > .wrap.banner .grid-6, .inner.search #main > .wrap.banner .grid-6, .inner.single-positions #main > .wrap.banner .grid-6, .inner.single-mdsci_event #main > .wrap.banner .grid-6, .inner.error404 #main > .wrap.banner .grid-6 {
  margin-bottom: 0 !important;
}

.inner.page-template-default #main > .wrap.banner .text-wrap, .inner.search #main > .wrap.banner .text-wrap, .inner.single-positions #main > .wrap.banner .text-wrap, .inner.single-mdsci_event #main > .wrap.banner .text-wrap, .inner.error404 #main > .wrap.banner .text-wrap {
  padding: 0 16% 0 16%;
}

.inner.page-template-default #main > .wrap.banner .block.white-bkg, .inner.search #main > .wrap.banner .block.white-bkg, .inner.single-positions #main > .wrap.banner .block.white-bkg, .inner.single-mdsci_event #main > .wrap.banner .block.white-bkg, .inner.error404 #main > .wrap.banner .block.white-bkg {
  padding-right: 40px;
}

.inner.page-template-default #main > .wrap.banner .block.white-bkg:after, .inner.search #main > .wrap.banner .block.white-bkg:after, .inner.single-positions #main > .wrap.banner .block.white-bkg:after, .inner.single-mdsci_event #main > .wrap.banner .block.white-bkg:after, .inner.error404 #main > .wrap.banner .block.white-bkg:after {
  width: 40px;
}

.inner.page-template-default #main svg, .inner.search #main svg, .inner.single-positions #main svg, .inner.error404 #main svg {
  margin-top: -25%;
}

@media screen and (max-width: 1023px) {
  .inner.single-exhibits #main .grid-4 + .group > #sponsors, .inner.single-programs #main .grid-4 + .group > #sponsors, .inner.single-mdsci_event #main .grid-4 + .group > #sponsors {
    max-width: 100%;
  }
}

@media screen and (max-width: 504px) {
  .inner.single-exhibits #main .grid-4 + .group > #sponsors, .inner.single-programs #main .grid-4 + .group > #sponsors, .inner.single-mdsci_event #main .grid-4 + .group > #sponsors {
    padding-left: 0;
  }
}

@media screen and (min-width: 505px) {
  .inner.page-template-default #main, .inner.page-template-page-grid-listing #main,
  .inner.page-template-default #main, .inner.page-template-page-grid-listing-imax #main, .inner.page-template-page-homeschool-grid #main, .inner.search #main, .inner.single-positions #main, .inner.single-mdsci_event #main, .inner.error404 #main {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .inner.page-template-default #main .text-wrap .image-blocks, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks, .inner.search #main .text-wrap .image-blocks, .inner.single-positions #main .text-wrap .image-blocks, .inner.single-mdsci_event #main .text-wrap .image-blocks, .inner.error404 #main .text-wrap .image-blocks {
    margin: 0 auto;
    padding: 44px 20px;
  }
}

@media screen and (max-width: 660px) {
  .inner.page-template-default #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2, .inner.search #main .text-wrap .image-blocks .grid-2, .inner.single-positions #main .text-wrap .image-blocks .grid-2, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2, .inner.error404 #main .text-wrap .image-blocks .grid-2 {
    width: 48.48485%;
    margin-right: 3.0303% !important;
  }
  .inner.page-template-default #main .text-wrap .image-blocks .grid-2.even, .inner.page-template-default #main .text-wrap .image-blocks .grid-2.odd:last-child {
    margin-right: 0 !important;
  }
  .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2.even, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2.odd:last-child,
  .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2.even,
  .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2.odd:last-child {
    margin-right: 0 !important;
  }
  .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2.even, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2.odd:last-child {
    margin-right: 0 !important;
  }
  .inner.search #main .text-wrap .image-blocks .grid-2.even, .inner.search #main .text-wrap .image-blocks .grid-2.odd:last-child {
    margin-right: 0 !important;
  }
  .inner.single-positions #main .text-wrap .image-blocks .grid-2.even, .inner.single-positions #main .text-wrap .image-blocks .grid-2.odd:last-child {
    margin-right: 0 !important;
  }
  .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2.even, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2.odd:last-child {
    margin-right: 0 !important;
  }
  .inner.error404 #main .text-wrap .image-blocks .grid-2.even, .inner.error404 #main .text-wrap .image-blocks .grid-2.odd:last-child {
    margin-right: 0 !important;
  }
  .inner.page-template-default #main .text-wrap .image-blocks .grid-2.row, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2.row, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2.row, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2.row, .inner.search #main .text-wrap .image-blocks .grid-2.row, .inner.single-positions #main .text-wrap .image-blocks .grid-2.row, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2.row, .inner.error404 #main .text-wrap .image-blocks .grid-2.row {
    clear: none;
  }
}

@media screen and (max-width: 504px) {
  .inner.page-template-default #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2, .inner.search #main .text-wrap .image-blocks .grid-2, .inner.single-positions #main .text-wrap .image-blocks .grid-2, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2, .inner.error404 #main .text-wrap .image-blocks .grid-2 {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
  .inner.page-template-default #main .text-wrap .image-blocks .grid-2.even, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2.even, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2.even, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2.even, .inner.search #main .text-wrap .image-blocks .grid-2.even, .inner.single-positions #main .text-wrap .image-blocks .grid-2.even, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2.even, .inner.error404 #main .text-wrap .image-blocks .grid-2.even {
    margin-right: 0 !important;
  }
  .inner.page-template-default #main .text-wrap .image-blocks .grid-2:last-child, .inner.page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2:last-child, .inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2:last-child, .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2:last-child, .inner.search #main .text-wrap .image-blocks .grid-2:last-child, .inner.single-positions #main .text-wrap .image-blocks .grid-2:last-child, .inner.single-mdsci_event #main .text-wrap .image-blocks .grid-2:last-child, .inner.error404 #main .text-wrap .image-blocks .grid-2:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  .inner.single-mdsci_event.postid-3022 #main .text-wrap .fluid-width-video-wrapper, .inner.single-mdsci_event .parent-3022 #main .text-wrap .fluid-width-video-wrapper {
    padding-top: 54.54% !important;
  }
}

@media screen and (min-width: 1024px) {
  .inner.single-mdsci_event.postid-3022 #main .text-wrap .fluid-width-video-wrapper, .inner.single-mdsci_event .parent-3022 #main .text-wrap .fluid-width-video-wrapper {
    width: calc(100% + 120px);
    padding-top: 64.3% !important;
  }
  .inner.single-mdsci_event.postid-3022 #main .text-wrap .fluid-width-video-wrapper iframe, .inner.single-mdsci_event .parent-3022 #main .text-wrap .fluid-width-video-wrapper iframe {
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .inner.page-template-default #main > .wrap.hexy .grid-4, .inner.search #main > .wrap.hexy .grid-4, .inner.single-positions #main > .wrap.hexy .grid-4, .inner.single-mdsci_event #main > .wrap.hexy .grid-4, .inner.error404 #main > .wrap.hexy .grid-4 {
    padding: 0 160px 0 250px;
  }
}

@media screen and (min-width: 1024px) {
  .inner.page-template-default #main .std_no_img .grid-6 .image-blocks, .inner.page-template-default #main .grid-6.page_break .image-blocks {
    width: calc(116% + 62px);
    margin-left: 0;
  }
  .inner.search #main .std_no_img .grid-6 .image-blocks, .inner.search #main .grid-6.page_break .image-blocks {
    width: calc(116% + 62px);
    margin-left: 0;
  }
  .inner.single-positions #main .std_no_img .grid-6 .image-blocks, .inner.single-positions #main .grid-6.page_break .image-blocks {
    width: calc(116% + 62px);
    margin-left: 0;
  }
  .inner.single-mdsci_event #main .std_no_img .grid-6 .image-blocks, .inner.single-mdsci_event #main .grid-6.page_break .image-blocks {
    width: calc(116% + 62px);
    margin-left: 0;
  }
  .inner.error404 #main .std_no_img .grid-6 .image-blocks, .inner.error404 #main .grid-6.page_break .image-blocks {
    width: calc(116% + 62px);
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .inner.page-template-default #main .std_no_img .grid-6 .image-blocks, .inner.page-template-default #main .grid-6.page_break .image-blocks {
    padding-left: 0;
  }
  .inner.search #main .std_no_img .grid-6 .image-blocks, .inner.search #main .grid-6.page_break .image-blocks {
    padding-left: 0;
  }
  .inner.single-positions #main .std_no_img .grid-6 .image-blocks, .inner.single-positions #main .grid-6.page_break .image-blocks {
    padding-left: 0;
  }
  .inner.single-mdsci_event #main .std_no_img .grid-6 .image-blocks, .inner.single-mdsci_event #main .grid-6.page_break .image-blocks {
    padding-left: 0;
  }
  .inner.error404 #main .std_no_img .grid-6 .image-blocks, .inner.error404 #main .grid-6.page_break .image-blocks {
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .inner.page-template-default #main .text-wrap blockquote, .inner.search #main .text-wrap blockquote, .inner.single-positions #main .text-wrap blockquote, .inner.single-mdsci_event #main .text-wrap blockquote, .inner.error404 #main .text-wrap blockquote {
    margin-left: -20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .inner.page-template-default #main .text-wrap .fluid-width-video-wrapper, .inner.search #main .text-wrap .fluid-width-video-wrapper, .inner.single-positions #main .text-wrap .fluid-width-video-wrapper, .inner.single-mdsci_event #main .text-wrap .fluid-width-video-wrapper, .inner.error404 #main .text-wrap .fluid-width-video-wrapper {
    padding-top: 56.24% !important;
  }
}

@media screen and (min-width: 505px) {
  .inner.page-template-default #main .text-wrap.grid-6 .form.white-bkg, .inner.search #main .text-wrap.grid-6 .form.white-bkg, .inner.single-positions #main .text-wrap.grid-6 .form.white-bkg, .inner.single-mdsci_event #main .text-wrap.grid-6 .form.white-bkg, .inner.error404 #main .text-wrap.grid-6 .form.white-bkg {
    padding-right: 40px;
  }
  .inner.page-template-default #main .text-wrap.grid-6 .form.white-bkg:after, .inner.search #main .text-wrap.grid-6 .form.white-bkg:after, .inner.single-positions #main .text-wrap.grid-6 .form.white-bkg:after, .inner.single-mdsci_event #main .text-wrap.grid-6 .form.white-bkg:after, .inner.error404 #main .text-wrap.grid-6 .form.white-bkg:after {
    width: 0;
  }
  .inner.page-template-default #main .text-wrap.grid-6 .form.white-bkg:first-child, .inner.search #main .text-wrap.grid-6 .form.white-bkg:first-child, .inner.single-positions #main .text-wrap.grid-6 .form.white-bkg:first-child, .inner.single-mdsci_event #main .text-wrap.grid-6 .form.white-bkg:first-child, .inner.error404 #main .text-wrap.grid-6 .form.white-bkg:first-child {
    margin-top: 40px;
  }
}

@media screen and (max-width: 504px) {
  .inner.page-template-default #main .text-wrap.grid-6 .form.white-bkg:after, .inner.search #main .text-wrap.grid-6 .form.white-bkg:after, .inner.single-positions #main .text-wrap.grid-6 .form.white-bkg:after, .inner.single-mdsci_event #main .text-wrap.grid-6 .form.white-bkg:after, .inner.error404 #main .text-wrap.grid-6 .form.white-bkg:after {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div {
    width: 100%;
    margin-bottom: 24px;
  }
  .inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div {
    width: calc(50% - 15px);
    margin-left: 0;
    margin-bottom: 0 !important;
  }
  .inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div *, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div *, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div *, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div *, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div * {
    margin-bottom: 0 !important;
  }
  .inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div + div, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div + div, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div + div, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div + div, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div + div {
    float: right;
  }
}

@media screen and (max-width: 480px) {
  .inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"], .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"], .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"], .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"], .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox)[class*="half-"] {
    width: 100%;
    margin-left: 0;
  }
  .inner.page-template-default #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.search #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.single-positions #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.single-mdsci_event #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div, .inner.error404 #main .text-wrap .wpcf7-form div:not(.checkbox).city-state-zip > div + div {
    width: 48%;
  }
}

@media screen and (max-width: 1200px) {
  .inner.page-template-default #main .text-wrap .mini-blocks, .inner.search #main .text-wrap .mini-blocks, .inner.single-positions #main .text-wrap .mini-blocks, .inner.single-mdsci_event #main .text-wrap .mini-blocks, .inner.error404 #main .text-wrap .mini-blocks {
    width: calc(100vw - 160px);
  }
}

@media screen and (max-width: 1023px) {
  .inner.page-template-default #main .text-wrap .mini-blocks, .inner.search #main .text-wrap .mini-blocks, .inner.single-positions #main .text-wrap .mini-blocks, .inner.single-mdsci_event #main .text-wrap .mini-blocks, .inner.error404 #main .text-wrap .mini-blocks {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 730px) {
  .inner.page-template-default #main .text-wrap .mini-blocks .grid-2, .inner.search #main .text-wrap .mini-blocks .grid-2, .inner.single-positions #main .text-wrap .mini-blocks .grid-2, .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2, .inner.error404 #main .text-wrap .mini-blocks .grid-2 {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 3.0303%;
  }
  .inner.page-template-default #main .text-wrap .mini-blocks .grid-2 .text-wrap, .inner.search #main .text-wrap .mini-blocks .grid-2 .text-wrap, .inner.single-positions #main .text-wrap .mini-blocks .grid-2 .text-wrap, .inner.single-mdsci_event #main .text-wrap .mini-blocks .grid-2 .text-wrap, .inner.error404 #main .text-wrap .mini-blocks .grid-2 .text-wrap {
    min-height: 0;
  }
}

@media screen and (max-width: 1023px) {
  .inner.page-template-default #main .grid-6.banner.text-wrap .image-blocks, .inner.search #main .grid-6.banner.text-wrap .image-blocks, .inner.single-positions #main .grid-6.banner.text-wrap .image-blocks, .inner.single-mdsci_event #main .grid-6.banner.text-wrap .image-blocks, .inner.error404 #main .grid-6.banner.text-wrap .image-blocks {
    margin: 0 auto;
    padding: 44px 20px 44px 0;
  }
}

@media screen and (min-width: 1024px) {
  .inner.page-template-default #main .grid-6.banner.text-wrap .image-blocks:after, .inner.search #main .grid-6.banner.text-wrap .image-blocks:after, .inner.single-positions #main .grid-6.banner.text-wrap .image-blocks:after, .inner.single-mdsci_event #main .grid-6.banner.text-wrap .image-blocks:after, .inner.error404 #main .grid-6.banner.text-wrap .image-blocks:after {
    display: block !important;
    width: 230px !important;
  }
}

@media screen and (max-width: 1320px) {
  .inner.page-template-default #main > .wrap.banner .block.white-bkg:after, .inner.search #main > .wrap.banner .block.white-bkg:after, .inner.single-positions #main > .wrap.banner .block.white-bkg:after, .inner.single-mdsci_event #main > .wrap.banner .block.white-bkg:after, .inner.error404 #main > .wrap.banner .block.white-bkg:after {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .inner.page-template-default #main > .wrap.banner .text-wrap, .inner.search #main > .wrap.banner .text-wrap, .inner.single-positions #main > .wrap.banner .text-wrap, .inner.single-mdsci_event #main > .wrap.banner .text-wrap, .inner.error404 #main > .wrap.banner .text-wrap {
    padding: 0 20px;
  }
  .inner.page-template-default #main > .wrap.banner .block.white-bkg, .inner.search #main > .wrap.banner .block.white-bkg, .inner.single-positions #main > .wrap.banner .block.white-bkg, .inner.single-mdsci_event #main > .wrap.banner .block.white-bkg, .inner.error404 #main > .wrap.banner .block.white-bkg {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .inner.page-template-default #top-panel .text-wrap, .inner.search #top-panel .text-wrap, .inner.single-positions #top-panel .text-wrap, .inner.single-mdsci_event #top-panel .text-wrap, .inner.error404 #top-panel .text-wrap {
    padding: 60px 20px;
  }
  .inner.page-template-default #main > .wrap > .grid-4, .inner.search #main > .wrap > .grid-4, .inner.single-positions #main > .wrap > .grid-4, .inner.single-mdsci_event #main > .wrap > .grid-4, .inner.error404 #main > .wrap > .grid-4 {
    padding: 0 20px;
  }
  .inner.page-template-default #main > .wrap > .grid-4 > .grid-2, .inner.search #main > .wrap > .grid-4 > .grid-2, .inner.single-positions #main > .wrap > .grid-4 > .grid-2, .inner.single-mdsci_event #main > .wrap > .grid-4 > .grid-2, .inner.error404 #main > .wrap > .grid-4 > .grid-2 {
    width: 350px;
    margin-right: -40px;
    padding-left: 15px;
  }
  .inner.page-template-default #main .grid-6.page_break, .inner.page-template-default #main .std_no_img .grid-6 {
    padding: 0 20px;
  }
  .inner.search #main .grid-6.page_break, .inner.search #main .std_no_img .grid-6 {
    padding: 0 20px;
  }
  .inner.single-positions #main .grid-6.page_break, .inner.single-positions #main .std_no_img .grid-6 {
    padding: 0 20px;
  }
  .inner.single-mdsci_event #main .grid-6.page_break, .inner.single-mdsci_event #main .std_no_img .grid-6 {
    padding: 0 20px;
  }
  .inner.error404 #main .grid-6.page_break, .inner.error404 #main .std_no_img .grid-6 {
    padding: 0 20px;
  }
  .inner.page-template-default #main .text-wrap h2, .inner.search #main .text-wrap h2, .inner.single-positions #main .text-wrap h2, .inner.single-mdsci_event #main .text-wrap h2, .inner.error404 #main .text-wrap h2 {
    font-size: 24px;
  }
  .inner.page-template-default #main .text-wrap .text-blocks, .inner.search #main .text-wrap .text-blocks, .inner.single-positions #main .text-wrap .text-blocks, .inner.single-mdsci_event #main .text-wrap .text-blocks, .inner.error404 #main .text-wrap .text-blocks {
    width: 100%;
    margin: 0;
    padding: 40px 20px 0 40px;
  }
  .inner.page-template-default #main .text-wrap .text-blocks .blocks-2 .grid-2, .inner.search #main .text-wrap .text-blocks .blocks-2 .grid-2, .inner.single-positions #main .text-wrap .text-blocks .blocks-2 .grid-2, .inner.single-mdsci_event #main .text-wrap .text-blocks .blocks-2 .grid-2, .inner.error404 #main .text-wrap .text-blocks .blocks-2 .grid-2 {
    width: 48.48485%;
    max-width: none;
  }
  .inner.page-template-default #main .text-wrap .text-blocks .blocks-2 .grid-2 + .grid-2, .inner.search #main .text-wrap .text-blocks .blocks-2 .grid-2 + .grid-2, .inner.single-positions #main .text-wrap .text-blocks .blocks-2 .grid-2 + .grid-2, .inner.single-mdsci_event #main .text-wrap .text-blocks .blocks-2 .grid-2 + .grid-2, .inner.error404 #main .text-wrap .text-blocks .blocks-2 .grid-2 + .grid-2 {
    margin-right: 0;
  }
  .inner.page-template-default #main .text-wrap .fluid-width-video-wrapper, .inner.search #main .text-wrap .fluid-width-video-wrapper, .inner.single-positions #main .text-wrap .fluid-width-video-wrapper, .inner.single-mdsci_event #main .text-wrap .fluid-width-video-wrapper, .inner.error404 #main .text-wrap .fluid-width-video-wrapper {
    width: calc(100% - 20px);
  }
  .inner.page-template-default #main .text-wrap .fluid-width-video-wrapper iframe, .inner.search #main .text-wrap .fluid-width-video-wrapper iframe, .inner.single-positions #main .text-wrap .fluid-width-video-wrapper iframe, .inner.single-mdsci_event #main .text-wrap .fluid-width-video-wrapper iframe, .inner.error404 #main .text-wrap .fluid-width-video-wrapper iframe {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .inner.page-template-default #post-98 #top-panel p, .inner.search #post-98 #top-panel p, .inner.single-positions #post-98 #top-panel p, .inner.single-mdsci_event #post-98 #top-panel p, .inner.error404 #post-98 #top-panel p {
    width: 100%;
  }
  .inner.page-template-default #post-98 #main > .wrap > .grid-4 > .grid-2, .inner.search #post-98 #main > .wrap > .grid-4 > .grid-2, .inner.single-positions #post-98 #main > .wrap > .grid-4 > .grid-2, .inner.single-mdsci_event #post-98 #main > .wrap > .grid-4 > .grid-2, .inner.error404 #post-98 #main > .wrap > .grid-4 > .grid-2 {
    float: none;
    max-width: none;
    width: calc(100% + 40px);
    margin-left: -20px;
    text-align: center;
    margin-top: 20px;
  }
  .inner.page-template-default #post-98 #main > .wrap > .grid-4 > .grid-2 #hexy, .inner.search #post-98 #main > .wrap > .grid-4 > .grid-2 #hexy, .inner.single-positions #post-98 #main > .wrap > .grid-4 > .grid-2 #hexy, .inner.single-mdsci_event #post-98 #main > .wrap > .grid-4 > .grid-2 #hexy, .inner.error404 #post-98 #main > .wrap > .grid-4 > .grid-2 #hexy {
    margin-top: -20px;
    display: inline-block;
    margin-left: calc(((524px - 97vw) / 2) * -1);
  }
  .inner.page-template-default #main > .wrap > .grid-4 .block.white-bkg, .inner.search #main > .wrap > .grid-4 .block.white-bkg, .inner.single-positions #main > .wrap > .grid-4 .block.white-bkg, .inner.single-mdsci_event #main > .wrap > .grid-4 .block.white-bkg, .inner.error404 #main > .wrap > .grid-4 .block.white-bkg {
    max-width: 90%;
  }
  .inner.page-template-default #main > .wrap > .grid-4 .block.white-bkg:after, .inner.search #main > .wrap > .grid-4 .block.white-bkg:after, .inner.single-positions #main > .wrap > .grid-4 .block.white-bkg:after, .inner.single-mdsci_event #main > .wrap > .grid-4 .block.white-bkg:after, .inner.error404 #main > .wrap > .grid-4 .block.white-bkg:after {
    width: 20px;
  }
  .inner.page-template-default #main > .wrap > .grid-4 .grid-2 svg, .inner.search #main > .wrap > .grid-4 .grid-2 svg, .inner.single-positions #main > .wrap > .grid-4 .grid-2 svg, .inner.single-mdsci_event #main > .wrap > .grid-4 .grid-2 svg, .inner.error404 #main > .wrap > .grid-4 .grid-2 svg {
    min-width: 350px;
  }
  div#post-13916 h2.table-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 730px) {
  .inner.page-template-default #main > .wrap > .grid-4 .block.white-bkg, .inner.search #main > .wrap > .grid-4 .block.white-bkg, .inner.single-positions #main > .wrap > .grid-4 .block.white-bkg, .inner.single-mdsci_event #main > .wrap > .grid-4 .block.white-bkg, .inner.error404 #main > .wrap > .grid-4 .block.white-bkg {
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 660px) {
  .inner.page-template-default #main .text-wrap .text-blocks .grid-2, .inner.search #main .text-wrap .text-blocks .grid-2, .inner.single-positions #main .text-wrap .text-blocks .grid-2, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2, .inner.error404 #main .text-wrap .text-blocks .grid-2 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .inner.page-template-default #main .grid-6.text-wrap:not(.banner), .inner.search #main .grid-6.text-wrap:not(.banner), .inner.single-positions #main .grid-6.text-wrap:not(.banner), .inner.single-mdsci_event #main .grid-6.text-wrap:not(.banner), .inner.error404 #main .grid-6.text-wrap:not(.banner) {
    margin-bottom: 0;
  }
  .inner.page-template-default #main .text-wrap .image-blocks, .inner.search #main .text-wrap .image-blocks, .inner.single-positions #main .text-wrap .image-blocks, .inner.single-mdsci_event #main .text-wrap .image-blocks, .inner.error404 #main .text-wrap .image-blocks {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner.page-template-default #main .text-wrap .fluid-width-video-wrapper, .inner.search #main .text-wrap .fluid-width-video-wrapper, .inner.single-positions #main .text-wrap .fluid-width-video-wrapper, .inner.single-mdsci_event #main .text-wrap .fluid-width-video-wrapper, .inner.error404 #main .text-wrap .fluid-width-video-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 504px) {
  .inner.page-template-default #top-panel p, .inner.search #top-panel p, .inner.single-positions #top-panel p, .inner.single-mdsci_event #top-panel p, .inner.error404 #top-panel p {
    width: 100%;
  }
  .inner.page-template-default #top-panel h1, .inner.search #top-panel h1, .inner.single-positions #top-panel h1, .inner.single-mdsci_event #top-panel h1, .inner.error404 #top-panel h1 {
    font-size: 8vw;
  }
  .inner.page-template-default #main > .wrap > .grid-4 > .grid-2, .inner.search #main > .wrap > .grid-4 > .grid-2, .inner.single-positions #main > .wrap > .grid-4 > .grid-2, .inner.single-mdsci_event #main > .wrap > .grid-4 > .grid-2, .inner.error404 #main > .wrap > .grid-4 > .grid-2 {
    float: none;
    margin: 0 0 -20px 0;
    min-width: 100%;
    padding: 0;
  }
  .inner.page-template-default #main > .wrap > .grid-4 > .grid-2 svg, .inner.search #main > .wrap > .grid-4 > .grid-2 svg, .inner.single-positions #main > .wrap > .grid-4 > .grid-2 svg, .inner.single-mdsci_event #main > .wrap > .grid-4 > .grid-2 svg, .inner.error404 #main > .wrap > .grid-4 > .grid-2 svg {
    width: 100%;
    margin-top: -60px;
  }
  .inner.page-template-default #main .text-wrap .flex_text .grid-3, .inner.search #main .text-wrap .flex_text .grid-3, .inner.single-positions #main .text-wrap .flex_text .grid-3, .inner.single-mdsci_event #main .text-wrap .flex_text .grid-3, .inner.error404 #main .text-wrap .flex_text .grid-3 {
    width: 100%;
    margin-right: 0 !important;
  }
  .inner.page-template-default #main .text-wrap .flex_text .grid-3 + .grid-3, .inner.search #main .text-wrap .flex_text .grid-3 + .grid-3, .inner.single-positions #main .text-wrap .flex_text .grid-3 + .grid-3, .inner.single-mdsci_event #main .text-wrap .flex_text .grid-3 + .grid-3, .inner.error404 #main .text-wrap .flex_text .grid-3 + .grid-3 {
    margin-top: 16px;
  }
  .inner.page-template-default #main .block.white-bkg, .inner.search #main .block.white-bkg, .inner.single-positions #main .block.white-bkg, .inner.single-mdsci_event #main .block.white-bkg, .inner.error404 #main .block.white-bkg {
    max-width: 100%;
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .inner.page-template-default #main .block.white-bkg:after, .inner.search #main .block.white-bkg:after, .inner.single-positions #main .block.white-bkg:after, .inner.single-mdsci_event #main .block.white-bkg:after, .inner.error404 #main .block.white-bkg:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100vw;
    background-color: #fff;
    right: auto;
    left: 100%;
    height: 100%;
    width: 20px;
  }
  .inner.page-template-default #main .block.flex_text.white-bkg + .flex_text, .inner.search #main .block.flex_text.white-bkg + .flex_text, .inner.single-positions #main .block.flex_text.white-bkg + .flex_text, .inner.single-mdsci_event #main .block.flex_text.white-bkg + .flex_text, .inner.error404 #main .block.flex_text.white-bkg + .flex_text {
    padding-top: 0 !important;
    margin-top: -24px !important;
  }
  .inner.page-template-default #main .block:first-child, .inner.search #main .block:first-child, .inner.single-positions #main .block:first-child, .inner.single-mdsci_event #main .block:first-child, .inner.error404 #main .block:first-child {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .inner.page-template-default #main .text-wrap .text-blocks .grid-2, .inner.search #main .text-wrap .text-blocks .grid-2, .inner.single-positions #main .text-wrap .text-blocks .grid-2, .inner.single-mdsci_event #main .text-wrap .text-blocks .grid-2, .inner.error404 #main .text-wrap .text-blocks .grid-2 {
    margin-bottom: 30px !important;
    float: left;
  }
}

@media screen and (max-width: 414px) {
  .inner.page-template-default #main .text-wrap .text-blocks, .inner.search #main .text-wrap .text-blocks, .inner.single-positions #main .text-wrap .text-blocks, .inner.single-mdsci_event #main .text-wrap .text-blocks, .inner.error404 #main .text-wrap .text-blocks {
    margin-left: calc((20px + 1.6%) * -1);
    padding: 20px 0 0 20px;
    width: calc(97% + 40px);
  }
  .inner.page-template-default #main .text-wrap .accordion, .inner.search #main .text-wrap .accordion, .inner.single-positions #main .text-wrap .accordion, .inner.single-mdsci_event #main .text-wrap .accordion, .inner.error404 #main .text-wrap .accordion {
    max-width: 105%;
    margin-left: -2.5%;
  }
  .inner.page-template-default #main .text-wrap .accordion .toggle, .inner.search #main .text-wrap .accordion .toggle, .inner.single-positions #main .text-wrap .accordion .toggle, .inner.single-mdsci_event #main .text-wrap .accordion .toggle, .inner.error404 #main .text-wrap .accordion .toggle {
    padding: 11px;
  }
  .inner.page-template-default #main .text-wrap .accordion .toggle:after, .inner.search #main .text-wrap .accordion .toggle:after, .inner.single-positions #main .text-wrap .accordion .toggle:after, .inner.single-mdsci_event #main .text-wrap .accordion .toggle:after, .inner.error404 #main .text-wrap .accordion .toggle:after {
    font-size: 32px;
  }
  .inner.page-template-default #main .text-wrap .accordion .toggle span, .inner.search #main .text-wrap .accordion .toggle span, .inner.single-positions #main .text-wrap .accordion .toggle span, .inner.single-mdsci_event #main .text-wrap .accordion .toggle span, .inner.error404 #main .text-wrap .accordion .toggle span {
    max-width: calc(100% - 50px);
  }
}

@media screen and (max-width: 400px) {
  .inner.page-template-default #main > .wrap > .grid-4 > .grid-2 svg, .inner.search #main > .wrap > .grid-4 > .grid-2 svg, .inner.single-positions #main > .wrap > .grid-4 > .grid-2 svg, .inner.single-mdsci_event #main > .wrap > .grid-4 > .grid-2 svg, .inner.error404 #main > .wrap > .grid-4 > .grid-2 svg {
    right: calc(((100vw - (390px + 3%)) * -1) / 2);
  }
}

@media screen and (max-width: 1200px) {
  .inner.page-template-default #main svg, .inner.search #main svg, .inner.single-positions #main svg, .inner.error404 #main svg {
    margin-top: -15%;
  }
  .inner.page-template-default #main > .wrap > .grid-4 > .grid-2, .inner.search #main > .wrap > .grid-4 > .grid-2, .inner.single-positions #main > .wrap > .grid-4 > .grid-2, .inner.error404 #main > .wrap > .grid-4 > .grid-2 {
    width: 400px;
  }
}

@media screen and (max-width: 730px) {
  .inner.page-template-default #top-panel.banner, .inner.single-exhibits #top-panel.banner, .inner.single-programs #top-panel.banner, .inner.search #top-panel.banner, .inner.single-positions #top-panel.banner, .inner.error404 #top-panel.banner {
    display: none;
  }
  .inner.page-template-default #banner_wrap, .inner.single-exhibits #banner_wrap, .inner.single-programs #banner_wrap, .inner.search #banner_wrap, .inner.single-positions #banner_wrap, .inner.error404 #banner_wrap {
    top: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  .inner.page-template-default #banner_wrap:after, .inner.single-exhibits #banner_wrap:after, .inner.single-programs #banner_wrap:after, .inner.search #banner_wrap:after, .inner.single-positions #banner_wrap:after, .inner.error404 #banner_wrap:after {
    top: 0;
  }
}

@media screen and (max-width: 504px) {
  .inner.page-template-default #banner_wrap, .inner.single-exhibits #banner_wrap, .inner.single-programs #banner_wrap, .inner.search #banner_wrap, .inner.single-positions #banner_wrap, .inner.error404 #banner_wrap {
    max-height: none;
  }
  .inner.page-template-default #banner_wrap .text-wrap, .inner.single-exhibits #banner_wrap .text-wrap, .inner.single-programs #banner_wrap .text-wrap, .inner.search #banner_wrap .text-wrap, .inner.single-positions #banner_wrap .text-wrap, .inner.error404 #banner_wrap .text-wrap {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100% !important;
    padding: 20px;
    background-color: #442a78;
  }
  .inner.page-template-default #banner_wrap .text-wrap h3, .inner.single-exhibits #banner_wrap .text-wrap h3, .inner.single-programs #banner_wrap .text-wrap h3, .inner.search #banner_wrap .text-wrap h3, .inner.single-positions #banner_wrap .text-wrap h3, .inner.error404 #banner_wrap .text-wrap h3 {
    font-size: 18px;
  }
  .inner.page-template-default #banner_wrap .text-wrap h1, .inner.single-exhibits #banner_wrap .text-wrap h1, .inner.single-programs #banner_wrap .text-wrap h1, .inner.search #banner_wrap .text-wrap h1, .inner.single-positions #banner_wrap .text-wrap h1, .inner.error404 #banner_wrap .text-wrap h1 {
    font-size: 27px;
  }
  .inner.page-template-default #banner_wrap .text-wrap.hex, .inner.single-exhibits #banner_wrap .text-wrap.hex, .inner.single-programs #banner_wrap .text-wrap.hex, .inner.search #banner_wrap .text-wrap.hex, .inner.single-positions #banner_wrap .text-wrap.hex, .inner.error404 #banner_wrap .text-wrap.hex {
    padding-bottom: 40px;
  }
  .inner.page-template-default #banner_wrap:after, .inner.single-exhibits #banner_wrap:after, .inner.single-programs #banner_wrap:after, .inner.search #banner_wrap:after, .inner.single-positions #banner_wrap:after, .inner.error404 #banner_wrap:after {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .inner.single-exhibits #main svg, .inner.single-programs #main svg {
    width: 120%;
  }
}

@media screen and (max-width: 1023px) {
  .inner.single-exhibits #banner_wrap .text-wrap, .inner.single-programs #banner_wrap .text-wrap {
    left: 20px;
    width: calc(100% - 40px);
  }
  .inner.single-exhibits #main, .inner.single-programs #main {
    padding: 0 20px;
  }
  .inner.single-exhibits #main > .wrap, .inner.single-programs #main > .wrap {
    width: 100%;
  }
  .inner.single-exhibits #main .grid-2, .inner.single-programs #main .grid-2 {
    width: 40%;
  }
  .inner.single-exhibits #main .grid-4, .inner.single-programs #main .grid-4 {
    width: 60%;
  }
  .inner.single-exhibits #main .grid-6, .inner.single-programs #main .grid-6 {
    padding-left: 0;
  }
  .inner.single-exhibits #main .text-wrap, .inner.single-programs #main .text-wrap {
    padding-right: 0;
  }
  .inner.single-exhibits #main svg, .inner.single-programs #main svg {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .inner.single-exhibits #main svg, .inner.single-programs #main svg {
    top: 0;
    left: auto;
    right: 10vw;
  }
  .inner.single-exhibits #main .grid-2, .inner.single-programs #main .grid-2 {
    width: 40%;
  }
  .inner.single-exhibits #main .grid-4, .inner.single-programs #main .grid-4 {
    width: 60%;
  }
}

@media screen and (max-width: 730px) {
  .inner.single-exhibits #banner_wrap .text-wrap, .inner.single-programs #banner_wrap .text-wrap {
    left: 20px;
  }
  .inner.single-exhibits #main, .inner.single-programs #main {
    margin: 40px 0;
  }
}

@media screen and (max-width: 504px) {
  .inner.single-exhibits #main, .inner.single-programs #main {
    margin: 20px 0 40px;
  }
  .inner.single-exhibits #main .grid-2, .inner.single-exhibits #main .grid-4 {
    width: 100%;
    float: none;
  }
  .inner.single-programs #main .grid-2, .inner.single-programs #main .grid-4 {
    width: 100%;
    float: none;
  }
  .inner.single-exhibits #main .grid-2, .inner.single-programs #main .grid-2 {
    margin-top: -70px;
  }
  .inner.single-exhibits #main svg, .inner.single-programs #main svg {
    right: auto;
    width: 100%;
    min-width: 350px;
  }
  .inner.single-exhibits #main .text-wrap blockquote, .inner.single-programs #main .text-wrap blockquote {
    margin-left: 0;
  }
}

/* 	 ___             __    ___  __             ___       ___      ___  __
	|__  \_/ |__| | |__) |  |  /__`   __|__   |__  \  / |__  |\ |  |  /__`
	|___ / \ |  | | |__) |  |  .__/     |     |___  \/  |___ | \|  |  .__/

    E X H I B I T S  +  E V E N T S        E X H I B I T S  +  E V E N T S
 */
.single-exhibits #main, .single-programs #main, .single-mdsci_event #main {
  padding-bottom: 6%;
}

.single-exhibits #main .text-wrap, .single-programs #main .text-wrap, .single-mdsci_event #main .text-wrap {
  padding-right: 30%;
}

.single-exhibits #main .text-wrap blockquote, .single-programs #main .text-wrap blockquote, .single-mdsci_event #main .text-wrap blockquote {
  margin-left: -20px;
  margin-right: 0;
}

.single-exhibits #main .text-wrap blockquote p, .single-programs #main .text-wrap blockquote p, .single-mdsci_event #main .text-wrap blockquote p {
  font: 400 22px/1.8 'quatro-slab', serif !important;
  color: #1d9bd5;
}

.single-exhibits #main .alignright, .single-programs #main .alignright, .single-mdsci_event #main .alignright {
  float: right;
  padding-left: 40px;
  margin-right: -28%;
  max-width: 360px;
}

.single-exhibits #main svg, .single-programs #main svg, .single-mdsci_event #main svg {
  position: relative;
  left: -80px;
  top: -30px;
}

@media screen and (max-width: 1023px) {
  .single-exhibits #main svg, .single-programs #main svg, .single-mdsci_event #main svg {
    width: 120% !important;
  }
}

.single-exhibits #main, .single-programs #main {
  margin: 80px 0 40px 0;
}

.single-exhibits #main h6.alert, .single-programs #main h6.alert {
  color: #442a78;
  font-size: 16px;
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  .single-exhibits #main > .wrap, .single-programs #main > .wrap {
    max-width: 1200px;
  }
  .single-exhibits #main .grid-6, .single-programs #main .grid-6 {
    padding-left: 16%;
  }
}

body.search #top-panel, body.single-positions #top-panel, body.error404 #top-panel {
  overflow: hidden;
}

body.search #main, body.single-positions #main, body.error404 #main {
  margin: 40px 0;
}

body.search #main .grid-6, body.single-positions #main .grid-6, body.error404 #main .grid-6 {
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  body.search #main .grid-6, body.single-positions #main .grid-6, body.error404 #main .grid-6 {
    padding: 0 250px;
  }
}

.single-mdsci_event .evenflow {
  background-color: #f7f7f7;
}

.single-mdsci_event #breadcrumbs {
  background-color: #442a78;
}

.single-mdsci_event #top-panel {
  background: #442a78 url("../images/purple-pattern-repeat-x-y.jpg");
  padding: 40px 0;
  position: relative;
}

.single-mdsci_event #top-panel:before {
  content: '';
  background: #5f419d url("../images/pattern-overlay-repeat-x-y.png");
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.single-mdsci_event #top-panel .btn-wrap {
  position: absolute;
  z-index: 2;
  margin: 0;
  right: -20px;
  top: 47%;
}

.single-mdsci_event #top-panel .btn-wrap .btn {
  display: block;
}

.single-mdsci_event #top-panel .btn-wrap .btn + .btn {
  margin-top: 8px;
  background-color: #c9dd03;
  letter-spacing: 2.3px;
}

.single-mdsci_event #top-panel .btn-wrap .btn + .btn:after {
  color: #442a78;
}

.single-mdsci_event #top-panel .btn-wrap .btn + .btn:hover {
  background-color: #f54359;
}

.single-mdsci_event #top-panel .btn-wrap .btn + .btn:hover:after {
  color: #c9dd03;
}

.single-mdsci_event #top-panel .magic-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  max-width: 1200px;
}

.single-mdsci_event #top-panel .magic-wrap img {
  height: 100px !important;
  width: 100% !important;
  padding-top: 47.5% !important;
  background-size: cover;
  background-position: center center;
}

.single-mdsci_event #top-panel .magic-wrap img.top {
  background-position: center top;
}

.single-mdsci_event #top-panel .magic-wrap img.bottom {
  background-position: center bottom;
}

.single-mdsci_event #top-panel .magic-wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 25%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 25%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 25%, transparent 100%);
}

.single-mdsci_event #top-panel .magic-wrap .text-wrap {
  position: absolute;
  bottom: 48px;
  left: 48px;
}

.single-mdsci_event #top-panel .magic-wrap .text-wrap .group {
  margin-top: 0;
}

.single-mdsci_event #top-panel .magic-wrap .text-wrap * {
  color: #fff;
}

.single-mdsci_event #top-panel .magic-wrap .text-wrap h1 {
  font-size: 40px;
  margin: 8px 0 24px;
}

.single-mdsci_event #top-panel .magic-wrap .text-wrap h6 {
  color: #c9dd03;
  border-left: 3px solid #f54359;
  padding-left: 12px;
  font-size: 17px;
}

.single-mdsci_event #top-panel .magic-wrap .text-wrap h5 {
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px;
  margin-top: 0;
}

.single-mdsci_event #top-panel .magic-wrap .text-wrap h5 em {
  font-size: 16px;
}

.single-mdsci_event #top-panel .magic-wrap .text-wrap > a {
  margin-top: 5vw;
}

.single-mdsci_event #top-panel .magic-wrap.imax-showing .text-wrap h1 {
  padding-bottom: 120px;
}

.single-mdsci_event #top-panel h2 {
  color: #fff;
  font-size: 28px;
  margin: 3% auto 3%;
  width: 1200px;
  max-width: 100%;
  padding: 0 260px 0 48px;
  line-height: 1.4;
}

.single-mdsci_event #ticket-wrap {
  margin-top: 60px;
}

.single-mdsci_event #ticket-wrap > div {
  float: left;
}

.single-mdsci_event #ticket-wrap > div + div .naked {
  margin-left: 32px;
}

.single-mdsci_event #ticket-wrap p {
  color: #f54359;
  text-align: center;
  font: 600 italic 14px/1 "Source Sans Pro", sans-serif;
  padding-top: 12px;
}

.single-mdsci_event #ticket-wrap .naked {
  color: #442a78;
  padding: 11px 0 0 0;
}

.single-mdsci_event #imax-dates-wrap {
  display: inline-block;
  position: relative;
  margin: 60px 0 0 0;
  padding-left: 180px;
  width: 1100px;
  max-width: 100%;
}

.single-mdsci_event #imax-dates-wrap .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-top: 30px;
}

.single-mdsci_event #imax-dates-wrap .slider > div {
  background: #9688b4;
  text-align: center;
  padding: 20px 0;
  min-height: 84px;
}

.single-mdsci_event #imax-dates-wrap .slider > div.showing {
  background: #fff;
  border-bottom: 4px solid #1d9bd5;
}

.single-mdsci_event #imax-dates-wrap .slider > div.showing.old {
  background: #9688b4;
}

.single-mdsci_event #imax-dates-wrap .slider > div.old {
  opacity: 0.3;
}

.single-mdsci_event #imax-dates-wrap .slider > div.old time a {
  color: #442a78;
  cursor: default;
}

.single-mdsci_event #imax-dates-wrap .slider > div.old time a:after {
  display: none;
}

.single-mdsci_event #imax-dates-wrap .slider > div date {
  font-size: 17px;
  font-weight: 700;
  color: #442a78;
}

.single-mdsci_event #imax-dates-wrap .slider > div time {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  color: #f54359;
  font-weight: 700;
  letter-spacing: normal;
}

.single-mdsci_event #imax-dates-wrap .slider > div time a {
  color: #f54359;
  font-weight: 700;
  letter-spacing: normal;
}

.single-mdsci_event #imax-dates-wrap .slider > div time a:after {
  height: 2px;
  bottom: -2px;
}

.single-mdsci_event #imax-dates-wrap .slider > div time.hide {
  display: none;
}

.single-mdsci_event #imax-dates-wrap .slider > div p {
  color: #000;
  font-weight: 400;
  font-style: italic;
  margin-top: 6px;
}

.single-mdsci_event #imax-dates-wrap .bx-controls {
  position: absolute;
  top: -20px;
  right: 0;
}

.single-mdsci_event #imax-dates-wrap .bx-controls .bx-controls-direction a {
  position: relative;
  display: inline-block;
  background: #f54359;
  text-indent: 0;
  color: #fff;
  text-align: center;
  width: 26px;
  height: 30px;
  font: 18px/30px 'mdsci';
  z-index: 19;
}

.single-mdsci_event #imax-dates-wrap .bx-controls .bx-controls-direction a.bx-prev {
  left: -190px;
  right: auto;
}

.single-mdsci_event #imax-dates-wrap .bx-controls .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
}

.single-mdsci_event #imax-dates-wrap .bx-controls .bx-controls-direction a.disabled {
  opacity: 0.25;
  cursor: default;
}

.single-mdsci_event #imax-dates-wrap .schedule {
  display: block;
  float: right;
  margin: 30px 0 50px;
}

.single-mdsci_event #imax-dates-wrap .week {
  position: absolute;
  top: -3px;
  right: 0;
  color: #fff;
  text-align: center;
  width: 243px;
  font-size: 16px;
}

.single-mdsci_event #main {
  margin: 40px 0;
}

.single-mdsci_event #main .grid-2 {
  position: relative;
  z-index: 2;
}

.single-mdsci_event #main .grid-6 {
  padding-left: 160px;
}

.single-mdsci_event #main .text-wrap .image-blocks {
  margin-left: 0 !important;
}

.single-mdsci_event #midriff {
  text-align: right;
  position: relative;
}

.single-mdsci_event #midriff .magic-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.single-mdsci_event #midriff .magic-wrap img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: 100vw;
}

.single-mdsci_event #midriff .review {
  position: relative;
  display: inline-block;
  max-width: 800px;
  margin: 3.5% -2% 20% 0;
  padding: 3.5% 5%;
  background-color: #fff;
  text-align: left;
}

.single-mdsci_event #midriff .review:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  background-color: #fff;
}

.single-mdsci_event #midriff .review .text-wrap {
  position: relative;
}

.single-mdsci_event #midriff .review .text-wrap i.fab {
  top: 0;
  right: 0;
}

.single-mdsci_event #multi-blocks {
  position: relative;
}

@media screen and (max-width: 1230px) {
  .single-mdsci_event #top-panel:before {
    height: 42vw;
  }
}

@media screen and (max-width: 900px) {
  .single-mdsci_event #top-panel .magic-wrap.imax-showing .text-wrap h1 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 990px) {
  .single-mdsci_event #top-panel {
    padding: 20px 0;
  }
  .single-mdsci_event #top-panel h2 {
    margin: 3% auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .single-mdsci_event #top-panel .magic-wrap .text-wrap {
    bottom: 0;
    top: 0;
    left: 6px;
  }
  .single-mdsci_event #top-panel h2 {
    padding: 0 260px 0 24px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 641px) {
  .single-mdsci_event #main #ticket-wrap {
    padding: 0 0 0 24px;
  }
}

@media screen and (max-width: 990px) {
  .single-mdsci_event #imax-dates-wrap {
    margin: 40px 0 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .single-mdsci_event #top-panel {
    padding: 0;
  }
  .single-mdsci_event #top-panel > .wrap {
    width: 100%;
  }
  .single-mdsci_event #top-panel .btn-wrap {
    right: 10px;
    top: auto;
    bottom: 10px;
  }
  .single-mdsci_event #top-panel h2 {
    padding: 0 20px 40px;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap {
    bottom: auto;
    top: 20px;
    left: 20px;
    width: 100%;
    padding: 0;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .chunk {
    float: left;
    margin-top: 0;
    max-width: 33.33%;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .chunk + .chunk {
    padding-left: 30px;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .naked {
    clear: left;
  }
  .single-mdsci_event #top-panel .magic-wrap:not(.imax-showing) .mask {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  .single-mdsci_event #imax-dates-wrap {
    padding: 0 20px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-mdsci_event #midriff .magic-wrap img {
    max-width: none;
  }
  .single-mdsci_event #midriff .review {
    max-width: 90%;
    margin: 10% 5%;
  }
  .single-mdsci_event #midriff .review:after {
    display: none;
  }
  .single-mdsci_event #imax-dates-wrap .bx-controls .bx-controls-direction a.bx-prev {
    left: -20px;
  }
  .single-mdsci_event #imax-dates-wrap .week {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .single-mdsci_event #top-panel .magic-wrap {
    padding-bottom: 20px;
    background-image: none !important;
  }
  .single-mdsci_event #top-panel .magic-wrap img {
    height: auto !important;
    padding-top: 0 !important;
  }
  .single-mdsci_event #top-panel .magic-wrap .mask {
    display: none;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap {
    position: static;
    padding: 20px;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .superchunk {
    position: absolute;
    top: 24px;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .superchunk h1 {
    margin-top: 0;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .superchunk * {
    text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .single-mdsci_event #top-panel .magic-wrap .btn-wrap {
    position: absolute;
    top: calc(45vw - 47px);
    bottom: auto;
  }
  .single-mdsci_event #top-panel .magic-wrap .btn-wrap.tix {
    top: calc(45vw - 102px);
  }
  .single-mdsci_event #top-panel:before {
    background: none;
  }
  .single-mdsci_event #main .text-wrap .image-blocks {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 504px) {
  .single-mdsci_event #top-panel.hex {
    padding-bottom: 30px;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap {
    padding-bottom: 60px;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .superchunk {
    position: static;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .superchunk * {
    text-shadow: none;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .superchunk h1 {
    margin-bottom: 16px;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .chunk {
    float: none;
    max-width: none;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .chunk + .chunk {
    padding-left: 0;
    margin-top: 16px;
  }
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .naked {
    float: right;
  }
  .single-mdsci_event #top-panel .magic-wrap.imax-showing .text-wrap .naked {
    float: left;
  }
  .single-mdsci_event #top-panel .magic-wrap.imax-showing .text-wrap h1 {
    padding-bottom: 0;
  }
  .single-mdsci_event #main .grid-6 > .text-wrap + .text-wrap {
    margin-top: 20px;
  }
  .single-mdsci_event #main .text-wrap .image-blocks .grid-2 {
    margin-top: 0;
  }
  .single-mdsci_event #main .text-wrap .image-blocks .grid-2:first-child {
    margin-top: 10px;
  }
  .single-mdsci_event #main .text-wrap blockquote {
    margin-left: 20px;
  }
}

@media screen and (max-width: 414px) {
  .single-mdsci_event #top-panel .magic-wrap .text-wrap .naked {
    float: left;
  }
  .single-mdsci_event #top-panel .magic-wrap .btn-wrap {
    position: static;
    margin: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .single-exhibits #main, .single-programs #main, .single-mdsci_event #main {
    padding: 0 20px;
  }
  .single-exhibits #main > .wrap, .single-programs #main > .wrap, .single-mdsci_event #main > .wrap {
    width: 100%;
  }
  .single-exhibits #main .grid-2, .single-programs #main .grid-2, .single-mdsci_event #main .grid-2 {
    width: 40%;
  }
  .single-exhibits #main .grid-4, .single-programs #main .grid-4, .single-mdsci_event #main .grid-4 {
    width: 60%;
  }
  .single-exhibits #main .grid-6, .single-programs #main .grid-6, .single-mdsci_event #main .grid-6 {
    padding-left: 0;
  }
  .single-exhibits #main .text-wrap, .single-programs #main .text-wrap, .single-mdsci_event #main .text-wrap {
    padding: 0 0 0 24px;
  }
  .single-exhibits #main .text-wrap .image-blocks, .single-programs #main .text-wrap .image-blocks, .single-mdsci_event #main .text-wrap .image-blocks {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .single-exhibits #main svg, .single-programs #main svg, .single-mdsci_event #main svg {
    left: auto;
    right: 10vw;
  }
  .single-exhibits #main .grid-2, .single-programs #main .grid-2, .single-mdsci_event #main .grid-2 {
    width: 40%;
  }
  .single-exhibits #main .grid-4, .single-programs #main .grid-4, .single-mdsci_event #main .grid-4 {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .single-exhibits #main .text-wrap, .single-programs #main .text-wrap, .single-mdsci_event #main .text-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 504px) {
  .single-exhibits #main, .single-programs #main, .single-mdsci_event #main {
    margin: 20px 0;
  }
  .single-exhibits #main .grid-2, .single-exhibits #main .grid-4 {
    width: 100%;
    float: none;
  }
  .single-programs #main .grid-2, .single-programs #main .grid-4 {
    width: 100%;
    float: none;
  }
  .single-mdsci_event #main .grid-2, .single-mdsci_event #main .grid-4 {
    width: 100%;
    float: none;
  }
  .single-exhibits #main .grid-2, .single-programs #main .grid-2, .single-mdsci_event #main .grid-2 {
    margin-top: -70px;
  }
  .single-exhibits #main svg, .single-programs #main svg, .single-mdsci_event #main svg {
    right: auto;
    top: 0;
    width: 100% !important;
    min-width: 350px !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 390px) {
  .single-exhibits #main svg, .single-programs #main svg, .single-mdsci_event #main svg {
    right: calc(((100vw - 390px) * -1) / 2);
  }
}

.page-template-page-multi-tier #multi-blocks {
  position: relative;
}

.single-mdsci_event #also-interested, .page-template-page-multi-tier #also-interested {
  background-color: #442a78;
  text-align: left;
  padding: 7% 0;
  position: relative;
  overflow: hidden;
}

.single-mdsci_event #also-interested.hover-0, .page-template-page-multi-tier #also-interested.hover-0 {
  background-color: #f89c26;
}

.single-mdsci_event #also-interested.hover-1, .page-template-page-multi-tier #also-interested.hover-1 {
  background-color: #f54359;
}

.single-mdsci_event #also-interested.hover-2, .page-template-page-multi-tier #also-interested.hover-2 {
  background-color: #c9dd03;
}

.single-mdsci_event #also-interested > .wrap h3, .page-template-page-multi-tier #also-interested > .wrap h3 {
  text-align: center;
  margin-bottom: 5%;
}

.single-mdsci_event #also-interested .grid-2, .page-template-page-multi-tier #also-interested .grid-2 {
  width: 31.31313%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-mdsci_event #also-interested .grid-2 p, .page-template-page-multi-tier #also-interested .grid-2 p {
  opacity: 1;
  text-align: center;
  position: static;
  float: right;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.single-mdsci_event #also-interested .grid-2 p a, .page-template-page-multi-tier #also-interested .grid-2 p a {
  display: block;
}

.single-mdsci_event #also-interested .grid-2 p a:hover, .single-mdsci_event #also-interested .grid-2 p a.hovered {
  color: #f54359;
  background-color: #c9dd03;
}

.page-template-page-multi-tier #also-interested .grid-2 p a:hover, .page-template-page-multi-tier #also-interested .grid-2 p a.hovered {
  color: #f54359;
  background-color: #c9dd03;
}

.single-mdsci_event #also-interested .grid-2 h3, .page-template-page-multi-tier #also-interested .grid-2 h3 {
  color: #faef5f;
  font-size: 17px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
  max-width: calc(100% - 50px);
}

.single-mdsci_event #also-interested .grid-2 h3 a, .page-template-page-multi-tier #also-interested .grid-2 h3 a {
  display: block;
  padding-top: 16px;
}

.single-mdsci_event #also-interested .grid-2:hover, .page-template-page-multi-tier #also-interested .grid-2:hover {
  top: 0;
}

.single-mdsci_event #also-interested .hexagroup, .page-template-page-multi-tier #also-interested .hexagroup {
  top: 700px;
  right: 33%;
  opacity: 0.25;
}

.single-mdsci_event #also-interested .hexagroup + .hexagroup {
  top: 570px;
  right: calc(33% - 310px);
}

.page-template-page-multi-tier #also-interested .hexagroup + .hexagroup {
  top: 570px;
  right: calc(33% - 310px);
}

.page-template-page-multi-tier #breadcrumbs {
  position: relative;
  z-index: 2;
  margin-bottom: -42px;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 840px) and (min-width: 631px) {
  .single-mdsci_event #also-interested .grid-2 h3, .page-template-page-multi-tier #also-interested .grid-2 h3 {
    position: absolute;
    top: 0;
    left: 12px;
    max-width: 90%;
    color: #fff;
  }
  .single-mdsci_event #also-interested .grid-2 p, .page-template-page-multi-tier #also-interested .grid-2 p {
    margin-top: -39px;
    position: relative;
  }
}

@media screen and (max-width: 630px) {
  .single-mdsci_event #also-interested .grid-2, .page-template-page-multi-tier #also-interested .grid-2 {
    width: 100%;
    margin-right: 0;
    max-height: none;
    margin-bottom: 24px !important;
  }
}

.page-template-page-grid-listing #breadcrumbs, .page-template-page-homeschool-schedule #breadcrumbs,
.page-template-page-grid-listing-imax #breadcrumbs, .page-template-page-homeschool-schedule #breadcrumbs {
  position: relative;
  z-index: 2;
  margin-bottom: -42px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-template-page-multi-tier #breadcrumbs .breadcrumb_last, .page-template-page-grid-listing #breadcrumbs .breadcrumb_last, .page-template-page-grid-listing-imax #breadcrumbs .breadcrumb_last, .page-template-page-homeschool-schedule #breadcrumbs .breadcrumb_last, .page-template-page-multi-tier #breadcrumbs .breadcrumb_last:after, .page-template-page-grid-listing #breadcrumbs .breadcrumb_last:after, .page-template-page-grid-listing-imax #breadcrumbs .breadcrumb_last:after, .page-template-page-homeschool-schedule #breadcrumbs .breadcrumb_last:after {
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 414px) {
  .page-template-page-multi-tier #breadcrumbs, .page-template-page-grid-listing #breadcrumbs, .page-template-page-grid-listing-imax #breadcrumbs, .page-template-page-homeschool-schedule #breadcrumbs {
    margin-bottom: -49px;
  }
  .page-template-page-multi-tier #breadcrumbs .breadcrumb_last, .page-template-page-grid-listing #breadcrumbs .breadcrumb_last, .page-template-page-grid-listing-imax #breadcrumbs .breadcrumb_last, .page-template-page-homeschool-schedule #breadcrumbs .breadcrumb_last {
    padding: 23px 20px 13px 26px;
  }
}

.page-template-page-multi-tier #breadcrumbs {
  margin-bottom: -29px;
}

@media screen and (max-width: 767px) {
  .page-template-page-multi-tier #breadcrumbs {
    margin-bottom: -32px;
  }
}

@media screen and (max-width: 414px) {
  .page-template-page-multi-tier #breadcrumbs {
    margin-bottom: -39px;
  }
}

#main.panel-purple, #top-panel.panel-purple, #ticket-prices.panel-purple {
  background-color: #442a78;
}

#main.panel-orange, #top-panel.panel-orange {
  background-color: #f89c26;
}

#main.panel-berry, #top-panel.panel-berry {
  background-color: #630460;
}

#main.panel-red, #top-panel.panel-red {
  background-color: #f54359;
}

#main.panel-yellow, #top-panel.panel-yellow {
  background-color: #faef5f;
}

#main.panel-green, #top-panel.panel-green {
  background-color: #c9dd03;
}

#main.panel-blue {
  background-color: #1d9bd5;
}

#top-panel.panel-blue, #ticket-prices.panel-blue {
  background-color: #1d9bd5;
}

#top-panel.panel-purple, #ticket-prices.panel-purple {
  background-image: url("../images/pattern-overlay-light-repeat-x-y.png");
}

#top-panel.panel-orange, #ticket-prices.panel-orange {
  background-image: url("../images/pattern-overlay-repeat-x-y.png");
}

#top-panel.panel-berry, #top-panel.panel-red, #top-panel.panel-yellow, #top-panel.panel-green, #top-panel.panel-blue, #ticket-prices.panel-berry, #ticket-prices.panel-red, #ticket-prices.panel-yellow, #ticket-prices.panel-green, #ticket-prices.panel-blue {
  background-image: url("../images/pattern-overlay-light-repeat-x-y.png");
}

.page-template-page-homeschool-schedule #top-panel {
  padding: 120px 0 30px;
}

.page-template-page-homeschool-schedule #top-panel.panel-purple {
  background: #5f419d url("../images/pattern-overlay-repeat-x-y.png");
}

.page-template-page-homeschool-schedule #top-panel.panel-orange {
  background: #f89c26 url("../images/pattern-overlay-repeat-x-y.png");
}

.page-template-page-homeschool-schedule #top-panel.panel-berry {
  background: #630460 url("../images/pattern-overlay-light-repeat-x-y.png");
}

.page-template-page-homeschool-schedule #top-panel.panel-red {
  background: #f54359 url("../images/pattern-overlay-light-repeat-x-y.png");
}

.page-template-page-homeschool-schedule #top-panel.panel-yellow {
  background: #faef5f url("../images/pattern-overlay-light-repeat-x-y.png");
}

.page-template-page-homeschool-schedule #top-panel.panel-green {
  background: #c9dd03 url("../images/pattern-overlay-light-repeat-x-y.png");
}

.page-template-page-homeschool-schedule #top-panel.panel-blue {
  background: #1d9bd5 url("../images/pattern-overlay-light-repeat-x-y.png");
}

.page-template-page-homeschool-schedule #top-panel .inner-wrap {
  max-width: 950px;
}

.page-template-page-homeschool-schedule #top-panel .text-wrap {
  float: left;
}

.page-template-page-homeschool-schedule #top-panel .text-wrap * {
  color: #fff;
}

.page-template-page-homeschool-schedule #top-panel #weeks {
  margin-top: 59px;
  float: left;
}

.page-template-page-homeschool-schedule #top-panel #weeks > div:first-child {
  float: left;
  padding-right: 60px;
}

.page-template-page-homeschool-schedule #top-panel #weeks > div:first-child a.naked {
  display: block;
}

.page-template-page-homeschool-schedule #top-panel #weeks > div:first-child a.naked.active:hover {
  cursor: default;
}

.page-template-page-homeschool-schedule #top-panel #weeks > div:first-child a.naked.active:after {
  max-width: 100%;
}

.page-template-page-homeschool-schedule #top-panel #weeks > div:first-child a.naked:hover:after {
  max-width: 100%;
}

.page-template-page-homeschool-schedule #top-panel #weeks > div:first-child a.naked:after {
  bottom: -7px;
  max-width: 0;
}

.page-template-page-homeschool-schedule #top-panel #weeks > div:first-child a.naked + a {
  margin-top: 24px;
}

.page-template-page-homeschool-schedule #top-panel #weeks .week-wrap {
  float: left;
  display: none;
  opacity: 0;
}

.page-template-page-homeschool-schedule #top-panel #weeks .week-wrap.active {
  display: block;
  opacity: 1;
}

.page-template-page-homeschool-schedule #top-panel #weeks .week-wrap div {
  float: left;
  width: 133px;
  margin-right: 7px;
  background-color: #fff;
  padding: 32px 0;
  text-align: center;
  color: #442a78;
  font-size: 17px;
  border-bottom: 4px solid #fff;
  -webkit-transition: 350ms opacity ease;
  -o-transition: 350ms opacity ease;
  transition: 350ms opacity ease;
}

.page-template-page-homeschool-schedule #top-panel #weeks .week-wrap div:last-child {
  margin-right: 0;
}

.page-template-page-homeschool-schedule #top-panel #weeks .week-wrap div.active {
  border-color: #1d9bd5;
}

.page-template-page-homeschool-schedule #top-panel #weeks .week-wrap div:not(.active) {
  opacity: 0.6;
  cursor: pointer;
}

.page-template-page-homeschool-schedule #top-panel #weeks .week-wrap div:not(.active):hover {
  opacity: 1;
}

.page-template-page-homeschool-schedule #main {
  padding: 20px 0 100px 0;
}

.page-template-page-homeschool-schedule #main > .wrap > h3 {
  color: #c9dd03;
  margin: 20px 0;
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2 {
  background-color: #fff;
  position: relative;
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2.sold_out .mask {
  position: absolute;
  height: 90px;
  width: 135px;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2.sold_out .mask:after {
  content: 'SOLD OUT';
  position: absolute;
  left: 0;
  right: 0;
  color: #f54359;
  font: 600 16px/90px "Source Sans Pro", sans-serif;
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2 a {
  display: block;
  padding: 10px;
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2 img {
  float: left;
  height: 90px;
  margin-right: 10px;
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2 .text-wrap {
  float: left;
  margin: 0;
  padding-bottom: 20px;
  width: calc(100% - 155px);
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2 .text-wrap * + * {
  margin: 0;
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2 .text-wrap h3 {
  color: #1d9bd5;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
}

.page-template-page-homeschool-schedule #main > .wrap .grid-2 .text-wrap h5 {
  font: 600 16px/1 "Source Sans Pro", sans-serif;
  color: #442a78;
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 1401px) {
  .page-template-page-homeschool-schedule #top-panel .inner-wrap {
    margin-left: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page-homeschool-schedule #top-panel .inner-wrap {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-homeschool-schedule #top-panel {
    padding: 60px 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-homeschool-schedule #top-panel #weeks {
    margin-top: 0;
  }
  .page-template-page-homeschool-schedule #top-panel #weeks > div:first-child {
    padding: 0 0 30px 0;
  }
  .page-template-page-homeschool-schedule #top-panel #weeks > div:first-child a.naked {
    display: inline-block;
  }
  .page-template-page-homeschool-schedule #top-panel #weeks > div:first-child a.naked + a {
    margin-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .page-template-page-homeschool-schedule #top-panel #weeks {
    width: 100%;
  }
  .page-template-page-homeschool-schedule #top-panel #weeks .week-wrap {
    width: 100%;
  }
  .page-template-page-homeschool-schedule #top-panel #weeks .week-wrap div {
    margin-bottom: 4%;
    width: 48%;
    margin-right: 4%;
  }
  .page-template-page-homeschool-schedule #top-panel #weeks .week-wrap div:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1401px) {
  .page-template-page-homeschool-schedule #main > .wrap {
    padding-left: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page-homeschool-schedule #main > .wrap {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page-homeschool-schedule #main > .wrap .grid-2 a {
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page-homeschool-schedule #main > .wrap .grid-2 img {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page-homeschool-schedule #main > .wrap .grid-2 .text-wrap h5 {
    bottom: 20px;
  }
}

@media screen and (max-width: 940px) {
  .page-template-page-homeschool-schedule #main > .wrap .grid-2 {
    width: 49.24242%;
  }
  .page-template-page-homeschool-schedule #main > .wrap .grid-2:nth-child(3n) {
    margin-right: 1.51515%;
  }
  .page-template-page-homeschool-schedule #main > .wrap .grid-2:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .page-template-page-homeschool-schedule #main > .wrap .grid-2 {
    width: 49.24242%;
  }
  .page-template-page-homeschool-schedule #main > .wrap .grid-2:nth-child(n) {
    margin-right: 1.51515% !important;
  }
  .page-template-page-homeschool-schedule #main > .wrap .grid-2:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .page-template-page-homeschool-schedule #main > .wrap .grid-2 {
    width: 100%;
  }
  .page-template-page-homeschool-schedule #main > .wrap .grid-2:nth-child(n) {
    margin-bottom: 4% !important;
  }
  .page-template-page-homeschool-schedule #main > .wrap .grid-2:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-homeschool-schedule #main {
    padding: 20px 15px 100px 15px;
  }
}

.page-template-page-grid-listing #top-panel, .page-template-page-grid-listing-imax #top-panel {
  padding-top: 80px;
  max-height: 459px;
}

.page-template-page-grid-listing #top-panel > .wrap, .page-template-page-grid-listing-imax #top-panel > .wrap {
  max-height: 379px;
}

.page-template-page-grid-listing #top-panel > .wrap .hero-img, .page-template-page-grid-listing-imax #top-panel > .wrap .hero-img {
  position: relative;
  margin: 0 0 -14% 0;
  height: 42.8vw;
  max-height: 570px;
  width: 100%;
  max-width: 1360px;
  background-size: cover !important;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon {
  position: absolute !important;
  top: auto;
  right: -90px;
  bottom: -300px;
  -webkit-box-shadow: -3px 1px 59px 0px rgba(0, 0, 0, 0.19);
  box-shadow: -3px 1px 59px 0px rgba(0, 0, 0, 0.19);
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.orange, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange {
  background-color: #f89c26;
  height: 400px;
  width: 230.94667px;
  margin-right: 115.46667px;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.orange:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.orange:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange:after {
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.orange:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange:before {
  right: 100%;
  border-right: 115.46667px solid #f89c26;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.orange:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange:after {
  left: 100%;
  border-left: 115.46667px solid #f89c26;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.purple, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple {
  background-color: #442a78;
  height: 400px;
  width: 230.94667px;
  margin-right: 115.46667px;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.purple:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.purple:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple:after {
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.purple:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple:before {
  right: 100%;
  border-right: 115.46667px solid #442a78;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.purple:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple:after {
  left: 100%;
  border-left: 115.46667px solid #442a78;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.berry, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry {
  background-color: #630460;
  height: 400px;
  width: 230.94667px;
  margin-right: 115.46667px;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.berry:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.berry:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry:after {
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.berry:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry:before {
  right: 100%;
  border-right: 115.46667px solid #630460;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.berry:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry:after {
  left: 100%;
  border-left: 115.46667px solid #630460;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.blue, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue {
  background-color: #1d9bd5;
  height: 400px;
  width: 230.94667px;
  margin-right: 115.46667px;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.blue:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.blue:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue:after {
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.blue:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue:before {
  right: 100%;
  border-right: 115.46667px solid #1d9bd5;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.blue:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue:after {
  left: 100%;
  border-left: 115.46667px solid #1d9bd5;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.red, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red {
  background-color: #f54359;
  height: 400px;
  width: 230.94667px;
  margin-right: 115.46667px;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.red:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.red:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red:after {
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.red:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red:before {
  right: 100%;
  border-right: 115.46667px solid #f54359;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.red:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red:after {
  left: 100%;
  border-left: 115.46667px solid #f54359;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow {
  background-color: #faef5f;
  height: 400px;
  width: 230.94667px;
  margin-right: 115.46667px;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow:after {
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow:before {
  right: 100%;
  border-right: 115.46667px solid #faef5f;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow:after {
  left: 100%;
  border-left: 115.46667px solid #faef5f;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.green, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green {
  background-color: #c9dd03;
  height: 400px;
  width: 230.94667px;
  margin-right: 115.46667px;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.green:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.green:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green:after {
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.green:before, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green:before {
  right: 100%;
  border-right: 115.46667px solid #c9dd03;
}

.page-template-page-grid-listing #top-panel > .wrap .hexagon.green:after, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green:after {
  left: 100%;
  border-left: 115.46667px solid #c9dd03;
}

.page-template-page-grid-listing #top-panel > .wrap img, .page-template-page-grid-listing-imax #top-panel > .wrap img {
  position: relative;
  margin: 0 0 -14% 0;
  max-width: 1360px;
  max-height: 570px;
  width: 100%;
}

.page-template-page-grid-listing #top-panel > .wrap .text-wrap, .page-template-page-grid-listing-imax #top-panel > .wrap .text-wrap {
  text-align: left;
  position: absolute;
  left: 70px;
  max-width: 350px;
  top: 74%;
  -webkit-transform: translate3d(0, -74%, 0);
  -ms-transform: translate3d(0, -74%, 0);
  transform: translate3d(0, -74%, 0);
}

.page-template-page-grid-listing #top-panel > .wrap .text-wrap *, .page-template-page-grid-listing-imax #top-panel > .wrap .text-wrap * {
  color: #fff;
}

.page-template-page-grid-listing #top-panel .mask, .page-template-page-grid-listing-imax #top-panel .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1360px;
  height: 570px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 25%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 25%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 25%, transparent 100%);
}

.page-template-page-grid-listing #main, .page-template-page-grid-listing-imax #main {
  padding-top: 14%;
  background: url("../images/pattern-fade-repeat-x.png") repeat-x;
}

.page-template-page-grid-listing #main .text-wrap.tight, .page-template-page-grid-listing-imax #main .text-wrap.tight {
  padding: 0 0 60px 48px;
  max-width: 680px;
}

.page-template-page-grid-listing #main .block.white-bkg:after, .page-template-page-grid-listing-imax #main .block.white-bkg:after {
  width: 106px;
}

.page-template-page-grid-listing #main .featured-boi, .page-template-page-grid-listing-imax #main .featured-boi {
  max-height: calc(36vw + 40px);
  width: 122%;
  margin: 40px -11% 100px;
  overflow: hidden;
}

.page-template-page-grid-listing #main .featured-boi img, .page-template-page-grid-listing-imax #main .featured-boi img {
  margin-top: 40px;
}

.page-template-page-grid-listing #main .featured-boi .text-wrap, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap {
  width: 42%;
  height: 33.333vw;
  max-height: 455px;
  position: relative;
}

.page-template-page-grid-listing #main .featured-boi .text-wrap *, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap * {
  color: #fff;
}

.page-template-page-grid-listing #main .featured-boi .text-wrap h3, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap h3 {
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 10px;
}

.page-template-page-grid-listing #main .featured-boi .text-wrap p, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap p {
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
}

.page-template-page-grid-listing #main .featured-boi .text-wrap a, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap a {
  position: absolute;
  bottom: 50px;
}

.page-template-page-grid-listing #main .featured-boi .text-wrap.biology, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap.biology {
  background: url("../images/bkg/biology-bkg.jpg") no-repeat;
}

.page-template-page-grid-listing #main .featured-boi .text-wrap.space, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap.space {
  background: url("../images/bkg/space-bkg.jpg") no-repeat;
}

.page-template-page-grid-listing #main .featured-boi .text-wrap .text-wrap-inner, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap .text-wrap-inner {
  position: absolute;
  padding: 0 20% 0 12%;
  top: 40%;
  -webkit-transform: translate3d(0, -40%, 0);
  -ms-transform: translate3d(0, -40%, 0);
  transform: translate3d(0, -40%, 0);
}

.page-template-page-grid-listing #main .featured-boi:not(.flip) .img, .page-template-page-grid-listing-imax #main .featured-boi:not(.flip) .img {
  float: right;
}

.page-template-page-grid-listing #main .featured-boi:not(.flip) .text-wrap, .page-template-page-grid-listing-imax #main .featured-boi:not(.flip) .text-wrap {
  float: left;
  margin-right: -5%;
}

.page-template-page-grid-listing #main .featured-boi:not(.flip) .text-wrap a, .page-template-page-grid-listing-imax #main .featured-boi:not(.flip) .text-wrap a {
  right: -24px;
}

.page-template-page-grid-listing #main .featured-boi.flip img, .page-template-page-grid-listing-imax #main .featured-boi.flip img {
  float: left;
}

.page-template-page-grid-listing #main .featured-boi.flip .text-wrap, .page-template-page-grid-listing-imax #main .featured-boi.flip .text-wrap {
  float: right;
  margin-left: -5%;
}

.page-template-page-grid-listing #main .featured-boi.flip .text-wrap a, .page-template-page-grid-listing-imax #main .featured-boi.flip .text-wrap a {
  left: -24px;
}

.page-template-page-grid-listing #main .grid-2.row.feat + .grid-2 + .grid-2, .page-template-page-grid-listing-imax #main .grid-2.row.feat + .grid-2 + .grid-2 {
  float: right;
}

.page-template-page-grid-listing #main small, .page-template-page-grid-listing-imax #main small {
  display: block;
  padding-top: 8px;
  color: #f54359;
  font-style: italic;
}

.inner.inner.page-template-page-grid-listing-imax #main {
  margin: 0;
  padding-top: 260px;
  padding-bottom: 0;
}

.inner.inner.page-template-page-grid-listing-imax #main .tight {
  float: left;
  margin-right: 7%;
}

.inner.inner.page-template-page-grid-listing-imax #main .tight + .buttons {
  float: left;
}

.inner.inner.page-template-page-grid-listing-imax #main .tight + .buttons .btn {
  display: block;
  font-size: 15px;
  text-align: center;
  letter-spacing: 3px;
  padding: 19.5px 30px;
  margin-bottom: 10px;
}

.inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight {
  padding: 0 0 60px 71px;
}

.inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight h3 {
  font-size: 22px;
  line-height: 37px;
}

.inner.inner.page-template-page-grid-listing-imax #main .img-box {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks {
  margin: 0 50px 0 70px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #5e4085;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks h3 {
  margin-top: 14px;
  font-size: 17px;
  font-weight: bold;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks h3 .box {
  vertical-align: baseline;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks h3 .box:after {
  background-color: white;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks a.plus-decor {
  background-color: #1b98d7;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .documentary h3 {
  color: #5e4085;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .documentary .plus-decor, .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .documentary .tickets-decor {
  background-color: #5e4085;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .documentary .plus-decor.hovered {
  background-color: #afc10c;
  color: #f54359;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .documentary .plus-decor.hovered i {
  color: white;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .feature-film h3 {
  color: #f2455c;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .feature-film .plus-decor {
  background-color: #f2455c;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .feature-film .plus-decor.hovered {
  background-color: #afc10c;
  color: #f54359;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .feature-film .plus-decor.hovered i {
  color: white;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .feature-film .box {
  background: #f2455c;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming h3, .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current h3 {
  float: left;
  margin-top: 0;
  background-color: #fff;
  margin-right: 10px;
  padding: 5px 10px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-3 {
  padding: 0 21px 0 22px;
  margin-bottom: 134px;
  height: 220px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-3.even {
  padding-left: 0;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-3.odd {
  padding-right: 0;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-3 .img-box {
  -webkit-box-shadow: -5px -5px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5px -5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -5px -5px 15px 0px rgba(0, 0, 0, 0.15);
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .plus-decor i {
  position: relative;
  top: -2px;
  padding-left: 7px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .tickets-decor i {
  font-size: 16px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .plus-decor:hover, .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .tickets-decor:hover {
  background-color: #afc10c;
  color: #f33a4e;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks a.control {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks a.control i {
  color: #afc10c;
  transition: color 350ms ease;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks a.control.plus-decor i {
  font-size: 17px;
  font-weight: 600;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks a.control:hover i {
  color: white;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-6 {
  padding-bottom: 30px;
  height: 260px;
  margin-bottom: 82px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-3 .plus-decor, .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-6 .plus-decor {
  transition: background-color 350ms ease, color 350ms ease;
  margin-left: 0;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .box {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #5e4085;
  vertical-align: bottom;
  margin-right: 8px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .box:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: white;
  z-index: 2;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  float: right;
  text-align: right;
  text-transform: uppercase;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend .box:after {
  background-color: #f1f1f1;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  text-align: center;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div:before {
  content: " ";
  display: block;
  position: relative;
  top: 12px;
  left: -18px;
  width: 9px;
  height: 9px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.doc {
  color: #5e4085;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.doc:before {
  background: #5e4085;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.film {
  color: #f2455c;
  margin-right: 0;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.film .box {
  background: #f2455c;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.film:before {
  background: #f2455c;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming h2 {
  display: inline-block;
  width: 47%;
  margin-right: 2%;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current {
  margin-top: 10px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current #see-more {
  display: none;
  height: 100px;
  width: 121%;
  margin-left: -11%;
  font-size: 23px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #41206b;
  clear: both;
  line-height: 100px;
  cursor: pointer;
  text-transform: uppercase;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current #see-more .fa-chevron-down, .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current #see-more .fa-chevron-up {
  color: #c2d809;
  margin-left: 17px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .special h2 {
  color: #1fa2dc;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .special .plus-decor {
  background-color: #1fa2dc;
  padding-right: 16px;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .special .plus-decor.hovered {
  color: #f54359;
}

.inner.inner.page-template-page-grid-listing-imax #main .image-blocks .date-label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  position: absolute;
  margin-top: -21px;
  padding: 3px 7px;
  color: white;
  background-color: #1fa2dc;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special {
  position: relative;
  margin-top: 133px;
  padding-left: 70px;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .content {
  position: relative;
  background-color: #1fa2dc;
  padding: 55px 40px 30px 40px;
  margin-top: -30px;
  margin-right: -50px;
  z-index: 2;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .content h2 {
  font-size: 32px;
  color: white;
  margin-top: 9px;
  margin-bottom: 21px;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .content p {
  color: white;
  letter-spacing: 1px;
  font-weight: 300;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .content p.flag {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn {
  position: relative;
  left: 71%;
  margin-top: 27px;
  background-color: #afc10c;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn:hover {
  background-color: #f33a4f;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn:after {
  color: black;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .image {
  position: relative;
  height: 437px;
  z-index: 1;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur {
  padding-top: 848px;
  left: -8%;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur {
  padding-top: 838px;
  left: 15%;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur + .hexagroup.blur {
  padding-top: 530px;
  left: 45.5%;
}

.inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur + .hexagroup.blur + .hexagroup.blur {
  padding-top: 530px;
  left: 75.5%;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices {
  margin-top: 93px;
  padding: 123px 0;
  background-color: #502188;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section {
  padding: 0 100px 0 70px;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section > p {
  color: white;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices h2 {
  color: white;
  font-weight: 500;
  margin-bottom: 20px;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-info {
  color: white;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 10px;
  border-top: 2px solid #91804f;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-info h4 {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-info h4 span {
  font-size: 12px;
  font-style: italic;
  vertical-align: middle;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-info .price {
  float: right;
  font-size: 25px;
  font-weight: 600;
}

.inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .buttons {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1352px) {
  .inner.inner.page-template-page-grid-listing-imax #main .show-legend div.doc {
    margin-bottom: 10px;
    margin-left: 14px;
  }
}

@media screen and (max-width: 1240px) {
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-3, .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-6 {
    height: 16vw;
  }
}

@media screen and (max-width: 1100px) {
  .inner.inner.page-template-page-grid-listing-imax #main > .group + .group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-3, .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-6 {
    height: 25vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.doc {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.film {
    display: inline-block;
    margin-right: 0;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .shows {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .specials {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .specials .image-blocks .special .grid-6 {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    clear: none;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .specials .image-blocks .special .grid-6.odd {
    padding-right: 0;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 1040px) {
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight {
    padding-bottom: 30px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight + .buttons {
    margin: 0 0 60px 71px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap .image-blocks {
    padding: 44px 0;
  }
}

@media screen and (max-width: 953px) {
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.doc {
    display: inline-block;
    margin: 0 10px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content {
    width: 95%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .image {
    width: 95%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 880px) {
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .show-legend div.doc {
    margin-bottom: 10px;
    margin-left: 8px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section {
    padding: 0 70px;
  }
}

@media screen and (max-width: 850px) {
  .inner.inner.page-template-page-grid-listing-imax #main {
    padding-top: 160px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight {
    padding-left: 50px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight h3 {
    font-size: 32px;
    line-height: 39px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight + .buttons {
    margin-left: 50px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks {
    margin: 0 50px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming {
    margin-bottom: 10px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming .show-legend {
    float: none;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current h2 {
    margin-bottom: 62px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current .grid-3 {
    display: none;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current .grid-3:nth-child(-n+4) {
    display: block;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .current #see-more {
    display: block;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .box.box {
    margin-top: 4.9vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks h2 {
    font-size: 48px;
    font-weight: 500;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks h3 {
    font-size: 32px;
    margin-top: 3.2vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .grid-3, .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .special.special .grid-6 {
    width: 100%;
    height: 47.5vw;
    padding: 0;
    margin-bottom: 100px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming h2 {
    width: 100%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming .show-legend {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming .show-legend div {
    display: inline-block;
    font-size: 20px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming .show-legend div:before {
    top: 17px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming .show-legend div .box {
    margin-top: 0;
    vertical-align: baseline;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming .show-legend div.doc {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .date-label {
    margin-top: -47px;
    padding: 10px 15px;
    font-size: 23px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .specials {
    margin-top: 10px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .specials h2 {
    margin-bottom: 74px;
    color: #0b9ad7;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special {
    width: 93%;
    padding: 0 0 0 23px;
    margin: -500px auto 0;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content p {
    font-size: 23px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content p.flag {
    letter-spacing: 3px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content h2 {
    font-size: 50px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn {
    left: 72%;
    font-size: 23px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn:after {
    font-size: 30px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur {
    padding-top: 2180px;
    left: -19%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur {
    padding-top: 2190px;
    left: 40%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur + .hexagroup.blur {
    padding-top: 1000px;
    left: 45.5%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur + .hexagroup.blur + .hexagroup.blur {
    padding-top: 1154px;
    left: 91.5%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices {
    margin-top: 0;
    padding-top: 169px;
    padding-bottom: 29px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section {
    width: 100%;
    margin-bottom: 95px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section h2 {
    font-size: 50px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section .ticket-info {
    margin-bottom: 64px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section .ticket-info h4 {
    font-size: 25px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section .ticket-info h4 span {
    font-size: 19px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section .ticket-info .price {
    font-size: 40px;
  }
}

@media screen and (max-width: 560px) {
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight {
    padding-left: 20px;
    margin-right: 20px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight + .buttons {
    margin-left: 20px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks {
    margin: 0 20px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .box.box {
    margin-top: 5.4vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special {
    width: 95%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn {
    left: 60%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section {
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .inner.inner.page-template-page-grid-listing-imax #main {
    /* Responsive text from here down. */
    /* End responsive text section. */
  }
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight h3 {
    font-size: 6.4vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .text-wrap.tight + .buttons {
    width: 90%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks h2 {
    font-size: 9.4vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks h3 {
    font-size: 6.4vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content p {
    font-size: 4.6vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content h2 {
    font-size: 10vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn {
    font-size: 4.6vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn:after {
    font-size: 6vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section h2 {
    font-size: 10vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section .ticket-info h4 {
    font-size: 5vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section .ticket-info .price {
    font-size: 8vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .ticket-section .ticket-info h4 span {
    font-size: 3.8vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .box.box {
    margin-top: 5.6vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special {
    width: 100%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .content .btn {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur {
    padding-top: 2180px;
    left: -19%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur {
    padding-top: 2190px;
    left: 40%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur + .hexagroup.blur {
    padding-top: 737px;
    left: 45.5%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .featured-special .hexagroup.blur + .hexagroup.blur + .hexagroup.blur + .hexagroup.blur {
    padding-top: 900px;
    left: 91.5%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices {
    padding-top: 100px;
  }
  .inner.inner.page-template-page-grid-listing-imax #main #ticket-prices .buttons {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 375px) {
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .box.box {
    margin-top: 5.1vw;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming .show-legend {
    width: 94%;
    margin-left: 6%;
  }
  .inner.inner.page-template-page-grid-listing-imax #main .image-blocks .upcoming .show-legend div.film {
    margin-left: 0;
  }
}

@media screen and (max-width: 1044px) {
  .inner.inner.page-template-page-grid-listing-imax #top-panel .mask {
    width: 100%;
    height: 54.5vw;
  }
}

@media screen and (max-width: 767px) {
  .inner.inner.page-template-page-grid-listing-imax #top-panel > .wrap {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .inner.inner.page-template-page-grid-listing-imax #top-panel > .wrap .text-wrap {
    left: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-grid-listing #top-panel > .wrap .hexagon,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon {
    bottom: -21vw;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.orange,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange {
    background-color: #f89c26;
    position: relative;
    height: 40vw;
    width: 23.09467vw;
    margin-right: 11.54667vw;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.orange:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.orange:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 20vw solid transparent;
    border-bottom: 20vw solid transparent;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.orange:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange:before {
    right: 100%;
    border-right: 11.54667vw solid #f89c26;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.orange:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.orange:after {
    left: 100%;
    border-left: 11.54667vw solid #f89c26;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.purple,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple {
    background-color: #442a78;
    position: relative;
    height: 40vw;
    width: 23.09467vw;
    margin-right: 11.54667vw;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.purple:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.purple:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 20vw solid transparent;
    border-bottom: 20vw solid transparent;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.purple:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple:before {
    right: 100%;
    border-right: 11.54667vw solid #442a78;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.purple:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.purple:after {
    left: 100%;
    border-left: 11.54667vw solid #442a78;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.berry,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry {
    background-color: #630460;
    position: relative;
    height: 40vw;
    width: 23.09467vw;
    margin-right: 11.54667vw;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.berry:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.berry:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 20vw solid transparent;
    border-bottom: 20vw solid transparent;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.berry:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry:before {
    right: 100%;
    border-right: 11.54667vw solid #630460;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.berry:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.berry:after {
    left: 100%;
    border-left: 11.54667vw solid #630460;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.blue,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue {
    background-color: #1d9bd5;
    position: relative;
    height: 40vw;
    width: 23.09467vw;
    margin-right: 11.54667vw;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.blue:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.blue:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 20vw solid transparent;
    border-bottom: 20vw solid transparent;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.blue:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue:before {
    right: 100%;
    border-right: 11.54667vw solid #1d9bd5;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.blue:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.blue:after {
    left: 100%;
    border-left: 11.54667vw solid #1d9bd5;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.red,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red {
    background-color: #f54359;
    position: relative;
    height: 40vw;
    width: 23.09467vw;
    margin-right: 11.54667vw;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.red:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.red:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 20vw solid transparent;
    border-bottom: 20vw solid transparent;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.red:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red:before {
    right: 100%;
    border-right: 11.54667vw solid #f54359;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.red:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.red:after {
    left: 100%;
    border-left: 11.54667vw solid #f54359;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow {
    background-color: #faef5f;
    position: relative;
    height: 40vw;
    width: 23.09467vw;
    margin-right: 11.54667vw;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 20vw solid transparent;
    border-bottom: 20vw solid transparent;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow:before {
    right: 100%;
    border-right: 11.54667vw solid #faef5f;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.yellow:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.yellow:after {
    left: 100%;
    border-left: 11.54667vw solid #faef5f;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.green,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green {
    background-color: #c9dd03;
    position: relative;
    height: 40vw;
    width: 23.09467vw;
    margin-right: 11.54667vw;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.green:before, .page-template-page-grid-listing #top-panel > .wrap .hexagon.green:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 20vw solid transparent;
    border-bottom: 20vw solid transparent;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.green:before,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green:before {
    right: 100%;
    border-right: 11.54667vw solid #c9dd03;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon.green:after,
  .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon.green:after {
    left: 100%;
    border-left: 11.54667vw solid #c9dd03;
  }
}

@media screen and (max-width: 1300px) {
  .page-template-page-grid-listing #top-panel .mask {
    width: 100%;
    height: 42.8vw;
  }
}

@media screen and (max-width: 504px) {
  .page-template-page-grid-listing #top-panel .mask {
    width: 100vw;
    height: 47.6vw;
  }
  .page-template-page-grid-listing #top-panel .hero-img {
    height: 47.6vw !important;
  }
  .page-template-page-grid-listing #main, .page-template-page-grid-listing-imax #main {
    margin: 12% 0 0;
  }
}

@media screen and (min-width: 505px) {
  .page-template-page-grid-listing.parent-pageid-84 #top-panel .text-wrap, .page-template-page-grid-listing.page-id-493 #top-panel .text-wrap, page-template-page-grid-listing-imax.parent-pageid-84 #top-panel .text-wrap, page-template-page-grid-listing-imax.page-id-493 #top-panel .text-wrap {
    max-width: 500px;
  }
  .page-template-page-grid-listing.parent-pageid-84 #top-panel .text-wrap h1, .page-template-page-grid-listing.page-id-493 #top-panel .text-wrap h1, page-template-page-grid-listing-imax.parent-pageid-84 #top-panel .text-wrap h1, page-template-page-grid-listing-imax.page-id-493 #top-panel .text-wrap h1 {
    font-size: 54px;
  }
}

@media screen and (max-width: 1366px) {
  .page-template-page-grid-listing #main, .page-template-page-grid-listing-imax #main {
    margin: 4% 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-grid-listing #main, .page-template-page-grid-listing-imax #main {
    margin: 0;
  }
  .page-template-page-grid-listing #top-panel > .wrap .hexagon, .page-template-page-grid-listing-imax #top-panel > .wrap .hexagon {
    top: 10vw;
  }
}

@media screen and (max-width: 886px) {
  .page-template-page-grid-listing #main, .page-template-page-grid-listing-imax #main {
    margin: 10% 0 0;
  }
}

@media screen and (min-width: 1366px) {
  .page-template-page-grid-listing #main, .page-template-page-grid-listing-imax #main {
    padding-top: 130px;
  }
}

@media screen and (min-width: 505px) {
  .page-template-page-grid-listing #main .featured-boi img,
  .page-template-page-grid-listing-imax #main .featured-boi img {
    width: 63% !important;
  }
}

@media screen and (max-width: 1630px) {
  .page-template-page-grid-listing #main .featured-boi,
  .page-template-page-grid-listing-imax #main .featured-boi {
    margin: 40px -11% 100px 0;
  }
}

@media screen and (max-width: 1300px) {
  .page-template-page-grid-listing #main .featured-boi, .page-template-page-grid-listing-imax #main .featured-boi {
    width: 105%;
    margin: 40px -2.5% 100px 0;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap .text-wrap-inner, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap .text-wrap-inner {
    padding: 0 20px;
    top: 30%;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap a, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap a {
    bottom: 20px;
  }
}

@media screen and (max-width: 1230px) {
  .page-template-page-grid-listing #main,
  .page-template-page-grid-listing-imax #main {
    margin-bottom: 0;
  }
  .page-template-page-grid-listing #main .text-wrap .image-blocks,
  .page-template-page-grid-listing-imax #main .text-wrap .image-blocks {
    max-width: none;
  }
}

@media screen and (max-width: 1175px) {
  .page-template-page-grid-listing #main,
  .page-template-page-grid-listing-imax #main {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-grid-listing #main .text-wrap .image-blocks,
  .page-template-page-grid-listing-imax #main .text-wrap .image-blocks {
    padding-bottom: 0 !important;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap,
  .page-template-page-grid-listing-imax #main .featured-boi .text-wrap {
    max-height: none;
    height: auto;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap .text-wrap-inner,
  .page-template-page-grid-listing-imax #main .featured-boi .text-wrap .text-wrap-inner {
    position: static;
    padding: 20px 20px 80px 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap h3,
  .page-template-page-grid-listing-imax #main .featured-boi .text-wrap h3 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-grid-listing #main .featured-boi,
  .page-template-page-grid-listing-imax #main .featured-boi {
    overflow: visible;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap h3,
  .page-template-page-grid-listing-imax #main .featured-boi .text-wrap h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 660px) {
  .page-template-page-grid-listing #main .featured-boi,
  .page-template-page-grid-listing-imax #main .featured-boi {
    margin-bottom: 200px;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap,
  .page-template-page-grid-listing-imax #main .featured-boi .text-wrap {
    margin-top: -80px !important;
  }
}

@media screen and (max-width: 639px) {
  .page-template-page-grid-listing .grid-6.banner,
  .page-template-page-grid-listing-imax .grid-6.banner {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 504px) {
  .page-template-page-grid-listing #top-panel, .page-template-page-grid-listing-imax #top-panel {
    padding-top: 42px;
  }
  .page-template-page-grid-listing #top-panel > .wrap .text-wrap, .page-template-page-grid-listing-imax #top-panel > .wrap .text-wrap {
    left: 16px;
  }
  .page-template-page-grid-listing #top-panel > .wrap img, .page-template-page-grid-listing-imax #top-panel > .wrap img {
    max-width: 104%;
  }
  .page-template-page-grid-listing #main, .page-template-page-grid-listing-imax #main {
    padding-top: 8vw;
  }
  .page-template-page-grid-listing #main .text-wrap.tight, .page-template-page-grid-listing-imax #main .text-wrap.tight {
    padding: 0 15px 45px 15px;
  }
  .page-template-page-grid-listing #main .text-wrap .image-blocks .grid-2, .page-template-page-grid-listing-imax #main .text-wrap .image-blocks .grid-2 {
    margin-bottom: 24px !important;
  }
  .page-template-page-grid-listing #main .featured-boi, .page-template-page-grid-listing-imax #main .featured-boi {
    overflow: visible;
    top: 0;
    max-height: none;
    margin: 60px 0 !important;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap {
    width: 58%;
    margin-top: -10vw !important;
  }
  .page-template-page-grid-listing #main .featured-boi .text-wrap h3, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap h3 {
    padding-right: 20px;
  }
  .page-template-page-grid-listing #main .featured-boi:not(.flip) .text-wrap, .page-template-page-grid-listing-imax #main .featured-boi:not(.flip) .text-wrap {
    margin-right: -21%;
  }
  .page-template-page-grid-listing #main .featured-boi.flip .text-wrap, .page-template-page-grid-listing-imax #main .featured-boi.flip .text-wrap {
    margin-left: -21%;
  }
  .page-template-page-grid-listing #main .featured-boi img, .page-template-page-grid-listing-imax #main .featured-boi img {
    width: 95% !important;
  }
}

@media screen and (max-width: 414px) {
  .page-template-page-grid-listing #top-panel, .page-template-page-grid-listing-imax #top-panel {
    padding-top: 49px;
  }
  .page-template-page-grid-listing #main .featured-boi, .page-template-page-grid-listing-imax #main .featured-boi {
    width: 100% !important;
    margin: 10px 0 30px !important;
  }
  .page-template-page-grid-listing #main .featured-boi img, .page-template-page-grid-listing #main .featured-boi .text-wrap, .page-template-page-grid-listing-imax #main .featured-boi img, .page-template-page-grid-listing-imax #main .featured-boi .text-wrap {
    width: 100% !important;
    margin: 0;
  }
  .page-template-page-grid-listing #main .featured-boi:not(.flip) .text-wrap a, .page-template-page-grid-listing-imax #main .featured-boi:not(.flip) .text-wrap a {
    right: -16px;
  }
  .page-template-page-grid-listing #main .featured-boi.flip .text-wrap a, .page-template-page-grid-listing-imax #main .featured-boi.flip .text-wrap a {
    left: -16px;
  }
}

.page-template-page-multi-tier #top-panel {
  clear: left;
  position: relative;
  top: -10px;
  padding: 80px 0;
  overflow: hidden;
}

.page-template-page-multi-tier #top-panel > .wrap {
  padding-left: 200px;
}

.page-template-page-multi-tier #top-panel > .hexagon {
  position: absolute;
  top: 12%;
  right: 20%;
}

.page-template-page-multi-tier #top-panel > .hexagroup {
  right: -2%;
  top: 36%;
  opacity: 0.5;
}

.page-template-page-multi-tier #top-panel .text-wrap {
  left: 48px;
  max-width: 650px;
}

.page-template-page-multi-tier #top-panel .text-wrap h1 {
  font-size: 40px;
}

.page-template-page-multi-tier #top-panel .text-wrap p {
  max-width: 640px;
  letter-spacing: 1px;
}

.page-template-page-multi-tier #top-panel .text-wrap h1, .page-template-page-multi-tier #top-panel .text-wrap p {
  color: #fff;
}

.page-template-page-multi-tier #top-panel .text-wrap h3 {
  color: #17aee8;
}

.page-template-page-multi-tier #top-panel .text-wrap h3:not(.flag) {
  font-size: 24px;
  font-weight: normal;
}

.page-template-page-multi-tier #top-panel .text-wrap p + h3 {
  margin-top: 24px;
}

.page-template-page-multi-tier #top-panel .bkg-text {
  position: absolute;
  left: -50px;
  z-index: 1;
  top: 6%;
  color: #1d9bd5;
  opacity: 0.10;
  font: 700 170px/1 "quatro-slab", san-serif;
  padding-top: 220px;
  pointer-events: none;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.page-template-page-multi-tier #top-panel.panel-yellow .text-wrap h1 {
  color: #1d9bd5;
}

.page-template-page-multi-tier #top-panel.panel-yellow .text-wrap p {
  color: #333;
}

.page-template-page-multi-tier #main {
  padding: 60px 15px;
}

.page-template-page-multi-tier #main .starmap-btn {
  text-align: center;
  margin-bottom: 20px;
}

.page-template-page-multi-tier #main h2 {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.page-template-page-multi-tier #main section > .text-wrap {
  padding-bottom: 20px;
}

.page-template-page-multi-tier #main section + section {
  margin-top: 60px;
}

.page-template-page-multi-tier #main .grid-25 .banner {
  position: relative;
  background-color: #17aee8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  height: 48px;
  padding: 0 8px 0 16px;
  border-left: 5px solid #f54359;
}

.page-template-page-multi-tier #main .grid-25 .banner span {
  letter-spacing: 1px;
  position: absolute;
  padding-right: 50px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.page-template-page-multi-tier #main .grid-25 .banner i {
  float: right;
  color: #442a78;
  line-height: 48px;
  font-size: 32px;
}

.page-template-page-multi-tier #main .grid-25 .banner i.icon-big-science-for-small-scientists {
  font-size: 48px;
}

.page-template-page-multi-tier #main .grid-25 .selected {
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.page-template-page-multi-tier #main .grid-25 .selected h3 {
  color: #17aee8;
}

.page-template-page-multi-tier #main .grid-25 .selected h3.link {
  font-size: 16px;
  line-height: 1.1;
}

.page-template-page-multi-tier #main .grid-25 .selected h3 a {
  color: #f54359;
}

.page-template-page-multi-tier #main .grid-25 .selected h3 a:hover {
  color: #c9dd03;
}

.page-template-page-multi-tier #main .grid-25 .selected p {
  margin: 12px 0 48px;
  line-height: 1.4;
}

.page-template-page-multi-tier #main .grid-25 .selected a.btn {
  position: absolute;
  bottom: -10px;
  right: 5px;
  z-index: 1;
}

.page-template-page-multi-tier #main .grid-25 .lists {
  position: relative;
  padding: 20px;
  background-color: #fffcf4;
}

.page-template-page-multi-tier #main .grid-25 .lists .list {
  display: none;
}

.page-template-page-multi-tier #main .grid-25 .lists .list.active {
  display: block;
}

.page-template-page-multi-tier #main .grid-25 .lists .list.onload {
  position: relative;
}

.page-template-page-multi-tier #main .grid-25 .lists .list a {
  display: block;
  color: #f54359;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 0;
}

.page-template-page-multi-tier #main .grid-25 .lists .list a:hover {
  color: #c9dd03;
}

.page-template-page-multi-tier #main .grid-25 .lists .list a.active {
  color: #c9dd03;
}

.page-template-page-multi-tier #main .grid-25 .lists .list a.active:hover {
  cursor: default;
}

.page-template-page-multi-tier #main .grid-25 .lists:not(.starmaps) {
  padding: 20px 20px 50px 20px;
}

.page-template-page-multi-tier #main .grid-25 .lists nav {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.page-template-page-multi-tier #main .grid-25 .lists nav a {
  display: inline-block;
  width: 23px;
  height: 23px;
  color: #f54359;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-weight: 700;
}

.page-template-page-multi-tier #main .grid-25 .lists nav a.active {
  background-color: #17aee8;
  color: #fff;
}

.page-template-page-multi-tier #main .grid-25 .lists nav a.active:hover {
  cursor: default;
}

.page-template-page-multi-tier #main .grid-25 .lists nav a:not(.active):hover {
  color: #17aee8;
}

.page-template-page-multi-tier #main .hexagon.big {
  position: absolute !important;
  right: -480px;
  bottom: -220px;
}

.page-template-page-multi-tier #main .hexagon.big.purple {
  background-color: #442a78;
  height: 630px;
  width: 363.741px;
  margin-right: 181.86px;
}

.page-template-page-multi-tier #main .hexagon.big.purple:before, .page-template-page-multi-tier #main .hexagon.big.purple:after {
  border-top: 315px solid transparent;
  border-bottom: 315px solid transparent;
}

.page-template-page-multi-tier #main .hexagon.big.purple:before {
  right: 100%;
  border-right: 181.86px solid #442a78;
}

.page-template-page-multi-tier #main .hexagon.big.purple:after {
  left: 100%;
  border-left: 181.86px solid #442a78;
}

.page-template-page-multi-tier #main .hexagon.big.orange {
  background-color: #f89c26;
  height: 630px;
  width: 363.741px;
  margin-right: 181.86px;
}

.page-template-page-multi-tier #main .hexagon.big.orange:before, .page-template-page-multi-tier #main .hexagon.big.orange:after {
  border-top: 315px solid transparent;
  border-bottom: 315px solid transparent;
}

.page-template-page-multi-tier #main .hexagon.big.orange:before {
  right: 100%;
  border-right: 181.86px solid #f89c26;
}

.page-template-page-multi-tier #main .hexagon.big.orange:after {
  left: 100%;
  border-left: 181.86px solid #f89c26;
}

.page-template-page-multi-tier #main .hexagon.big.yellow {
  background-color: #faef5f;
  height: 630px;
  width: 363.741px;
  margin-right: 181.86px;
}

.page-template-page-multi-tier #main .hexagon.big.yellow:before, .page-template-page-multi-tier #main .hexagon.big.yellow:after {
  border-top: 315px solid transparent;
  border-bottom: 315px solid transparent;
}

.page-template-page-multi-tier #main .hexagon.big.yellow:before {
  right: 100%;
  border-right: 181.86px solid #faef5f;
}

.page-template-page-multi-tier #main .hexagon.big.yellow:after {
  left: 100%;
  border-left: 181.86px solid #faef5f;
}

.page-template-page-multi-tier #main .hexagon.big.green {
  background-color: #c9dd03;
  height: 630px;
  width: 363.741px;
  margin-right: 181.86px;
}

.page-template-page-multi-tier #main .hexagon.big.green:before, .page-template-page-multi-tier #main .hexagon.big.green:after {
  border-top: 315px solid transparent;
  border-bottom: 315px solid transparent;
}

.page-template-page-multi-tier #main .hexagon.big.green:before {
  right: 100%;
  border-right: 181.86px solid #c9dd03;
}

.page-template-page-multi-tier #main .hexagon.big.green:after {
  left: 100%;
  border-left: 181.86px solid #c9dd03;
}

.page-template-page-multi-tier #main .hexagon.big.red {
  background-color: #f54359;
  height: 630px;
  width: 363.741px;
  margin-right: 181.86px;
}

.page-template-page-multi-tier #main .hexagon.big.red:before, .page-template-page-multi-tier #main .hexagon.big.red:after {
  border-top: 315px solid transparent;
  border-bottom: 315px solid transparent;
}

.page-template-page-multi-tier #main .hexagon.big.red:before {
  right: 100%;
  border-right: 181.86px solid #f54359;
}

.page-template-page-multi-tier #main .hexagon.big.red:after {
  left: 100%;
  border-left: 181.86px solid #f54359;
}

.page-template-page-multi-tier #main .hexagon.big.berry {
  background-color: #630460;
  height: 630px;
  width: 363.741px;
  margin-right: 181.86px;
}

.page-template-page-multi-tier #main .hexagon.big.berry:before, .page-template-page-multi-tier #main .hexagon.big.berry:after {
  border-top: 315px solid transparent;
  border-bottom: 315px solid transparent;
}

.page-template-page-multi-tier #main .hexagon.big.berry:before {
  right: 100%;
  border-right: 181.86px solid #630460;
}

.page-template-page-multi-tier #main .hexagon.big.berry:after {
  left: 100%;
  border-left: 181.86px solid #630460;
}

.page-template-page-multi-tier #main .hexagon.big.blue {
  background-color: #1d9bd5;
  height: 630px;
  width: 363.741px;
  margin-right: 181.86px;
}

.page-template-page-multi-tier #main .hexagon.big.blue:before, .page-template-page-multi-tier #main .hexagon.big.blue:after {
  border-top: 315px solid transparent;
  border-bottom: 315px solid transparent;
}

.page-template-page-multi-tier #main .hexagon.big.blue:before {
  right: 100%;
  border-right: 181.86px solid #1d9bd5;
}

.page-template-page-multi-tier #main .hexagon.big.blue:after {
  left: 100%;
  border-left: 181.86px solid #1d9bd5;
}

.page-template-page-multi-tier #main .hexagon.flat {
  position: absolute;
  bottom: 34%;
  right: 12%;
}

.page-template-page-multi-tier #main .hexagon.flat + .hexagon.flat {
  bottom: 24%;
  right: 6%;
}

.page-template-page-multi-tier:not(.page-id-187) #main .grid-25:nth-child(2) .banner {
  border-color: #442a78;
}

.page-template-page-multi-tier:not(.page-id-187) #main .grid-25:nth-child(3) .banner {
  border-color: #c9dd03;
}

.page-template-page-multi-tier:not(.page-id-187) #main .grid-25:nth-child(4) .banner {
  border-color: #f89c26;
}

.page-template-page-multi-tier:not(.page-id-187) #main .grid-25:nth-child(5) .banner {
  border-color: #faef5f;
}

.page-template-page-multi-tier:not(.page-id-187) #main .grid-25:nth-child(6) .banner {
  border-color: #1d9bd5;
}

.page-template-page-multi-tier:not(.page-id-187) #main .grid-25:nth-child(7) .banner {
  border-color: #f54359;
}

.page-template-page-multi-tier.page-id-187 #main section:nth-child(1) .banner {
  border-color: #c9dd03;
}

.page-template-page-multi-tier.page-id-187 #main section:nth-child(2) .banner {
  border-color: #f89c26;
}

.page-template-page-multi-tier.page-id-187 #main section:nth-child(3) .banner {
  border-color: #faef5f;
}

.page-template-page-multi-tier.page-id-187 #main section:nth-child(4) .banner {
  border-color: #442a78;
}

.page-template-page-multi-tier #callout {
  height: 50vw;
  max-height: 640px;
  overflow: hidden;
  position: relative;
}

.page-template-page-multi-tier #callout img {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  min-width: 100%;
}

.page-template-page-multi-tier #callout h3 {
  font-weight: normal;
  font-size: 32px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  max-width: 910px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1023px) {
  .page-template-page-multi-tier #top-panel > .wrap {
    padding-left: 15px;
  }
}

@media screen and (max-width: 970px) and (min-width: 768px) {
  .page-template-page-multi-tier #main .grid-25 {
    width: 32.32323%;
  }
  .page-template-page-multi-tier #main .grid-25:nth-child(n) {
    margin-right: 1.51515%;
  }
  .page-template-page-multi-tier #main .grid-25:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .page-template-page-multi-tier #main .grid-25 {
    width: 49.24242%;
  }
  .page-template-page-multi-tier #main .grid-25:nth-child(n) {
    margin-right: 1.51515%;
  }
  .page-template-page-multi-tier #main .grid-25:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .page-template-page-multi-tier #main .grid-25 {
    margin-bottom: 20px;
  }
  .page-template-page-multi-tier #main .grid-25:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .page-template-page-multi-tier #callout {
    height: 65vw;
  }
  .page-template-page-multi-tier #callout h3 {
    font-size: 5vw;
  }
}

.inner.page-template-page-homeschool-grid #top-panel .text-wrap {
  padding: 60px 60px 60px 160px;
}

.inner.page-template-page-homeschool-grid #slider-wrap {
  margin-bottom: 10px;
  width: 50%;
  color: #1d9bd5;
  padding: 0 0 32px 16px;
}

.inner.page-template-page-homeschool-grid #slider-wrap * {
  font: 700 20px/1.3 "quatro-slab", san-serif;
  color: #1d9bd5;
}

.inner.page-template-page-homeschool-grid #slider-wrap p {
  margin-top: 40px !important;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 600 14px/1 "Source Sans Pro", sans-serif;
  margin-left: -16px;
  white-space: nowrap;
  width: calc(100% + 32px);
}

.inner.page-template-page-homeschool-grid #slider-wrap label {
  margin-left: -16px;
  white-space: nowrap;
  width: calc(100% + 32px);
}

.inner.page-template-page-homeschool-grid #slider-wrap input {
  font: 700 20px/1.3 "quatro-slab", san-serif;
  color: #1d9bd5;
  border: none;
  margin-bottom: 10px;
}

.inner.page-template-page-homeschool-grid #slider-wrap .ui-slider-horizontal {
  top: 16px;
}

.inner.page-template-page-homeschool-grid #slider-wrap .ui-state-default {
  background-color: #f54359;
  border-color: transparent;
  border-width: 0;
  cursor: pointer;
  -webkit-transition: 350ms ease background-color;
  -o-transition: 350ms ease background-color;
  transition: 350ms ease background-color;
  width: 1.8em;
  height: 1.8em;
}

.inner.page-template-page-homeschool-grid #slider-wrap .ui-state-default:hover {
  background-color: #c9dd03;
}

.inner.page-template-page-homeschool-grid #slider-wrap .ui-slider-horizontal .ui-slider-handle {
  top: -.55em;
  margin-left: -.9em;
  text-align: center;
  color: #fff;
  font: 700 20px/24px "Source Sans Pro", sans-serif;
}

.inner.page-template-page-homeschool-grid #slider-wrap .ui-slider-horizontal .ui-slider-handle:after {
  content: '';
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #c9dd03;
  border-radius: 999px;
}

.inner.page-template-page-homeschool-grid #slider-wrap .ui-slider-horizontal .ui-slider-handle:before {
  content: '';
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #c9dd03;
  border-radius: 999px;
  bottom: 8px;
}

.inner.page-template-page-homeschool-grid #slider-wrap .ui-slider-horizontal .ui-slider-handle:hover:before, .inner.page-template-page-homeschool-grid #slider-wrap .ui-slider-horizontal .ui-slider-handle:hover:after {
  background-color: #f54359;
}

.inner.page-template-page-homeschool-grid #main {
  background: #ebebeb;
  position: relative;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks {
  margin: 40px auto;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks h3#ages {
  color: #c9dd03;
  margin-bottom: 20px;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 {
  width: 30.31313%;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2:nth-child(n) {
  margin-right: 4.530305%;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2:nth-child(3n) {
  margin-right: 0;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 h3 {
  padding-bottom: 0;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 h4 {
  font: 500 13px/1.3 "quatro-slab", san-serif;
  color: #4B3843;
  margin: 6px 0 12px;
  text-transform: uppercase;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 h5 {
  font: 600 15px/1.7 "Source Sans Pro", sans-serif;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 h5 span {
  font: 600 15px/1.7 "Source Sans Pro", sans-serif;
  color: #1D9BD5;
  display: block;
  text-transform: uppercase;
  font-style: italic;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 a.inline-btn {
  display: inline-block;
  background-color: #F54358;
  padding: 10px 15px 10px 10px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 0;
  text-align: left;
  float: none;
  color: #fff;
  font: 600 15px/1.7 "Source Sans Pro", sans-serif;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 a.inline-btn::after {
  content: "+";
  display: inline;
  padding-left: 10px;
  font-size: 22px;
  line-height: 0px;
  color: #FCB900;
  position: relative;
  top: 3px;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 a.inline-btn:hover {
  color: #fff;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 a.inline-btn:hover::after {
  color: #fff;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .image-container {
  position: relative;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .image-container img {
  z-index: 1;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .image-container .date-time {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  border-top: 4px solid #C9DC02;
  z-index: 10;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .image-container .date-time div {
  font-weight: 700;
  color: #1D9BD5;
  font-size: 14px;
  text-align: center;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .length_age_container {
  margin-bottom: 10px;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .length_age_container .row {
  display: flex;
  flex: 1;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .length_age_container .row .column {
  width: 50%;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 p {
  font-weight: normal;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion {
  margin-bottom: 10px;
  position: relative;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-trigger {
  font: 700 15px/1 "Source Sans Pro", sans-serif;
  background-color: #C9DC02;
  padding: 5px;
  color: #000;
  padding: 8px;
  position: relative;
  cursor: pointer;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-trigger::after {
  content: "+";
  font: 300 15px/1 "Source Sans Pro", sans-serif;
  display: block;
  color: #402D74;
  font-size: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-trigger.active {
  background-color: #4B3843;
  color: #C9DD03;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-trigger.active::after {
  content: "\2014";
  font: 300 15px/1 "Source Sans Pro", sans-serif;
  display: block;
  color: #C9DC02;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-58%);
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content .row {
  display: flex;
  flex: 1;
  padding: 10px 0px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content .row.soldout {
  color: #959595;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content .row .column {
  width: 30%;
  padding: 0px 10px;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content .row .column.date {
  border-right: 1px solid #707070;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content .row .column.link {
  width: 40%;
  text-align: center;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content .row .column.link.soldout {
  font-size: 15px;
  color: #959595;
  text-align: center;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content .row .column.link a {
  display: inline-block;
  float: none;
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  border-bottom: 2px solid #C9DD03;
}

.inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 .event-accordion .accordion-content .row .column.link a:hover {
  color: #F54358;
}

.inner.page-template-page-homeschool-grid #main .block.white-bkg:after {
  width: 106px;
}

@media screen and (max-width: 1230px) {
  .inner.page-template-page-homeschool-grid #top-panel .text-wrap {
    padding: 50px 10px;
  }
  .inner.page-template-page-homeschool-grid #top-panel p {
    width: 100%;
  }
}

@media screen and (max-width: 340px) {
  .inner.page-template-page-homeschool-grid #top-panel .btn-sc a {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .inner.page-template-page-homeschool-grid #slider-wrap {
    width: 100%;
    padding: 0 32px 32px 32px;
  }
  .inner.page-template-page-homeschool-grid #slider-wrap p {
    text-align: center;
  }
  .inner.page-template-page-homeschool-grid #slider-wrap h3.no-results {
    text-align: center;
    margin: -20px 0 20px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 660px) {
  .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 {
    width: 48.48485%;
  }
}

@media screen and (max-width: 479px) {
  .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2 {
    width: 100%;
    padding: 0 20px;
  }
  .inner.page-template-page-homeschool-grid #main .text-wrap .image-blocks .grid-2:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1230px) {
  .inner.page-template-page-homeschool-grid #main .block.white-bkg {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .inner.page-template-page-homeschool-grid #main .block.white-bkg:after {
    width: 1.5%;
    left: 100%;
  }
}

@media screen and (max-width: 639px) {
  .inner.page-template-page-homeschool-grid #main .grid-6.banner {
    margin-bottom: 0;
  }
}

/*	 __   __             __
	/__` |__) |     /\  /__` |__|
	.__/ |    |___ /~~\ .__/ |  |

    S P L A S H      S P L A S H
*/
.page-template-page-splash .evenflow {
  background-color: #f7f7f7;
}

.page-template-page-splash #top-panel {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.page-template-page-splash #top-panel .hexagroup {
  right: 50%;
  padding-top: 500px;
}

.page-template-page-splash #splash-slider-wrap {
  position: relative;
  max-width: 1260px;
  float: right;
  width: 100%;
  right: -1.51%;
}

.page-template-page-splash #splash-slider-wrap .bx-wrapper {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 4px solid #1d9bd5;
}

.page-template-page-splash #splash-slider-wrap #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.page-template-page-splash #splash-slider-wrap #overlay h3 {
  font-size: 170px;
  font-weight: 700;
  width: 100%;
}

.page-template-page-splash #splash-slider-wrap #overlay h3.veil {
  display: inline-block;
  background: #f7f7f7;
  color: #000;
  position: relative;
  z-index: 2;
  mix-blend-mode: darken;
}

.page-template-page-splash #splash-slider-wrap #overlay h3.veil .before {
  mix-blend-mode: screen;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  pointer-events: none;
  width: 192.25%;
}

.page-template-page-splash #splash-slider-wrap #overlay h3.veil .before + .before {
  left: 192.25%;
}

.page-template-page-splash #splash-slider-wrap #overlay h3.veil p {
  padding-top: 40px;
  display: inline-block;
}

.page-template-page-splash #splash-slider-wrap #overlay .veil-wrap, .page-template-page-splash #splash-slider-wrap #overlay .mirror {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.page-template-page-splash #splash-slider-wrap #overlay .veil-wrap {
  background-color: #f7f7f7;
  width: 52%;
}

.page-template-page-splash #splash-slider-wrap #overlay .veil-wrap:after {
  content: '';
}

.page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap {
  white-space: normal;
  position: relative;
  z-index: 2;
  max-width: 480px;
  margin-top: 40px;
}

.page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap h3 {
  color: #000;
  font: 700 20px/1 "quatro-slab", san-serif;
}

.page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap h1 {
  color: #1d9bd5;
  font: normal 32px/1.2 "quatro-slab", san-serif;
}

.page-template-page-splash #splash-slider-wrap #overlay .mirror {
  color: #fff;
  width: 100%;
}

.page-template-page-splash #splash-slider-wrap #overlay .mirror h3 {
  margin-top: 40px;
}

.page-template-page-splash #splash-slider-wrap #caption-catcher {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 25%;
  background: rgba(255, 255, 255, 0.5);
  width: 440px;
  display: inline-block;
  border-bottom: 4px solid #1d9bd5;
}

.page-template-page-splash #splash-slider-wrap #caption-catcher p {
  position: relative;
  width: 340px;
  height: 100%;
  min-height: 130px;
  background-color: #fff;
  padding: 40px 80px 40px 30px;
  color: #442a78;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
}

.page-template-page-splash #splash-slider-wrap #caption-catcher a {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.page-template-page-splash #splash-slider-wrap .caption {
  position: absolute;
  display: none;
}

.page-template-page-splash #splash-slider-wrap .bx-pager {
  padding: 0;
  width: 50%;
  right: 0;
  bottom: -30px;
  z-index: 2;
}

.page-template-page-splash #splash-slider-wrap .bx-pager.bx-default-pager a {
  background: #c9dd03;
  margin-bottom: 2px;
}

.page-template-page-splash #splash-slider-wrap .bx-pager.bx-default-pager a.active, .page-template-page-splash #splash-slider-wrap .bx-pager.bx-default-pager a:hover, .page-template-page-splash #splash-slider-wrap .bx-pager.bx-default-pager a:focus {
  width: 14px;
  height: 14px;
  margin: 0 3px 0;
  border-radius: 999px;
}

.page-template-page-splash #splash-slider-wrap .bx-pager.bx-default-pager a.active {
  background-color: #f54359;
}

.page-template-page-splash main #bottom-text {
  text-align: center;
  padding: 8% 40px 0;
}

.page-template-page-splash main #bottom-text h2 {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

.page-template-page-splash main #bottom-text > .hexagon {
  position: absolute;
  bottom: -66%;
}

.page-template-page-splash main #bottom-text > .hexagroup:not(.blur) {
  position: absolute;
  right: 20%;
}

.page-template-page-splash main #bottom-text > .hexagroup.blur {
  padding-top: 600px;
}

.page-template-page-splash main #bottom-text > .hexagroup.blur + .hexagroup.blur {
  padding-top: 555px;
  left: 20%;
}

.page-template-page-splash main #bottom-text > .hexagroup.blur + .hexagroup.blur + .hexagroup.blur {
  padding-top: 595px;
  left: 62.5%;
}

.page-template-page-splash main #bottom-text > .hexagroup.blur + .hexagroup.blur + .hexagroup.blur + .hexagroup.blur {
  padding-top: 796px;
  left: 51.5%;
}

.page-template-page-splash #also-interested {
  padding: 7% 0;
}

.page-template-page-splash main {
  margin: 8% 0;
}

@media screen and (max-width: 1299px) {
  .page-template-page-splash #splash-slider-wrap #overlay h3 {
    font-size: 13.0769230769231vw;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 990px) {
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap {
    margin-top: 20px;
    padding-right: 20px;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap h1 {
    font-size: 3.2323232323232vw;
  }
  .page-template-page-splash #splash-slider-wrap #overlay h3.veil p {
    padding-top: 0;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .mirror h3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap {
    margin-top: 0;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap h2 {
    font-size: 3.5555555555556vw;
    letter-spacing: normal;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap h3 + h2 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 520px) {
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap {
    padding-right: 10px;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap h1 {
    font-size: 4.375vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 504px) {
  .page-template-page-splash #splash-slider-wrap #overlay {
    position: static;
    margin-top: 40px;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap {
    position: static;
    width: 100%;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .veil {
    display: none;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .veil-wrap .text-wrap h2 {
    font-size: 18px;
  }
  .page-template-page-splash #splash-slider-wrap #overlay .mirror h3 {
    text-align: center;
  }
}

@media screen and (max-width: 1300px) {
  .page-template-page-splash #splash-slider-wrap #caption-catcher p {
    width: 26vw;
    padding: 30px 80px 30px 30px;
    min-height: 0;
  }
}

@media screen and (max-width: 1100px) {
  .page-template-page-splash #splash-slider-wrap #caption-catcher p {
    padding: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-splash #splash-slider-wrap #caption-catcher {
    position: relative;
    left: 0;
    width: 100%;
    background: transparent;
  }
  .page-template-page-splash #splash-slider-wrap #caption-catcher p {
    width: 100%;
    padding: 30px 80px 30px 30px;
  }
  .page-template-page-splash #splash-slider-wrap #caption-catcher a {
    right: 20px;
    top: -15px;
  }
}

@media screen and (max-width: 504px) {
  .page-template-page-splash #splash-slider-wrap #caption-catcher {
    border-bottom: none;
    position: absolute;
    top: 56vw;
    left: -3.1%;
    display: block;
  }
  .page-template-page-splash #splash-slider-wrap #caption-catcher p {
    display: none;
  }
  .page-template-page-splash #splash-slider-wrap #caption-catcher a {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 990px) {
  .page-template-page-splash #splash-slider-wrap .bx-pager {
    text-align: right;
    bottom: -40px;
    right: 20px;
  }
}

@media screen and (max-width: 504px) {
  .page-template-page-splash #splash-slider-wrap .bx-pager {
    bottom: -30px;
  }
}

@media screen and (max-width: 504px) {
  .page-template-page-splash #splash-slider-wrap {
    right: auto;
    margin: 0 auto;
    max-width: 97%;
    float: none;
  }
  .page-template-page-splash #splash-slider-wrap .bx-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.5)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
  }
}

@media screen and (max-width: 414px) {
  .page-template-page-splash #top-panel {
    margin-top: 20px;
  }
  .page-template-page-splash main #bottom-text {
    padding: 8% 2% 0;
  }
}

.page-template-page-grid-listing main,
.page-template-page-grid-listing-imax main {
  margin: 8% 0;
}

.page-template-page-splash main section, .page-template-page-grid-listing main section, .page-template-page-grid-listing-imax main section {
  position: relative;
  width: 94%;
}

.page-template-page-splash main section + section, .page-template-page-grid-listing main section + section, .page-template-page-grid-listing-imax main section + section {
  margin-top: 160px;
}

.page-template-page-splash main section .wrap-wrap, .page-template-page-grid-listing main section .wrap-wrap, .page-template-page-grid-listing-imax main section .wrap-wrap {
  position: relative;
  z-index: 1;
}

.page-template-page-splash main section .wrap-wrap.purple, .page-template-page-grid-listing main section .wrap-wrap.purple, .page-template-page-grid-listing-imax main section .wrap-wrap.purple {
  background: #442a78 url("../images/pattern-overlay-light-repeat-x-y.png");
}

.page-template-page-splash main section .wrap-wrap.purple .text-wrap h5, .page-template-page-grid-listing main section .wrap-wrap.purple .text-wrap h5, .page-template-page-grid-listing-imax main section .wrap-wrap.purple .text-wrap h5 {
  color: #1d9bd5;
}

.page-template-page-splash main section .wrap-wrap.orange, .page-template-page-grid-listing main section .wrap-wrap.orange, .page-template-page-grid-listing-imax main section .wrap-wrap.orange {
  background: #f89c26 url("../images/pattern-overlay-repeat-x-y.png");
}

.page-template-page-splash main section .wrap-wrap.orange .text-wrap h5, .page-template-page-grid-listing main section .wrap-wrap.orange .text-wrap h5, .page-template-page-grid-listing-imax main section .wrap-wrap.orange .text-wrap h5 {
  color: #442a78;
}

.page-template-page-splash main section .wrap-wrap.berry, .page-template-page-grid-listing main section .wrap-wrap.berry, .page-template-page-grid-listing-imax main section .wrap-wrap.berry {
  background: #630460 url("../images/pattern-overlay-light-repeat-x-y.png");
}

.page-template-page-splash main section .wrap-wrap.berry .text-wrap h5, .page-template-page-grid-listing main section .wrap-wrap.berry .text-wrap h5, .page-template-page-grid-listing-imax main section .wrap-wrap.berry .text-wrap h5 {
  color: #1d9bd5;
}

.page-template-page-splash main section .polygon, .page-template-page-grid-listing main section .polygon, .page-template-page-grid-listing-imax main section .polygon {
  width: 660px;
  height: 660px;
}

.page-template-page-splash main section .polygon svg, .page-template-page-grid-listing main section .polygon svg, .page-template-page-grid-listing-imax main section .polygon svg {
  width: 100%;
  height: 100%;
}

.page-template-page-splash main section .text-wrap h3, .page-template-page-grid-listing main section .text-wrap h3, .page-template-page-grid-listing-imax main section .text-wrap h3 {
  font: 400 32px/1.3 "quatro-slab", san-serif;
  color: #fff;
}

.page-template-page-splash main section .text-wrap h5, .page-template-page-grid-listing main section .text-wrap h5, .page-template-page-grid-listing-imax main section .text-wrap h5 {
  font: 700 17px/1.6 "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
}

.page-template-page-splash main section .text-wrap p, .page-template-page-grid-listing main section .text-wrap p, .page-template-page-grid-listing-imax main section .text-wrap p {
  font: 600 17px/1.6 "Source Sans Pro", sans-serif;
  color: #fff;
  max-width: 420px;
  -webkit-font-smoothing: antialiased;
}

.page-template-page-splash main section .text-wrap .btn, .page-template-page-grid-listing main section .text-wrap .btn, .page-template-page-grid-listing-imax main section .text-wrap .btn {
  margin: 24px 32px 0 0;
}

.page-template-page-splash main section .text-wrap .naked, .page-template-page-grid-listing main section .text-wrap .naked, .page-template-page-grid-listing-imax main section .text-wrap .naked {
  vertical-align: -4px;
  margin-right: 40px;
  margin-bottom: 16px;
}

.page-template-page-splash main section .text-wrap .naked:last-child, .page-template-page-grid-listing main section .text-wrap .naked:last-child, .page-template-page-grid-listing-imax main section .text-wrap .naked:last-child {
  margin-right: 0;
}

.page-template-page-splash main section .text-wrap p.btn-sc a, .page-template-page-grid-listing main section .text-wrap p.btn-sc a, .page-template-page-grid-listing-imax main section .text-wrap p.btn-sc a {
  white-space: nowrap;
}

@media screen and (max-width: 350px) {
  .page-template-page-splash main section .text-wrap p.btn-sc a, .page-template-page-grid-listing main section .text-wrap p.btn-sc a, .page-template-page-grid-listing-imax main section .text-wrap p.btn-sc a {
    padding: 13px;
  }
}

.page-template-page-splash main section > .hexagon:not(.blur).red, .page-template-page-grid-listing main section > .hexagon:not(.blur).red, .page-template-page-grid-listing-imax main section > .hexagon:not(.blur).red {
  margin: -20px 0 -70px;
  left: 54%;
}

.page-template-page-splash main section > .hexagon:not(.blur).green, .page-template-page-grid-listing main section > .hexagon:not(.blur).green, .page-template-page-grid-listing-imax main section > .hexagon:not(.blur).green {
  right: -99%;
  margin: -20px 0 -70px;
  z-index: 1;
}

.page-template-page-splash main section > .hexagroup:not(.blur), .page-template-page-grid-listing main section > .hexagroup:not(.blur), .page-template-page-grid-listing-imax main section > .hexagroup:not(.blur) {
  left: -40px;
}

.page-template-page-splash main section.panel-left, .page-template-page-grid-listing main section.panel-left, .page-template-page-grid-listing-imax main section.panel-left {
  display: inline-block;
  clear: both;
}

.page-template-page-splash main section.panel-left .group > div, .page-template-page-grid-listing main section.panel-left .group > div, .page-template-page-grid-listing-imax main section.panel-left .group > div {
  float: left;
}

.page-template-page-splash main section.panel-left .polygon, .page-template-page-grid-listing main section.panel-left .polygon, .page-template-page-grid-listing-imax main section.panel-left .polygon {
  margin: -70px 0 0 -190px;
}

.page-template-page-splash main section.panel-right, .page-template-page-grid-listing main section.panel-right, .page-template-page-grid-listing-imax main section.panel-right {
  float: right;
}

.page-template-page-splash main section.panel-right .polygon, .page-template-page-grid-listing main section.panel-right .polygon, .page-template-page-grid-listing-imax main section.panel-right .polygon {
  float: right;
  margin: -70px -100px 0 0;
}

.page-template-page-splash main section.panel-1 .hexagroup.blur, .page-template-page-grid-listing main section.panel-1 .hexagroup.blur, .page-template-page-grid-listing-imax main section.panel-1 .hexagroup.blur {
  padding-top: 300px;
  left: 39.5%;
}

.page-template-page-splash main section.panel-2 .hexagroup.blur, .page-template-page-grid-listing main section.panel-2 .hexagroup.blur, .page-template-page-grid-listing-imax main section.panel-2 .hexagroup.blur {
  padding-top: 500px;
  left: -38px;
}

@media screen and (max-width: 1250px) {
  .page-template-page-splash main section .middle, .page-template-page-grid-listing main section .middle, .page-template-page-grid-listing-imax main section .middle {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page-splash main section .middle, .page-template-page-grid-listing main section .middle, .page-template-page-grid-listing-imax main section .middle {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    padding-left: 3%;
    width: calc(100% - 470px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1130px) {
  .page-template-page-splash main section .polygon, .page-template-page-grid-listing main section .polygon, .page-template-page-grid-listing-imax main section .polygon {
    width: 600px;
    height: 600px;
    margin-right: -120px !important;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-splash main section .polygon, .page-template-page-grid-listing main section .polygon, .page-template-page-grid-listing-imax main section .polygon {
    width: 50%;
    height: 50%;
    margin-left: -14vw !important;
  }
  .page-template-page-splash main section .text-wrap, .page-template-page-grid-listing main section .text-wrap, .page-template-page-grid-listing-imax main section .text-wrap {
    width: 64%;
  }
  .page-template-page-splash main section .text-wrap .middle, .page-template-page-grid-listing main section .text-wrap .middle, .page-template-page-grid-listing-imax main section .text-wrap .middle {
    padding: 40px 0 40px 40px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .page-template-page-splash main, .page-template-page-grid-listing main, .page-template-page-grid-listing-imax main {
    margin: 16% 0 8%;
  }
  .page-template-page-splash main section .text-wrap .middle, .page-template-page-grid-listing main section .text-wrap .middle, .page-template-page-grid-listing-imax main section .text-wrap .middle {
    padding: 30px 0 30px 30px;
  }
  .page-template-page-splash main section .text-wrap p, .page-template-page-grid-listing main section .text-wrap p, .page-template-page-grid-listing-imax main section .text-wrap p {
    max-width: none;
  }
}

@media screen and (max-width: 550px) {
  .page-template-page-splash main section .wrap, .page-template-page-grid-listing main section .wrap, .page-template-page-splash main section .text-wrap, .page-template-page-grid-listing main section .text-wrap, .page-template-page-grid-listing-imax main section .wrap, .page-template-page-splash main section .text-wrap, .page-template-page-grid-listing-imax main section .text-wrap {
    width: 100%;
  }
  .page-template-page-splash main section .text-wrap .middle, .page-template-page-grid-listing main section .text-wrap .middle, .page-template-page-grid-listing-imax main section .text-wrap .middle {
    padding: 0 30px 30px 30px;
  }
  .page-template-page-splash main section .polygon, .page-template-page-grid-listing main section .polygon, .page-template-page-grid-listing-imax main section .polygon {
    width: 80%;
    height: auto;
    min-width: 380px;
  }
  .page-template-page-splash main section.panel-left .group > div, .page-template-page-grid-listing main section.panel-left .group > div, .page-template-page-grid-listing-imax main section.panel-left .group > div {
    float: none;
  }
  .page-template-page-splash main section.panel-right, .page-template-page-grid-listing main section.panel-right, .page-template-page-grid-listing-imax main section.panel-right {
    text-align: right;
  }
  .page-template-page-splash main section.panel-right .polygon, .page-template-page-grid-listing main section.panel-right .polygon, .page-template-page-grid-listing-imax main section.panel-right .polygon {
    float: none;
    display: inline-block;
    margin: -70px -14vw 0 0;
    right: -10vw;
  }
  .page-template-page-splash main section.panel-right .text-wrap, .page-template-page-grid-listing main section.panel-right .text-wrap, .page-template-page-grid-listing-imax main section.panel-right .text-wrap {
    text-align: left;
  }
}

@media screen and (max-width: 414px) {
  .page-template-page-splash main, .page-template-page-grid-listing main, .page-template-page-grid-listing-imax main {
    margin-top: 24%;
  }
  .page-template-page-splash main #bottom-text, .page-template-page-grid-listing main #bottom-text, .page-template-page-grid-listing-imax main #bottom-text {
    padding: 8% 2% 0;
  }
}

.bx-pager-item:first-of-type:last-of-type {
  display: none;
}

/*	 __             ___       __        __
	/  `  /\  |    |__  |\ | |  \  /\  |__)
	\__, /~~\ |___ |___ | \| |__/ /~~\ |
     C A L E N D A R	   C A L E N D A R
*/
.page-template-page-calendar .evenflow {
  background: #fff;
}

.page-template-page-calendar .container.events {
  clear: both;
  margin-top: 5%;
}

.page-template-page-calendar #top-panel .wrap {
  padding-left: 7%;
}

.page-template-page-calendar #top-panel .hexagroup {
  left: -220px;
  top: -180px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.page-template-page-calendar #top-panel #calchecks {
  position: relative;
  margin-bottom: 60px;
}

.page-template-page-calendar #top-panel #calchecks .nice-select {
  width: 100%;
  border-radius: 0;
  padding: 4px 10px;
  float: none;
  display: none;
}

.page-template-page-calendar #top-panel #calchecks .nice-select .list {
  border-radius: 0;
  max-height: 200px;
  overflow: scroll;
}

.page-template-page-calendar #top-panel #calchecks .nice-select .list li {
  line-height: 30px;
  min-height: 30px;
}

.page-template-page-calendar #top-panel #calchecks .nice-select .list li:first-child {
  height: 0;
  min-height: 0;
  overflow: hidden;
  color: transparent;
}

.page-template-page-calendar #top-panel #calchecks .nice-select .list li:before {
  content: '';
  display: none;
}

.page-template-page-calendar #top-panel #calchecks #optchecks {
  display: none;
}

.page-template-page-calendar #top-panel #calchecks #optchecks + .nice-select .current {
  padding-left: 6px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  color: #442a78;
  position: relative;
}

.page-template-page-calendar #top-panel #calchecks #optchecks + .nice-select .icon-plus:after {
  content: '+';
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  font: 400 32px/1 "Source Sans Pro", sans-serif;
  color: #f54359;
}

.page-template-page-calendar #top-panel #calchecks #optchecks + .nice-select .list {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.page-template-page-calendar #top-panel h1 {
  color: #000;
  font: 700 20px/1 "quatro-slab", san-serif;
  margin-bottom: 24px;
}

.page-template-page-calendar #top-panel h3 {
  color: #442a78;
  display: inline-block;
}

.page-template-page-calendar #top-panel label {
  margin-left: 30px;
  padding-left: 24px;
  font: 600 13px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 0.5px;
  display: inline-block;
  cursor: pointer;
}

.page-template-page-calendar #top-panel input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.page-template-page-calendar #top-panel .list-item-label {
  position: relative;
}

.page-template-page-calendar #top-panel .list-item-label:before {
  content: "\e90f";
  position: absolute;
  top: 0;
  left: -24px;
  display: block;
  width: 17px;
  height: 17px;
  font: 18px/1 'mdsci' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -2px;
  left: -26px;
  color: #1d9bd5;
  border-color: transparent;
}

.page-template-page-calendar #top-panel input[type="checkbox"]:checked + .list-item-label {
  color: #1d9bd5;
}

.page-template-page-calendar #top-panel input[type="checkbox"]:checked + .list-item-label:before {
  content: "\e904";
}

.page-template-page-calendar #top-panel input[type="checkbox"]:checked + .list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1d9bd5;
  height: 4px;
  width: 100%;
  bottom: -10px;
  left: 0;
}

.page-template-page-calendar #top-panel input[value="daily-programming"] + .list-item-label:before {
  color: #442a78;
}

.page-template-page-calendar #top-panel input[value="imax-movie-times"] + .list-item-label:before {
  color: #c9dd03;
}

.page-template-page-calendar #top-panel input[value="planetarium-showings"] + .list-item-label:before {
  color: #f89c26;
}

.page-template-page-calendar #top-panel input[value="special-events"] + .list-item-label:before {
  color: #f54359;
}

.page-template-page-calendar #main {
  margin: 40px 0;
}

.page-template-page-calendar #main #main-calendar {
  padding-left: 7%;
}

.page-template-page-calendar #main .hexagroup {
  right: 100px;
  padding-top: 30px;
}

.page-template-page-calendar #main #hexy {
  position: absolute;
  right: -790px;
  top: -40px;
}

.page-template-page-calendar #main #hexy .hexagon1 {
  width: 1600px;
  height: 800px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.page-template-page-calendar #main #hexy .hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.page-template-page-calendar #main #hexy .hexagon-in2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/purple-pattern-repeat-x-y.jpg");
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.page-template-page-calendar #main #event-detail-wrap {
  float: left;
  width: calc(100% - 434px);
}

.page-template-page-calendar #main #event-detail-wrap #clicker i {
  display: none;
}

.page-template-page-calendar #main #event-detail-wrap h3 {
  color: #1d9bd5;
  font: 500 48px/1 "quatro-slab", san-serif;
}

.page-template-page-calendar #main #calendar-grid-outer {
  float: right;
  width: 434px;
}

.page-template-page-calendar #main #calendar-grid-outer .wpfc-calendar-wrapper {
  z-index: 2;
}

.page-template-page-calendar #main #event-list {
  margin: 40px 50px 0 0;
  position: relative;
  z-index: 2;
  border-top: 2px solid rgba(100, 100, 100, 0.2);
}

.page-template-page-calendar #main #event-list a {
  display: block;
  padding: 17px 17px 17px 23px;
  border-bottom: 2px solid rgba(100, 100, 100, 0.2);
  position: relative;
  min-height: 136px;
}

.page-template-page-calendar #main #event-list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1px;
  background-color: #f54359;
  height: 4px;
  width: 50px;
  -webkit-transition: 350ms ease right;
  -o-transition: 350ms ease right;
  transition: 350ms ease right;
}

.page-template-page-calendar #main #event-list a:after {
  content: "details";
  position: absolute;
  bottom: 10px;
  right: 0;
  text-transform: uppercase;
  font: 700 13px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 0.5px;
  -webkit-transition: 350ms ease color;
  -o-transition: 350ms ease color;
  transition: 350ms ease color;
}

.page-template-page-calendar #main #event-list a:hover:before, .page-template-page-calendar #main #event-list a:focus:before {
  right: 16px;
}

.page-template-page-calendar #main #event-list a:hover:after, .page-template-page-calendar #main #event-list a:focus:after {
  color: #f54359;
}

.page-template-page-calendar #main #event-list a.cat-special-events {
  background: rgba(68, 42, 120, 0.04) url("../images/hexagone.png") bottom left no-repeat;
}

.page-template-page-calendar #main #event-list a.cat-special-events h6 {
  color: #442a78;
}

.page-template-page-calendar #main #event-list a.cat-special-events p {
  color: #000;
}

.page-template-page-calendar #main #event-list a.prime-cat-daily-programming .img-wrap:after, .page-template-page-calendar #main #event-list a.prime-cat-.cat-daily-programming .img-wrap:after {
  color: #442a78;
}

.page-template-page-calendar #main #event-list a.prime-cat-imax-movie-times .img-wrap:after, .page-template-page-calendar #main #event-list a.prime-cat-.cat-imax-movie-times .img-wrap:after {
  color: #c9dd03;
}

.page-template-page-calendar #main #event-list a.prime-cat-planetarium-showings .img-wrap:after, .page-template-page-calendar #main #event-list a.prime-cat-.cat-planetarium-showings .img-wrap:after {
  color: #f89c26;
}

.page-template-page-calendar #main #event-list a.prime-cat-special-events .img-wrap:after, .page-template-page-calendar #main #event-list a.prime-cat-.cat-special-events .img-wrap:after {
  color: #f54359;
}

.page-template-page-calendar #main #event-list .text-wrap {
  padding-left: 154px;
}

.page-template-page-calendar #main #event-list .text-wrap em {
  color: #1d9bd5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.page-template-page-calendar #main #event-list .text-wrap em + h6 {
  margin-top: 8px;
}

.page-template-page-calendar #main #event-list .text-wrap h6 {
  font: 700 18px/1 "quatro-slab", san-serif;
  color: #1d9bd5;
  margin-bottom: 10px;
}

.page-template-page-calendar #main #event-list .text-wrap time {
  font: 700 16px/1 "Source Sans Pro", sans-serif;
}

.page-template-page-calendar #main #event-list .text-wrap p {
  font: 600 13px/1 "Source Sans Pro", sans-serif;
  color: #333;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding-right: 40px;
}

.page-template-page-calendar #main #event-list .img-wrap {
  position: relative;
  float: left;
  width: 110px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.page-template-page-calendar #main #event-list .img-wrap:after {
  content: "\e904";
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 18px/1 'mdsci' !important;
  top: -9px;
  left: -9px;
  color: #1d9bd5;
}

.page-template-page-calendar #main #event-list.filtered a:not(.picked) {
  display: none;
}

.page-template-page-calendar #main #cal-special {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.page-template-page-calendar #main #cal-special .line-left {
  position: absolute;
  top: 0;
  z-index: 1;
  line-height: 36px;
  letter-spacing: 1px;
  text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.page-template-page-calendar #main #cal-special .bx-viewport {
  overflow: visible !important;
}

.page-template-page-calendar #main #cal-special .bx-outer {
  position: relative;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-align: right;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-wrapper .btn {
  display: inline-block;
  margin-top: -20px;
  margin-right: -20px;
  position: relative;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-wrapper .text-wrap {
  position: absolute;
  left: 20px;
  bottom: 50px;
  text-align: left;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-wrapper .text-wrap * {
  text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-wrapper .text-wrap h3 {
  color: #c9dd03;
  padding-right: 20px;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-wrapper .text-wrap h4 {
  color: #fff;
  margin-top: 4px;
  font-size: 18px;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-wrapper .text-wrap h4 span {
  font-weight: 600;
  padding-left: 10px;
}

.page-template-page-calendar #main #cal-special .bx-outer .slider > div:not(.active-slide) {
  opacity: 0;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-pager {
  right: -25px;
  top: 0;
  padding: 0;
  width: 14px;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-pager.bx-default-pager a {
  background: #fff;
  margin: 0;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-pager.bx-default-pager a:hover, .page-template-page-calendar #main #cal-special .bx-outer .bx-pager.bx-default-pager a.active, .page-template-page-calendar #main #cal-special .bx-outer .bx-pager.bx-default-pager a:focus {
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-pager.bx-default-pager a.active {
  background: #f54359;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-pager .bx-pager-item {
  display: inline-block;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-pager .bx-pager-item + .bx-pager-item a {
  margin-top: 10px;
}

.page-template-page-calendar #main #cal-special .bx-outer .bx-pager .bx-pager-item + .bx-pager-item a:hover, .page-template-page-calendar #main #cal-special .bx-outer .bx-pager .bx-pager-item + .bx-pager-item a.active, .page-template-page-calendar #main #cal-special .bx-outer .bx-pager .bx-pager-item + .bx-pager-item a:focus {
  margin: 8px 0 -2px 0;
}

.page-template-page-calendar #email-signup {
  background: #f89c26 url("../images/pattern-overlay-repeat-x-y.png");
  border-bottom: 1px solid #f89c26;
  position: relative;
  z-index: 2;
  padding: 5% 0;
  text-align: center;
}

.page-template-page-calendar #email-signup p:first-of-type {
  color: #fff;
  font: 32px/1.3 "quatro-slab", san-serif;
  max-width: 650px;
  padding: 0 10px;
  margin: 12px auto 24px;
}

.page-template-page-calendar #email-signup p:first-of-type + p {
  display: inline-block;
  position: relative;
}

.page-template-page-calendar #email-signup .wpcf7-form {
  position: relative;
}

.page-template-page-calendar #email-signup .wpcf7-form input[type='email'] {
  background: none;
  border-bottom: 4px solid #f54359;
  color: #442a78;
  padding: 14px 28px 6px 0;
  -webkit-transition: 350ms ease border-color;
  -o-transition: 350ms ease border-color;
  transition: 350ms ease border-color;
}

.page-template-page-calendar #email-signup .wpcf7-form input[type='submit'] {
  height: 40px;
  width: 34px;
  background: #f54359;
  color: #fff;
  font-size: 20px;
  padding-left: 4px;
}

.page-template-page-calendar #email-signup .wpcf7-form input[type='submit']:hover {
  background: #c9dd03;
}

.page-template-page-calendar #email-signup .wpcf7-form label span + span {
  left: 0;
  right: auto;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-template-page-calendar #email-signup .wpcf7-form label span + span.focused {
  top: 4px;
  padding-left: 0;
}

.page-template-page-calendar #email-signup .wpcf7-form label.hovered input[type='email'] {
  border-color: #c9dd03;
}

.page-template-page-calendar #email-signup .wpcf7-form span.wpcf7-not-valid-tip {
  left: 0;
  bottom: -24px;
}

@media screen and (min-width: 731px) {
  .page-template-page-calendar #top-panel #calchecks {
    z-index: 2;
  }
}

@media screen and (min-width: 361px) {
  .page-template-page-calendar #main #cal-special .bx-outer .slider > div.active-slide {
    -webkit-transition: 350ms ease-in opacity;
    -o-transition: 350ms ease-in opacity;
    transition: 350ms ease-in opacity;
  }
  .page-template-page-calendar #main #cal-special .bx-outer .slider > div:not(.active-slide) {
    -webkit-transition: 100ms ease-out opacity;
    -o-transition: 100ms ease-out opacity;
    transition: 100ms ease-out opacity;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-calendar #main #cal-special {
    padding-right: 30px;
  }
}

@media screen and (max-width: 700px) {
  .page-template-page-calendar #main #cal-special {
    position: absolute;
    left: -9999px;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-calendar #top-panel .wrap {
    padding-left: 20px;
  }
  .page-template-page-calendar #main #hexy {
    left: calc(56vw - 373px);
    right: auto;
  }
  .page-template-page-calendar #main #event-detail-wrap {
    width: 56%;
  }
  .page-template-page-calendar #main #calendar-grid-outer {
    width: 44%;
  }
  .page-template-page-calendar #main #main-calendar {
    padding-left: 20px;
  }
  .page-template-page-calendar #main #event-list .img-wrap {
    left: -10px;
  }
  .page-template-page-calendar #main #event-list .text-wrap {
    padding-left: 120px;
  }
  .page-template-page-calendar #main #event-list .text-wrap p {
    padding-right: 0;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 900px) {
  .page-template-page-calendar #top-panel h3 {
    display: block;
  }
  .page-template-page-calendar #top-panel h3 + label {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .page-template-page-calendar #main #main-calendar {
    padding-left: 10px;
  }
}

@media screen and (max-width: 700px) {
  .page-template-page-calendar .evenflow {
    background: #ebebeb;
  }
  .page-template-page-calendar .fc-basic-view .fc-body .fc-row {
    min-height: 45px;
  }
  .page-template-page-calendar #top-panel > .wrap {
    padding-left: 10px;
  }
  .page-template-page-calendar #top-panel h1 {
    padding-top: 15px;
  }
  .page-template-page-calendar #top-panel #calchecks {
    padding-right: 10px;
    margin-bottom: 0;
  }
  .page-template-page-calendar #top-panel #calchecks > h3, .page-template-page-calendar #top-panel #calchecks > label {
    display: none;
  }
  .page-template-page-calendar #top-panel #calchecks .nice-select {
    display: block;
    border: none;
    height: 52px;
    margin-top: 70px;
  }
  .page-template-page-calendar #top-panel #calchecks .nice-select * + * {
    margin-top: 0;
  }
  .page-template-page-calendar #top-panel #calchecks .nice-select .list {
    width: 100%;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-template-page-calendar #main {
    margin-top: 0;
  }
  .page-template-page-calendar #main #hexy {
    display: none;
  }
  .page-template-page-calendar #main #calendar-grid-wrap, .page-template-page-calendar #main #event-detail-wrap {
    float: none;
    width: 100%;
  }
  .page-template-page-calendar #main #calendar-grid-wrap {
    padding: 0 8px;
    position: absolute;
    left: -9999px;
    top: -56px;
  }
  .page-template-page-calendar #main #calendar-grid-wrap.active {
    left: 0;
    z-index: 10;
  }
  .page-template-page-calendar #main #calendar-grid-wrap.active .fc-header-toolbar {
    background-color: #17aee8;
  }
  .page-template-page-calendar #main #calendar-grid-wrap.active .wpfc-calendar-wrapper {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .page-template-page-calendar #main #calendar-grid-wrap.active .fc-view-container {
    background-color: #eaeaea;
  }
  .page-template-page-calendar #main #event-detail-wrap #clicker {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    padding: 10px 0 10px 15px;
    margin: 0 10px;
  }
  .page-template-page-calendar #main #event-detail-wrap #clicker h3 {
    display: inline-block;
    font-size: 32px;
    text-align: center;
    min-width: 238px;
  }
  .page-template-page-calendar #main #event-detail-wrap #clicker i {
    display: inline;
    color: #f54359;
    font-size: 22px;
    vertical-align: 2px;
  }
  .page-template-page-calendar #main #event-detail-wrap #clicker .icon-open-cal {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
  }
  .page-template-page-calendar #main #event-detail-wrap #clicker #cal-toggle.active .icon-open-cal:before {
    content: "\e90c";
  }
  .page-template-page-calendar #main #event-list {
    margin: 10px 10px 0 0;
  }
  .page-template-page-calendar #main #event-list.blur {
    opacity: 0.5;
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .page-template-page-calendar #main #event-list h6 {
    padding-right: 30px;
  }
  .page-template-page-calendar #main #event-list a {
    background-color: #fff;
  }
  .page-template-page-calendar #main #event-list a.cat-special-events {
    background-color: #f6f5fa;
  }
  .page-template-page-calendar #main #event-list a:before {
    display: none;
  }
  .page-template-page-calendar #main #event-list a:after {
    content: '+';
    width: 40px;
    height: 40px;
    bottom: auto;
    top: 0;
    background-color: #f54359;
    color: #c9dd03;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    -webkit-transition: 350ms ease background-color;
    -o-transition: 350ms ease background-color;
    transition: 350ms ease background-color;
  }
  .page-template-page-calendar #main #event-list a:hover:after {
    background-color: #c9dd03;
  }
}

@media screen and (max-width: 414px) {
  .page-template-page-calendar #main #event-detail-wrap #clicker h3 {
    font-size: 20px;
    min-width: 162px;
  }
  .page-template-page-calendar #main #event-detail-wrap #clicker i.prev-day, .page-template-page-calendar #main #event-detail-wrap #clicker i.next-day {
    vertical-align: -1px;
  }
  .page-template-page-calendar #main #event-detail-wrap #clicker .icon-open-cal {
    margin-top: 1px;
  }
  .page-template-page-calendar #main #calendar-grid-wrap {
    margin-top: 3px;
  }
  .page-template-page-calendar #main #event-list {
    margin-top: 3px;
  }
  .page-template-page-calendar #main #event-list a {
    padding: 17px 9px 17px 17px;
  }
  .page-template-page-calendar #main #event-list a h6 {
    padding-right: 30px;
    font-size: 16px;
  }
  .page-template-page-calendar #main #event-list a p:last-child {
    padding-bottom: 0;
  }
  .page-template-page-calendar #main #event-list a:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.fc-day-grid-event .listing {
  display: none;
}

.fc-day > .fc-mdsci-event:not(.cat-special-events) ~ .fc-mdsci-event:not(.cat-special-events), .fc-day > .cat-special-events ~ .cat-special-events {
  display: none;
}

.fc-bg .fc-day {
  background-color: #fff;
  border: 0px solid transparent;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 350ms ease background-color;
  -o-transition: 350ms ease background-color;
  transition: 350ms ease background-color;
}

.fc-bg .fc-day.fc-other-month {
  background-color: #fbfbfb;
}

.fc-bg .fc-day.hovered, .fc-bg .fc-day.fc-today {
  background-color: #f54359;
  color: #fff;
}

.fc-bg tr > td {
  border-top-width: 1px !important;
}

.fc-bg tr > td + td {
  border-left-width: 1px !important;
}

.fc-header-toolbar {
  height: 40px;
  line-height: 50px;
  width: calc(100% - 2px);
  margin-left: 1px;
  background-color: rgba(29, 155, 213, 0.75);
}

.fc-header-toolbar h2 {
  font: 500 20px/1 "quatro-slab", san-serif;
  color: #fff;
}

.fc-header-toolbar button {
  background: #f54359;
  cursor: pointer;
  width: 22px;
  height: 26px;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  -webkit-transition: 350ms ease color, 350ms ease background-color;
  -o-transition: 350ms ease color, 350ms ease background-color;
  transition: 350ms ease color, 350ms ease background-color;
}

.fc-header-toolbar button.fc-state-disabled {
  cursor: default;
  background-color: #8692b8;
}

.fc-header-toolbar button:not(.fc-state-disabled):hover {
  color: #f54359;
  background-color: #c9dd03;
}

.fc-header-toolbar button.fc-prev-button {
  margin: 8px 0 0 -2px !important;
}

.fc-header-toolbar button.fc-next-button {
  margin: 8px -2px 0 0 !important;
}

.fc-header-toolbar button i {
  font-size: 12px;
  margin-left: -1px;
  line-height: 24px;
}

.fc-basic-view .fc-head {
  height: 40px;
  color: #fff;
}

.fc-basic-view .fc-head .fc-head-container div {
  width: calc(100% - 2px);
  margin-left: 1px;
  background-color: #1d9bd5;
}

.fc-basic-view .fc-head .fc-head-container div:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1d9bd5;
}

.fc-basic-view .fc-head .fc-day-header {
  font: 700 10px/1 "quatro-slab", san-serif;
  text-transform: uppercase;
  height: 40px;
}

.fc-basic-view .fc-head .fc-day-header .dddd, .fc-basic-view .fc-head .fc-day-header .dd {
  display: none;
}

.fc-basic-view .fc-day-top .fc-day-number {
  float: left !important;
  padding: 8px 0 0 8px;
  font: 700 13px/1 "quatro-slab", san-serif;
  color: #f54359;
  -webkit-transition: 350ms ease color;
  -o-transition: 350ms ease color;
  transition: 350ms ease color;
}

.fc-basic-view .fc-day-top.no-events .fc-day-number {
  color: #442a78;
}

.fc-basic-view .fc-day-top.fc-other-month {
  opacity: 1 !important;
}

.fc-basic-view .fc-day-top.fc-other-month .fc-day-number {
  color: #ebebeb;
}

.fc-basic-view .fc-day-top.hovered .fc-day-number, .fc-basic-view .fc-day-top.fc-today .fc-day-number {
  color: #fff;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 56px;
}

.fc-basic-view .fc-row .fc-content-skeleton {
  pointer-events: none;
}

.fc-basic-view .fc-day-grid-event {
  margin: 0 !important;
  padding: 30% 0 0 0;
  width: 100%;
  height: 100%;
  border: none;
  display: inline-block;
}

.fc-basic-view .fc-day-grid-event.fc-mdsci-event {
  background-color: transparent;
  color: #faef5f;
  font-size: 16px;
  cursor: pointer;
}

#also-interested {
  position: relative;
  background-color: #f89c26;
  text-align: center;
  padding: 3% 0;
  -webkit-transition: 350ms ease background-color;
  -o-transition: 350ms ease background-color;
  transition: 350ms ease background-color;
}

#also-interested.hover-0 {
  background-color: #442a78;
}

#also-interested.hover-1 {
  background-color: #f54359;
}

#also-interested.hover-2 {
  background-color: #c9dd03;
}

#also-interested > .wrap {
  padding: 0 42px;
}

#also-interested > .wrap > h3 {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 8%;
}

#also-interested .grid-2 {
  width: 31.31313%;
  height: 27vw;
  max-height: 369px;
  background-size: auto 100%;
  background-position: center center;
  -webkit-box-shadow: -12px 12px 38px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -12px 12px 38px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 350ms ease top;
  -o-transition: 350ms ease top;
  transition: 350ms ease top;
  position: relative;
  top: 0;
}

#also-interested .grid-2:nth-child(n) {
  margin-bottom: 0;
  margin-right: 3.030305%;
}

#also-interested .grid-2:last-child {
  margin-right: 0;
}

#also-interested .grid-2:hover {
  top: -30px;
}

#also-interested .grid-2:hover p {
  opacity: 1;
}

#also-interested .grid-2 > a:first-child {
  position: relative;
  display: block;
  height: 100%;
}

#also-interested .grid-2 h3 {
  color: #fff;
  text-align: left;
  padding: 7.5% 0 0 10%;
}

#also-interested .grid-2 p {
  opacity: 0;
  width: 40px;
  height: 40px;
  background-color: #f54359;
  color: #c9dd03;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 350ms ease opacity;
  -o-transition: 350ms ease opacity;
  transition: 350ms ease opacity;
}

@media screen and (max-width: 980px) {
  #also-interested > .wrap {
    padding: 0 3.030305%;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #also-interested .grid-2 {
    width: 100%;
    margin: 0 0 0 0;
    max-height: none;
    height: 70vw;
  }
  #also-interested .grid-2 + .grid-2 {
    margin-top: 3.030305%;
  }
  #also-interested .grid-2:hover {
    top: 0;
  }
}

.flex-gallery {
  margin: 40px 0 0 0;
}

.flex-gallery * + * {
  margin-top: 0;
}

.flex-gallery .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}

.flex-gallery .bx-pager {
  padding: 0;
  width: 100%;
  right: 0;
  bottom: -40px;
  z-index: 2;
}

.flex-gallery .bx-pager.bx-default-pager a {
  background: #c9dd03;
  margin-bottom: 2px;
}

.flex-gallery .bx-pager.bx-default-pager a.active, .flex-gallery .bx-pager.bx-default-pager a:hover, .flex-gallery .bx-pager.bx-default-pager a:focus {
  width: 14px;
  height: 14px;
  margin: 0 3px 0;
  border-radius: 999px;
  background: #c9dd03;
}

.flex-gallery .bx-pager.bx-default-pager a.active {
  background-color: #f54359;
}

.page-template-default .flex-gallery:not(.banner):not(.hexy) {
  margin-left: 270px;
}

@media screen and (max-width: 950px) {
  .page-template-default .flex-gallery:not(.banner):not(.hexy) {
    margin-left: 7.5vw;
  }
}

@media screen and (max-width: 504px) {
  .page-template-default .flex-gallery:not(.banner):not(.hexy) {
    margin: 30px 0 0 10px;
  }
}

@media screen and (max-width: 414px) {
  .page-template-default .flex-gallery:not(.banner):not(.hexy) {
    margin-top: 20px;
    margin-left: 7.5vw;
    max-width: 87vw;
  }
}

/*	      ___  __             __        ___  __     ___  __
	|\/| |__  |  \ |  /\     /  \ |  | |__  |__) | |__  /__`
	|  | |___ |__/ | /~~\    \__X \__/ |___ |  \ | |___ .__/

    M E D I A   Q U E R I E S	   M E D I A   Q U E R I E S
*/
@media screen and (max-width: 1250px) {
  .home #membership-panel #membership .middle {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  #membership-panel #membership .middle {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    width: calc(100% - 470px);
    padding-left: 6%;
    padding-right: 16%;
    right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .home #membership-panel .polygon {
    width: 50%;
    height: 50%;
    margin-left: -14%;
  }
  .home #membership-panel #membership {
    width: 54%;
    float: right;
  }
  .home #membership-panel #membership .middle {
    padding: 80px 0 80px 40px;
    width: 100%;
  }
  .home #membership-panel #membership > .wrap > .group {
    padding: 40px 0;
  }
}

@media screen and (max-width: 940px) {
  .home #membership-panel #cta {
    max-width: 260px;
  }
  .home #membership-panel #membership {
    width: 63%;
  }
  .home #membership-panel #membership .middle {
    padding: 70px 15px 70px 28px;
  }
}

@media screen and (max-width: 730px) {
  .home #membership-panel .polygon {
    width: 90%;
    margin-top: -120px;
  }
  .home #membership-panel #cta {
    max-width: 90%;
  }
  .home #membership-panel #membership {
    float: none;
    width: 100%;
  }
  .home #membership-panel #membership .middle {
    padding: 60px 15px 140px 28px;
  }
}

/*	           __   __                __   __          ___         __
	|__|  /\  |__) |__) \ /     |\/| /  \ |__) | |    |__  | |\ | / _`
	|  | /~~\ |    |     |      |  | \__/ |__) | |___ |___ | | \| \__>
	M O B I L E    S T A R T S    A T     7 6 7
*/
@media screen and (max-width: 767px) {
  .loaded #mobile-fixed {
    display: block;
  }
  #mobile-fixed {
    position: fixed;
    bottom: 0;
    z-index: 20;
    height: 55px;
    width: 100%;
    background-color: #fff;
    padding: 0 40px;
    -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.1);
  }
  #mobile-fixed li {
    display: inline-block;
  }
  #mobile-fixed li a {
    font: 700 16px/55px "quatro-slab", san-serif;
    padding: 0 20px;
  }
  #mobile-fixed #yum {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55px;
    border-left: 1px solid #acacac;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    color: #f54359;
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  #mobile-fixed #yum:hover {
    color: #c9dd03;
  }
}

@media screen and (max-width: 767px) {
  #mobile-fixed #yum i {
    padding: 2px;
  }
}

@media screen and (max-width: 767px) and (max-width: 470px) {
  #mobile-fixed {
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 470px) {
  #mobile-fixed li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  #mobile-fixed li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .buns {
    position: fixed;
  }
  .buns .fa-bars:before {
    content: "\e90e";
    font-family: 'mdsci' !important;
  }
  .buns.inner #top-tier {
    height: 0;
  }
  .buns.inner #top-tier #hours {
    display: none;
  }
  .buns.inner #sticky-nav {
    height: 100% !important;
    background: transparent;
    z-index: 1;
  }
  .buns.inner #sticky-nav nav {
    display: block;
  }
  .buns.inner #sticky-nav .logo {
    display: none;
  }
  .buns.inner #sticky-nav #sticky-main-nav {
    margin: 0;
  }
  .buns.inner #breadcrumbs {
    display: none;
  }
  .buns #main-nav {
    z-index: 20;
  }
  .buns #main-nav .sub-menu {
    position: absolute;
    left: -9999px;
  }
  .buns.serach-results #main .text-wrap .image-blocks > .group {
    z-index: 0 !important;
  }
  .buns.page-template-page-calendar #email-signup {
    z-index: 0 !important;
  }
  .buns.page-template-page-calendar #main #event-list, .buns.page-template-page-calendar #main #calendar-grid-outer .wpfc-calendar-wrapper, .buns.page-template-page-calendar #main #cal-special {
    z-index: 0 !important;
  }
  .buns.page-template-page-splash main section .wrap-wrap, .buns.page-template-page-calendar #top-panel #calchecks, .buns.inner.page-template-page-homeschool-grid #slider-wrap .ui-slider-horizontal *, .buns .mdsci_required:after, .buns .mini-blocks > .group, .buns .image-blocks > .group, .buns #splash-slider-wrap *, .buns.page-template-page-splash #top-panel {
    z-index: 0 !important;
  }
  .buns #main .text-wrap .text-blocks > .group, .buns #main .text-wrap .image-blocks h6 {
    z-index: 0 !important;
  }
  .buns #banner_wrap {
    z-index: 0 !important;
  }
  .buns #mobile-fixed.shadow {
    -webkit-box-shadow: 0px -30px 30px 20px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -30px 30px 20px rgba(0, 0, 0, 0.75);
  }
  .buns #main-nav, .buns.inner #sticky-main-nav {
    display: block;
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    background-color: rgba(0, 0, 0, 0.9);
    padding: 2.5% 10% 0 10%;
  }
  .buns #main-nav > .wpcf7, .buns.inner #sticky-main-nav > .wpcf7 {
    display: block;
    margin: 10px 0 30px 0;
  }
  .buns #main-nav > .wpcf7 p:first-of-type, .buns.inner #sticky-main-nav > .wpcf7 p:first-of-type {
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 1px;
  }
  .buns #main-nav > .wpcf7 .wpcf7-form, .buns.inner #sticky-main-nav > .wpcf7 .wpcf7-form {
    position: relative;
  }
  .buns #main-nav > .wpcf7 .wpcf7-form label, .buns.inner #sticky-main-nav > .wpcf7 .wpcf7-form label {
    display: block;
  }
  .buns #main-nav > .wpcf7 .wpcf7-form label span + span, .buns.inner #sticky-main-nav > .wpcf7 .wpcf7-form label span + span {
    color: #17aee8;
  }
  .buns #main-nav > .wpcf7 .wpcf7-form input[type='email'], .buns.inner #sticky-main-nav > .wpcf7 .wpcf7-form input[type='email'] {
    color: #fff;
    border-color: #17aee8;
  }
  .buns #main-nav > .wpcf7 .wpcf7-form input[type='submit'], .buns.inner #sticky-main-nav > .wpcf7 .wpcf7-form input[type='submit'] {
    background: #17aee8;
  }
  .buns #main-nav > .wpcf7 .wpcf7-form input[type='submit']:hover, .buns.inner #sticky-main-nav > .wpcf7 .wpcf7-form input[type='submit']:hover {
    background: #c9dd03;
  }
  .buns #main-nav > .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip, .buns.inner #sticky-main-nav > .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
    bottom: -33px;
  }
  .buns #main-nav #menu-main-menu, .buns.inner #sticky-main-nav #menu-main-menu {
    margin-top: 90px;
    left: 0;
    position: relative;
    -webkit-transition: left 650ms ease;
    -o-transition: left 650ms ease;
    transition: left 650ms ease;
  }
  .buns #main-nav #menu-main-menu > li, .buns.inner #sticky-main-nav #menu-main-menu > li {
    display: list-item;
  }
  .buns #main-nav #menu-main-menu > li.menu-item-has-children > a span:after, .buns.inner #sticky-main-nav #menu-main-menu > li.menu-item-has-children > a span:after {
    content: '+';
    display: block;
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 50vw;
  }
}

@media screen and (max-width: 767px) and (max-width: 630px) {
  .buns #main-nav #menu-main-menu > li.menu-item-has-children > a span:after, .buns.inner #sticky-main-nav #menu-main-menu > li.menu-item-has-children > a span:after {
    margin-right: 35vw;
  }
}

@media screen and (max-width: 767px) and (max-width: 504px) {
  .buns #main-nav #menu-main-menu > li.menu-item-has-children > a span:after, .buns.inner #sticky-main-nav #menu-main-menu > li.menu-item-has-children > a span:after {
    margin-right: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .buns #main-nav #menu-main-menu > li > a, .buns.inner #sticky-main-nav #menu-main-menu > li > a {
    font-size: 19px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    display: block;
    height: auto;
    padding: 2.5vh 0;
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .buns #main-nav #menu-main-menu > li > a:hover, .buns.inner #sticky-main-nav #menu-main-menu > li > a:hover, .buns #main-nav #menu-main-menu > li > a:hover span:after, .buns.inner #sticky-main-nav #menu-main-menu > li > a:hover span:after {
    color: #c9dd03;
  }
}

@media screen and (max-width: 767px) {
  .buns #main-nav #menu-main-menu > li > a:active, .buns #main-nav #menu-main-menu > li > a:focus {
    color: #c9dd03;
  }
  .buns.inner #sticky-main-nav #menu-main-menu > li > a:active, .buns.inner #sticky-main-nav #menu-main-menu > li > a:focus {
    color: #c9dd03;
  }
  .buns #main-nav #menu-main-menu > li > a:active span:after, .buns #main-nav #menu-main-menu > li > a:focus span:after {
    color: #c9dd03;
  }
  .buns.inner #sticky-main-nav #menu-main-menu > li > a:active span:after, .buns.inner #sticky-main-nav #menu-main-menu > li > a:focus span:after {
    color: #c9dd03;
  }
}

@media screen and (max-width: 767px) and (min-height: 640px) {
  .buns #main-nav #menu-main-menu > li > a, .buns.inner #sticky-main-nav #menu-main-menu > li > a {
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .buns #top-tier #tier-center {
    display: block;
    position: fixed;
    z-index: 24;
    top: calc(20vw + 340px);
    width: calc(80% + 10px);
    background-color: transparent;
    left: calc(10% - 10px);
    right: auto;
    padding: 0;
    -webkit-transition: left 650ms ease;
    -o-transition: left 650ms ease;
    transition: left 650ms ease;
  }
  .buns #top-tier #tier-center:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: -10px;
    left: 0;
  }
  .buns #top-tier #tier-center li {
    display: block;
    float: left;
    list-style-type: none;
    min-width: 120px;
  }
  .buns #top-tier #tier-center li:first-child + li + li {
    clear: left;
  }
  .buns #top-tier #tier-center .search-form {
    position: fixed;
    top: 120px;
    left: 8%;
    -webkit-transition: left 650ms ease;
    -o-transition: left 650ms ease;
    transition: left 650ms ease;
  }
  .buns #top-tier #tier-center .search-form input[type="text"] {
    right: auto;
    left: 55px;
  }
  .buns #top-tier #tier-center .search-form.active input[type="text"] {
    width: calc(80vw - 45px);
  }
  .buns #top-tier #tier-center .search-form i {
    font-size: 24px;
    -webkit-transform: translateZ(0);
  }
  .buns #top-tier #tier-center .search-form:after {
    content: '';
    width: 1px;
    height: 46px;
    background-color: #ebebeb;
    position: absolute;
    right: -19px;
    top: 0;
    -webkit-transform: translateZ(0);
  }
  .buns #cta-links, .buns #sticky-nav #sticky-links {
    display: block;
    position: fixed;
    z-index: 21;
    top: 130px;
    margin: 0;
    left: calc(10% + 70px);
    width: auto;
    max-width: 100vw;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    -webkit-transition: left 650ms ease;
    -o-transition: left 650ms ease;
    transition: left 650ms ease;
  }
  .buns #cta-links li + li, .buns #sticky-nav #sticky-links li + li {
    margin: 0;
  }
  .buns #cta-links li:first-child, .buns #sticky-nav #sticky-links li:first-child {
    display: none;
  }
  .buns #cta-links li:last-child, .buns #sticky-nav #sticky-links li:last-child {
    margin-left: 5vw;
    display: inline-block;
  }
  .buns.slip-and-slide #main-nav .sub-menu > li .sub-menu li, .buns.slip-and-slide.inner #sticky-main-nav .sub-menu > li .sub-menu li {
    line-height: 19px !important;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu {
    left: -100vw;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper {
    position: absolute;
    display: block !important;
    width: 100%;
    font-size: 16px;
    left: 100vw;
    top: -60px;
    color: #fff;
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - (2.5vw + 167px));
    padding-bottom: 40px;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper a, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper a {
    display: block;
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper a:hover, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper a:hover {
    color: #c9dd03;
  }
}

@media screen and (max-width: 767px) {
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper .slip-back, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper .slip-back {
    display: inline-block !important;
    position: relative;
    margin-bottom: 40px;
    font: 700 14px/1 "Source Sans Pro", sans-serif;
    letter-spacing: 3px;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper .slip-back a, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper .slip-back a {
    text-transform: uppercase !important;
    font: 700 14px/1 "Source Sans Pro", sans-serif !important;
    padding: 0;
    letter-spacing: 3px !important;
    position: relative;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper .slip-back a:hover, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper .slip-back a:hover {
    color: #fff;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper .slip-back a:after, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper .slip-back a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 100%;
    background-color: #c9dd03;
    -webkit-transition: width 550ms ease;
    -o-transition: width 550ms ease;
    transition: width 550ms ease;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper .slip-back a:hover:after, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper .slip-back a:hover:after {
    width: 4px;
    border-radius: 1px;
  }
}

@media screen and (max-width: 767px) {
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper .title, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper .title {
    font: 700 19px/1 "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper li, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper li {
    display: block !important;
    position: static !important;
    text-align: left;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper li > a, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper li > a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 19px;
    text-transform: none;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper li:hover > a, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper li:hover > a {
    background: none;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper li.menu-item-has-children > a span, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper li.menu-item-has-children > a span {
    display: block;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper li.menu-item-has-children > a span:after, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper li.menu-item-has-children > a span:after {
    content: '+';
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 10px;
    margin-left: 12px;
    vertical-align: -2px;
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper li.menu-item-has-children > a:after, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper li.menu-item-has-children > a:after {
    content: '';
  }
  .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper .sub-menu, .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper .sub-menu {
    display: none;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .buns.slip-and-slide.double-slip #main-nav #menu-main-menu ul.slipper, .buns.slip-and-slide.double-slip.inner #sticky-main-nav #menu-main-menu ul.slipper {
    left: -100vw;
    overflow: visible;
  }
  .buns.slip-and-slide.double-slip #main-nav #menu-main-menu ul.slipper ul.slipper, .buns.slip-and-slide.double-slip.inner #sticky-main-nav #menu-main-menu ul.slipper ul.slipper {
    top: 0;
    left: 200vw;
    overflow: scroll;
  }
  .buns.slip-and-slide.triple-slip #main-nav #menu-main-menu ul.slipper, .buns.slip-and-slide.triple-slip.inner #sticky-main-nav #menu-main-menu ul.slipper {
    left: -100vw;
    overflow: visible;
  }
  .buns.slip-and-slide.triple-slip #main-nav #menu-main-menu ul.slipper ul.slipper, .buns.slip-and-slide.triple-slip.inner #sticky-main-nav #menu-main-menu ul.slipper ul.slipper {
    top: 0;
    left: -100vw;
    overflow: visible;
  }
  .buns.slip-and-slide.triple-slip #main-nav #menu-main-menu ul.slipper ul.slipper ul.slipper, .buns.slip-and-slide.triple-slip.inner #sticky-main-nav #menu-main-menu ul.slipper ul.slipper ul.slipper {
    top: 0;
    left: 300vw;
    overflow: scroll;
  }
  .buns.slip-and-slide.triple-slip #main-nav #menu-main-menu ul.slipper ul.slipper ul.slipper li.menu-item-has-children > a span, .buns.slip-and-slide.triple-slip.inner #sticky-main-nav #menu-main-menu ul.slipper ul.slipper ul.slipper li.menu-item-has-children > a span {
    display: block;
  }
  .buns.slip-and-slide.triple-slip #main-nav #menu-main-menu ul.slipper ul.slipper ul.slipper li.menu-item-has-children > a span:after, .buns.slip-and-slide.triple-slip.inner #sticky-main-nav #menu-main-menu ul.slipper ul.slipper ul.slipper li.menu-item-has-children > a span:after {
    display: none;
  }
  .buns.slip-and-slide #top-tier #tier-center {
    left: -100vw;
  }
  .buns.slip-and-slide #top-tier #tier-center .search-form {
    left: -100vw;
  }
  .buns.slip-and-slide #cta-links, .buns.slip-and-slide #sticky-nav #sticky-links {
    left: -100vw;
  }
  [data-useragent*="firefox"] #mobile-fixed #yum:hover {
    color: #c9dd03;
  }
  [data-useragent*="firefox"] .buns #main-nav #menu-main-menu > li a:hover, [data-useragent*="firefox"] .buns.inner #sticky-main-nav #menu-main-menu > li a:hover, [data-useragent*="firefox"] .buns #main-nav #menu-main-menu > li a:hover span:after, [data-useragent*="firefox"] .buns.inner #sticky-main-nav #menu-main-menu > li a:hover span:after {
    color: #c9dd03;
  }
  [data-useragent*="firefox"] .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper a:hover, [data-useragent*="firefox"] .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper a:hover {
    color: #c9dd03;
  }
  [data-useragent*="firefox"] .buns.slip-and-slide #main-nav #menu-main-menu ul.slipper .slip-back a:hover:after, [data-useragent*="firefox"] .buns.slip-and-slide.inner #sticky-main-nav #menu-main-menu ul.slipper .slip-back a:hover:after {
    width: 4px;
    border-radius: 1px;
  }
}

html.ie9 .page-template-page-splash #splash-slider-wrap #overlay h3.veil .before, html.win8 .page-template-page-splash #splash-slider-wrap #overlay h3.veil .before, html.ie11 .page-template-page-splash #splash-slider-wrap #overlay h3.veil .before, html[data-useragent*='edge'] .page-template-page-splash #splash-slider-wrap #overlay h3.veil .before {
  position: relative;
}
