/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Rubik:300,400,500,600,700");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* Primary Color
 * -------------------------------------------------------------------------- */
/* Secondary Color
 * -------------------------------------------------------------------------- */
/* Greys/Blacks
 * -------------------------------------------------------------------------- */
/* Constants
 * -------------------------------------------------------------------------- */
/* Notices
 * -------------------------------------------------------------------------- */
/* Errors/Success
 * -------------------------------------------------------------------------- */
/* Forms
 * -------------------------------------------------------------------------- */
/* Buttons
 * -------------------------------------------------------------------------- */
/* Background Gradients
 * -------------------------------------------------------------------------- */
/* Enticers
 * -------------------------------------------------------------------------- */
/* Calendar Stuff
 * -------------------------------------------------------------------------- */
/* Header
 * -------------------------------------------------------------------------- */
/* Footer
 * -------------------------------------------------------------------------- */
/* Page Banners
 * -------------------------------------------------------------------------- */
/*@mixin roboto {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}

//Roboto Bold
@mixin roboto-bold {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
}*/
/* 
 * -------------------------------------------------------------------------- */
/* 
 * -------------------------------------------------------------------------- */
/* Columns
 * -------------------------------------------------------------------------- */
/* Forms
 * -------------------------------------------------------------------------- */
/* Animations
 * -------------------------------------------------------------------------- */
/* Stroke Styles
 * -------------------------------------------------------------------------- */
/* Primary Color
 * -------------------------------------------------------------------------- */
/* Secondary Color
 * -------------------------------------------------------------------------- */
/* Greys/Blacks
 * -------------------------------------------------------------------------- */
/* Navigation Colors
 * -------------------------------------------------------------------------- */
/* Constants
 * -------------------------------------------------------------------------- */
/* Notices
 * -------------------------------------------------------------------------- */
/* Errors/Success
 * -------------------------------------------------------------------------- */
/* Forms
 * -------------------------------------------------------------------------- */
/* Buttons
 * -------------------------------------------------------------------------- */
/* Background Gradients
 * -------------------------------------------------------------------------- */
/* Enticers
 * -------------------------------------------------------------------------- */
/* Calendar Stuff
 * -------------------------------------------------------------------------- */
/* Header
 * -------------------------------------------------------------------------- */
/* Footer
 * -------------------------------------------------------------------------- */
/* Page Banners
 * -------------------------------------------------------------------------- */
/* Home Colors
 * -------------------------------------------------------------------------- */
/* ==========================================================================
   _layout.scss
   ========================================================================== */
html {
  font-size: 10px; }

body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.55;
  color: #505155;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-direction: column;
  /* OLD - Firefox 19- */
  -ms-flex-direction: column;
  /* IE 10 */
  flex-direction: column;
  min-height: 100vh; }
  body:not(.home) {
    background-color: #F8FAFB; }
  body.menu-open {
    position: fixed;
    width: 100%; }

a.skip-link {
  display: block;
  position: fixed;
  top: 0;
  left: 25px;
  z-index: 500;
  background-color: #6868AA;
  padding: 15px 20px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #FFFFFF;
  border-top: none;
  color: #FFFFFF;
  font-size: 1.4rem;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  opacity: 0;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */ }
  a.skip-link:focus, a.skip-link:active {
    -webkit-transform: translateY(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(0);
    /* IE 9 */
    transform: translateY(0);
    /* Firefox 16+, IE 10+, Opera */
    opacity: 1;
    color: #FFFFFF; }

.site-content {
  -webkit-box-flex: 1 1 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 1 auto;
  /* Chrome */
  -ms-flex: 1 1 auto;
  /* IE 10 */
  flex: 1 1 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

a {
  text-decoration: none;
  color: #9D9DD3;
  -webkit-transition: color 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: color 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  a:hover, a:focus {
    color: #7a7ac3; }

p {
  margin: 2rem 0; }

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 5px; }

blockquote {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #303357;
  font-size: 2.6rem;
  line-height: 3.2rem;
  fot-weight: 600;
  font-style: italic;
  background-color: #FFFFFF;
  padding: 1.5rem 4rem;
  margin: 3.5rem 0; }
  @media (max-width: 600px) {
    blockquote {
      font-size: 2.2rem;
      padding: 0.5rem 2rem; } }
.page-not-found {
  padding-top: 12rem !important; }

/* Header Styles
 * -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2; }

h1 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.6rem;
  color: #6868AA;
  max-width: 75rem;
  margin: 3rem auto; }
  @media (max-width: 600px) {
    h1 {
      font-size: 3rem; } }
h2 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #6868AA;
  line-height: 2.8rem;
  margin: 2rem 0; }

h3 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  color: #5A5A5A;
  line-height: 2.4rem;
  margin: 2rem 0; }

h4 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  color: #5A5A5A;
  line-height: 2.2rem;
  margin: 2rem 0; }

/* Reuseable Elements
 * -------------------------------------------------------------------------- */
/* Sidebar/Full Width Styles
 * -------------------------------------------------------------------------- */
body.sidebar:not(.home) .page-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media (max-width: 1140px) {
    body.sidebar:not(.home) .page-wrapper {
      display: block; } }
/* Page Banner
 * -------------------------------------------------------------------------- */
#page-banner {
  width: 100%;
  max-height: 54rem;
  min-height: 38rem;
  height: 36.4vw; }
  @media (max-width: 800px) {
    #page-banner {
      height: auto;
      min-height: 0;
      position: relative;
      top: 7.5rem; } }
  #page-banner .container {
    position: relative;
    width: 100%;
    height: 100%; }
  #page-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  #page-banner.no-image {
    height: 0;
    min-height: 0; }

/* Main - Full
 * -------------------------------------------------------------------------- */
body.full:not(.home) .main {
  max-width: 118rem;
  overflow: auto;
  margin: 0 auto;
  padding-right: 15rem; }
  @media (max-width: 1020px) {
    body.full:not(.home) .main {
      padding-right: 8rem; } }
  @media (max-width: 800px) {
    body.full:not(.home) .main {
      padding-right: 0; } }
@media (max-width: 800px) {
  body.full.has-banner-image:not(.home) .main {
    padding-right: 0; } }

/* Main - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar:not(.home) .main {
  width: calc(100% - 40rem);
  overflow: auto;
  overflow-x: hidden; }
  @media (max-width: 1300px) {
    body.sidebar:not(.home) .main {
      width: calc(100% - 30rem); } }
  @media (max-width: 1140px) {
    body.sidebar:not(.home) .main {
      width: calc(100% - 15rem); } }
  @media (max-width: 1020px) {
    body.sidebar:not(.home) .main {
      width: calc(100% - 8rem); } }
  @media (max-width: 800px) {
    body.sidebar:not(.home) .main {
      width: 100%; } }
@media (max-width: 1140px) {
  body.sidebar.has-banner-image:not(.home) .main {
    width: 100%; } }

/* Page Content - Full
 * -------------------------------------------------------------------------- */
body.full .page-content {
  padding: 0 2.5rem;
  max-width: 75rem;
  width: 63.6%;
  float: left;
  margin-top: 5.5rem;
  margin-bottom: 11rem; }
  @media (max-width: 1020px) {
    body.full .page-content {
      width: calc(100% - 32rem); } }
  @media (max-width: 800px) {
    body.full .page-content {
      float: none;
      width: 100%;
      box-sizing: border-box; } }
  @media (max-width: 800px) {
    body.full .page-content {
      margin-top: 12rem;
      width: 100%; } }
body.full nav.empty-nav {
  display: none; }
  body.full nav.empty-nav + .page-content {
    float: none;
    margin: 5.5rem auto 11rem;
    padding-left: 15rem; }
    @media (max-width: 800px) {
      body.full nav.empty-nav + .page-content {
        padding-left: 2.5rem;
        margin-top: 12rem; } }
/* Page Content - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar .page-content {
  padding: 0 2.5rem;
  max-width: 75rem;
  margin: 0 auto;
  margin-bottom: 11rem; }
  @media (max-width: 800px) {
    body.sidebar .page-content {
      margin-top: 12rem; } }
/* ==========================================================================
   _forms.scss
   ========================================================================== */
/* Reset All Styles
 * -------------------------------------------------------------------------- */
button,
select:not([class*="ui-"]),
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none; }

button {
  font-family: 'rubik', sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #6868AA;
  color: #FFFFFF;
  font-size: 2rem;
  border-radius: 4px;
  padding: 1rem 3rem; }

/* Labels
 * -------------------------------------------------------------------------- */
label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #505155;
  font-size: 1.6rem;
  margin-bottom: 0.8rem; }

/* Regular Inputs
 * -------------------------------------------------------------------------- */
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  border: 1px solid #F0F0F0;
  padding: 1rem 1.6rem;
  width: 100%;
  color: #7878b3;
  background-color: #FFFFFF; }

input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  border: 1px solid #F0F0F0;
  padding: 1rem 1.6rem;
  width: 100%;
  color: #7878b3;
  background-color: #FFFFFF; }

input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  border: 1px solid #F0F0F0;
  padding: 1rem 1.6rem;
  width: 100%;
  color: #7878b3;
  background-color: #FFFFFF; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  border: 1px solid #F0F0F0;
  padding: 1rem 1.6rem;
  width: 100%;
  color: #7878b3;
  background-color: #FFFFFF; }

input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  border: 1px solid #F0F0F0;
  padding: 1rem 1.6rem;
  width: 100%;
  color: #7878b3;
  background-color: #FFFFFF; }

