/*
Theme Name: Chicago Urban League Theme
Theme URI: TBC
Author: Ben Lattimore
Author URI: http://benlattimore.com
Description: The description of the Chicago Urban League Theme.
Version: 1.0.0
Text Domain: urban-league-theme
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*--------------------------------------------------------------
# SCSS Variables
--------------------------------------------------------------*/
/* Colors ---- */
/* Fonts --- */
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/* Flex Layout ---- */
/* Vertical Align ---- */
/* Transitions --- */
/* Transforms ----- */
/* Background Size ---- */
/* Box Shadow ----- */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 0;
  min-width: 0;
}

html,
body {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body.menu-open {
  overflow: hidden;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.standard-section {
  padding: 50px 0;
}

@media (min-width: 1024px) {
  .standard-section {
    padding: 100px 0;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# General Containers
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 375px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1040px) {
  .container.tight-container {
    padding: 0;
    width: 1000px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1120px;
    padding: 0;
  }
  .container.text-container {
    padding-left: 75px;
    padding-right: 50px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1250px;
  }
  .container.text-container {
    padding-left: 150px;
    padding-right: 100px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1340px;
  }
  .container.text-container {
    padding-left: 200px;
    padding-right: 150px;
  }
}

@media (min-width: 1900px) {
  .container {
    width: 85%;
  }
  .container.text-container {
    padding-left: 200px;
    padding-right: 150px;
  }
}

/*--------------------------------------------------------------
## Table Containers
--------------------------------------------------------------*/
.table-container {
  height: 100%;
  width: 100%;
  display: table;
}

.table-cell {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*--------------------------------------------------------------
## Embed Containers for Video
--------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 11px;
}

@media (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Montserrat", "Helvetica", "Verdana", "Arial", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
}

h1.standard-header,
h2.standard-header,
h3.standard-header,
h4.standard-header,
h5.standard-header,
h6.standard-header {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  h1.standard-header,
  h2.standard-header,
  h3.standard-header,
  h4.standard-header,
  h5.standard-header,
  h6.standard-header {
    font-size: 1rem;
    margin-bottom: 50px;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

strong,
b {
  font-weight: 600 !important;
}

.large-text {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .large-text {
    font-size: 2.3rem !important;
  }
}

.small-text {
  font-size: 75%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.no-underline {
  text-decoration: none;
}

a:hover {
  color: #cb0317;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #acaeae;
  color: #000;
  font-family: "Montserrat", "Helvetica", "Verdana", "Arial", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9rem;
}

@media (min-width: 1024px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 1.1111rem;
    height: 70px;
    line-height: 67px;
  }
}

button svg,
input[type="button"] svg,
input[type="reset"] svg,
input[type="submit"] svg {
  display: inline;
  height: 10px;
  width: auto;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

button svg line,
input[type="button"] svg line,
input[type="reset"] svg line,
input[type="submit"] svg line {
  -webkit-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

button svg polyline,
input[type="button"] svg polyline,
input[type="reset"] svg polyline,
input[type="submit"] svg polyline {
  -webkit-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  button svg,
  input[type="button"] svg,
  input[type="reset"] svg,
  input[type="submit"] svg {
    height: 16px;
    margin-left: 20px;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  color: #fff;
  background: #000;
}

button:hover svg line,
button:hover svg polyline,
input[type="button"]:hover svg line,
input[type="button"]:hover svg polyline,
input[type="reset"]:hover svg line,
input[type="reset"]:hover svg polyline,
input[type="submit"]:hover svg line,
input[type="submit"]:hover svg polyline,
button:focus svg line,
button:focus svg polyline,
input[type="button"]:focus svg line,
input[type="button"]:focus svg polyline,
input[type="reset"]:focus svg line,
input[type="reset"]:focus svg polyline,
input[type="submit"]:focus svg line,
input[type="submit"]:focus svg polyline,
button:active svg line,
button:active svg polyline,
input[type="button"]:active svg line,
input[type="button"]:active svg polyline,
input[type="reset"]:active svg line,
input[type="reset"]:active svg polyline,
input[type="submit"]:active svg line,
input[type="submit"]:active svg polyline {
  stroke: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font-family: "Montserrat", "Helvetica", "Verdana", "Arial", sans-serif;
  border: 1px solid #c6c6c6;
  height: 20px;
  color: #acaeae;
  font-size: 0.6rem;
  padding: 0 5px;
  line-height: 20px;
}

@media (min-width: 1024px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 0.7777rem;
  }
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acaeae;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #acaeae;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #acaeae;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #acaeae;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Navigation Toggle for Mobile
--------------------------------------------------------------*/
#nav-toggle {
  top: 20px;
  right: 15px;
  position: absolute;
  height: 20px;
  width: 18px;
  background: 0;
  border: 0;
  cursor: pointer;
  z-index: 3000;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 410px) {
  #nav-toggle {
    top: 30px;
  }
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  height: 2px;
  width: 18px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: 6px;
}

#nav-toggle span:after {
  bottom: 6px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 1280px) {
  #nav-toggle {
    display: none;
  }
}

/* Navigation Block ----- */
#navigation {
  height: 60px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 3000;
  padding: 0 15px;
}

@media (min-width: 410px) {
  #navigation {
    height: 80px;
  }
}

@media (min-width: 1280px) {
  #navigation {
    height: 100%;
    width: 60px;
    padding: 20px 0;
  }
}

#navigation svg.main-logo {
  height: 26px;
  width: auto;
  margin-top: 16px;
}

@media (min-width: 375px) {
  #navigation svg.main-logo {
    height: 35px;
    margin-top: 12px;
  }
}

@media (min-width: 410px) {
  #navigation svg.main-logo {
    height: 40px;
    margin-top: 20px;
  }
}

@media (min-width: 1280px) {
  #navigation svg.main-logo {
    left: -95px;
    bottom: 120px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

#navigation svg.menu-dots {
  display: none;
}

@media (min-width: 1280px) {
  #navigation svg.menu-dots {
    display: block;
    top: 20px;
    width: 30px;
    height: auto;
    margin-left: 15px;
    cursor: pointer;
  }
  #navigation svg.menu-dots path {
    -webkit-transition: fill 0.4s ease-in-out;
    transition: fill 0.4s ease-in-out;
  }
  #navigation svg.menu-dots:hover path {
    fill: #cb0317;
  }
}

#navigation span.donate-link {
  position: absolute;
  right: 60px;
  text-transform: uppercase;
  color: #910328;
  font-size: 1rem;
  top: 23px;
  font-weight: 600;
}

#navigation span.donate-link a {
  text-decoration: none;
}

@media (min-width: 410px) {
  #navigation span.donate-link {
    font-size: 1.5rem;
    top: 30px;
  }
}

@media (min-width: 1024px) {
  #navigation span.donate-link {
    font-size: 1rem;
    top: 32px;
  }
}

@media (min-width: 1280px) {
  #navigation span.donate-link {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 80px;
    right: auto;
    left: 19px;
    font-size: 0.9444rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    color: #910328;
  }
  #navigation span.donate-link:hover {
    color: #000;
  }
}

/* Footer Areas ----- */
.footer-upper {
  background: #e6e6e6;
  height: 40px;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer-upper {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    height: 75px;
  }
}

.footer-upper div.footer-upper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-upper div.footer-upper-flex div {
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
          flex: 0 0 30%;
}

@media (min-width: 768px) {
  .footer-upper div.footer-upper-flex div {
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
  }
}

@media (min-width: 1280px) {
  .footer-upper div.footer-upper-flex div {
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
  }
}

.footer-upper div.footer-upper-flex div.footer-donate {
  line-height: 40px;
  text-transform: uppercase;
  color: #cb0317;
  font-weight: 600;
}

.footer-upper div.footer-upper-flex div.footer-donate a:hover {
  color: #000;
}

@media (min-width: 1024px) {
  .footer-upper div.footer-upper-flex div.footer-donate {
    line-height: 75px;
  }
}

.footer-upper div.footer-upper-flex div.footer-sign-up {
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
          flex: 0 0 70%;
}

@media (min-width: 768px) {
  .footer-upper div.footer-upper-flex div.footer-sign-up {
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
  }
}

@media (min-width: 1280px) {
  .footer-upper div.footer-upper-flex div.footer-sign-up {
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
  }
}

.footer-upper div.footer-upper-flex div.footer-sign-up label,
.footer-upper div.footer-upper-flex div.footer-sign-up .ctct-disclosure {
  display: none !important;
}

.footer-upper div.footer-upper-flex div.footer-sign-up .ctct-form-wrapper .ctct-message {
  padding: 10px 1em !important;
}

.footer-upper div.footer-upper-flex div.footer-sign-up .ctct-form-field-submit:after {
  content: '';
  background-image: url("img/right-arrow-white.svg");
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2px;
  right: 7px;
  z-index: 200;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .footer-upper div.footer-upper-flex div.footer-sign-up .ctct-form-field-submit:after {
    width: 30px;
    height: 20px;
    right: 20px;
    bottom: 8px;
  }
}

.footer-upper div.footer-upper-flex div.footer-sign-up .ctct-submit {
  color: #cb0317;
}

.footer-upper div.footer-upper-flex div.footer-sign-up .ctct-form-description {
  display: none !important;
}

.footer-upper div.footer-upper-flex div form {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .footer-upper div.footer-upper-flex div form {
    margin-top: 20px;
  }
}

.footer-upper div.footer-upper-flex div form input {
  border-right: 0;
  width: 100%;
}

.footer-upper div.footer-upper-flex div form input[type='submit'] {
  width: 30px;
  height: 20px;
  border: 0;
  background: #cb0317;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .footer-upper div.footer-upper-flex div form input[type='submit'] {
    height: 35px;
    width: 70px;
  }
}

.footer-mid {
  padding: 25px 0;
  background: #3b4146;
  color: #fff;
}

@media (min-width: 1024px) {
  .footer-mid {
    padding: 75px 0;
  }
}

.footer-mid div.footer-mid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-mid div.footer-mid-flex div {
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
          flex: 0 0 60%;
}

.footer-mid div.footer-mid-flex div address {
  font-size: 1.09rem;
  margin: 0;
}

@media (min-width: 1024px) {
  .footer-mid div.footer-mid-flex div address {
    font-size: 1.3rem;
  }
}

.footer-mid div.footer-mid-flex div.footer-social {
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footer-mid div.footer-mid-flex div.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.footer-mid div.footer-mid-flex div.footer-social ul li {
  display: inline-block;
  font-size: 1.63rem;
  margin-left: 10px;
  color: #e1e1e1;
  line-height: 1;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .footer-mid div.footer-mid-flex div.footer-social ul li {
    font-size: 2rem;
    margin-left: 20px;
  }
  .footer-mid div.footer-mid-flex div.footer-social ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .footer-mid div.footer-mid-flex div.footer-social ul li a:hover {
    color: #fff;
  }
}

.footer-bottom {
  background: #20242c;
  height: 40px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .footer-bottom {
    height: 75px;
  }
}

.footer-bottom .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-bottom .footer-logo img {
  width: 100px;
}

@media (min-width: 1024px) {
  .footer-bottom .footer-logo img {
    width: 200px;
  }
}

.footer-bottom svg {
  height: 30px;
  width: auto;
  margin-top: 5px;
}

@media (min-width: 1024px) {
  .footer-bottom svg {
    height: 45px;
    margin-top: 15px;
  }
}

.footer-bottom div.footer-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom div.footer-bottom-flex div {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: right;
}

.footer-bottom div.footer-bottom-flex div.footer-legal {
  text-align: left;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .footer-bottom div.footer-bottom-flex div.footer-legal {
    line-height: 75px;
    font-size: 20px;
  }
}

/* Mobile Menu ------- */
#mobile-menu {
  display: block;
  position: fixed;
  z-index: 2800;
  width: 100%;
  background: #fff;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 100px;
  display: none;
}

#mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#mobile-menu ul#menu-main-menu li {
  color: #910328;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin-bottom: 30px;
  font-weight: 600;
}

#mobile-menu ul#menu-main-menu li a {
  text-decoration: none;
}

#mobile-menu ul#menu-main-menu ul.sub-menu {
  display: none;
  margin-top: 20px;
}

#mobile-menu ul#menu-main-menu ul.sub-menu li {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 1em;
  text-transform: none;
  font-weight: 300;
}

.drops-down-submenu {
  display: block;
  cursor: pointer;
  margin: 10px auto 0;
  height: 20px;
  width: auto;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.drops-down-submenu.sub-menu-opened {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Desktop Menu ------- */
#desktop-menu {
  display: none;
  width: 90%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 6000;
  padding: 0 10%;
  overflow: hidden;
  left: -91%;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.05);
}

#desktop-menu.open-desktop-menu {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#desktop-menu svg.menu-logo {
  width: 300px;
  height: auto;
  display: block;
  position: absolute;
  top: 45px;
  margin-left: -20px;
}

@media (min-height: 1000px) {
  #desktop-menu svg.menu-logo {
    top: 90px;
  }
}

