@charset "UTF-8";
/*
Theme Name: Trapeze
Theme URI: 
Author: Chris Silich
Author URI: http://chrissilich.com/
Description: Theme for the Creative Circus
Version: 2.1.0
License: Creative Circus 2022
License URI: http://creativecircus.edu;
Tags: 
Text Domain: trapeze
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

@use 'sass:math';
.responsive-debugger {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100000;
  display: none; }
  body.logged-in.admin-bar .responsive-debugger {
    display: block; }
  .responsive-debugger span {
    display: none; }
  @media screen and (max-width: 767px) {
    .responsive-debugger .mobile {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 828px) {
    .responsive-debugger .tablet {
      display: block; } }
  @media screen and (min-width: 829px) and (max-width: 1059px) {
    .responsive-debugger .s-desktop {
      display: block; } }
  @media screen and (min-width: 1060px) and (max-width: 1359px) {
    .responsive-debugger .l-desktop {
      display: block; } }
  @media screen and (min-width: 1360px) {
    .responsive-debugger .h-desktop {
      display: block; } }
* {
  box-sizing: border-box; }

html {
  background-color: #222; }

body {
  text-rendering: optimizeLegibility;
  background-color: white;
  box-shadow: 0 0 60px black; }

h1,
h2,
h3,
h4,
h5,
h6,
div,
section,
p,
ul,
li,
ol,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: 400; }

h1,
h2 {
  text-rendering: geometricPrecision;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none; }

img {
  width: auto;
  height: auto; }

.hidden {
  display: none; }

.text-hero-blue {
  color: #65a2eb; }

/*
Avenir Next is being added as a webfont in the interim 2022 changes. Remove it later if necessary!
It's at the bottom.
*/
@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Bold"), local("AvenirNext-Bold"), url("assets/fonts/avenirnext/AvenirNext-Bold.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Demi';
  src: local("Avenir Next Demi Bold"), local("AvenirNext-DemiBold"), url("assets/fonts/avenirnext/AvenirNext-DemiBold.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Heavy Italic"), local("AvenirNext-HeavyItalic"), url("assets/fonts/avenirnext/AvenirNext-HeavyItalic.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Italic"), local("AvenirNext-Italic"), url("assets/fonts/avenirnext/AvenirNext-Italic.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Heavy"), local("AvenirNext-Heavy"), url("assets/fonts/avenirnext/AvenirNext-Heavy.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Bold Italic"), local("AvenirNext-BoldItalic"), url("assets/fonts/avenirnext/AvenirNext-BoldItalic.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Demi';
  src: local("Avenir Next Demi Bold Italic"), local("AvenirNext-DemiBoldItalic"), url("assets/fonts/avenirnext/AvenirNext-DemiBoldItalic.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-DemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Ultra';
  src: local("Avenir Next Ultra Light Italic"), local("AvenirNext-UltraLightItalic"), url("assets/fonts/avenirnext/AvenirNext-UltraLightItalic.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Medium"), local("AvenirNext-Medium"), url("assets/fonts/avenirnext/AvenirNext-Medium.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Regular"), local("AvenirNext-Regular"), url("assets/fonts/avenirnext/AvenirNext-Regular.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Ultra';
  src: local("AvenirNext-UltraLight"), url("assets/fonts/avenirnext/AvenirNext-UltraLight.woff2") format("woff2"), url("assets/fonts/avenirnext/AvenirNext-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BaskervilleMTStd-Italic';
  src: url("assets/fonts/343986_1_0.eot");
  src: url("assets/fonts/343986_1_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/343986_1_0.woff2") format("woff2"), url("assets/fonts/343986_1_0.woff") format("woff"), url("assets/fonts/343986_1_0.ttf") format("truetype");
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'mreavessanb';
  src: url("assets/fonts/mreavessanb-020415006EmigreWebOnly.eot");
  src: url("assets/fonts/mreavessanb-020415006EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("assets/fonts/mreavessanb-020415006EmigreWebOnly.woff2") format("woff2"), url("assets/fonts/mreavessanb-020415006EmigreWebOnly.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'mreavessanbi';
  src: url("assets/fonts/mreavessanbi-020415006EmigreWebOnly.eot");
  src: url("assets/fonts/mreavessanbi-020415006EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("assets/fonts/mreavessanbi-020415006EmigreWebOnly.woff2") format("woff2"), url("assets/fonts/mreavessanbi-020415006EmigreWebOnly.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'mreavessanl';
  src: url("assets/fonts/mreavessanl-020415006EmigreWebOnly.eot");
  src: url("assets/fonts/mreavessanl-020415006EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("assets/fonts/mreavessanl-020415006EmigreWebOnly.woff2") format("woff2"), url("assets/fonts/mreavessanl-020415006EmigreWebOnly.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'mreavessanli';
  src: url("assets/fonts/mreavessanli-020415006EmigreWebOnly.eot");
  src: url("assets/fonts/mreavessanli-020415006EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("assets/fonts/mreavessanli-020415006EmigreWebOnly.woff2") format("woff2"), url("assets/fonts/mreavessanli-020415006EmigreWebOnly.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'mreavessanr';
  src: url("assets/fonts/mreavessanr-020415006EmigreWebOnly.eot");
  src: url("assets/fonts/mreavessanr-020415006EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("assets/fonts/mreavessanr-020415006EmigreWebOnly.woff2") format("woff2"), url("assets/fonts/mreavessanr-020415006EmigreWebOnly.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'mreavessanri';
  src: url("assets/fonts/mreavessanri-020415006EmigreWebOnly.eot");
  src: url("assets/fonts/mreavessanri-020415006EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("assets/fonts/mreavessanri-020415006EmigreWebOnly.woff2") format("woff2"), url("assets/fonts/mreavessanri-020415006EmigreWebOnly.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

/*
Mr Eaves font naming conventions
mreaves + san + ?alt + l|r|b + ?i
*/
.cf:before, .cf:after, .clear:before, .clear:after, .clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after, .clear:after, .clearfix:after {
  clear: both; }

.acelightbox {
  cursor: zoom-in; }

.acelightbox_overlay {
  z-index: 100000000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #ebebeb; }

.acelightbox_container {
  z-index: 100000000;
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .acelightbox_container {
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%; } }
  .acelightbox_container .acelightbox_content {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0; }
    .acelightbox_container .acelightbox_content img {
      width: 100%;
      height: 100%; }
      .acelightbox_container .acelightbox_content img.zoomed {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab; }
    .acelightbox_container .acelightbox_content .acelightbox_controls {
      position: absolute;
      top: 0;
      right: 0;
      width: 132px;
      background-color: #666;
      background-color: rgba(0, 0, 0, 0.15);
      transition: background-color 0.4s; }
      .acelightbox_container .acelightbox_content .acelightbox_controls:hover {
        background-color: rgba(0, 0, 0, 0.4); }
      .acelightbox_container .acelightbox_content .acelightbox_controls a {
        display: inline-block;
        width: 44px;
        height: 44px;
        background-size: 100%;
        opacity: 0.5;
        transition: opacity 0.4s; }
        .acelightbox_container .acelightbox_content .acelightbox_controls a:hover {
          opacity: 1; }
        @media screen and (max-width: 767px) {
          .acelightbox_container .acelightbox_content .acelightbox_controls a {
            width: 48px;
            height: 48px; } }
      .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_plus {
        background-image: url("assets/img/acelightbox_plus.png"); }
      .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_minus {
        background-image: url("assets/img/acelightbox_minus.png"); }
      .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_close {
        background-image: url("assets/img/acelightbox_close.png"); }
      .oldie .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_plus {
        background-image: url("assets/img/acelightbox_plus-oldie.png"); }
      .oldie .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_minus {
        background-image: url("assets/img/acelightbox_minus-oldie.png"); }
      .oldie .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_close {
        background-image: url("assets/img/acelightbox_close-oldie.png"); }
      @media screen and (max-width: 767px) {
        .acelightbox_container .acelightbox_content .acelightbox_controls {
          position: fixed;
          background-color: rgba(0, 0, 0, 0.5);
          top: auto;
          bottom: 30px;
          width: 144px;
          left: 50%;
          margin-left: -72px; } }
#Smallchat {
  position: relative;
  z-index: 900 !important; }
  #Smallchat iframe {
    right: 20px !important; }
    @media screen and (max-width: 767px) {
      #Smallchat iframe {
        right: 0px !important; } }
body {
  font-size: 18px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em; }

h1 {
  font-size: 3.5em;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  line-height: 100%; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 2.6em; } }
  h1 a {
    color: black;
    transition: 0.2s; }
    h1 a:hover {
      color: #d3253d; }

h2 {
  margin: 0.75em 0 0 0;
  font-size: 2em;
  color: #d3253d;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic; }

h3 {
  margin: 0.75em 0 0 0;
  font-size: 1.4em;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #999; }

h4 {
  margin: 0.75em 0 0 0;
  font-size: 1.1em;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #999; }

h5 {
  margin: 0.75em 0 0 0;
  font-size: 1em;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #999; }

h6 {
  margin: 0.75em 0 0 0;
  font-size: 0.95em;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #999; }

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 6px; }

p {
  margin: 15px 0;
  font-size: 1em;
  line-height: 1.45em;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal; }

ul,
ol {
  margin: 5px 0; }
  ul li,
  ol li {
    margin: 5px 0 5px 20px;
    line-height: 1.2em; }

small {
  opacity: 0.5;
  font-size: 0.75em; }

strong,
b {
  font-weight: bolder; }

blockquote {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

hr {
  clear: both;
  margin: 35px auto;
  width: 65%;
  border: 0;
  border-top: 0 !important;
  border-bottom: 1px solid #ccc !important; }

a {
  color: #d3253d;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

a.read-more,
span.read-more {
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13pt;
  letter-spacing: 2px;
  transition: letter-spacing 0.3s; }
  a.read-more:hover,
  span.read-more:hover {
    letter-spacing: 4px;
    text-decoration: none; }
  a.read-more::after,
  span.read-more::after {
    content: ' →'; }

#loader {
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white; }
  #loader img {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20%;
    max-width: 280px; }
    @media screen and (max-width: 767px) {
      #loader img {
        width: 50%; } }
@media screen and (max-width: 767px) {
  html.mti-inactive {
    margin-top: 0 !important; } }

body {
  color: #666;
  position: relative;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0 auto; }
  body .default-header {
    margin: 0 auto;
    width: 100%;
    transition: width 0.5s;
    position: relative;
    overflow: hidden;
    height: 40vw;
    max-height: 40vh;
    background-color: #1c1c22; }
    @media screen and (max-width: 767px) {
      body .default-header {
        height: 50vw; } }
    body .default-header img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      visibility: hidden; }
      body .default-header img:first-child {
        visibility: visible; }
    body .default-header .bottom-angle {
      z-index: 15;
      width: 102%;
      height: 50px;
      background-color: white;
      position: absolute;
      bottom: -25px;
      left: -1%;
      box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg); }
      @media screen and (min-width: 2800px) {
        body .default-header .bottom-angle {
          -webkit-transform: rotate(-0.8deg);
                  transform: rotate(-0.8deg); } }
    body .default-header.default-header-small, body .default-header.default-header-none {
      display: none; }

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

a.button,
a.wp-block-button__link,
button,
input[type='submit'] {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  padding: 10px 25px 8px 25px;
  margin: 10px auto;
  line-height: 130%;
  border-radius: 8px;
  border: 0;
  transition: 0.2s;
  letter-spacing: 0.05em;
  color: white;
  background-color: #e03d58; }
  a.button:hover,
  a.wp-block-button__link:hover,
  button:hover,
  input[type='submit']:hover {
    background-color: #8f3b46;
    text-decoration: none; }
  a.button.button-chill,
  a.wp-block-button__link.button-chill,
  button.button-chill,
  input[type='submit'].button-chill {
    background-color: #65a2eb; }
    a.button.button-chill:hover,
    a.wp-block-button__link.button-chill:hover,
    button.button-chill:hover,
    input[type='submit'].button-chill:hover {
      background-color: #496a91;
      text-decoration: none; }
  a.button.button-small,
  a.wp-block-button__link.button-small,
  button.button-small,
  input[type='submit'].button-small {
    font-size: 0.9em;
    padding: 8px 15px 8px 15px; }
  a.button.button-large,
  a.wp-block-button__link.button-large,
  button.button-large,
  input[type='submit'].button-large {
    font-size: 15pt !important;
    padding: 19px 30px 17px 30px; }

.grecaptcha-badge {
  display: none;
  pointer-events: none; }

.ui-datepicker {
  background: #eee;
  padding: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .ui-datepicker table {
    background: white; }
    .ui-datepicker table .ui-state-active {
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700;
      font-style: italic;
      color: black; }
    .ui-datepicker table .ui-datepicker-today {
      background-color: #ccc; }
  .ui-datepicker .ui-datepicker-prev {
    float: left;
    content: '< Previous Month'; }
  .ui-datepicker .ui-datepicker-next {
    float: right;
    content: 'Next Month >'; }
  .ui-datepicker .ui-datepicker-title {
    text-align: center;
    font-size: 1.2em;
    border: 0; }

.gform_ajax_spinner {
  width: auto !important;
  height: auto !important; }

.gform_wrapper {
  margin: 50px auto;
  width: 85%; }
  @media screen and (max-width: 828px) {
    .gform_wrapper {
      width: 100%; } }
  .gform_wrapper .gfield.legal {
    font-size: 0.9rem !important;
    line-height: 1.3rem !important; }
  .gform_wrapper h2 {
    margin-top: 45px;
    margin-bottom: 0px; }
  .gform_wrapper .validation_error,
  .gform_wrapper .validation_message {
    color: #d3253d;
    font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    font-style: italic; }
  .gform_wrapper ul.gform_fields {
    list-style-type: none; }
    .gform_wrapper ul.gform_fields ul {
      list-style-type: none; }
    .gform_wrapper ul.gform_fields li.gfield {
      margin: 30px 0;
      clear: both; }
      .gform_wrapper ul.gform_fields li.gfield.inline ul li {
        display: inline-block;
        margin: 0 20px; }
  .gform_wrapper input[type='checkbox'],
  .gform_wrapper input[type='radio'] {
    margin-right: 6px;
    margin-left: 8px;
    position: relative;
    top: -2px; }
  .gform_wrapper input[type='text'],
  .gform_wrapper input[type='email'],
  .gform_wrapper input[type='password'],
  .gform_wrapper input[type='number'],
  .gform_wrapper input[type='tel'],
  .gform_wrapper input[type='date'],
  .gform_wrapper input[type='datetime'],
  .gform_wrapper textarea,
  .gform_wrapper select {
    font-size: 1.2em;
    border: 2px solid #ccc;
    padding: 6px 8px;
    width: 100%;
    transition: 0.2s; }
    .gform_wrapper input[type='text']:focus,
    .gform_wrapper input[type='email']:focus,
    .gform_wrapper input[type='password']:focus,
    .gform_wrapper input[type='number']:focus,
    .gform_wrapper input[type='tel']:focus,
    .gform_wrapper input[type='date']:focus,
    .gform_wrapper input[type='datetime']:focus,
    .gform_wrapper textarea:focus,
    .gform_wrapper select:focus {
      border: 2px solid #999;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .gform_wrapper textarea {
    height: 100px; }
  .gform_wrapper .gfield_label {
    font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .gform_wrapper .gfield_choice {
    font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .gform_wrapper .gform_validation_container {
    display: none; }
  .gform_wrapper .ginput_complex.gf_name_has_2 {
    display: flex; }
  .gform_wrapper .ginput_complex span.ginput_left,
  .gform_wrapper .ginput_complex span.ginput_cardinfo_left {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    clear: left; }
  .gform_wrapper .ginput_complex span.ginput_right,
  .gform_wrapper .ginput_complex span.ginput_cardinfo_right {
    display: block;
    float: left;
    width: 49%;
    margin-right: 0;
    clear: right; }
  .gform_wrapper .ginput_complex label {
    display: block;
    position: relative;
    top: -1px;
    font-size: 0.7em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .gform_wrapper .gfield.consent {
    font-size: 0.75em;
    color: #ccc;
    line-height: 120% !important; }

header {
  z-index: 10000;
  position: relative; }

#mega-menu-wrap-New-Nav,
#mega-menu-wrap-New-Nav #mega-menu-New-Nav,
#mega-menu-wrap-New-Nav #mega-menu-New-Nav ul.mega-sub-menu,
#mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-item,
#mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-row,
#mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-column,
#mega-menu-wrap-New-Nav #mega-menu-New-Nav a.mega-menu-link,
#mega-menu-wrap-New-Nav #mega-menu-New-Nav span.mega-menu-badge {
  font-size: 12pt; }
  @media screen and (min-width: 1060px) and (max-width: 1359px) {
    #mega-menu-wrap-New-Nav,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav ul.mega-sub-menu,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-item,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-row,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-column,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav a.mega-menu-link,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav span.mega-menu-badge {
      font-size: 12pt; } }
  @media screen and (min-width: 1360px) {
    #mega-menu-wrap-New-Nav,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav ul.mega-sub-menu,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-item,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-row,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav li.mega-menu-column,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav a.mega-menu-link,
    #mega-menu-wrap-New-Nav #mega-menu-New-Nav span.mega-menu-badge {
      font-size: 15pt; } }
.mega-menu-toggle {
  position: relative; }
  .mega-menu-toggle .mega-toggle-block-1 svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 370px;
    width: 75vw; }
    .mega-menu-toggle .mega-toggle-block-1 svg .logo-left-1,
    .mega-menu-toggle .mega-toggle-block-1 svg .logo-left-2 {
      fill: transparent; }
    .mega-menu-toggle .mega-toggle-block-1 svg .logo-left-3 {
      fill: #ffffff; }
    .mega-menu-toggle .mega-toggle-block-1 svg .logo-left-4 {
      fill: #ffffff; }
  .mega-menu-toggle .mega-toggle-block {
    margin-right: 20px !important; }

#mega-menu-wrap-New-Nav.mega-menu-wrap {
  clear: both; }
  #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu {
    padding-bottom: 20px; }
    @media screen and (min-width: 1051px) {
      #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu {
        justify-content: space-around;
        align-items: center;
        display: flex;
        padding-bottom: 0px; } }
    #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item {
      flex-shrink: 0; }
      #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item > a.mega-menu-link {
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-size: 1.1rem; }
        @media screen and (max-width: 1050px) {
          #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item > a.mega-menu-link {
            padding-right: 23px; } }
        @media screen and (min-width: 1060px) and (max-width: 1359px) {
          #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item > a.mega-menu-link {
            letter-spacing: 0.04em;
            font-size: 1.16rem; } }
        @media screen and (min-width: 1359px) {
          #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item > a.mega-menu-link {
            letter-spacing: 0.05em;
            font-size: 1.2rem; } }
        #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item > a.mega-menu-link > .mega-indicator {
          display: none; }
          @media screen and (min-width: 1359px) {
            #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item > a.mega-menu-link > .mega-indicator {
              display: unset; } }
          #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item > a.mega-menu-link > .mega-indicator:after {
            margin: 0 0 0 -2px; }
      #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item.mega-mega-button a {
        display: inline-block;
        font-size: 1.1em;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.4em;
        margin: 1em 0;
        border-radius: 100px;
        background: white;
        color: #d3253d;
        text-transform: uppercase;
        text-align: right;
        transition: 0.3s;
        display: inline-block; }
        @media screen and (max-width: 1050px) {
          #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-menu-item.mega-mega-button a {
            display: inline;
            margin-right: 20px; } }
    #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg {
      width: auto; }
      @media screen and (max-width: 767px) {
        #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg {
          width: 100%;
          max-width: 400px; } }
      @media screen and (min-width: 768px) and (max-width: 828px) {
        #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg {
          width: 100%;
          max-width: 400px; } }
      @media screen and (min-width: 829px) and (max-width: 1059px) {
        #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg {
          height: 36px; } }
      @media screen and (min-width: 1060px) and (max-width: 1359px) {
        #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg {
          height: 36px; } }
      @media screen and (min-width: 1360px) {
        #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg {
          height: 48px; } }
      #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg .st0 {
        fill: transparent; }
      #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg .st1 {
        fill: #ffffff; }
      #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu > li.mega-logo svg .st2 {
        fill: #ffffff; }
    #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu h3 {
      padding-top: 1em;
      font-size: 1.2em;
      border-bottom: 1px solid white;
      text-transform: uppercase;
      font-weight: 700;
      color: white; }
    #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu h4 {
      font-size: 1.1em; }
    #mega-menu-wrap-New-Nav.mega-menu-wrap #mega-menu-New-Nav.mega-menu p {
      margin: 0.2em 0;
      line-height: 1.4em;
      font-size: 0.85em; }