input[type="url"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  border: 1px solid #F0F0F0;
  padding: 1rem 1.6rem;
  width: 100%;
  color: #7878b3;
  background-color: #FFFFFF; }

textarea {
  width: 100%;
  border: 1px solid #F0F0F0;
  padding: 1rem 1.6rem;
  color: #7878b3;
  height: 16.5rem;
  resize: none;
  background-color: #FFFFFF; }

/* Selects
 * -------------------------------------------------------------------------- */
select:not([class*="ui-"]) {
  background-image: url(../../img/arrow-down-blue.svg);
  background-position: right 1.2rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  width: 100%;
  border: 1px solid #F0F0F0;
  padding: 1rem 3.2rem 1rem 1.6rem;
  color: #7878b3;
  padding-right: 5rem;
  background-color: #FFFFFF; }

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none; }
  select:focus::-ms-value {
    background: transparent;
    color: #7878b3; } }

/* Date of Birth Selects: https://www.summerschool.gsacrd.ab.ca/summer-school-registration-form; */
.row.select.dob select {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 4px); }
  @media (max-width: 450px) {
    .row.select.dob select {
      width: 100%;
      max-width: 100%; }
      .row.select.dob select + select {
        margin-top: 5px; } }
/* Radio/Checkbox
 * -------------------------------------------------------------------------- */
input[type="radio"],
input[type="checkbox"] {
  display: inline; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    margin: 0;
    display: inline;
    position: relative;
    top: 3px;
    margin-left: 5px; }

/* File Upload
 * -------------------------------------------------------------------------- */
form .row.file .file {
  position: relative; }
  form .row.file .file input[type="file"] {
    opacity: 0;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 46px; }
    form .row.file .file input[type="file"]:hover, form .row.file .file input[type="file"]:focus {
      cursor: pointer; }
      form .row.file .file input[type="file"]:hover ~ .button, form .row.file .file input[type="file"]:focus ~ .button {
        background-color: #50508f; }
  form .row.file .file .button {
    display: inline-block;
    min-width: 150px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #6868AA;
    border-radius: 4px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.0rem;
    line-height: 2.6rem;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  form .row.file .file .filename {
    margin-left: 1rem; }

/* Add another file button: https://www.summerschool.gsacrd.ab.ca/summer-school-registration-form */
/* Date Picker
 * -------------------------------------------------------------------------- */
.ui-datepicker .ui-widget-header {
  background: #F8FAFB; }

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
  background: #F8FAFB; }

/* Submit
 * -------------------------------------------------------------------------- */
input[type="submit"],
button[type="submit"] {
  background: none;
  border: none;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  max-width: 25rem;
  width: 17.8rem;
  border-radius: 4px;
  background-color: #6868AA;
  padding: 1.5rem 3rem;
  margin: 1.5rem 0;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  input[type="submit"]:hover, input[type="submit"]:focus,
  button[type="submit"]:hover,
  button[type="submit"]:focus {
    background-color: #50508f; }
  input[type="submit"]:disabled, input[type="submit"].disabled,
  button[type="submit"]:disabled,
  button[type="submit"].disabled {
    background-color: #E3E9EB;
    color: #E2EDFA; }

/* Structures
 * -------------------------------------------------------------------------- */
form .row {
  max-width: 40rem;
  margin-bottom: 3rem; }

form label + p {
  margin: 1rem 0;
  font-size: 1.6rem; }

/* Search Field
 * -------------------------------------------------------------------------- */
.search-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: space-between;
  /* OLD - Firefox 19- */
  -ms-flex-pack: space-between;
  /* IE 10 */
  justify-content: space-between;
  width: 100%;
  max-width: 42rem; }
  .search-form .search-field {
    width: 19rem; }
    .search-form .search-field input[type="text"] {
      width: 100%;
      background-color: #FFFFFF;
      border: 0;
      border-bottom: 2px solid #6868AA;
      background-image: url(../../img/icon-search-blue.svg);
      background-size: 1.8rem;
      background-repeat: no-repeat;
      background-position: right 10px center;
      padding: 1.4rem 3.2rem 0.9rem 1.6rem; }
  .search-form .custom-select {
    width: 20.5rem;
    margin-left: 2.5rem; }
    .search-form .custom-select select {
      width: 100%;
      border: 2px solid #6868AA;
      border-radius: 5px;
      color: #a9a9cf;
      padding: 1.1rem 3.6rem 0.8rem 1.1rem; }
  @media (max-width: 375px) {
    .search-form {
      display: block; }
      .search-form .search-field {
        width: 100%;
        margin-bottom: 1.6rem; }
      .search-form .custom-select {
        width: 100%;
        margin-left: 0; } }
/* Vaults, Password and Ad Proected
 * -------------------------------------------------------------------------- */
.protected-article {
  padding-top: 127px !important; }
  @media (max-width: 800px) {
    .protected-article {
      padding-top: 0 !important; } }
  .protected-article a.forgot-pw {
    margin-left: 2rem; }
    @media (max-width: 450px) {
      .protected-article a.forgot-pw {
        display: block;
        margin-left: 0;
        margin-top: 2rem; } }
/* Errors
 * -------------------------------------------------------------------------- */
#message.error, #message .error {
  color: red; }

#message.success, #message .success {
  color: green; }

/* ==========================================================================
   _header.scss
   ========================================================================== */
/* Base Header Styles
 * -------------------------------------------------------------------------- */
.school-header > .container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: space-between;
  /* OLD - Firefox 19- */
  -ms-flex-pack: space-between;
  /* IE 10 */
  justify-content: space-between;
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  -webkit-flex-wrap: nowrap;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-wrap: nowrap;
  /* OLD - Firefox 19- */
  -ms-flex-wrap: nowrap;
  /* IE 10 */
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 4rem;
  height: 15rem;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  box-sizing: border-box;
  background-color: #6868AA; }
  @media (max-width: 1020px) {
    .school-header > .container {
      padding: 0 2.5rem; } }
  @media (max-width: 800px) {
    .school-header > .container {
      height: 24.4rem;
      padding: 3rem 0 1.5rem;
      -webkit-flex-direction: column;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-direction: column;
      /* OLD - Firefox 19- */
      -ms-flex-direction: column;
      /* IE 10 */
      flex-direction: column; } }
.school-header.logo-bg__transparent .school-header__logo {
  background-color: transparent; }

.school-header.logo-bg__white > .container {
  background-color: #FFFFFF; }

.school-header.logo-bg__white .school-header__branding h1, .school-header.logo-bg__white .school-header__branding a {
  color: #505155; }

.school-header.logo-bg__white .school-header__name {
  color: #505155; }
  @media (max-width: 800px) {
    .school-header.logo-bg__white .school-header__name {
      margin: 2rem 0 1rem; }
      .school-header.logo-bg__white .school-header__name h1 {
        margin: 0; } }
.school-header.logo-bg__white .site-search-toggle {
  background-color: #FFFFFF; }
  .school-header.logo-bg__white .site-search-toggle .icon svg {
    stroke: #6868AA; }

.school-header.logo-bg__white button.mobile-menu-toggle, .school-header.logo-bg__white button.menu-toggle {
  border: 1px solid #6868AA;
  padding: 0.7rem 1.3rem; }

@media (min-width: 1301px) {
  .school-header.logo-bg__white #expanded-nav nav > ul > li > a {
    color: #6868AA; } }

@media (max-width: 1300px) {
  .school-header.logo-bg__white.menu-style-expanded button.quicklinks-toggle:hover {
    opacity: 0.7;
    color: #FFFFFF;
    background-color: #6868AA; }
  .school-header.logo-bg__white.menu-style-expanded button.quicklinks-toggle.open {
    color: #FFFFFF;
    background-color: #6868AA; } }

.school-header.logo-bg__white.menu-style-collapsed button.quicklinks-toggle:hover {
  opacity: 0.7;
  color: #FFFFFF;
  background-color: #6868AA; }

.school-header.logo-bg__white.menu-style-collapsed button.quicklinks-toggle.open {
  color: #FFFFFF;
  background-color: #6868AA; }

.school-header.site-title__shown .logo-portrait {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center; }
  .school-header.site-title__shown .logo-portrait .school-header__name {
    margin-left: 15px; }
    @media (max-width: 800px) {
      .school-header.site-title__shown .logo-portrait .school-header__name {
        margin-left: 0;
        padding: 0 2.5rem;
        text-align: center; } }
.school-header.site-title__shown .logo-landscape .school-header__name {
  margin-top: 15px; }
  @media (max-width: 800px) {
    .school-header.site-title__shown .logo-landscape .school-header__name {
      padding: 0 2.5rem;
      text-align: center; } }
.school-header.site-title__shown .font-size__small .school-header__name {
  font-size: 1.6rem; }

.school-header.site-title__shown .font-size__medium .school-header__name {
  font-size: 2.2rem; }

.school-header.site-title__shown .font-size__large .school-header__name {
  font-size: 2.8rem; }

.back-to-school {
  height: 40px;
  background-color: #303357;
  padding: 0 4rem;
  line-height: 40px; }
  @media (max-width: 1020px) {
    .back-to-school {
      padding: 0 2.5rem; } }
  .back-to-school a {
    color: #FFFFFF;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .back-to-school a:before {
      content: "\00ab";
      display: inline-block;
      margin-right: 8px; }
    .back-to-school a:hover, .back-to-school a:focus {
      opacity: 0.8; }

/* Branding Styles
 * -------------------------------------------------------------------------- */
.school-header__branding {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: nowrap;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-wrap: nowrap;
  /* OLD - Firefox 19- */
  -ms-flex-wrap: nowrap;
  /* IE 10 */
  flex-wrap: nowrap;
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  margin-right: 3rem;
  line-height: 1.2; }
  @media (max-width: 800px) {
    .school-header__branding {
      -webkit-flex-direction: column;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-direction: column;
      /* OLD - Firefox 19- */
      -ms-flex-direction: column;
      /* IE 10 */
      flex-direction: column;
      margin-right: 0; } }
  .school-header__branding.logo-landscape img {
    max-height: 120px; }
    @media (max-width: 800px) {
      .school-header__branding.logo-landscape img {
        max-height: 7rem;
        width: auto; } }
  .school-header__branding img {
    display: block;
    max-height: 100%; }
    @media (max-width: 800px) {
      .school-header__branding img {
        max-height: 7rem;
        width: auto;
        margin: 0 auto; } }
  .school-header__branding h1, .school-header__branding a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #FFFFFF; }

.school-header__logo {
  min-width: 15rem; }
  .school-header__logo a {
    display: block; }

.school-header__name {
  margin: 0;
  padding-left: 2rem;
  color: #FFFFFF; }
  @media (max-width: 800px) {
    .school-header__name {
      padding-left: 0; } }
/* Links Styles
 * -------------------------------------------------------------------------- */
.school-header__links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: nowrap;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-wrap: nowrap;
  /* OLD - Firefox 19- */
  -ms-flex-wrap: nowrap;
  /* IE 10 */
  flex-wrap: nowrap;
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  -webkit-justify-content: flex-end;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: flex-end;
  /* OLD - Firefox 19- */
  -ms-flex-pack: flex-end;
  /* IE 10 */
  justify-content: flex-end; }
  .school-header__links button.mobile-menu-toggle, .school-header__links button.menu-toggle {
    background-color: #FFFFFF;
    color: #6868AA;
    margin-right: 1.5rem;
    padding: 0.8rem 3rem;
    font-weight: normal;
    border: 1px solid #6868AA;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .school-header__links button.mobile-menu-toggle:hover, .school-header__links button.mobile-menu-toggle:focus, .school-header__links button.menu-toggle:hover, .school-header__links button.menu-toggle:focus {
      opacity: 0.8; }
    @media (max-width: 1020px) {
      .school-header__links button.mobile-menu-toggle, .school-header__links button.menu-toggle {
        margin-right: 0;
        font-size: 1.8rem;
        padding: 0.8rem 1.3rem; } }
  .school-header__links button.quicklinks-toggle {
    -webkit-box-ordinal-group: 4;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 4;
    /* OLD - Firefox 19- */
    -ms-flex-order: 4;
    /* IE 10 */
    -webkit-order: 4;
    /* NEW - Chrome */
    order: 4;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    z-index: 1; }
    .school-header__links button.quicklinks-toggle.open {
      z-index: 11;
      border-radius: 4px;
      background-color: #FFFFFF; }
  .school-header__links ul.social-media {
    background-color: #6868AA;
    list-style-type: none;
    width: 15rem;
    padding: 0 0 2rem;
    margin: 0;
    position: absolute;
    right: 0;
    top: 24.5rem;
    z-index: 2; }
    .school-header__links ul.social-media li {
      padding: 1.4rem 0; }
    .school-header__links ul.social-media a {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-align-items: center;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-align-items: center;
      /* OLD - Firefox 19- */
      -ms-flex-align: center;
      /* IE 10 */
      align-items: center;
      margin: 0 auto;
      height: 32px;
      width: 34px; }
      .school-header__links ul.social-media a:hover svg .fill, .school-header__links ul.social-media a:focus svg .fill {
        fill: #FFFFFF; }
    .school-header__links ul.social-media svg {
      width: 100%;
      height: auto; }
      .school-header__links ul.social-media svg .fill {
        fill: #DADAFE;
        -webkit-transition: 0.25s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.25s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    @media (max-width: 1300px) {
      .school-header__links ul.social-media {
        top: 15rem; } }
    @media (max-width: 1020px) {
      .school-header__links ul.social-media {
        width: 8rem; } }
    @media (max-width: 800px) {
      .school-header__links ul.social-media {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: space-around;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
        -moz-justify-content: space-around;
        /* OLD - Firefox 19- */
        -ms-flex-pack: space-around;
        /* IE 10 */
        justify-content: space-around;
        z-index: 1;
        padding-bottom: 0;
        padding: 0 1rem;
        top: 24.4rem;
        border-top: 3px solid #FFFFFF;
        width: auto !important;
        left: 0;
        right: 0; }
        .school-header__links ul.social-media li {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          -webkit-align-items: center;
          /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
          -moz-align-items: center;
          /* OLD - Firefox 19- */
          -ms-flex-align: center;
          /* IE 10 */
          align-items: center;
          padding: 1rem; }
        .school-header__links ul.social-media a {
          width: 3rem; } }
  .school-header__links button.site-search-toggle {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding-right: 1rem;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .school-header__links button.site-search-toggle .text {
      font-size: 0; }
    .school-header__links button.site-search-toggle .icon svg {
      width: 5rem;
      height: 5rem;
      stroke: #FFFFFF; }
    @media (max-width: 1020px) {
      .school-header__links button.site-search-toggle {
        padding-right: 0; }
        .school-header__links button.site-search-toggle .icon svg {
          width: 3.4rem;
          height: 3.4rem; } }
    .school-header__links button.site-search-toggle:hover, .school-header__links button.site-search-toggle:focus {
      opacity: 0.8; }
    @media (max-width: 800px) {
      .school-header__links button.site-search-toggle {
        background-color: #FFFFFF;
        padding: 0.6rem 1rem 0.2rem 0.6rem;
        margin-left: 2rem;
        font-weight: normal;
        -webkit-transition: 0.25s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.25s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
        .school-header__links button.site-search-toggle .icon svg {
          width: 2.5rem;
          height: 2.5rem;
          stroke: #6868AA; } }
.home .school-header__links ul.social-media {
  height: 42.5rem; }
  .home .school-header__links ul.social-media.no-quicklinks {
    padding-top: 2rem;
    top: 15rem;
    height: 50rem; }
  @media (max-width: 1300px) {
    .home .school-header__links ul.social-media {
      height: 43rem; }
      .home .school-header__links ul.social-media.no-quicklinks {
        height: 41rem; } }
  @media (max-width: 800px) {
    .home .school-header__links ul.social-media {
      height: 7.5rem;
      z-index: 10; }
      .home .school-header__links ul.social-media.no-quicklinks {
        height: 7.5rem;
        top: 24.4rem;
        padding-top: 0; } }
button.close-expanded-nav, button.close-collapsed-nav {
  background-color: #303357;
  color: #FFFFFF;
  margin-right: 1.5rem;
  padding: 0.6rem 3rem;
  font-weight: normal;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  position: absolute;
  z-index: 1;
  top: 6rem;
  right: 13.7rem; }
  button.close-expanded-nav:hover, button.close-collapsed-nav:hover {
    opacity: 0.8; }
  @media (max-width: 800px) {
    button.close-expanded-nav, button.close-collapsed-nav {
      right: 26.7rem; } }
  @media (max-width: 600px) {
    button.close-expanded-nav, button.close-collapsed-nav {
      right: 13.7rem; } }
body.no-header-social .school-header.menu-style-collapsed ul.social-media {
  display: none !important; }

@media (max-width: 800px) {
  body.no-header-social ul.social-media {
    display: none !important; } }

/* Header Styles - Menu Expanded
 * -------------------------------------------------------------------------- */
.school-header.menu-style-expanded button.site-search-toggle {
  -webkit-box-ordinal-group: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;
  /* OLD - Firefox 19- */
  -ms-flex-order: 3;
  /* IE 10 */
  -webkit-order: 3;
  /* NEW - Chrome */
  order: 3;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.school-header.menu-style-expanded button.quicklinks-toggle {
  -webkit-box-ordinal-group: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 4;
  /* OLD - Firefox 19- */
  -ms-flex-order: 4;
  /* IE 10 */
  -webkit-order: 4;
  /* NEW - Chrome */
  order: 4;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  font-family: 'rubik', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #DADAFE;
  padding: 0;
  text-align: center;
  background-color: #6868AA;
  width: 15rem;
  border-radius: 0;
  position: absolute;
  top: 15rem;
  right: 0;
  height: 10rem;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }
  .school-header.menu-style-expanded button.quicklinks-toggle:hover, .school-header.menu-style-expanded button.quicklinks-toggle:focus {
    color: #FFFFFF; }
  .school-header.menu-style-expanded button.quicklinks-toggle.open {
    color: #6868AA;
    background-color: #FFFFFF;
    border-radius: 4px;
    height: auto;
    width: auto;
    font-weight: normal;
    padding: 0.7rem 2.2rem;
    margin: 3rem 2rem 0; }
  .school-header.menu-style-expanded button.quicklinks-toggle .text {
    display: inline-block;
    width: 7rem;
    line-height: 2.2rem; }
  @media (max-width: 1300px) {
    .school-header.menu-style-expanded button.quicklinks-toggle {
      -webkit-box-ordinal-group: -1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: -1;
      /* OLD - Firefox 19- */
      -ms-flex-order: -1;
      /* IE 10 */
      -webkit-order: -1;
      /* NEW - Chrome */
      order: -1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      position: static;
      width: 15.1rem;
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      border-radius: 4px;
      height: auto;
      padding: 0.7rem 0;
      margin-right: 4rem;
      font-weight: normal;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .school-header.menu-style-expanded button.quicklinks-toggle:hover {
        color: #6868AA;
        background-color: rgba(255, 255, 255, 0.8); }
      .school-header.menu-style-expanded button.quicklinks-toggle.open {
        margin: 0;
        margin-right: 4rem;
        width: 15.1rem; }
      .school-header.menu-style-expanded button.quicklinks-toggle .text {
        width: 100%; } }
  @media (max-width: 1020px) {
    .school-header.menu-style-expanded button.quicklinks-toggle {
      margin-right: 2rem;
      font-size: 1.8rem;
      width: 12.1rem; }
      .school-header.menu-style-expanded button.quicklinks-toggle.open {
        width: 12.1rem; } }
.school-header.menu-style-expanded button.mobile-menu-toggle {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: none; }

@media (max-width: 1300px) {
  .school-header.menu-style-expanded button.mobile-menu-toggle {
    display: block !important; } }

.school-header.menu-style-expanded .expanded-nav__wrapper {
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.school-header.menu-style-expanded ul.social-media {
  -webkit-box-ordinal-group: 5;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 5;
  /* OLD - Firefox 19- */
  -ms-flex-order: 5;
  /* IE 10 */
  -webkit-order: 5;
  /* NEW - Chrome */
  order: 5;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media (max-width: 1300px) {
    .school-header.menu-style-expanded ul.social-media {
      -webkit-box-ordinal-group: 4;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 4;
      /* OLD - Firefox 19- */
      -ms-flex-order: 4;
      /* IE 10 */
      -webkit-order: 4;
      /* NEW - Chrome */
      order: 4;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
body:not(.sidebar):not(.home) .school-header.menu-style-expanded ul.social-media.no-quicklinks {
  top: 15rem; }
  @media (max-width: 800px) {
    body:not(.sidebar):not(.home) .school-header.menu-style-expanded ul.social-media.no-quicklinks {
      top: 24.4rem; } }
body.sidebar:not(.home) .school-header.menu-style-expanded button.quicklinks-toggle {
  font-weight: normal;
  width: 10rem;
  right: 30rem;
  top: 15.5rem;
  z-index: 3; }
  body.sidebar:not(.home) .school-header.menu-style-expanded button.quicklinks-toggle.open {
    right: 4.5rem;
    width: 15rem; }
  @media (max-width: 1140px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded button.quicklinks-toggle {
      width: 15.1rem; } }
  @media (max-width: 1020px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded button.quicklinks-toggle {
      font-size: 1.8rem;
      width: 12.1rem; }
      body.sidebar:not(.home) .school-header.menu-style-expanded button.quicklinks-toggle.open {
        width: 12.1rem; } }
body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media {
  width: 30rem;
  padding-left: 2.5rem; }
  body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media.no-quicklinks {
    width: 40rem;
    top: 15rem; }
  @media (max-width: 1300px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media {
      padding-left: 2.5rem; } }
  @media (max-width: 1300px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media {
      width: 30rem; }
      body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media.no-quicklinks {
        width: 30rem; } }
  @media (max-width: 1140px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media {
      padding-left: 0; } }
  @media (max-width: 800px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media.no-quicklinks {
      top: 24.4rem; } }
body.sidebar:not(.home) .school-header.menu-style-collapsed ul.social-media {
  width: 40rem;
  padding-left: 2.5rem; }
  @media (max-width: 1300px) {
    body.sidebar:not(.home) .school-header.menu-style-collapsed ul.social-media {
      width: 30rem; } }
body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media, body.sidebar:not(.home) .school-header.menu-style-collapsed ul.social-media {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  -webkit-justify-content: space-between;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: space-between;
  /* OLD - Firefox 19- */
  -ms-flex-pack: space-between;
  /* IE 10 */
  justify-content: space-between;
  height: 10rem;
  padding-bottom: 0;
  padding-right: 2.5rem;
  box-sizing: border-box;
  z-index: 3;
  top: 15.5rem; }
  @media (max-width: 1140px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media, body.sidebar:not(.home) .school-header.menu-style-collapsed ul.social-media {
      top: 15rem;
      display: block;
      width: 15rem !important;
      padding-bottom: 2rem;
      padding-right: 0;
      padding-left: 0;
      box-sizing: content-box;
      height: auto; } }
  @media (max-width: 1020px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media, body.sidebar:not(.home) .school-header.menu-style-collapsed ul.social-media {
      width: 8rem !important; } }
  @media (max-width: 800px) {
    body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media, body.sidebar:not(.home) .school-header.menu-style-collapsed ul.social-media {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-justify-content: space-around;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-justify-content: space-around;
      /* OLD - Firefox 19- */
      -ms-flex-pack: space-around;
      /* IE 10 */
      justify-content: space-around;
      height: 7.5rem;
      z-index: 1;
      width: auto !important;
      padding-bottom: 0;
      padding: 0 1rem;
      top: 24.4rem;
      border-top: 3px solid #FFFFFF;
      left: 0;
      right: 0; }
      body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media li, body.sidebar:not(.home) .school-header.menu-style-collapsed ul.social-media li {
        padding: 1rem; }
      body.sidebar:not(.home) .school-header.menu-style-expanded ul.social-media a, body.sidebar:not(.home) .school-header.menu-style-collapsed ul.social-media a {
        width: 3rem; } }
body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media, body.has-banner-image:not(.home) .school-header.menu-style-collapsed ul.social-media {
  display: block;
  width: 15rem !important;
  padding-bottom: 2rem;
  padding-right: 0;
  padding-left: 0;
  box-sizing: content-box;
  height: auto; }
  @media (max-width: 1020px) {
    body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media, body.has-banner-image:not(.home) .school-header.menu-style-collapsed ul.social-media {
      width: 8rem !important; } }
body.has-banner-image:not(.home) .school-header.menu-style-expanded button.quicklinks-toggle {
  width: 15rem;
  top: 15rem;
  right: 0; }

body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media {
  top: 25rem;
  height: 42rem; }
  body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media.no-quicklinks {
    top: 15rem;
    padding-top: 2rem;
    height: 50rem; }
  @media (max-width: 1300px) {
    body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media {
      top: 15rem;
      height: 46rem; }
      body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media.no-quicklinks {
        height: 44rem; } }
  @media (max-width: 1140px) {
    body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media {
      height: auto; } }
  @media (max-width: 800px) {
    body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-justify-content: space-around;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-justify-content: space-around;
      /* OLD - Firefox 19- */
      -ms-flex-pack: space-around;
      /* IE 10 */
      justify-content: space-around;
      height: 7.5rem;
      z-index: 1;
      padding-bottom: 0;
      padding: 0 1rem;
      top: 24.4rem;
      border-top: 3px solid #FFFFFF;
      width: auto !important;
      left: 0;
      right: 0; }
      body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media.no-quicklinks {
        height: 7.5rem;
        padding: 0 1rem;
        top: 24.4rem;
        border-top: 3px solid #FFFFFF; }
      body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media li {
        padding: 1rem; }
      body.has-banner-image:not(.home) .school-header.menu-style-expanded ul.social-media a {
        width: 3rem; } }
body.has-banner-image:not(.home) .school-header.menu-style-collapsed ul.social-media {
  top: 15rem; }
  body.has-banner-image:not(.home) .school-header.menu-style-collapsed ul.social-media.no-quicklinks {
    padding-top: 2rem; }
  @media (max-width: 1140px) {
    body.has-banner-image:not(.home) .school-header.menu-style-collapsed ul.social-media {
      height: auto; } }
  @media (max-width: 800px) {
    body.has-banner-image:not(.home) .school-header.menu-style-collapsed ul.social-media {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-justify-content: space-around;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-justify-content: space-around;
      /* OLD - Firefox 19- */
      -ms-flex-pack: space-around;
      /* IE 10 */
      justify-content: space-around;
      height: 7.5rem;
      z-index: 1;
      padding-bottom: 0;
      padding: 0 1rem;
      top: 24.4rem;
      border-top: 3px solid #FFFFFF;
      width: auto !important;
      left: 0;
      right: 0; }
      body.has-banner-image:not(.home) .school-header.menu-style-collapsed ul.social-media li {
        padding: 1rem; }
      body.has-banner-image:not(.home) .school-header.menu-style-collapsed ul.social-media a {
        width: 3rem; } }
body.has-banner-image:not(.home).sidebar .school-header.menu-style-collapsed ul.social-media {
  top: 15rem;
  height: 52rem; }
  @media (max-width: 1140px) {
    body.has-banner-image:not(.home).sidebar .school-header.menu-style-collapsed ul.social-media {
      height: auto; } }
  @media (max-width: 800px) {
    body.has-banner-image:not(.home).sidebar .school-header.menu-style-collapsed ul.social-media {
      top: 24.4rem;
      -webkit-justify-content: space-around;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-justify-content: space-around;
      /* OLD - Firefox 19- */
      -ms-flex-pack: space-around;
      /* IE 10 */
      justify-content: space-around;
      height: 7.5rem;
      border-top: 3px solid #FFFFFF;
      width: auto !important;
      left: 0;
      right: 0; } }
body.has-banner-image:not(.home).sidebar .featured-content {
  padding-top: 0; }

/* Header Styles - Menu Collapsed
 * -------------------------------------------------------------------------- */
.school-header.menu-style-collapsed button.site-search-toggle {
  -webkit-box-ordinal-group: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;
  /* OLD - Firefox 19- */
  -ms-flex-order: 3;
  /* IE 10 */
  -webkit-order: 3;
  /* NEW - Chrome */
  order: 3;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.school-header.menu-style-collapsed button.quicklinks-toggle {
  -webkit-box-ordinal-group: -1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: -1;
  /* OLD - Firefox 19- */
  -ms-flex-order: -1;
  /* IE 10 */
  -webkit-order: -1;
  /* NEW - Chrome */
  order: -1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: static;
  width: 15.1rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  height: auto;
  padding: 0.7rem 0;
  margin-right: 4rem;
  font-weight: normal;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .school-header.menu-style-collapsed button.quicklinks-toggle:hover {
    color: #6868AA;
    background-color: rgba(255, 255, 255, 0.8); }
  .school-header.menu-style-collapsed button.quicklinks-toggle.open {
    margin: 0;
    margin-right: 4rem;
    width: 15.1rem;
    color: #6868AA; }
  .school-header.menu-style-collapsed button.quicklinks-toggle .text {
    width: 100%; }
  @media (max-width: 1020px) {
    .school-header.menu-style-collapsed button.quicklinks-toggle {
      margin-right: 2rem;
      font-size: 1.8rem;
      width: 12.1rem; }
      .school-header.menu-style-collapsed button.quicklinks-toggle.open {
        width: 12.1rem;
        margin-right: 2rem; } }
.school-header.menu-style-collapsed button.mobile-menu-toggle {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.school-header.menu-style-collapsed ul.social-media {
  -webkit-box-ordinal-group: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 4;
  /* OLD - Firefox 19- */
  -ms-flex-order: 4;
  /* IE 10 */
  -webkit-order: 4;
  /* NEW - Chrome */
  order: 4;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  top: 15rem;
  height: 52rem; }
  @media (max-width: 1300px) {
    .school-header.menu-style-collapsed ul.social-media {
      height: 43rem; } }
  @media (max-width: 800px) {
    .school-header.menu-style-collapsed ul.social-media {
      height: 7.5rem;
      top: 24.4rem;
      border-top: 3px solid #FFFFFF;
      width: auto !important;
      left: 0;
      right: 0; } }
body:not(.home) .school-header.menu-style-collapsed ul.social-media {
  height: auto; }

/* Main Nav - Expanded
 * -------------------------------------------------------------------------- */
@media (min-width: 1301px) {
  #expanded-nav {
    padding: 0 3rem; } }
  @media (min-width: 1301px) and (max-width: 1300px) {
    #expanded-nav {
      display: none; } }
@media (min-width: 1301px) {
    #expanded-nav button.close-expanded-nav {
      display: none; }
    #expanded-nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #expanded-nav a {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      display: block;
      line-height: 2.2rem; }
    #expanded-nav b, #expanded-nav strong {
      font-weight: inherit; }
    #expanded-nav button.expand {
      display: none; }
    #expanded-nav nav > ul {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-justify-content: flex-end;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-justify-content: flex-end;
      /* OLD - Firefox 19- */
      -ms-flex-pack: flex-end;
      /* IE 10 */
      justify-content: flex-end;
      position: relative; }
      #expanded-nav nav > ul > li {
        margin: 0 2rem;
        position: relative; }
        #expanded-nav nav > ul > li:last-child ul.secondary-navigation, #expanded-nav nav > ul > li:nth-last-child(2) ul.secondary-navigation {
          left: auto;
          right: 0; }
        #expanded-nav nav > ul > li:last-child ul.secondary-navigation ul, #expanded-nav nav > ul > li:nth-last-child(2) ul.secondary-navigation ul {
          left: -100%; }
        #expanded-nav nav > ul > li:nth-last-child(3) ul.secondary-navigation ul, #expanded-nav nav > ul > li:nth-last-child(4) ul.secondary-navigation ul {
          left: -100%; }
        #expanded-nav nav > ul > li:hover > ul {
          visibility: visible;
          opacity: 1;
          z-index: 20; }
        #expanded-nav nav > ul > li.active:not(.current) > a {
          border-bottom: 2px solid #9D9DD3; }
        #expanded-nav nav > ul > li.current > a {
          border-bottom: 2px solid #9D9DD3; }
      #expanded-nav nav > ul > li > a {
        color: #FFFFFF;
        padding: 0.5rem 0; }
    #expanded-nav ul.secondary-navigation {
      position: absolute;
      top: 3.2rem;
      left: 0;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      background-color: #e8e8f9;
      width: 28rem;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      #expanded-nav ul.secondary-navigation > li {
        position: relative; }
        #expanded-nav ul.secondary-navigation > li:after {
          content: "";
          display: inline-block;
          background-color: #e8e8f9;
          width: 0;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          -webkit-transition: 0.5s;
          /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: 0.5s;
          /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
        #expanded-nav ul.secondary-navigation > li:hover:after {
          background-color: #FFFFFF;
          width: 100%; }
        #expanded-nav ul.secondary-navigation > li:hover > ul {
          visibility: visible;
          opacity: 1; }
        #expanded-nav ul.secondary-navigation > li.children > a {
          padding-right: 3.6rem; }
        #expanded-nav ul.secondary-navigation > li.children button {
          display: block;
          background: none;
          position: absolute;
          padding: 0;
          right: 0;
          top: 15px;
          width: 16px;
          height: 16px;
          margin-right: 14px; }
          #expanded-nav ul.secondary-navigation > li.children button span {
            display: inline-block;
            width: 16px;
            height: 16px; }
            #expanded-nav ul.secondary-navigation > li.children button span:before, #expanded-nav ul.secondary-navigation > li.children button span:after {
              content: "";
              display: inline-block;
              width: 16px;
              height: 3px;
              background-color: #6868AA;
              position: relative;
              z-index: 1; }
            #expanded-nav ul.secondary-navigation > li.children button span:before {
              top: -9px; }
            #expanded-nav ul.secondary-navigation > li.children button span:after {
              -webkit-transform: rotate(90deg);
              /* Chrome, Opera 15+, Safari 3.1+ */
              -ms-transform: rotate(90deg);
              /* IE 9 */
              transform: rotate(90deg);
              /* Firefox 16+, IE 10+, Opera */
              top: -33px; }
      #expanded-nav ul.secondary-navigation > li > a {
        padding: 1.4rem 2rem 1.3rem;
        color: #6868AA;
        font-size: 1.6rem;
        position: relative;
        z-index: 1;
        -webkit-transition: 0.25s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.25s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    #expanded-nav ul.secondary-navigation ul {
      position: absolute;
      top: 0;
      visibility: hidden;
      opacity: 0;
      left: 100%;
      background-color: #e8e8f9;
      width: 28rem;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      #expanded-nav ul.secondary-navigation ul > li {
        position: relative; }
        #expanded-nav ul.secondary-navigation ul > li:after {
          content: "";
          display: inline-block;
          background-color: #e8e8f9;
          width: 0;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          -webkit-transition: 0.5s;
          /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: 0.5s;
          /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
        #expanded-nav ul.secondary-navigation ul > li:hover:after {
          background-color: #FFFFFF;
          width: 100%; }
        #expanded-nav ul.secondary-navigation ul > li:hover > ul {
          visibility: visible;
          opacity: 1; }
      #expanded-nav ul.secondary-navigation ul > li > a {
        padding: 1.4rem 2rem 1.3rem;
        color: #6868AA;
        font-size: 1.6rem;
        position: relative;
        z-index: 1;
        -webkit-transition: 0.25s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.25s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ } }

@media (max-width: 1300px) {
  #expanded-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 20;
    overflow-y: scroll;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    visibility: hidden;
    opacity: 0; }
    #expanded-nav.open {
      display: block;
      visibility: visible;
      opacity: 1; }
      #expanded-nav.open nav.nav-container {
        -webkit-transform: translateX(0);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);
        /* IE 9 */
        transform: translateX(0);
        /* Firefox 16+, IE 10+, Opera */ }
    #expanded-nav button.close-expanded-nav {
      display: block; }
    #expanded-nav nav.nav-container {
      width: 31.6rem;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #e8e8f9;
      height: 100vh;
      overflow-y: scroll;
      padding-top: 12.5rem;
      padding-bottom: 5rem;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
      -webkit-transform: translateX(100%);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(100%);
      /* IE 9 */
      transform: translateX(100%);
      /* Firefox 16+, IE 10+, Opera */ } }
    @media (max-width: 1300px) and (max-width: 800px) {
      #expanded-nav nav.nav-container {
        width: 44.5rem; } }
    @media (max-width: 1300px) and (max-width: 600px) {
      #expanded-nav nav.nav-container {
        width: 31.6rem; } }
@media (max-width: 1300px) {
      #expanded-nav nav.nav-container ul {
        margin: 0;
        padding: 0; }
      #expanded-nav nav.nav-container li {
        margin-bottom: 2px; }
      #expanded-nav nav.nav-container a {
        font-family: 'rubik', sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        padding: 0.8rem 0 0.8rem 5.2rem;
        color: #6868AA; }
        #expanded-nav nav.nav-container a b {
          font-weight: 400; }
      #expanded-nav nav.nav-container button.expand {
        padding: 0;
        background-color: transparent;
        width: 22px;
        height: 32px;
        position: absolute;
        right: 2rem; }
        #expanded-nav nav.nav-container button.expand span {
          display: block;
          position: absolute;
          height: 1.5rem;
          width: 2.2rem;
          -webkit-transition: 0.25s;
          /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: 0.25s;
          /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
          #expanded-nav nav.nav-container button.expand span:before, #expanded-nav nav.nav-container button.expand span:after {
            content: "";
            display: block;
            background-color: #6868AA;
            height: 5px;
            width: 15px;
            position: absolute;
            top: 4px; }
          #expanded-nav nav.nav-container button.expand span:before {
            right: 0;
            -webkit-transform: rotate(-45deg);
            /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(-45deg);
            /* IE 9 */
            transform: rotate(-45deg);
            /* Firefox 16+, IE 10+, Opera */ }
          #expanded-nav nav.nav-container button.expand span:after {
            left: 0;
            -webkit-transform: rotate(45deg);
            /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(45deg);
            /* IE 9 */
            transform: rotate(45deg);
            /* Firefox 16+, IE 10+, Opera */ }
        #expanded-nav nav.nav-container button.expand.menu-open span {
          -webkit-transform: rotate(180deg);
          /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(180deg);
          /* IE 9 */
          transform: rotate(180deg);
          /* Firefox 16+, IE 10+, Opera */ }
      #expanded-nav nav.nav-container > ul > li > a {
        font-size: 2.2rem;
        background-color: #FFFFFF; }
        #expanded-nav nav.nav-container > ul > li > a:hover {
          background-color: #fcfcfe; }
      #expanded-nav nav.nav-container > ul > li.active > a {
        background-color: #6868AA;
        color: #FFFFFF; }
      #expanded-nav nav.nav-container > ul > li.active button.expand span:before, #expanded-nav nav.nav-container > ul > li.active button.expand span:after {
        background-color: #FFFFFF; }
    #expanded-nav ul.secondary-navigation {
      display: none; }
      #expanded-nav ul.secondary-navigation > li {
        background-color: #e8e8f9; }
        #expanded-nav ul.secondary-navigation > li > a {
          padding: 1.2rem 0 1.2rem 5.2rem; }
          #expanded-nav ul.secondary-navigation > li > a:hover {
            background-color: #fcfcfe; }
        #expanded-nav ul.secondary-navigation > li.active > a {
          color: #FFFFFF;
          background-color: #6868AA; }
        #expanded-nav ul.secondary-navigation > li.active > button.expand span:before, #expanded-nav ul.secondary-navigation > li.active > button.expand span:after {
          background-color: #FFFFFF; }
    #expanded-nav ul.secondary-navigation ul {
      display: none; }
      #expanded-nav ul.secondary-navigation ul > li > a {
        background-color: #c7c7e0;
        padding: 1.1rem 0 1.1rem 5.2rem; }
        #expanded-nav ul.secondary-navigation ul > li > a:hover {
          background-color: #fcfcfe; }
      #expanded-nav ul.secondary-navigation ul > li.active > a {
        color: #FFFFFF;
        background-color: #6868AA; }
      #expanded-nav ul.secondary-navigation ul > li.active > button.expand span:before, #expanded-nav ul.secondary-navigation ul > li.active > button.expand span:after {
        background-color: #FFFFFF; } }