#desktop-menu svg#close-desktop-menu {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 18px;
  width: 18px;
  display: block;
  z-index: 9000;
  cursor: pointer;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

#desktop-menu svg#close-desktop-menu:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#desktop-menu ul.desktop-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -25px;
}

@media (min-height: 850px) {
  #desktop-menu ul.desktop-menu {
    margin-top: 0;
  }
}

#desktop-menu ul.desktop-menu li {
  color: #910328;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 1rem 0;
  font-weight: 600;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media (min-height: 850px) {
  #desktop-menu ul.desktop-menu li {
    font-size: 1.7777rem;
    margin: 20px 0;
  }
}

#desktop-menu ul.desktop-menu li a {
  text-decoration: none;
  position: relative;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  display: inline-block;
}

#desktop-menu ul.desktop-menu li a:after {
  content: '';
  height: 1.5rem;
  width: 30px;
  background-image: url("img/right-arrow-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -55px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media (min-width: 1440px) {
  #desktop-menu ul.desktop-menu li a:after {
    height: 2rem;
    top: 1px;
  }
}

#desktop-menu ul.desktop-menu li .sub-menu-wrap {
  left: 100px;
  position: absolute;
  width: 1000px;
  height: 100%;
  padding-left: 300px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  top: 0;
  -webkit-transform: none;
  transform: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1440px) {
  #desktop-menu ul.desktop-menu li .sub-menu-wrap {
    left: 200px;
  }
}

#desktop-menu ul.desktop-menu li .sub-menu-wrap::before, #desktop-menu ul.desktop-menu li .sub-menu-wrap::after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 70px;
  content: '';
  z-index: 10;
  pointer-events: none;
}

#desktop-menu ul.desktop-menu li .sub-menu-wrap::before {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

#desktop-menu ul.desktop-menu li .sub-menu-wrap::after {
  bottom: -3px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

#desktop-menu ul.desktop-menu li ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 70px 0;
  width: calc(100% + 17px);
  height: 100%;
  overflow-y: scroll;
}

#desktop-menu ul.desktop-menu li ul.sub-menu li {
  font-size: 1.1111rem;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin: 0 auto 24px;
  position: relative;
}

#desktop-menu ul.desktop-menu li:hover {
  z-index: 7000;
}

#desktop-menu ul.desktop-menu li:hover a {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

#desktop-menu ul.desktop-menu li:hover a:after {
  opacity: 1;
}

#desktop-menu ul.desktop-menu li:hover .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  height: 50vh;
}

#desktop-menu ul.desktop-menu li:hover ul.sub-menu li a:after {
  height: 1.1111rem;
  opacity: 0 !important;
}

#desktop-menu ul.desktop-menu li:hover ul.sub-menu li:hover {
  color: #910328;
}

#desktop-menu ul.desktop-menu li:hover ul.sub-menu li:hover a:after {
  opacity: 1 !important;
}

#desktop-menu div.desktop-menu-social {
  position: absolute;
  bottom: 30px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-height: 1000px) {
  #desktop-menu div.desktop-menu-social {
    bottom: 60px;
  }
}

#desktop-menu div.desktop-menu-social div {
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#desktop-menu div.desktop-menu-social div form {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

#desktop-menu div.desktop-menu-social div form label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 20px;
  display: block;
}

#desktop-menu div.desktop-menu-social div form label abbr {
  display: none !important;
}

#desktop-menu div.desktop-menu-social div form .ctct-disclosure {
  display: none !important;
}

#desktop-menu div.desktop-menu-social div form .ctct-form-wrapper .ctct-message {
  padding: 10px 1em !important;
}

#desktop-menu div.desktop-menu-social div form input {
  border-right: 0;
  width: 100%;
}

#desktop-menu div.desktop-menu-social div form input[type="submit"] {
  width: 30px;
  height: 20px;
  border: 0;
  background: #cb0317;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #desktop-menu div.desktop-menu-social div form input[type="submit"] {
    height: 35px;
    width: 70px;
  }
}

#desktop-menu div.desktop-menu-social div form:after {
  content: "";
  background-image: url("img/right-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 200;
  width: 30px;
  height: 20px;
  right: 20px;
  bottom: 6px;
  pointer-events: none;
}

#desktop-menu div.desktop-menu-social div ul {
  padding: 0;
  margin: 0 0 0 150px;
  list-style: none;
}

#desktop-menu div.desktop-menu-social div ul li {
  display: inline-block;
  font-size: 2.1rem;
  color: #cb0317;
  line-height: 1;
  margin: -3px 30px 0 0;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

#desktop-menu div.desktop-menu-social div ul li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (min-width: 1280px) {
  #desktop-menu {
    display: block;
  }
}

.ctct-form-wrapper .ctct-form-field {
  margin-bottom: 0 !important;
}

/* Search Form Styling ----- */
#primary-search {
  margin: 60px auto 30px;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #primary-search {
    position: absolute;
    right: 40px;
    top: 0;
    max-width: 240px;
    margin: 0;
  }
}

@media (min-width: 1280px) {
  #primary-search {
    max-width: 440px;
    right: 0;
  }
}

#primary-search label:after {
  content: "";
  background-image: url(img/right-arrow-white.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 200;
}

#primary-search input {
  height: 40px;
  width: 100%;
  line-height: 38px;
  font-size: 12px;
  padding-left: 15px;
}

#primary-search input[type="submit"] {
  width: 50px;
  height: 40px;
  border: 0;
  background: #cb0317;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-section {
  height: 650px;
  width: 100%;
  background-image: url("img/homepage-hero.png");
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  .hero-section {
    height: 750px;
  }
}

@media (min-width: 1280px) {
  .hero-section {
    height: 100vh;
  }
}

.hero-section div.container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-section h1 {
  color: #fff;
  margin: 0;
  margin-top: 38px;
  font-size: 3rem;
  font-family: "Quicksand", "Helvetica", "Verdana", "Arial", sans-serif;
  font-weight: 500;
}

.hero-section h1 span {
  font-weight: 300;
}

.hero-section h1 span.cul-tagline {
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .hero-section h1 span.cul-tagline {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-section h1 span.cul-tagline br {
    display: none;
  }
}

@media (min-width: 1280px) {
  .hero-section h1 {
    font-size: 5.5rem;
    margin-top: 0;
  }
}

body.home .hero-section h1 {
  font-size: 4.5rem;
}

@media (min-width: 1280px) {
  body.home .hero-section h1 {
    font-size: 5.5rem;
    margin-top: 0;
  }
}

/* Featured Articles Tray ----- */
.feat-articles-tray {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 40px;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

.feat-articles-tray.active-tray {
  height: calc(100% - 60px);
  border-top: 1px solid #acaeae;
}

@media (min-width: 375px) {
  .feat-articles-tray.active-tray {
    height: calc(100% - 80px);
  }
}

@media (min-width: 1024px) {
  .feat-articles-tray {
    width: 40%;
    left: auto;
    right: 0;
    height: 36px;
  }
}

@media (min-width: 1280px) {
  .feat-articles-tray {
    height: 4vh;
  }
  .feat-articles-tray:hover {
    height: 6vh;
  }
  .feat-articles-tray.active-tray {
    height: 100%;
    border-top: 0;
  }
}

.feat-articles-tab {
  height: 40px;
  width: 100%;
  padding: 0 15px;
  line-height: 39px;
  border-bottom: 1px solid #acaeae;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.25rem;
}

.feat-articles-tab svg {
  height: 10px;
  width: auto;
  float: right;
  margin-top: 15px;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.feat-articles-tab.switch-to-close svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .feat-articles-tab {
    height: 36px;
    line-height: 35px;
    border: 0;
    font-size: 0.7777rem;
    padding: 0 20px;
  }
  .feat-articles-tab svg {
    height: 14px;
    margin-top: 11px;
  }
}

@media (min-width: 1280px) {
  .feat-articles-tab {
    height: 4vh;
    line-height: 4vh;
    font-size: 0.7rem;
  }
  .feat-articles-tab svg {
    margin-top: 1.25vh;
    height: 11px;
  }
}

.feat-article-tray-item {
  height: 183px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 375px) {
  .feat-article-tray-item {
    height: 176.5px;
  }
}

@media (min-width: 1280px) {
  .feat-article-tray-item {
    height: 32vh;
  }
  .feat-article-tray-item:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .feat-article-tray-item:hover div.featured-overlay {
    opacity: 0.75;
  }
}

.feat-article-tray-item div.featured-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 500;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.feat-article-tray-item h4 {
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  margin: 0;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  padding-right: 60px;
}

@media (min-width: 1280px) {
  .feat-article-tray-item h4 {
    left: 40px;
    bottom: 40px;
    padding-right: 80px;
  }
}

.feat-article-tray-item:after {
  content: "";
  background-image: url("img/right-arrow-white.svg");
  width: 30px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (min-width: 1280px) {
  .feat-article-tray-item:after {
    right: 40px;
    bottom: 40px;
  }
}

/* Left Right Text Section ---- */
.left-right-text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left-right-text-section p:first-of-type {
  margin-top: 0;
}

.left-right-text-section p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .left-right-text-section p {
    font-size: 1.25rem;
  }
}

.left-right-text-section div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 1024px) {
  .left-right-text-section div {
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    -webkit-box-flex: 0;
            flex: 0 0 33%;
  }
}

.left-right-text-section div.left-text-section {
  padding-bottom: 50px;
}

.left-right-text-section div.left-text-section .large-l-r-text p {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .left-right-text-section div.left-text-section {
    padding-bottom: 0;
    -moz-flex: 0 0 57%;
    -ms-flex: 0 0 57%;
    -webkit-box-flex: 0;
            flex: 0 0 57%;
  }
  .left-right-text-section div.left-text-section .large-l-r-text p {
    font-size: 2.15rem;
  }
}

.left-right-text-section div.right-text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left-right-text-section div.right-text-section > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .left-right-text-section div.right-text-section > div {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .left-right-text-section div.right-text-section > div:first-of-type {
    padding-bottom: 100px;
  }
}

.left-right-text-section div.right-text-section a {
  text-decoration: none;
  display: block;
  width: 100%;
}

@media (min-width: 1280px) {
  .left-right-text-section div.right-text-section a {
    width: 290px;
    margin-top: 50px;
  }
}

/* Homepage Programs Section ---- */
.homepage-programs {
  background: #c7d9d6;
}

@media (min-width: 768px) {
  .homepage-programs {
    padding: 0;
  }
}

@media (min-width: 1440px) {
  .homepage-programs {
    background: 0;
  }
}

.homepage-programs a {
  text-decoration: none;
}

.homepage-programs button {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .homepage-programs button {
    width: 80%;
    max-width: 290px;
  }
}

@media (min-width: 1280px) {
  .homepage-programs button {
    margin-top: 100px;
  }
}

@media (min-width: 1024px) {
  .homepage-programs p {
    font-size: 1.25rem;
  }
}

.homepage-programs div.homepage-programs-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #c7d9d6;
}

.homepage-programs div.homepage-programs-flex-container > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 1024px) {
  .homepage-programs div.homepage-programs-flex-container > div {
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
  }
}

