@charset "UTF-8";
/**
 * Emily Carr University of Art + Design
 *
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 19, 2015 */
@font-face {
  font-family: 'leitura_sansgrot_1';
  src: url("/fonts/dstype_-_leiturasans-grot_1-webfont.eot");
  src: url("/fonts/dstype_-_leiturasans-grot_1-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/dstype_-_leiturasans-grot_1-webfont.woff2") format("woff2"), url("/fonts/dstype_-_leiturasans-grot_1-webfont.woff") format("woff"), url("/fonts/dstype_-_leiturasans-grot_1-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'leitura_sansgrot_2';
  src: url("/fonts/dstype_-_leiturasans-grot_2-webfont.eot");
  src: url("/fonts/dstype_-_leiturasans-grot_2-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/dstype_-_leiturasans-grot_2-webfont.woff2") format("woff2"), url("/fonts/dstype_-_leiturasans-grot_2-webfont.woff") format("woff"), url("/fonts/dstype_-_leiturasans-grot_2-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, sass/fonts/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 6, sass/fonts/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 25, sass/fonts/fontawesome/_icons.scss */
.fa-cog:before {
  content: "";
}

/* line 110, sass/fonts/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, sass/fonts/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 160, sass/fonts/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 162, sass/fonts/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "";
}

/* line 166, sass/fonts/fontawesome/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 209, sass/fonts/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 226, sass/fonts/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 266, sass/fonts/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 267, sass/fonts/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 327, sass/fonts/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 328, sass/fonts/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 374, sass/fonts/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 380, sass/fonts/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 381, sass/fonts/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, sass/structure/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/structure/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, sass/structure/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, sass/structure/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, sass/structure/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, sass/structure/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, sass/structure/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, sass/structure/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, sass/structure/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, sass/structure/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, sass/structure/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, sass/structure/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, sass/structure/_normalize.scss */
pre {
  overflow: auto;
}

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, sass/structure/_normalize.scss */
button {
  overflow: visible;
}

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, sass/structure/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, sass/structure/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, sass/structure/_normalize.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, sass/structure/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, sass/structure/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, sass/base/_buttons.scss */
button, .btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border-radius: 0;
  color: #009ead;
  border: 2px solid #009ead;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  min-width: 6.25em;
  height: 2.75em;
  transition: 0.2s all ease-in-out;
}
/* line 26, sass/base/_buttons.scss */
button:hover, button:focus, .btn:hover, .btn:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #009ead;
  color: #fff;
}
/* line 32, sass/base/_buttons.scss */
button:disabled, .btn:disabled, button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 39, sass/base/_buttons.scss */
a.btn-sidebar {
  color: #ff3366;
  border: 2px solid #ff3366;
}
/* line 43, sass/base/_buttons.scss */
a.btn-sidebar:hover, a.btn-sidebar:focus {
  background: none;
  color: #aaf8f8;
  -webkit-border-image: -webkit-linear-gradient( left , #7f4fad 0%, #4590e8 50%, #aaf8f8 100%, #aaf8f8);
  border-image: linear-gradient(to right, #7f4fad 0%, #4590e8 50%, #aaf8f8 100%, #aaf8f8);
  border-style: solid;
  border-image-slice: 1;
}
/* line 51, sass/base/_buttons.scss */
a.btn-sidebar:active {
  border: 2px solid #ff3366;
}

/* line 57, sass/base/_buttons.scss */
input.btn-footer {
  color: #fff;
  border: 2px solid #fff;
}
/* line 61, sass/base/_buttons.scss */
input.btn-footer:hover, input.btn-footer:focus {
  background: none;
  color: #51bec8;
  -webkit-border-image: -webkit-linear-gradient( top left, #ffff00 0%, #65ca76 30%, #009ead 66%, #4cdae8 100%, #4cdae8);
  border-image: linear-gradient(to bottom right, #ffff00 0%, #65ca76 30%, #009ead 66%, #4cdae8 100%, #4cdae8);
  border-style: solid;
  border-image-slice: 1;
}
/* line 68, sass/base/_buttons.scss */
input.btn-footer:active {
  border: 2px solid #4cdae8;
}

/* line 74, sass/base/_buttons.scss */
.btn-hollow {
  display: inline-block;
  margin: 1em 0;
  padding: 0.75em 2.5em;
  box-sizing: border-box;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375em;
  border: 2px solid #009ead;
  color: #009ead;
  transition: all 0.35s ease-in-out;
}
/* line 91, sass/base/_buttons.scss */
.btn-hollow:hover {
  background: #009ead;
  color: #fff;
}

/* line 97, sass/base/_buttons.scss */
.btn-hollow.btn-poly {
  position: relative;
  overflow: hidden;
}
/* line 101, sass/base/_buttons.scss */
.btn-hollow.btn-poly::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 200%;
  background: #009ead;
  left: 0;
  top: 150%;
  box-sizing: border-box;
  transform: skew(0, -9deg);
  transition: top 0.35s ease-in-out;
}
/* line 115, sass/base/_buttons.scss */
.btn-hollow.btn-poly:hover {
  background: transparent;
}
/* line 118, sass/base/_buttons.scss */
.btn-hollow.btn-poly:hover::before {
  top: -50%;
}
/* line 122, sass/base/_buttons.scss */
.btn-hollow.btn-poly:active {
  color: #fff;
}
/* line 125, sass/base/_buttons.scss */
.btn-hollow.btn-poly:focus {
  color: #fff;
  background-color: #009ead;
}
/* line 129, sass/base/_buttons.scss */
.btn-hollow.btn-poly span {
  position: relative;
  z-index: 10;
}

/* line 1, sass/base/_forms.scss */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

/* line 8, sass/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375em;
}

/* line 16, sass/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
/* line 20, sass/base/_forms.scss */
label.required::after {
  content: "*";
}
/* line 24, sass/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, sass/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375em;
  margin-bottom: 0.75em;
  padding: 0.625em;
  transition: border-color;
  width: 100%;
  height: 2.75em;
  color: #292f35;
}
/* line 46, sass/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
/* line 50, sass/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #009ead;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 135, 148, 0.7);
  outline: none;
}

/* line 57, sass/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 61, sass/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 65, sass/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 71, sass/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

/* line 76, sass/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 1, sass/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 20, sass/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}
/* line 23, sass/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 28, sass/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 34, sass/base/_lists.scss */
ul.inline {
  list-style-type: none;
}
/* line 36, sass/base/_lists.scss */
ul.inline li {
  display: inline;
  list-style: none;
}

/* line 42, sass/base/_lists.scss */
.main-body-content ul {
  margin: 1em 0;
}
/* line 45, sass/base/_lists.scss */
.main-body-content ul li {
  margin: 0 0 0.5em 1.25em;
  list-style-type: disc;
  line-height: 1.6;
}

/* line 53, sass/base/_lists.scss */
ol {
  list-style-type: decimal;
}
/* line 55, sass/base/_lists.scss */
ol li {
  margin: 0 0 0.5em 1.875em;
  line-height: 1.6;
}

/* line 1, sass/base/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 9, sass/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

/* line 16, sass/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

/* line 21, sass/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, sass/base/_typography.scss */
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #292f35;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375em;
  line-height: 1.5;
  overflow: auto;
}

/* line 11, sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

/* line 23, sass/base/_typography.scss */
h1 {
  font-size: 2.5em;
  color: #009ead;
  margin-bottom: 0.9375em;
  font-family: "leitura_sansgrot_1", sans-serif;
}

/* line 30, sass/base/_typography.scss */
h2 {
  font-size: 1.875em;
  color: #292f35;
  margin-top: 1em;
  margin-bottom: 0.9375em;
  font-family: "leitura_sansgrot_2", sans-serif;
}

/* line 38, sass/base/_typography.scss */
h3 {
  font-size: 1.125em;
  margin-top: 1.5625em;
  position: relative;
  margin-bottom: 2.8125em;
}
/* line 78, sass/base/_mixins.scss */
h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  overflow: visible;
  width: 40px;
  height: 3px;
  background-color: #51bec8;
}

/* line 44, sass/base/_typography.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #90898b;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/* line 52, sass/base/_typography.scss */
p {
  margin: 0 0 0.75em;
  line-height: 1.6;
}

/* line 57, sass/base/_typography.scss */
a {
  color: #009ead;
  text-decoration: none;
  transition: color 0.1s linear;
}
/* line 62, sass/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #292f35;
}
/* line 69, sass/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

/* line 75, sass/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 83, sass/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

/* line 90, sass/base/_typography.scss */
address {
  font-style: normal;
}

/* line 94, sass/base/_typography.scss */
blockquote {
  margin: 2.5em 0em 2.5em 1.5625em;
  border-left: 3px solid #51bec8;
  padding: 0em 0em 0em 1.5625em;
  font-size: 16px;
  font-family: "leitura sansgrot 2",sans-serif;
  font-weight: 600;
}
/* line 102, sass/base/_typography.scss */
blockquote footer {
  color: #90898b;
  text-transform: uppercase;
}

/* line 108, sass/base/_typography.scss */
.intro-content {
  font-size: 1.875em;
  color: #292f35;
  margin-bottom: 40px;
  font-family: "leitura_sansgrot_2", sans-serif;
  font-weight: normal;
  line-height: 1.2;
}
/* line 116, sass/base/_typography.scss */
.intro-content p:last-child {
  margin-bottom: 0;
}

/* line 20, sass/base/_base.scss */
.show {
  display: block;
}

/* line 24, sass/base/_base.scss */
.nofloat {
  clear: both;
}

/* line 4, sass/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, sass/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 3, sass/structure/_grid.scss */
#wrapper {
  max-width: 85.3125em;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
#wrapper::after {
  clear: both;
  content: "";
  display: table;
}

/* line 7, sass/structure/_grid.scss */
div.container {
  max-width: 85.3125em;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
div.container::after {
  clear: both;
  content: "";
  display: table;
}

/* line 12, sass/structure/_grid.scss */
.content-wrapper {
  max-width: 85.3125em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48.0625em) {
  /* line 12, sass/structure/_grid.scss */
  .content-wrapper {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background: transparent;
  }
  /* line 109, sass/base/_mixins.scss */
  .content-wrapper.with-rainbow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #292f35;
    background-image: -webkit-linear-gradient(top, #ff3366 0%, #ff4a60 11%, #4590e8 34%, #aaf8f8 50%, #009ead 67%, #09ba66 83%, #ffff00 98%);
    background-image: linear-gradient(to bottom,#ff3366 0%, #ff4a60 11%, #4590e8 34%, #aaf8f8 50%, #009ead 67%, #09ba66 83%, #ffff00 98%);
    width: 4px;
    height: 100%;
    z-index: 3;
  }
}
/* line 33, sass/structure/_grid.scss */
.content-wrapper.with-rainbow-banner:before {
  top: 24em;
}
/* line 41, sass/structure/_grid.scss */
.content-wrapper.content-page-wrapper .main-body {
  padding-bottom: 3.125em;
}

@media screen and (min-width: 48.0625em) {
  /* line 48, sass/structure/_grid.scss */
  article.main-body {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 74.21875%;
    margin-bottom: 6.25em;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  article.main-body:last-child {
    margin-right: 0;
  }
  /* line 55, sass/structure/_grid.scss */
  article.main-body:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: inherit;
    left: 0;
    top: 0;
    right: -1px;
    bottom: -9999px;
  }
}
/* line 69, sass/structure/_grid.scss */
article.main-body .main-body-header {
  display: block;
  background-color: #e8f2f3;
  overflow: hidden;
  clip-path: url(/svg/global-clip-paths.svg#svgPageHeaderMobile);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
article.main-body .main-body-header::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 31.25em) {
  /* line 69, sass/structure/_grid.scss */
  article.main-body .main-body-header {
    clip-path: url(/svg/global-clip-paths.svg#svgPageHeaderTablet);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 69, sass/structure/_grid.scss */
  article.main-body .main-body-header {
    clip-path: url(/svg/global-clip-paths.svg#svgPageHeader);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  }
}
/* line 84, sass/structure/_grid.scss */
article.main-body .main-body-header-content {
  overflow: hidden;
  padding: 1.25em;
}
@media screen and (min-width: 48.0625em) {
  /* line 84, sass/structure/_grid.scss */
  article.main-body .main-body-header-content {
    padding: 3.75em 2.5em;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 84, sass/structure/_grid.scss */
  article.main-body .main-body-header-content {
    float: left;
    display: block;
    width: 77.34375%;
    margin-left: 12.89063%;
  }
  /* line 81, sass/neat/grid/_span-columns.scss */
  article.main-body .main-body-header-content:last-child {
    width: 74.21875%;
  }
}
/* line 99, sass/structure/_grid.scss */
article.main-body .main-body-content {
  padding: 1.25em;
  line-height: 1.6;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  /* line 99, sass/structure/_grid.scss */
  article.main-body .main-body-content {
    padding: 2.5em 2.5em 2.5em 0;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 108, sass/structure/_grid.scss */
  article.main-body .main-body-content.main-body-content-min-height {
    min-height: 31.25em;
  }
}

/* line 121, sass/structure/_grid.scss */
.content-no-sidebar-wrapper article.main-body {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 100%;
  padding: 0 0 2.5em;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.content-no-sidebar-wrapper article.main-body:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48.0625em) {
  /* line 121, sass/structure/_grid.scss */
  .content-no-sidebar-wrapper article.main-body {
    padding: 0;
  }
}
/* line 131, sass/structure/_grid.scss */
.content-no-sidebar-wrapper article.main-body .main-body-content {
  padding: 1.25em;
}
@media screen and (min-width: 48.0625em) {
  /* line 131, sass/structure/_grid.scss */
  .content-no-sidebar-wrapper article.main-body .main-body-content {
    padding: 0 2.5em 2.5em;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 131, sass/structure/_grid.scss */
  .content-no-sidebar-wrapper article.main-body .main-body-content {
    float: left;
    display: block;
    width: 77.34375%;
    margin-left: 12.89063%;
  }
  /* line 81, sass/neat/grid/_span-columns.scss */
  .content-no-sidebar-wrapper article.main-body .main-body-content:last-child {
    width: 74.21875%;
  }
}

@media screen and (min-width: 48.0625em) {
  /* line 148, sass/structure/_grid.scss */
  .no-smil .content-no-sidebar-wrapper article.main-body .main-body-content {
    padding-top: 2.5em;
  }
}

/* line 9, sass/structure/_top-nav.scss */
#top-nav {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  /* line 9, sass/structure/_top-nav.scss */
  #top-nav {
    display: block;
    text-align: right;
    padding-top: 0.5625em;
    height: 1.75em;
    background-color: #f4f5f7;
    margin: 0 auto 1.875em;
    z-index: 1;
    position: relative;
  }
  /* line 23, sass/structure/_top-nav.scss */
  #top-nav:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -19px;
    overflow: visible;
    width: 100%;
    height: 3.5em;
    background: #f4f5f7;
    z-index: -1;
    -webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    transform: skewY(1deg);
  }
  /* line 36, sass/structure/_top-nav.scss */
  #top-nav ul {
    float: right;
  }
  /* line 38, sass/structure/_top-nav.scss */
  #top-nav ul li {
    padding: 0 0.5em;
    line-height: 1.875em;
    color: #009ead;
  }
}
@media screen and (min-width: 48.0625em) and (min-width: 53.75em) {
  /* line 38, sass/structure/_top-nav.scss */
  #top-nav ul li {
    padding: 0 1.125em;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 48, sass/structure/_top-nav.scss */
  #top-nav ul li a {
    color: #009ead;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
  }
  /* line 53, sass/structure/_top-nav.scss */
  #top-nav ul li a:hover {
    color: #292f35;
  }
}

/* line 17, sass/structure/_navigation.scss */
#header {
  z-index: 25;
}

/* line 21, sass/structure/_navigation.scss */
.navigation {
  margin: 0;
  width: 100%;
  z-index: 501;
  height: 70px;
  background-color: transparent;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  /* line 21, sass/structure/_navigation.scss */
  .navigation {
    z-index: 25;
    height: auto;
    background-color: transparent;
  }
  /* line 34, sass/structure/_navigation.scss */
  .navigation:before {
    display: none;
  }
}
/* line 40, sass/structure/_navigation.scss */
.navigation:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 105px;
  background: #f4f5f7;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -moz-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  -o-transform: skewY(-1deg);
  transform: skewY(-1deg);
}
/* line 56, sass/structure/_navigation.scss */
.navigation .navigation-wrapper {
  max-width: 85.3125em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 26;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
/* line 63, sass/structure/_navigation.scss */
.navigation .submenu-container {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  /* line 63, sass/structure/_navigation.scss */
  .navigation .submenu-container {
    display: block;
    position: relative;
    max-width: 85.3125em;
    margin-left: auto;
    margin-right: auto;
    z-index: 27;
    padding: 0 0 1.875em;
    width: 100%;
    height: auto;
  }
  /* line 20, sass/bourbon/addons/_clearfix.scss */
  .navigation .submenu-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
/* line 76, sass/structure/_navigation.scss */
.navigation .submenu-container .submenu-cc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 28;
  overflow: hidden;
}
/* line 86, sass/structure/_navigation.scss */
.navigation .nav-logo {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 48.4375%;
  padding: 1.125em 0 0 1.25em;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.navigation .nav-logo:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48.0625em) {
  /* line 86, sass/structure/_navigation.scss */
  .navigation .nav-logo {
    width: 190px;
    padding: 0 0 0 2.5em;
  }
}
/* line 96, sass/structure/_navigation.scss */
.navigation .nav-logo a {
  display: block;
  background-image: url("/images/ecuad-mobile.svg");
  background-size: 180px 45px;
  background-position: -12px -10px;
  width: 160px;
  height: 25px;
  text-indent: -9999em;
}
@media screen and (min-width: 22.5em) {
  /* line 96, sass/structure/_navigation.scss */
  .navigation .nav-logo a {
    display: block;
    background-image: url("/images/ecuad-mobile.svg");
    background-size: 224px 55px;
    background-position: -16px -12px;
    width: 194px;
    height: 30px;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 96, sass/structure/_navigation.scss */
  .navigation .nav-logo a {
    margin-top: 0;
    background-image: url("/images/ecuad-desktop.svg");
    background-repeat: no-repeat;
    background-size: 180px 110px;
    background-position: -22px -15px;
    width: 137px;
    height: 80px;
  }
}
/* line 126, sass/structure/_navigation.scss */
.navigation nav {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  /* line 126, sass/structure/_navigation.scss */
  .navigation nav {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 74.21875%;
    width: auto;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .navigation nav:last-child {
    margin-right: 0;
  }
}
/* line 135, sass/structure/_navigation.scss */
.navigation ul.navigation-menu {
  -webkit-transform-style: preserve-3d;
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 26;
  height: 98px;
  list-style-type: none;
}
/* line 147, sass/structure/_navigation.scss */
.navigation ul.navigation-menu.show {
  display: block;
}
@media screen and (min-width: 48.0625em) {
  /* line 135, sass/structure/_navigation.scss */
  .navigation ul.navigation-menu {
    display: inline;
    padding: 0;
  }
}
/* line 159, sass/structure/_navigation.scss */
.navigation ul li.nav-link {
  overflow: hidden;
  width: 100%;
  z-index: 26;
  margin-top: 2.3125em;
  border-right: 1px solid #e1e2e3;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
}
@media screen and (min-width: 48.0625em) {
  /* line 159, sass/structure/_navigation.scss */
  .navigation ul li.nav-link {
    background: transparent;
    display: inline-block;
    text-decoration: none;
    width: auto;
  }
}
/* line 175, sass/structure/_navigation.scss */
.navigation ul li.nav-link:first-child > a {
  padding-left: 0;
}
/* line 179, sass/structure/_navigation.scss */
.navigation ul li.nav-link a {
  color: #292f35;
  display: inline-block;
  text-decoration: none;
  padding: 0 1.25em;
}
/* line 186, sass/structure/_navigation.scss */
.navigation ul li.nav-link a:hover {
  color: #009ead;
}
/* line 192, sass/structure/_navigation.scss */
.navigation ul li.nav-link:last-child {
  border-right: 0;
}
/* line 195, sass/structure/_navigation.scss */
.navigation ul li.nav-link:last-child > a {
  padding-right: 0;
}
/* line 201, sass/structure/_navigation.scss */
.navigation a#tab-academics.active {
  color: #51bec8;
}
/* line 202, sass/structure/_navigation.scss */
.navigation a#tab-admissions.active {
  color: #09ba66;
}
/* line 203, sass/structure/_navigation.scss */
.navigation a#tab-student-life.active {
  color: #744869;
}
/* line 204, sass/structure/_navigation.scss */
.navigation a#tab-about-us.active {
  color: #ff4a60;
}
/* line 208, sass/structure/_navigation.scss */
.navigation .submenu {
  display: none;
  z-index: 27;
  padding-left: 0;
  background-color: #009ead;
  width: 100%;
  overflow: hidden;
  clip-path: url(/svg/global-clip-paths.svg#svgSubmenuAcademicsNoTab);
  -webkit-clip-path: polygon(0 18.3%, 100% 18.3%, 100% 80%, 0 100%);
}
@media screen and (min-width: 67.5em) {
  /* line 208, sass/structure/_navigation.scss */
  .navigation .submenu {
    top: 5px;
  }
}
/* line 225, sass/structure/_navigation.scss */
.navigation .submenu ul {
  list-style-type: none;
  text-align: left;
  margin: 3em 1.25em 0;
  padding-bottom: 3em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 236, sass/structure/_navigation.scss */
.navigation .submenu ul li {
  list-style: none;
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: auto;
  -moz-align-self: auto;
  align-self: auto;
  -ms-flex-item-align: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 249, sass/structure/_navigation.scss */
.navigation .submenu ul li a {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 0 0.625em;
}
/* line 255, sass/structure/_navigation.scss */
.navigation .submenu ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 67.5em) {
  /* line 249, sass/structure/_navigation.scss */
  .navigation .submenu ul li a {
    padding: 0 2.25em 0 0.625em;
  }
}

/* line 269, sass/structure/_navigation.scss */
.no-smil .navigation .submenu {
  clip: rect(20px, 1280px, 117px, 0px);
}

/* line 274, sass/structure/_navigation.scss */
#submenu-academics {
  background-color: #51bec8;
  background-image: -webkit-linear-gradient(left, #51bec8 0%, #51585c 100%);
  background-image: linear-gradient(to right,#51bec8 0%, #51585c 100%);
}
@media screen and (min-width: 75em) {
  /* line 274, sass/structure/_navigation.scss */
  #submenu-academics {
    clip-path: url(/svg/global-clip-paths.svg#svgSubmenuAcademics);
    -webkit-clip-path: polygon(0 16.5%, 18.8% 16.5%, 18.8% 0, 28% 16.5%, 100% 16.5%, 100% 80%, 0 100%);
  }
}

/* line 281, sass/structure/_navigation.scss */
#submenu-admissions {
  background-color: #09ba66;
  background-image: -webkit-linear-gradient(left, #09ba66 0%, #51585c 100%);
  background-image: linear-gradient(to right,#09ba66 0%, #51585c 100%);
}
@media screen and (min-width: 75em) {
  /* line 281, sass/structure/_navigation.scss */
  #submenu-admissions {
    clip-path: url(/svg/global-clip-paths.svg#svgSubmenuAdmissions);
    -webkit-clip-path: polygon(0 18.3%, 28% 18.3%, 29.5% 0, 35.5% 0, 38.5% 18.3%, 100% 18.3%, 100% 80%, 0 100%);
  }
}

/* line 288, sass/structure/_navigation.scss */
#submenu-student-life {
  background-color: #744869;
  background-image: -webkit-linear-gradient(left, #744869 0%, #51585c 100%);
  background-image: linear-gradient(to right,#744869 0%, #51585c 100%);
}
@media screen and (min-width: 75em) {
  /* line 288, sass/structure/_navigation.scss */
  #submenu-student-life {
    clip-path: url(/svg/global-clip-paths.svg#svgSubmenuStudentLife);
    -webkit-clip-path: polygon(0 18.3%, 39% 18.3%, 41% 0, 43.5% 0, 50.5% 18.3%, 100% 18.3%, 100% 80%, 0 100%);
  }
}

/* line 295, sass/structure/_navigation.scss */
#submenu-about-us {
  background-color: #ff4a60;
  background-image: -webkit-linear-gradient(left, #ff4a60 0%, #51585c 100%);
  background-image: linear-gradient(to right,#ff4a60 0%, #51585c 100%);
}
@media screen and (min-width: 75em) {
  /* line 295, sass/structure/_navigation.scss */
  #submenu-about-us {
    clip-path: url(/svg/global-clip-paths.svg#svgSubmenuAbout);
    -webkit-clip-path: polygon(0 18.3%, 48.5% 18.3%, 54.5% 0, 57% 0, 58.5% 18.3%, 100% 18.3%, 100% 80%, 0 100%);
  }
}

/* line 307, sass/structure/_navigation.scss */
.js-menu-trigger {
  display: block;
  float: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0.3125em 1.25em;
  margin-top: 0.625em;
}
/* line 314, sass/structure/_navigation.scss */
.js-menu-trigger:focus {
  color: #51bec8;
}
/* line 318, sass/structure/_navigation.scss */
.js-menu-trigger span.close {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  /* line 307, sass/structure/_navigation.scss */
  .js-menu-trigger {
    display: none;
  }
}

/* line 328, sass/structure/_navigation.scss */
.navigation-menu-button {
  text-transform: uppercase;
  width: 5.3125em;
}

/* line 333, sass/structure/_navigation.scss */
.navigation-search-button {
  border-right: 1px solid rgba(0, 158, 173, 0.2);
}

/* line 9, sass/structure/_sidebar.scss */
aside.sidebar {
  display: none;
  z-index: 1;
  position: relative;
  margin-top: -7.5em;
  background-color: #292f35;
  color: #e8f2f3;
}
/* line 20, sass/structure/_sidebar.scss */
aside.sidebar a:hover {
  color: #51bec8;
}
@media screen and (min-width: 48.0625em) {
  /* line 9, sass/structure/_sidebar.scss */
  aside.sidebar {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 22.65625%;
    padding: 10.5em 2.5em 12.5em;
    margin-bottom: 6.25em;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  aside.sidebar:last-child {
    margin-right: 0;
  }
  /* line 30, sass/structure/_sidebar.scss */
  aside.sidebar:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: inherit;
    left: 0;
    top: 0;
    right: -1px;
    bottom: -9999px;
  }
}
/* line 43, sass/structure/_sidebar.scss */
aside.sidebar h3 {
  margin-top: 0;
}
/* line 47, sass/structure/_sidebar.scss */
aside.sidebar h3 a {
  color: #fff;
}
/* line 49, sass/structure/_sidebar.scss */
aside.sidebar h3 a:hover {
  color: #51bec8;
}
/* line 54, sass/structure/_sidebar.scss */
aside.sidebar .accordion {
  margin-bottom: 2.5em;
}
/* line 58, sass/structure/_sidebar.scss */
aside.sidebar .accordion:last-child {
  margin-bottom: 0;
}
/* line 64, sass/structure/_sidebar.scss */
aside.sidebar .accordion li a {
  color: #e8f2f3;
}
/* line 67, sass/structure/_sidebar.scss */
aside.sidebar .accordion li a:hover {
  color: #51bec8;
}
/* line 72, sass/structure/_sidebar.scss */
aside.sidebar .accordion li.active > a {
  color: #51bec8;
}
/* line 78, sass/structure/_sidebar.scss */
aside.sidebar .accordion > li > a {
  color: #e8f2f3;
}
/* line 84, sass/structure/_sidebar.scss */
aside.sidebar .accordion .is-expanded > a {
  color: #e8f2f3;
}

@media screen and (min-width: 48.0625em) {
  /* line 12, sass/structure/_footer.scss */
  html {
    position: relative;
    min-height: 100%;
  }

  /* line 16, sass/structure/_footer.scss */
  body {
    margin: 0 0 272px;
  }
}
/* line 21, sass/structure/_footer.scss */
.footer-2 {
  background-color: #51585c;
  padding: 1.5em;
  width: 100%;
  display: inline-block;
  color: #dadada;
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  /* line 30, sass/structure/_footer.scss */
  .footer-2.two-icon-rows {
    height: 17.9375em;
  }
  /* line 35, sass/structure/_footer.scss */
  .footer-2.two-icon-rows:before {
    height: 17.3125em;
  }
  /* line 39, sass/structure/_footer.scss */
  .footer-2.two-icon-rows .copyright {
    padding-top: 3.75em;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 44, sass/structure/_footer.scss */
  .footer-2.two-icon-rows .footer-icons {
    margin-top: -10em;
  }
}
/* line 52, sass/structure/_footer.scss */
.footer-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: -24px;
  overflow: visible;
  width: 100%;
  height: 17em;
  background: #51585c;
  z-index: -1;
  -webkit-transform: skewY(1.5deg);
  -moz-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  -o-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
}
@media screen and (min-width: 48.0625em) {
  /* line 21, sass/structure/_footer.scss */
  .footer-2 {
    padding-top: 2em;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 272px;
    width: 100%;
  }
}
/* line 78, sass/structure/_footer.scss */
.footer-2 h3 {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 1.125em;
  margin-top: 0;
}
/* line 83, sass/structure/_footer.scss */
.footer-2 h3:after {
  display: none;
}
/* line 87, sass/structure/_footer.scss */
.footer-2 h3 a {
  color: #dadada;
}
/* line 89, sass/structure/_footer.scss */
.footer-2 h3 a:hover {
  color: #51bec8;
}
/* line 95, sass/structure/_footer.scss */
.footer-2 ul {
  line-height: 1.5em;
  padding: 0;
}
/* line 99, sass/structure/_footer.scss */
.footer-2 ul li {
  padding: 0 0 0.3125em;
  font-weight: bold;
}
/* line 104, sass/structure/_footer.scss */
.footer-2 ul li a {
  color: #fff;
  text-decoration: none;
}
/* line 108, sass/structure/_footer.scss */
.footer-2 ul li a:focus, .footer-2 ul li a:hover {
  color: #51bec8;
}
@media screen and (min-width: 48.0625em) {
  /* line 117, sass/structure/_footer.scss */
  .footer-2 .footer-address {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 48.4375%;
    margin-left: -103.125%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .footer-2 .footer-address:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 123, sass/structure/_footer.scss */
  .footer-2 .footer-address address.vcard {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 48.4375%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .footer-2 .footer-address address.vcard:last-child {
    margin-right: 0;
  }
}
/* line 127, sass/structure/_footer.scss */
.footer-2 .footer-address address.vcard:last-of-type {
  margin: 0;
}
/* line 133, sass/structure/_footer.scss */
.footer-2 ul.footer-social {
  margin: 0;
  list-style-type: none;
}
/* line 138, sass/structure/_footer.scss */
.footer-2 ul.footer-social li {
  margin: 0 0.625em 0.625em 0;
  display: inline-block;
}
/* line 142, sass/structure/_footer.scss */
.footer-2 ul.footer-social li a {
  border-color: #6f777a;
  border: 2px solid rgba(232, 242, 243, 0.2);
  width: 3.125em;
  height: 3.125em;
  line-height: 2.875em;
  text-align: center;
  display: block;
  font-size: 1em;
}
@media screen and (min-width: 48.0625em) {
  /* line 142, sass/structure/_footer.scss */
  .footer-2 ul.footer-social li a {
    font-size: 0.9375em;
    width: 2.25em;
    height: 2.25em;
    line-height: 2em;
  }
}
/* line 159, sass/structure/_footer.scss */
.footer-2 ul.footer-social li a:focus, .footer-2 ul.footer-social li a:hover {
  color: #51bec8;
  -webkit-border-image: -webkit-linear-gradient( top left, #ffff00 0%, #65ca76 30%, #009ead 66%, #4cdae8 100%, #4cdae8);
  border-image: linear-gradient(to bottom right, #ffff00 0%, #65ca76 30%, #009ead 66%, #4cdae8 100%, #4cdae8);
  border-style: solid;
  border-image-slice: 1;
}
/* line 164, sass/structure/_footer.scss */
.footer-2 ul.footer-social li a:active {
  border: 2px solid #4cdae8;
}
/* line 169, sass/structure/_footer.scss */
.footer-2 ul.footer-social li:last-child {
  padding-right: 0;
}
/* line 172, sass/structure/_footer.scss */
.footer-2 ul.footer-social li:last-child a {
  width: 11.0625em;
  padding: 0 0.625em;
  text-transform: uppercase;
}
@media screen and (min-width: 48.0625em) {
  /* line 172, sass/structure/_footer.scss */
  .footer-2 ul.footer-social li:last-child a {
    width: auto;
  }
}
/* line 187, sass/structure/_footer.scss */
.footer-2 .copyright {
  padding-top: 3.75em;
  font-size: 0.875em;
}

/* line 193, sass/structure/_footer.scss */
.footer-secondary-links {
  margin: 2em 0;
}
@media screen and (min-width: 48.0625em) {
  /* line 193, sass/structure/_footer.scss */
  .footer-secondary-links {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 22.65625%;
    margin-left: -51.5625%;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .footer-secondary-links:last-child {
    margin-right: 0;
  }
}

/* line 205, sass/structure/_footer.scss */
.footer-newsletter, .footer-icons {
  margin: 0 0 2em;
}
@media screen and (min-width: 48.0625em) {
  /* line 205, sass/structure/_footer.scss */
  .footer-newsletter, .footer-icons {
    margin: 2em 0;
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 22.65625%;
    margin-left: 77.34375%;
    margin-top: 0;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .footer-newsletter:last-child, .footer-icons:last-child {
    margin-right: 0;
  }
}

/* line 216, sass/structure/_footer.scss */
.footer-icons {
  margin-bottom: 0;
}
@media screen and (min-width: 31.25em) {
  /* line 216, sass/structure/_footer.scss */
  .footer-icons {
    margin-top: 0;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 216, sass/structure/_footer.scss */
  .footer-icons {
    margin-top: -4.9em;
  }
}
/* line 228, sass/structure/_footer.scss */
.footer-icons a {
  margin-right: 11%;
  margin-top: 13px;
  display: inline-block;
  max-width: 36%;
}
/* line 234, sass/structure/_footer.scss */
.footer-icons a img {
  width: 100%;
}

/* line 238, sass/structure/_footer.scss */
.newsletter-form {
  white-space: nowrap;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.newsletter-form::after {
  clear: both;
  content: "";
  display: table;
}
/* line 242, sass/structure/_footer.scss */
.newsletter-form .newsletter-email {
  overflow: hidden;
  padding-right: 1.25em;
}
/* line 246, sass/structure/_footer.scss */
.newsletter-form .newsletter-email input {
  background-color: #74797d;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  box-shadow: none;
}
/* line 255, sass/structure/_footer.scss */
.newsletter-form .newsletter-submit {
  float: right;
}

/* line 260, sass/structure/_footer.scss */
p.newsletter-result {
  font-size: 0.85em;
  display: none;
}
/* line 264, sass/structure/_footer.scss */
p.newsletter-result.error {
  margin-top: -8px;
  color: #ff4a60;
  font-weight: bold;
}

/* line 3, sass/gui/_accordion.scss */
.accordion li {
  padding: 0 0 1.5625em;
}
/* line 6, sass/gui/_accordion.scss */
.accordion li:last-child {
  padding-bottom: 0;
}
/* line 12, sass/gui/_accordion.scss */
.accordion > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/* line 16, sass/gui/_accordion.scss */
.accordion .submenu {
  display: none;
  margin: 1.25em 0 0 1.25em;
}
/* line 20, sass/gui/_accordion.scss */
.accordion .submenu a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/* line 25, sass/gui/_accordion.scss */
.accordion .is-expanded {
  display: block;
}
/* line 28, sass/gui/_accordion.scss */
.accordion .is-expanded .submenu {
  display: block;
}
@media screen and (min-width: 48.0625em) {
  /* line 28, sass/gui/_accordion.scss */
  .accordion .is-expanded .submenu {
    margin-bottom: 1.25em;
  }
}
/* line 36, sass/gui/_accordion.scss */
.accordion .is-expanded .submenu li ul.submenu {
  display: none;
}

/* line 46, sass/gui/_accordion.scss */
.accordion-content {
  margin: 0 0 1.25em;
  background-color: #e8f2f3;
}
/* line 50, sass/gui/_accordion.scss */
.accordion-content .accordion-container {
  position: relative;
  margin: 0;
  padding: 0.9375em 1.875em;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.accordion-content .accordion-container::after {
  clear: both;
  content: "";
  display: table;
}
/* line 57, sass/gui/_accordion.scss */
.accordion-content .accordion-container.is-expanded a.js-accordion-trigger {
  color: #009ead;
}
/* line 60, sass/gui/_accordion.scss */
.accordion-content .accordion-container.is-expanded .fa {
  color: #292f35;
}
/* line 65, sass/gui/_accordion.scss */
.accordion-content .accordion-container a.js-accordion-trigger {
  color: #292f35;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/* line 70, sass/gui/_accordion.scss */
.accordion-content .accordion-container a.js-accordion-trigger span {
  float: left;
  width: 95%;
}
/* line 76, sass/gui/_accordion.scss */
.accordion-content .accordion-container .fa {
  font-size: 1.0625em;
  float: right;
  font-weight: bold;
  padding-top: 0.3125em;
}
/* line 85, sass/gui/_accordion.scss */
.accordion-content .submenu {
  display: none;
  clear: both;
  margin: 0;
  padding: 1.875em 0 1.25em;
  position: relative;
}
/* line 92, sass/gui/_accordion.scss */
.accordion-content .submenu > :last-child {
  margin-bottom: 0;
}
/* line 96, sass/gui/_accordion.scss */
.accordion-content .submenu > :first-child {
  margin-top: 0;
}

/* line 7, sass/gui/_accordion-tabs.scss */
.accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.accordion-tabs-minimal::after {
  clear: both;
  content: "";
  display: table;
}
/* line 12, sass/gui/_accordion-tabs.scss */
.accordion-tabs-minimal li.tab-header-and-content {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 67.5em) {
  /* line 12, sass/gui/_accordion-tabs.scss */
  .accordion-tabs-minimal li.tab-header-and-content {
    display: inline;
  }
}
/* line 21, sass/gui/_accordion-tabs.scss */
.accordion-tabs-minimal a.tab-link {
  background-color: #fff;
  border-top: 1px solid #ddd;
  color: #009ead;
  display: block;
  font-weight: 400;
  padding: 1.25em 0;
  text-decoration: none;
}
@media screen and (min-width: 67.5em) {
  /* line 21, sass/gui/_accordion-tabs.scss */
  .accordion-tabs-minimal a.tab-link {
    padding: 0.9375em 1.25em;
    display: inline-block;
    border-top: 0;
  }
}
/* line 36, sass/gui/_accordion-tabs.scss */
.accordion-tabs-minimal a.tab-link:hover {
  color: #292f35;
}
/* line 40, sass/gui/_accordion-tabs.scss */
.accordion-tabs-minimal a.tab-link:focus {
  outline: none;
}
/* line 44, sass/gui/_accordion-tabs.scss */
.accordion-tabs-minimal a.tab-link.is-active {
  border-bottom: 0;
}
@media screen and (min-width: 67.5em) {
  /* line 44, sass/gui/_accordion-tabs.scss */
  .accordion-tabs-minimal a.tab-link.is-active {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    margin-bottom: -1px;
  }
}
/* line 55, sass/gui/_accordion-tabs.scss */
.accordion-tabs-minimal .tab-content {
  display: none;
  padding: 1.25em;
  width: 100%;
}
@media screen and (min-width: 67.5em) {
  /* line 55, sass/gui/_accordion-tabs.scss */
  .accordion-tabs-minimal .tab-content {
    padding: 2.5em 0 1.25em;
    border-top: 1px solid #ddd;
    float: left;
  }
}

@media screen and (max-width: 48em) {
  /* line 15, sass/gui/_sliding-panel.scss */
  body.sliding-panel-open {
    overflow: hidden;
  }
  /* line 20, sass/gui/_sliding-panel.scss */
  body.sliding-panel-open .navigation {
    position: fixed;
    top: 0;
    left: 0;
  }
  /* line 28, sass/gui/_sliding-panel.scss */
  body.sliding-panel-open #wrapper {
    margin-top: 70px;
  }
  /* line 33, sass/gui/_sliding-panel.scss */
  body.sliding-panel-open #js-mobile-menu .open {
    display: none;
  }
  /* line 34, sass/gui/_sliding-panel.scss */
  body.sliding-panel-open #js-mobile-menu .close {
    display: block;
  }
}

/* line 40, sass/gui/_sliding-panel.scss */
.sliding-panel-content {
  visibility: hidden;
  position: fixed;
  top: 66px;
  right: auto;
  bottom: 0;
  left: 0;
  width: 284px;
  -webkit-transform: translateX(-284px);
  -moz-transform: translateX(-284px);
  -ms-transform: translateX(-284px);
  -o-transform: translateX(-284px);
  transform: translateX(-284px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #fff;
  z-index: 500;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 52, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: block;
}
/* line 56, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul li a:hover, .sliding-panel-content ul li a:focus, .sliding-panel-content ul li a:active {
  color: #51bec8;
}
/* line 61, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion {
  width: 284px;
}
/* line 64, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion li {
  padding: 0;
  line-height: 1.5em;
  border-bottom: 1px solid #f0f0f1;
}
/* line 69, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion li:last-child {
  border-bottom: none;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.sliding-panel-content ul.accordion li .sliding-panel-link::after {
  clear: both;
  content: "";
  display: table;
}
/* line 76, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion li .sliding-panel-link a.sliding-panel-title-link {
  color: #fff;
  display: block;
  float: left;
  padding: 0.875em 1.25em;
  width: 230px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 84, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion li .sliding-panel-link .sliding-panel-expand-submenu {
  color: #fff;
  float: left;
  padding: 0;
}
/* line 89, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion li .sliding-panel-link .fa {
  color: #b3b5b7;
}
/* line 95, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion li a.full-link {
  color: #fff;
  padding: 0.875em 1.25em;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.sliding-panel-content ul.accordion li a.full-link::after {
  clear: both;
  content: "";
  display: table;
}
/* line 101, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion li a.full-link.js-accordion-trigger {
  padding: 0;
  color: #292f35;
}
/* line 105, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.accordion li a.full-link.js-accordion-trigger span {
  display: block;
  float: left;
  padding: 0.875em 1.25em;
  width: 230px;
}
/* line 121, sass/gui/_sliding-panel.scss */
.sliding-panel-content .fa {
  line-height: 2.75em;
  padding: 0 1.25em;
}
/* line 127, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu {
  margin: 0;
  background-color: #292f35;
}
/* line 131, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
/* line 134, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu li ul.submenu {
  background-color: rgba(104, 103, 108, 0.7);
}
/* line 138, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu li ul.submenu li ul.submenu li {
  padding: 0 0 0 1.25em;
}
/* line 146, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu li.active {
  background-color: #009ead;
  border-bottom: 1px solid #009ead;
  border-bottom-color: #009ead;
}
/* line 152, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu li.active ul.submenu {
  background-color: #51585c;
  border-bottom: 1px solid #51585c;
  border-bottom-color: #51585c;
}
/* line 157, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu li.active ul.submenu ul.submenu {
  background-color: #68676c;
  border-bottom: 1px solid #68676c;
  border-bottom-color: #68676c;
}
/* line 165, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu li.active a {
  color: white;
}
/* line 169, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.submenu li.active a.sliding-panel-expand-submenu i.fa {
  color: white;
}
/* line 178, sass/gui/_sliding-panel.scss */
.sliding-panel-content.is-visible {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 48.0625em) {
  /* line 40, sass/gui/_sliding-panel.scss */
  .sliding-panel-content {
    display: none;
  }
}
/* line 188, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.header-nav {
  background-color: #f0f0f1;
  padding: 0.9375em 0;
  clip-path: url(/svg/global-clip-paths.svg#svgHeaderNavMobile);
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
}
/* line 194, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.header-nav li {
  line-height: 1.5em;
}
/* line 198, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.header-nav li.active a {
  color: #009ead;
}
/* line 204, sass/gui/_sliding-panel.scss */
.sliding-panel-content ul.header-nav a {
  color: #90898b;
  padding: 0 1.25em;
  line-height: 2.75em;
}

/* line 213, sass/gui/_sliding-panel.scss */
.sliding-panel-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 499;
}
/* line 221, sass/gui/_sliding-panel.scss */
.sliding-panel-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}
@media screen and (min-width: 48.0625em) {
  /* line 213, sass/gui/_sliding-panel.scss */
  .sliding-panel-fade-screen {
    display: none;
  }
}

/* line 7, sass/gui/_content-banner.scss */
.frame {
  z-index: 15;
  position: relative;
  transition: all 0.35s ease-in-out;
  display: block;
  margin: 0 -1px;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.frame::after {
  clear: both;
  content: "";
  display: table;
}

/* line 15, sass/gui/_content-banner.scss */
#banner {
  height: 17.1875em;
  display: block;
  background-size: cover;
  transition: all 0.35s ease-in-out;
  clip-path: url(/svg/global-clip-paths.svg#svgBannerMobile);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 15, sass/gui/_content-banner.scss */
  #banner {
    height: 30em;
    background: no-repeat fixed top center;
    clip-path: url(/svg/global-clip-paths.svg#svgBanner);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 22.65625% 100%, 0 80%);
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 30, sass/gui/_content-banner.scss */
  #banner.phase-2 {
    clip-path: url(/svg/global-clip-paths.svg#svgBannerPhase2);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 22.65625% 90%, 0 100%);
  }
}
/* line 36, sass/gui/_content-banner.scss */
#banner.no-sidebar {
  height: 250px;
  clip-path: url(/svg/global-clip-paths.svg#svgPageHeaderMobile);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media screen and (min-width: 31.25em) {
  /* line 36, sass/gui/_content-banner.scss */
  #banner.no-sidebar {
    clip-path: url(/svg/global-clip-paths.svg#svgPageHeaderTablet);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 36, sass/gui/_content-banner.scss */
  #banner.no-sidebar {
    height: 400px;
    clip-path: url(/svg/global-clip-paths.svg#svgPageHeader);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  }
}

/* line 5, sass/gui/_hover-title.scss */
.hover-tile-row {
  margin: 2.5em 0 0;
  padding: 1.25em;
  display: block;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.hover-tile-row::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48.0625em) {
  /* line 5, sass/gui/_hover-title.scss */
  .hover-tile-row {
    padding: 0;
  }
}
/* line 14, sass/gui/_hover-title.scss */
.hover-tile-row h3 {
  margin-top: 0;
}

/* line 19, sass/gui/_hover-title.scss */
.hover-tile-outer {
  background-position: top;
  background-size: cover;
  background-color: rgba(41, 47, 53, 0.7);
  display: block;
  height: 11.5625em;
  margin-bottom: 2.5em;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  width: 290px;
}
/* line 32, sass/gui/_hover-title.scss */
.hover-tile-outer:hover {
  color: #fff;
}
@media screen and (min-width: 48.0625em) {
  /* line 19, sass/gui/_hover-title.scss */
  .hover-tile-outer {
    float: left;
    display: block;
    margin-right: 4.21053%;
    width: 30.52632%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .hover-tile-outer:last-child {
    margin-right: 0;
  }
}
/* line 40, sass/gui/_hover-title.scss */
.hover-tile-outer.hover-tile-no-bg {
  background-color: rgba(238, 238, 238, 0);
  background-image: -webkit-linear-gradient(top left, #ffff00 0%, rgba(9, 186, 102, 0.5) 30%, rgba(0, 158, 173, 0.5) 60%, rgba(76, 218, 232, 0.5) 100%);
  background-image: linear-gradient(to bottom right,#ffff00 0%, rgba(9, 186, 102, 0.5) 30%, rgba(0, 158, 173, 0.5) 60%, rgba(76, 218, 232, 0.5) 100%);
}

/* line 45, sass/gui/_hover-title.scss */
.hover-tile-container {
  height: 11.5625em;
  overflow: hidden;
}

/* line 50, sass/gui/_hover-title.scss */
.hover-tile-container:hover > .hover-tile {
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/* line 55, sass/gui/_hover-title.scss */
.hover-tile {
  -webkit-transition: all, 0.2s ease-in-out;
  -moz-transition: all, 0.2s ease-in-out;
  transition: all, 0.2s ease-in-out;
  background: inherit;
  color: white;
  height: inherit;
  overflow: hidden;
  padding: 1.5em;
}

/* line 64, sass/gui/_hover-title.scss */
.hover-tile-visible {
  z-index: 2;
}

/* line 68, sass/gui/_hover-title.scss */
.hover-tile-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3.4375em;
  width: 100%;
  background-color: #009ead;
  color: #fff;
  z-index: 3;
  text-align: center;
  clip-path: url("/svg/global-clip-paths.svg#svgHoverTileBar");
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

/* line 84, sass/gui/_hover-title.scss */
.hover-tile-outer:nth-child(odd) .hover-tile-bar {
  clip-path: url("/svg/global-clip-paths.svg#svgHoverTileBarEven");
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

/* line 89, sass/gui/_hover-title.scss */
.hover-tile-bar-text {
  margin: 7px -1px 0;
  line-height: 3em;
}

/* line 94, sass/gui/_hover-title.scss */
.hover-tile-hidden {
  background: rgba(41, 47, 53, 0.7);
}
/* line 97, sass/gui/_hover-title.scss */
.hover-tile-hidden p {
  color: #fff;
}

/* line 5, sass/gui/_block-grid.scss */
.block-grid-container {
  margin: 0 0 4em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
/* line 11, sass/gui/_block-grid.scss */
.block-grid-container h3 {
  margin-bottom: 35px;
  margin-top: 0;
}
@media screen and (min-width: 48.0625em) {
  /* line 11, sass/gui/_block-grid.scss */
  .block-grid-container h3 {
    transition: .5s all ease-in-out;
  }
}

/* line 20, sass/gui/_block-grid.scss */
a.block-grid {
  margin-bottom: 6em;
  color: #292f35;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  /* line 20, sass/gui/_block-grid.scss */
  a.block-grid {
    width: 30.52632%;
    margin-right: 3.125%;
  }
  /* line 78, sass/neat/grid/_omega.scss */
  a.block-grid:nth-child(3n) {
    margin-right: 0;
  }
  /* line 83, sass/neat/grid/_omega.scss */
  a.block-grid:nth-child(3n+1) {
    clear: left;
  }
  /* line 35, sass/gui/_block-grid.scss */
  a.block-grid:hover h3 {
    color: #009ead;
  }
  /* line 41, sass/gui/_block-grid.scss */
  a.block-grid:hover .block-grid-image:before {
    opacity: 1;
  }
}

/* line 49, sass/gui/_block-grid.scss */
.block-grid-image {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
/* line 54, sass/gui/_block-grid.scss */
.block-grid-image img {
  height: 100%;
}
@media screen and (min-width: 85.3125em) {
  /* line 49, sass/gui/_block-grid.scss */
  .block-grid-image {
    width: 267px;
    height: 169px;
  }
}
/* line 63, sass/gui/_block-grid.scss */
.block-grid-image:before {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(238, 238, 238, 0);
  background-image: -webkit-linear-gradient(right, rgba(0, 158, 173, 0.5) 0%, rgba(81, 88, 92, 0.5) 100%);
  background-image: linear-gradient(to left,rgba(0, 158, 173, 0.5) 0%, rgba(81, 88, 92, 0.5) 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 63, sass/gui/_block-grid.scss */
  .block-grid-image:before {
    transition: .5s all ease-in-out;
  }
}

/* line 82, sass/gui/_block-grid.scss */
.block-grid-gradient {
  max-width: 290px;
  height: 169px;
}
@media screen and (min-width: 48.0625em) {
  /* line 82, sass/gui/_block-grid.scss */
  .block-grid-gradient {
    height: 100px;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 82, sass/gui/_block-grid.scss */
  .block-grid-gradient {
    height: 150px;
  }
}
@media screen and (min-width: 67.5em) {
  /* line 82, sass/gui/_block-grid.scss */
  .block-grid-gradient {
    height: 169px;
  }
}

/* line 98, sass/gui/_block-grid.scss */
.block-grid-gradient-0 {
  background-color: rgba(255, 74, 96, 0);
  background-image: -webkit-linear-gradient(top left, #ff4a60 0%, #7f4fad 100%);
  background-image: linear-gradient(to bottom right,#ff4a60 0%, #7f4fad 100%);
}

/* line 101, sass/gui/_block-grid.scss */
.block-grid-gradient-1 {
  background-color: rgba(127, 79, 173, 0);
  background-image: -webkit-linear-gradient(top left, #7f4fad 0%, #4590e8 50%, #aaf8f8 100%);
  background-image: linear-gradient(to bottom right,#7f4fad 0%, #4590e8 50%, #aaf8f8 100%);
}

/* line 104, sass/gui/_block-grid.scss */
.block-grid-gradient-2 {
  background-color: rgba(238, 238, 238, 0);
  background-image: -webkit-linear-gradient(top left, #ffff00 0%, rgba(9, 186, 102, 0.5) 30%, rgba(0, 158, 173, 0.5) 60%, rgba(76, 218, 232, 0.5) 100%);
  background-image: linear-gradient(to bottom right,#ffff00 0%, rgba(9, 186, 102, 0.5) 30%, rgba(0, 158, 173, 0.5) 60%, rgba(76, 218, 232, 0.5) 100%);
}

/* line 108, sass/gui/_block-grid.scss */
.block-grid-description {
  margin: 1.5em 0 0;
}
/* line 111, sass/gui/_block-grid.scss */
.block-grid-description p {
  margin-bottom: 0;
}

/* line 1, sass/gui/_responsive-video.scss */
.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
/* line 7, sass/gui/_responsive-video.scss */
.video-wrapper embed,
.video-wrapper object,
.video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

/* line 16, sass/gui/_responsive-video.scss */
.video-container h3 {
  margin: 0.625em 0 1.875em;
}

/* line 1, sass/gui/_pagination.scss */
.pagination {
  display: block;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.pagination::after {
  clear: both;
  content: "";
  display: table;
}
/* line 3, sass/gui/_pagination.scss */
.pagination .prev, .pagination .next {
  float: left;
  display: block;
  margin-right: 6.45161%;
  width: 46.77419%;
  min-height: 1px;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.pagination .prev:last-child, .pagination .next:last-child {
  margin-right: 0;
}
/* line 8, sass/gui/_pagination.scss */
.pagination .next {
  text-align: right;
}
/* line 11, sass/gui/_pagination.scss */
.pagination .show-more {
  float: left;
  display: block;
  margin-right: 6.45161%;
  width: 100%;
  text-align: center;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.pagination .show-more:last-child {
  margin-right: 0;
}

/* line 1, sass/gui/_admin-panel.scss */
#admin-panel {
  padding: 0 0 1.25em;
}

/* line 7, sass/gui/_modal.scss */
.modal label {
  cursor: pointer;
  margin-bottom: 0;
}
/* line 12, sass/gui/_modal.scss */
.modal .modal-trigger {
  color: #51bec8;
  padding-right: 1.5625em;
  background: transparent url("/images/play-icon.png") no-repeat 100% 83%;
}
/* line 17, sass/gui/_modal.scss */
.modal .modal-trigger:hover {
  color: #fff;
}
/* line 22, sass/gui/_modal.scss */
.modal .modal-state {
  display: none;
}

/* line 28, sass/gui/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 32, sass/gui/_modal.scss */
.modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 2000;
}
@media screen and (min-width: 53.75em) {
  /* line 32, sass/gui/_modal.scss */
  .modal-fade-screen {
    padding-top: 10em;
  }
}
/* line 46, sass/gui/_modal.scss */
.modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

/* line 52, sass/gui/_modal.scss */
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.5em;
  width: 2.5em;
  background: #000;
  cursor: pointer;
  z-index: 2001;
  border: 2px solid;
  -webkit-border-image: -webkit-linear-gradient( top left, #ffff00 0%, #65ca76 30%, #009ead 66%, #4cdae8 100%, #4cdae8);
  border-image: linear-gradient(to bottom right, #ffff00 0%, #65ca76 30%, #009ead 66%, #4cdae8 100%, #4cdae8);
  border-style: solid;
  border-image-slice: 1;
  padding: 0.625em;
}
/* line 63, sass/gui/_modal.scss */
.modal-close:after, .modal-close:before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 1.25em;
  width: 0.15em;
  background: #009ead;
  content: '';
  display: block;
  margin: -3px 0 0 -1px;
}
/* line 74, sass/gui/_modal.scss */
.modal-close:hover:after, .modal-close:hover:before {
  background: #006f7a;
}
/* line 79, sass/gui/_modal.scss */
.modal-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 84, sass/gui/_modal.scss */
.modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: transparent;
  border-radius: 0;
  margin: auto;
  overflow: auto;
  padding: 0.5em;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 48.0625em) {
  /* line 84, sass/gui/_modal.scss */
  .modal-inner {
    padding: 1em;
    width: 60%;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 84, sass/gui/_modal.scss */
  .modal-inner {
    width: 60%;
  }
}

/* line 109, sass/gui/_modal.scss */
body.modal-open .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
/* line 114, sass/gui/_modal.scss */
body.modal-open .modal-fade-screen .modal-inner {
  top: 0.5em;
}

/* line 4, sass/gui/_search.scss */
.nav-search {
  float: right;
  margin: 0;
  padding: 0 0 0 1em;
  border-left: 1px solid rgba(0, 158, 173, 0.2);
}
@media screen and (min-width: 53.75em) {
  /* line 4, sass/gui/_search.scss */
  .nav-search {
    margin: 0 0 0 1em;
  }
}

/* line 16, sass/gui/_search.scss */
.nav-search-form {
  white-space: nowrap;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.nav-search-form::after {
  clear: both;
  content: "";
  display: table;
}
/* line 20, sass/gui/_search.scss */
.nav-search-form button {
  float: right;
  margin-left: 0.3125em;
}
/* line 25, sass/gui/_search.scss */
.nav-search-form .nav-search-input {
  width: 12.5em;
  float: left;
  margin-bottom: 0;
  height: 2em;
  border: 0 none;
}

/* line 34, sass/gui/_search.scss */
.btn-search {
  border: none;
  min-width: inherit;
  height: 2em;
  padding: 0.625em;
  float: right;
}
/* line 41, sass/gui/_search.scss */
.btn-search span {
  display: none;
}

/* line 48, sass/gui/_search.scss */
#sliding-panel-search {
  background-color: rgba(81, 88, 92, 0);
  background-image: -webkit-linear-gradient(top, #51585c 0%, #009ead 100%);
  background-image: linear-gradient(to bottom,#51585c 0%, #009ead 100%);
}
/* line 53, sass/gui/_search.scss */
#sliding-panel-search.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 57, sass/gui/_search.scss */
#sliding-panel-search .nav-search-input {
  width: 100%;
  height: 2.75em;
  float: none;
  border: 2px solid #fff;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
/* line 69, sass/gui/_search.scss */
#sliding-panel-search .nav-search {
  float: none;
  margin: 0;
  padding: 1.25em;
  border-left: none;
  height: 2.75em;
}
/* line 77, sass/gui/_search.scss */
#sliding-panel-search .btn-search {
  display: block;
  float: none;
  color: #fff;
  border: 2px solid #fff;
  padding: 0;
  width: 100%;
  height: 2.75em;
  margin: 0.625em 0 0;
  text-align: center;
}
/* line 88, sass/gui/_search.scss */
#sliding-panel-search .btn-search .fa {
  display: none;
}
/* line 91, sass/gui/_search.scss */
#sliding-panel-search .btn-search span {
  display: block;
  text-transform: uppercase;
}
/* line 96, sass/gui/_search.scss */
#sliding-panel-search .btn-search:focus {
  background-color: transparent;
}

/* line 1, sass/gui/_content-matrix.scss */
.content-matrix-button {
  text-align: center;
}

/* line 1, sass/gui/_sponsors-matrix.scss */
div.sponsor-matrix {
  text-align: center;
}
/* line 4, sass/gui/_sponsors-matrix.scss */
div.sponsor-matrix a {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
/* line 10, sass/gui/_sponsors-matrix.scss */
div.sponsor-matrix h1 {
  margin-top: 35px;
  text-align: left;
}

/* line 3, sass/gui/_image-credit.scss */
.channel-entry-wrapper .main-image-container p {
  margin-bottom: 0;
}

/* line 7, sass/gui/_image-credit.scss */
.main-image-container {
  display: inline-block;
  position: relative;
  margin-bottom: 1.25em;
  width: 100%;
}
/* line 13, sass/gui/_image-credit.scss */
.main-image-container .profile-img {
  margin-bottom: 0;
}

/* line 19, sass/gui/_image-credit.scss */
.image-credit--box {
  position: absolute;
  padding: 0;
  width: 90px;
  background: #51585c;
}
/* line 25, sass/gui/_image-credit.scss */
.image-credit--box__bottom-expanded {
  width: 332px;
  max-width: 100%;
  bottom: 6px;
  right: 0;
  clip-path: url(/svg/global-clip-paths.svg#svgCreditBottomExp);
  -webkit-clip-path: polygon(6px 128px, 100% 128px, 100% 0px, 36px 0px);
}
/* line 33, sass/gui/_image-credit.scss */
.image-credit--box__bottom-minimized {
  height: 62px;
  bottom: 6px;
  right: 0;
  clip-path: url(/svg/global-clip-paths.svg#svgCreditBottomMin);
  -webkit-clip-path: polygon(6px 90px, 300px 90px, 300px 0px, 24px 0px);
}
/* line 40, sass/gui/_image-credit.scss */
.image-credit--box__top-expanded {
  width: 332px;
  top: 0;
  right: 0;
  clip-path: url(/svg/global-clip-paths.svg#svgCreditTopExp);
  -webkit-clip-path: polygon(66px 128px, 100% 128px, 100% 0px, 6px 0px);
}
/* line 46, sass/gui/_image-credit.scss */
.image-credit--box__top-expanded svg.icon--svg__close {
  margin-top: 4px;
}
/* line 51, sass/gui/_image-credit.scss */
.image-credit--box__top-minimized {
  height: 62px;
  top: 0;
  right: 0;
  clip-path: url(/svg/global-clip-paths.svg#svgCreditTopMin);
  -webkit-clip-path: polygon(66px 150px, 100% 100%, 100% 0px, 6px 0px);
}
/* line 58, sass/gui/_image-credit.scss */
.image-credit--box.no-description {
  height: 62px;
  width: 275px;
}
/* line 62, sass/gui/_image-credit.scss */
.image-credit--box.no-description .image-credit--author {
  display: inline-block;
  margin-left: 0;
  margin-top: -15px;
  width: 70%;
}
/* line 69, sass/gui/_image-credit.scss */
.image-credit--box.no-description .icon--svg__close {
  margin-top: 6px;
}
/* line 75, sass/gui/_image-credit.scss */
.image-credit--box .icon--svg {
  height: 16px;
  width: 16px;
  display: inline-block;
  fill: #ffffff;
  vertical-align: top;
  margin-right: 12px;
}
/* line 83, sass/gui/_image-credit.scss */
.image-credit--box .icon--svg__plus {
  margin-top: 6px;
}
/* line 87, sass/gui/_image-credit.scss */
.image-credit--box .icon--svg__close {
  margin-top: 7px;
}
/* line 91, sass/gui/_image-credit.scss */
.image-credit--box .icon--svg__link {
  vertical-align: top;
}

/* line 99, sass/gui/_image-credit.scss */
.image-credit--inner-box {
  width: auto;
  height: 100%;
  padding-top: 22px;
  margin: 0 0 0 18px;
  text-align: center;
}
/* line 108, sass/gui/_image-credit.scss */
.image-credit--box .image-credit--inner-box {
  padding-top: 18px;
  margin-left: 32px;
  padding-bottom: 25px;
}
/* line 115, sass/gui/_image-credit.scss */
.image-credit--link {
  color: #ffffff;
  display: block;
  font-size: 12px;
}
/* line 119, sass/gui/_image-credit.scss */
.image-credit--link:hover, .image-credit--link:focus {
  color: #009ead;
}
/* line 123, sass/gui/_image-credit.scss */
.image-credit--link.image-credit--author {
  color: #51bec8;
}
/* line 126, sass/gui/_image-credit.scss */
.image-credit--link.image-credit--author:hover {
  color: #ffffff;
}
/* line 132, sass/gui/_image-credit.scss */
.image-credit--author {
  font-weight: 600;
  text-align: left;
  margin-left: 61px;
  margin-top: 12px;
  font-size: 12px;
  color: #ffffff;
}

/* line 144, sass/gui/_image-credit.scss */
.image-credit--box__showcase {
  top: 0;
  right: 0;
}

/* line 149, sass/gui/_image-credit.scss */
.image-caption__expanded {
  display: inline-block;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  width: 70%;
}

/* line 48, sass/pages/_page-homepage.scss */
.homepage-wrapper h2 {
  color: #fff;
  font-size: 1.5em;
  margin-top: 0.3125em;
  position: relative;
  margin-bottom: 1.5em;
}
/* line 78, sass/base/_mixins.scss */
.homepage-wrapper h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  overflow: visible;
  width: 40px;
  height: 3px;
  background-color: #fff;
}
/* line 55, sass/pages/_page-homepage.scss */
.homepage-wrapper .box-clean {
  background: #e8f2f3;
}
/* line 58, sass/pages/_page-homepage.scss */
.homepage-wrapper .box-clean h2 {
  color: #292f35;
}
/* line 93, sass/base/_mixins.scss */
.homepage-wrapper .box-clean h2:after {
  background-color: #51bec8;
}
/* line 62, sass/pages/_page-homepage.scss */
.homepage-wrapper .box-clean a.homepage-news-content {
  color: #292f35;
  background: transparent;
}
/* line 66, sass/pages/_page-homepage.scss */
.homepage-wrapper .box-clean a.homepage-news-content:hover, .homepage-wrapper .box-clean a.homepage-news-content:focus {
  color: #292f35;
}
/* line 69, sass/pages/_page-homepage.scss */
.homepage-wrapper .box-clean a.homepage-news-content:hover h2, .homepage-wrapper .box-clean a.homepage-news-content:focus h2 {
  color: #fff;
}
/* line 93, sass/base/_mixins.scss */
.homepage-wrapper .box-clean a.homepage-news-content:hover h2:after, .homepage-wrapper .box-clean a.homepage-news-content:focus h2:after {
  background-color: #fff;
}
/* line 75, sass/pages/_page-homepage.scss */
.homepage-wrapper .box-clean p {
  color: #fff;
}
/* line 83, sass/pages/_page-homepage.scss */
.homepage-wrapper .box-dark h2 {
  color: #fff;
}
/* line 93, sass/base/_mixins.scss */
.homepage-wrapper .box-dark h2:after {
  background-color: #51bec8;
}
/* line 88, sass/pages/_page-homepage.scss */
.homepage-wrapper .feature-link {
  display: block;
  overflow: hidden;
  position: relative;
}
/* line 93, sass/pages/_page-homepage.scss */
.homepage-wrapper .feature-link .feature-content {
  z-index: 2;
  position: relative;
}
/* line 99, sass/pages/_page-homepage.scss */
.homepage-wrapper .feature-link:hover:before {
  opacity: 1;
}
@media screen and (min-width: 48.0625em) {
  /* line 104, sass/pages/_page-homepage.scss */
  .homepage-wrapper .feature-link:hover h2 {
    color: #fff;
  }
  /* line 93, sass/base/_mixins.scss */
  .homepage-wrapper .feature-link:hover h2:after {
    background-color: #fff;
  }
}
/* line 110, sass/pages/_page-homepage.scss */
.homepage-wrapper .feature-link:before {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 48.0625em) {
  /* line 110, sass/pages/_page-homepage.scss */
  .homepage-wrapper .feature-link:before {
    transition: .5s all ease-in-out;
  }
}
/* line 127, sass/pages/_page-homepage.scss */
.homepage-wrapper .homepage-feature-cc {
  display: block;
  top: 0;
  z-index: 1;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.homepage-wrapper .homepage-feature-cc::after {
  clear: both;
  content: "";
  display: table;
}
/* line 134, sass/pages/_page-homepage.scss */
.homepage-wrapper .feature-content {
  display: block;
  color: #fff;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.homepage-wrapper .feature-content::after {
  clear: both;
  content: "";
  display: table;
}
/* line 139, sass/pages/_page-homepage.scss */
.homepage-wrapper .feature-content p {
  display: none;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 48.0625em) {
  /* line 144, sass/pages/_page-homepage.scss */
  .homepage-wrapper .feature-content p {
    display: block;
  }
}
/* line 147, sass/pages/_page-homepage.scss */
.homepage-wrapper .feature-content .feature-sm-image {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  /* line 147, sass/pages/_page-homepage.scss */
  .homepage-wrapper .feature-content .feature-sm-image {
    display: block;
  }
}
/* line 156, sass/pages/_page-homepage.scss */
.homepage-wrapper .feature-copy {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48.0625em) {
  /* line 156, sass/pages/_page-homepage.scss */
  .homepage-wrapper .feature-copy {
    float: none;
  }
}

/* line 169, sass/pages/_page-homepage.scss */
.homepage-container {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 100%;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.homepage-container:last-child {
  margin-right: 0;
}

@media screen and (min-width: 48.0625em) {
  /* line 173, sass/pages/_page-homepage.scss */
  .homepage-row {
    display: block;
    overflow: hidden;
    position: relative;
  }
  /* line 20, sass/bourbon/addons/_clearfix.scss */
  .homepage-row::after {
    clear: both;
    content: "";
    display: table;
  }
  /* line 20, sass/bourbon/addons/_clearfix.scss */
  .homepage-row::after {
    clear: both;
    content: "";
    display: table;
  }
}

/* line 186, sass/pages/_page-homepage.scss */
.homepage-hero-container {
  z-index: 9;
  height: 408px;
}
@media screen and (min-width: 31.25em) {
  /* line 186, sass/pages/_page-homepage.scss */
  .homepage-hero-container {
    height: 508px;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 186, sass/pages/_page-homepage.scss */
  .homepage-hero-container {
    height: auto;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #ff3366 0%, #ff4a60 50%, #7f4fad 100%);
    background-image: linear-gradient(to right,#ff3366 0%, #ff4a60 50%, #7f4fad 100%);
    padding-bottom: 15px;
  }
}

/* line 202, sass/pages/_page-homepage.scss */
.no-smil .homepage-hero-container {
  padding-bottom: 6px;
}

/* line 208, sass/pages/_page-homepage.scss */
.homepage-hero-row {
  position: relative;
  height: 406px;
}
@media screen and (min-width: 48.0625em) {
  /* line 208, sass/pages/_page-homepage.scss */
  .homepage-hero-row {
    margin-bottom: 0;
    height: 500px;
  }
}

/* line 219, sass/pages/_page-homepage.scss */
.homepage-hero-bg-container {
  height: 265px;
}
@media screen and (min-width: 31.25em) {
  /* line 219, sass/pages/_page-homepage.scss */
  .homepage-hero-bg-container {
    height: 365px;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 219, sass/pages/_page-homepage.scss */
  .homepage-hero-bg-container {
    height: auto;
    background: none;
    margin: -1px -1px 0 -1px;
  }
}

/* line 234, sass/pages/_page-homepage.scss */
.homepage-hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 265px;
  width: 100%;
  position: relative;
  z-index: 9;
  clip-path: url(/svg/global-clip-paths.svg#svgHeroMobile);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
@media screen and (max-width: 48em) {
  /* line 234, sass/pages/_page-homepage.scss */
  .homepage-hero-bg {
    background-position: top center !important;
  }
}
@media screen and (min-width: 31.25em) {
  /* line 234, sass/pages/_page-homepage.scss */
  .homepage-hero-bg {
    height: 365px;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 234, sass/pages/_page-homepage.scss */
  .homepage-hero-bg {
    height: 500px;
    clip-path: url(/svg/global-clip-paths.svg#svgHero);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    background-size: auto;
  }
}

/* line 265, sass/pages/_page-homepage.scss */
.homepage-hero-caption-container {
  height: 200px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #7f4fad 0%, #ff4a60 50%, #ff3366 100%);
  background-image: linear-gradient(to right,#7f4fad 0%, #ff4a60 50%, #ff3366 100%);
}
@media screen and (min-width: 31.25em) {
  /* line 265, sass/pages/_page-homepage.scss */
  .homepage-hero-caption-container {
    height: 218px;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 265, sass/pages/_page-homepage.scss */
  .homepage-hero-caption-container {
    height: auto;
    background: none;
  }
}

/* line 282, sass/pages/_page-homepage.scss */
.homepage-hero-caption {
  position: absolute;
  z-index: 8;
  text-align: left;
  width: 100%;
  top: 206px;
  height: 185px;
  background-color: #51585c;
  color: #fff;
}
@media screen and (max-width: 48em) {
  /* line 282, sass/pages/_page-homepage.scss */
  .homepage-hero-caption {
    top: 206px !important;
    clip-path: url(/svg/global-clip-paths.svg#svgHeroCaptionMobile);
    -webkit-clip-path: polygon(0 0, 100% 28%, 100% 72%, 0 100%);
  }
}
@media screen and (min-width: 31.25em) and (max-width: 48em) {
  /* line 282, sass/pages/_page-homepage.scss */
  .homepage-hero-caption {
    top: 288px !important;
    height: 203px;
    clip-path: url(/svg/global-clip-paths.svg#svgHeroCaptionSmall);
    -webkit-clip-path: polygon(0 0, 100% 26%, 100% 74%, 0 100%);
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 282, sass/pages/_page-homepage.scss */
  .homepage-hero-caption {
    z-index: 10;
    width: auto;
    min-width: 254px;
    max-width: 354px;
    height: 128px;
    top: 40%;
    float: left;
    clip-path: url(/svg/global-clip-paths.svg#svgHeroCaption);
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 318, sass/pages/_page-homepage.scss */
  .homepage-hero-caption.homepage-hero-caption-video {
    top: 35%;
    height: 172px;
  }
}
/* line 325, sass/pages/_page-homepage.scss */
.homepage-hero-caption .homepage-hero-caption-content {
  padding: 2.75em 1.25em 2.5em;
  width: 80%;
  background-color: #51585c;
}
/* line 330, sass/pages/_page-homepage.scss */
.homepage-hero-caption .homepage-hero-caption-content a {
  color: #51bec8;
}
/* line 332, sass/pages/_page-homepage.scss */
.homepage-hero-caption .homepage-hero-caption-content a:hover {
  color: #fff;
}
@media screen and (min-width: 48.0625em) {
  /* line 325, sass/pages/_page-homepage.scss */
  .homepage-hero-caption .homepage-hero-caption-content {
    padding: 1.5em 4.25em 1.5em 2.5em;
    margin-top: 0;
    width: 100%;
  }
}
/* line 344, sass/pages/_page-homepage.scss */
.homepage-hero-caption .hero-title {
  color: #fff;
  margin-top: 0.41667em;
  width: 90%;
}
@media screen and (min-width: 31.25em) and (max-width: 48em) {
  /* line 344, sass/pages/_page-homepage.scss */
  .homepage-hero-caption .hero-title {
    margin-top: 1.25em;
    width: 65%;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 344, sass/pages/_page-homepage.scss */
  .homepage-hero-caption .hero-title {
    margin-top: 0;
    width: 100%;
  }
}
/* line 358, sass/pages/_page-homepage.scss */
.homepage-hero-caption .hero-attribution {
  color: #fff;
}
/* line 361, sass/pages/_page-homepage.scss */
.homepage-hero-caption .hero-category {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/* line 364, sass/pages/_page-homepage.scss */
.homepage-hero-caption .hero-video-modal {
  display: inline-block;
  padding-top: 0.625em;
  text-transform: uppercase;
}
@media screen and (min-width: 48.0625em) {
  /* line 364, sass/pages/_page-homepage.scss */
  .homepage-hero-caption .hero-video-modal {
    padding-top: 1.5em;
  }
}
/* line 373, sass/pages/_page-homepage.scss */
.homepage-hero-caption .hero-video-modal .fa {
  padding-right: 0.625em;
}

/* line 382, sass/pages/_page-homepage.scss */
.homepage-news-container {
  z-index: 10;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48.0625em) {
  /* line 382, sass/pages/_page-homepage.scss */
  .homepage-news-container {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #7f4fad 0%, #4590e8 50%, #aaf8f8 100%);
    background-image: linear-gradient(to right,#7f4fad 0%, #4590e8 50%, #aaf8f8 100%);
    background-position: 0 200px;
    height: 530px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 48.0625em) {
  /* line 395, sass/pages/_page-homepage.scss */
  .smil .homepage-news-container {
    margin-top: -101px;
  }
}
/* line 401, sass/pages/_page-homepage.scss */
.no-smil .homepage-news-container {
  padding-bottom: 6px;
  height: 521px;
}

/* line 406, sass/pages/_page-homepage.scss */
.news-row {
  margin-top: -60px;
}
@media screen and (min-width: 48.0625em) {
  /* line 406, sass/pages/_page-homepage.scss */
  .news-row {
    margin: 0 -1px;
    clip-path: url(/svg/global-clip-paths.svg#svgNews);
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 80%);
  }
}

/* line 416, sass/pages/_page-homepage.scss */
.homepage-news-story-container {
  background: no-repeat 0 80px;
  height: 240px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #4cdae8 0%, #009ead 30%, #09ba66 60%, #ffff00 100%);
  background-image: linear-gradient(to right,#4cdae8 0%, #009ead 30%, #09ba66 60%, #ffff00 100%);
}
/* line 422, sass/pages/_page-homepage.scss */
.homepage-news-story-container:nth-child(even) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #aaf8f8 0%, #4590e8 50%, #7f4fad 100%);
  background-image: linear-gradient(to right,#aaf8f8 0%, #4590e8 50%, #7f4fad 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 416, sass/pages/_page-homepage.scss */
  .homepage-news-story-container {
    height: auto;
    background: none;
  }
}

/* line 433, sass/pages/_page-homepage.scss */
.homepage-news-story-col {
  margin-top: -60px;
  height: 225px;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 48em) {
  /* line 433, sass/pages/_page-homepage.scss */
  .homepage-news-story-col {
    background-position: center center !important;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 433, sass/pages/_page-homepage.scss */
  .homepage-news-story-col {
    width: 33.333333%;
    float: left;
    margin-top: 0;
    height: auto;
  }
}

/* line 458, sass/pages/_page-homepage.scss */
.homepage-news-story-col-1 {
  clip-path: url(/svg/global-clip-paths.svg#svgNews1Mobile);
  -webkit-clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 77%);
}
@media screen and (min-width: 48.0625em) {
  /* line 458, sass/pages/_page-homepage.scss */
  .homepage-news-story-col-1 {
    clip-path: none;
    -webkit-clip-path: none;
    background-size: auto 555px;
  }
}

/* line 467, sass/pages/_page-homepage.scss */
.homepage-news-story-col-2 {
  clip-path: url(/svg/global-clip-paths.svg#svgNews2Mobile);
  -webkit-clip-path: polygon(0 0, 100% 23%, 100% 77%, 0 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 467, sass/pages/_page-homepage.scss */
  .homepage-news-story-col-2 {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

/* line 476, sass/pages/_page-homepage.scss */
.homepage-news-story-col-3 {
  clip-path: url(/svg/global-clip-paths.svg#svgNews3Mobile);
  -webkit-clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 476, sass/pages/_page-homepage.scss */
  .homepage-news-story-col-3 {
    clip-path: none;
    -webkit-clip-path: none;
    background-size: auto 595px;
  }
}

/* line 487, sass/pages/_page-homepage.scss */
.homepage-news-story {
  position: relative;
}

/* line 491, sass/pages/_page-homepage.scss */
a.homepage-news-content {
  display: block;
  position: relative;
  padding: 3.75em 1.25em;
  height: 225px;
  color: #fff;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top left, #000000 0%, transparent 100%);
  background-image: linear-gradient(to bottom right,#000000 0%, transparent 100%);
}
/* line 500, sass/pages/_page-homepage.scss */
a.homepage-news-content:before {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(127, 79, 173, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(127, 79, 173, 0.5) 0%, rgba(255, 74, 96, 0.5) 50%, rgba(255, 51, 102, 0.5) 100%);
  background-image: linear-gradient(to top,rgba(127, 79, 173, 0.5) 0%, rgba(255, 74, 96, 0.5) 50%, rgba(255, 51, 102, 0.5) 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 500, sass/pages/_page-homepage.scss */
  a.homepage-news-content:before {
    transition: .5s all ease-in-out;
  }
}
/* line 518, sass/pages/_page-homepage.scss */
a.homepage-news-content:hover:before {
  opacity: 1;
}
/* line 522, sass/pages/_page-homepage.scss */
a.homepage-news-content h2 {
  z-index: 2;
}
/* line 526, sass/pages/_page-homepage.scss */
a.homepage-news-content p {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: relative;
  transition: .4s all ease-in-out;
}
@media screen and (min-width: 31.25em) {
  /* line 491, sass/pages/_page-homepage.scss */
  a.homepage-news-content {
    padding: 5em 1.25em;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 491, sass/pages/_page-homepage.scss */
  a.homepage-news-content {
    height: 515px;
    padding: 9.4375em 2.5em 1.25em;
  }
  /* line 542, sass/pages/_page-homepage.scss */
  a.homepage-news-content:hover, a.homepage-news-content:focus {
    color: #fff;
  }
  /* line 545, sass/pages/_page-homepage.scss */
  a.homepage-news-content:hover p, a.homepage-news-content:focus p {
    visibility: visible;
    opacity: 1;
  }
  /* line 551, sass/pages/_page-homepage.scss */
  a.homepage-news-content p {
    visibility: hidden;
  }
}

/* line 559, sass/pages/_page-homepage.scss */
.box-clean a.homepage-news-content:before {
  background-color: rgba(170, 248, 248, 0);
  background-image: -webkit-linear-gradient(bottom, #aaf8f8 0%, #4590e8 50%, #7f4fad 100%);
  background-image: linear-gradient(to top,#aaf8f8 0%, #4590e8 50%, #7f4fad 100%);
}

/* line 567, sass/pages/_page-homepage.scss */
.homepage-feature-desktop {
  display: none !important;
}
@media screen and (min-width: 48.0625em) {
  /* line 567, sass/pages/_page-homepage.scss */
  .homepage-feature-desktop {
    display: block !important;
  }
}

/* line 575, sass/pages/_page-homepage.scss */
.homepage-feature-mobile {
  display: block !important;
}
@media screen and (min-width: 48.0625em) {
  /* line 575, sass/pages/_page-homepage.scss */
  .homepage-feature-mobile {
    display: none !important;
  }
}

/* line 583, sass/pages/_page-homepage.scss */
.homepage-feature-1-container {
  z-index: 11;
  background: no-repeat 0 80px;
  display: block;
  height: 177px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #7f4fad 0%, #4590e8 50%, #aaf8f8 100%);
  background-image: linear-gradient(to right,#7f4fad 0%, #4590e8 50%, #aaf8f8 100%);
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.homepage-feature-1-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48.0625em) {
  /* line 583, sass/pages/_page-homepage.scss */
  .homepage-feature-1-container {
    height: 475px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #4cdae8 0%, #009ead 30%, #09ba66 60%, #ffff00 100%);
    background-image: linear-gradient(to right,#4cdae8 0%, #009ead 30%, #09ba66 60%, #ffff00 100%);
    background-position: 0 200px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 48.0625em) {
  /* line 601, sass/pages/_page-homepage.scss */
  .smil .homepage-feature-1-container {
    margin-top: -112px;
  }
}
/* line 606, sass/pages/_page-homepage.scss */
.no-smil .homepage-feature-1-container {
  padding-bottom: 6px;
  height: 466px;
}

/* line 611, sass/pages/_page-homepage.scss */
.feature-1-row {
  background: no-repeat 50% 0;
  margin-top: -63px;
  clip-path: url(/svg/global-clip-paths.svg#svgFeature1Mobile);
  -webkit-clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 77%);
  height: 225px;
}
@media screen and (min-width: 48.0625em) {
  /* line 611, sass/pages/_page-homepage.scss */
  .feature-1-row {
    margin-top: 0;
    height: 460px;
    clip-path: url(/svg/global-clip-paths.svg#svgFeature1);
    -webkit-clip-path: polygon(0 0, 100% 22.5%, 100% 80%, 0 100%);
  }
}
/* line 624, sass/pages/_page-homepage.scss */
.feature-1-row .feature-1-container {
  height: 100%;
  display: block;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.feature-1-row .feature-1-container::after {
  clear: both;
  content: "";
  display: table;
}
/* line 630, sass/pages/_page-homepage.scss */
.feature-1-row .feature-link:before {
  background-color: rgba(76, 218, 232, 0.5);
  background-image: -webkit-linear-gradient(left, rgba(76, 218, 232, 0.5) 0%, rgba(9, 186, 102, 0.5) 60%, rgba(255, 255, 0, 0.5) 100%);
  background-image: linear-gradient(to right,rgba(76, 218, 232, 0.5) 0%, rgba(9, 186, 102, 0.5) 60%, rgba(255, 255, 0, 0.5) 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 630, sass/pages/_page-homepage.scss */
  .feature-1-row .feature-link:before {
    clip-path: url(/svg/global-clip-paths.svg#svgFeature1);
    -webkit-clip-path: polygon(0 0, 100% 22.5%, 100% 80%, 0 100%);
  }
}
/* line 639, sass/pages/_page-homepage.scss */
.feature-1-row .feature-content {
  padding: 3.75em 1.25em;
  height: 225px;
}
/* line 643, sass/pages/_page-homepage.scss */
.feature-1-row .feature-content h2 {
  margin-top: 0.3125em;
}
@media screen and (min-width: 31.25em) {
  /* line 639, sass/pages/_page-homepage.scss */
  .feature-1-row .feature-content {
    padding: 5em 1.25em;
  }
}
/* line 649, sass/pages/_page-homepage.scss */
.feature-1-row .feature-content .feature-sm-image {
  float: right;
}
@media screen and (min-width: 48.0625em) {
  /* line 649, sass/pages/_page-homepage.scss */
  .feature-1-row .feature-content .feature-sm-image {
    float: none;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 639, sass/pages/_page-homepage.scss */
  .feature-1-row .feature-content {
    height: 460px;
    padding: 8.875em 2.5em 2.5em;
  }
}
/* line 664, sass/pages/_page-homepage.scss */
.feature-1-row .feature-1-col {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 225px;
}
@media screen and (min-width: 48.0625em) {
  /* line 664, sass/pages/_page-homepage.scss */
  .feature-1-row .feature-1-col {
    background-color: #292f35;
    height: 460px;
    float: left;
    display: block;
    width: 51.5625%;
  }
  /* line 81, sass/neat/grid/_span-columns.scss */
  .feature-1-row .feature-1-col:last-child {
    width: 48.4375%;
  }
}
/* line 678, sass/pages/_page-homepage.scss */
.feature-1-row .feature-1-col.right {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  /* line 678, sass/pages/_page-homepage.scss */
  .feature-1-row .feature-1-col.right {
    display: block;
    background-size: auto 580px;
  }
}

/* line 691, sass/pages/_page-homepage.scss */
.homepage-feature-2-container {
  height: 179px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #ffff00 0%, #09ba66 30%, #009ead 60%, #4cdae8 100%);
  background-image: linear-gradient(to right,#ffff00 0%, #09ba66 30%, #009ead 60%, #4cdae8 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 691, sass/pages/_page-homepage.scss */
  .homepage-feature-2-container {
    background: none;
    height: 420px;
  }
}

@media screen and (min-width: 48.0625em) {
  /* line 703, sass/pages/_page-homepage.scss */
  .smil .homepage-feature-2-container {
    margin-top: -101px;
  }
}
/* line 709, sass/pages/_page-homepage.scss */
.feature-2-row {
  margin-top: -61px;
  height: 225px;
  clip-path: url(/svg/global-clip-paths.svg#svgFeature2Mobile);
  -webkit-clip-path: polygon(0 0, 100% 23%, 100% 77%, 0 100%);
  background-size: cover;
}
@media screen and (min-width: 48.0625em) {
  /* line 709, sass/pages/_page-homepage.scss */
  .feature-2-row {
    margin-top: 0;
    height: 420px;
    clip-path: url(/svg/global-clip-paths.svg#svgFeature2);
    -webkit-clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
  }
}
/* line 722, sass/pages/_page-homepage.scss */
.feature-2-row .feature-2-col {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 225px;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  /* line 722, sass/pages/_page-homepage.scss */
  .feature-2-row .feature-2-col {
    height: 420px;
    float: right;
  }
}
/* line 737, sass/pages/_page-homepage.scss */
.feature-2-row .feature-2-container {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top left, #000000 0%, transparent 100%);
  background-image: linear-gradient(to bottom right,#000000 0%, transparent 100%);
  height: 100%;
}
@media screen and (min-width: 48.0625em) {
  /* line 737, sass/pages/_page-homepage.scss */
  .feature-2-row .feature-2-container {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top right, #000000 0%, transparent 100%);
    background-image: linear-gradient(to bottom left,#000000 0%, transparent 100%);
  }
}
/* line 747, sass/pages/_page-homepage.scss */
.feature-2-row .feature-link:before {
  background-color: rgba(238, 238, 238, 0);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 0, 0.5) 0%, rgba(9, 186, 102, 0.5) 30%, rgba(0, 158, 173, 0.5) 60%, rgba(76, 218, 232, 0.5) 100%);
  background-image: linear-gradient(to right,rgba(255, 255, 0, 0.5) 0%, rgba(9, 186, 102, 0.5) 30%, rgba(0, 158, 173, 0.5) 60%, rgba(76, 218, 232, 0.5) 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 747, sass/pages/_page-homepage.scss */
  .feature-2-row .feature-link:before {
    clip-path: url(/svg/global-clip-paths.svg#svgFeature2);
    -webkit-clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
  }
}
/* line 757, sass/pages/_page-homepage.scss */
.feature-2-row .feature-content {
  display: block;
  padding: 4.375em 1.25em;
  color: #fff;
  height: 225px;
}
@media screen and (min-width: 48.0625em) {
  /* line 757, sass/pages/_page-homepage.scss */
  .feature-2-row .feature-content {
    padding: 7.5625em 2.5em 2.5em;
    height: 420px;
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 67.5em) {
  /* line 757, sass/pages/_page-homepage.scss */
  .feature-2-row .feature-content {
    width: 33.3333%;
  }
}
/* line 774, sass/pages/_page-homepage.scss */
.feature-2-row .feature-content h2 {
  margin-top: 0.3125em;
  text-align: right;
}
/* line 777, sass/pages/_page-homepage.scss */
.feature-2-row .feature-content h2:after {
  left: auto;
  right: 0;
}
@media screen and (min-width: 48.0625em) {
  /* line 774, sass/pages/_page-homepage.scss */
  .feature-2-row .feature-content h2 {
    text-align: left;
  }
  /* line 784, sass/pages/_page-homepage.scss */
  .feature-2-row .feature-content h2:after {
    left: 0;
    right: auto;
  }
}
/* line 793, sass/pages/_page-homepage.scss */
.feature-2-row .feature-content .feature-copy {
  float: right;
}
/* line 796, sass/pages/_page-homepage.scss */
.feature-2-row .feature-content .feature-sm-image {
  float: left;
}

/* line 25, sass/pages/_page-landing.scss */
.landing-wrapper aside.sidebar {
  margin: 0;
  padding-top: 3.75em;
}
/* line 32, sass/pages/_page-landing.scss */
.landing-wrapper article.main-body {
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 360px;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  /* line 32, sass/pages/_page-landing.scss */
  .landing-wrapper article.main-body {
    float: left;
    display: block;
    width: 77.34375%;
  }
  /* line 81, sass/neat/grid/_span-columns.scss */
  .landing-wrapper article.main-body:last-child {
    width: 74.21875%;
  }
}
/* line 43, sass/pages/_page-landing.scss */
.landing-wrapper article.main-body .main-body-content {
  padding: 1.25em;
}
@media screen and (min-width: 48.0625em) {
  /* line 43, sass/pages/_page-landing.scss */
  .landing-wrapper article.main-body .main-body-content {
    padding: 2.5em;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 52, sass/pages/_page-landing.scss */
  .landing-wrapper article.main-body .main-body-content .intro-content {
    margin-bottom: 64px;
  }
}

/* line 65, sass/pages/_page-landing.scss */
.landing-header {
  height: 385px;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 48.0625em) {
  /* line 65, sass/pages/_page-landing.scss */
  .landing-header {
    margin: 0 0 0 1px;
  }
}
/* line 75, sass/pages/_page-landing.scss */
.landing-header.landing-header-no-bg {
  height: 165px;
}
/* line 79, sass/pages/_page-landing.scss */
.landing-header.landing-header-video {
  height: 385px;
}
@media screen and (min-width: 22.5em) and (max-width: 31.25em) {
  /* line 79, sass/pages/_page-landing.scss */
  .landing-header.landing-header-video {
    height: 425px;
  }
}
@media screen and (min-width: 31.25em) {
  /* line 79, sass/pages/_page-landing.scss */
  .landing-header.landing-header-video {
    height: 585px;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 79, sass/pages/_page-landing.scss */
  .landing-header.landing-header-video {
    height: 545px;
  }
}

/* line 97, sass/pages/_page-landing.scss */
.landing-header-bg {
  width: 100%;
  height: 385px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  clip-path: url(/svg/global-clip-paths.svg#svgLandingHeaderMobile);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
/* line 105, sass/pages/_page-landing.scss */
.landing-header-bg.landing-header-bg-video {
  background-size: cover;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
@media screen and (min-width: 48.0625em) {
  /* line 97, sass/pages/_page-landing.scss */
  .landing-header-bg {
    background-size: auto;
    clip-path: url(/svg/global-clip-paths.svg#svgLandingHeader);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73.75%);
  }
}

/* line 116, sass/pages/_page-landing.scss */
.landing-header-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.5em 1.25em 1.25em;
  background-color: #51bec8;
  z-index: 6;
  width: 100%;
  clip-path: url(/svg/global-clip-paths.svg#svgLandingTitleMobile);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 116, sass/pages/_page-landing.scss */
  .landing-header-title {
    padding: 2.8125em 2.5em;
    clip-path: url(/svg/global-clip-paths.svg#svgLandingTitle);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 32.12%, 0 100%);
  }
}
/* line 131, sass/pages/_page-landing.scss */
.landing-header-title h1 {
  color: #fff;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  /* line 131, sass/pages/_page-landing.scss */
  .landing-header-title h1 {
    width: 53%;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 53.75em) {
  /* line 116, sass/pages/_page-landing.scss */
  .landing-header-title {
    clip-path: none;
    -webkit-clip-path: none;
  }
  /* line 143, sass/pages/_page-landing.scss */
  .landing-header-title h1 {
    width: 100%;
  }
}

/* line 148, sass/pages/_page-landing.scss */
.landing-header-video-embed {
  position: absolute;
  top: 185px;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  /* line 148, sass/pages/_page-landing.scss */
  .landing-header-video-embed {
    left: 50%;
    max-width: 640px;
    margin-left: -320px;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 53.75em) {
  /* line 148, sass/pages/_page-landing.scss */
  .landing-header-video-embed {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}

/* line 171, sass/pages/_page-landing.scss */
.content-section-academics .landing-header-title {
  background-color: #51bec8;
}

/* line 177, sass/pages/_page-landing.scss */
.content-section-admissions .landing-header-title {
  background-color: #09ba66;
}

/* line 183, sass/pages/_page-landing.scss */
.content-section-student-life .landing-header-title {
  background-color: #744869;
}

/* line 189, sass/pages/_page-landing.scss */
.content-section-about .landing-header-title {
  background-color: #ff4a60;
}

/* line 195, sass/pages/_page-landing.scss */
.landing-footer {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 360px;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  clip-path: url(/svg/global-clip-paths.svg#svgLandingFooterMobile);
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.landing-footer::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48.0625em) {
  /* line 195, sass/pages/_page-landing.scss */
  .landing-footer {
    clip-path: url(/svg/global-clip-paths.svg#svgLandingFooter);
    -webkit-clip-path: polygon(0 0, 100% 26.25%, 100% 100%, 0 100%);
  }
}
/* line 212, sass/pages/_page-landing.scss */
.landing-footer .landing-footer-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 218, sass/pages/_page-landing.scss */
.landing-footer .landing-footer-container h2 {
  margin: 0;
  color: #fff;
  font-size: 1.5em;
  position: relative;
  margin-bottom: 2.8125em;
}
/* line 78, sass/base/_mixins.scss */
.landing-footer .landing-footer-container h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  overflow: visible;
  width: 40px;
  height: 3px;
  background-color: #fff;
}
/* line 226, sass/pages/_page-landing.scss */
.landing-footer .landing-footer-center {
  height: 180px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.5em 1.25em;
}
@media screen and (min-width: 48.0625em) {
  /* line 226, sass/pages/_page-landing.scss */
  .landing-footer .landing-footer-center {
    padding: 5em 2.5em;
  }
}
/* line 242, sass/pages/_page-landing.scss */
.landing-footer a.landing-footer-link {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top left, #000000 0%, transparent 100%);
  background-image: linear-gradient(to bottom right,#000000 0%, transparent 100%);
}
/* line 251, sass/pages/_page-landing.scss */
.landing-footer a.landing-footer-link:before {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(238, 238, 238, 0);
  background-image: -webkit-linear-gradient(top left, rgba(76, 218, 232, 0.5) 0%, rgba(0, 158, 173, 0.5) 30%, rgba(9, 186, 102, 0.5) 60%, rgba(255, 255, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom right,rgba(76, 218, 232, 0.5) 0%, rgba(0, 158, 173, 0.5) 30%, rgba(9, 186, 102, 0.5) 60%, rgba(255, 255, 0, 0.5) 100%);
}
@media screen and (min-width: 48.0625em) {
  /* line 251, sass/pages/_page-landing.scss */
  .landing-footer a.landing-footer-link:before {
    transition: .5s all ease-in-out;
  }
}
/* line 269, sass/pages/_page-landing.scss */
.landing-footer a.landing-footer-link:hover:before {
  opacity: 1;
}

/* line 280, sass/pages/_page-landing.scss */
.sidebar-highlight {
  background-color: #3f444a;
  min-height: 350px;
  margin-top: -2.5em;
  overflow: hidden;
}
@media screen and (min-width: 48.0625em) {
  /* line 280, sass/pages/_page-landing.scss */
  .sidebar-highlight {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 360px;
    z-index: 2;
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 22.65625%;
    clip-path: url(/svg/global-clip-paths.svg#svgSidebarHighlight);
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .sidebar-highlight:last-child {
    margin-right: 0;
  }
  /* line 296, sass/pages/_page-landing.scss */
  .sidebar-highlight.sidebar-highlight-no-footer-image {
    bottom: 1.25em;
  }
}
/* line 301, sass/pages/_page-landing.scss */
.sidebar-highlight p {
  margin-bottom: 0;
}
/* line 305, sass/pages/_page-landing.scss */
.sidebar-highlight .btn.btn-sidebar {
  white-space: normal;
  height: auto;
  min-height: 2.75em;
  margin-top: 2.5em;
}

/* line 313, sass/pages/_page-landing.scss */
.sidebar-highlight-container {
  color: #fff;
  padding: 5em 1.25em;
}
@media screen and (min-width: 48.0625em) {
  /* line 313, sass/pages/_page-landing.scss */
  .sidebar-highlight-container {
    padding: 5.875em 2.5em 4em;
  }
}
/* line 322, sass/pages/_page-landing.scss */
.sidebar-highlight-container a:not(.btn):hover {
  color: #fff;
}
/* line 327, sass/pages/_page-landing.scss */
.sidebar-highlight-container h3 {
  color: #fff;
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
/* line 93, sass/base/_mixins.scss */
.sidebar-highlight-container h3:after {
  background-color: #ff3366;
}

/* line 10, sass/pages/_page-channel.scss */
.channel-wrapper .frame {
  display: block;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.channel-wrapper .frame::after {
  clear: both;
  content: "";
  display: table;
}
/* line 12, sass/pages/_page-channel.scss */
.channel-wrapper .frame .banner {
  height: 250px;
  background: transparent url("/images/channel-banner.jpg") no-repeat top center;
  clip-path: url(/svg/global-clip-paths.svg#svgChannelHeaderMobile);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
@media screen and (min-width: 48.0625em) {
  /* line 12, sass/pages/_page-channel.scss */
  .channel-wrapper .frame .banner {
    height: 400px;
    clip-path: url(/svg/global-clip-paths.svg#svgChannelHeader);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 28, sass/pages/_page-channel.scss */
  .channel-wrapper.with-rainbow.with-rainbow-banner:before {
    top: 260px;
  }
}
/* line 33, sass/pages/_page-channel.scss */
.channel-wrapper aside.sidebar {
  margin-top: -3.5em;
  padding: 2.875em 1.25em;
  margin-bottom: 1.625em;
  display: block !important;
}
@media screen and (min-width: 48.0625em) {
  /* line 33, sass/pages/_page-channel.scss */
  .channel-wrapper aside.sidebar {
    margin-top: -10em;
    padding: 11em 2.5em 12.5em;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 46, sass/pages/_page-channel.scss */
  .channel-wrapper article.main-body .main-body-content {
    padding-top: 0;
  }
}

/* line 54, sass/pages/_page-channel.scss */
.no-smil .channel-wrapper article.main-body .main-body-content {
  padding-top: 1.25em;
}
@media screen and (min-width: 48.0625em) {
  /* line 54, sass/pages/_page-channel.scss */
  .no-smil .channel-wrapper article.main-body .main-body-content {
    padding-top: 2.5em;
  }
}
/* line 60, sass/pages/_page-channel.scss */
.no-smil .channel-wrapper aside.sidebar {
  padding-top: 3.75em;
}
@media screen and (min-width: 48.0625em) {
  /* line 60, sass/pages/_page-channel.scss */
  .no-smil .channel-wrapper aside.sidebar {
    padding-top: 13em;
  }
}

/* line 72, sass/pages/_page-channel.scss */
.channel-entry-wrapper h1 {
  font-family: "leitura_sansgrot_2", sans-serif;
  color: #009ead;
  font-weight: normal;
  margin-top: 0.625em;
  margin-bottom: 0.3125em;
}
/* line 79, sass/pages/_page-channel.scss */
.channel-entry-wrapper h2 {
  font-family: "leitura_sansgrot_1", sans-serif;
  font-weight: normal;
  margin-top: 0.3125em;
}
/* line 84, sass/pages/_page-channel.scss */
.channel-entry-wrapper h4, .channel-entry-wrapper p {
  margin-bottom: 1.25em;
}

/* line 3, sass/pages/_page-showcase.scss */
.showcase-entry-wrapper h1 {
  margin-top: 0;
}

/* line 7, sass/pages/_page-showcase.scss */
#showcase-masonry {
  overflow: hidden;
  padding-top: 1.25em;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media screen and (min-width: 48.0625em) {
  /* line 7, sass/pages/_page-showcase.scss */
  #showcase-masonry {
    padding-top: 2.5em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 67.5em) {
  /* line 7, sass/pages/_page-showcase.scss */
  #showcase-masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
/* line 23, sass/pages/_page-showcase.scss */
#showcase-masonry .showcase-masonry-tile {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  color: #292f35;
  border-bottom: 2px solid #e1e2e3;
  padding-bottom: 2.25em;
  margin-bottom: 2.875em;
}
/* line 33, sass/pages/_page-showcase.scss */
#showcase-masonry .showcase-masonry-tile:hover {
  color: #009ead;
}
/* line 38, sass/pages/_page-showcase.scss */
#showcase-masonry h5 {
  margin: 1.5em 0 0;
  line-height: 1.5em;
}

/* line 45, sass/pages/_page-showcase.scss */
.showcase-media {
  margin: 1.25em 0;
}
@media screen and (min-width: 48.0625em) {
  /* line 45, sass/pages/_page-showcase.scss */
  .showcase-media {
    margin: 2.5em 0;
  }
}
/* line 51, sass/pages/_page-showcase.scss */
.showcase-media .showcase-media-item {
  margin: 3.125em 0;
}

/* line 1, sass/pages/_page-news.scss */
.news-entry {
  display: block;
  margin: 0 0 2.5em;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.news-entry::after {
  clear: both;
  content: "";
  display: table;
}
/* line 5, sass/pages/_page-news.scss */
.news-entry figure {
  margin: 0 0 0.625em;
  min-height: 1px;
}
@media screen and (min-width: 48.0625em) {
  /* line 5, sass/pages/_page-news.scss */
  .news-entry figure {
    margin: 0;
    float: left;
    display: block;
    margin-right: 4.21053%;
    width: 30.52632%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .news-entry figure:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 14, sass/pages/_page-news.scss */
  .news-entry .news-entry-summary {
    float: left;
    display: block;
    margin-right: 4.21053%;
    width: 65.26316%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .news-entry .news-entry-summary:last-child {
    margin-right: 0;
  }
}
/* line 21, sass/pages/_page-news.scss */
.news-entry h3 a {
  color: #292f35;
}
/* line 23, sass/pages/_page-news.scss */
.news-entry h3 a:hover {
  color: #51bec8;
}

/* line 31, sass/pages/_page-news.scss */
.news-rss-feed {
  margin-top: -1em;
  margin-bottom: 1.5em;
}
/* line 34, sass/pages/_page-news.scss */
.news-rss-feed a {
  border: solid 2px #51585c;
  text-align: center;
  display: inline-block;
  font-size: 0.9375em;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.625em;
  color: #51585c;
  font-size: 1.25em;
}
/* line 44, sass/pages/_page-news.scss */
.news-rss-feed a:focus, .news-rss-feed a:hover {
  color: #51bec8;
  -webkit-border-image: -webkit-linear-gradient( top left, #ffff00 0%, #65ca76 30%, #009ead 66%, #4cdae8 100%, #4cdae8);
  border-image: linear-gradient(to bottom right, #ffff00 0%, #65ca76 30%, #009ead 66%, #4cdae8 100%, #4cdae8);
  border-style: solid;
  border-image-slice: 1;
}
/* line 49, sass/pages/_page-news.scss */
.news-rss-feed a:active {
  border: 2px solid #4cdae8;
}

/* line 3, sass/pages/_page-marketing-campaign.scss */
.marketing-campaign-wrapper article.main-body .main-body-content {
  padding-top: 2.5em;
}

/* line 1, sass/pages/_page-sitemap.scss */
ul.sitemap-level1 > li {
  list-style-type: none;
  font-weight: bold;
  margin-left: 0;
  padding-left: 0;
}

/* line 8, sass/pages/_page-sitemap.scss */
ul.sitemap-level2 > li {
  list-style-type: none;
  font-weight: bold;
  margin-left: 25px;
}

/* line 14, sass/pages/_page-sitemap.scss */
ul.sitemap-level3 > li {
  list-style-type: disc;
  font-weight: normal;
  margin-left: 45px;
  padding-left: 5px;
}

/* line 21, sass/pages/_page-sitemap.scss */
ul.sitemap-level4 > li {
  list-style-type: circle;
  font-weight: normal;
  margin-left: 45px;
  padding-left: 5px;
  font-size: 0.9em;
}

@media screen and (min-width: 48.0625em) {
  /* line 3, sass/pages/_page-people.scss */
  .people-entry-wrapper article.main-body .main-body-content {
    padding-top: 0;
  }
}

/* line 9, sass/pages/_page-people.scss */
.profile-img {
  margin-bottom: 1.25em;
}

/* line 2, sass/pages/_page-search.scss */
.search-wrapper h3 {
  margin-bottom: 1.875em;
}

/* line 7, sass/pages/_page-search.scss */
.search-form {
  margin-top: 1.25em;
  white-space: nowrap;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.search-form::after {
  clear: both;
  content: "";
  display: table;
}
/* line 12, sass/pages/_page-search.scss */
.search-form .search-input {
  overflow: hidden;
  padding-right: 1.25em;
}
/* line 17, sass/pages/_page-search.scss */
.search-form .search-submit {
  float: right;
}

/* line 23, sass/pages/_page-search.scss */
.search-result {
  margin-bottom: 2.5em;
}
/* line 26, sass/pages/_page-search.scss */
.search-result .search-result-url {
  color: #51585c;
  font-size: 0.875em;
}
/* line 31, sass/pages/_page-search.scss */
.search-result .search-result-text {
  padding-top: 0.3125em;
}

/* line 4, sass/pages/_page-webforms.scss */
#newsForm input,
#eventsForm input,
#showcaseForm input {
  margin-bottom: 2em;
}
/* line 6, sass/pages/_page-webforms.scss */
#newsForm input[type="text"]:not(#title),
#eventsForm input[type="text"]:not(#title),
#showcaseForm input[type="text"]:not(#title) {
  max-width: 30em;
}
/* line 9, sass/pages/_page-webforms.scss */
#newsForm input.matrix-file,
#eventsForm input.matrix-file,
#showcaseForm input.matrix-file {
  margin-bottom: 0;
}
/* line 13, sass/pages/_page-webforms.scss */
#newsForm textarea, #newsForm #cke_bodyField,
#eventsForm textarea,
#eventsForm #cke_bodyField,
#showcaseForm textarea,
#showcaseForm #cke_bodyField {
  margin-bottom: 2em;
}
/* line 14, sass/pages/_page-webforms.scss */
#newsForm textarea#previewText,
#eventsForm textarea#previewText,
#showcaseForm textarea#previewText {
  height: 8em;
}
/* line 15, sass/pages/_page-webforms.scss */
#newsForm label,
#eventsForm label,
#showcaseForm label {
  font-size: 1em;
}
/* line 16, sass/pages/_page-webforms.scss */
#newsForm .select-wrapper,
#eventsForm .select-wrapper,
#showcaseForm .select-wrapper {
  position: relative;
  display: block;
  width: 19em;
  height: 38px;
  background: #f4f5f7;
  margin-bottom: 2em;
}
/* line 24, sass/pages/_page-webforms.scss */
#newsForm select::-ms-expand,
#eventsForm select::-ms-expand,
#showcaseForm select::-ms-expand {
  display: none;
}
/* line 27, sass/pages/_page-webforms.scss */
#newsForm .select-wrapper:after,
#eventsForm .select-wrapper:after,
#showcaseForm .select-wrapper:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #51585c;
  right: 12px;
  top: 6px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
/* line 38, sass/pages/_page-webforms.scss */
#newsForm .select-wrapper > select,
#eventsForm .select-wrapper > select,
#showcaseForm .select-wrapper > select {
  width: 20em;
  height: 38px;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0px 5px 10px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-image: none;
  cursor: pointer;
  background: #f4f5f7;
}
/* line 56, sass/pages/_page-webforms.scss */
#newsForm .form-inline input,
#eventsForm .form-inline input,
#showcaseForm .form-inline input {
  width: 8em;
  display: inline-block;
}
/* line 60, sass/pages/_page-webforms.scss */
#newsForm .form-inline label,
#eventsForm .form-inline label,
#showcaseForm .form-inline label {
  display: inline-block;
  margin: 0 1em;
}
/* line 61, sass/pages/_page-webforms.scss */
#newsForm .form-inline select,
#eventsForm .form-inline select,
#showcaseForm .form-inline select {
  display: inline-block;
}
/* line 62, sass/pages/_page-webforms.scss */
#newsForm .form-inline .select-wrapper,
#eventsForm .form-inline .select-wrapper,
#showcaseForm .form-inline .select-wrapper {
  width: 8em;
  display: inline-block;
}
/* line 68, sass/pages/_page-webforms.scss */
#newsForm .radio-buttons label,
#eventsForm .radio-buttons label,
#showcaseForm .radio-buttons label {
  font-weight: 400;
}
/* line 70, sass/pages/_page-webforms.scss */
#newsForm .radio-buttons label:not(:last-child) input,
#eventsForm .radio-buttons label:not(:last-child) input,
#showcaseForm .radio-buttons label:not(:last-child) input {
  margin-bottom: 0;
}
/* line 75, sass/pages/_page-webforms.scss */
#newsForm h3,
#eventsForm h3,
#showcaseForm h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}
/* line 78, sass/pages/_page-webforms.scss */
#newsForm h3::after,
#eventsForm h3::after,
#showcaseForm h3::after {
  bottom: 40px;
  width: 100%;
}
/* line 83, sass/pages/_page-webforms.scss */
#newsForm ul.parsley-errors-list li,
#eventsForm ul.parsley-errors-list li,
#showcaseForm ul.parsley-errors-list li {
  margin: -1.5em 0 2em;
  font-weight: 700;
}
/* line 88, sass/pages/_page-webforms.scss */
#newsForm .visible,
#eventsForm .visible,
#showcaseForm .visible {
  display: block !important;
}
/* line 89, sass/pages/_page-webforms.scss */
#newsForm .hidden,
#eventsForm .hidden,
#showcaseForm .hidden {
  display: none !important;
}

/* line 93, sass/pages/_page-webforms.scss */
#showcaseForm .matrix-files {
  border-top: 1px solid #EEE;
}
@media screen and (min-width: 48.0625em) {
  /* line 93, sass/pages/_page-webforms.scss */
  #showcaseForm .matrix-files {
    width: 60%;
  }
}
@media screen and (min-width: 67.5em) {
  /* line 93, sass/pages/_page-webforms.scss */
  #showcaseForm .matrix-files {
    width: 50%;
  }
}
/* line 106, sass/pages/_page-webforms.scss */
#showcaseForm .matrix-file-wrap {
  padding-top: 10px;
  display: none;
}
/* line 110, sass/pages/_page-webforms.scss */
#showcaseForm .matrix-file-wrap img {
  display: none;
  max-width: 80px;
  max-height: 80px;
}
/* line 117, sass/pages/_page-webforms.scss */
#showcaseForm .matrix-file {
  width: 95%;
  display: inline-block;
  border-bottom: 1px solid #EEE;
}
/* line 123, sass/pages/_page-webforms.scss */
#showcaseForm .artist-name-label {
  margin-top: 20px;
}

/* line 2, sass/pages/_page-calendar.scss */
#calendar-wrapper table {
  margin: 0;
}
/* line 5, sass/pages/_page-calendar.scss */
#calendar-wrapper .fc-event-container a {
  font-weight: 600;
  cursor: pointer;
  transition: all linear 200ms;
}
/* line 9, sass/pages/_page-calendar.scss */
#calendar-wrapper .fc-event-container a:hover, #calendar-wrapper .fc-event-container a:active {
  background-color: #006B79 !important;
}
/* line 13, sass/pages/_page-calendar.scss */
#calendar-wrapper .fc-state-default {
  background-image: initial;
  background-color: initial;
  border: 2px solid #009ead;
  color: #292f35;
  box-shadow: none;
}
/* line 19, sass/pages/_page-calendar.scss */
#calendar-wrapper .fc-state-default:hover, #calendar-wrapper .fc-state-default:active {
  background-color: #009ead;
  color: #fff;
}
/* line 23, sass/pages/_page-calendar.scss */
#calendar-wrapper .fc-state-default.fc-corner-left, #calendar-wrapper .fc-state-default.fc-corner-right {
  border-radius: 0;
}
/* line 27, sass/pages/_page-calendar.scss */
#calendar-wrapper .fc-state-default .fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -2px;
}