/* Main Nav - Collapsed
 * -------------------------------------------------------------------------- */
#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 20;
  overflow-y: scroll;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  visibility: hidden;
  opacity: 0; }
  #main-nav.open {
    display: block;
    visibility: visible;
    opacity: 1; }
    #main-nav.open nav.nav-container {
      -webkit-transform: translateX(0);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(0);
      /* IE 9 */
      transform: translateX(0);
      /* Firefox 16+, IE 10+, Opera */ }
  #main-nav nav.nav-container {
    width: 31.6rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e8e8f9;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 12.5rem;
    padding-bottom: 5rem;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */ }
    @media (max-width: 800px) {
      #main-nav nav.nav-container {
        width: 44.5rem; } }
    @media (max-width: 600px) {
      #main-nav nav.nav-container {
        width: 31.6rem; } }
    #main-nav nav.nav-container ul {
      margin: 0;
      padding: 0; }
    #main-nav nav.nav-container li {
      margin-bottom: 2px; }
    #main-nav nav.nav-container a {
      font-family: 'rubik', sans-serif;
      font-style: normal;
      font-weight: 600;
      display: block;
      padding: 0.8rem 0 0.8rem 5.2rem;
      color: #6868AA; }
      #main-nav nav.nav-container a b {
        display: inline-block;
        max-width: 200px;
        font-weight: 400; }
    #main-nav nav.nav-container button.expand {
      padding: 0;
      background-color: transparent;
      width: 22px;
      height: 32px;
      position: absolute;
      right: 2rem; }
      #main-nav nav.nav-container button.expand span {
        display: block;
        position: absolute;
        height: 1.5rem;
        width: 2.2rem;
        -webkit-transition: 0.25s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.25s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
        #main-nav nav.nav-container button.expand span:before, #main-nav nav.nav-container button.expand span:after {
          content: "";
          display: block;
          background-color: #6868AA;
          height: 5px;
          width: 15px;
          position: absolute;
          top: 4px; }
        #main-nav nav.nav-container button.expand span:before {
          right: 0;
          -webkit-transform: rotate(-45deg);
          /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(-45deg);
          /* IE 9 */
          transform: rotate(-45deg);
          /* Firefox 16+, IE 10+, Opera */ }
        #main-nav nav.nav-container button.expand span:after {
          left: 0;
          -webkit-transform: rotate(45deg);
          /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(45deg);
          /* IE 9 */
          transform: rotate(45deg);
          /* Firefox 16+, IE 10+, Opera */ }
      #main-nav nav.nav-container button.expand.menu-open span {
        -webkit-transform: rotate(180deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(180deg);
        /* IE 9 */
        transform: rotate(180deg);
        /* Firefox 16+, IE 10+, Opera */ }
    #main-nav nav.nav-container > ul > li > a {
      font-size: 2.2rem;
      background-color: #FFFFFF;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      #main-nav nav.nav-container > ul > li > a:hover {
        background-color: #fcfcfe; }
    #main-nav nav.nav-container > ul > li.active > a {
      color: #FFFFFF;
      background-color: #6868AA; }
    #main-nav nav.nav-container > ul > li.active > button.expand span:before, #main-nav nav.nav-container > ul > li.active > button.expand span:after {
      background-color: #FFFFFF; }
  #main-nav ul.secondary-navigation {
    display: none; }
    #main-nav ul.secondary-navigation > li > a {
      padding: 1.2rem 0 1.2rem 5.2rem;
      background-color: #e8e8f9;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      #main-nav ul.secondary-navigation > li > a:hover {
        background-color: #d4d4f4; }
    #main-nav ul.secondary-navigation > li.active > a {
      color: #FFFFFF;
      background-color: #6868AA; }
    #main-nav ul.secondary-navigation > li.active > button.expand span:before, #main-nav ul.secondary-navigation > li.active > button.expand span:after {
      background-color: #FFFFFF; }
  #main-nav ul.secondary-navigation ul {
    display: none; }
    #main-nav ul.secondary-navigation ul > li > a {
      background-color: #c7c7e0;
      padding: 1.1rem 0 1.1rem 5.2rem;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      #main-nav ul.secondary-navigation ul > li > a:hover {
        background-color: #b7b7d7; }
    #main-nav ul.secondary-navigation ul > li.active > a {
      color: #FFFFFF;
      background-color: #6868AA; }
    #main-nav ul.secondary-navigation ul > li.active > button.expand span:before, #main-nav ul.secondary-navigation ul > li.active > button.expand span:after {
      background-color: #FFFFFF; }

/* Site Search - Inline
 * -------------------------------------------------------------------------- */
/* School Quicklinks
 * -------------------------------------------------------------------------- */
.school-quicklinks__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  visibility: hidden;
  overflow-x: hidden; }
  .school-quicklinks__wrapper.open {
    overflow-x: visible; }

#school-quicklinks {
  opacity: 0;
  visibility: hidden;
  background-color: #e8e8f9;
  width: 66.2rem;
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  position: absolute;
  top: 15rem;
  right: 0;
  z-index: 10; }
  @media (max-width: 800px) {
    #school-quicklinks {
      top: 24.4rem; } }
  #school-quicklinks:before {
    content: "Quick Links";
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    color: #6868AA;
    padding: 3.8rem 0 0 4.5rem;
    display: inline-block; }
    @media (max-width: 600px) {
      #school-quicklinks:before {
        padding-left: 2.5rem; } }
  #school-quicklinks.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */ }
    @media (max-width: 800px) {
      #school-quicklinks.open {
        width: 100%; } }
  #school-quicklinks .container {
    padding: 1.5rem 10rem 4rem 4.5rem; }
    @media (max-width: 600px) {
      #school-quicklinks .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
  #school-quicklinks .close-quicklinks {
    position: absolute;
    right: 2rem;
    top: 3rem;
    background-color: #303357;
    color: #FFFFFF;
    font-weight: normal;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    #school-quicklinks .close-quicklinks:hover {
      opacity: 0.8; }
  #school-quicklinks ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between; }
  #school-quicklinks li {
    -webkit-box-flex: 0 0 48%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 48%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 48%;
    /* Chrome */
    -ms-flex: 0 0 48%;
    /* IE 10 */
    flex: 0 0 48%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 48%;
    position: relative;
    padding-left: 2rem;
    margin-left: -2rem;
    box-sizing: border-box; }
    #school-quicklinks li:after {
      content: "";
      display: inline-block;
      background-color: #FFFFFF;
      width: 0;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transition: 0.5s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.5s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    #school-quicklinks li:hover:after {
      width: 100%; }
  #school-quicklinks a {
    padding: 1.4rem 2rem 1.3rem 0;
    color: #6868AA;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    display: block;
    line-height: 2.2rem;
    font-size: 1.8rem;
    position: relative;
    z-index: 1; }

/* Google Translate Button
 * -------------------------------------------------------------------------- */
#google-translate-element {
  left: 4rem;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 450px) {
    #google-translate-element {
      left: 0; } }
  #google-translate-element .goog-te-gadget-simple {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.55;
    color: #7878b3;
    padding: 3px 10px 5px;
    border-radius: 0;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    border: none;
    background-color: #FFFFFF; }
    #google-translate-element .goog-te-gadget-simple:hover {
      cursor: pointer; }
  #google-translate-element .goog-te-menu-value {
    margin: 0 0 0 5px;
    padding-right: 30px;
    background-image: url("../../img/arrow-down-blue.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px auto; }
    #google-translate-element .goog-te-menu-value span:not(:nth-child(1)) {
      display: none; }
    #google-translate-element .goog-te-menu-value img {
      display: none; }

/* ==========================================================================
   _footer.scss
   ========================================================================== */