.homepage-programs div.homepage-programs-flex-container > div.homepage-programs-image {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .homepage-programs div.homepage-programs-flex-container > div.homepage-programs-image {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .homepage-programs div.homepage-programs-flex-container > div.homepage-programs-image {
    height: 850px;
  }
}

@media (min-width: 1024px) {
  .homepage-programs div.homepage-programs-flex-container > div.homepage-programs-text {
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
  }
}

.homepage-programs div.homepage-programs-flex-container > div.homepage-programs-text > div {
  position: relative;
  padding: 50px 20px;
  display: block;
}

@media (min-width: 375px) {
  .homepage-programs div.homepage-programs-flex-container > div.homepage-programs-text > div {
    padding: 50px 40px;
  }
}

@media (min-width: 1024px) {
  .homepage-programs div.homepage-programs-flex-container > div.homepage-programs-text > div {
    padding: 0 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1440px) {
  .homepage-programs div.homepage-programs-flex-container > div.homepage-programs-text > div {
    padding: 0 100px;
  }
}

/* Homepage Featured News Section ---- */
.homepage-featured-news {
  padding: 50px 0;
}

@media (min-width: 1024px) {
  .homepage-featured-news {
    padding: 100px 0;
  }
}

.homepage-featured-news a {
  text-decoration: none;
}

.homepage-featured-news button {
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .homepage-featured-news button {
    width: 290px;
    float: right;
    margin-top: 100px;
  }
}

@media (min-width: 1024px) {
  .featured-news-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto auto;
        grid-template-columns: auto auto auto auto auto;
    margin-top: 100px;
  }
}

.featured-news-grid div.featured-news-grid-item {
  height: 320px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.featured-news-grid div.featured-news-grid-item div.featured-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 500;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.featured-news-grid div.featured-news-grid-item h4 {
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  margin: 0;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  padding-right: 60px;
}

@media (min-width: 1280px) {
  .featured-news-grid div.featured-news-grid-item h4 {
    left: 40px;
    bottom: 40px;
    padding-right: 80px;
  }
}

.featured-news-grid div.featured-news-grid-item:after {
  content: "";
  background-image: url("img/right-arrow-white.svg");
  width: 30px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (min-width: 1280px) {
  .featured-news-grid div.featured-news-grid-item:after {
    right: 40px;
    bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .featured-news-grid div.featured-news-grid-item {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / 6;
  }
  .featured-news-grid div.featured-news-grid-item:first-of-type {
    height: 640px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
}

@media (min-width: 1280px) {
  .featured-news-grid div.featured-news-grid-item:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .featured-news-grid div.featured-news-grid-item:hover div.featured-overlay {
    opacity: 0.75;
  }
}

/* Homepage Research Section ----- */
.homepage-research-flex-container {
  background: #60001e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homepage-research-flex-container img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  .homepage-research-flex-container img {
    display: none;
  }
}

@media (min-width: 1024px) {
  .homepage-research-flex-container p {
    font-size: 1.25rem;
  }
}

.homepage-research-flex-container a {
  text-decoration: none;
}

.homepage-research-flex-container div.homepage-research-text {
  padding: 50px 20px;
}

@media (min-width: 375px) {
  .homepage-research-flex-container div.homepage-research-text {
    padding: 50px 40px;
  }
}

@media (min-width: 768px) {
  .homepage-research-flex-container div.homepage-research-text {
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
  }
  .homepage-research-flex-container div.homepage-research-text > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1440px) {
  .homepage-research-flex-container div.homepage-research-text {
    -moz-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    -webkit-box-flex: 0;
            flex: 0 0 38%;
    padding: 0 80px;
  }
}

.homepage-research-flex-container div.homepage-research-text button {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .homepage-research-flex-container div.homepage-research-text button {
    width: 80%;
    max-width: 290px;
  }
}

@media (min-width: 1280px) {
  .homepage-research-flex-container div.homepage-research-text button {
    margin-top: 100px;
  }
}

.homepage-research-flex-container div.homepage-research-image {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
          flex: 0 0 60%;
}

@media (max-width: 767px) {
  .homepage-research-flex-container div.homepage-research-image {
    display: none;
  }
}

@media (min-width: 1024px) {
  .homepage-research-flex-container div.homepage-research-image {
    height: 800px;
  }
}

@media (min-width: 1440px) {
  .homepage-research-flex-container div.homepage-research-image {
    -moz-flex: 0 0 62%;
    -ms-flex: 0 0 62%;
    -webkit-box-flex: 0;
            flex: 0 0 62%;
  }
}

/* Events Section ----- */
.homepage-events div.events-listing-link button {
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .homepage-events div.events-listing-link button {
    width: 290px;
    float: right;
    margin-top: 100px;
  }
}

.events-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.events-flex-container div.event-item {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    border: 1px solid #acaeae;
    border-left: 0;
  }
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item:first-of-type {
    border-left: 1px solid #acaeae;
  }
}

.events-flex-container div.event-item:first-of-type div.event-info {
  border-top: 1px solid #acaeae;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item:first-of-type div.event-info {
    border-top: 0;
  }
}

.events-flex-container div.event-item:nth-of-type(2) div.event-info div.event-date {
  background: #3b4146;
  color: #fff;
}

@media (max-width: 1023px) {
  .events-flex-container div.event-item:nth-of-type(2) div.event-button button {
    background: #3b4146;
    color: #fff;
  }
  .events-flex-container div.event-item:nth-of-type(2) div.event-button button svg line,
  .events-flex-container div.event-item:nth-of-type(2) div.event-button button svg polyline {
    stroke: #fff;
  }
  .events-flex-container div.event-item:nth-of-type(2) div.event-button button:hover {
    background: #cadcd9;
    color: #000;
  }
  .events-flex-container div.event-item:nth-of-type(2) div.event-button button:hover svg line,
  .events-flex-container div.event-item:nth-of-type(2) div.event-button button:hover svg polyline {
    stroke: #000;
  }
}

.events-flex-container div.event-item:nth-of-type(3) div.event-info div.event-date {
  background: #20242c;
  color: #fff;
}

@media (max-width: 1023px) {
  .events-flex-container div.event-item:nth-of-type(3) div.event-button button {
    background: #20242c;
    color: #fff;
  }
  .events-flex-container div.event-item:nth-of-type(3) div.event-button button svg line,
  .events-flex-container div.event-item:nth-of-type(3) div.event-button button svg polyline {
    stroke: #fff;
  }
  .events-flex-container div.event-item:nth-of-type(3) div.event-button button:hover {
    background: #cadcd9;
    color: #000;
  }
  .events-flex-container div.event-item:nth-of-type(3) div.event-button button:hover svg line,
  .events-flex-container div.event-item:nth-of-type(3) div.event-button button:hover svg polyline {
    stroke: #000;
  }
}

.events-flex-container div.event-item div.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #acaeae;
  border-top: 0;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-info {
    border: 0;
    border-bottom: 1px solid #acaeae;
  }
}

.events-flex-container div.event-item div.event-info div {
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
          flex: 0 0 30%;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-info div {
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    -webkit-box-flex: 0;
            flex: 0 0 35%;
  }
}

.events-flex-container div.event-item div.event-info div.event-date {
  text-align: center;
  background: #cadcd9;
  padding: 25px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  height: 180px;
  border-right: 1px solid #acaeae;
}

.events-flex-container div.event-item div.event-info div.event-date span {
  font-size: 4.5rem;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-info div.event-date {
    height: 210px;
    font-size: 1.8rem;
    padding: 35px 0;
  }
  .events-flex-container div.event-item div.event-info div.event-date span {
    font-size: 5.5rem;
    line-height: 1;
  }
}

.events-flex-container div.event-item div.event-info div.event-title {
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
          flex: 0 0 70%;
  height: 128px;
  padding: 25px 15px;
}

@media (min-width: 414px) {
  .events-flex-container div.event-item div.event-info div.event-title {
    padding: 25px;
  }
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-info div.event-title {
    height: 210px;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
            flex: 0 0 65%;
  }
}

.events-flex-container div.event-item div.event-info div.event-title h4 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-info div.event-title h4 {
    display: none;
  }
}

.events-flex-container div.event-item div.event-info div.event-title p {
  margin-top: 16px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-info div.event-title p {
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
  }
}

.events-flex-container div.event-item div.event-copy {
  padding: 25px;
  border-left: 1px solid #acaeae;
  border-right: 1px solid #acaeae;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-copy {
    border: 0;
  }
}

@media (min-width: 1280px) {
  .events-flex-container div.event-item div.event-copy {
    padding: 30px 45px;
  }
}

.events-flex-container div.event-item div.event-copy h4 {
  display: none;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-copy h4 {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0 auto 50px;
    display: block;
  }
}

.events-flex-container div.event-item div.event-copy p {
  font-size: 1.09rem;
  margin: 0;
}

@media (min-width: 1280px) {
  .events-flex-container div.event-item div.event-copy p {
    font-size: 1.25rem;
  }
}

.events-flex-container div.event-item div.event-copy button {
  display: none;
}

.events-flex-container div.event-item div.event-button {
  border: 1px solid #acaeae;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-button {
    height: 70px;
    border: 0;
  }
}

.events-flex-container div.event-item div.event-button a {
  text-decoration: none;
}

.events-flex-container div.event-item div.event-button button {
  background: #cadcd9;
  border: 0;
}

.events-flex-container div.event-item div.event-button button:hover {
  background: #20242c;
}