.content-wrap {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  transition: width 0.5s;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .content-wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .content-wrap .content {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1340px;
    transition: width 0.5s;
    min-height: 450px; }
    @media screen and (max-width: 767px) {
      .content-wrap .content {
        width: 98%;
        width: calc(100% - 20px); } }
    .content-wrap .content img {
      width: 100%;
      height: auto;
      max-width: 100%; }
      .content-wrap .content img.actual-size {
        width: auto !important;
        height: auto !important; }
      .content-wrap .content img.alignleft {
        width: 50%;
        float: left;
        margin: 10px 15px 10px 0px; }
      .content-wrap .content img.alignright {
        width: 50%;
        float: right;
        margin: 10px 0px 10px 15px; }
      @media screen and (max-width: 767px) {
        .content-wrap .content img.alignleft, .content-wrap .content img.alignright {
          width: 100%;
          float: none;
          margin: 10px 0px 10px 0px; } }
    .content-wrap .content table {
      border-collapse: collapse;
      border-spacing: 0;
      /*padding: 3px;*/
      margin: 20px 0;
      border-collapse: separate;
      border-spacing: 0; }
      .content-wrap .content table caption,
      .content-wrap .content table th,
      .content-wrap .content table td {
        text-align: left;
        padding: 3px 10px;
        border: 1px solid #ddd; }
      .content-wrap .content table th {
        font-weight: 700;
        font-size: 1.2em;
        font-weight: bold;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc; }
      .content-wrap .content table tfoot tr td {
        font-size: 1.2em;
        font-weight: bold;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc; }
    .content-wrap .content .video-wrapper {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .content-wrap .content .video-wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%; }

footer {
  position: relative;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 0px 0;
  font-size: 0.8em; }
  footer .footer-rotator {
    width: 104%;
    position: relative;
    top: 20px;
    left: -2%;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    background-color: #3d3d4c;
    background-image: url("assets/img/footer-illustration-tile-scaled.png");
    background-attachment: fixed;
    padding: 60px 0 50px 0; }
  footer .footer-content {
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    transition: width 0.5s;
    text-align: center;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    color: #ccc;
    width: 650px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      footer .footer-content {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 828px) {
      footer .footer-content {
        width: 85%; } }
    footer .footer-content h1,
    footer .footer-content h2,
    footer .footer-content h3,
    footer .footer-content h4,
    footer .footer-content h5,
    footer .footer-content h6,
    footer .footer-content a {
      color: white; }
    footer .footer-content a:hover {
      color: #d3253d; }
    footer .footer-content a.button,
    footer .footer-content button,
    footer .footer-content input[type='submit'] {
      color: black;
      background-color: white; }
      footer .footer-content a.button:hover,
      footer .footer-content button:hover,
      footer .footer-content input[type='submit']:hover {
        color: #d3253d; }
    footer .footer-content input[type='text'],
    footer .footer-content input[type='email'],
    footer .footer-content input[type='password'],
    footer .footer-content input[type='number'],
    footer .footer-content input[type='tel'],
    footer .footer-content input[type='date'],
    footer .footer-content input[type='datetime'],
    footer .footer-content textarea,
    footer .footer-content select {
      border-color: white;
      color: #999; }
    footer .footer-content .gfield_required {
      color: rgba(255, 255, 255, 0.6);
      position: relative;
      left: 2px;
      top: -2px;
      font-size: 0.75em; }
    footer .footer-content .gform_wrapper {
      margin: 0 0 0 0;
      width: 100%; }
    footer .footer-content .gfield {
      text-align: center; }
    footer .footer-content .gfield.consent {
      font-size: 0.6em;
      opacity: 0.6; }
      footer .footer-content .gfield.consent a {
        color: #ff9999; }
    footer .footer-content .gfield_label {
      font-size: 0.75em; }
    footer .footer-content .gform_footer {
      text-align: center; }
    footer .footer-content .validation_message {
      display: block;
      clear: both; }
    footer .footer-content .gform_confirmation_wrapper {
      margin: 20px 0 130px;
      font-style: italic; }
    footer .footer-content .gfield_error {
      border: none !important;
      background-color: transparent !important; }
      footer .footer-content .gfield_error .gfield_label {
        color: white !important; }
    footer .footer-content .validation_error,
    footer .footer-content .validation_message {
      border-color: #d7533c !important;
      color: #d7533c !important;
      margin-top: 20px; }
    footer .footer-content.footer-content-request-syllabus .gfield_checkbox, footer .footer-content.footer-content-request-info .gfield_checkbox {
      text-align: left;
      margin: 3px auto;
      max-width: 550px; }
      footer .footer-content.footer-content-request-syllabus .gfield_checkbox li, footer .footer-content.footer-content-request-info .gfield_checkbox li {
        line-height: 100%;
        display: inline-block;
        width: 49%;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        margin: 0px auto; }
        @media screen and (max-width: 767px) {
          footer .footer-content.footer-content-request-syllabus .gfield_checkbox li, footer .footer-content.footer-content-request-info .gfield_checkbox li {
            width: 100%;
            float: none;
            margin: 5px auto; } }
        footer .footer-content.footer-content-request-syllabus .gfield_checkbox li label, footer .footer-content.footer-content-request-info .gfield_checkbox li label {
          line-height: 100%; }
        footer .footer-content.footer-content-request-syllabus .gfield_checkbox li input[type='checkbox'], footer .footer-content.footer-content-request-info .gfield_checkbox li input[type='checkbox'] {
          margin-top: 0; }
    footer .footer-content.footer-content-request-syllabus .gform_footer, footer .footer-content.footer-content-request-info .gform_footer {
      clear: both; }
    footer .footer-content.footer-content-latest-blog {
      width: 90%;
      max-width: 800px; }
      footer .footer-content.footer-content-latest-blog .blog-post {
        float: left;
        width: 31%;
        margin: 20px 3.5% 40px 0;
        text-align: left; }
        @media screen and (max-width: 767px) {
          footer .footer-content.footer-content-latest-blog .blog-post {
            float: none;
            width: 90%;
            max-width: 400px;
            margin: 30px auto 30px auto !important; } }
        footer .footer-content.footer-content-latest-blog .blog-post:nth-of-type(3n + 3) {
          margin-right: 0; }
        footer .footer-content.footer-content-latest-blog .blog-post .read-more {
          display: none; }
        footer .footer-content.footer-content-latest-blog .blog-post .button {
          margin-top: 10px;
          float: right; }

footer.redundant-nav-footer {
  background: #1c1c22;
  color: white;
  margin: 0;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  transition: width 0.5s;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #7c7e8d; }
  @media screen and (max-width: 767px) {
    footer.redundant-nav-footer {
      padding-left: 15px;
      padding-right: 15px; } }
  footer.redundant-nav-footer .redundant-nav-footer-content {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1340px;
    transition: width 0.5s; }
    @media screen and (max-width: 767px) {
      footer.redundant-nav-footer .redundant-nav-footer-content {
        width: 98%;
        width: calc(100% - 20px); } }
  footer.redundant-nav-footer a {
    color: #7c7e8d;
    transition: color 0.3s; }
    footer.redundant-nav-footer a:hover {
      color: white; }
  footer.redundant-nav-footer .logo-social-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #7c7e8d;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      footer.redundant-nav-footer .logo-social-search {
        justify-content: space-between;
        padding-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      footer.redundant-nav-footer .logo-social-search h1 {
        width: 100%;
        text-align: center; } }
    footer.redundant-nav-footer .logo-social-search a svg {
      width: 320px; }
      @media screen and (max-width: 767px) {
        footer.redundant-nav-footer .logo-social-search a svg {
          width: 80vw;
          max-width: 350px;
          margin: 30px auto 0 auto; } }
      footer.redundant-nav-footer .logo-social-search a svg .footer-logo-st0 {
        fill: transparent; }
      footer.redundant-nav-footer .logo-social-search a svg .footer-logo-st1,
      footer.redundant-nav-footer .logo-social-search a svg .footer-logo-st2 {
        fill: #7c7e8d;
        transition: fill 0.3s; }
      footer.redundant-nav-footer .logo-social-search a svg:hover .footer-logo-st1,
      footer.redundant-nav-footer .logo-social-search a svg:hover .footer-logo-st2 {
        fill: white; }
    @media screen and (max-width: 767px) {
      footer.redundant-nav-footer .logo-social-search .social {
        margin-top: 20px; } }
    footer.redundant-nav-footer .logo-social-search .social a {
      font-size: 1.6em;
      margin: 0 10px;
      position: relative;
      top: 4px; }
      @media screen and (max-width: 767px) {
        footer.redundant-nav-footer .logo-social-search .social a {
          top: 11px; } }
    @media screen and (max-width: 767px) {
      footer.redundant-nav-footer .logo-social-search .search {
        margin-top: 20px; } }
    footer.redundant-nav-footer .logo-social-search .search input {
      background-color: transparent;
      border: 2px solid #7c7e8d;
      color: #7c7e8d;
      border-radius: 100px;
      padding: 5px 5px 5px 10px;
      font-size: 1.1em;
      transition: color 0.3s, border 0.3s; }
      footer.redundant-nav-footer .logo-social-search .search input:hover, footer.redundant-nav-footer .logo-social-search .search input:focus {
        color: white;
        border: 2px solid white; }
    footer.redundant-nav-footer .logo-social-search .search button {
      color: #7c7e8d !important;
      border: 0 !important;
      background-color: transparent !important;
      transition: color 0.3s; }
      footer.redundant-nav-footer .logo-social-search .search button:hover, footer.redundant-nav-footer .logo-social-search .search button:focus {
        color: white !important; }
  footer.redundant-nav-footer ul {
    list-style: none; }
  footer.redundant-nav-footer ul#menu-2022-footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    line-height: 1.25em; }
    footer.redundant-nav-footer ul#menu-2022-footer-menu > li {
      margin: 8px 0 8px 0;
      width: 33.333%; }
      @media screen and (max-width: 767px) {
        footer.redundant-nav-footer ul#menu-2022-footer-menu > li {
          flex-direction: column;
          width: 100%; } }
      @media screen and (min-width: 550px) and (max-width: 767px) {
        footer.redundant-nav-footer ul#menu-2022-footer-menu > li {
          width: 48%; } }
      footer.redundant-nav-footer ul#menu-2022-footer-menu > li > a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.3em; }
        footer.redundant-nav-footer ul#menu-2022-footer-menu > li > a[href='#'] {
          pointer-events: none; }
      footer.redundant-nav-footer ul#menu-2022-footer-menu > li > ul li {
        margin: 6px 0;
        font-size: 1.1em; }
  footer.redundant-nav-footer .copyright {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #7c7e8d;
    margin: 20px 0;
    padding-top: 3px;
    font-size: 1.2em;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      footer.redundant-nav-footer .copyright {
        flex-direction: column; } }
body.page-template-default .default-header {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  position: relative;
  overflow: hidden;
  height: 40vw;
  max-height: 40vh;
  background-color: #1c1c22; }
  @media screen and (max-width: 767px) {
    body.page-template-default .default-header {
      height: 50vw; } }
  body.page-template-default .default-header img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden; }
    body.page-template-default .default-header img:first-child {
      visibility: visible; }
  body.page-template-default .default-header .bottom-angle {
    z-index: 15;
    width: 102%;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: -25px;
    left: -1%;
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
    @media screen and (min-width: 2800px) {
      body.page-template-default .default-header .bottom-angle {
        -webkit-transform: rotate(-0.8deg);
                transform: rotate(-0.8deg); } }
  body.page-template-default .default-header.default-header-small, body.page-template-default .default-header.default-header-none {
    display: none; }

body.blog.single-post .default-header,
body.blog .default-header {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  position: relative;
  overflow: hidden;
  height: 40vw;
  max-height: 40vh;
  background-color: #1c1c22; }
  @media screen and (max-width: 767px) {
    body.blog.single-post .default-header,
    body.blog .default-header {
      height: 50vw; } }
  body.blog.single-post .default-header img,
  body.blog .default-header img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden; }
    body.blog.single-post .default-header img:first-child,
    body.blog .default-header img:first-child {
      visibility: visible; }
  body.blog.single-post .default-header .bottom-angle,
  body.blog .default-header .bottom-angle {
    z-index: 15;
    width: 102%;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: -25px;
    left: -1%;
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
    @media screen and (min-width: 2800px) {
      body.blog.single-post .default-header .bottom-angle,
      body.blog .default-header .bottom-angle {
        -webkit-transform: rotate(-0.8deg);
                transform: rotate(-0.8deg); } }
  body.blog.single-post .default-header.default-header-small, body.blog.single-post .default-header.default-header-none,
  body.blog .default-header.default-header-small,
  body.blog .default-header.default-header-none {
    display: none; }

body.blog.single-post .content-wrap,
body.blog .content-wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1340px;
  transition: width 0.5s;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    body.blog.single-post .content-wrap,
    body.blog .content-wrap {
      width: 98%;
      width: calc(100% - 20px); } }
  body.blog.single-post .content-wrap .content,
  body.blog .content-wrap .content {
    float: left;
    width: 75%;
    margin-right: 8%; }
    @media screen and (max-width: 767px) {
      body.blog.single-post .content-wrap .content,
      body.blog .content-wrap .content {
        width: 100%;
        margin-right: 0; } }
    body.blog.single-post .content-wrap .content p.tags,
    body.blog .content-wrap .content p.tags {
      font-size: 12pt;
      color: #ccc; }
      body.blog.single-post .content-wrap .content p.tags a,
      body.blog .content-wrap .content p.tags a {
        color: #999;
        transition: 0.2s; }
        body.blog.single-post .content-wrap .content p.tags a:hover,
        body.blog .content-wrap .content p.tags a:hover {
          color: #d3253d; }
      body.blog.single-post .content-wrap .content p.tags span:last-child,
      body.blog .content-wrap .content p.tags span:last-child {
        display: none; }
    body.blog.single-post .content-wrap .content img,
    body.blog .content-wrap .content img {
      height: auto; }
    body.blog.single-post .content-wrap .content ul.posts,
    body.blog .content-wrap .content ul.posts {
      list-style-type: none;
      width: 96%;
      margin: 0 auto; }
      body.blog.single-post .content-wrap .content ul.posts li,
      body.blog .content-wrap .content ul.posts li {
        clear: both;
        padding: 40px 0 25px 0;
        border-bottom: 1px solid #ccc; }
        @media screen and (max-width: 767px) {
          body.blog.single-post .content-wrap .content ul.posts li,
          body.blog .content-wrap .content ul.posts li {
            margin-left: 0; } }
        body.blog.single-post .content-wrap .content ul.posts li div.thumbnail,
        body.blog .content-wrap .content ul.posts li div.thumbnail {
          width: 240px;
          height: 240px;
          float: left;
          background-position: 50% 50%;
          background-size: cover;
          margin: 2px 20px 20px 0; }
          body.blog.single-post .content-wrap .content ul.posts li div.thumbnail.rotate1,
          body.blog .content-wrap .content ul.posts li div.thumbnail.rotate1 {
            -webkit-transform: rotate(-1deg);
                    transform: rotate(-1deg); }
          body.blog.single-post .content-wrap .content ul.posts li div.thumbnail.rotate2,
          body.blog .content-wrap .content ul.posts li div.thumbnail.rotate2 {
            -webkit-transform: rotate(-1.5deg);
                    transform: rotate(-1.5deg); }
          body.blog.single-post .content-wrap .content ul.posts li div.thumbnail.rotate3,
          body.blog .content-wrap .content ul.posts li div.thumbnail.rotate3 {
            -webkit-transform: rotate(1.5deg);
                    transform: rotate(1.5deg); }
          body.blog.single-post .content-wrap .content ul.posts li div.thumbnail.rotate4,
          body.blog .content-wrap .content ul.posts li div.thumbnail.rotate4 {
            -webkit-transform: rotate(1deg);
                    transform: rotate(1deg); }
    body.blog.single-post .content-wrap .content .post-navigation,
    body.blog .content-wrap .content .post-navigation {
      padding-top: 20px;
      padding-bottom: 150px; }
      body.blog.single-post .content-wrap .content .post-navigation .nav-previous,
      body.blog.single-post .content-wrap .content .post-navigation .nav-next,
      body.blog .content-wrap .content .post-navigation .nav-previous,
      body.blog .content-wrap .content .post-navigation .nav-next {
        float: left;
        width: 50%; }
        body.blog.single-post .content-wrap .content .post-navigation .nav-previous a,
        body.blog.single-post .content-wrap .content .post-navigation .nav-next a,
        body.blog .content-wrap .content .post-navigation .nav-previous a,
        body.blog .content-wrap .content .post-navigation .nav-next a {
          color: #d3253d;
          font-size: 15pt; }
      body.blog.single-post .content-wrap .content .post-navigation .nav-next,
      body.blog .content-wrap .content .post-navigation .nav-next {
        float: right;
        text-align: right; }
  body.blog.single-post .content-wrap .blog-sidebar,
  body.blog .content-wrap .blog-sidebar {
    float: left;
    width: 17%;
    font-size: 0.8em; }
    body.blog.single-post .content-wrap .blog-sidebar ul,
    body.blog .content-wrap .blog-sidebar ul {
      list-style-type: none; }
    body.blog.single-post .content-wrap .blog-sidebar a,
    body.blog .content-wrap .blog-sidebar a {
      color: #999; }
    @media screen and (max-width: 767px) {
      body.blog.single-post .content-wrap .blog-sidebar,
      body.blog .content-wrap .blog-sidebar {
        width: 100%;
        margin-right: 0;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      body.blog.single-post .content-wrap .blog-sidebar .sidebar-group,
      body.blog .content-wrap .blog-sidebar .sidebar-group {
        width: 50%;
        float: left; } }
body.woocommerce .default-header,
body.woocommerce-page .default-header {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  position: relative;
  overflow: hidden;
  height: 40vw;
  max-height: 40vh;
  background-color: #1c1c22; }
  @media screen and (max-width: 767px) {
    body.woocommerce .default-header,
    body.woocommerce-page .default-header {
      height: 50vw; } }
  body.woocommerce .default-header img,
  body.woocommerce-page .default-header img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden; }
    body.woocommerce .default-header img:first-child,
    body.woocommerce-page .default-header img:first-child {
      visibility: visible; }
  body.woocommerce .default-header .bottom-angle,
  body.woocommerce-page .default-header .bottom-angle {
    z-index: 15;
    width: 102%;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: -25px;
    left: -1%;
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
    @media screen and (min-width: 2800px) {
      body.woocommerce .default-header .bottom-angle,
      body.woocommerce-page .default-header .bottom-angle {
        -webkit-transform: rotate(-0.8deg);
                transform: rotate(-0.8deg); } }
  body.woocommerce .default-header.default-header-small, body.woocommerce .default-header.default-header-none,
  body.woocommerce-page .default-header.default-header-small,
  body.woocommerce-page .default-header.default-header-none {
    display: none; }

body.woocommerce .content-wrap,
body.woocommerce-page .content-wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1340px;
  transition: width 0.5s;
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    body.woocommerce .content-wrap,
    body.woocommerce-page .content-wrap {
      width: 98%;
      width: calc(100% - 20px); } }
  body.woocommerce .content-wrap .content,
  body.woocommerce-page .content-wrap .content {
    width: 100%; }
    body.woocommerce .content-wrap .content .sidebar-group,
    body.woocommerce-page .content-wrap .content .sidebar-group {
      display: none; }
    body.woocommerce .content-wrap .content h2,
    body.woocommerce-page .content-wrap .content h2 {
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #666;
      font-size: 1.2em !important;
      padding-bottom: 0 !important; }
    body.woocommerce .content-wrap .content .price,
    body.woocommerce-page .content-wrap .content .price {
      color: #d3253d;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-style: italic; }
    body.woocommerce .content-wrap .content .sku_wrapper,
    body.woocommerce-page .content-wrap .content .sku_wrapper {
      display: none; }
    body.woocommerce .content-wrap .content .woocommerce-breadcrumb,
    body.woocommerce-page .content-wrap .content .woocommerce-breadcrumb {
      display: none; }
    body.woocommerce .content-wrap .content a,
    body.woocommerce-page .content-wrap .content a {
      color: #d3253d; }
    @media screen and (max-width: 767px) {
      body.woocommerce .content-wrap .content img,
      body.woocommerce-page .content-wrap .content img {
        border-top: 2px solid #d3253d;
        border-bottom: 2px solid #d3253d; }
      body.woocommerce .content-wrap .content .woocommerce-Tabs-panel,
      body.woocommerce-page .content-wrap .content .woocommerce-Tabs-panel {
        padding: 0 10px; } }
    @media screen and (min-width: 768px) {
      body.woocommerce .content-wrap .content img,
      body.woocommerce-page .content-wrap .content img {
        border: 1px solid #d3253d;
        -webkit-transform: rotate(-1deg);
                transform: rotate(-1deg); } }
body.woocommerce.post-type-archive-product .content-wrap .content,
body.woocommerce-page.post-type-archive-product .content-wrap .content {
  width: 100%;
  margin-right: 0; }
  body.woocommerce.post-type-archive-product .content-wrap .content .woocommerce-breadcrumb,
  body.woocommerce-page.post-type-archive-product .content-wrap .content .woocommerce-breadcrumb {
    display: none; }
  body.woocommerce.post-type-archive-product .content-wrap .content ul.products li.product,
  body.woocommerce-page.post-type-archive-product .content-wrap .content ul.products li.product {
    width: 24%;
    margin-right: 1.3%; }
    body.woocommerce.post-type-archive-product .content-wrap .content ul.products li.product.last,
    body.woocommerce-page.post-type-archive-product .content-wrap .content ul.products li.product.last {
      margin-right: 0; }
    body.woocommerce.post-type-archive-product .content-wrap .content ul.products li.product img,
    body.woocommerce-page.post-type-archive-product .content-wrap .content ul.products li.product img {
      border: 1px solid #ccc;
      margin-bottom: 0; }
    body.woocommerce.post-type-archive-product .content-wrap .content ul.products li.product h3,
    body.woocommerce-page.post-type-archive-product .content-wrap .content ul.products li.product h3 {
      color: #666;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 100;
      font-style: normal;
      font-size: 16pt; }
    body.woocommerce.post-type-archive-product .content-wrap .content ul.products li.product span.price,
    body.woocommerce-page.post-type-archive-product .content-wrap .content ul.products li.product span.price {
      color: #d3253d;
      font-size: 13pt;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-style: italic; }
    body.woocommerce.post-type-archive-product .content-wrap .content ul.products li.product button,
    body.woocommerce-page.post-type-archive-product .content-wrap .content ul.products li.product button {
      text-align: right; }
  body.woocommerce.post-type-archive-product .content-wrap .content .return-policy,
  body.woocommerce-page.post-type-archive-product .content-wrap .content .return-policy {
    font-size: 12pt;
    color: #999;
    text-align: right; }

body.home #feature {
  position: relative;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-height: calc(100vw);
  background-color: black; }
  @media screen and (max-width: 767px) {
    body.home #feature {
      height: 90vh;
      max-height: none; } }
  body.home #feature video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.home #feature .slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    body.home #feature .slideshow .slide {
      opacity: 0;
      position: absolute;
      width: 110%;
      height: 100%;
      left: -5%;
      background-size: cover;
      background-position: 50% 50%;
      z-index: 10; }
      body.home #feature .slideshow .slide.active {
        z-index: 11; }
  body.home #feature .feature-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
    transition: opacity 0.4s; }
    body.home #feature .feature-overlay.dark {
      opacity: 0.4; }
  body.home #feature .feature-content {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1340px;
    transition: width 0.5s;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    max-width: 870px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      body.home #feature .feature-content {
        width: 98%;
        width: calc(100% - 20px); } }
    body.home #feature .feature-content h1 {
      color: white;
      font-size: 3.25em; }
      @media screen and (max-width: 767px) {
        body.home #feature .feature-content h1 {
          font-size: 2.6em; }
          body.home #feature .feature-content h1 br {
            display: none; } }
    body.home #feature .feature-content p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.4em; }
      @media screen and (max-width: 767px) {
        body.home #feature .feature-content p {
          font-size: 1.1em; }
          body.home #feature .feature-content p br {
            display: none; } }