.district-footer {
  background-color: #474B71;
  /* Removed Styles that override the standard district footer styles that we have for consistency. */ }
  .district-footer:before {
    background: #474B71; }
  .district-footer .container {
    padding: 0 8.5rem; }
    @media (max-width: 1020px) {
      .district-footer .container {
        padding: 0 2.5rem; } }
    @media (max-width: 600px) {
      .district-footer .container {
        display: block; } }
/* ==========================================================================
   _featured-content.scss
   ========================================================================== */
/* Featured Content - Full
 * -------------------------------------------------------------------------- */
body.full .featured-content {
  clear: both;
  overflow: auto;
  background: none transparent; }

/* Featured Content - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar .featured-content {
  clear: both;
  width: 40rem; }
  @media (max-width: 1300px) {
    body.sidebar .featured-content {
      width: 30rem; } }
  @media (max-width: 1140px) {
    body.sidebar .featured-content {
      width: 100%; } }
body.sidebar.home .featured-content {
  background-color: #FFFFFF; }

body.sidebar:not(.home) .featured-content {
  clear: both;
  padding-top: 11rem;
  z-index: 2; }
  @media (max-width: 1140px) {
    body.sidebar:not(.home) .featured-content {
      padding-top: 0; } }
body.sidebar.no-header-social.no-quicklinks:not(.home) .featured-content {
  padding-top: 0.5rem; }

/* Enticers - All
 * -------------------------------------------------------------------------- */
.featured-content__enticers .enticer__item {
  background-color: #303357;
  display: block;
  padding: 4rem 4.2rem;
  box-sizing: border-box;
  min-width: 40rem;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .featured-content__enticers .enticer__item:nth-child(odd) {
    background-color: #50508f; }
  .featured-content__enticers .enticer__item:nth-child(even) {
    background-color: #5a5a9f; }
  .featured-content__enticers .enticer__item h4 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
    olor: #FFFFFF;
    margin: 0; }
  .featured-content__enticers .enticer__item p {
    color: #505155;
    margin-bottom: 0; }
  @media (min-width: 601px) {
    .featured-content__enticers .enticer__item:hover:nth-child(odd), .featured-content__enticers .enticer__item:focus:nth-child(odd) {
      background-color: #303357; }
    .featured-content__enticers .enticer__item:hover:nth-child(even), .featured-content__enticers .enticer__item:focus:nth-child(even) {
      background-color: #303357; } }
  @media (max-width: 1300px) {
    .featured-content__enticers .enticer__item {
      min-width: 30rem; } }
  @media (max-width: 1020px) {
    .featured-content__enticers .enticer__item {
      padding: 4rem 2.5rem; } }
/* Enticers - Full Width
 * -------------------------------------------------------------------------- */
body.full .featured-content__enticers {
  clear: both;
  margin-bottom: 5rem; }
  body.full .featured-content__enticers .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap; }
  body.full .featured-content__enticers .enticer__item {
    background: none transparent;
    -webkit-box-flex: 1 0 calc(100% / 3);
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 calc(100% / 3);
    /* OLD - Firefox 19- */
    -webkit-flex: 1 0 calc(100% / 3);
    /* Chrome */
    -ms-flex: 1 0 calc(100% / 3);
    /* IE 10 */
    flex: 1 0 calc(100% / 3);
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 33.33333%;
    min-height: 18rem;
    padding-bottom: 2rem;
    margin-bottom: 8rem; }
    body.full .featured-content__enticers .enticer__item .content {
      height: 100%;
      border-bottom: solid 3px #505155;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    body.full .featured-content__enticers .enticer__item h4 {
      color: #505155;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    body.full .featured-content__enticers .enticer__item p {
      visibility: hidden;
      max-height: 0;
      margin: 0 auto; }
    body.full .featured-content__enticers .enticer__item:hover .content {
      border-bottom-color: #303357; }
    body.full .featured-content__enticers .enticer__item:hover h4 {
      color: #303357; }
    body.full .featured-content__enticers .enticer__item:nth-child(odd) {
      background: none transparent; }
    body.full .featured-content__enticers .enticer__item:nth-child(even) {
      background: none transparent; }
  @media (max-width: 750px) {
    body.full .featured-content__enticers .container {
      display: block; }
    body.full .featured-content__enticers .enticer__item {
      min-height: 0;
      width: 100%; } }
/* Enticers - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar .featured-content__enticers h4 {
  color: #FFFFFF; }

body.sidebar .featured-content__enticers p {
  color: #FFFFFF; }

@media (max-width: 1140px) {
  body.sidebar .featured-content__enticers .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap; }
  body.sidebar .featured-content__enticers .enticer__item {
    -webkit-box-flex: 1 0 calc(100% / 3);
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 calc(100% / 3);
    /* OLD - Firefox 19- */
    -webkit-flex: 1 0 calc(100% / 3);
    /* Chrome */
    -ms-flex: 1 0 calc(100% / 3);
    /* IE 10 */
    flex: 1 0 calc(100% / 3);
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    min-height: 20rem;
    min-width: calc(100% / 3); } }

@media (max-width: 750px) {
  body.sidebar .featured-content__enticers .container {
    display: block; }
  body.sidebar .featured-content__enticers .enticer__item {
    min-height: 0; } }

/* Social Media - All
 * -------------------------------------------------------------------------- */
.featured-content__social-media .container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.featured-content__social-media .sm-tabs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0;
  list-style-type: none;
  padding: 0; }
  .featured-content__social-media .sm-tabs li {
    -webkit-box-flex: 1 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 0 auto;
    /* Chrome */
    -ms-flex: 1 0 auto;
    /* IE 10 */
    flex: 1 0 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .featured-content__social-media .sm-tabs li button {
      background: #474B7F;
      border-radius: 0;
      border: 0;
      margin: 0 auto;
      width: 100%;
      cursor: pointer;
      padding: 1.6rem 3rem 1.4rem;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .featured-content__social-media .sm-tabs li button svg {
        fill: #FFFFFF; }
      .featured-content__social-media .sm-tabs li button:hover, .featured-content__social-media .sm-tabs li button:focus .featured-content__social-media .sm-tabs li button.active {
        background-color: #424678; }
    .featured-content__social-media .sm-tabs li.twitter svg {
      width: 27px;
      height: 25px; }
    .featured-content__social-media .sm-tabs li.facebook svg {
      width: 25px;
      height: 25px; }
    .featured-content__social-media .sm-tabs li.instagram svg {
      width: 25px;
      height: 25px; }

.featured-content__social-media .sm-feeds {
  background-color: #303357;
  list-style-type: none;
  margin: 0;
  padding: 4rem 3.5rem;
  min-height: 38rem; }
  .featured-content__social-media .sm-feeds li:not(.active) {
    display: none; }
  .featured-content__social-media .sm-feeds li {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    height: 100%; }
  .featured-content__social-media .sm-feeds .post__image {
    max-width: 40rem;
    margin: 0 auto; }
  .featured-content__social-media .sm-feeds p {
    line-height: 1.5;
    margin: 0 0 1.5rem;
    word-break: break-word;
    color: #FFFFFF; }
  .featured-content__social-media .sm-feeds a {
    color: #FFFFFF; }
  .featured-content__social-media .sm-feeds .posted-on {
    display: none; }
  .featured-content__social-media .sm-feeds .posted-by a {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.5px; }
    .featured-content__social-media .sm-feeds .posted-by a:hover, .featured-content__social-media .sm-feeds .posted-by a:focus {
      color: white; }
  @media (max-width: 600px) {
    .featured-content__social-media .sm-feeds {
      padding: 4rem 2.5rem; } }
/* Social Media - Full Width
 * -------------------------------------------------------------------------- */
body.full .featured-content__social-media {
  width: 100%;
  max-width: 960px;
  margin: 90px auto; }
  body.full .featured-content__social-media .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(100% - 4rem);
    margin: 0 auto; }
    body.full .featured-content__social-media .container ul li {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    body.full .featured-content__social-media .container ul.sm-tabs li button {
      background: #474B7F; }
      body.full .featured-content__social-media .container ul.sm-tabs li button svg {
        fill: rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.25s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.25s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    body.full .featured-content__social-media .container ul.sm-tabs li.facebook {
      order: 1; }
    body.full .featured-content__social-media .container ul.sm-tabs li.twitter {
      order: 2; }
    body.full .featured-content__social-media .container ul.sm-tabs li.instagram {
      order: 3; }
    body.full .featured-content__social-media .container ul.sm-tabs li.active button svg, body.full .featured-content__social-media .container ul.sm-tabs li:hover button svg, body.full .featured-content__social-media .container ul.sm-tabs li:active button svg {
      fill: #FFFFFF; }
    body.full .featured-content__social-media .container ul.sm-feeds {
      flex: 2 0 auto;
      padding: 4rem 0; }
      @media (max-width: 980px) {
        body.full .featured-content__social-media .container ul.sm-feeds {
          flex: 1 0 auto; } }
      @media (max-width: 600px) {
        body.full .featured-content__social-media .container ul.sm-feeds {
          flex: 0 1 auto; } }
      @media (max-width: 360px) {
        body.full .featured-content__social-media .container ul.sm-feeds {
          max-width: 200px; } }
      body.full .featured-content__social-media .container ul.sm-feeds li:not(.active) {
        display: none; }
    body.full .featured-content__social-media .container .post {
      width: 69%;
      max-width: 75rem;
      margin: 0 auto;
      padding: 0 2.5rem; }
      @media (max-width: 600px) {
        body.full .featured-content__social-media .container .post {
          width: 100%;
          box-sizing: border-box; } }
  body.full .featured-content__social-media.first {
    margin-top: 0; }
  body.full .featured-content__social-media.first.before_enticers .container ul {
    /* @include bp(tablet) {

					&.sm-tabs {
						li {
							width: 5rem;

							button {
								padding: 0;
							}
						}
					}

					&.sm-feeds {
						width: calc(100% - 5.2rem);
					}
				} */ }
    body.full .featured-content__social-media.first.before_enticers .container ul.sm-tabs li {
      width: 60px; }
      body.full .featured-content__social-media.first.before_enticers .container ul.sm-tabs li button {
        padding: 0; }
    body.full .featured-content__social-media.first.before_enticers .container ul.sm-feeds {
      width: calc(100% - 60px); }
  body.full .featured-content__social-media.last.after_enticers .container {
    /* ul {

				&.sm-tabs {
					li {
						width: 10rem;

						button {
							padding: 0;
						}
					}
				}

				&.sm-feeds {
					width: calc(100% - 10.2rem);
				}

				@include bp(tablet) {

					&.sm-tabs {
						li {
							width: 5rem;
							padding: 0;

							button {
								padding: 0;
							}
						}
					}

					&.sm-feeds {
						width: calc(100% - 5.2rem);
					}
				}
			} */ }
  body.full .featured-content__social-media.before_bus-status .container, body.full .featured-content__social-media.before_enticers.after_bus-status .container, body.full .featured-content__social-media.last.after_bus-status .container {
    /* ul {
				&.sm-tabs {

					li {
						width: 5rem;

						button {
							padding: 0;
						}
					}
				}

				&.sm-feeds {
					width: calc(100% - 5.2rem);
				}
			} */ }
  body.full .featured-content__social-media.before_enticers.after_bus-status .container, body.full .featured-content__social-media.last.after_bus-status .container {
    /* ul {
				&.sm-tabs {
	
					li {
						width: 5rem;

						button {
							padding: 0;
						}
					}
				}

				&.sm-feeds {
					width: calc(100% - 5.2rem);
				}
			} */ }
  body.full .featured-content__social-media .sm-tabs {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: column;
    /* OLD - Firefox 19- */
    -ms-flex-direction: column;
    /* IE 10 */
    flex-direction: column; }

/* Social Media - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar .featured-content__social-media .container {
  -webkit-flex-direction: column;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-direction: column;
  /* OLD - Firefox 19- */
  -ms-flex-direction: column;
  /* IE 10 */
  flex-direction: column; }

body.sidebar .featured-content__social-media .sm-tabs {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  body.sidebar .featured-content__social-media .sm-tabs li button {
    background: #474B7F; }
    body.sidebar .featured-content__social-media .sm-tabs li button svg {
      fill: rgba(255, 255, 255, 0.5);
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  body.sidebar .featured-content__social-media .sm-tabs li.active button svg, body.sidebar .featured-content__social-media .sm-tabs li:hover button svg, body.sidebar .featured-content__social-media .sm-tabs li:active button svg {
    fill: #FFFFFF; }

body.sidebar .featured-content__social-media .sm-feeds {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

@media (max-width: 1140px) {
  body.sidebar .featured-content__social-media .sm-feeds {
    min-height: 30rem; }
    body.sidebar .featured-content__social-media .sm-feeds li {
      width: 100%; }
  body.sidebar .featured-content__social-media .post {
    width: 69%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 2.5rem; } }
  @media (max-width: 1140px) and (max-width: 600px) {
    body.sidebar .featured-content__social-media .post {
      width: 100%;
      box-sizing: border-box; } }
@media (max-width: 1140px) {
  body.sidebar .featured-content__social-media.first.before_enticers .container {
    -webkit-flex-direction: row;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: row;
    /* OLD - Firefox 19- */
    -ms-flex-direction: row;
    /* IE 10 */
    flex-direction: row; }
    body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-tabs {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-direction: column;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-direction: column;
      /* OLD - Firefox 19- */
      -ms-flex-direction: column;
      /* IE 10 */
      flex-direction: column; }
      body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-tabs li {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        width: 10rem;
        border-top: 0; }
        body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-tabs li:first-child {
          border-bottom: 1px solid #FFFFFF; }
        body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-tabs li:nth-child(2):not(:last-child) {
          border-left: 0;
          border-top: 1px solid #FFFFFF;
          border-bottom: 1px solid #FFFFFF; }
        body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-tabs li:last-child {
          border-top: 1px solid #FFFFFF; }
        body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-tabs li button {
          padding: 0; }
    body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-feeds {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      width: calc(100% - 10.2rem); } }
  @media (max-width: 1140px) and (max-width: 800px) {
    body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-tabs li {
      width: 5rem; }
      body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-tabs li button {
        padding: 0; }
    body.sidebar .featured-content__social-media.first.before_enticers .container ul.sm-feeds {
      width: calc(100% - 5.2rem); } }
@media (max-width: 1140px) {
  body.sidebar .featured-content__social-media.last.after_enticers .container {
    -webkit-flex-direction: row;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: row;
    /* OLD - Firefox 19- */
    -ms-flex-direction: row;
    /* IE 10 */
    flex-direction: row; }
    body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-tabs {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-direction: column;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-direction: column;
      /* OLD - Firefox 19- */
      -ms-flex-direction: column;
      /* IE 10 */
      flex-direction: column; }
      body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-tabs li {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        width: 10rem;
        border-top: 0; }
        body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-tabs li:first-child {
          border-bottom: 1px solid #FFFFFF; }
        body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-tabs li:nth-child(2):not(:last-child) {
          border-left: 0;
          border-top: 1px solid #FFFFFF;
          border-bottom: 1px solid #FFFFFF; }
        body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-tabs li:last-child {
          border-left: 0;
          border-top: 1px solid #FFFFFF; }
        body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-tabs li button {
          padding: 0; }
    body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-feeds {
      width: calc(100% - 10.2rem); } }
  @media (max-width: 1140px) and (max-width: 800px) {
    body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-tabs li {
      width: 5rem;
      padding: 0; }
      body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-tabs li button {
        padding: 0; }
    body.sidebar .featured-content__social-media.last.after_enticers .container ul.sm-feeds {
      width: calc(100% - 5.2rem); } }
@media (max-width: 1140px) {
  body.sidebar .featured-content__social-media.before_bus-status .container, body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container, body.sidebar .featured-content__social-media.last.after_bus-status .container {
    -webkit-flex-direction: row;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: row;
    /* OLD - Firefox 19- */
    -ms-flex-direction: row;
    /* IE 10 */
    flex-direction: row; }
    body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-tabs, body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs {
      @Include order(2); }
      body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-tabs li, body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs li, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs li {
        width: 5rem;
        border-right: 0; }
        body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-tabs li button, body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs li button, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs li button {
          padding: 0; }
    body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-feeds, body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-feeds, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-feeds {
      order: 1;
      width: calc(100% - 5.2rem); } }
  @media (max-width: 1140px) and (max-width: 800px) {
    body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-tabs, body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs {
      order: 1; }
      body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-tabs li, body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs li, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs li {
        border-left: 0; }
    body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-feeds, body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-feeds, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-feeds {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
@media (max-width: 1140px) {
  body.sidebar .featured-content__social-media.before_bus-status .container {
    -webkit-flex-direction: row;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: row;
    /* OLD - Firefox 19- */
    -ms-flex-direction: row;
    /* IE 10 */
    flex-direction: row; }
    body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-tabs {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-direction: column;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-direction: column;
      /* OLD - Firefox 19- */
      -ms-flex-direction: column;
      /* IE 10 */
      flex-direction: column; }
      body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-tabs li {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        border-left: 0; }
        body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-tabs li:first-child {
          border-top: 0; }
    body.sidebar .featured-content__social-media.before_bus-status .container ul.sm-feeds {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container, body.sidebar .featured-content__social-media.last.after_bus-status .container {
    -webkit-flex-direction: row;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: row;
    /* OLD - Firefox 19- */
    -ms-flex-direction: row;
    /* IE 10 */
    flex-direction: row; }
    body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-direction: column;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-direction: column;
      /* OLD - Firefox 19- */
      -ms-flex-direction: column;
      /* IE 10 */
      flex-direction: column; }
      body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs li, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs li {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        width: 5rem;
        border-right: 0; }
        body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs li:first-child, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs li:first-child {
          border-top: 0; }
        body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs li button, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs li button {
          padding: 0; }
    body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-feeds, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-feeds {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      width: calc(100% - 5.2rem); } }
  @media (max-width: 1140px) and (max-width: 800px) {
    body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
      body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-tabs li, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-tabs li {
        border-left: 0; }
    body.sidebar .featured-content__social-media.before_enticers.after_bus-status .container ul.sm-feeds, body.sidebar .featured-content__social-media.last.after_bus-status .container ul.sm-feeds {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
/* Bus Status - All
 * -------------------------------------------------------------------------- */
.featured-content__bus-status {
  background-color: #F9FAFC; }
  .featured-content__bus-status .bus-status__header h2 {
    color: #505155;
    font-weight: 700; }
  .featured-content__bus-status .bus-status__header a {
    color: #505155;
    font-size: 1.4rem;
    position: relative;
    top: 4px; }
    .featured-content__bus-status .bus-status__header a:after {
      content: "\00bb"; }
    .featured-content__bus-status .bus-status__header a:hover, .featured-content__bus-status .bus-status__header a:focus {
      color: #9D9DD3; }

/* Bus Status - Full Width
 * -------------------------------------------------------------------------- */
body.full .featured-content__bus-status {
  padding: 4rem 0 6rem; }
  body.full .featured-content__bus-status .container {
    max-width: 90rem;
    margin: 0 auto; }
    @media (max-width: 900px) {
      body.full .featured-content__bus-status .container {
        max-width: 90%; } }
  body.full .featured-content__bus-status.first.before_enticers .container {
    margin: 0 auto 90px auto;
    padding: 0 5rem; }
    @media (max-width: 1020px) {
      body.full .featured-content__bus-status.first.before_enticers .container {
        padding: 0 2.5rem; } }
  @media (max-width: 800px) {
    body.full .featured-content__bus-status.first.before_enticers .buses__container {
      display: block;
      padding: 0 5rem; }
    body.full .featured-content__bus-status.first.before_enticers .bus__item {
      width: 100%; } }
  body.full .featured-content__bus-status.last.after_enticers .container {
    padding: 0 5rem; }
    @media (max-width: 1020px) {
      body.full .featured-content__bus-status.last.after_enticers .container {
        padding: 0 2.5rem; } }
  @media (max-width: 800px) {
    body.full .featured-content__bus-status.last.after_enticers .buses__container {
      display: block; }
    body.full .featured-content__bus-status.last.after_enticers .bus__item {
      width: 100%; } }
  body.full .featured-content__bus-status.before_social-media {
    margin: 0 auto 90px auto; }

/* Bus Status - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar .featured-content__bus-status {
  padding: 1.5rem 3.5rem 3.5rem;
  box-sizing: border-box; }
  @media (max-width: 1020px) {
    body.sidebar .featured-content__bus-status {
      padding: 1.5rem 2.5rem 3.5rem; } }
/* ==========================================================================
   _school-footer.scss
   ========================================================================== */
.school-footer {
  clear: both; }

/* About Us
 * -------------------------------------------------------------------------- */
.school-footer__about-us {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #6868AA;
  padding: 8.5rem 0 8.5rem; }
  .school-footer__about-us .container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative; }
  .school-footer__about-us .about-us__content {
    position: relative;
    z-index: 2;
    max-width: 72rem;
    margin: 0; }
    .school-footer__about-us .about-us__content h2 {
      color: #FFFFFF;
      font-size: 30px; }
    .school-footer__about-us .about-us__content p {
      color: #FFFFFF; }
    .school-footer__about-us .about-us__content a {
      color: #FFFFFF; }
      .school-footer__about-us .about-us__content a:after {
        content: "\00bb";
        margin-left: 5px; }
      .school-footer__about-us .about-us__content a:hover, .school-footer__about-us .about-us__content a:focus {
        opacity: 0.8; }
  .school-footer__about-us:before, .school-footer__about-us:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -45rem; }
  .school-footer__about-us:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45rem 37.5rem 45rem;
    border-color: transparent transparent #303357 transparent;
    right: -45rem; }
  .school-footer__about-us:after {
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 34.5rem 29rem 34.5rem;
    border-color: transparent transparent #363961 transparent;
    right: -34.5rem; }
  @media (max-width: 980px) {
    .school-footer__about-us:before {
      right: -70rem; }
    .school-footer__about-us:after {
      right: -56rem; } }
/* Calendar
 * -------------------------------------------------------------------------- */
.school-footer__calendar .container {
  padding: 0 4.2rem; }
  @media (max-width: 1020px) {
    .school-footer__calendar .container {
      padding: 0 2.5rem; } }
  .school-footer__calendar .container .events__footer {
    padding-right: 4.5rem; }
    @media (max-width: 1020px) {
      .school-footer__calendar .container .events__footer {
        padding-right: 2.5rem; } }
.school-footer__calendar .event {
  -webkit-box-flex: 0 0 29%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 29%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 29%;
  /* Chrome */
  -ms-flex: 0 0 29%;
  /* IE 10 */
  flex: 0 0 29%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 29%; }
  @media (max-width: 1020px) {
    .school-footer__calendar .event {
      -webkit-box-flex: 0 0 44.85%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 0 0 44.85%;
      /* OLD - Firefox 19- */
      -webkit-flex: 0 0 44.85%;
      /* Chrome */
      -ms-flex: 0 0 44.85%;
      /* IE 10 */
      flex: 0 0 44.85%;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      width: 44.85%; } }
  @media (max-width: 600px) {
    .school-footer__calendar .event {
      width: 100%; } }
/* School Footer District News
 * -------------------------------------------------------------------------- */
.school-footer__district-news {
  background-color: none transparent;
  padding: 8rem 0 10rem; }
  .school-footer__district-news .container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative; }
    @media (max-width: 1020px) {
      .school-footer__district-news .container {
        padding: 0 2.5rem; } }
  .school-footer__district-news .posts__header {
    margin-bottom: 5.5rem; }
    @media (max-width: 1020px) {
      .school-footer__district-news .posts__header {
        padding: 0; } }
    @media (max-width: 600px) {
      .school-footer__district-news .posts__header {
        margin-bottom: 8rem; } }
    .school-footer__district-news .posts__header:after {
      content: "";
      background-color: rgba(80, 81, 85, 0.2);
      float: right;
      height: 2px;
      width: 100%;
      position: relative;
      top: -1.5rem;
      z-index: 0; }
    .school-footer__district-news .posts__header h2 {
      background: #FFFFFF;
      padding-right: 2.2rem;
      display: inline;
      position: relative;
      z-index: 1;
      font-size: 3rem;
      color: #505155; }
  .school-footer__district-news .posts__footer {
    position: absolute;
    right: 0;
    top: 0.3rem;
    z-index: 1;
    background: #FFFFFF;
    padding-left: 1.5rem;
    padding-right: 2.5rem; }
    @media (max-width: 1020px) {
      .school-footer__district-news .posts__footer {
        padding-right: 2.5rem; } }
    .school-footer__district-news .posts__footer a.view-all {
      color: #505155; }
      .school-footer__district-news .posts__footer a.view-all:after {
        content: "\00bb";
        margin-left: 5px; }
    @media (max-width: 600px) {
      .school-footer__district-news .posts__footer {
        padding-left: 2.5rem;
        left: 0;
        top: 4rem; } }
  .school-footer__district-news .posts {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 800px) {
      .school-footer__district-news .posts {
        display: block; } }
  .school-footer__district-news .post {
    -webkit-box-flex: 1 0 calc(100% / 3);
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 calc(100% / 3);
    /* OLD - Firefox 19- */
    -webkit-flex: 1 0 calc(100% / 3);
    /* Chrome */
    -ms-flex: 1 0 calc(100% / 3);
    /* IE 10 */
    flex: 1 0 calc(100% / 3);
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    position: relative;
    max-width: 48rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 4.2rem;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    @media (max-width: 1020px) {
      .school-footer__district-news .post {
        padding: 2.5rem; } }
    @media (max-width: 600px) {
      .school-footer__district-news .post {
        padding: 0; } }
    .school-footer__district-news .post .content {
      max-width: 37.6rem; }
    .school-footer__district-news .post h4 {
      position: relative;
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 300;
      color: #6868AA;
      font-size: 3.2rem;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      -webkit-transition: 0.5s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.5s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .school-footer__district-news .post h4:after {
        content: "";
        height: 2px;
        display: inline-block;
        background-color: #303357;
        width: 0;
        position: absolute;
        right: 0;
        bottom: -4px;
        -webkit-transition: 0.5s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.5s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      @media (max-width: 1020px) {
        .school-footer__district-news .post h4 {
          font-size: 2.8rem; } }
      @media (max-width: 600px) {
        .school-footer__district-news .post h4 {
          font-size: 2.4rem; } }
    .school-footer__district-news .post p {
      color: #505155;
      margin: 1.5rem 0; }
    .school-footer__district-news .post span.posted-on {
      color: #505155;
      font-size: 1.8rem;
      font-weight: bold;
      text-transform: uppercase; }
    .school-footer__district-news .post:not(.no-image) p {
      display: none; }
    @media (min-width: 801px) {
      .school-footer__district-news .post.no-image .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-50%);
        /* IE 9 */
        transform: translateY(-50%);
        /* Firefox 16+, IE 10+, Opera */ } }
    .school-footer__district-news .post:hover h4 {
      color: #303357; }
      .school-footer__district-news .post:hover h4:after {
        background-color: #1e2036;
        width: 100%; }
    @media (max-width: 800px) {
      .school-footer__district-news .post {
        max-width: 100%; }
        .school-footer__district-news .post:first-child {
          margin-bottom: 4rem; }
        .school-footer__district-news .post:last-child {
          margin-top: 4rem; }
        .school-footer__district-news .post .post__image {
          display: block;
          text-align: center; }
        .school-footer__district-news .post .content {
          max-width: 100%; } }
/* Contact Info
 * -------------------------------------------------------------------------- */
.school-footer__contact-info {
  padding: 5rem 0 5.8rem;
  background-color: #3D3D65; }
  .school-footer__contact-info .container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center; }
    @media (max-width: 1020px) {
      .school-footer__contact-info .container {
        padding: 0 2.5rem; } }
    @media (max-width: 600px) {
      .school-footer__contact-info .container {
        display: block; } }
  .school-footer__contact-info .school-contact {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center; }
    @media (max-width: 800px) {
      .school-footer__contact-info .school-contact {
        display: block; } }
  .school-footer__contact-info .school-contact__link {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-right: 40px; }
    .school-footer__contact-info .school-contact__link h2 {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 2.8rem;
      color: #FFFFFF;
      display: block;
      margin-bottom: 1rem; }
    .school-footer__contact-info .school-contact__link a {
      display: inline-block;
      color: #FFFFFF;
      font-size: 2rem; }
      .school-footer__contact-info .school-contact__link a:after {
        content: "\00bb";
        margin-left: 5px; }
      .school-footer__contact-info .school-contact__link a:hover, .school-footer__contact-info .school-contact__link a:focus {
        color: #cccccc; }
  .school-footer__contact-info .school-contact__info {
    -webkit-box-flex: 0 1 41rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 41rem;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 41rem;
    /* Chrome */
    -ms-flex: 0 1 41rem;
    /* IE 10 */
    flex: 0 1 41rem;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 41rem;
    margin-right: 4rem;
    margin-left: auto;
    font-size: 1.6rem;
    color: #FFFFFF; }
    .school-footer__contact-info .school-contact__info p {
      margin: 0; }
    .school-footer__contact-info .school-contact__info span.postal-code {
      display: inline-block;
      white-space: nowrap; }
    @media (max-width: 800px) {
      .school-footer__contact-info .school-contact__info {
        margin: 2rem 0 0; } }
  .school-footer__contact-info .microsite-switcher {
    -webkit-box-flex: 0 0 20.5%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 20.5%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 20.5%;
    /* Chrome */
    -ms-flex: 0 0 20.5%;
    /* IE 10 */
    flex: 0 0 20.5%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 20.5%; }
    .school-footer__contact-info .microsite-switcher select {
      background-color: rgba(255, 255, 255, 0.2);
      background-image: url(../../img/arrow-down-white.svg);
      color: #FFFFFF;
      border: none; }
      .school-footer__contact-info .microsite-switcher select option {
        color: #505155;
        background-color: #fff; }
    @media (max-width: 800px) {
      .school-footer__contact-info .microsite-switcher {
        -webkit-box-flex: 0 0 30%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 0 30%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 0 30%;
        /* Chrome */
        -ms-flex: 0 0 30%;
        /* IE 10 */
        flex: 0 0 30%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        width: 30%; } }
    @media (max-width: 600px) {
      .school-footer__contact-info .microsite-switcher {
        width: 50%;
        min-width: 20rem; } }
/* ==========================================================================
   _Breadcrumbs.scss
   ========================================================================== */
/* All
 * -------------------------------------------------------------------------- */
.breadcrumbs {
  max-width: 75rem;
  margin: 0 auto 4.5rem; }
  .breadcrumbs ul {
    list-style-type: none;
    padding: 0; }
  .breadcrumbs li {
    display: inline; }
    .breadcrumbs li:last-child {
      color: #6868AA; }
    .breadcrumbs li a {
      color: #505155;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .breadcrumbs li a:hover, .breadcrumbs li a:focus {
        opacity: 0.8; }
      .breadcrumbs li a:after {
        content: "/";
        display: inline-block;
        padding: 0 0.8rem; }
  @media (max-width: 600px) {
    .breadcrumbs {
      display: none; } }
/* Full
 * -------------------------------------------------------------------------- */
body.sidebar .breadcrumbs {
  margin-top: 5.5rem; }

/* Sidebar
 * -------------------------------------------------------------------------- */
/* ==========================================================================
   _secondary-nav.scss
   ========================================================================== */
/* Horizontal
 * -------------------------------------------------------------------------- */
.secondary-nav.horizontal {
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  background-color: #FFFFFF;
  padding: 1.5rem 0 1.2rem;
  box-sizing: border-box;
  min-height: 111px;
  border-top: 5px solid #F8FAFB; }
  @media (max-width: 800px) {
    .secondary-nav.horizontal {
      display: none; } }
  .secondary-nav.horizontal .container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 13rem 0 0; }
    @media (max-width: 1200px) {
      .secondary-nav.horizontal .container {
        padding: 0 11rem 0 0; } }
    @media (max-width: 1140px) {
      .secondary-nav.horizontal .container {
        padding: 0 5.5rem; } }
  .secondary-nav.horizontal ul {
    padding: 0;
    margin: 0; }
  .secondary-nav.horizontal li {
    position: relative; }
  .secondary-nav.horizontal a {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 0 1rem;
    margin: 0.5rem 0;
    display: inline-block;
    max-width: 18rem;
    color: #6868AA;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .secondary-nav.horizontal b, .secondary-nav.horizontal strong {
    font-weight: inherit; }
  .secondary-nav.horizontal button.expand {
    position: absolute;
    right: 4.5rem;
    top: 0.5rem;
    background-color: transparent; }
    .secondary-nav.horizontal button.expand span {
      display: block;
      position: absolute;
      height: 1.5rem;
      width: 2.2rem;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .secondary-nav.horizontal button.expand span:before, .secondary-nav.horizontal button.expand span:after {
        content: "";
        display: block;
        background-color: #6868AA;
        height: 4px;
        width: 11px;
        position: absolute; }
      .secondary-nav.horizontal button.expand span:before {
        right: 0;
        -webkit-transform: rotate(-45deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        transform: rotate(-45deg);
        /* Firefox 16+, IE 10+, Opera */ }
      .secondary-nav.horizontal button.expand span:after {
        left: 5px;
        -webkit-transform: rotate(45deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(45deg);
        /* IE 9 */
        transform: rotate(45deg);
        /* Firefox 16+, IE 10+, Opera */ }
  .secondary-nav.horizontal ul.navigation {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap; }
    .secondary-nav.horizontal ul.navigation > li {
      -webkit-box-flex: 0 0 20%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 0 0 20%;
      /* OLD - Firefox 19- */
      -webkit-flex: 0 0 20%;
      /* Chrome */
      -ms-flex: 0 0 20%;
      /* IE 10 */
      flex: 0 0 20%;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      width: 20%;
      margin: 0.5rem 0; }
      @media (max-width: 1020px) {
        .secondary-nav.horizontal ul.navigation > li {
          -webkit-box-flex: 0 0 25%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 0 0 25%;
          /* OLD - Firefox 19- */
          -webkit-flex: 0 0 25%;
          /* Chrome */
          -ms-flex: 0 0 25%;
          /* IE 10 */
          flex: 0 0 25%;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          width: 25%; } }
      .secondary-nav.horizontal ul.navigation > li.active:not(.current) > a {
        opacity: 0.7; }
      .secondary-nav.horizontal ul.navigation > li.current > a {
        opacity: 0.7; }
      .secondary-nav.horizontal ul.navigation > li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 20; }
    .secondary-nav.horizontal ul.navigation > li > a:hover, .secondary-nav.horizontal ul.navigation > li > a:focus {
      text-decoration: underline; }
  .secondary-nav.horizontal ul.secondary-navigation {
    background-color: #e8e8f9;
    visibility: none;
    opacity: 0;
    margin: 0.5rem 0;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 28rem;
    overflow: auto;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .secondary-nav.horizontal ul.secondary-navigation > li {
      width: 100%; }
      .secondary-nav.horizontal ul.secondary-navigation > li.current > a {
        opacity: 0.7; }
      .secondary-nav.horizontal ul.secondary-navigation > li:after {
        content: "";
        display: inline-block;
        background-color: #e8e8f9;
        width: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: 0.5s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.5s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .secondary-nav.horizontal ul.secondary-navigation > li:hover:after {
        background-color: #FFFFFF;
        width: 100%; }
      .secondary-nav.horizontal ul.secondary-navigation > li:hover > ul {
        visibility: visible;
        opacity: 1; }
    .secondary-nav.horizontal ul.secondary-navigation > li > a {
      margin: 0;
      font-size: 1.6rem;
      padding: 1.4rem 2rem 1.3rem;
      color: #6868AA;
      position: relative;
      z-index: 1;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

/* Vertical
 * -------------------------------------------------------------------------- */
.secondary-nav.vertical {
  width: 26.5%;
  min-width: 25rem;
  background-color: #FFFFFF;
  padding: 1.5rem 0;
  margin-right: 5.5%;
  box-sizing: border-box;
  float: left;
  margin-top: 7.5rem; }
  @media (max-width: 1300px) {
    .secondary-nav.vertical {
      margin-right: 1.75%; } }
  @media (max-width: 800px) {
    .secondary-nav.vertical {
      display: none; } }
  .secondary-nav.vertical ul {
    padding: 0;
    margin: 0; }
  .secondary-nav.vertical li {
    position: relative; }
  .secondary-nav.vertical a {
    padding: 0 3.5rem;
    margin: 0.5rem 0;
    display: inline-block;
    max-width: 18rem;
    color: #505155; }
    .secondary-nav.vertical a:hover, .secondary-nav.vertical a:focus {
      text-decoration: underline; }
  .secondary-nav.vertical .secondary-nav__title a {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem; }
  .secondary-nav.vertical b, .secondary-nav.vertical strong {
    font-weight: inherit; }
  .secondary-nav.vertical button.expand {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    background-color: transparent; }
    .secondary-nav.vertical button.expand span {
      display: block;
      position: absolute;
      height: 1.5rem;
      width: 2.2rem;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .secondary-nav.vertical button.expand span:before, .secondary-nav.vertical button.expand span:after {
        content: "";
        display: block;
        background-color: #6868AA;
        height: 4px;
        width: 11px;
        position: absolute; }
      .secondary-nav.vertical button.expand span:before {
        right: 0;
        -webkit-transform: rotate(-45deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        transform: rotate(-45deg);
        /* Firefox 16+, IE 10+, Opera */ }
      .secondary-nav.vertical button.expand span:after {
        left: 5px;
        -webkit-transform: rotate(45deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(45deg);
        /* IE 9 */
        transform: rotate(45deg);
        /* Firefox 16+, IE 10+, Opera */ }
  .secondary-nav.vertical ul.navigation > li.active:not(.current) > a {
    opacity: 0.7; }
  .secondary-nav.vertical ul.navigation > li.current > a {
    opacity: 0.7; }
  .secondary-nav.vertical ul.secondary-navigation {
    background-color: rgba(248, 250, 251, 0.6);
    display: none;
    margin: 0.5rem 0; }
    .secondary-nav.vertical ul.secondary-navigation > li.current > a {
      opacity: 0.7; }
    .secondary-nav.vertical ul.secondary-navigation > li > a {
      font-size: 1.6rem; }

/* ==========================================================================
   _search.scss
   ========================================================================== */
/* Site Search - Popup
 * -------------------------------------------------------------------------- */
.site-search__popup-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  visibility: hidden;
  overflow-x: hidden; }

.site-search__popup {
  background-color: #303357;
  color: #FFFFFF;
  width: 72rem;
  height: 15rem;
  padding: 5.5rem 5.5rem 0 3.5rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .site-search__popup.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */ }
    @media (max-width: 800px) {
      .site-search__popup.open {
        width: 100%; } }
  .site-search__popup .close-popup {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    position: absolute;
    right: 5.5rem;
    background-color: transparent;
    padding: 0;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .site-search__popup .close-popup span.text {
      display: none;
      font-size: 0; }
    .site-search__popup .close-popup span.icon:after {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      content: "X";
      font-size: 5.4rem;
      color: #FFFFFF; }
    .site-search__popup .close-popup:hover {
      opacity: 0.8; }
  .site-search__popup form {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%; }
  .site-search__popup input[type="text"] {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 4.2rem;
    font-weight: 300;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #FFFFFF;
    padding-right: 4rem;
    width: 100%; }
    .site-search__popup input[type="text"]::-webkit-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .site-search__popup input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: #FFFFFF;
      opacity: 1; }
    .site-search__popup input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFFFFF;
      opacity: 1; }
    .site-search__popup input[type="text"]:-ms-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
  .site-search__popup input[type="submit"] {
    display: none; }
  @media (max-width: 800px) {
    .site-search__popup {
      height: 8.5rem;
      padding: 2.5rem 2.5rem 0;
      margin-top: 15.9rem; }
      .site-search__popup .close-popup {
        right: 3.5rem;
        top: 2.6rem; }
        .site-search__popup .close-popup span.icon:after {
          font-size: 3rem; }
      .site-search__popup input[type="text"] {
        font-size: 2rem; } }
/* Site Search - Inline
 * -------------------------------------------------------------------------- */
/* Site Search - Above Header
 * -------------------------------------------------------------------------- */
/* Site Search - Below Header
 * -------------------------------------------------------------------------- */
/* ==========================================================================
   _notices.scss
   ========================================================================== */
/* Notice - Popup
 * -------------------------------------------------------------------------- */
.site-notice__popup {
  display: none; }

/* Notice - Above Header
 * -------------------------------------------------------------------------- */
.site-notice__above {
  background-color: #EBB947;
  padding: 4rem 0 5rem; }
  .site-notice__above .notice__header {
    max-width: 64rem;
    margin: 0 auto; }
    .site-notice__above .notice__header h2 {
      text-transform: uppercase;
      font-size: 1.8rem;
      color: #FFFFFF;
      font-weight: 200;
      margin: 0 0 1rem; }
  .site-notice__above .notice__content {
    max-width: 64rem;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 0.5rem 2rem;
    box-sizing: border-box; }
    .site-notice__above .notice__content h3 {
      color: #505155;
      font-size: 2.4rem; }
    .site-notice__above .notice__content p {
      font-size: 1.6rem;
      line-height: 1.4; }
    .site-notice__above .notice__content .notice__link {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      display: inline-block;
      max-width: 25rem;
      width: 17.8rem;
      border-radius: 4px;
      background-color: #6868AA;
      padding: 1.5rem 3rem;
      margin: 1.5rem 0;
      color: #FFFFFF;
      text-align: center;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .site-notice__above .notice__content .notice__link:hover, .site-notice__above .notice__content .notice__link:focus {
        background-color: #50508f; }
      .site-notice__above .notice__content .notice__link:disabled, .site-notice__above .notice__content .notice__link.disabled {
        background-color: #E3E9EB;
        color: #E2EDFA; }
  @media (max-width: 750px) {
    .site-notice__above .notice__header {
      max-width: 100%;
      padding: 0 2rem; }
    .site-notice__above .notice__content {
      max-width: 100%; } }
  @media (max-width: 450px) {
    .site-notice__above {
      padding: 1rem 0 4.2rem; } }
.district-quicklinks-open .site-notice__above {
  display: none; }

/* Notice - Below Header
 * -------------------------------------------------------------------------- */
/* Emergency - Popup
 * -------------------------------------------------------------------------- */
.emergency-notice__popup {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  top: 19%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-50%);
  /* IE 9 */
  transform: translateX(-50%);
  /* Firefox 16+, IE 10+, Opera */
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  width: 90%;
  max-width: 64rem; }
  .emergency-notice__popup.open {
    top: 18%;
    visibility: visible;
    opacity: 1; }
  .emergency-notice__popup .container:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  .emergency-notice__popup .emergency-notice__header {
    max-width: 64rem;
    margin: 0 auto;
    position: relative; }
    .emergency-notice__popup .emergency-notice__header h2 {
      text-transform: uppercase;
      font-size: 1.8rem;
      color: #FFFFFF;
      font-weight: 200;
      margin: 0 0 1rem;
      background-color: #E55057;
      padding: 0.6rem 2rem;
      margin: 0; }
  .emergency-notice__popup .emergency-notice__content {
    background-color: #FFFFFF;
    padding: 0.5rem 2rem 5rem;
    box-sizing: border-box;
    max-height: 40vh;
    overflow-y: scroll; }
    .emergency-notice__popup .emergency-notice__content h3 {
      color: #505155;
      font-size: 2.4rem; }
    .emergency-notice__popup .emergency-notice__content p {
      font-size: 1.6rem;
      line-height: 1.4; }
    .emergency-notice__popup .emergency-notice__content .emergency-notice__link {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      display: inline-block;
      max-width: 25rem;
      width: 17.8rem;
      border-radius: 4px;
      background-color: #6868AA;
      padding: 1.5rem 3rem;
      margin: 1.5rem 0 0;
      color: #FFFFFF;
      text-align: center;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .emergency-notice__popup .emergency-notice__content .emergency-notice__link:hover, .emergency-notice__popup .emergency-notice__content .emergency-notice__link:focus {
        background-color: #50508f; }
      .emergency-notice__popup .emergency-notice__content .emergency-notice__link:disabled, .emergency-notice__popup .emergency-notice__content .emergency-notice__link.disabled {
        background-color: #E3E9EB;
        color: #E2EDFA; }
  .emergency-notice__popup .emergency-notice__close {
    font-size: 1.8rem;
    font-weight: 500;
    background: none;
    width: 4rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .emergency-notice__popup .emergency-notice__close:hover {
      opacity: 0.8; }

.emergency-notice__trigger {
  position: fixed;
  bottom: 0;
  right: 5rem;
  z-index: 900;
  width: 8rem;
  height: 8rem;
  background-color: #E55057;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .emergency-notice__trigger.visible {
    visibility: visible;
    opacity: 1;
    bottom: 5rem; }
  .emergency-notice__trigger .icon svg {
    height: 4rem; }
    .emergency-notice__trigger .icon svg path:first-child {
      stroke: #FFFFFF; }
    .emergency-notice__trigger .icon svg path:last-child {
      fill: #FFFFFF; }
  .emergency-notice__trigger .text {
    display: none; }
  @media (max-width: 450px) {
    .emergency-notice__trigger {
      right: 2rem; }
      .emergency-notice__trigger.visible {
        bottom: 2rem; } }
/* ==========================================================================
   _articles.scss
   ========================================================================== */
/* Articles Default
 * -------------------------------------------------------------------------- */
article.article {
  max-width: 75rem;
  margin: 0 auto;
  padding: 4rem 0; }
  article.article:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    width: 0; }
  article.article:first-of-type {
    padding-top: 0; }
  article.article a {
    color: #9D9DD3; }
    article.article a:hover {
      text-decoration: underline; }
  article.article table {
    margin: 6rem 0; }
    article.article table thead {
      background-color: #7878b3;
      color: #FFFFFF; }
      article.article table thead td {
        text-align: center;
        font-weight: bold;
        border: 1px solid #7878b3; }
    article.article table td {
      font-size: 16px;
      padding: 0.8rem;
      border: 1px solid #E3E9EB; }
    article.article table:nth-last-child(2) {
      margin-bottom: 0; }
  article.article .articleimg a {
    display: inline-block;
    position: relative; }
    article.article .articleimg a span.expand {
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: 1.7rem;
      right: 1.2rem; }
      article.article .articleimg a span.expand svg {
        stroke: #FFFFFF; }
    article.article .articleimg a span.link {
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: 1.2rem;
      right: 1.2rem; }
      article.article .articleimg a span.link svg {
        stroke: #FFFFFF; }
  article.article .articleimg.centered {
    margin: 4.5rem 0; }
    article.article .articleimg.centered img {
      max-width: 67.3rem;
      width: 100%; }
    article.article .articleimg.centered .caption {
      margin: 1rem 0; }
    @media (max-width: 800px) {
      article.article .articleimg.centered img {
        max-width: 100%; } }
  article.article .articleimg.right {
    float: right;
    margin: 0 0 2rem 2.5rem; }
    article.article .articleimg.right .caption {
      max-width: 25rem; }
    @media (max-width: 600px) {
      article.article .articleimg.right {
        float: none;
        margin: 4.5rem 0; }
        article.article .articleimg.right img {
          width: 100%; }
        article.article .articleimg.right .caption {
          max-width: 100%; } }
  article.article .articleimg.left {
    float: left;
    margin: 0 2.5rem 2rem 0; }
    article.article .articleimg.left .caption {
      max-width: 25rem; }
    @media (max-width: 600px) {
      article.article .articleimg.left {
        float: none;
        margin: 4.5rem 0; }
        article.article .articleimg.left img {
          width: 100%; }
        article.article .articleimg.left .caption {
          max-width: 25rem; } }
  article.article .articleimg .caption {
    font-size: 1.6rem;
    font-style: italic; }

/* Article Style: Links as Buttons
 * -------------------------------------------------------------------------- */
article.article.links-as-buttons a {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  max-width: 25rem;
  border-radius: 4px;
  background-color: #6868AA;
  padding: 1.5rem 3rem;
  margin: 1.5rem 0;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  article.article.links-as-buttons a:hover, article.article.links-as-buttons a:focus {
    background-color: #50508f; }

article.article.links-as-buttons figure a {
  background-color: transparent;
  padding: 0;
  max-width: 100%; }
  article.article.links-as-buttons figure a:hover, article.article.links-as-buttons figure a:focus {
    background-color: transparent; }

/* Article Type: Featured
 * -------------------------------------------------------------------------- */
article.article.featured-article {
  background-color: #FFFFFF;
  width: 100%;
  margin-top: 6.5rem;
  padding: 4rem 3.8rem 3.6rem;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #6868AA;
  position: relative; }
  article.article.featured-article:before, article.article.featured-article:after {
    content: '';
    position: absolute;
    top: 0;
    left: -45rem; }
  article.article.featured-article:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38.5rem 45rem 0 45rem;
    border-color: rgba(255, 255, 255, 0.03) transparent transparent transparent;
    left: -45rem; }
  article.article.featured-article:after {
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30rem 35.5rem 0 35.5rem;
    border-color: rgba(255, 255, 255, 0.05) transparent transparent transparent;
    left: -35.5rem; }
  article.article.featured-article a {
    color: #FFFFFF;
    text-decoration: underline; }
    article.article.featured-article a:hover, article.article.featured-article a:focus {
      color: #d9d9d9; }
  article.article.featured-article.centered-image .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: column;
    /* OLD - Firefox 19- */
    -ms-flex-direction: column;
    /* IE 10 */
    flex-direction: column; }
  article.article.featured-article.centered-image .articleimg {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  article.article.featured-article.centered-image h2 {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  article.article.featured-article.centered-image .article__body {
    -webkit-box-ordinal-group: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -ms-flex-order: 3;
    /* IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    article.article.featured-article.centered-image .article__body p:first-child {
      margin-top: 0; }
  article.article.featured-article .container {
    max-width: 75rem;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  article.article.featured-article h2,
  article.article.featured-article h3,
  article.article.featured-article h4 {
    color: #303357; }
  article.article.featured-article .caption, article.article.featured-article .article__body {
    color: #FFFFFF; }
  article.article.featured-article .articleimg.centered {
    margin: 0; }
    article.article.featured-article .articleimg.centered .caption {
      margin-top: 5px; }
  @media (max-width: 800px) {
    article.article.featured-article {
      padding: 4rem 2.5rem; } }
  @media (max-width: 600px) {
    article.article.featured-article {
      padding: 2rem 2.5rem; }
      article.article.featured-article .container {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-flex-direction: column;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
        -moz-flex-direction: column;
        /* OLD - Firefox 19- */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column; }
      article.article.featured-article .articleimg {
        -webkit-box-ordinal-group: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 1;
        /* OLD - Firefox 19- */
        -ms-flex-order: 1;
        /* IE 10 */
        -webkit-order: 1;
        /* NEW - Chrome */
        order: 1;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        margin: 0; }
      article.article.featured-article h2 {
        -webkit-box-ordinal-group: 2;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2;
        /* OLD - Firefox 19- */
        -ms-flex-order: 2;
        /* IE 10 */
        -webkit-order: 2;
        /* NEW - Chrome */
        order: 2;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
      article.article.featured-article .article__body {
        -webkit-box-ordinal-group: 3;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 3;
        /* OLD - Firefox 19- */
        -ms-flex-order: 3;
        /* IE 10 */
        -webkit-order: 3;
        /* NEW - Chrome */
        order: 3;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
        article.article.featured-article .article__body p:first-child {
          margin-top: 0; } }
article.article.accordion-article + article.article.featured-article {
  margin-top: 5rem; }

/* Article Type: Accordion
 * -------------------------------------------------------------------------- */
article.article.accordion-article {
  background-color: #FFFFFF;
  padding: 0;
  margin-bottom: 1.5rem;
  overflow: auto; }
  article.article.accordion-article h2.accordion-title {
    cursor: pointer;
    margin: 0;
    padding: 1.5rem 2.5rem;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    article.article.accordion-article h2.accordion-title .icon:after {
      content: "+";
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 2.8rem;
      float: right;
      display: inline-block;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    article.article.accordion-article h2.accordion-title.open .icon:after {
      -webkit-transform: rotate(45deg);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(45deg);
      /* IE 9 */
      transform: rotate(45deg);
      /* Firefox 16+, IE 10+, Opera */ }
    article.article.accordion-article h2.accordion-title:hover {
      background-color: #e6e6e6; }
  article.article.accordion-article .accordion-content {
    display: none;
    padding: 2rem 2.5rem 1.5rem; }
    article.article.accordion-article .accordion-content .article__body :first-child {
      margin-top: 0; }

article.article.featured-article + article.article.accordion-article {
  margin-top: 2rem; }

/* ==========================================================================
   _blog.scss
   ========================================================================== */
body.page-template__blog .page-content, body.page-template__blog-post .page-content {
  max-width: 86.5rem; }

body.page-template__blog .breadcrumbs, body.page-template__blog-post .breadcrumbs {
  margin-left: 0;
  margin-right: 0; }

body.page-template__blog h1, body.page-template__blog-post h1 {
  margin-left: 0;
  margin-right: 0; }

body.page-template__blog article.blog-post__article, body.page-template__blog-post article.blog-post__article {
  max-width: 86.5rem; }

/* Listing Page - All
 * -------------------------------------------------------------------------- */
.blog-posts__listing-page {
  position: relative; }
  .blog-posts__listing-page .posts-filter {
    position: absolute;
    right: 0;
    top: -7.7rem; }
    .blog-posts__listing-page .posts-filter label {
      display: none; }
    @media (max-width: 375px) {
      .blog-posts__listing-page .posts-filter {
        position: static;
        margin-bottom: 3rem; }
        .blog-posts__listing-page .posts-filter .search-form .search-field {
          width: 100%; } }
  .blog-posts__listing-page h3.archive-year {
    color: #6868AA;
    font-weight: normal;
    font-size: 3.6rem;
    margin: 14rem 0 2.5rem; }
    @media (max-width: 800px) {
      .blog-posts__listing-page h3.archive-year {
        font-size: 2.4rem; } }
    @media (max-width: 600px) {
      .blog-posts__listing-page h3.archive-year {
        margin-top: 7rem; } }
  .blog-posts__listing-page .post {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    background-color: #FFFFFF;
    padding: 3rem;
    margin-bottom: 4px;
    color: #505155;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .blog-posts__listing-page .post .content {
      padding-left: 5rem; }
    .blog-posts__listing-page .post h4 {
      color: #6868AA;
      font-size: 2.2rem;
      line-height: 1.3;
      margin-bottom: 1rem;
      position: relative; }
      .blog-posts__listing-page .post h4:after {
        content: "";
        height: 2px;
        display: inline-block;
        background-color: #6868AA;
        width: 0;
        position: absolute;
        right: 0;
        bottom: -4px;
        -webkit-transition: 0.5s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.5s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .blog-posts__listing-page .post span.posted-on {
      color: #4A4A4A;
      opacity: 0.5;
      font-weight: 600;
      font-size: 1.4rem;
      text-transform: uppercase;
      display: block; }
    .blog-posts__listing-page .post.no-image h4 {
      font-size: 2.6rem;
      font-weight: normal; }
    .blog-posts__listing-page .post:hover, .blog-posts__listing-page .post:focus {
      background-color: #ebebeb; }
      .blog-posts__listing-page .post:hover h4:after, .blog-posts__listing-page .post:focus h4:after {
        background-color: #1e2036;
        width: 100%; }
    @media (max-width: 375px) {
      .blog-posts__listing-page .post {
        padding: 2rem; } }
  .blog-posts__listing-page .pinned-post .post {
    display: block;
    padding: 0 0 4rem; }
    .blog-posts__listing-page .pinned-post .post h4 {
      font-size: 3.6rem;
      font-weight: normal;
      margin-bottom: 1.6rem; }
      @media (max-width: 800px) {
        .blog-posts__listing-page .pinned-post .post h4 {
          font-size: 3rem; } }
      @media (max-width: 600px) {
        .blog-posts__listing-page .pinned-post .post h4 {
          font-size: 2.6rem; } }
    .blog-posts__listing-page .pinned-post .post .content {
      padding: 0 3rem;
      max-width: 66rem;
      margin: 0 auto; }
      @media (max-width: 375px) {
        .blog-posts__listing-page .pinned-post .post .content {
          padding: 0 2rem; } }
/* Listing Page - Full
 * -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  body.full .blog-posts__listing-page .post {
    display: block; }
    body.full .blog-posts__listing-page .post .content {
      padding-left: 0; }
    body.full .blog-posts__listing-page .post img {
      display: block;
      margin: 0 auto; }
  body.full .blog-posts__listing-page .pinned-post .post .content {
    padding-left: 3rem; } }

/* Listing Page - Sidebar
 * -------------------------------------------------------------------------- */
@media (max-width: 800px) {
  body.sidebar .blog-posts__listing-page .post {
    display: block; }
    body.sidebar .blog-posts__listing-page .post .content {
      padding-left: 0; }
    body.sidebar .blog-posts__listing-page .post img {
      display: block;
      margin: 0 auto; }
  body.sidebar .blog-posts__listing-page .pinned-post .post .content {
    padding-left: 3rem; } }

/* Post Page - All
 * -------------------------------------------------------------------------- */
body.page-template__blog-post .page-title {
  display: none; }

.blog-posts__post-page .backto-link {
  border: 2px solid #6868AA;
  border-radius: 4px;
  color: #6868AA;
  position: relative;
  padding: 1.1rem 2rem 1.1rem 3.4rem;
  display: inline-block;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .blog-posts__post-page .backto-link:before, .blog-posts__post-page .backto-link:after {
    content: "";
    display: block;
    background-color: #6868AA;
    height: 4px;
    width: 1.2rem;
    position: absolute;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .blog-posts__post-page .backto-link:before {
    top: 1.95rem;
    left: 1rem;
    -webkit-transform: rotate(-45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    transform: rotate(-45deg);
    /* Firefox 16+, IE 10+, Opera */ }
  .blog-posts__post-page .backto-link:after {
    -webkit-transform: rotate(45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
    /* Firefox 16+, IE 10+, Opera */
    bottom: 1.85rem;
    left: 1rem; }
  .blog-posts__post-page .backto-link:hover, .blog-posts__post-page .backto-link:focus {
    background-color: #8989bc;
    color: #FFFFFF; }
    .blog-posts__post-page .backto-link:hover:before, .blog-posts__post-page .backto-link:hover:after, .blog-posts__post-page .backto-link:focus:before, .blog-posts__post-page .backto-link:focus:after {
      background-color: #FFFFFF; }

.blog-posts__post-page .blog-post__header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-direction: column;
  /* OLD - Firefox 19- */
  -ms-flex-direction: column;
  /* IE 10 */
  flex-direction: column;
  margin-bottom: 3.5rem; }
  .blog-posts__post-page .blog-post__header .posted-on {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    color: rgba(80, 81, 85, 0.8);
    font-weight: normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block; }
  .blog-posts__post-page .blog-post__header h1 {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    line-height: 1.15;
    max-width: 86.5rem;
    margin-bottom: 1rem; }

.blog-posts__post-page .blog-post__main {
  max-width: 75rem;
  margin: 0 auto; }

.blog-posts__post-page article.blog-post__article .articleimg.centered a {
  display: block;
  margin-left: -5.5rem;
  margin-right: -5.5rem; }

.blog-posts__post-page article.blog-post__article .articleimg.centered img {
  max-width: 100%; }

.blog-posts__post-page .blog-post__pagination {
  margin: 8rem 0 3rem;
  clear: both; }
  .blog-posts__post-page .blog-post__pagination .prev_page_link, .blog-posts__post-page .blog-post__pagination .next_page_link {
    color: #6868AA;
    font-weight: bold;
    position: relative; }
    .blog-posts__post-page .blog-post__pagination .prev_page_link:before, .blog-posts__post-page .blog-post__pagination .prev_page_link:after, .blog-posts__post-page .blog-post__pagination .next_page_link:before, .blog-posts__post-page .blog-post__pagination .next_page_link:after {
      content: "";
      display: block;
      background-color: #6868AA;
      height: 4px;
      width: 1.2rem;
      position: absolute;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .blog-posts__post-page .blog-post__pagination .prev_page_link {
    padding-left: 2.2rem; }
    .blog-posts__post-page .blog-post__pagination .prev_page_link:before {
      -webkit-transform: rotate(-45deg);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      transform: rotate(-45deg);
      /* Firefox 16+, IE 10+, Opera */
      left: 0;
      top: 7px; }
    .blog-posts__post-page .blog-post__pagination .prev_page_link:after {
      -webkit-transform: rotate(45deg);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(45deg);
      /* IE 9 */
      transform: rotate(45deg);
      /* Firefox 16+, IE 10+, Opera */
      left: 0;
      bottom: 7px; }
    .blog-posts__post-page .blog-post__pagination .prev_page_link:hover:before, .blog-posts__post-page .blog-post__pagination .prev_page_link:hover:after, .blog-posts__post-page .blog-post__pagination .prev_page_link:focus:before, .blog-posts__post-page .blog-post__pagination .prev_page_link:focus:after {
      left: -5px; }
  .blog-posts__post-page .blog-post__pagination .next_page_link {
    float: right;
    padding-right: 2.2rem; }
    .blog-posts__post-page .blog-post__pagination .next_page_link:before {
      -webkit-transform: rotate(45deg);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(45deg);
      /* IE 9 */
      transform: rotate(45deg);
      /* Firefox 16+, IE 10+, Opera */
      right: 0;
      top: 8px; }
    .blog-posts__post-page .blog-post__pagination .next_page_link:after {
      -webkit-transform: rotate(-45deg);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      transform: rotate(-45deg);
      /* Firefox 16+, IE 10+, Opera */
      right: 0;
      bottom: 8px; }
    .blog-posts__post-page .blog-post__pagination .next_page_link:hover:before, .blog-posts__post-page .blog-post__pagination .next_page_link:hover:after, .blog-posts__post-page .blog-post__pagination .next_page_link:focus:before, .blog-posts__post-page .blog-post__pagination .next_page_link:focus:after {
      right: -5px; }

.blog-posts__post-page .blog-post__comments-form {
  border-top: 1px solid rgba(62, 74, 91, 0.2);
  padding: 3.5rem 0 0;
  clear: both; }
  .blog-posts__post-page .blog-post__comments-form form.comments {
    max-width: 75rem;
    margin: 0 auto; }
    .blog-posts__post-page .blog-post__comments-form form.comments label {
      color: #505155; }
    .blog-posts__post-page .blog-post__comments-form form.comments .row.text, .blog-posts__post-page .blog-post__comments-form form.comments .row.email {
      display: inline-block;
      width: 48%; }
    .blog-posts__post-page .blog-post__comments-form form.comments .row.text {
      margin-right: 3%; }
    .blog-posts__post-page .blog-post__comments-form form.comments .row.textarea {
      max-width: 100%;
      margin-bottom: 1.5rem; }
    .blog-posts__post-page .blog-post__comments-form form.comments .row.submit {
      margin-bottom: 2rem; }
  .blog-posts__post-page .blog-post__comments-form #message {
    max-width: 75rem;
    margin: 0 auto; }

.blog-posts__post-page .blog-post__user-comments {
  border-top: 1px solid rgba(62, 74, 91, 0.2); }
  .blog-posts__post-page .blog-post__user-comments h3 {
    display: none; }
  .blog-posts__post-page .blog-post__user-comments .blog-post__comment {
    max-width: 75rem;
    margin: 4rem auto 0; }
    .blog-posts__post-page .blog-post__user-comments .blog-post__comment h4 {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #6868AA;
      font-size: 1.6rem;
      display: inline;
      margin-right: 1rem; }
    .blog-posts__post-page .blog-post__user-comments .blog-post__comment span.posted-on {
      color: #4A4A4A;
      opacity: 0.5;
      font-weight: 600;
      font-size: 1.2rem;
      text-transform: uppercase;
      display: inline; }
  .blog-posts__post-page .blog-post__user-comments .comments__empty-message {
    max-width: 75rem;
    margin: 2rem auto; }

/* Post Page - Full
 * -------------------------------------------------------------------------- */
@media (max-width: 600px) {
  body.full .blog-posts__post-page .blog-post__comments-form form.comments .row.text, body.full .blog-posts__post-page .blog-post__comments-form form.comments .row.email {
    display: block;
    width: 100%; }
  body.full .blog-posts__post-page .blog-post__comments-form form.comments .row.textarea {
    max-width: 40rem; } }

@media (max-width: 450px) {
  body.full .blog-posts__post-page .blog-post__user-comments .blog-post__comment h4 {
    display: block;
    margin-bottom: 0; } }

/* Post Page - Sidebar
 * -------------------------------------------------------------------------- */
@media (max-width: 600px) {
  body.sidebar .blog-posts__post-page .blog-post__comments-form form.comments .row.text, body.sidebar .blog-posts__post-page .blog-post__comments-form form.comments .row.email {
    display: block;
    width: 100%; }
  body.sidebar .blog-posts__post-page .blog-post__comments-form form.comments .row.textarea {
    max-width: 40rem; } }

@media (max-width: 450px) {
  body.sidebar .blog-posts__post-page .blog-post__user-comments .blog-post__comment h4 {
    display: block;
    margin-bottom: 0; } }

/* ==========================================================================
   _galleries.scss
   ========================================================================== */
.gallery-article {
  clear: both; }
  .gallery-article h2 {
    color: #6868AA; }
  .gallery-article:not(.carousel) .photos__container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between; }
  .gallery-article:not(.carousel) .photo {
    -webkit-box-flex: 0 0 30%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 30%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 30%;
    /* Chrome */
    -ms-flex: 0 0 30%;
    /* IE 10 */
    flex: 0 0 30%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 30%;
    text-align: center;
    margin: 1rem 0; }
    @media (max-width: 450px) {
      .gallery-article:not(.carousel) .photo {
        -webkit-box-flex: 0 0 48%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 0 48%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 0 48%;
        /* Chrome */
        -ms-flex: 0 0 48%;
        /* IE 10 */
        flex: 0 0 48%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        width: 48%; } }
  .gallery-article:not(.carousel) a {
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .gallery-article:not(.carousel) a:hover {
      opacity: 0.8; }
  .gallery-article:not(.carousel) .caption {
    font-size: 1.6rem;
    font-style: italic; }

/* Galleries - Full
 * -------------------------------------------------------------------------- */
/* Galleries - Sidebar
 * -------------------------------------------------------------------------- */
/* ==========================================================================
   _docuemnts.scss
   ========================================================================== */
body.page-template__documents .page-content {
  max-width: 86.5rem; }

body.page-template__documents .breadcrumbs {
  margin-left: 0;
  margin-right: 0; }

body.page-template__documents h1 {
  margin-left: 0;
  margin-right: 0; }

/* Listing Page - All
 * -------------------------------------------------------------------------- */
.documents-page {
  position: relative; }

/* Listing Page - Full
 * -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  body.full .documents-page .documents-filter {
    position: static;
    margin-bottom: 3rem; }
  body.full .documents-page .documents__list .document {
    display: block; }
  body.full .documents-page .documents__list .document__info {
    padding-bottom: 0;
    padding-right: 0;
    max-width: 100%; }
    body.full .documents-page .documents__list .document__info > h3 {
      font-size: 2rem; }
  body.full .documents-page .documents__list .document__links {
    padding-bottom: 2rem; }
    body.full .documents-page .documents__list .document__links a {
      padding: 0.8rem 3rem; } }

/* Listing Page - Sidebar
 * -------------------------------------------------------------------------- */
@media (max-width: 800px) {
  body.sidebar .documents-page .documents-filter {
    position: static;
    margin-bottom: 3rem; }
  body.sidebar .documents-page .documents__list .document {
    display: block; }
  body.sidebar .documents-page .documents__list .document__info {
    padding-bottom: 0;
    padding-right: 0;
    max-width: 100%; }
    body.sidebar .documents-page .documents__list .document__info > h3 {
      font-size: 2rem; }
  body.sidebar .documents-page .documents__list .document__links {
    padding-bottom: 2rem; }
    body.sidebar .documents-page .documents__list .document__links a {
      padding: 0.8rem 3rem; } }

/* 
 * -------------------------------------------------------------------------- */
.documents-filter {
  margin-bottom: 3rem; }
  .documents-filter .search-form {
    margin: 0 0 0 auto; }

.documents__list {
  clear: both; }
  .documents__list .document {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 0.8rem;
    padding: 0 3rem;
    box-sizing: border-box; }
  .documents__list .document__info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: column;
    /* OLD - Firefox 19- */
    -ms-flex-direction: column;
    /* IE 10 */
    flex-direction: column;
    padding: 1.6rem 0 4rem;
    max-width: 50rem;
    padding-right: 5rem; }
    .documents__list .document__info > h3 {
      font-size: 2.4rem;
      color: #6868AA;
      opacity: 0.8;
      margin-bottom: 1rem;
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .documents__list .document__info .document__category {
      -webkit-box-ordinal-group: 3;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 3;
      /* OLD - Firefox 19- */
      -ms-flex-order: 3;
      /* IE 10 */
      -webkit-order: 3;
      /* NEW - Chrome */
      order: 3;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      color: #A5A5A5;
      font-size: 1.4rem;
      font-weight: bold;
      text-transform: uppercase; }
      .documents__list .document__info .document__category strong {
        font-weight: normal; }
    .documents__list .document__info .document__desc {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      margin-top: 0;
      margin-bottom: 1rem; }
    .documents__list .document__info .document__date {
      display: none; }
  .documents__list .document__links {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center; }
    .documents__list .document__links a {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      display: inline-block;
      max-width: 25rem;
      border-radius: 4px;
      background-color: #6868AA;
      padding: 1.5rem 3rem;
      margin: 1.5rem 0;
      color: #FFFFFF;
      text-align: center;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .documents__list .document__links a:hover, .documents__list .document__links a:focus {
        background-color: #50508f; }

/* ==========================================================================
   _calendar.scss
   ========================================================================== */
/* Listing Page - All
 * -------------------------------------------------------------------------- */
body.page-template__calendar .page-content {
  max-width: 86.5rem; }

body.page-template__calendar .breadcrumbs {
  margin-left: 0;
  margin-right: 0; }

body.page-template__calendar h1 {
  margin: 0 0 3.6rem 0; }

.article + .calendar-page {
  padding-top: 6rem; }

/* Listing Page - Full
 * -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  body.full .calendar-page .calendar-page__header .cal__subscribe-links li {
    display: block;
    margin-bottom: 0.6rem; }
  body.full .calendar-page #list-calendar .event {
    display: block; }
  body.full .calendar-page #list-calendar .event__links a {
    margin-top: 2.5rem;
    padding: 0.8rem 3rem; } }

@media (max-width: 1140px) {
  body.full .calendar-page .calendar-page__header .cal__switch-toggle {
    -webkit-box-flex: 0 0 15rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 15rem;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 15rem;
    /* Chrome */
    -ms-flex: 0 0 15rem;
    /* IE 10 */
    flex: 0 0 15rem;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 15rem; }
    body.full .calendar-page .calendar-page__header .cal__switch-toggle .switch-label .icon {
      margin-right: 0; }
    body.full .calendar-page .calendar-page__header .cal__switch-toggle .switch-label .text {
      display: none; } }

@media (max-width: 1020px) {
  body.full .calendar-page .calendar-page__header .cal__page-title {
    display: inline;
    flex: 0 0 0; }
  body.full .calendar-page .calendar-page__header .events-filter {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%; }
    body.full .calendar-page .calendar-page__header .events-filter .search-form {
      margin: 0;
      max-width: 100%; }
      body.full .calendar-page .calendar-page__header .events-filter .search-form .search-field, body.full .calendar-page .calendar-page__header .events-filter .search-form .custom-select {
        width: 100%; } }

@media (max-width: 375px) {
  body.full .calendar-page .calendar-page__header .cal__switch-toggle {
    -webkit-box-flex: 0 0 10rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 10rem;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 10rem;
    /* Chrome */
    -ms-flex: 0 0 10rem;
    /* IE 10 */
    flex: 0 0 10rem;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 10rem; } }

/* Listing Page - Sidebar
 * -------------------------------------------------------------------------- */
@media (max-width: 800px) {
  body.sidebar .calendar-page .calendar-page__header .cal__subscribe-links li {
    display: block;
    margin-bottom: 0.6rem; }
  body.sidebar .calendar-page #list-calendar .event {
    display: block; }
  body.sidebar .calendar-page #list-calendar .event__links a {
    margin-top: 2.5rem;
    padding: 0.8rem 3rem; } }

@media (max-width: 750px) {
  body.sidebar .calendar-page .calendar-page__header .cal__switch-toggle {
    -webkit-box-flex: 0 0 15rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 15rem;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 15rem;
    /* Chrome */
    -ms-flex: 0 0 15rem;
    /* IE 10 */
    flex: 0 0 15rem;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 15rem; }
    body.sidebar .calendar-page .calendar-page__header .cal__switch-toggle .switch-label .icon {
      margin-right: 0; }
    body.sidebar .calendar-page .calendar-page__header .cal__switch-toggle .switch-label .text {
      display: none; } }

@media (max-width: 600px) {
  body.sidebar .calendar-page .calendar-page__header .cal__page-title {
    display: inline;
    flex: 0 0 0; }
  body.sidebar .calendar-page .calendar-page__header .events-filter {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%; }
    body.sidebar .calendar-page .calendar-page__header .events-filter .search-form {
      margin: 0;
      max-width: 100%; }
      body.sidebar .calendar-page .calendar-page__header .events-filter .search-form .search-field, body.sidebar .calendar-page .calendar-page__header .events-filter .search-form .custom-select {
        width: 100%; } }

@media (max-width: 375px) {
  body.sidebar .calendar-page .calendar-page__header .cal__switch-toggle {
    -webkit-box-flex: 0 0 10rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 10rem;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 10rem;
    /* Chrome */
    -ms-flex: 0 0 10rem;
    /* IE 10 */
    flex: 0 0 10rem;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 10rem; } }

/* Calendar Page Header
 * -------------------------------------------------------------------------- */
.calendar-page__header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-wrap: wrap;
  /* OLD - Firefox 19- */
  -ms-flex-wrap: wrap;
  /* IE 10 */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: space-between;
  /* OLD - Firefox 19- */
  -ms-flex-pack: space-between;
  /* IE 10 */
  justify-content: space-between; }
  .calendar-page__header .cal__page-title {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%; }
  .calendar-page__header .cal__switch-toggle {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 0 0 23rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 23rem;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 23rem;
    /* Chrome */
    -ms-flex: 0 0 23rem;
    /* IE 10 */
    flex: 0 0 23rem;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 23rem;
    margin-bottom: 3rem; }
  .calendar-page__header .cal__subscribe-links {
    -webkit-box-ordinal-group: 5;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 5;
    /* OLD - Firefox 19- */
    -ms-flex-order: 5;
    /* IE 10 */
    -webkit-order: 5;
    /* NEW - Chrome */
    order: 5;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 0 0 calc(100% - 12.5rem);
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 calc(100% - 12.5rem);
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 calc(100% - 12.5rem);
    /* Chrome */
    -ms-flex: 0 0 calc(100% - 12.5rem);
    /* IE 10 */
    flex: 0 0 calc(100% - 12.5rem);
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: calc(100% - 12.5rem);
    list-style-type: none;
    padding: 0;
    margin: 0 0 3rem;
    text-align: right;
    position: relative;
    top: 3px; }
    .calendar-page__header .cal__subscribe-links li {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold;
      margin-left: 1.5rem; }
    .calendar-page__header .cal__subscribe-links a {
      color: #6868AA;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .calendar-page__header .cal__subscribe-links a:hover, .calendar-page__header .cal__subscribe-links a:focus {
        opacity: 0.8; }
  .calendar-page__header .events-filter {
    -webkit-box-ordinal-group: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -ms-flex-order: 3;
    /* IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 0 0 calc(100% - 23rem);
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 calc(100% - 23rem);
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 calc(100% - 23rem);
    /* Chrome */
    -ms-flex: 0 0 calc(100% - 23rem);
    /* IE 10 */
    flex: 0 0 calc(100% - 23rem);
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: calc(100% - 23rem);
    margin-bottom: 3rem;
    position: relative;
    top: 3px; }
    .calendar-page__header .events-filter .search-form {
      margin: 0 0 0 auto; }
  .calendar-page__header .cal__print-button {
    -webkit-box-ordinal-group: 4;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 4;
    /* OLD - Firefox 19- */
    -ms-flex-order: 4;
    /* IE 10 */
    -webkit-order: 4;
    /* NEW - Chrome */
    order: 4;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 0 0 12.5rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 12.5rem;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 12.5rem;
    /* Chrome */
    -ms-flex: 0 0 12.5rem;
    /* IE 10 */
    flex: 0 0 12.5rem;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 12.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 3rem; }
    .calendar-page__header .cal__print-button a {
      color: #6868AA;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .calendar-page__header .cal__print-button a:hover, .calendar-page__header .cal__print-button a:focus {
        opacity: 0.8; }
    .calendar-page__header .cal__print-button .icon {
      display: inline-block;
      width: 2.5rem;
      position: relative;
      top: 6px;
      margin-right: 1rem; }

/* Search/Filter/Toggle
 * -------------------------------------------------------------------------- */
.calendar-page__header .cal__switch-toggle {
  position: relative;
  font-size: 0;
  background-color: #FFFFFF;
  border-radius: 5px; }
  .calendar-page__header .cal__switch-toggle .switch-slider {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    left: 50%;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    height: 100%;
    background-color: #6868AA;
    border-radius: 0 5px 5px 0; }
  .calendar-page__header .cal__switch-toggle .switch-input {
    display: none;
    color: #6868AA; }
    .calendar-page__header .cal__switch-toggle .switch-input:checked + .switch-label {
      color: #FFFFFF; }
      .calendar-page__header .cal__switch-toggle .switch-input:checked + .switch-label .icon svg {
        fill: #FFFFFF;
        stroke: #FFFFFF; }
    .calendar-page__header .cal__switch-toggle .switch-input:checked + .switch-label-on ~ .switch-slider {
      left: 0%;
      border-radius: 5px 0 0 5px; }
  .calendar-page__header .cal__switch-toggle .switch-label {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    width: 50% !important;
    font-weight: normal;
    font-size: 1.6rem;
    top: 0;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    color: #6868AA;
    line-height: 4.7rem; }
    .calendar-page__header .cal__switch-toggle .switch-label .icon {
      display: inline-block;
      width: 2.2rem;
      height: 2.2rem;
      position: relative;
      top: 5px;
      margin-right: 1.5rem; }
      .calendar-page__header .cal__switch-toggle .switch-label .icon svg {
        fill: #6868AA;
        stroke: #6868AA; }

/* Subscribe Links
 * -------------------------------------------------------------------------- */
/* Print Calendar
 * -------------------------------------------------------------------------- */
/* Grid View
 * -------------------------------------------------------------------------- */
@media not print {
  #grid-calendar {
    overflow-x: scroll; }
    #grid-calendar .calendar.loading {
      opacity: 0.6; }
    #grid-calendar table {
      width: 100%; }
    #grid-calendar td {
      width: 14.28%;
      border: 1px solid #E3E9EB;
      background-color: #FFFFFF; }
    #grid-calendar tr.calendar_nav th {
      padding: 0 0 12px; }
    #grid-calendar tr.calendar_nav .month_heading {
      font-size: 2.6rem;
      color: #6868AA;
      font-weight: normal; }
    #grid-calendar tr.calendar_nav a {
      display: inline-block;
      position: relative;
      font-size: 1.8rem;
      color: #7878b3; }
    #grid-calendar tr.calendar_nav b, #grid-calendar tr.calendar_nav strong {
      font-weight: normal; }
    #grid-calendar tr.calendar_nav .th_prev {
      text-align: left;
      color: #7878b3; }
      #grid-calendar tr.calendar_nav .th_prev a:before {
        content: "\00ab";
        display: inline-block;
        vertical-align: middle;
        margin: -3px 5px 0;
        position: relative;
        right: 0;
        -webkit-transition: 0.25s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.25s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      #grid-calendar tr.calendar_nav .th_prev a:hover:before {
        right: 5px; }
    #grid-calendar tr.calendar_nav .th_next {
      text-align: right;
      color: #7878b3; }
      #grid-calendar tr.calendar_nav .th_next a:after {
        content: "\00bb";
        display: inline-block;
        vertical-align: middle;
        margin: -3px 0 0 5px;
        position: relative;
        left: 0;
        -webkit-transition: 0.25s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.25s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      #grid-calendar tr.calendar_nav .th_next a:hover:after {
        left: 5px; }
    #grid-calendar tr.calendar_nav + tr td {
      text-align: center;
      padding: 12px 10px 8px;
      font-size: 1.5rem;
      color: #FFFFFF;
      background-color: #6868AA;
      border-color: #6868AA; }
    #grid-calendar .cal_fullcell {
      min-height: 110px; }
    #grid-calendar .cal_day {
      font-family: 'rubik', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1.6rem;
      color: #6868AA;
      padding: 8px 9px 0; }
    #grid-calendar .event {
      padding: 0 9px; }
      #grid-calendar .event:last-child {
        padding-bottom: 30px; }
      #grid-calendar .event p {
        line-height: 1.1;
        margin: 0 0 1rem; }
    #grid-calendar .item_link {
      display: inline-block;
      color: #6868AA;
      font-size: 1.2rem;
      line-height: 1.3; }
      #grid-calendar .item_link:hover, #grid-calendar .item_link:focus {
        text-decoration: underline; }
    #grid-calendar .event_date {
      margin-top: 0;
      color: rgba(104, 104, 170, 0.8);
      font-size: 1.2rem; }
    #grid-calendar .highlight {
      min-height: 110px;
      background-color: #E3E9EB; }
      #grid-calendar .highlight .cal_day {
        color: #6868AA; }
      #grid-calendar .highlight .item_link {
        color: #6868AA; }
      #grid-calendar .highlight .event_date {
        color: rgba(104, 104, 170, 0.8); } }

.ui-dialog.cal_item {
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  max-width: 90%; }
  .ui-dialog.cal_item .ui-dialog-titlebar {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.6rem;
    background-image: none;
    background-color: rgba(104, 104, 170, 0.8);
    border-radius: 0;
    padding: 0.7rem 2rem; }
  .ui-dialog.cal_item .ui-dialog-titlebar-close {
    background: none;
    border: 0; }
    .ui-dialog.cal_item .ui-dialog-titlebar-close .ui-icon {
      background: none; }
    .ui-dialog.cal_item .ui-dialog-titlebar-close:before, .ui-dialog.cal_item .ui-dialog-titlebar-close:after {
      content: "";
      display: block;
      height: 18px;
      width: 3px;
      background-color: #FFFFFF;
      position: absolute;
      top: 0;
      left: 3px; }
    .ui-dialog.cal_item .ui-dialog-titlebar-close:before {
      -webkit-transform: rotate(45deg);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(45deg);
      /* IE 9 */
      transform: rotate(45deg);
      /* Firefox 16+, IE 10+, Opera */ }
    .ui-dialog.cal_item .ui-dialog-titlebar-close:after {
      -webkit-transform: rotate(-45deg);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      transform: rotate(-45deg);
      /* Firefox 16+, IE 10+, Opera */ }
  .ui-dialog.cal_item .event_details {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: column;
    /* OLD - Firefox 19- */
    -ms-flex-direction: column;
    /* IE 10 */
    flex-direction: column; }
  .ui-dialog.cal_item .name {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgba(104, 104, 170, 0.8);
    font-size: 2.2rem;
    margin-top: 1rem; }
  .ui-dialog.cal_item .description {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    font-size: 1.5rem; }
    .ui-dialog.cal_item .description p {
      line-height: 1.4; }
    .ui-dialog.cal_item .description table {
      margin: 6rem 0; }
      .ui-dialog.cal_item .description table thead {
        background-color: #7878b3;
        color: #FFFFFF; }
        .ui-dialog.cal_item .description table thead td {
          text-align: center;
          font-weight: bold;
          border: 1px solid #7878b3; }
      .ui-dialog.cal_item .description table td {
        font-size: 1.2rem;
        padding: 0.8rem;
        border: 1px solid #E3E9EB; }
      .ui-dialog.cal_item .description table:nth-last-child(2) {
        margin-bottom: 0; }
    .ui-dialog.cal_item .description blockquote {
      margin: 0; }
  .ui-dialog.cal_item .times {
    -webkit-box-ordinal-group: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -ms-flex-order: 3;
    /* IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .ui-dialog.cal_item .location {
    -webkit-box-ordinal-group: 4;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 4;
    /* OLD - Firefox 19- */
    -ms-flex-order: 4;
    /* IE 10 */
    -webkit-order: 4;
    /* NEW - Chrome */
    order: 4;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .ui-dialog.cal_item .times, .ui-dialog.cal_item .location {
    color: #4A4A4A;
    opacity: 0.5;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block; }
    .ui-dialog.cal_item .times strong, .ui-dialog.cal_item .location strong {
      font-weight: normal; }
  .ui-dialog.cal_item .ics {
    -webkit-box-ordinal-group: 5;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 5;
    /* OLD - Firefox 19- */
    -ms-flex-order: 5;
    /* IE 10 */
    -webkit-order: 5;
    /* NEW - Chrome */
    order: 5;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin: 2rem 0 1rem; }
    .ui-dialog.cal_item .ics a {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      display: inline-block;
      font-size: 1.8rem;
      border-radius: 4px;
      background-color: #6868AA;
      padding: 1.2rem 2rem;
      margin: 1.5rem 0;
      color: #FFFFFF;
      text-align: center;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .ui-dialog.cal_item .ics a:hover, .ui-dialog.cal_item .ics a:focus {
        background-color: #50508f; }

/* List View
 * -------------------------------------------------------------------------- */
#list-calendar {
  margin-top: 3rem; }
  #list-calendar .event {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between;
    background-color: #FFFFFF;
    margin-bottom: 1.6rem;
    padding: 2rem 2.6rem; }
  #list-calendar .event__info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: column;
    /* OLD - Firefox 19- */
    -ms-flex-direction: column;
    /* IE 10 */
    flex-direction: column;
    -webkit-box-flex: 0 0 calc(100% - 20rem);
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 calc(100% - 20rem);
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 calc(100% - 20rem);
    /* Chrome */
    -ms-flex: 0 0 calc(100% - 20rem);
    /* IE 10 */
    flex: 0 0 calc(100% - 20rem);
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    #list-calendar .event__info > h3 {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 500;
      color: rgba(104, 104, 170, 0.8);
      font-size: 2.2rem;
      margin-top: 1rem;
      margin-bottom: 1.2rem; }
    #list-calendar .event__info .event__date {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.6rem; }
    #list-calendar .event__info .event__details {
      -webkit-box-ordinal-group: 4;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 4;
      /* OLD - Firefox 19- */
      -ms-flex-order: 4;
      /* IE 10 */
      -webkit-order: 4;
      /* NEW - Chrome */
      order: 4;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      color: #4A4A4A;
      opacity: 0.5;
      font-weight: 300;
      font-size: 1.2rem;
      text-transform: uppercase;
      display: block;
      margin-top: 2rem;
      margin-bottom: 0; }
      #list-calendar .event__info .event__details strong {
        font-weight: normal; }
    #list-calendar .event__info .event__desc {
      -webkit-box-ordinal-group: 3;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 3;
      /* OLD - Firefox 19- */
      -ms-flex-order: 3;
      /* IE 10 */
      -webkit-order: 3;
      /* NEW - Chrome */
      order: 3;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      margin-top: -2rem; }
      #list-calendar .event__info .event__desc *:last-child {
        margin-bottom: 0; }
      #list-calendar .event__info .event__desc table {
        margin: 6rem 0; }
        #list-calendar .event__info .event__desc table thead {
          background-color: #7878b3;
          color: #FFFFFF; }
          #list-calendar .event__info .event__desc table thead td {
            text-align: center;
            font-weight: bold;
            border: 1px solid #7878b3; }
        #list-calendar .event__info .event__desc table td {
          font-size: 1.2rem;
          padding: 0.8rem;
          border: 1px solid #E3E9EB; }
        #list-calendar .event__info .event__desc table:nth-last-child(2) {
          margin-bottom: 0; }
      #list-calendar .event__info .event__desc blockquote {
        margin: 0; }
  #list-calendar .event__links a {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    font-size: 1.8rem;
    border-radius: 4px;
    background-color: #6868AA;
    padding: 1.6rem 2.6rem;
    margin: 1.5rem 0;
    color: #FFFFFF;
    text-align: center;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    #list-calendar .event__links a:hover, #list-calendar .event__links a:focus {
      background-color: #50508f; }

/* ==========================================================================
   _staff-directory.scss
   ========================================================================== */
/* Staff Directory Listing - All
 * -------------------------------------------------------------------------- */
body.page-template__staff-directory .page-content {
  max-width: 86.5rem; }

body.page-template__staff-directory .breadcrumbs {
  margin-left: 0;
  margin-right: 0; }

body.page-template__staff-directory h1 {
  margin-left: 0;
  margin-right: 0; }

body.page-template__staff-directory article.main-phonenumber {
  max-width: 86.5rem; }

body:not(.page-template__staff-directory) .staff-directory__listing-page .staff-filter {
  position: static;
  margin-bottom: 4rem; }

.staff-directory__listing-page {
  position: relative; }
  .staff-directory__listing-page article.main-phonenumber {
    margin: 5.5rem 0 0;
    padding-bottom: 0; }
  .staff-directory__listing-page .staff-filter {
    position: absolute;
    right: 0;
    top: -10.5rem; }
    .staff-directory__listing-page .staff-filter label {
      display: none; }
    @media (max-width: 375px) {
      .staff-directory__listing-page .staff-filter {
        position: static; }
        .staff-directory__listing-page .staff-filter .search-form .search-field {
          width: 100%; } }
  .staff-directory__listing-page .staff__list .category-title {
    color: #7878b3;
    font-size: 3.6rem;
    font-weight: 400;
    margin-bottom: 3rem; }
  .staff-directory__listing-page .staff__group {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    margin-bottom: 5rem; }
  .staff-directory__listing-page .staff {
    -webkit-box-flex: 0 0 31%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 31%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 31%;
    /* Chrome */
    -ms-flex: 0 0 31%;
    /* IE 10 */
    flex: 0 0 31%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 4rem; }
    .staff-directory__listing-page .staff:nth-child(3n) {
      margin-right: 0; }
    .staff-directory__listing-page .staff .image {
      overflow: hidden; }
      .staff-directory__listing-page .staff .image img {
        width: 100%;
        object-fit: cover;
        object-position: top; }
    .staff-directory__listing-page .staff .content h3 {
      font-size: 2rem;
      font-weight: 500;
      line-height: 2.8rem;
      margin: 2.5rem 0 1.5rem; }
    .staff-directory__listing-page .staff .content h4 {
      font-weight: normal;
      margin: 0 0 0.6rem;
      font-size: 1.6rem; }
    .staff-directory__listing-page .staff .content p {
      margin: 0 0 0.6rem;
      font-size: 1.6rem; }
    .staff-directory__listing-page .staff .content .email, .staff-directory__listing-page .staff .content .bio-link, .staff-directory__listing-page .staff .content .email-btn {
      display: inline;
      font-weight: bold; }
    .staff-directory__listing-page .staff .content .email:not(.no-bio-link):after {
      content: "|";
      color: #9D9DD3;
      padding-left: 4px; }
    .staff-directory__listing-page .staff .content .email-btn {
      background: none;
      padding: 0;
      border-radius: 0;
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-style: normal;
      font-weight: bold;
      font-size: 1.6rem;
      color: #9D9DD3;
      -webkit-transition: color 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: color 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .staff-directory__listing-page .staff .content .email-btn:hover, .staff-directory__listing-page .staff .content .email-btn:focus {
        color: #7a7ac3; }

/* Staff Directory Listing - Full-width
 * -------------------------------------------------------------------------- */
@media (max-width: 1440px) {
  body.full .staff-directory__listing-page .staff-filter {
    position: static;
    margin-bottom: 5rem; }
  body.full .staff-directory__listing-page .staff {
    -webkit-box-flex: 0 0 45%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 45%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 45%;
    /* Chrome */
    -ms-flex: 0 0 45%;
    /* IE 10 */
    flex: 0 0 45%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 45%; }
    body.full .staff-directory__listing-page .staff:nth-child(3n) {
      margin-right: 3.5%; } }

@media (max-width: 600px) {
  body.full .staff-directory__listing-page .staff .content h3 {
    font-size: 2.2rem;
    margin: 1.5rem 0 1rem; } }

@media (max-width: 450px) {
  body.full .staff-directory__listing-page .staff {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    margin-right: 0; }
    body.full .staff-directory__listing-page .staff:nth-child(3n) {
      margin-right: 0; } }

/* Staff Directory Listing - Sidebar
 * -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  body.sidebar .staff-directory__listing-page .staff-filter {
    position: static;
    margin-bottom: 5rem; }
  body.sidebar .staff-directory__listing-page .staff {
    -webkit-box-flex: 0 0 45%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 45%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 45%;
    /* Chrome */
    -ms-flex: 0 0 45%;
    /* IE 10 */
    flex: 0 0 45%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 45%; }
    body.sidebar .staff-directory__listing-page .staff:nth-child(3n) {
      margin-right: 3.5%; } }

@media (max-width: 600px) {
  body.sidebar .staff-directory__listing-page .staff .content h3 {
    font-size: 2.2rem;
    margin: 1.5rem 0 1rem; } }

@media (max-width: 450px) {
  body.sidebar .staff-directory__listing-page .staff {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    margin-right: 0; }
    body.sidebar .staff-directory__listing-page .staff:nth-child(3n) {
      margin-right: 0; } }

/* Staff Details Page - All
 * -------------------------------------------------------------------------- */
body.page-template__staff-directory-detail h1.page-title {
  display: none; }

body.page-template__staff-directory-detail .page-content {
  max-width: 86.5rem; }

body.page-template__staff-directory-detail .breadcrumbs {
  margin-left: 0;
  margin-right: 0; }

body.page-template__staff-directory-detail h1 {
  margin-left: 0;
  margin-right: 0; }

body.page-template__staff-directory-detail article.staff-member__article {
  max-width: 86.5rem; }

.staff-directory__bio-page .backto-link {
  border: 2px solid #8989bc;
  border-radius: 4px;
  color: #a9a9cf;
  position: relative;
  padding: 1.1rem 2rem 1.1rem 3.4rem;
  display: inline-block;
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .staff-directory__bio-page .backto-link:before, .staff-directory__bio-page .backto-link:after {
    content: "";
    display: block;
    background-color: #a9a9cf;
    height: 4px;
    width: 1.2rem;
    position: absolute;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .staff-directory__bio-page .backto-link:before {
    top: 1.9rem;
    left: 1rem;
    -webkit-transform: rotate(-45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    transform: rotate(-45deg);
    /* Firefox 16+, IE 10+, Opera */ }
  .staff-directory__bio-page .backto-link:after {
    -webkit-transform: rotate(45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
    /* Firefox 16+, IE 10+, Opera */
    bottom: 1.9rem;
    left: 1rem; }
  .staff-directory__bio-page .backto-link:hover, .staff-directory__bio-page .backto-link:focus {
    background-color: #8989bc;
    color: #FFFFFF; }
    .staff-directory__bio-page .backto-link:hover:before, .staff-directory__bio-page .backto-link:hover:after, .staff-directory__bio-page .backto-link:focus:before, .staff-directory__bio-page .backto-link:focus:after {
      background-color: #FFFFFF; }

.staff-directory__bio-page .staff-member__header {
  margin-top: 5.5rem; }
  .staff-directory__bio-page .staff-member__header h1 {
    margin-bottom: 1rem; }

.staff-directory__bio-page .staff-member__main {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: space-between;
  /* OLD - Firefox 19- */
  -ms-flex-pack: space-between;
  /* IE 10 */
  justify-content: space-between; }

.staff-directory__bio-page .staff-member__card {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 0 0 31%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 31%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 31%;
  /* Chrome */
  -ms-flex: 0 0 31%;
  /* IE 10 */
  flex: 0 0 31%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 31%;
  margin-top: 2rem; }
  .staff-directory__bio-page .staff-member__card .image img {
    height: 100%;
    width: 100%;
    max-width: 27rem; }
  .staff-directory__bio-page .staff-member__card .content {
    margin-top: 3.8rem;
    margin-bottom: 4rem; }
  .staff-directory__bio-page .staff-member__card h4 {
    font-weight: normal;
    margin: 0 0 0.6rem; }
  .staff-directory__bio-page .staff-member__card p {
    margin: 0 0 0.6rem; }
  .staff-directory__bio-page .staff-member__card .email {
    font-weight: bold; }
  .staff-directory__bio-page .staff-member__card .email-btn {
    background: none;
    padding: 0;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    color: #9D9DD3;
    -webkit-transition: color 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: color 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .staff-directory__bio-page .staff-member__card .email-btn:hover, .staff-directory__bio-page .staff-member__card .email-btn:focus {
      color: #7a7ac3; }

.staff-directory__bio-page .staff-member__content {
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 0 0 65%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 65%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 65%;
  /* Chrome */
  -ms-flex: 0 0 65%;
  /* IE 10 */
  flex: 0 0 65%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 65%; }

/* Staff Details Page - Full-width
 * -------------------------------------------------------------------------- */
@media (max-width: 1020px) {
  body.full .staff-directory__bio-page .staff-member__main {
    display: block; } }

/* Staff Details Page - Sidebar
 * -------------------------------------------------------------------------- */
@media (max-width: 600px) {
  body.sidebar .staff-directory__bio-page .staff-member__main {
    display: block; } }

/* Staff Directory - Contact Modal
 * -------------------------------------------------------------------------- */
.staff-directory__contact-form {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* Firefox 16+, IE 10+, Opera */
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.25s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  width: 90%;
  max-width: 64rem; }
  .staff-directory__contact-form.open {
    top: 50%;
    visibility: visible;
    opacity: 1; }
  .staff-directory__contact-form .container:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  .staff-directory__contact-form .contact-modal__header {
    max-width: 64rem;
    margin: 0 auto;
    position: relative; }
    .staff-directory__contact-form .contact-modal__header h3 {
      text-transform: uppercase;
      font-size: 1.8rem;
      color: #FFFFFF;
      font-weight: 200;
      margin: 0 0 1rem;
      background-color: #6868AA;
      padding: 0.6rem 2rem;
      margin: 0; }
  .staff-directory__contact-form .contact-modal__content {
    background-color: #FFFFFF;
    padding: 3rem 2rem 0rem;
    box-sizing: border-box;
    max-height: calc(80vh - 50px);
    overflow-y: auto; }
  .staff-directory__contact-form .contact-modal__close {
    font-size: 0;
    font-weight: 500;
    background-color: transparent;
    border-radius: 0;
    padding: 0 2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .staff-directory__contact-form .contact-modal__close:before {
      content: "X";
      display: block;
      font-size: 1.8rem; }
    .staff-directory__contact-form .contact-modal__close:hover {
      opacity: 0.8; }

/* ==========================================================================
   _pti.scss
   ========================================================================== */
/* All Pages
 * -------------------------------------------------------------------------- */
[class^="bookings-section__"] .row.add-more {
  margin-top: 25px; }

[class^="bookings-section__"] .button--add-more,
[class^="bookings-section__"] .button--edit {
  background: none;
  padding: 0;
  border-radius: 0;
  color: #6868AA; }

[class^="bookings-section__"] .button--remove-last,
[class^="bookings-section__"] .button--cancel {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  background: none;
  padding: 0;
  border-radius: 0;
  color: #820010;
  margin-top: 15px; }
  [class^="bookings-section__"] .button--remove-last:before,
  [class^="bookings-section__"] .button--cancel:before {
    content: "X";
    display: inline-block;
    margin-right: 5px; }

[class^="bookings-section__"] .row.submit {
  margin-top: 50px; }
  [class^="bookings-section__"] .row.submit a.prev {
    background: none;
    border: none;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    max-width: 25rem;
    width: 17.8rem;
    border-radius: 4px;
    background-color: #6868AA;
    padding: 1.5rem 3rem;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    line-height: normal; }
    [class^="bookings-section__"] .row.submit a.prev:hover, [class^="bookings-section__"] .row.submit a.prev:focus {
      background-color: #50508f; }
    [class^="bookings-section__"] .row.submit a.prev:disabled, [class^="bookings-section__"] .row.submit a.prev.disabled {
      background-color: #E3E9EB;
      color: #E2EDFA; }
  [class^="bookings-section__"] .row.submit a.prev,
  [class^="bookings-section__"] .row.submit input[type="submit"] {
    width: auto; }

[class^="bookings-section__"] select.disabled,
[class^="bookings-section__"] select:disabled {
  pointer-events: none;
  opacity: 0.8;
  filter: grayscale(1); }

[class^="bookings-section__"] h2 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400; }
  [class^="bookings-section__"] h2 strong {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500; }

[class^="bookings-section__"] .dependent-grouping + .dependent-grouping {
  margin-top: 50px; }

[class^="bookings-section__"] .dependent-grouping h3 {
  margin-bottom: 15px; }

/* Landing Page
 * -------------------------------------------------------------------------- */
.bookings-section__landing-page .bookings-list {
  margin-top: 20px;
  margin-bottom: 50px; }

@media (min-width: 451px) {
  body.sidebar .bookings-section__landing-page .bookings-list__header, body.sidebar .bookings-section__landing-page .bookings-list__row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center; } }

@media (max-width: 800px) {
  body.sidebar .bookings-section__landing-page .bookings-list__header, body.sidebar .bookings-section__landing-page .bookings-list__row {
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start; } }

@media (min-width: 451px) {
  body.full .bookings-section__landing-page .bookings-list__header, body.full .bookings-section__landing-page .bookings-list__row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center; } }

@media (max-width: 1200px) {
  body.full .bookings-section__landing-page .bookings-list__header, body.full .bookings-section__landing-page .bookings-list__row {
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start; } }

.bookings-section__landing-page .bookings-list__header {
  font-weight: bold;
  margin-bottom: 9px; }
  @media (max-width: 450px) {
    body.sidebar .bookings-section__landing-page .bookings-list__header {
      display: none; } }
  @media (max-width: 800px) {
    body.sidebar .bookings-section__landing-page .bookings-list__header .booking-event__date {
      margin-right: 10px; } }
  @media (max-width: 450px) {
    body.full .bookings-section__landing-page .bookings-list__header {
      display: none; } }
  @media (max-width: 1200px) {
    body.full .bookings-section__landing-page .bookings-list__header .booking-event__date {
      margin-right: 4px; } }
.bookings-section__landing-page .bookings-list__row {
  box-sizing: border-box;
  margin: 5px 0;
  background: linear-gradient(135deg, #E1E4E6 0%, rgba(227, 229, 230, 0.1) 100%);
  padding: 27px 29px; }
  .bookings-section__landing-page .bookings-list__row .mobile-label {
    display: none;
    font-weight: bold; }
  @media (min-width: 801px) {
    body.sidebar .bookings-section__landing-page .bookings-list__row {
      width: calc(100% + 50px);
      margin-left: -25px; } }
  @media (max-width: 800px) {
    body.sidebar .bookings-section__landing-page .bookings-list__row {
      width: calc(100% + 40px);
      margin-left: -20px;
      -webkit-flex-wrap: wrap;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-wrap: wrap;
      /* OLD - Firefox 19- */
      -ms-flex-wrap: wrap;
      /* IE 10 */
      flex-wrap: wrap; } }
  @media (max-width: 450px) {
    body.sidebar .bookings-section__landing-page .bookings-list__row .mobile-label {
      display: inline-block; } }
  @media (min-width: 1201px) {
    body.full .bookings-section__landing-page .bookings-list__row {
      width: calc(100% + 50px);
      margin-left: -25px; } }
  @media (max-width: 1200px) {
    body.full .bookings-section__landing-page .bookings-list__row {
      width: calc(100% + 50px);
      margin-left: -25px;
      -webkit-flex-wrap: wrap;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-wrap: wrap;
      /* OLD - Firefox 19- */
      -ms-flex-wrap: wrap;
      /* IE 10 */
      flex-wrap: wrap; } }
  @media (max-width: 800px) {
    body.full .bookings-section__landing-page .bookings-list__row {
      width: calc(100% + 40px);
      margin-left: -20px; } }
  @media (max-width: 450px) {
    body.full .bookings-section__landing-page .bookings-list__row .mobile-label {
      display: inline-block; } }
@media (min-width: 801px) {
  body.sidebar .bookings-section__landing-page .booking-event__title {
    -webkit-box-flex: 0 0 45%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 45%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 45%;
    /* Chrome */
    -ms-flex: 0 0 45%;
    /* IE 10 */
    flex: 0 0 45%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-right: 20px; } }

@media (min-width: 451px) and (max-width: 800px) {
  body.sidebar .bookings-section__landing-page .booking-event__title {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(100% - 225px);
    margin-right: 20px; } }

@media (min-width: 1201px) {
  body.full .bookings-section__landing-page .booking-event__title {
    -webkit-box-flex: 0 0 45%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 45%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 45%;
    /* Chrome */
    -ms-flex: 0 0 45%;
    /* IE 10 */
    flex: 0 0 45%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-right: 20px; } }

@media (min-width: 451px) and (max-width: 1200px) {
  body.full .bookings-section__landing-page .booking-event__title {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(100% - 225px);
    margin-right: 20px; } }

@media (min-width: 801px) {
  body.sidebar .bookings-section__landing-page .booking-event__date {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-right: 20px; } }

@media (min-width: 451px) and (max-width: 800px) {
  body.sidebar .bookings-section__landing-page .booking-event__date {
    -webkit-box-flex: 0 0 205px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 205px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 205px;
    /* Chrome */
    -ms-flex: 0 0 205px;
    /* IE 10 */
    flex: 0 0 205px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 205px; } }

@media (max-width: 450px) {
  body.sidebar .bookings-section__landing-page .booking-event__date {
    margin-top: 20px; } }

@media (min-width: 1201px) {
  body.full .bookings-section__landing-page .booking-event__date {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-right: 20px; } }

@media (min-width: 451px) and (max-width: 1200px) {
  body.full .bookings-section__landing-page .booking-event__date {
    -webkit-box-flex: 0 0 205px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 205px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 205px;
    /* Chrome */
    -ms-flex: 0 0 205px;
    /* IE 10 */
    flex: 0 0 205px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 205px; } }

@media (max-width: 450px) {
  body.full .bookings-section__landing-page .booking-event__date {
    margin-top: 20px; } }

@media (min-width: 801px) {
  body.sidebar .bookings-section__landing-page .booking-event__link {
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 auto;
    /* Chrome */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    flex: 0 0 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }

@media (min-width: 451px) and (max-width: 800px) {
  body.sidebar .bookings-section__landing-page .booking-event__link {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-top: 20px; } }

@media (max-width: 450px) {
  body.sidebar .bookings-section__landing-page .booking-event__link {
    margin-top: 20px; } }

@media (min-width: 1201px) {
  body.full .bookings-section__landing-page .booking-event__link {
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 auto;
    /* Chrome */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    flex: 0 0 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }

@media (min-width: 451px) and (max-width: 1200px) {
  body.full .bookings-section__landing-page .booking-event__link {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-top: 20px; } }

@media (max-width: 450px) {
  body.full .bookings-section__landing-page .booking-event__link {
    margin-top: 20px; } }

.bookings-section__landing-page .booking-event__link a {
  display: inline-block;
  font-family: 'rubik', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 2rem;
  color: #6868AA; }

/* Registration Details
 * -------------------------------------------------------------------------- */
.bookings-section__registrant-details form {
  max-width: 400px; }

/* Teacher Selection
 * -------------------------------------------------------------------------- */
@media (min-width: 451px) {
  body.full .bookings-section__teacher-section .row.teacher-option {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 100%; }
    body.full .bookings-section__teacher-section .row.teacher-option .select-wrap {
      -webkit-box-flex: 0 0 50%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 0 0 50%;
      /* OLD - Firefox 19- */
      -webkit-flex: 0 0 50%;
      /* Chrome */
      -ms-flex: 0 0 50%;
      /* IE 10 */
      flex: 0 0 50%;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      max-width: calc(50% - 8px); }
      body.full .bookings-section__teacher-section .row.teacher-option .select-wrap + .select-wrap {
        margin-left: 15px; }
  body.full .bookings-section__teacher-section .row.submit {
    max-width: 100%; } }

@media (max-width: 450px) {
  body.full .bookings-section__teacher-section form {
    max-width: 400px; }
  body.full .bookings-section__teacher-section .row.teacher-option + .row.teacher-option {
    margin-top: 30px; }
  body.full .bookings-section__teacher-section .row.teacher-option .select-wrap + .select-wrap {
    margin-top: 15px; } }

body.sidebar .bookings-section__teacher-section form {
  max-width: 400px; }

body.sidebar .bookings-section__teacher-section .row.teacher-option + .row.teacher-option {
  margin-top: 30px; }

body.sidebar .bookings-section__teacher-section .row.teacher-option .select-wrap + .select-wrap {
  margin-top: 15px; }

/* Time Slots
 * -------------------------------------------------------------------------- */
.bookings-section__time-slots .time-slots-grid .time-slots__day {
  margin-top: 50px; }
  .bookings-section__time-slots .time-slots-grid .time-slots__day h2 {
    margin-bottom: 10px; }
  .bookings-section__time-slots .time-slots-grid .time-slots__day .times-slots__times {
    background-color: rgba(238, 238, 238, 0.5); }
    .bookings-section__time-slots .time-slots-grid .time-slots__day .times-slots__times .time {
      padding: 10px 0;
      background-color: #fff; }
      .bookings-section__time-slots .time-slots-grid .time-slots__day .times-slots__times .time:nth-child(odd) {
        background-color: #eee; }
  .bookings-section__time-slots .time-slots-grid .time-slots__day .time-slots__dependent h4 {
    padding: 20px 0 10px;
    margin: 0; }
  .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-class .class-title, .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-class .event-title, .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-event .class-title, .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-event .event-title {
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc; }
  .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-class .option, .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-event .option {
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
    .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-class .option:nth-child(odd), .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-event .option:nth-child(odd) {
      background-color: #eee; }
    .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-class .option label, .bookings-section__time-slots .time-slots-grid .time-slots__day .dependent-event .option label {
      display: none; }

/* Confirmation
 * -------------------------------------------------------------------------- */
.bookings-section__confirmation .confirmation-article + .confirmation-article {
  margin-top: 6.5rem; }

.bookings-section__confirmation .confirmation-article ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.bookings-section__confirmation .confirmation-article li {
  margin-top: 25px; }

.bookings-section__confirmation .confirmation-article h3 {
  margin-top: 0; }

.bookings-section__confirmation .confirmation-article h4, .bookings-section__confirmation .confirmation-article p {
  margin: 0; }

.bookings-section__confirmation .confirmation-article h4 + p,
.bookings-section__confirmation .confirmation-article p + button {
  margin-top: 5px; }

.bookings-section__confirmation .bookings-booking-links a {
  margin: 0.5rem 1.5rem 0.5rem 0;
  display: inline-block; }

.bookings-confirmation__popup .popup-content p {
  margin-top: 20px; }

.bookings-confirmation__popup .popup-content .options {
  margin-top: 20px; }

.bookings-confirmation__popup .popup-content .button--cancel {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  background: none;
  padding: 0;
  border-radius: 0;
  color: #820010; }

.bookings-confirmation__popup .popup-content .button--continue {
  font-family: 'rubik', sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #6868AA;
  color: #FFFFFF;
  font-size: 2rem;
  border-radius: 4px;
  padding: 1rem 3rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }

/* ==========================================================================
   _header.scss
   ========================================================================== */
/* Main Home - Full
 * -------------------------------------------------------------------------- */
/* Main Home - Sidebar
 * -------------------------------------------------------------------------- */
body.home.sidebar .page-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media (max-width: 1140px) {
    body.home.sidebar .page-wrapper {
      display: block; } }
body.home.sidebar .main {
  width: calc(100% - 40rem); }
  @media (max-width: 1300px) {
    body.home.sidebar .main {
      width: calc(100% - 30rem); } }
  @media (max-width: 1140px) {
    body.home.sidebar .main {
      width: 100%; } }
/* Home Banner
 * -------------------------------------------------------------------------- */
#home-banner {
  width: calc(100% - 15rem);
  height: 54rem; }
  @media (max-width: 1300px) {
    #home-banner {
      height: 45rem; } }
  @media (max-width: 1020px) {
    #home-banner {
      width: calc(100% - 8rem); } }
  @media (max-width: 800px) {
    #home-banner {
      width: 100%;
      height: auto; } }
  #home-banner .container {
    position: relative;
    width: 100%;
    height: 100%; }
  #home-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  #home-banner .home-banner-video {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    @media (max-width: 800px) {
      #home-banner .home-banner-video {
        height: 30vw; } }
    #home-banner .home-banner-video .video-still {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block; }
    #home-banner .home-banner-video video {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block; }
    @media (min-width: 801px) {
      #home-banner .home-banner-video.video--desktop {
        display: block; }
      #home-banner .home-banner-video.video--mobile {
        display: none; } }
    @media (max-width: 800px) {
      #home-banner .home-banner-video.video--desktop {
        display: none; }
      #home-banner .home-banner-video.video--mobile {
        display: block; } }
  #home-banner h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.2;
    background-color: #303357;
    color: #FFFFFF;
    margin: 0;
    width: 50%;
    padding: 3rem 4rem;
    position: absolute;
    bottom: 0;
    right: -15rem;
    z-index: 2;
    -webkit-transform: translateY(50%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(50%);
    /* IE 9 */
    transform: translateY(50%);
    /* Firefox 16+, IE 10+, Opera */ }
    @media (max-width: 1020px) {
      #home-banner h2 {
        width: calc(100% + 8rem);
        box-sizing: border-box;
        right: 0;
        left: 0;
        padding: 3rem 2.5rem; } }
    @media (max-width: 800px) {
      #home-banner h2 {
        width: 100%;
        -webkit-transform: translateY(80%);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(80%);
        /* IE 9 */
        transform: translateY(80%);
        /* Firefox 16+, IE 10+, Opera */ } }
    @media (max-width: 600px) {
      #home-banner h2 {
        font-size: 3rem; } }
  #home-banner.no-image {
    background-color: #303357; }
    #home-banner.no-image h2 {
      bottom: 0;
      right: 0;
      -webkit-transform: translateY(0);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateY(0);
      /* IE 9 */
      transform: translateY(0);
      /* Firefox 16+, IE 10+, Opera */ }
    @media (max-width: 800px) {
      #home-banner.no-image h2 {
        position: relative;
        top: 78px; } }
body.no-header-social #home-banner {
  width: 100%; }
  body.no-header-social #home-banner h2 {
    right: 0; }
    @media (max-width: 1020px) {
      body.no-header-social #home-banner h2 {
        width: 100%; } }
  @media (max-width: 800px) {
    body.no-header-social #home-banner.no-image h2 {
      top: 0; } }
@media (max-width: 800px) {
  body:not(.no-header-social) #home-banner {
    padding-top: 78px; } }

/* Home Banner - Full
 * -------------------------------------------------------------------------- */
/* Home Banner - Sidebar
 * -------------------------------------------------------------------------- */
body.home.sidebar #home-banner h2 {
  right: 0;
  left: 0; }

/* Home School Pinned Post - All
 * -------------------------------------------------------------------------- */
.home__school-pinned-post {
  padding: 8rem 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1020px) {
    .home__school-pinned-post {
      padding-top: 12rem; } }
  .home__school-pinned-post:before, .home__school-pinned-post:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -45rem; }
  .home__school-pinned-post:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45rem 37.5rem 45rem;
    border-color: transparent transparent #303357 transparent;
    left: -45rem; }
  .home__school-pinned-post:after {
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 34.5rem 29rem 34.5rem;
    border-color: transparent transparent #363961 transparent;
    left: -34.5rem; }
  .home__school-pinned-post .container {
    padding: 0 2.5rem;
    position: relative;
    z-index: 2; }
  .home__school-pinned-post .post {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    color: #505155;
    min-height: 28rem; }
    .home__school-pinned-post .post .post__image {
      margin-right: 5.5rem;
      overflow: hidden; }
    .home__school-pinned-post .post img {
      display: block;
      -webkit-transition: 0.5s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.5s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .home__school-pinned-post .post h4 {
      font-size: 4rem;
      line-height: 1.1;
      color: #303357;
      max-width: 60rem;
      margin: 1rem 0;
      position: relative;
      display: inline-block;
      -webkit-transition: 0.5s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.5s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      @media (max-width: 1020px) {
        .home__school-pinned-post .post h4 {
          font-size: 3.2rem; } }
      .home__school-pinned-post .post h4:after {
        content: "";
        height: 2px;
        display: inline-block;
        background-color: #303357;
        width: 0;
        position: absolute;
        right: 0;
        bottom: -4px;
        -webkit-transition: 0.5s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.5s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .home__school-pinned-post .post span.posted-on {
      color: rgba(80, 81, 85, 0.8);
      font-weight: 600;
      font-size: 1.6rem;
      text-transform: uppercase;
      display: block; }
    .home__school-pinned-post .post:hover img {
      -webkit-transform: scale(1.1);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: scale(1.1);
      /* IE 9 */
      transform: scale(1.1);
      /* Firefox 16+, IE 10+, Opera */ }
    .home__school-pinned-post .post:hover h4:after {
      background-color: #1e2036;
      width: 100%; }
  @media (max-width: 600px) {
    .home__school-pinned-post .post {
      display: block; }
      .home__school-pinned-post .post .post__image {
        margin: 0 auto;
        margin-bottom: 2rem;
        max-width: 40rem;
        display: block; }
      .home__school-pinned-post .post h4 {
        font-size: 3rem; }
    .home__school-pinned-post:before, .home__school-pinned-post:after {
      top: 0; }
    .home__school-pinned-post:before {
      border-width: 37.5rem 45rem 0 45rem;
      border-color: #303357 transparent transparent transparent; }
    .home__school-pinned-post:after {
      border-width: 29rem 34.5rem 0 34.5rem;
      border-color: #353961 transparent transparent transparent; } }
/* Home School Pinned Posts - Full Width
 * -------------------------------------------------------------------------- */
body.full .home__school-pinned-post {
  width: 100%;
  padding: 8rem 0; }
  body.full .home__school-pinned-post .container {
    max-width: 130rem;
    margin: 0 auto;
    padding: 0 2.5rem; }
    @media (max-width: 1020px) {
      body.full .home__school-pinned-post .container {
        padding: 5rem 2.5rem 0 2.5rem; } }
  body.full .home__school-pinned-post.no-image .container {
    max-width: 60rem; }
  @media (max-width: 1200px) {
    body.full .home__school-pinned-post.no-image:before, body.full .home__school-pinned-post.no-image:after {
      display: none; } }
  body.full .home__school-pinned-post .post__image {
    -webkit-box-flex: 1 0 47.5%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 47.5%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 0 47.5%;
    /* Chrome */
    -ms-flex: 1 0 47.5%;
    /* IE 10 */
    flex: 1 0 47.5%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 47.5%;
    max-width: 59.4rem;
    max-height: 40.8rem; }
    @media (max-width: 600px) {
      body.full .home__school-pinned-post .post__image {
        width: 100%; } }
  body.full .home__school-pinned-post .content {
    max-width: 80rem; }

/* Home School Pinned Post - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar .home__school-pinned-post {
  padding: 11.5rem 0 8rem 0; }
  body.sidebar .home__school-pinned-post .container {
    max-width: 142rem;
    margin: 0 auto;
    padding: 0 2.5rem; }
  body.sidebar .home__school-pinned-post.no-image:before, body.sidebar .home__school-pinned-post.no-image:after {
    display: none; }
  body.sidebar .home__school-pinned-post .post .post__image {
    max-width: 48.1rem; }
  body.sidebar .home__school-pinned-post .post img {
    max-width: 100%; }
  body.sidebar .home__school-pinned-post .post .content {
    max-width: 39.65%; }
    @media (max-width: 600px) {
      body.sidebar .home__school-pinned-post .post .content {
        max-width: 100%; } }
/* Home School News - All
 * -------------------------------------------------------------------------- */
.home__school-news {
  background-color: #FFFFFF; }
  .home__school-news .posts__footer {
    text-align: center; }
    .home__school-news .posts__footer a {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      display: inline-block;
      width: 19rem;
      box-sizing: border-box;
      border-radius: 4px;
      background-color: #6868AA;
      padding: 1.85rem 2.9rem;
      margin-top: 4rem;
      color: #FFFFFF;
      text-align: left;
      -webkit-transition: 0.25s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.25s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .home__school-news .posts__footer a .text:after {
        content: "\00bb";
        float: right; }
      .home__school-news .posts__footer a:hover, .home__school-news .posts__footer a:focus {
        opacity: 0.8; }
  .home__school-news .post h4 {
    color: #6868AA;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0.5rem 0; }
    @media (max-width: 600px) {
      .home__school-news .post h4 {
        font-size: 2.8rem; } }
  .home__school-news .post p {
    color: #505155;
    margin: 1.5rem 0; }
  .home__school-news .post span.posted-on {
    color: #505155;
    font-size: 16px;
    text-transform: uppercase;
    display: block; }
  .home__school-news .post:not(.no-image) p {
    display: none; }
  .home__school-news .post.no-image h4 {
    font-size: 3.5rem; }
    @media (max-width: 600px) {
      .home__school-news .post.no-image h4 {
        font-size: 3.2rem; } }
/* Home School News - Full Width
 * -------------------------------------------------------------------------- */
body.full .home__school-news {
  background-color: #6868AA;
  padding: 4rem 0 6rem; }
  body.full .home__school-news .container {
    max-width: 144rem;
    margin: 0 auto;
    position: relative;
    padding: 0 2.5rem; }
    @media (max-width: 1020px) {
      body.full .home__school-news .container {
        padding: 0 2.5rem; } }
  body.full .home__school-news .posts__header {
    padding: 0 5rem;
    margin-bottom: 5.5rem; }
    @media (max-width: 1020px) {
      body.full .home__school-news .posts__header {
        padding: 0; } }
    @media (max-width: 600px) {
      body.full .home__school-news .posts__header {
        margin-bottom: 8rem; } }
    body.full .home__school-news .posts__header:after {
      content: "";
      background-color: rgba(255, 255, 255, 0.2);
      float: right;
      height: 2px;
      width: 100%;
      position: relative;
      top: -1.5rem;
      z-index: 0; }
    body.full .home__school-news .posts__header h2 {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 3rem;
      color: #FFFFFF;
      padding-right: 2.2rem;
      display: inline;
      background-color: #6868AA;
      position: relative;
      z-index: 1; }
  body.full .home__school-news .posts {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 800px) {
      body.full .home__school-news .posts {
        display: block; } }
  body.full .home__school-news .post {
    -webkit-box-flex: 1 0 calc(100% / 3);
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 calc(100% / 3);
    /* OLD - Firefox 19- */
    -webkit-flex: 1 0 calc(100% / 3);
    /* Chrome */
    -ms-flex: 1 0 calc(100% / 3);
    /* IE 10 */
    flex: 1 0 calc(100% / 3);
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    position: relative;
    border: 7px solid transparent;
    width: calc(100% / 3);
    max-width: 48rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 4.2rem;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    @media (min-width: 601px) {
      body.full .home__school-news .post:hover, body.full .home__school-news .post:focus {
        border: 7px solid #9D9DD3; } }
    @media (max-width: 1020px) {
      body.full .home__school-news .post {
        padding: 2.5rem 2.5rem; } }
    @media (max-width: 800px) {
      body.full .home__school-news .post {
        display: block; }
        body.full .home__school-news .post .post__image {
          max-width: 40rem;
          margin: 0 auto; } }
    @media (max-width: 600px) {
      body.full .home__school-news .post {
        padding: 0; } }
    body.full .home__school-news .post .content {
      max-width: 37.6rem; }
    body.full .home__school-news .post h4 {
      color: #FFFFFF;
      font-size: 3.2rem;
      font-weight: 300;
      line-height: 1.2;
      margin: 0.5rem 0; }
      @media (max-width: 600px) {
        body.full .home__school-news .post h4 {
          font-size: 2.8rem; } }
      body.full .home__school-news .post h4 a {
        color: #FFFFFF; }
    body.full .home__school-news .post p {
      color: #FFFFFF;
      margin: 1.5rem 0; }
    body.full .home__school-news .post span.posted-on {
      color: #FFFFFF;
      font-size: 16px;
      text-transform: uppercase;
      display: block; }
    body.full .home__school-news .post:not(.no-image) p {
      display: none; }
    @media (min-width: 801px) {
      body.full .home__school-news .post.no-image .content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-50%);
        /* IE 9 */
        transform: translateY(-50%);
        /* Firefox 16+, IE 10+, Opera */ } }
    body.full .home__school-news .post.no-image h4 {
      font-size: 3.5rem; }
      @media (max-width: 600px) {
        body.full .home__school-news .post.no-image h4 {
          font-size: 3.2rem; } }
    @media (max-width: 800px) {
      body.full .home__school-news .post {
        max-width: 100%;
        width: 100%; }
        body.full .home__school-news .post:first-child {
          margin-bottom: 4rem; }
        body.full .home__school-news .post:last-child {
          margin-top: 4rem; }
        body.full .home__school-news .post .post__image {
          display: block;
          text-align: center; }
        body.full .home__school-news .post .content {
          max-width: 100%; } }
  body.full .home__school-news .posts__footer .view-all {
    background: #FFFFFF;
    color: #6868AA; }

/* Home School News - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar .home__school-news {
  padding: 7.5rem 0 9rem; }
  body.sidebar .home__school-news .container {
    padding: 0 2.5rem;
    max-width: 144rem;
    margin: 0 auto; }
  body.sidebar .home__school-news .posts {
    max-width: 85rem; }
  body.sidebar .home__school-news .post {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-transition: 0.25s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.25s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    border: 7px solid transparent; }
    @media (min-width: 601px) {
      body.sidebar .home__school-news .post:hover, body.sidebar .home__school-news .post:focus {
        border: 7px solid #9D9DD3; } }
    body.sidebar .home__school-news .post .post__image {
      max-width: 48.1rem; }
    body.sidebar .home__school-news .post:not(.no-image) .content {
      padding-left: 5.5rem;
      max-width: 39.65%; }
    body.sidebar .home__school-news .post.no-image {
      padding: 3.8rem 4.5rem; }
      body.sidebar .home__school-news .post.no-image .content {
        max-width: 110rem; }
    body.sidebar .home__school-news .post:first-child {
      margin-bottom: 4rem; }
    body.sidebar .home__school-news .post:nth-child(2) {
      margin: 4rem 0; }
    body.sidebar .home__school-news .post:last-child {
      margin-top: 4rem; }
    @media (max-width: 600px) {
      body.sidebar .home__school-news .post {
        display: block; }
        body.sidebar .home__school-news .post .post__image {
          max-width: 40rem;
          margin-bottom: 2rem;
          margin: 0 auto;
          display: block; }
        body.sidebar .home__school-news .post:not(.no-image) .content {
          max-width: 100%;
          padding-left: 0; }
        body.sidebar .home__school-news .post.no-image {
          padding: 3.8rem 0; } }
/* Home School Events - All
 * -------------------------------------------------------------------------- */
.home-school-events,
.school-footer__calendar {
  background-color: #FFFFFF;
  padding: 9rem 0; }
  .home-school-events .container,
  .school-footer__calendar .container {
    position: relative; }
  .home-school-events .events__header:after,
  .school-footer__calendar .events__header:after {
    content: "";
    background-color: rgba(80, 81, 85, 0.2);
    float: right;
    height: 2px;
    width: 100%;
    position: relative;
    top: -1.5rem;
    z-index: 0; }
  .home-school-events .events__header h2,
  .school-footer__calendar .events__header h2 {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    color: #505155;
    font-weight: 700;
    padding-right: 2.2rem;
    display: inline;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1; }
  @media (max-width: 600px) {
    .home-school-events .events__header,
    .school-footer__calendar .events__header {
      margin-bottom: 6rem; } }
  .home-school-events .events__footer,
  .school-footer__calendar .events__footer {
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0.3rem;
    z-index: 1;
    padding-right: 12rem;
    padding-left: 1.5rem; }
    @media (max-width: 1300px) {
      .home-school-events .events__footer,
      .school-footer__calendar .events__footer {
        padding-right: 2.5rem; } }
    @media (max-width: 1020px) {
      .home-school-events .events__footer,
      .school-footer__calendar .events__footer {
        padding-right: 5.5rem; } }
    .home-school-events .events__footer a.view-all,
    .school-footer__calendar .events__footer a.view-all {
      color: #505155; }
      .home-school-events .events__footer a.view-all:hover, .home-school-events .events__footer a.view-all:focus,
      .school-footer__calendar .events__footer a.view-all:hover,
      .school-footer__calendar .events__footer a.view-all:focus {
        color: black; }
      .home-school-events .events__footer a.view-all .text:after,
      .school-footer__calendar .events__footer a.view-all .text:after {
        content: "\00bb";
        float: right;
        margin-left: 5px; }
    @media (max-width: 600px) {
      .home-school-events .events__footer,
      .school-footer__calendar .events__footer {
        padding-left: 2.5rem;
        left: 0;
        top: 4rem;
        max-width: 14rem; } }
  .home-school-events .events,
  .school-footer__calendar .events {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 600px) {
      .home-school-events .events,
      .school-footer__calendar .events {
        display: block; } }
  .home-school-events .event,
  .school-footer__calendar .event {
    margin-top: 4rem;
    padding-right: 3rem;
    box-sizing: border-box; }
    .home-school-events .event:first-child, .home-school-events .event:nth-child(2),
    .school-footer__calendar .event:first-child,
    .school-footer__calendar .event:nth-child(2) {
      margin-top: 3rem; }
    .home-school-events .event .content,
    .school-footer__calendar .event .content {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-wrap: wrap;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-wrap: wrap;
      /* OLD - Firefox 19- */
      -ms-flex-wrap: wrap;
      /* IE 10 */
      flex-wrap: wrap; }
    .home-school-events .event h4,
    .school-footer__calendar .event h4 {
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 300;
      -webkit-box-flex: 0 0 100%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 0 0 100%;
      /* OLD - Firefox 19- */
      -webkit-flex: 0 0 100%;
      /* Chrome */
      -ms-flex: 0 0 100%;
      /* IE 10 */
      flex: 0 0 100%;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      width: 100%;
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      font-size: 3.2rem;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      position: relative; }
      @media (max-width: 1020px) {
        .home-school-events .event h4,
        .school-footer__calendar .event h4 {
          font-size: 2.8rem; } }
      @media (max-width: 600px) {
        .home-school-events .event h4,
        .school-footer__calendar .event h4 {
          font-size: 2.4rem; } }
      .home-school-events .event h4 a,
      .school-footer__calendar .event h4 a {
        color: #6868AA;
        display: block; }
        .home-school-events .event h4 a:after,
        .school-footer__calendar .event h4 a:after {
          content: "";
          height: 2px;
          display: inline-block;
          background-color: #303357;
          width: 0;
          position: absolute;
          right: 0;
          bottom: -4px;
          -webkit-transition: 0.5s;
          /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: 0.5s;
          /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
        .home-school-events .event h4 a:hover, .home-school-events .event h4 a:focus,
        .school-footer__calendar .event h4 a:hover,
        .school-footer__calendar .event h4 a:focus {
          color: #303357; }
          .home-school-events .event h4 a:hover:after, .home-school-events .event h4 a:focus:after,
          .school-footer__calendar .event h4 a:hover:after,
          .school-footer__calendar .event h4 a:focus:after {
            background-color: #1e2036;
            width: 100%; }
    .home-school-events .event .date,
    .school-footer__calendar .event .date {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 3.5rem; }
    .home-school-events .event .time,
    .school-footer__calendar .event .time {
      -webkit-box-ordinal-group: 3;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 3;
      /* OLD - Firefox 19- */
      -ms-flex-order: 3;
      /* IE 10 */
      -webkit-order: 3;
      /* NEW - Chrome */
      order: 3;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      color: rgba(80, 81, 85, 0.8);
      text-transform: uppercase; }

/* Home School Events - Full Width
 * -------------------------------------------------------------------------- */
body.full .home-school-events .container {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 5rem; }
  @media (max-width: 1020px) {
    body.full .home-school-events .container {
      padding: 0 2.5rem; } }
body.full .home-school-events .events__footer {
  padding-right: 5rem; }
  @media (max-width: 1020px) {
    body.full .home-school-events .events__footer {
      padding: 0 2.5rem; } }
body.full .home-school-events .event {
  -webkit-box-flex: 0 0 29%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 29%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 29%;
  /* Chrome */
  -ms-flex: 0 0 29%;
  /* IE 10 */
  flex: 0 0 29%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 29%; }
  @media (max-width: 1020px) {
    body.full .home-school-events .event {
      -webkit-box-flex: 0 0 44.85%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 0 0 44.85%;
      /* OLD - Firefox 19- */
      -webkit-flex: 0 0 44.85%;
      /* Chrome */
      -ms-flex: 0 0 44.85%;
      /* IE 10 */
      flex: 0 0 44.85%;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      width: 44.85%; } }
  @media (max-width: 600px) {
    body.full .home-school-events .event {
      width: 100%; } }
/* Home School Events - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar .home-school-events .container {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2.5rem; }

body.sidebar .home-school-events .events__footer {
  padding-right: 2.5rem; }

body.sidebar .home-school-events .event {
  -webkit-box-flex: 0 0 44.85%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 44.85%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 44.85%;
  /* Chrome */
  -ms-flex: 0 0 44.85%;
  /* IE 10 */
  flex: 0 0 44.85%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 44.85%; }
  @media (max-width: 600px) {
    body.sidebar .home-school-events .event {
      width: 100%; } }
/* ==========================================================================
   _contact.scss
   ========================================================================== */
.page-template__contact {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-direction: column;
  /* OLD - Firefox 19- */
  -ms-flex-direction: column;
  /* IE 10 */
  flex-direction: column; }
  .page-template__contact .secondary-nav {
    display: none; }
  .page-template__contact h3 {
    color: #6868AA;
    font-size: 4rem;
    font-weight: normal; }
  .page-template__contact div.page-content {
    margin-left: 20%; }
  @media (max-width: 1300px) {
    .page-template__contact div.page-content {
      margin-left: 4%; } }
  @media (max-width: 1020px) {
    .page-template__contact div.page-content {
      width: calc(100% - 15rem); } }
  @media (max-width: 800px) {
    .page-template__contact div.page-content {
      width: 100%;
      margin-left: 0; } }
.page-content__contact {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-direction: column;
  /* OLD - Firefox 19- */
  -ms-flex-direction: column;
  /* IE 10 */
  flex-direction: column; }
  .page-content__contact .form-builder-form {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin: 0;
    max-width: 40rem;
    padding-bottom: 0; }
  .page-content__contact .contact-info {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin: 0;
    max-width: 40rem; }

/* Page Content - Full
 * -------------------------------------------------------------------------- */
/* Page Content - Sidebar
 * -------------------------------------------------------------------------- */
/* Map - Full
 * -------------------------------------------------------------------------- */
body.full #contact-map {
  -webkit-box-ordinal-group: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;
  /* OLD - Firefox 19- */
  -ms-flex-order: 3;
  /* IE 10 */
  -webkit-order: 3;
  /* NEW - Chrome */
  order: 3;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 40rem; }
  @media (min-width: 1141px) {
    body.full #contact-map {
      position: absolute !important;
      right: 0;
      width: 47%; } }
/* Map - Sidebar
 * -------------------------------------------------------------------------- */
body.sidebar #contact-map {
  -webkit-box-ordinal-group: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;
  /* OLD - Firefox 19- */
  -ms-flex-order: 3;
  /* IE 10 */
  -webkit-order: 3;
  /* NEW - Chrome */
  order: 3;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 40rem; }
  @media (min-width: 1141px) {
    body.sidebar #contact-map {
      position: absolute !important;
      right: 30rem;
      margin-top: 1.5rem;
      width: 30%; } }
  @media (min-width: 1301px) {
    body.sidebar #contact-map {
      right: 40rem;
      width: 20%; } }
  @media (min-width: 1441px) {
    body.sidebar #contact-map {
      width: 25%; } }
  @media (min-width: 1661px) {
    body.sidebar #contact-map {
      width: 32%; } }
  @media (min-width: 1921px) {
    body.sidebar #contact-map {
      width: 38%; } }
/* ==========================================================================
   _about.scss
   ========================================================================== */
/* ==========================================================================
   _search-results.scss
   ========================================================================== */
article.search-results-article table {
  margin: 0; }
  article.search-results-article table td {
    border: 0; }

article.search-results-article a {
  color: #9D9DD3 !important; }
  article.search-results-article a b {
    color: #9D9DD3 !important; }
  article.search-results-article a:hover, article.search-results-article a:focus {
    color: #7a7ac3 !important; }
    article.search-results-article a:hover b, article.search-results-article a:focus b {
      color: #9D9DD3 !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}*/
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /* Header
	* -------------------------------------------------------------------------- */
  header, footer {
    display: none; } }