@media (min-width: 1024px) {
  .events-flex-container div.event-item div.event-button button {
    background: 0;
    text-align: left;
    padding-left: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1280px) {
  .events-flex-container div.event-item div.event-button button {
    padding-left: 45px;
  }
}

/* Social Section ---- */
.social-section {
  background: #FBFBFB;
}

/* Carousel with Menu Module ------ */
.carousel-with-menu {
  padding: 50px 20px 90px;
  background: #c7d9d6;
}

@media (min-width: 375px) {
  .carousel-with-menu {
    padding: 50px 40px 90px;
  }
}

@media (min-width: 1024px) {
  .carousel-with-menu {
    padding: 0;
  }
}

.carousel-with-menu p,
.carousel-with-menu h4 {
  font-size: 1.09rem;
  margin: 0;
}

@media (min-width: 1024px) {
  .carousel-with-menu p,
  .carousel-with-menu h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .carousel-with-menu p,
  .carousel-with-menu h4 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.carousel-with-menu h4 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .carousel-with-menu div.carousel-with-menu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .carousel-with-menu div.carousel-with-menu-flex > div {
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
            flex: 0 0 65%;
    padding: 200px 0;
    width: 65%;
  }
}

.carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu {
  position: relative;
}

@media (min-width: 1024px) {
  .carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu {
    display: block;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    -webkit-box-flex: 0;
            flex: 0 0 35%;
    padding-left: 40px;
  }
}

@media (min-width: 1280px) {
  .carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu {
    padding-left: 120px;
  }
}

.carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul {
  display: none;
}

@media (min-width: 1024px) {
  .carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

.carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul li {
  font-size: 1.1111rem;
  margin-bottom: 1em;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  cursor: pointer;
}

.carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul li span {
  position: relative;
  display: inline-block;
}

.carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul li span:after {
  content: '';
  height: 1.1111rem;
  width: 30px;
  background-image: url("img/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  right: -40px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul li:hover, .carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul li.active-carousel-menu-button {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul li:hover span:after, .carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu ul li.active-carousel-menu-button span:after {
  opacity: 1;
}

.carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu div.triangle-right {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-left: 40px solid #c7d9d6;
  border-bottom: 35px solid transparent;
  position: absolute;
  top: calc(50% - 40px);
  right: -30px;
  z-index: 5000;
  display: none;
}

@media (min-width: 1024px) {
  .carousel-with-menu div.carousel-with-menu-flex > div.carousel-menu div.triangle-right {
    display: block;
  }
}

.carousel-with-menu div.carousel-with-menu-flex > div.history-carousel {
  min-height: 0;
  min-width: 0;
}

@media (min-width: 1024px) {
  .carousel-with-menu div.carousel-with-menu-flex > div.history-carousel {
    padding-left: 100px;
    padding-right: 100px;
    background: #fff;
  }
}

.slick-arrow {
  position: absolute;
  height: 15px;
  width: auto;
  top: calc(50% - 15px);
  left: -25px;
  display: none !important;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.slick-arrow:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.slick-arrow:nth-of-type(2) {
  left: auto;
  right: -25px;
}

.slick-arrow:nth-of-type(2):hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media (min-width: 375px) {
  .slick-arrow {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .slick-arrow {
    top: auto;
    bottom: 100px;
    left: 100px;
    height: 25px;
  }
  .slick-arrow:nth-of-type(2) {
    left: auto;
    right: 100px;
  }
}

ul.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 6px;
}

@media (min-width: 1024px) {
  ul.slick-dots {
    display: none !important;
  }
}

ul.slick-dots li {
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  height: 6px;
}

ul.slick-dots li button {
  color: transparent;
  height: 6px;
  width: 6px;
  border: 1px solid #c7d9d6;
  border-radius: 100%;
  padding: 0;
  background: #000;
  overflow: hidden;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
  border: 1px solid #000;
  background: 0;
}

/* Carousel Off Center Module ------- */
.carousel-off-center-module {
  padding-top: 0;
  padding-bottom: 0;
  background: #3b4146;
  position: relative;
}

@media (min-width: 768px) {
  .carousel-off-center-module {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .carousel-off-center-module {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1440px) {
  .carousel-off-center-module {
    background: 0;
  }
}

.carousel-off-center-module div.container {
  padding: 0;
}

@media (min-width: 375px) {
  .carousel-off-center-module div.container {
    padding: 0;
  }
}

@media (min-width: 1440px) {
  .carousel-off-center-module div.container:after {
    content: '';
    position: absolute;
    height: 800px;
    width: 10000px;
    background: #3b4146;
    top: 0;
    left: 100%;
  }
}

.carousel-off-center-module div.homepage-programs-flex-container {
  width: 100%;
}

@media (min-width: 768px) {
  .carousel-off-center-module div.homepage-programs-flex-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .carousel-off-center-module div.homepage-programs-flex-container > div {
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
  }
}

@media (max-width: 767px) {
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-image {
    display: block;
    height: 250px;
  }
}

.carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text {
  background: #3b4146;
  padding: 50px 0 100px;
  color: #fff;
  position: relative;
  width: 100%;
}

@media (min-width: 375px) {
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text {
    padding: 50px 0 100px;
  }
}

@media (min-width: 768px) {
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text {
    padding: 0 70px 70px;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    width: 45%;
  }
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text div {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text {
    padding-bottom: 100px;
  }
}

.carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text p {
  margin: 0;
}

@media (min-width: 1024px) {
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text p {
    font-size: 1.3rem;
  }
}

.carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text div.slide-count-wrap {
  text-align: center;
  color: #fff;
  font-size: 1.11rem;
  position: absolute;
  padding: 0;
  right: 0;
  left: 0;
  bottom: 100px;
  margin: auto;
}

@media (min-width: 1024px) {
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text div.slide-count-wrap {
    top: auto;
    left: 36%;
    right: auto;
  }
}

.carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text .slick-arrow {
  display: block !important;
  top: auto;
  bottom: -50px;
  left: calc(50% - 50px);
  height: 11px;
  width: auto;
  z-index: 3000;
}

.carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text .slick-arrow:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text .slick-arrow:nth-of-type(1):hover {
  -webkit-transform: rotate(180deg) translateX(5px);
  transform: rotate(180deg) translateX(5px);
}

.carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text .slick-arrow:nth-of-type(2) {
  left: auto;
  right: calc(50% - 50px);
}

@media (min-width: 768px) {
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
  }
  .carousel-off-center-module div.homepage-programs-flex-container > div.homepage-programs-text .slick-arrow:nth-of-type(2) {
    left: auto;
    right: -50px;
  }
}

/* Menu with Dropdown Content ----- */
.menu-with-dropdown-content-mobile {
  padding: 50px 0;
  background: #20242c;
}

@media (min-width: 1024px) {
  .menu-with-dropdown-content-mobile {
    display: none;
  }
}

.menu-with-dropdown-content-mobile h3 {
  color: #fff;
}

.menu-with-dropdown-content-mobile div.dropdown-content-box {
  background: #fff;
}

.menu-with-dropdown-content-mobile div.dropdown-content-box div.dropdown-content-menu {
  border-bottom: 1px solid #acaeae;
  height: 26px;
  line-height: 26px;
  padding: 0 18px;
  position: relative;
}

.menu-with-dropdown-content-mobile div.dropdown-content-box div.dropdown-content-menu:after {
  content: '';
  height: 12px;
  width: 12px;
  background-image: url("img/plus-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 7px;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.menu-with-dropdown-content-mobile div.dropdown-content-box div.dropdown-content-menu.dropdown-content-active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-with-dropdown-content-mobile div.dropdown-content-box div.the-dropdown-content {
  padding: 25px 18px;
  border-bottom: 1px solid #acaeae;
  display: none;
}

.menu-with-dropdown-content-mobile div.dropdown-content-box div.the-dropdown-content p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.menu-with-dropdown-content-mobile div.dropdown-content-box div.the-dropdown-content p:last-of-type {
  margin-bottom: 0;
}

.menu-dropdown-content-desktop {
  display: none;
  background: #20242c;
  margin: 100px 0;
}

@media (min-width: 1024px) {
  .menu-dropdown-content-desktop {
    display: block;
  }
}

.menu-dropdown-content-desktop h3 {
  color: #fff;
}

.menu-dropdown-content-desktop div.carousel-with-menu-flex > div {
  height: 900px;
}

.menu-dropdown-content-desktop div.carousel-with-menu-flex > div.carousel-menu ul li {
  color: #fff;
}

.menu-dropdown-content-desktop div.carousel-with-menu-flex > div.carousel-menu ul li span:after {
  background-image: url("img/right-arrow-white.svg");
}

.menu-dropdown-content-desktop div.carousel-with-menu-flex > div.carousel-menu div.triangle-right {
  border-left: 40px solid #20242c;
}

.menu-dropdown-content-desktop div.carousel-with-menu-flex > div.dropdown-content-section {
  background: #fff;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-dropdown-content-desktop div.carousel-with-menu-flex > div.dropdown-content-section p {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
}

.menu-dropdown-content-desktop div.carousel-with-menu-flex > div.dropdown-content-section div {
  padding-right: 100px;
  position: absolute;
  display: none;
}

.menu-dropdown-content-desktop div.carousel-with-menu-flex > div.dropdown-content-section div:first-of-type {
  display: block;
}

/* Team Boxes Section ------ */
.team-boxes-section h3 {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .team-boxes-section h3 {
    margin-bottom: 100px;
  }
}

.team-boxes-section button {
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .team-boxes-section button {
    margin: 0 auto;
    width: 290px;
  }
}

.team-boxes-section .team-box-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team-boxes-section .team-box-flex-container div.team-box {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  height: 350px;
  background-color: #acaeae;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 768px) {
  .team-boxes-section .team-box-flex-container div.team-box {
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .team-boxes-section .team-box-flex-container div.team-box {
    height: 400px;
    margin-bottom: 50px;
    -moz-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    -webkit-box-flex: 0;
            flex: 0 0 31%;
  }
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box {
    height: 500px;
  }
  .team-boxes-section .team-box-flex-container div.team-box:hover div.team-box-info-small {
    height: 100%;
  }
  .team-boxes-section .team-box-flex-container div.team-box:hover div.team-box-info-small:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@media (min-width: 1900px) {
  .team-boxes-section .team-box-flex-container div.team-box {
    height: 450px;
  }
}

.team-boxes-section .team-box-flex-container div.team-box:nth-child(7n) {
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-small {
  position: absolute;
  height: 50%;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
  z-index: 500;
  left: 0;
  bottom: 0;
  vertical-align: bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-small {
    padding-left: 25px;
    padding-bottom: 25px;
    height: 60%;
  }
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-small {
    font-size: 1.8rem;
  }
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-small span {
  position: absolute;
  bottom: 15px;
}

@media (min-width: 768px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-small span {
    bottom: 25px;
  }
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-small:after {
  content: "";
  width: 30px;
  height: 15px;
  position: absolute;
  background-image: url("img/right-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 15px;
  bottom: 15px;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-small:after {
    bottom: 25px;
    right: 25px;
  }
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-small:after {
    height: 20px;
    width: 40px;
    bottom: 28px;
  }
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #20242c;
  padding: 25px 15px;
  color: #fff;
  left: -100%;
  z-index: 1000;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay {
    padding: 25px;
  }
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay {
    padding: 50px;
  }
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div h5 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div h5 {
    font-size: 1.8rem;
  }
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-info p {
  margin-top: 1rem;
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 25px;
  left: 15px;
}

@media (min-width: 768px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-info ul {
    left: 25px;
  }
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-info ul {
    left: 50px;
    bottom: 50px;
  }
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-info ul li {
  display: inline-block;
  margin-right: 15px;
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-info ul li {
    font-size: 1.3rem;
    margin-right: 30px;
  }
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-info ul li:last-of-type {
  margin-right: 0;
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-description {
  height: 200px;
  overflow-y: scroll;
}

@media (min-width: 1024px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-description {
    height: 300px;
  }
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-description {
    height: 280px;
  }
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-description p {
  font-size: 0.9rem;
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-description p:first-of-type {
  margin-top: 0;
}

.team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-description p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .team-boxes-section .team-box-flex-container div.team-box div.team-box-info-overlay div.team-box-description p {
    font-size: 1rem;
  }
}

.team-boxes-section .team-box-flex-container div.team-box.active-team-box div.team-box-info-overlay {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.team-boxes-section--all button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.team-boxes-section--all .team-box-flex-container div.team-box:nth-child(7n) {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  max-height: 350px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .team-boxes-section--all .team-box-flex-container div.team-box:nth-child(7n) {
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .team-boxes-section--all .team-box-flex-container div.team-box:nth-child(7n) {
    max-height: 400px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .team-boxes-section--all .team-box-flex-container div.team-box:nth-child(7n) {
    max-height: 500px;
  }
}

@media (min-width: 1900px) {
  .team-boxes-section--all .team-box-flex-container div.team-box:nth-child(7n) {
    max-height: 450px;
  }
}

/* Four Column Extender ----- */
.four-column-extender {
  overflow: hidden;
  padding: 50px 0;
}

@media (min-width: 1024px) {
  .four-column-extender {
    padding: 100px 0;
  }
}

.four-column-extender h3 {
  margin-bottom: 0;
}

.four-column-extender .ind-column {
  position: relative;
}

.four-column-extender .ind-column h4 {
  font-weight: 300;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 30px;
}

.four-column-extender .ind-column p {
  font-size: 1.1111rem;
}

.four-column-extender .ind-column p:last-of-type {
  margin-bottom: 0;
}

.four-column-extender .ind-column a {
  display: none;
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column a {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 75px;
    text-transform: uppercase;
    font-size: 1.1111rem;
    color: #fff;
  }
  .four-column-extender .ind-column a svg {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-left: 15px;
  }
  .four-column-extender .ind-column a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.four-column-extender .ind-column svg.column-opener {
  display: none;
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: auto;
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column svg.column-opener {
    display: block;
  }
}

.four-column-extender .ind-column span.small-accordion-title {
  display: none;
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column span.small-accordion-title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 220px;
    font-weight: 600;
    font-size: 1.7777rem;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.four-column-extender .ind-column.column-one {
  padding: 50px 20px;
}

@media (min-width: 375px) {
  .four-column-extender .ind-column.column-one {
    padding: 50px 40px;
  }
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column.column-one {
    padding: 150px 75px;
  }
  .four-column-extender .ind-column.column-one h4 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 70px;
  }
  .four-column-extender .ind-column.column-one p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .four-column-extender .ind-column.column-one {
    padding: 200px 75px;
  }
}

.four-column-extender .ind-column.column-one span.small-accordion-title,
.four-column-extender .ind-column.column-one svg.column-opener {
  display: none;
}

.four-column-extender .ind-column.content-column {
  background: #c7d9d6;
  width: 100%;
  height: 800px;
}

@media (min-width: 768px) {
  .four-column-extender .ind-column.content-column {
    height: 700px;
  }
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column.content-column {
    width: 15%;
    height: 768px;
    display: inline-block;
    font-size: 0;
    float: left;
  }
}

.four-column-extender .ind-column.content-column.off-screen-column {
  position: absolute;
  top: 0;
  z-index: 500;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.four-column-extender .ind-column.content-column.column-two a {
  color: #000;
}

.four-column-extender .ind-column.content-column.column-two a svg line,
.four-column-extender .ind-column.content-column.column-two a svg polyline {
  stroke: #000;
}

.four-column-extender .ind-column.content-column.column-three, .four-column-extender .ind-column.content-column.column-four {
  background: #3b4146;
  color: #fff;
  left: -100%;
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column.content-column.column-three, .four-column-extender .ind-column.content-column.column-four {
    position: relative;
    top: auto;
    left: auto;
  }
}

.four-column-extender .ind-column.content-column.column-three svg line,
.four-column-extender .ind-column.content-column.column-three svg polyline, .four-column-extender .ind-column.content-column.column-four svg line,
.four-column-extender .ind-column.content-column.column-four svg polyline {
  stroke: #fff;
}

.four-column-extender .ind-column.content-column.open-mobile-column {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.four-column-extender .ind-column.content-column.column-four {
  left: 100%;
  background: #acaeae;
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column.content-column.column-four {
    position: relative;
    top: auto;
    left: auto;
  }
}

.four-column-extender .ind-column.content-column.column-four.open-mobile-column {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column.content-column div {
    display: none;
  }
}

.four-column-extender .ind-column.content-column div.column-image {
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

@media (min-width: 768px) {
  .four-column-extender .ind-column.content-column div.column-image {
    height: 400px;
  }
}

.four-column-extender .ind-column.content-column div.column-copy {
  padding: 50px 20px;
}

@media (min-width: 375px) {
  .four-column-extender .ind-column.content-column div.column-copy {
    padding: 50px 40px;
  }
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column.content-column div.column-copy {
    padding: 50px 60px;
  }
}

.four-column-extender .ind-column.content-column div.column-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

@media (min-width: 375px) {
  .four-column-extender .ind-column.content-column div.column-navigation {
    padding: 0 40px 50px;
  }
}

@media (min-width: 768px) {
  .four-column-extender .ind-column.content-column div.column-navigation {
    bottom: 0;
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column.content-column div.column-navigation {
    display: none !important;
  }
}

.four-column-extender .ind-column.content-column div.column-navigation div {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 1.1111rem;
  cursor: pointer;
}

.four-column-extender .ind-column.content-column div.column-navigation div svg {
  width: 15px;
  height: auto;
  display: inline-block;
}

@media (min-width: 375px) {
  .four-column-extender .ind-column.content-column div.column-navigation div svg {
    margin-right: 10px;
  }
}

.four-column-extender .ind-column.content-column div.column-navigation div:nth-of-type(2) {
  text-align: right;
}

@media (min-width: 375px) {
  .four-column-extender .ind-column.content-column div.column-navigation div:nth-of-type(2) svg {
    margin-right: 0;
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .four-column-extender .ind-column {
    width: 15%;
    display: inline-block;
    font-size: 0;
    float: left;
    height: 950px;
    cursor: pointer;
  }
  .four-column-extender .ind-column.open-desktop-column {
    width: 55%;
  }
  .four-column-extender .ind-column.content-column {
    height: 950px;
  }
}

.four-column-extender .column-container {
  position: relative;
}

/* Program List ------ */
.programs-header {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .programs-header {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

.programs-header div {
  float: left;
  display: inline-block;
  width: 65%;
}

.programs-header div h2 {
  margin-top: 3px;
}

@media (min-width: 1280px) {
  .programs-header div h2 {
    margin-top: 10px;
  }
}

.programs-header div.styled-select {
  height: 20px;
  overflow: hidden;
  border: 1px solid #acaeae;
  width: 35%;
  float: right;
  position: relative;
}

@media (min-width: 768px) {
  .programs-header div.styled-select {
    width: 15%;
  }
}

@media (min-width: 1024px) {
  .programs-header div.styled-select {
    height: 40px;
  }
}

.programs-header div.styled-select select {
  background: transparent;
  border: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-size: 0.5rem;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  padding-top: 2px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  top: -1px;
}

.programs-header div.styled-select select::-ms-expand {
  display: none;
}

@media (min-width: 375px) {
  .programs-header div.styled-select select {
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .programs-header div.styled-select select {
    font-size: 0.6666rem;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
  }
}

@media (min-width: 1280px) {
  .programs-header div.styled-select select {
    padding: 0;
    padding-left: 20px;
  }
}

.programs-header div.styled-select svg {
  height: 3px;
  width: auto;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 375px) {
  .programs-header div.styled-select svg {
    right: 10px;
  }
}

@media (min-width: 1024px) {
  .programs-header div.styled-select svg {
    height: 6px;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .programs-header div.styled-select svg {
    right: 20px;
  }
}

.programs-list {
  margin-bottom: 100px;
}

.programs-list > div {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .programs-list > div {
    margin-bottom: 50px;
  }
}

.programs-list > div.element-item, .programs-list > div.grid-sizer {
  width: 100%;
}

@media (min-width: 768px) {
  .programs-list > div.element-item, .programs-list > div.grid-sizer {
    width: 46%;
  }
}

.programs-list > div.gutter-sizer {
  width: 0;
}

@media (min-width: 768px) {
  .programs-list > div.gutter-sizer {
    width: 4%;
  }
}

.programs-list > div div.program-image-block {
  height: 240px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .programs-list > div div.program-image-block {
    height: 460px;
  }
}

.programs-list > div div.program-text-block {
  height: 90px;
  width: 100%;
  position: relative;
  padding: 25px 15px;
  border: 1px solid #adafaf;
  border-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 375px) {
  .programs-list > div div.program-text-block {
    padding: 25px;
  }
}

@media (min-width: 1024px) {
  .programs-list > div div.program-text-block {
    height: 180px;
    padding: 40px 50px;
  }
}

.programs-list > div div.program-text-block p {
  margin: 0;
  position: relative;
  width: 80%;
  font-size: 1.45rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .programs-list > div div.program-text-block p {
    font-size: 1.8rem;
  }
}

.programs-list > div div.program-text-block svg {
  position: absolute;
  right: 15px;
  width: 20px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.programs-list > div div.program-text-block svg line,
.programs-list > div div.program-text-block svg polyline {
  -webkit-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

@media (min-width: 375px) {
  .programs-list > div div.program-text-block svg {
    right: 25px;
  }
}

@media (min-width: 1024px) {
  .programs-list > div div.program-text-block svg {
    right: 50px;
    width: 40px;
    height: auto;
  }
}

@media (min-width: 1280px) {
  .programs-list > div:hover div.program-image-block {
    opacity: 0.75;
  }
  .programs-list > div:hover div.program-text-block {
    background: #000;
    color: #fff;
  }
  .programs-list > div:hover div.program-text-block svg line,
  .programs-list > div:hover div.program-text-block svg polyline {
    stroke: #fff;
  }
}

/* Program Header Section ----- */
body.single #main {
  padding-bottom: 100px;
}

.back-to-archive {
  margin: 50px auto;
  font-size: 0.9rem;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .back-to-archive {
    margin: 120px auto 100px;
    font-size: 1.1rem;
  }
}

@media (min-width: 1280px) {
  .back-to-archive:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@media (min-width: 1600px) {
  .back-to-archive {
    position: relative;
    left: -48px;
  }
}

.back-to-archive svg {
  display: inline-block;
  width: auto;
  height: 8px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

@media (min-width: 1024px) {
  .back-to-archive svg {
    height: 12px;
    top: 0;
    margin-right: 20px;
  }
}

.post-title-section {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .post-title-section {
    margin-bottom: 100px;
  }
}

.post-title-section h1 {
  font-size: 2.1rem;
  font-weight: 300;
  margin: 0;
}

@media (min-width: 1024px) {
  .post-title-section h1 {
    font-size: 2.6rem;
  }
}

.post-introduction {
  margin: 50px auto;
}

@media (min-width: 1024px) {
  .post-introduction {
    margin: 100px auto;
  }
}

.post-introduction p {
  margin-top: 0;
  font-size: 1.25rem;
}

.post-introduction p:last-of-type {
  margin-bottom: 0;
}

/* Program Modules ---- */
.full-width-image-section {
  margin: 50px auto;
}

@media (min-width: 1024px) {
  .full-width-image-section {
    margin: 100px auto;
  }
}

.full-width-image-section img {
  width: 100%;
  height: auto;
  display: block;
}

.half-half-section {
  margin: 50px auto;
}

@media (min-width: 1024px) {
  .half-half-section {
    margin: 100px auto;
  }
}

.half-half-section .half-half-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.half-half-section .half-half-flex-container div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .half-half-section .half-half-flex-container div {
    -moz-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    -webkit-box-flex: 0;
            flex: 0 0 47%;
  }
}

.half-half-section .half-half-flex-container div :first-child {
  margin-top: 0;
}

.half-half-section .half-half-flex-container div :last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .half-half-section .half-half-flex-container div p,
  .half-half-section .half-half-flex-container div li,
  .half-half-section .half-half-flex-container div div {
    font-size: 1.25rem;
  }
}

.full-width-text-section {
  margin: 50px auto;
}

@media (min-width: 1024px) {
  .full-width-text-section {
    margin: 100px auto;
  }
}

.full-width-text-section :first-child {
  margin-top: 0;
}

.full-width-text-section :last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .full-width-text-section p,
  .full-width-text-section li,
  .full-width-text-section div {
    font-size: 1.25rem;
  }
}

.microsite-full-width-text.partners-full-width-section {
  background: none;
}

/* Partners Header Section -------- */
.partner-spotlight {
  padding-bottom: 0;
}

.partner-spotlight .partner-description-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partner-spotlight .partner-description-flex div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 1024px) {
  .partner-spotlight .partner-description-flex div {
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    -webkit-box-flex: 0;
            flex: 0 55%;
  }
}

.partner-spotlight .partner-description-flex div:first-of-type {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .partner-spotlight .partner-description-flex div:first-of-type {
    margin: 0;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    -webkit-box-flex: 0;
            flex: 0 35%;
  }
}

.partner-spotlight .partner-description-flex div :first-child {
  margin-top: 0;
}

.partner-spotlight .partner-description-flex div :last-child {
  margin-bottom: 0;
}

.partner-spotlight .partner-description-flex div img {
  width: 60%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .partner-spotlight .partner-description-flex div img {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .partner-spotlight .partner-description-flex div img {
    width: 100%;
  }
}

.partner-spotlight .partner-description-flex div p {
  font-size: 1.45rem;
}

@media (min-width: 1024px) {
  .partner-spotlight .partner-description-flex div p {
    font-size: 2.3rem;
  }
}

/* Partner Q&A Section ------- */
.partner-q-and-a {
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .partner-q-and-a {
    margin: 100px auto;
  }
}

.partner-q-and-a button {
  margin-top: 25px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .partner-q-and-a button {
    display: none;
  }
}

.partner-q-and-a div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

.partner-q-and-a div:nth-child(n + 4) {
  display: none;
}

@media (min-width: 768px) {
  .partner-q-and-a div {
    -moz-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    -webkit-box-flex: 0;
            flex: 0 0 31%;
    margin-bottom: 25px;
  }
  .partner-q-and-a div:nth-child(n + 4) {
    display: block;
  }
}

@media (min-width: 1024px) {
  .partner-q-and-a div {
    margin-bottom: 50px;
  }
}

.partner-q-and-a div p {
  font-size: 0.9rem;
}

@media (min-width: 1024px) {
  .partner-q-and-a div p {
    font-size: 1rem;
  }
}

.partner-q-and-a div p.partner-questions {
  font-weight: 600;
  margin-bottom: 1.75em;
}

.partner-q-and-a div p.partner-answer {
  margin-bottom: 1.75em;
}

/* Partner Overview ------ */
.partner-overview {
  background: #FBFBFB;
  padding-bottom: 0;
}

.partner-overview .partner-overview-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .partner-overview .partner-overview-flex {
    margin-top: 100px;
  }
}

.partner-overview .partner-overview-flex div {
  -moz-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  -webkit-box-flex: 0;
          flex: 0 0 31%;
  margin-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
}

@media (min-width: 768px) {
  .partner-overview .partner-overview-flex div {
    -moz-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .partner-overview .partner-overview-flex div {
    margin-bottom: 100px;
    height: 200px;
    background-size: contain;
  }
}

/* Program Partners Module Changes ---- */
.program-partners-mobile .menu-dropdown-content-desktop {
  background: #60001e;
}

.program-partners-mobile .menu-dropdown-content-desktop div.carousel-with-menu-flex > div.carousel-menu div.triangle-right {
  border-left: 40px solid #60001e;
}

/* Full Width Section ----- */
.cei-full-width-text-section {
  margin-bottom: 0;
}

/* Partners Section ----- */
.partner-overview.cei-partners-section {
  background: #fff;
  padding-top: 0;
}

/* Video Section ----- */
.video-section {
  background: #c7d9d6;
}

/* Services Section ------- */
.services-full-width p {
  font-size: 1.45rem;
}

@media (min-width: 1024px) {
  .services-full-width p {
    font-size: 2.3rem;
  }
}

@media (min-width: 1024px) {
  .left-right-text-section.services-left-right-section > div.left-text-section,
  .left-right-text-section.services-left-right-section > div.right-text-section {
    -moz-flex: 0 0 46% !important;
    -ms-flex: 0 0 46% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 46% !important;
  }
  .left-right-text-section.services-left-right-section > div.left-text-section p,
  .left-right-text-section.services-left-right-section > div.right-text-section p {
    font-size: 1.5555rem !important;
  }
}

/* Content Isotope Section ---- */
.grid-sizer,
.element-item {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .grid-sizer,
  .element-item {
    width: 46.5%;
    margin: 0 2% 35px;
  }
}

@media (min-width: 1024px) {
  .grid-sizer,
  .element-item {
    width: 29%;
    margin-bottom: 60px;
  }
}

.grid-sizer {
  margin-bottom: 0;
}

.one-one-block img {
  width: 100%;
  height: auto;
  display: block;
}

.one-one-block h4 {
  font-size: 1.2222rem;
}

.one-one-block button {
  margin-top: 30px;
  display: block;
  width: 80%;
}

.one-one-block p.coach-info-trigger {
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.one-one-block p.coach-info-trigger span {
  display: none;
}

.one-one-block p.coach-info-trigger span.live-span {
  display: block;
}

.one-one-block p.coach-info-trigger:hover {
  color: #cb0317;
}

.one-one-block div.more-coach-info {
  display: none;
}

/* Co-Working Section ----- */
.co-working-section {
  background: #60001e;
  color: #fff;
}

@media (min-width: 1024px) {
  .co-working-section {
    padding: 100px 0;
  }
}

.co-working-section h2 {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .co-working-section h2 {
    margin-bottom: 100px;
  }
}

.co-working-section p {
  font-size: 1.45rem;
}

@media (min-width: 1024px) {
  .co-working-section p {
    font-size: 2.6rem;
  }
}

.co-working-section p.small-text {
  font-size: 1.1111rem;
}

@media (min-width: 1024px) {
  .co-working-section p.small-text {
    font-size: 1.5555rem;
  }
}

@media (min-width: 1280px) {
  .co-working-section div.co-working-content {
    width: 768px;
  }
}

.co-working-section button {
  width: 250px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .co-working-section button {
    width: 295px;
  }
}

@media (min-width: 1280px) {
  .co-working-section button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* Busines Training Section --------- */
.business-training-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .business-training-flex {
    margin-bottom: 100px;
  }
}

.business-training-flex > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  position: relative;
}

@media (min-width: 1280px) {
  .business-training-flex > div {
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
  }
}

.business-training-flex > div div.training-image-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

@media (min-width: 1024px) {
  .business-training-flex > div div.training-image-box {
    height: 450px;
  }
}

.business-training-flex > div h4 {
  font-weight: normal;
  font-size: 1.45rem;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .business-training-flex > div h4 {
    font-size: 2.6rem;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .business-training-flex > div p {
    font-size: 1.1111rem;
  }
}

.business-training-flex > div p.date-line {
  margin-top: 10px;
  margin-bottom: 40px;
}

.business-training-flex > div p.training-summary {
  margin-bottom: 85px;
}

@media (min-width: 1024px) {
  .business-training-flex > div p.training-summary {
    margin-bottom: 150px;
  }
}

.business-training-flex > div button {
  width: 50%;
  max-width: 290px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Impact Template SCSS ----- */
/* Video Section ----- */
.impact-video-section {
  background: #60001e;
}

/* Partners Section ---- */
.impact-partners-section {
  background: #fff;
}

/* Apply Section ---- */
.impact-apply-section {
  background: #FBFBFB;
}

.impact-apply-section h2 {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .impact-apply-section h2 {
    margin-bottom: 100px;
  }
}

.apply-iframe-section {
  max-width: 1024px;
  margin: 0 auto;
}

.apply-iframe-section iframe {
  border: 0;
}

.apply-iframe-section p {
  text-align: center;
  font-size: 1.45rem;
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  .apply-iframe-section p {
    font-size: 1.5555rem;
    margin-bottom: 70px;
  }
}

/* Past Classes Section ----- */
.past-classes-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .past-classes-flex {
    margin-top: 100px;
  }
}

.past-classes-flex > div {
  -moz-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  -webkit-box-flex: 0;
          flex: 0 0 48%;
}

@media (min-width: 768px) {
  .past-classes-flex > div {
    -moz-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
            flex: 0 0 24%;
  }
}

.past-classes-flex > div div {
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #acaeae;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .past-classes-flex > div div {
    height: 70px;
    line-height: 67px;
  }
}

/* Testimonials Section ----- */
.testimonials-section {
  background: #FBFBFB;
}

.testimonials-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonials-flex > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .testimonials-flex > div {
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .testimonials-flex > div {
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
            flex: 0 0 30%;
  }
}

.testimonials-flex > div div img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.testimonials-flex > div div p {
  font-size: 1.1111rem;
}

.testimonials-flex > div div p.testimonial-author {
  margin-top: 25px;
}

/* Contact Section ----- */
.impact-contact-section {
  background: #fff !important;
}

@media (min-width: 1024px) {
  .impact-contact-section {
    padding-bottom: 200px;
  }
}

/* Class of Year ---- */
.class-of-year-section h1 {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .class-of-year-section h1 {
    margin-bottom: 100px;
  }
}

.class-member-flex {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .class-member-flex {
    margin-bottom: 100px;
  }
}

.class-member-flex > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 1280px) {
  .class-member-flex > div {
    -moz-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
  }
  .class-member-flex > div.class-member-copy {
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
  }
}

.class-member-flex > div img {
  display: block;
  width: 100%;
  height: auto;
}

.class-member-flex > div h4 {
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .class-member-flex > div h4 {
    font-size: 1.2222rem;
  }
}

@media (min-width: 1280px) {
  .class-member-flex > div h4 {
    margin-top: 0;
  }
}

.class-member-flex > div p {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .class-member-flex > div p {
    font-size: 1rem;
  }
}

.class-member-flex > div p.class-member-meta {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .class-member-flex > div p.class-member-meta {
    margin-bottom: 50px;
    font-size: 1.2222rem;
  }
}

/* Recent News Sectiion + General News Block ----- */
.recent-news-block {
  padding: 100px 0 50px;
}

@media (min-width: 1024px) {
  .recent-news-block {
    padding: 150px 0 100px;
  }
}

.recent-news-block button {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .recent-news-block button {
    width: 290px;
    float: right;
    margin-top: 100px;
  }
}

.news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .news-flex {
    margin-top: 100px;
  }
}

.news-block {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin-bottom: 10px;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.news-block:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .news-block {
    -moz-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    -webkit-box-flex: 0;
            flex: 0 0 31%;
    margin-bottom: 100px;
  }
}

.news-block div.news-block-image {
  height: 185px;
  width: auto;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e6e6e6;
}

@media (min-width: 1024px) {
  .news-block div.news-block-image {
    height: 270px;
  }
}

.news-block div.news-block-text {
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .news-block div.news-block-text {
    padding: 80px 0 0;
  }
}

.news-block div.news-block-text p {
  margin: 0;
  line-height: 1;
  font-size: 0.9rem;
}

@media (min-width: 1024px) {
  .news-block div.news-block-text p {
    font-size: 1.1111rem;
  }
}

.news-block div.news-block-text h4 {
  margin: 5px 0 0;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 1024px) {
  .news-block div.news-block-text h4 {
    margin-top: 8px;
  }
}

.news-block:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news-block.newsletter-block .news-block-text {
  position: relative;
}

.news-block.newsletter-block .news-block-text h4 {
  width: 55%;
}

.news-block.newsletter-block .news-block-text .download-button {
  position: absolute;
  right: 0;
  bottom: 20px;
  text-transform: uppercase;
}

.news-block.newsletter-block .news-block-text .download-button svg {
  height: 1rem;
}

.news-block.newsletter-block .news-block-text .download-button svg path {
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .news-block.newsletter-block .news-block-text .download-button {
    font-size: 0.75rem;
    bottom: 0;
  }
  .news-block.newsletter-block .news-block-text .download-button svg {
    height: 0.75rem;
  }
}

.news-block:hover .news-block-text .download-button svg path {
  fill: #cb0317;
}

/* Featured News Section ------ */
.featured-stories {
  background: #c7d9d6;
  padding: 50px 0 100px;
}

@media (min-width: 1024px) {
  .featured-stories {
    padding: 100px 0 150px;
  }
}

.featured-stories .featured-stories-carousel {
  height: 200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .featured-stories .featured-stories-carousel {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .featured-stories .featured-stories-carousel {
    height: 620px;
  }
}

@media (min-width: 1280px) {
  .featured-stories .featured-stories-carousel {
    width: 1120px;
  }
}

@media (min-width: 1400px) {
  .featured-stories .featured-stories-carousel {
    width: 1250px;
  }
}

@media (min-width: 1600px) {
  .featured-stories .featured-stories-carousel {
    width: 1340px;
  }
}

.featured-stories .featured-stories-carousel svg polyline {
  stroke: #fff;
}

.featured-stories .featured-stories-carousel svg.slick-arrow {
  left: 40px;
}

.featured-stories .featured-stories-carousel svg.slick-arrow:nth-of-type(2) {
  left: auto;
  right: 40px;
}

@media (min-width: 1024px) {
  .featured-stories .featured-stories-carousel svg.slick-arrow {
    top: calc(50% - 15px);
  }
}

@media (min-width: 1024px) {
  .featured-stories .featured-stories-carousel ul.slick-dots {
    display: block !important;
    bottom: -50px;
  }
}

.featured-stories .featured-stories-carousel div.slide {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 768px) {
  .featured-stories .featured-stories-carousel div.slide {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .featured-stories .featured-stories-carousel div.slide {
    height: 620px;
  }
}

.featured-stories .featured-stories-carousel div.slide div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.featured-stories .featured-stories-carousel div.slide div h4 {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 1.27rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media (min-width: 375px) {
  .featured-stories .featured-stories-carousel div.slide div h4 {
    left: 40px;
  }
}

@media (min-width: 1024px) {
  .featured-stories .featured-stories-carousel div.slide div h4 {
    bottom: 30px;
    font-size: 1.8rem;
    padding-right: 50px;
  }
}

/* Research and Policy Section ----- */
.research-policy-section h3 {
  font-weight: 300;
  font-size: 1.45rem;
  margin: 0 0 25px;
}

@media (min-width: 1024px) {
  .research-policy-section h3 {
    font-size: 2.5555rem;
    margin-bottom: 60px;
  }
}

.research-policy-section p {
  margin-bottom: 0;
  font-size: 1.09rem;
}

@media (min-width: 1024px) {
  .research-policy-section p {
    font-size: 1.5555rem;
  }
}

.research-policy-section button {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .research-policy-section button {
    max-width: 290px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.research-policy-section button svg {
  height: 8px;
}

@media (min-width: 1024px) {
  .research-policy-section button svg {
    height: 16px;
  }
}

.research-policy-section div.research-policy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.research-policy-section div.research-policy-flex div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .research-policy-section div.research-policy-flex div {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .research-policy-section div.research-policy-flex div:nth-of-type(2) {
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .research-policy-section div.research-policy-flex div {
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
  }
}

/* Gallery Section ---- */
.gallery-section {
  background: #FBFBFB;
}

.gallery-section button {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .gallery-section button {
    width: 290px;
    float: right;
    margin-top: 100px;
  }
}

/* Newsletter Section ----- */
.newsletter-section p {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .newsletter-section p {
    margin: 100px auto;
  }
}

.newsletter-section form {
  margin-top: 25px;
}

.newsletter-section form div.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsletter-section form div.form-flex div {
  -moz-flex: 0 0 49.25%;
  -ms-flex: 0 0 49.25%;
  -webkit-box-flex: 0;
          flex: 0 0 49.25%;
}

@media (min-width: 1024px) {
  .newsletter-section form div.form-flex div {
    -moz-flex: 0 0 48.8%;
    -ms-flex: 0 0 48.8%;
    -webkit-box-flex: 0;
            flex: 0 0 48.8%;
  }
}

.newsletter-section form div.ctct-disclosure {
  display: none !important;
}

.newsletter-section form label {
  margin-bottom: 10px;
}

.newsletter-section form input,
.newsletter-section form textarea {
  width: 100%;
  margin-bottom: 25px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0 10px;
}

@media (min-width: 1024px) {
  .newsletter-section form input,
  .newsletter-section form textarea {
    height: 70px;
    line-height: 70px;
    padding: 0 35px;
    font-size: 1.1111rem;
  }
}

.newsletter-section form input[type="submit"],
.newsletter-section form textarea[type="submit"] {
  background: #cb0317;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px !important;
}

.newsletter-section form input[type="submit"]:hover,
.newsletter-section form textarea[type="submit"]:hover {
  background: #fff;
  color: #cb0317;
}

.newsletter-section form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.newsletter-section form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.newsletter-section form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.newsletter-section form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.newsletter-section button svg {
  display: none;
}

@media (min-width: 1024px) {
  .newsletter-section button {
    text-align: left;
    padding: 0 35px;
  }
  .newsletter-section button svg {
    display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* Overview Section ---- */
.research-overview-section .left-right-text-section .left-text-section p {
  font-size: 1.45rem;
}

@media (min-width: 1024px) {
  .research-overview-section .left-right-text-section .left-text-section p {
    font-size: 2.15rem;
  }
}

.research-overview-section .left-right-text-section .right-text-section {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.research-overview-section .left-right-text-section .right-text-section button {
  margin-bottom: 24px;
}

.research-overview-section .left-right-text-section .right-text-section a {
  width: 100%;
  margin: 0;
}

/* Partners Section --------- */
.research-partners-section p {
  color: #fff;
}

.research-partners-section div.dropdown-content-box {
  background: none;
}

.research-partners-section div.dropdown-content-box div.dropdown-content-menu {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: normal;
  color: #fff;
  padding-left: 0;
}

.research-partners-section div.dropdown-content-box div.dropdown-content-menu:after {
  display: none;
}

.research-partners-section-desktop .carousel-menu p {
  font-size: 1.1111rem;
  padding-right: 40px;
  color: #fff;
}

.research-partners-section-desktop p {
  color: #000;
}

/* Reports Section ------ */
@media (min-width: 1024px) {
  .reports-block {
    padding: 50px 0;
  }
}

.reports-block h2 {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .reports-block button {
    margin-top: 0;
  }
}

.reports-block .news-block {
  margin-bottom: 50px;
}

.reports-block .news-block:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .reports-block .news-block {
    -moz-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    -webkit-box-flex: 0;
            flex: 0 0 47%;
  }
}

@media (min-width: 1024px) {
  .reports-block .news-block {
    margin-bottom: 120px;
  }
}

@media (min-width: 1280px) {
  .reports-block .news-block {
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
  }
}

.reports-block .news-block div.news-block-text {
  position: relative;
}

@media (min-width: 1024px) {
  .reports-block .news-block div.news-block-text {
    padding-top: 40px;
    padding-right: 180px;
  }
}

.reports-block .news-block div.news-block-text span {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .reports-block .news-block div.news-block-text span {
    bottom: 0;
    font-size: 1.1111rem;
  }
}

.reports-block .news-block div.news-block-text span svg {
  height: 10px;
  width: auto;
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 1024px) {
  .reports-block .news-block div.news-block-text span svg {
    height: 18px;
  }
}

@media (min-width: 1024px) {
  .reports-block .news-block div.news-block-image {
    height: 375px;
  }
}

/* Stories List Section ----- */
@media (min-width: 1024px) {
  .stories-section {
    margin-bottom: 100px;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .stories-section button {
    float: right;
    width: 290px;
  }
}

.individual-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto;
}

.individual-story:last-of-type {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .individual-story {
    margin: 100px auto;
  }
  .individual-story:last-of-type {
    margin-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .individual-story {
    margin: 140px auto;
  }
  .individual-story:last-of-type {
    margin-bottom: 140px;
  }
}

.individual-story div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .individual-story div {
    -moz-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    -webkit-box-flex: 0;
            flex: 0 0 52%;
  }
}

.individual-story div.story-image {
  height: 185px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.individual-story div.story-image a {
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .individual-story div.story-image {
    height: 280px;
  }
}

@media (min-width: 1024px) {
  .individual-story div.story-image {
    height: 400px;
    position: relative;
  }
}

@media (min-width: 1280px) {
  .individual-story div.story-image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.individual-story div.story-text {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .individual-story div.story-text {
    -moz-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
    -webkit-box-flex: 0;
            flex: 0 0 42%;
  }
}

@media (min-width: 1024px) {
  .individual-story div.story-text {
    padding-top: 0;
  }
}

.individual-story div.story-text h4 {
  margin: 5px 0 35px;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 1024px) {
  .individual-story div.story-text h4 {
    font-size: 1.8rem;
    margin: 10px 0 70px;
  }
}

.individual-story div.story-text p {
  font-size: 1.25rem;
}

.individual-story div.story-text p.story-date {
  margin: 0;
  line-height: 1;
  font-size: 0.9rem;
}

@media (min-width: 1024px) {
  .individual-story div.story-text p.story-date {
    font-size: 1.1111rem;
  }
}

.individual-story div.story-text a {
  line-height: 1;
  font-size: 0.9rem;
  margin-top: 18px;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 1024px) {
  .individual-story div.story-text a {
    margin-top: 70px;
    font-size: 1.1111rem;
  }
}

.individual-story div.story-text a svg {
  height: 8px;
  width: auto;
  display: inline-block;
  margin-left: 30px;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .individual-story div.story-text a svg {
    height: 16px;
    margin-left: 60px;
  }
}

@media (min-width: 1280px) {
  .individual-story div.story-text a:hover svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/* Media Relations ------- */
@media (min-width: 1024px) {
  .media-relations-section {
    padding: 200px 0;
  }
}

.media-relations-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
}

@media (min-width: 1024px) {
  .media-relations-flex {
    margin: 100px auto 0;
  }
}

.media-relations-flex > div {
  margin-bottom: 25px;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .media-relations-flex > div {
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
  }
}

.media-relations-flex > div div.media-relations-image {
  height: 165px;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .media-relations-flex > div div.media-relations-image {
    height: 345px;
  }
}

.media-relations-flex > div div.media-relations-text {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .media-relations-flex > div div.media-relations-text {
    margin-top: 45px;
  }
}

.media-relations-flex > div div.media-relations-text h4 {
  margin: 0 0 5px;
  font-size: 1.45rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  .media-relations-flex > div div.media-relations-text h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.media-relations-flex > div div.media-relations-text span {
  font-size: 0.9rem;
  display: block;
}

@media (min-width: 1024px) {
  .media-relations-flex > div div.media-relations-text span {
    font-size: 1.1111rem;
  }
}

.media-relations-flex > div div.media-relations-text p {
  margin: 20px 0 0;
  font-size: 1.09rem;
}

@media (min-width: 1024px) {
  .media-relations-flex > div div.media-relations-text p {
    margin-top: 40px;
    font-size: 1.3333rem;
  }
}

.media-relations-flex > div div.media-relations-text p a {
  text-decoration: none;
}

/* Facility Rental Section ------ */
.facily-rental-section {
  background: #60001e;
  color: #fff;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .facily-rental-section {
    padding: 100px 0;
  }
}

.facily-rental-section h2 {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .facily-rental-section h2 {
    margin-bottom: 100px;
  }
}

.facily-rental-section p {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .facily-rental-section p {
    font-size: 2.3rem;
  }
}

.facily-rental-section p.small-text {
  font-size: 1.1111rem;
}

@media (min-width: 1024px) {
  .facily-rental-section p.small-text {
    font-size: 1.25rem;
  }
}

.facily-rental-section p.room-dates {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .facily-rental-section p.room-dates {
    font-size: 1.1111rem;
    margin-bottom: 40px;
  }
}

.facily-rental-section p.room-prices {
  font-size: 1.27rem;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .facily-rental-section p.room-prices {
    font-size: 1.1111rem;
    margin-bottom: 50px;
  }
}

.facily-rental-section p:last-of-type {
  margin-bottom: 0;
}

.facily-rental-section div.facility-rental-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.facily-rental-section div.facility-rental-flex > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .facily-rental-section div.facility-rental-flex > div {
    padding-bottom: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
  }
  .facily-rental-section div.facility-rental-flex > div:nth-child(1) {
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
            flex: 0 0 65%;
  }
}

/* Contact Form Section ----- */
.contact-form-section form textarea {
  height: 140px;
  line-height: normal;
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .contact-form-section form textarea {
    padding-top: 25px;
    height: 200px;
  }
}

/* Maps Section ---- */
@media (max-width: 1023px) {
  .maps-section .container {
    padding: 0;
  }
}

.maps-section .office-block {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .maps-section .office-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 50px;
  }
}

.maps-section .office-block:last-of-type {
  margin-bottom: 0;
}

.maps-section .office-block div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 1024px) {
  .maps-section .office-block div {
    -moz-flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    -webkit-box-flex: 0;
            flex: 0 0 34%;
  }
}

.maps-section .office-block div.office-map {
  height: 250px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .maps-section .office-block div.office-map {
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .maps-section .office-block div.office-map {
    height: 630px;
    -moz-flex: 0 0 58%;
    -ms-flex: 0 0 58%;
    -webkit-box-flex: 0;
            flex: 0 0 58%;
  }
}

.maps-section .office-block div.office-address {
  padding: 25px 20px;
}

@media (min-width: 375px) {
  .maps-section .office-block div.office-address {
    padding: 25px 40px;
  }
}

@media (min-width: 1024px) {
  .maps-section .office-block div.office-address {
    padding: 0;
  }
}

.maps-section .office-block div.office-address address,
.maps-section .office-block div.office-address p {
  font-size: 1.25rem;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .maps-section .office-block div.office-address address,
  .maps-section .office-block div.office-address p {
    margin-bottom: 50px;
  }
}

.maps-section .office-block div.office-address address span,
.maps-section .office-block div.office-address p span {
  font-size: 0.71em;
}

.maps-section .office-block div.office-address p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .maps-section .office-block div.office-address h3 {
    margin-bottom: 100px;
  }
}

/* Donate Overview Section --------- */
@media (min-width: 1024px) {
  .donate-overview-section {
    padding: 200px 0 100px;
  }
}

.donate-overview-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.donate-overview-flex > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 1024px) {
  .donate-overview-flex > div {
    -moz-flex: 0 0 39%;
    -ms-flex: 0 0 39%;
    -webkit-box-flex: 0;
            flex: 0 0 39%;
  }
  .donate-overview-flex > div:nth-child(2) {
    -moz-flex: 0 0 53%;
    -ms-flex: 0 0 53%;
    -webkit-box-flex: 0;
            flex: 0 0 53%;
  }
}

.donate-overview-flex > div :first-child {
  margin-top: 0;
}

.donate-overview-flex > div h4 {
  font-weight: 300;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .donate-overview-flex > div h4 {
    font-size: 2.5rem;
  }
}

.donate-overview-flex > div p {
  font-size: 1.25rem;
}

div.donate-buttons {
  margin-top: 25px;
}

@media (min-width: 768px) {
  div.donate-buttons a:nth-child(2) button {
    border-right: 0;
  }
}

@media (min-width: 1024px) {
  div.donate-buttons {
    margin-top: 100px;
  }
}

div.donate-buttons button {
  margin-bottom: 5px;
  text-align: left;
  padding-left: 30%;
}

@media (min-width: 768px) {
  div.donate-buttons button {
    width: 25%;
    display: inline-block;
    float: right;
    padding-left: 0;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  div.donate-buttons button {
    width: 50%;
    max-width: 290px;
  }
}

div.donate-buttons button.donate-button {
  background: #cb0317;
  color: #fff;
}

div.donate-buttons button.donate-button svg {
  margin-left: 50px;
}

@media (min-width: 768px) {
  div.donate-buttons button.donate-button svg {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  div.donate-buttons button.donate-button svg {
    margin-left: 20px;
  }
}

div.donate-buttons button.donate-button svg line,
div.donate-buttons button.donate-button svg polyline {
  stroke: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

div.donate-buttons button.donate-button:hover {
  background: #fff;
  color: #cb0317;
}

div.donate-buttons button.donate-button:hover svg line,
div.donate-buttons button.donate-button:hover svg polyline {
  stroke: #cb0317;
}

/* Planned Giving Section -------- */
.planned-giving-section {
  background: #FBFBFB;
}

@media (min-width: 1024px) {
  .planned-giving-section h2 {
    margin-bottom: 100px;
  }
}

.planned-giving-section button {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .planned-giving-section button {
    width: 290px;
    float: right;
    margin-top: 100px;
  }
}

.planned-giving-section div.planned-giving-text {
  font-size: 1.27rem;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .planned-giving-section div.planned-giving-text {
    margin-bottom: 100px;
    font-size: 1.25rem;
  }
}

.planned-giving-section div.examples-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #acaeae;
}

.planned-giving-section div.examples-list > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #acaeae;
}

.planned-giving-section div.examples-list > div:last-of-type {
  border-bottom: 0;
}

.planned-giving-section div.examples-list > div > div {
  height: 100px;
  position: relative;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
}

@media (min-width: 1024px) {
  .planned-giving-section div.examples-list > div > div {
    height: 200px;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    -webkit-box-flex: 0;
            flex: 0 0 32%;
  }
}

.planned-giving-section div.examples-list > div > div span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.9rem;
  display: block;
}

@media (min-width: 1024px) {
  .planned-giving-section div.examples-list > div > div span {
    font-size: 1.1111rem;
  }
}

.planned-giving-section div.examples-list > div > div:nth-child(1) {
  background: #cadcd9;
}

.planned-giving-section div.examples-list > div > div:nth-child(1) span {
  font-size: 6rem;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%) translateX(-45%);
  transform: translateY(-50%) translateX(-45%);
}

.planned-giving-section div.examples-list > div > div:nth-child(2) {
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
}

.planned-giving-section div.examples-list > div > div:nth-child(2) span {
  padding: 0 10px;
}

@media (min-width: 375px) {
  .planned-giving-section div.examples-list > div > div:nth-child(2) span {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .planned-giving-section div.examples-list > div > div:nth-child(2) span {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .planned-giving-section div.examples-list > div > div:nth-child(2) {
    -moz-flex: 0 0 68%;
    -ms-flex: 0 0 68%;
    -webkit-box-flex: 0;
            flex: 0 0 68%;
  }
}

.planned-giving-section div.examples-list > div:nth-child(2) > div:nth-child(1) {
  background: #3b4146;
  color: #fff;
}

.planned-giving-section div.examples-list > div:nth-child(3) > div:nth-child(1) {
  background: #20242c;
  color: #fff;
}

@media (min-width: 1024px) {
  .planned-giving-section div.examples-list > div {
    -moz-flex: 3;
    -ms-flex: 3;
    -webkit-box-flex: 3;
            flex: 3;
    border-bottom: 0;
  }
}

/* Donor Recognition Section ----- */
@media (min-width: 1024px) {
  .donor-recognition-program h2 {
    margin-bottom: 100px;
  }
}

.donor-recognition-program h5 {
  font-weight: 300;
  font-size: 1.45rem;
  margin: 0 0 25px;
}

@media (min-width: 1024px) {
  .donor-recognition-program h5 {
    font-size: 2.3rem;
    margin-bottom: 75px;
  }
}

.donor-recognition-program p {
  font-size: 1.25rem;
}

.donor-recognition-program div.list-of-benefits {
  margin: 25px auto;
  border: 1px solid #acaeae;
}

@media (min-width: 1024px) {
  .donor-recognition-program div.list-of-benefits {
    margin: 100px auto;
  }
}

.donor-recognition-program div.list-of-benefits > div {
  height: 100px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #acaeae;
}

.donor-recognition-program div.list-of-benefits > div:last-of-type {
  border-bottom: 0;
}

.donor-recognition-program div.list-of-benefits > div span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.9rem;
  text-align: center;
  padding: 0 40px;
}

.donor-recognition-program div.list-of-benefits > div:nth-child(2) {
  background: #cadcd9;
}

.donor-recognition-program div.list-of-benefits > div:nth-child(3), .donor-recognition-program div.list-of-benefits > div:nth-child(4) {
  background: #3b4146;
}

.donor-recognition-program div.list-of-benefits > div:nth-child(3) span, .donor-recognition-program div.list-of-benefits > div:nth-child(4) span {
  color: #fff;
}

.donor-recognition-program div.list-of-benefits > div:nth-child(4) {
  background: #20242c;
}

@media (min-width: 1024px) {
  .donor-recognition-program div.list-of-benefits > div {
    height: 150px;
  }
  .donor-recognition-program div.list-of-benefits > div span {
    padding: 0 18%;
    font-size: 1.1111rem;
  }
}

.donor-recognition-program div.donor-match {
  margin: 25px auto;
}

.donor-recognition-program div.donor-match p {
  margin: 0;
}

.donor-recognition-program div.donate-buttons a:nth-child(1) svg {
  margin-left: 18px;
}

/* Microsite Overview ----- */
@media (min-width: 1024px) {
  .microsite-overview {
    padding: 200px 0 100px;
  }
}

@media (min-width: 1024px) {
  .microsite-overview .left-right-text-section {
    margin-top: 100px;
  }
}

.microsite-overview .left-right-text-section div.left-text-section {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .microsite-overview .left-right-text-section div.left-text-section {
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
  }
}

.microsite-overview .left-right-text-section div.left-text-section p {
  margin-bottom: 1em;
}

@media (min-width: 1024px) {
  .microsite-overview .left-right-text-section div.left-text-section p {
    margin-bottom: 0;
  }
}

.microsite-overview .left-right-text-section div.right-text-section {
  display: block;
}

.microsite-overview .left-right-text-section div.right-text-section p {
  margin-top: 0;
}

.microsite-overview .left-right-text-section div.right-text-section a {
  margin-top: auto;
}

/* Microsite Programs Section ----- */
@media (min-width: 1024px) {
  .microsite-programs {
    margin-top: 100px;
  }
}

@media (min-width: 1024px) {
  .microsite-programs div.homepage-programs-flex-container div.homepage-programs-image {
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
            flex: 0 0 30%;
  }
}

@media (min-width: 1440px) {
  .microsite-programs div.homepage-programs-flex-container div.homepage-programs-image {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .microsite-programs div.homepage-programs-flex-container div.homepage-programs-text {
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
            flex: 0 0 70%;
  }
}

@media (min-width: 1440px) {
  .microsite-programs div.homepage-programs-flex-container div.homepage-programs-text {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .microsite-programs div.homepage-programs-flex-container div.homepage-programs-text h2 {
    margin-bottom: 100px;
  }
}

@media (min-width: 1440px) and (min-width: 1440px) {
  .microsite-programs div.homepage-programs-flex-container div.homepage-programs-text > div {
    padding: 0 75px;
  }
}

/* Microsite Full Width Text ----- */
@media (max-width: 1023px) {
  .microsite-full-width-text {
    background: #c7d9d6;
  }
}

@media (min-width: 1024px) {
  .microsite-full-width-text h2 {
    margin-bottom: 100px;
  }
}

.microsite-full-width-text p {
  font-size: 1.45rem;
}

@media (min-width: 1024px) {
  .microsite-full-width-text p {
    font-size: 2.3rem;
  }
}

.microsite-full-width-text button {
  margin-top: 40px !important;
}

@media (min-width: 1024px) {
  .microsite-full-width-text button {
    float: right;
    width: 50%;
    max-width: 290px;
    margin-top: 100px;
  }
}

/* Careers Page ----- */
.careers-section {
  padding: 100px 0;
}

@media (min-width: 1024px) {
  .careers-section {
    padding: 200px 0;
  }
  .careers-section h2 {
    margin-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .careers-section div.careers-more-jobs button {
    float: right;
    max-width: 290px;
    margin-top: 100px;
  }
}

.single-job {
  border: 1px solid #acaeae;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .single-job {
    margin-bottom: 50px;
  }
}

.single-job div.job-title {
  height: 50px;
  line-height: 50px;
  background: #cadcd9;
  border-bottom: 1px solid #acaeae;
  font-size: 1.45rem;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .single-job div.job-title {
    height: 100px;
    line-height: 100px;
    font-size: 2.2rem;
    padding: 0 50px;
  }
}

@media (min-width: 1600px) {
  .single-job div.job-title {
    padding: 0 70px;
  }
}

.single-job div.job-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-job div.job-flex > div {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

.single-job div.job-flex > div :first-child {
  margin-top: 0;
}

.single-job div.job-flex > div :last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .single-job div.job-flex > div {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    height: 600px;
  }
}

.single-job div.job-flex > div.job-description {
  padding: 20px;
  border-bottom: 1px solid #acaeae;
}

@media (min-width: 1024px) {
  .single-job div.job-flex > div.job-description {
    border-right: 1px solid #acaeae;
    border-bottom: 0;
    padding: 50px;
  }
}

@media (min-width: 1280px) {
  .single-job div.job-flex > div.job-description {
    padding: 80px 50px;
  }
}

@media (min-width: 1600px) {
  .single-job div.job-flex > div.job-description {
    padding: 70px;
  }
}

.single-job div.job-flex > div.job-description p {
  font-size: 1.27rem;
}

@media (min-width: 1024px) {
  .single-job div.job-flex > div.job-description p {
    font-size: 1.5555rem;
  }
}

.single-job div.job-flex > div.job-info div:nth-child(1) {
  padding: 20px;
  border-bottom: 1px solid #acaeae;
}

@media (min-width: 1024px) {
  .single-job div.job-flex > div.job-info div:nth-child(1) {
    padding: 50px 50px;
    height: 530px;
  }
}

@media (min-width: 1280px) {
  .single-job div.job-flex > div.job-info div:nth-child(1) {
    padding: 80px 50px;
  }
}

@media (min-width: 1600px) {
  .single-job div.job-flex > div.job-info div:nth-child(1) {
    padding: 70px;
  }
}

.single-job div.job-flex > div.job-info div:nth-child(1) p,
.single-job div.job-flex > div.job-info div:nth-child(1) li {
  font-size: 0.9rem;
}

@media (min-width: 1024px) {
  .single-job div.job-flex > div.job-info div:nth-child(1) p,
  .single-job div.job-flex > div.job-info div:nth-child(1) li {
    font-size: 1.1111rem;
  }
}

.single-job div.job-flex > div.job-info div:nth-child(1) ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: inside;
}

.single-job div.job-flex > div.job-info div:nth-child(1) ul li {
  margin-bottom: 5px;
}

.single-job div.job-flex > div.job-info div:nth-child(2) button {
  border: 0;
  background: #cadcd9;
}

.single-job div.job-flex > div.job-info div:nth-child(2) button:hover {
  background: #000;
}

.single-job:nth-child(3n + 2) div.job-title,
.single-job:nth-child(3n + 2) div.job-info button {
  background: #3b4146 !important;
  color: #fff !important;
}

.single-job:nth-child(3n + 2) div.job-info button svg line,
.single-job:nth-child(3n + 2) div.job-info button svg polyline {
  stroke: #fff !important;
}

.single-job:nth-child(3n + 2) div.job-info button:hover {
  background: #cadcd9 !important;
  color: #000 !important;
}

.single-job:nth-child(3n + 2) div.job-info button:hover svg line,
.single-job:nth-child(3n + 2) div.job-info button:hover svg polyline {
  stroke: #000 !important;
}

.single-job:nth-child(3n + 3) div.job-title,
.single-job:nth-child(3n + 3) div.job-info button {
  background: #20242c !important;
  color: #fff !important;
}

.single-job:nth-child(3n + 3) div.job-info button svg line,
.single-job:nth-child(3n + 3) div.job-info button svg polyline {
  stroke: #fff !important;
}

.single-job:nth-child(3n + 3) div.job-info button:hover {
  background: #cadcd9 !important;
  color: #000 !important;
}

.single-job:nth-child(3n + 3) div.job-info button:hover svg line,
.single-job:nth-child(3n + 3) div.job-info button:hover svg polyline {
  stroke: #000 !important;
}

/* Events List --------- */
.events-section {
  padding: 100px 0;
}

@media (min-width: 1024px) {
  .events-section {
    padding: 200px 0;
  }
}

.events-month {
  font-weight: 400;
  font-size: 2.6rem;
  margin: 50px 0;
}

@media (min-width: 1024px) {
  .events-month {
    margin: 100px 0;
  }
}

p.no-events-warning {
  text-align: center;
  font-size: 1.45rem;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  p.no-events-warning {
    font-size: 1.8rem;
    margin-top: 150px;
  }
}

@media (min-width: 1024px) {
  .events-list .events-flex-container span.press-year {
    font-weight: 400;
    font-size: 2.875rem;
    margin: 50px 0;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .events-list .events-flex-container span.press-year {
    margin: 100px 0;
  }
}

@media (min-width: 1024px) {
  .events-list .events-flex-container .event-item {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .events-list .events-flex-container .event-item div {
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    height: 320px;
  }
  .events-list .events-flex-container .event-item div.event-info {
    border-bottom: 0;
  }
  .events-list .events-flex-container .event-item div.event-info div.event-date {
    height: 320px;
    padding: 80px 0;
  }
  .events-list .events-flex-container .event-item div.event-info div.event-title {
    height: 320px;
    padding: 50px 20px 50px 40px;
  }
  .events-list .events-flex-container .event-item div.event-info div.event-title h4 {
    display: block;
  }
  .events-list .events-flex-container .event-item div.event-button {
    display: none;
  }
  .events-list .events-flex-container .event-item div.event-copy {
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    padding: 50px 40px 50px 20px;
  }
  .events-list .events-flex-container .event-item div.event-copy h4 {
    display: none;
  }
  .events-list .events-flex-container .event-item div.event-copy button {
    display: block;
    border: 0;
    text-align: left;
    padding: 0;
    position: absolute;
    bottom: 45px;
    height: auto;
    line-height: 1;
    width: auto;
  }
  .events-list .events-flex-container .event-item div.event-copy button svg {
    -webkit-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .events-list .events-flex-container .event-item div.event-copy button:hover {
    background: none;
    color: #cb0317;
  }
  .events-list .events-flex-container .event-item div.event-copy button:hover svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .events-list .events-flex-container .event-item div.event-copy button:hover svg line,
  .events-list .events-flex-container .event-item div.event-copy button:hover svg polyline {
    stroke: #cb0317;
  }
}

/* Single Event ------------ */
body.single-event .post-title-section {
  position: relative;
}

@media (min-width: 1024px) {
  body.single-event .post-title-section h1 {
    width: 67.5%;
  }
}

body.single-event .post-title-section div.event-deets {
  font-size: 1.27rem;
  margin: 50px auto;
}

@media (min-width: 1024px) {
  body.single-event .post-title-section div.event-deets {
    margin: 0;
    width: 30%;
    position: absolute;
    top: 5px;
    right: 0;
  }
}

body.single-event div.donate-buttons {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  body.single-event div.donate-buttons button {
    float: left;
    border: 1px solid #acaeae;
  }
  body.single-event div.donate-buttons a:nth-child(1) button {
    border-right: 0;
  }
}

body.single-event div.donate-buttons button.donate-button svg {
  margin-left: 35px;
}

/* News Archive Template ---- */
.press-year {
  width: 100%;
  display: block;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .press-year {
    font-size: 1.3333rem;
    margin-bottom: 80px;
  }
}

/* Pagination ----- */
.pagination {
  text-align: center;
  margin-top: 50px;
}

.pagination a,
.pagination span {
  padding: 0 5px;
}

@media (min-width: 1024px) {
  .pagination {
    margin-top: 100px;
  }
}

/* Dropdown Select ----- */
#dropdown-year {
  position: absolute;
  right: 20px;
  top: 0;
}

@media (min-width: 375px) {
  #dropdown-year {
    right: 40px;
  }
}

@media (min-width: 768px) {
  #dropdown-year {
    right: 300px;
  }
}

@media (min-width: 1280px) {
  #dropdown-year {
    right: 460px;
  }
}

#dropdown-year select {
  overflow: hidden;
  width: 100px;
  padding-left: 15px;
  height: 40px;
  line-height: 38px;
  border-radius: 0;
  font-size: 12px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  display: block;
}

@media (min-width: 1280px) {
  #dropdown-year select {
    width: 150px;
  }
}

#dropdown-year:after {
  content: "";
  background-image: url("img/down-arrow-select.png");
  height: 30px;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
}

@media (max-width: 767px) {
  .news-archive-block #dropdown-year {
    top: -60px;
  }
}

/* Gallery Archive -------- */
.gallery-flex .news-block {
  margin: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .gallery-flex .news-block {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .gallery-flex .news-block {
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
  }
}

.gallery-flex .news-block .news-block-image {
  height: 300px;
}

@media (min-width: 1280px) {
  .gallery-flex .news-block .news-block-image {
    height: 350px;
  }
}

/* Galler Moda ---- */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 6000;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

.gallery-modal svg {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.gallery-modal svg:hover, .gallery-modal svg:focus {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gallery-modal svg path {
  fill: #fff;
}

.gallery-modal img#gallery-modal-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  max-width: 80%;
}

.reports-archive-block {
  padding-top: 0;
}

@media (min-width: 1280px) {
  .reports-archive-block .news-block {
    -moz-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    -webkit-box-flex: 0;
            flex: 0 0 31%;
  }
}
/*# sourceMappingURL=style.css.map */