body.home section.bummer {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  transition: width 0.5s;
  background-color: #e6e6e6;
  padding: 1em 0; }
  @media screen and (max-width: 767px) {
    body.home section.bummer {
      padding-left: 15px;
      padding-right: 15px; } }
  body.home section.bummer div.content-column {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1340px;
    transition: width 0.5s;
    max-width: 740px; }
    @media screen and (max-width: 767px) {
      body.home section.bummer div.content-column {
        width: 98%;
        width: calc(100% - 20px); } }
body.home section.programs {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  transition: width 0.5s; }
  @media screen and (max-width: 767px) {
    body.home section.programs {
      padding-left: 15px;
      padding-right: 15px; } }
  body.home section.programs div.content-column {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1340px;
    transition: width 0.5s;
    display: flex;
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 2em; }
    @media screen and (max-width: 767px) {
      body.home section.programs div.content-column {
        width: 98%;
        width: calc(100% - 20px); } }
    @media screen and (max-width: 767px) {
      body.home section.programs div.content-column {
        flex-direction: column; } }
  body.home section.programs div.intro {
    display: flex;
    flex-direction: column;
    min-width: 330px;
    max-width: 360px;
    margin-top: 3em;
    padding-right: 1em; }
    @media screen and (max-width: 767px) {
      body.home section.programs div.intro {
        max-width: unset; } }
    @media screen and (max-width: 767px) {
      body.home section.programs div.intro .unsure {
        display: none; } }
  body.home section.programs ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    /*
			$tint_extra_light_blue: #e1e9f5;
			$tint_extra_light_red: #f5e4e6;
			$tint_extra_light_teal: #e4f5f2;
			$tint_extra_light_purple: #e9e6f0;
			$tint_extra_light_orange: #f7eeeb;
			$tint_extra_light_yellow: #f7f0e6;
			*/ }
    body.home section.programs ul > h2,
    body.home section.programs ul > p {
      margin-left: 10px; }
    body.home section.programs ul h2 {
      width: 100%;
      font-size: 1.5em;
      color: #999;
      margin-bottom: 0;
      margin-top: 1.25em; }
    body.home section.programs ul > p {
      text-align: left;
      width: 100%;
      color: #999;
      margin-top: 0;
      margin-bottom: 0; }
    body.home section.programs ul li {
      display: flex;
      flex-grow: 1;
      position: relative;
      flex-direction: column;
      justify-content: flex-start;
      text-align: left;
      min-height: 200px;
      width: 30%;
      min-width: 275px;
      margin: 0.5em;
      border-radius: 8px;
      transition: background-color 0.3s;
      background-color: #f1f0f0;
      max-width: 400px; }
      @media screen and (max-width: 767px) {
        body.home section.programs ul li {
          max-width: unset; } }
      body.home section.programs ul li:hover {
        background-color: #bfbfbf; }
      body.home section.programs ul li a {
        display: block;
        padding: 1.5em 1.5em 2.5em 1.5em; }
        body.home section.programs ul li a:hover {
          text-decoration: none; }
      body.home section.programs ul li h3 {
        color: #737373;
        margin-top: 0;
        font-size: 1.8em;
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 700;
        font-style: normal; }
      body.home section.programs ul li p {
        text-align: left;
        color: black;
        color: #999; }
      body.home section.programs ul li p.details {
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 0.8em;
        margin-top: -0.2em; }
      body.home section.programs ul li span.read-more {
        position: absolute;
        bottom: 1.5em;
        right: 1em;
        display: block;
        color: #999;
        text-align: right; }
      body.home section.programs ul li.gap {
        visibility: hidden; }
      body.home section.programs ul li.yellow {
        background-color: #f7f0e6; }
        body.home section.programs ul li.yellow h3 {
          color: #5a3e13; }
        body.home section.programs ul li.yellow:hover {
          background-color: #f1e4d3; }
        body.home section.programs ul li.yellow p,
        body.home section.programs ul li.yellow span.read-more {
          color: #996a20; }
      body.home section.programs ul li.blue {
        background-color: #e1e9f5; }
        body.home section.programs ul li.blue h3 {
          color: #2f455e; }
        body.home section.programs ul li.blue:hover {
          background-color: #cedbef; }
        body.home section.programs ul li.blue p,
        body.home section.programs ul li.blue span.read-more {
          color: #496a91; }
      body.home section.programs ul li.red {
        background-color: #f5e4e6; }
        body.home section.programs ul li.red h3 {
          color: #59252b; }
        body.home section.programs ul li.red:hover {
          background-color: #eed1d5; }
        body.home section.programs ul li.red p,
        body.home section.programs ul li.red span.read-more {
          color: #8f3b46; }
      body.home section.programs ul li.teal {
        background-color: #e4f5f2; }
        body.home section.programs ul li.teal h3 {
          color: #224d45; }
        body.home section.programs ul li.teal:hover {
          background-color: #d1eee9; }
        body.home section.programs ul li.teal p,
        body.home section.programs ul li.teal span.read-more {
          color: #3a8275; }
      body.home section.programs ul li.purple {
        background-color: #e9e6f0; }
        body.home section.programs ul li.purple h3 {
          color: #4e4867; }
        body.home section.programs ul li.purple:hover {
          background-color: #dbd6e6; }
        body.home section.programs ul li.purple p,
        body.home section.programs ul li.purple span.read-more {
          color: #706894; }
      body.home section.programs ul li.other {
        border: 4px dashed #f7eeeb;
        background-color: white;
        background-color: white; }
        body.home section.programs ul li.other h3 {
          color: #61453c; }
        body.home section.programs ul li.other:hover {
          background-color: #f0dfd9; }
        body.home section.programs ul li.other p,
        body.home section.programs ul li.other span.read-more {
          color: #a85b42; }
  body.home section.programs .unsure-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      body.home section.programs .unsure-mobile {
        display: block; } }
body.home section.blog {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  transition: width 0.5s;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: -50px;
  background-color: #f7f0e6; }
  @media screen and (max-width: 767px) {
    body.home section.blog {
      padding-left: 15px;
      padding-right: 15px; } }
  body.home section.blog div.content-column {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1340px;
    transition: width 0.5s; }
    @media screen and (max-width: 767px) {
      body.home section.blog div.content-column {
        width: 98%;
        width: calc(100% - 20px); } }
    body.home section.blog div.content-column > a.read-more {
      position: absolute;
      bottom: 20px;
      right: 0; }
  body.home section.blog ul {
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none; }
    body.home section.blog ul li {
      position: relative;
      text-align: left;
      min-height: 200px;
      margin: 0 0 40px 0;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid;
      top: 0px;
      transition: 0.3s;
      max-width: 650px; }
      @media screen and (max-width: 767px) {
        body.home section.blog ul li {
          width: 90%;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (min-width: 768px) and (max-width: 828px) {
        body.home section.blog ul li {
          width: 45%; } }
      @media screen and (min-width: 829px) and (max-width: 1059px) {
        body.home section.blog ul li {
          width: 45%; } }
      @media screen and (min-width: 1060px) and (max-width: 1359px) {
        body.home section.blog ul li {
          width: 31%; } }
      @media screen and (min-width: 1360px) {
        body.home section.blog ul li {
          width: 31%; } }
      body.home section.blog ul li img,
      body.home section.blog ul li video {
        width: 100%;
        height: auto;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.1); }
      body.home section.blog ul li .text {
        z-index: 10;
        padding: 20px 0px 45px 0px; }
        body.home section.blog ul li .text h1 {
          font-size: 2.35em; }
        body.home section.blog ul li .text h2 {
          font-size: 1.25em; }
        body.home section.blog ul li .text h3 {
          font-weight: normal;
          font-size: 0.85em; }
        body.home section.blog ul li .text a.read-more {
          position: absolute;
          bottom: 30px;
          right: 30px; }
          body.home section.blog ul li .text a.read-more:hover {
            color: black; }

body.single-cc_program .images-wrap {
  float: left;
  height: 100vh;
  width: 50%; }
  @media screen and (max-width: 767px) {
    body.single-cc_program .images-wrap {
      display: none; } }
  body.single-cc_program .images-wrap .images {
    position: fixed;
    width: 50%; }
    @media screen and (max-width: 767px) {
      body.single-cc_program .images-wrap .images {
        width: 100%; } }
    body.single-cc_program .images-wrap .images a {
      display: block;
      position: relative; }
      body.single-cc_program .images-wrap .images a:hover p {
        opacity: 1;
        top: 75%; }
      body.single-cc_program .images-wrap .images a p {
        position: absolute;
        display: block;
        width: 100%;
        opacity: 0;
        background-color: white;
        top: 70%;
        left: 0;
        padding: 15px;
        transition: 0.4s;
        font-size: 12pt; }
        body.single-cc_program .images-wrap .images a p strong {
          color: black; }
      body.single-cc_program .images-wrap .images a img {
        width: 100%;
        display: block; }
        @media screen and (max-width: 767px) {
          body.single-cc_program .images-wrap .images a img {
            width: 25%; } }
body.single-cc_program .content-wrap {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 767px) {
    body.single-cc_program .content-wrap {
      width: 100%; } }
  body.single-cc_program .content-wrap .content {
    padding: 200px 0 0 0; }
    @media screen and (max-width: 767px) {
      body.single-cc_program .content-wrap .content {
        overflow-x: hidden;
        padding: 120px 10px 0 10px; } }
    body.single-cc_program .content-wrap .content > * {
      margin-left: 6%;
      margin-right: 6%; }
    body.single-cc_program .content-wrap .content a.programs-link {
      display: block;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-style: italic;
      color: #999;
      font-size: 20pt; }
    body.single-cc_program .content-wrap .content .cta {
      background-color: #eee;
      text-align: center;
      padding: 20px;
      margin-left: 0;
      margin-right: 0; }
      body.single-cc_program .content-wrap .content .cta .gform_wrapper {
        margin: 0;
        width: 100%; }
      body.single-cc_program .content-wrap .content .cta .gform_fields,
      body.single-cc_program .content-wrap .content .cta .gform_footer {
        text-align: center; }
    body.single-cc_program .content-wrap .content .mobile-images {
      display: none; }
      @media screen and (max-width: 767px) {
        body.single-cc_program .content-wrap .content .mobile-images {
          display: block; } }
      body.single-cc_program .content-wrap .content .mobile-images a {
        display: block;
        float: left;
        width: 50%;
        height: 0;
        padding-bottom: 50%;
        background-size: cover; }
    body.single-cc_program .content-wrap .content ul.dept-heads {
      list-style-type: none; }
      body.single-cc_program .content-wrap .content ul.dept-heads li {
        margin: 20px 0 60px 0;
        clear: both; }
        body.single-cc_program .content-wrap .content ul.dept-heads li h3,
        body.single-cc_program .content-wrap .content ul.dept-heads li h4,
        body.single-cc_program .content-wrap .content ul.dept-heads li h5,
        body.single-cc_program .content-wrap .content ul.dept-heads li p {
          margin-left: 0; }
        body.single-cc_program .content-wrap .content ul.dept-heads li h3 {
          margin-bottom: 0; }
        body.single-cc_program .content-wrap .content ul.dept-heads li h4 {
          margin-top: 0; }
        body.single-cc_program .content-wrap .content ul.dept-heads li h5 {
          margin-top: 5px; }
        body.single-cc_program .content-wrap .content ul.dept-heads li img {
          width: 33%;
          float: right;
          margin: 0 0 2% 3%; }
          @media screen and (max-width: 767px) {
            body.single-cc_program .content-wrap .content ul.dept-heads li img {
              width: 40%; } }
body.post-type-archive-cc_person {
  background-color: black; }
  body.post-type-archive-cc_person .content-wrap {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1340px;
    transition: width 0.5s;
    position: relative;
    z-index: 10;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      body.post-type-archive-cc_person .content-wrap {
        width: 98%;
        width: calc(100% - 20px); } }
  body.post-type-archive-cc_person .content-wrap .content h1 {
    color: white;
    margin-top: 140px; }
  body.post-type-archive-cc_person .content-wrap .content p {
    color: #ccc; }
  body.post-type-archive-cc_person .stars-fill {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 5;
    -webkit-animation: animStar 4s linear infinite;
            animation: animStar 4s linear infinite;
    background-image: url("assets/img/star-field-fill.png"); }
    body.post-type-archive-cc_person .stars-fill .stars-holes {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-position: 0 0;
      -webkit-animation: animStar 15s linear infinite;
              animation: animStar 15s linear infinite;
      background-image: url("assets/img/star-field-holes.png"); }

@-webkit-keyframes animStar {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 -128px; } }

@keyframes animStar {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 -128px; } }
  body.post-type-archive-cc_person ul.people {
    position: relative;
    list-style-type: none;
    margin: 0;
    z-index: 10; }
    body.post-type-archive-cc_person ul.people li.person {
      position: relative;
      float: left;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      cursor: pointer;
      width: 19%;
      transition: width 0.4s;
      margin: 1% 3%; }
      body.post-type-archive-cc_person ul.people li.person:nth-of-type(7n + 5) {
        margin-left: 15%; }
      @media screen and (max-width: 767px) {
        body.post-type-archive-cc_person ul.people li.person {
          float: none;
          width: 55%;
          margin: 60px auto 0px !important; } }
      body.post-type-archive-cc_person ul.people li.person .images {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 150%;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 0 100%;
                transform-origin: 0 100%;
        transition: 0.3s; }
        body.post-type-archive-cc_person ul.people li.person .images img {
          position: absolute;
          bottom: 0;
          display: none;
          width: 100%; }
          body.post-type-archive-cc_person ul.people li.person .images img.active {
            display: block; }
      body.post-type-archive-cc_person ul.people li.person h3 {
        transition: 0.3s;
        color: #ccc;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        font-size: 22pt;
        text-transform: uppercase;
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 700;
        font-style: normal;
        padding: 10px 0 0 0;
        line-height: 90%; }
      body.post-type-archive-cc_person ul.people li.person h4 {
        transition: 0.3s;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        color: #666;
        font-size: 16pt;
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        font-style: italic; }
      body.post-type-archive-cc_person ul.people li.person h5 {
        transition: 0.3s;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        color: white;
        opacity: 0;
        font-size: 14pt;
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        font-style: italic; }
      body.post-type-archive-cc_person ul.people li.person:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
        body.post-type-archive-cc_person ul.people li.person:hover .images {
          -webkit-transform: rotate(-2deg);
                  transform: rotate(-2deg); }
        body.post-type-archive-cc_person ul.people li.person:hover h3 {
          color: white; }
        body.post-type-archive-cc_person ul.people li.person:hover h4 {
          color: #d3253d;
          -webkit-transform: rotate(2deg);
                  transform: rotate(2deg); }
        body.post-type-archive-cc_person ul.people li.person:hover h5 {
          opacity: 0.75;
          -webkit-transform: rotate(4deg);
                  transform: rotate(4deg); }
      body.post-type-archive-cc_person ul.people li.person.active {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
        @media screen and (max-width: 767px) {
          body.post-type-archive-cc_person ul.people li.person.active {
            width: 70%; } }
        body.post-type-archive-cc_person ul.people li.person.active .images {
          -webkit-transform: translateY(80px) !important;
                  transform: translateY(80px) !important; }
        body.post-type-archive-cc_person ul.people li.person.active h3,
        body.post-type-archive-cc_person ul.people li.person.active h4,
        body.post-type-archive-cc_person ul.people li.person.active h5 {
          opacity: 0; }
  body.post-type-archive-cc_person ul.descriptions {
    display: none; }
  body.post-type-archive-cc_person .insert-point {
    width: 100%;
    clear: both;
    list-style-type: none; }
  body.post-type-archive-cc_person li.description {
    display: none;
    clear: both;
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 0 100px 0; }
    @media screen and (max-width: 767px) {
      body.post-type-archive-cc_person li.description {
        width: 94%;
        padding: 30px 0 60px 0; } }
    body.post-type-archive-cc_person li.description h3 {
      transition: 0.3s;
      color: white;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      font-size: 36pt;
      text-transform: uppercase;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700;
      font-style: normal;
      padding: 10px 0 0 0;
      -webkit-transform: rotate(-3deg) translateX(-15px);
              transform: rotate(-3deg) translateX(-15px); }
      @media screen and (max-width: 767px) {
        body.post-type-archive-cc_person li.description h3 {
          -webkit-transform: rotate(-3deg) translateX(-5px);
                  transform: rotate(-3deg) translateX(-5px);
          line-height: 90%; } }
    body.post-type-archive-cc_person li.description h4 {
      transition: 0.3s;
      -webkit-transform: rotate(-1deg) translateX(-2px);
              transform: rotate(-1deg) translateX(-2px);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      color: #d3253d;
      font-size: 20pt;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-style: italic; }
    body.post-type-archive-cc_person li.description p {
      font-size: 17pt;
      line-height: 130%;
      color: white;
      margin-bottom: 15px; }
    body.post-type-archive-cc_person li.description h5 {
      font-size: 19pt;
      color: #999;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-style: italic; }
      @media screen and (max-width: 767px) {
        body.post-type-archive-cc_person li.description h5 {
          font-size: 16pt; } }
body.page-template-template-about .content-wrap {
  position: relative;
  width: 100%;
  margin: 0; }
  body.page-template-template-about .content-wrap .backgrounds {
    position: fixed;
    width: 100%;
    max-width: 1400px;
    height: 100vh; }
    body.page-template-template-about .content-wrap .backgrounds div {
      width: 100%;
      height: 100%;
      background-size: cover;
      display: none; }
      body.page-template-template-about .content-wrap .backgrounds div:first-child {
        display: block; }
  body.page-template-template-about .content-wrap .spacer {
    height: 14vh;
    min-height: 120px; }
  body.page-template-template-about .content-wrap .content {
    position: relative;
    background-color: white;
    width: 90%;
    max-width: 900px;
    padding: 50px 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0.5deg);
            transform: translate(-50%, 0) rotate(0.5deg);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      body.page-template-template-about .content-wrap .content {
        width: 100%;
        padding: 30px 10px;
        left: 0;
        -webkit-transform: none;
                transform: none;
        box-shadow: none; } }
    body.page-template-template-about .content-wrap .content > div {
      -webkit-transform: rotate(-0.5deg);
              transform: rotate(-0.5deg); }
      @media screen and (max-width: 767px) {
        body.page-template-template-about .content-wrap .content > div {
          -webkit-transform: none;
                  transform: none; } }
      body.page-template-template-about .content-wrap .content > div div.mission h1 {
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: black;
        font-size: 24pt;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          body.page-template-template-about .content-wrap .content > div div.mission h1 {
            font-size: 22pt; } }
      body.page-template-template-about .content-wrap .content > div div.mission p {
        color: #999;
        font-size: 22pt;
        max-width: 700px; }
        @media screen and (max-width: 767px) {
          body.page-template-template-about .content-wrap .content > div div.mission p {
            font-size: 20pt; } }
        body.page-template-template-about .content-wrap .content > div div.mission p em {
          font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          font-weight: 400;
          font-style: italic;
          color: #d3253d; }
      body.page-template-template-about .content-wrap .content > div div.col {
        float: left;
        width: 46.5%;
        margin-right: 7%;
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          body.page-template-template-about .content-wrap .content > div div.col {
            width: 100%; } }
        body.page-template-template-about .content-wrap .content > div div.col.col-right {
          margin-right: 0; }
      body.page-template-template-about .content-wrap .content > div .links {
        margin-top: 60px;
        font-size: 18pt; }
        @media screen and (max-width: 767px) {
          body.page-template-template-about .content-wrap .content > div .links a {
            display: block;
            padding-left: 20px;
            float: left;
            width: 100%; } }
body.page-template-template-contact .default-header {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  position: relative;
  overflow: hidden;
  height: 40vw;
  max-height: 40vh;
  background-color: #1c1c22; }
  @media screen and (max-width: 767px) {
    body.page-template-template-contact .default-header {
      height: 50vw; } }
  body.page-template-template-contact .default-header img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden; }
    body.page-template-template-contact .default-header img:first-child {
      visibility: visible; }
  body.page-template-template-contact .default-header .bottom-angle {
    z-index: 15;
    width: 102%;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: -25px;
    left: -1%;
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
    @media screen and (min-width: 2800px) {
      body.page-template-template-contact .default-header .bottom-angle {
        -webkit-transform: rotate(-0.8deg);
                transform: rotate(-0.8deg); } }
  body.page-template-template-contact .default-header.default-header-small, body.page-template-template-contact .default-header.default-header-none {
    display: none; }

body.page-template-template-contact .content-wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1340px;
  transition: width 0.5s;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    body.page-template-template-contact .content-wrap {
      width: 98%;
      width: calc(100% - 20px); } }
  @media screen and (max-width: 767px) {
    body.page-template-template-contact .content-wrap .content {
      display: flex;
      flex-direction: column; } }
  body.page-template-template-contact .content-wrap .content .col {
    float: left;
    width: 50%; }
    body.page-template-template-contact .content-wrap .content .col.col-1 {
      width: 40%;
      margin-right: 2%; }
    body.page-template-template-contact .content-wrap .content .col.col-2 {
      width: 58%; }
    @media screen and (max-width: 767px) {
      body.page-template-template-contact .content-wrap .content .col.col-1, body.page-template-template-contact .content-wrap .content .col.col-2 {
        width: 100%; }
      body.page-template-template-contact .content-wrap .content .col.col-1 {
        order: 2; }
      body.page-template-template-contact .content-wrap .content .col.col-2 {
        order: 1; } }
    body.page-template-template-contact .content-wrap .content .col .gform_wrapper {
      width: 100%;
      margin: 0; }
  @media screen and (max-width: 767px) {
    body.page-template-template-contact .content-wrap .content .menu-social-icons-container {
      margin: 10px 0 4px 0; } }
  body.page-template-template-contact .content-wrap .content .menu-social-icons-container li {
    list-style: none;
    display: inline-block;
    margin: 3px 3px; }
    body.page-template-template-contact .content-wrap .content .menu-social-icons-container li a {
      display: inline-block;
      position: relative;
      top: -12px;
      color: transparent;
      line-height: 0;
      font-size: 0;
      width: 32px;
      height: 32px;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
      background-size: 100% 100%;
      border-radius: 5px;
      transition: 0.2s; }
      body.page-template-template-contact .content-wrap .content .menu-social-icons-container li a:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.2); }
    body.page-template-template-contact .content-wrap .content .menu-social-icons-container li.facebook a {
      background-image: url("assets/img/webicons/webicon-facebook.png"); }
    body.page-template-template-contact .content-wrap .content .menu-social-icons-container li.twitter a {
      background-image: url("assets/img/webicons/webicon-twitter.png"); }
    body.page-template-template-contact .content-wrap .content .menu-social-icons-container li.instagram a {
      background-image: url("assets/img/webicons/webicon-instagram.png"); }
    body.page-template-template-contact .content-wrap .content .menu-social-icons-container li.youtube a {
      background-image: url("assets/img/webicons/webicon-youtube.png"); }
    body.page-template-template-contact .content-wrap .content .menu-social-icons-container li.pinterest a {
      background-image: url("assets/img/webicons/webicon-pinterest.png"); }
    body.page-template-template-contact .content-wrap .content .menu-social-icons-container li.googleplus a {
      background-image: url("assets/img/webicons/webicon-googleplus.png"); }

body.page-template-template-campus .content-wrap {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  overflow: hidden; }
  body.page-template-template-campus .content-wrap .gallery {
    width: 100%;
    height: 350px;
    margin: 30px 0 80px 0 !important;
    width: 10000px; }
    @media screen and (max-width: 767px) {
      body.page-template-template-campus .content-wrap .gallery {
        height: 280px; } }
    body.page-template-template-campus .content-wrap .gallery br {
      display: none; }
    body.page-template-template-campus .content-wrap .gallery .gallery-item {
      width: auto;
      height: 100%;
      float: left;
      margin: 0 !important;
      width: auto !important; }
      body.page-template-template-campus .content-wrap .gallery .gallery-item .gallery-icon {
        height: 100%; }
        body.page-template-template-campus .content-wrap .gallery .gallery-item .gallery-icon img {
          display: block;
          height: 100%;
          width: auto;
          border: none !important; }
    body.page-template-template-campus .content-wrap .gallery dd {
      display: none; }
  body.page-template-template-campus .content-wrap h1,
  body.page-template-template-campus .content-wrap h2,
  body.page-template-template-campus .content-wrap p {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1340px;
    transition: width 0.5s;
    max-width: 700px; }
    @media screen and (max-width: 767px) {
      body.page-template-template-campus .content-wrap h1,
      body.page-template-template-campus .content-wrap h2,
      body.page-template-template-campus .content-wrap p {
        width: 98%;
        width: calc(100% - 20px); } }
    @media screen and (max-width: 767px) {
      body.page-template-template-campus .content-wrap h1,
      body.page-template-template-campus .content-wrap h2,
      body.page-template-template-campus .content-wrap p {
        width: 94%;
        margin-left: auto;
        margin-right: auto; } }
  body.page-template-template-campus .content-wrap h1 {
    font-size: 50pt;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      body.page-template-template-campus .content-wrap h1 {
        font-size: 40pt; }
        body.page-template-template-campus .content-wrap h1 > span span {
          display: none; } }
    @media screen and (min-width: 768px) {
      body.page-template-template-campus .content-wrap h1 > span {
        display: inline-block;
        width: 5px;
        position: relative;
        top: -20px;
        left: -6px;
        -webkit-transform: rotate(-10deg) translate(-7px, -25px);
                transform: rotate(-10deg) translate(-7px, -25px);
        font-size: 0.6em;
        color: #d3253d;
        text-transform: lowercase;
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        font-style: italic; }
        body.page-template-template-campus .content-wrap h1 > span > span {
          position: absolute;
          font-size: 0.6em;
          font-family: cursive;
          -webkit-transform: rotate(10deg) translate(13px, 25px);
                  transform: rotate(10deg) translate(13px, 25px); } }
  body.page-template-template-campus .content-wrap h2 {
    margin-bottom: 15px;
    -webkit-transform: rotate(-2deg) translateX(-12px);
            transform: rotate(-2deg) translateX(-12px); }
    @media screen and (max-width: 767px) {
      body.page-template-template-campus .content-wrap h2 {
        -webkit-transform: rotate(-2deg) translateX(-7px);
                transform: rotate(-2deg) translateX(-7px); } }
body.post-type-archive-testimonial .default-header {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  position: relative;
  overflow: hidden;
  height: 40vw;
  max-height: 40vh;
  background-color: #1c1c22; }
  @media screen and (max-width: 767px) {
    body.post-type-archive-testimonial .default-header {
      height: 50vw; } }
  body.post-type-archive-testimonial .default-header img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden; }
    body.post-type-archive-testimonial .default-header img:first-child {
      visibility: visible; }
  body.post-type-archive-testimonial .default-header .bottom-angle {
    z-index: 15;
    width: 102%;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: -25px;
    left: -1%;
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
    @media screen and (min-width: 2800px) {
      body.post-type-archive-testimonial .default-header .bottom-angle {
        -webkit-transform: rotate(-0.8deg);
                transform: rotate(-0.8deg); } }
  body.post-type-archive-testimonial .default-header.default-header-small, body.post-type-archive-testimonial .default-header.default-header-none {
    display: none; }

body.post-type-archive-testimonial .content-wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1340px;
  transition: width 0.5s;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    body.post-type-archive-testimonial .content-wrap {
      width: 98%;
      width: calc(100% - 20px); } }
  body.post-type-archive-testimonial .content-wrap .testimonial {
    clear: both;
    margin: 0 auto;
    max-width: 900px;
    padding: 60px 130px 60px 0;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: 10% 50%;
            transform-origin: 10% 50%;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      body.post-type-archive-testimonial .content-wrap .testimonial {
        padding: 40px !important; } }
    body.post-type-archive-testimonial .content-wrap .testimonial img {
      float: left;
      width: 250px;
      padding: 0 30px 0 0; }
      @media screen and (max-width: 767px) {
        body.post-type-archive-testimonial .content-wrap .testimonial img {
          float: none !important;
          padding-bottom: 10px; } }
    body.post-type-archive-testimonial .content-wrap .testimonial:nth-child(even) {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
      padding: 60px 0 60px 130px;
      text-align: right;
      -webkit-transform-origin: 90% 50%;
              transform-origin: 90% 50%; }
      body.post-type-archive-testimonial .content-wrap .testimonial:nth-child(even) img {
        float: right;
        padding: 0 0 0 30px; }
    body.post-type-archive-testimonial .content-wrap .testimonial .quote-name {
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700;
      font-style: normal;
      margin-bottom: 0; }
    body.post-type-archive-testimonial .content-wrap .testimonial .quote-role {
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-style: italic;
      margin-top: 0; }

body.post-type-archive-circus_alumni .default-header {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  position: relative;
  overflow: hidden;
  height: 40vw;
  max-height: 40vh;
  background-color: #1c1c22; }
  @media screen and (max-width: 767px) {
    body.post-type-archive-circus_alumni .default-header {
      height: 50vw; } }
  body.post-type-archive-circus_alumni .default-header img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden; }
    body.post-type-archive-circus_alumni .default-header img:first-child {
      visibility: visible; }
  body.post-type-archive-circus_alumni .default-header .bottom-angle {
    z-index: 15;
    width: 102%;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: -25px;
    left: -1%;
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
    @media screen and (min-width: 2800px) {
      body.post-type-archive-circus_alumni .default-header .bottom-angle {
        -webkit-transform: rotate(-0.8deg);
                transform: rotate(-0.8deg); } }
  body.post-type-archive-circus_alumni .default-header.default-header-small, body.post-type-archive-circus_alumni .default-header.default-header-none {
    display: none; }

body.post-type-archive-circus_alumni .content-wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1340px;
  transition: width 0.5s;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    body.post-type-archive-circus_alumni .content-wrap {
      width: 98%;
      width: calc(100% - 20px); } }
  body.post-type-archive-circus_alumni .content-wrap .content {
    width: 100%; }
    body.post-type-archive-circus_alumni .content-wrap .content h1 {
      margin-top: 20px;
      display: inline-block;
      font-size: 35pt;
      color: black;
      text-transform: uppercase;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700;
      font-style: normal; }
    body.post-type-archive-circus_alumni .content-wrap .content p {
      margin-top: 0px;
      margin-bottom: 30px;
      font-size: 18pt; }
    body.post-type-archive-circus_alumni .content-wrap .content #sorry {
      margin: 20px 0 0 20px;
      display: none; }
    body.post-type-archive-circus_alumni .content-wrap .content #submit-self-button {
      position: relative;
      top: -8px;
      left: 15px; }
    body.post-type-archive-circus_alumni .content-wrap .content .gform_wrapper {
      /*width: 100% !important;*/
      /*max-width: 650px !important;*/
      /*margin: 0 auto !important;*/
      /*float: none !important;*/
      margin: 20px !important; }
    body.post-type-archive-circus_alumni .content-wrap .content .your-website {
      color: #d81515;
      font-size: 18px;
      margin-top: 13px;
      display: inline-block; }
    body.post-type-archive-circus_alumni .content-wrap .content .about-you,
    body.post-type-archive-circus_alumni .content-wrap .content .location {
      font-size: 12px;
      color: #ccc;
      margin-top: 5px;
      margin-left: 20px; }
    body.post-type-archive-circus_alumni .content-wrap .content .location {
      text-transform: capitalize;
      font-weight: bold; }
    body.post-type-archive-circus_alumni .content-wrap .content .portfolio-student-box-content p {
      display: inline-block;
      margin: 0 !important; }
    body.post-type-archive-circus_alumni .content-wrap .content nav {
      display: inline-block;
      padding: 0;
      width: 100%;
      font-size: 22px;
      line-height: 130%; }
      body.post-type-archive-circus_alumni .content-wrap .content nav ul {
        margin: 15px 0 0 0;
        padding: 0;
        list-style: none; }
        body.post-type-archive-circus_alumni .content-wrap .content nav ul span,
        body.post-type-archive-circus_alumni .content-wrap .content nav ul li {
          display: inline-block;
          margin-right: 20px; }
    body.post-type-archive-circus_alumni .content-wrap .content #filter-hit-button {
      text-align: center;
      width: 100%;
      font-size: 25px;
      background: #7c1414;
      padding: 10px 0;
      color: #ccc;
      background-color: #571919; }
    body.post-type-archive-circus_alumni .content-wrap .content ul,
    body.post-type-archive-circus_alumni .content-wrap .content li {
      margin: 0;
      padding: 0;
      list-style: none; }
    body.post-type-archive-circus_alumni .content-wrap .content ul.alums {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap; }
    body.post-type-archive-circus_alumni .content-wrap .content .alumna {
      clear: both; }
    body.post-type-archive-circus_alumni .content-wrap .content .student-work-box {
      position: relative;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: 50% 50%;
      overflow: hidden;
      transition: 0.2s ease-in-out;
      margin-bottom: 30px;
      width: 33.3333333333%; }
      @media screen and (max-width: 767px) {
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box {
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 828px) {
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box {
          width: 50%; } }
      @media screen and (min-width: 1060px) and (max-width: 1359px) {
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box {
          width: 33.3333333333%; } }
      @media screen and (min-width: 1360px) {
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box {
          width: 33.3333333333%; } }
      body.post-type-archive-circus_alumni .content-wrap .content .student-work-box.hide-loc, body.post-type-archive-circus_alumni .content-wrap .content .student-work-box.hide-cat {
        width: 0;
        height: 0; }
      body.post-type-archive-circus_alumni .content-wrap .content .student-work-box:hover a {
        text-decoration: none; }
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box:hover a div img {
          -webkit-transform: scale(1.1) rotate(2deg);
                  transform: scale(1.1) rotate(2deg); }
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box:hover a h5 {
          color: #d3253d; }
      body.post-type-archive-circus_alumni .content-wrap .content .student-work-box a {
        display: block;
        font-size: 23px;
        font-weight: bold;
        top: 0; }
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box a div {
          width: 100%;
          height: 0;
          padding-bottom: 66.666666666%;
          overflow: hidden;
          background-color: #eee; }
          body.post-type-archive-circus_alumni .content-wrap .content .student-work-box a div img {
            width: 100%;
            -webkit-transform: scale(1) rotate(0deg);
                    transform: scale(1) rotate(0deg);
            transition: 0.2s ease-in-out; }
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box a h3 {
          margin: 10px 10px 0 0px;
          transition: 0.2s ease-in-out;
          font-size: 22pt;
          color: black;
          text-transform: uppercase;
          -webkit-transform: rotate(-1deg);
                  transform: rotate(-1deg);
          line-height: 90%;
          font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          font-weight: 700;
          font-style: normal; }
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box a h4 {
          margin: 3px 0 0 0px;
          color: #d3253d;
          font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 18pt; }
        body.post-type-archive-circus_alumni .content-wrap .content .student-work-box a p {
          color: #999;
          font-size: 14pt;
          margin: 10px 0 0 0;
          max-width: 90%; }
    body.post-type-archive-circus_alumni .content-wrap .content .acf-form ul.acf-radio-list li,
    body.post-type-archive-circus_alumni .content-wrap .content .acf-form ul.acf-checkbox-list li {
      display: block;
      font-size: 1em;
      line-height: 1.6em;
      float: none; }

body.post-type-archive-circus_alumni button,
body.single-circus_alumni button {
  cursor: pointer; }

body.post-type-archive-circus_alumni #hide-gravity-form,
body.single-circus_alumni #hide-gravity-form {
  border: 0;
  cursor: pointer;
  text-align: center;
  color: #ccc;
  width: 60%;
  margin: 40px 20% 40px;
  font-size: 20px;
  background-color: #571919; }

body.post-type-archive-circus_alumni #hide-gravity-form:hover,
body.single-circus_alumni #hide-gravity-form:hover {
  cursor: pointer; }

body.single-circus_alumni .default-header {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  position: relative;
  overflow: hidden;
  height: 40vw;
  max-height: 40vh;
  background-color: #1c1c22; }
  @media screen and (max-width: 767px) {
    body.single-circus_alumni .default-header {
      height: 50vw; } }
  body.single-circus_alumni .default-header img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden; }
    body.single-circus_alumni .default-header img:first-child {
      visibility: visible; }
  body.single-circus_alumni .default-header .bottom-angle {
    z-index: 15;
    width: 102%;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: -25px;
    left: -1%;
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
    @media screen and (min-width: 2800px) {
      body.single-circus_alumni .default-header .bottom-angle {
        -webkit-transform: rotate(-0.8deg);
                transform: rotate(-0.8deg); } }
  body.single-circus_alumni .default-header.default-header-small, body.single-circus_alumni .default-header.default-header-none {
    display: none; }

body.single-circus_alumni .default-header-large {
  height: 25vw; }

body.single-circus_alumni .content-wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1340px;
  transition: width 0.5s; }
  @media screen and (max-width: 767px) {
    body.single-circus_alumni .content-wrap {
      width: 98%;
      width: calc(100% - 20px); } }
  body.single-circus_alumni .content-wrap .content {
    width: 100%;
    font-size: 16pt; }
    body.single-circus_alumni .content-wrap .content h1 {
      font-size: 35pt;
      color: black;
      text-transform: uppercase;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700;
      font-style: normal; }
    body.single-circus_alumni .content-wrap .content .text {
      float: left;
      width: 60%; }
    body.single-circus_alumni .content-wrap .content .photo {
      float: left;
      width: 37%;
      margin-left: 3%;
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotate(1.5deg);
              transform: rotate(1.5deg); }

/*
@media screen and (min-width: 768px) {
	.single-circus_alumni .porfolio-student-box-content {
		padding: 20px 50px;
	}

	.post-type-archive-circus_alumni #hide-gravity-form, 
	.single-circus_alumni #hide-gravity-form {
		width: 40%;
		margin: 40px 30%;
	}

	

	.post-type-archive-circus_alumni .student-work-box .triangle-drop-down {
		display: none;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box {
		border-bottom: 0px solid #0D0808;
		height: 200px;
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		transition: transform 1s ease-in-out;		
		-webkit-transition: -webkit-transform 1s ease-in-out;		
	}

	.padding-added,
	.post-type-archive-circus_alumni .student-work-box .porfolio-student-box-content {
		display: none;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box p {
		display: none;
		padding: 0;
		width: 100%;
		text-align: center;			
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		-webkit-transition: -webkit-transform 1s ease-in-out;
		transition: transform 1s ease-in-out;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview {
		padding-top: 35px;
		position: relative;
		height: 200px;
	}

	.post-type-archive-circus_alumni .student-work-box:hover .show-content-box {
		transform: scale(1.5) rotate(6deg);
		-webkit-transform: scale(1.5) rotate(6deg);		
		transition: transform 1s ease-in-out;
		-webkit-transition: -webkit-transform 1s ease-in-out;
	}

	.post-type-archive-circus_alumni .student-work-box:hover .show-content-box p {
		display: block;	
		-webkit-transform: scale(1) rotate(-6deg);
		transform: scale(1) rotate(-6deg);
		transition: transform 1s ease-in-out;
		-webkit-transition: -webkit-transform 1s ease-in-out;
	}

	.single-circus_alumni .show-content-box {
		height: 400px;
		background-size: cover !important; 
	}

	.single-circus_alumni .content-preview p,
	.single-circus_alumni .job-type-sought p {
		font-size: 46px !important;
	}

	.single-circus_alumni .content-preview {
		margin-top: 150px;
	}

	.post-type-archive-circus_alumni #filter-hit-button {
		display: none;
	}

	.post-type-archive-circus_alumni #content nav ul {
		display: block !important;
	}

	.post-type-archive-circus_alumni #content nav ul li {
		background: none !important;
		display: inline-block;
		padding: 0 20px 0 0;
		transition: .2s ease-in-out;
		-webkit-transition: .2s ease-in-out;
	}

	.post-type-archive-circus_alumni #content nav ul li:first-child {
		margin-left: 20px;
	}

	.post-type-archive-circus_alumni #content nav ul li a:hover {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transition: .2s ease-in-out;
		-webkit-transition: .2s ease-in-out;
	}

	.post-type-archive-circus_alumni #content nav ul li.current a {
		color: black;
	}
}

@media screen and (min-width: 1024px) {
	.post-type-archive-circus_alumni #hide-gravity-form, 
	.single-circus-alumni #hide-gravity-form {
		width: 30%;
		margin: 40px 35%;
	}

	.post-type-archive-circus_alumni .student-work-box {
		width: 326px; 
		height: 350px;
	}	

	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview,
	.post-type-archive-circus_alumni .student-work-box .show-content-box {
		height: 250px;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview {
		padding-top: 90px;
	}
}

@media screen and (min-width: 1500px) {
	
	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview,
	.post-type-archive-circus_alumni .student-work-box .show-content-box {
		height: 250px;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview {
		padding-top: 90px;
	}
}
*/
body.page-template-template-talent-search .content-wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1340px;
  transition: width 0.5s;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    body.page-template-template-talent-search .content-wrap {
      width: 98%;
      width: calc(100% - 20px); } }
  body.page-template-template-talent-search .content-wrap .content .grad-program-nav a {
    font-size: 0.85em;
    margin-left: 12px;
    display: inline-block; }
  body.page-template-template-talent-search .content-wrap .content img {
    width: 102%;
    height: auto; }
  body.page-template-template-talent-search .content-wrap .content table {
    width: 100%;
    text-align: left;
    margin: -20px 0 60px 0;
    table-layout: fixed;
    border: 0; }
    @media screen and (max-width: 767px) {
      body.page-template-template-talent-search .content-wrap .content table {
        display: block;
        overflow-x: scroll; } }
    body.page-template-template-talent-search .content-wrap .content table col {
      width: 25%; }
      @media screen and (max-width: 767px) {
        body.page-template-template-talent-search .content-wrap .content table col {
          width: 100%; } }
    body.page-template-template-talent-search .content-wrap .content table thead tr {
      border-bottom: 1px solid #ccc; }
      body.page-template-template-talent-search .content-wrap .content table thead tr th {
        padding: 0px 0 10px 0;
        font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16pt;
        color: black;
        border: 0; }
        @media screen and (max-width: 767px) {
          body.page-template-template-talent-search .content-wrap .content table thead tr th {
            padding-left: 8px;
            padding-right: 8px; } }
    body.page-template-template-talent-search .content-wrap .content table tbody tr:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.02); }
    body.page-template-template-talent-search .content-wrap .content table tbody tr td {
      padding: 8px 0 8px 0;
      color: #999;
      border: 0; }
      @media screen and (max-width: 767px) {
        body.page-template-template-talent-search .content-wrap .content table tbody tr td {
          padding-left: 8px;
          padding-right: 8px; } }
    body.page-template-template-talent-search .content-wrap .content table tbody tr.grad-finisher-explanation td {
      font-size: 0.9em; }

body.page-template-template-how-to-apply .application-dates-wrap {
  clear: both;
  padding-top: 30px;
  padding-bottom: 60px;
  font-size: 0.9em; }
  body.page-template-template-how-to-apply .application-dates-wrap .application-dates-season {
    width: 25%;
    float: left; }
    @media screen and (max-width: 767px) {
      body.page-template-template-how-to-apply .application-dates-wrap .application-dates-season {
        float: none;
        width: 100%; } }
body.page-template-template-how-to-apply .admission-steps-wrap {
  clear: both;
  padding-top: 60px; }
  body.page-template-template-how-to-apply .admission-steps-wrap .steps-title {
    margin-left: 15%;
    margin-bottom: 0;
    border: 0 !important; }
    body.page-template-template-how-to-apply .admission-steps-wrap .steps-title h2 {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      body.page-template-template-how-to-apply .admission-steps-wrap .steps-title {
        margin-left: 0%; } }
  body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row {
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 10px 0; }
    body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-num {
      position: relative;
      float: left;
      width: 12%;
      margin-right: 3%;
      line-height: 100%;
      font-family: "Avenir Next", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 100;
      font-style: italic;
      text-align: right;
      color: #e6e6e6;
      font-size: 160pt; }
      @media screen and (max-width: 767px) {
        body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-num {
          float: none;
          margin-right: 0;
          font-size: 55pt;
          left: 10px;
          top: 0px;
          width: 50%;
          text-align: left;
          color: #d9d9d9; }
          body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-num:after {
            content: '.'; } }
      @media screen and (min-width: 768px) and (max-width: 828px) {
        body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-num {
          font-size: 250pt;
          left: 30px;
          top: -20px;
          color: #f2f2f2; } }
      @media screen and (min-width: 1060px) and (max-width: 1359px) {
        body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-num {
          font-size: 180pt; } }
      @media screen and (min-width: 1360px) {
        body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-num {
          font-size: 200pt; } }
    body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-info {
      position: relative;
      float: left;
      z-index: 1;
      width: 85%; }
      @media screen and (max-width: 767px) {
        body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-info {
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 828px) {
        body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-info {
          width: 75%; } }
      @media screen and (max-width: 767px) {
        body.page-template-template-how-to-apply .admission-steps-wrap .admission-step-row .admission-step-info h3 {
          margin-top: 0; } }
body.post-type-archive-circus_partners .content-wrap {
  margin: 0 auto;
  width: 100%;
  transition: width 0.5s;
  max-width: 1600px;
  position: relative; }
  body.post-type-archive-circus_partners .content-wrap .content {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      body.post-type-archive-circus_partners .content-wrap .content {
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        padding-top: 120px;
        -webkit-transform: none;
                transform: none; } }
    @media screen and (min-width: 768px) and (max-width: 828px) {
      body.post-type-archive-circus_partners .content-wrap .content {
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        padding-top: 120px;
        -webkit-transform: none;
                transform: none; } }
    @media screen and (min-width: 829px) and (max-width: 1059px) {
      body.post-type-archive-circus_partners .content-wrap .content {
        width: 23%;
        padding: 50px 12px 20px 12px; } }
    @media screen and (min-width: 1060px) {
      body.post-type-archive-circus_partners .content-wrap .content {
        width: 20%;
        max-width: 300px;
        padding: 50px 15px 20px 15px; } }
    body.post-type-archive-circus_partners .content-wrap .content #logo-ball {
      width: 140px;
      transition: 0.3s; }
      body.post-type-archive-circus_partners .content-wrap .content #logo-ball path {
        fill: #d3253d; }
      @media screen and (max-width: 767px) {
        body.post-type-archive-circus_partners .content-wrap .content #logo-ball {
          display: none; } }
      @media screen and (min-width: 768px) and (max-width: 828px) {
        body.post-type-archive-circus_partners .content-wrap .content #logo-ball {
          display: none; } }
    body.post-type-archive-circus_partners .content-wrap .content:hover #logo-ball {
      width: 140px;
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      opacity: 1; }
  body.post-type-archive-circus_partners .content-wrap ul {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    padding-top: 60px; }
    body.post-type-archive-circus_partners .content-wrap ul li {
      float: left;
      opacity: 0;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      opacity: 0;
      pointer-events: none; }
      @media screen and (max-width: 767px) {
        body.post-type-archive-circus_partners .content-wrap ul li {
          width: 25.3333%;
          margin: 3.25% 4%;
          height: 0;
          padding-bottom: 12.66665%; } }
      @media screen and (min-width: 768px) and (max-width: 828px) {
        body.post-type-archive-circus_partners .content-wrap ul li {
          width: 17%;
          margin: 3.25% 4%;
          height: 0;
          padding-bottom: 8.5%; } }
      @media screen and (min-width: 829px) and (max-width: 1059px) {
        body.post-type-archive-circus_partners .content-wrap ul li {
          width: 14%;
          margin: 2.75% 3%;
          height: 0;
          padding-bottom: 7%; }
          body.post-type-archive-circus_partners .content-wrap ul li:nth-child(4n + 2) {
            margin-right: 23%; } }
      @media screen and (min-width: 1060px) {
        body.post-type-archive-circus_partners .content-wrap ul li {
          width: 14%;
          margin: 2.75% 3%;
          height: 0;
          padding-bottom: 7%; }
          body.post-type-archive-circus_partners .content-wrap ul li:nth-child(4n + 2) {
            margin-right: 23%; } }
      body.post-type-archive-circus_partners .content-wrap ul li:hover {
        -webkit-filter: grayscale(0%) !important;
                filter: grayscale(0%) !important;
        opacity: 1 !important; }
      body.post-type-archive-circus_partners .content-wrap ul li a {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        color: transparent; }
        body.post-type-archive-circus_partners .content-wrap ul li a img {
          display: none; }

body.page-template-template-two-column .columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    body.page-template-template-two-column .columns {
      display: block; } }
  body.page-template-template-two-column .columns .column {
    flex-grow: 0;
    flex-basis: 47%; }
    body.page-template-template-two-column .columns .column .gform_wrapper {
      width: 100%; }
/*# sourceMappingURL=style.css.map */