/**  * Foundation for Sites by ZURB  * Version 6.2.0  * foundation.zurb.com  * Licensed under MIT Open Source  */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**    * 1. Set default font family to sans-serif.    * 2. Prevent iOS and IE text size adjust after device orientation change,    *    without disabling user zoom.    */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}

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

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

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

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

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

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

/**    * Improve readability of focused elements when they are also in an    * active/hover state.    */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {

  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1>.column,
.small-up-1>.columns {
  width: 100%;
  float: left;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1>.column:nth-of-type(1n + 1),
.small-up-1>.columns:nth-of-type(1n + 1) {
  clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
  float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
  width: 50%;
  float: left;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2>.column:nth-of-type(2n + 1),
.small-up-2>.columns:nth-of-type(2n + 1) {
  clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
  float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
  width: 33.33333%;
  float: left;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3>.column:nth-of-type(3n + 1),
.small-up-3>.columns:nth-of-type(3n + 1) {
  clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
  float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
  width: 25%;
  float: left;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4>.column:nth-of-type(4n + 1),
.small-up-4>.columns:nth-of-type(4n + 1) {
  clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
  float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
  width: 20%;
  float: left;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5>.column:nth-of-type(5n + 1),
.small-up-5>.columns:nth-of-type(5n + 1) {
  clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
  float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
  width: 16.66667%;
  float: left;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6>.column:nth-of-type(6n + 1),
.small-up-6>.columns:nth-of-type(6n + 1) {
  clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
  float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
  width: 14.28571%;
  float: left;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7>.column:nth-of-type(7n + 1),
.small-up-7>.columns:nth-of-type(7n + 1) {
  clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
  float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
  width: 12.5%;
  float: left;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8>.column:nth-of-type(8n + 1),
.small-up-8>.columns:nth-of-type(8n + 1) {
  clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
  float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    width: 100%;
    float: left;
  }

  .medium-up-1>.column:nth-of-type(1n),
  .medium-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1>.column:nth-of-type(1n + 1),
  .medium-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-up-1>.column:last-child,
  .medium-up-1>.columns:last-child {
    float: left;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    width: 50%;
    float: left;
  }

  .medium-up-2>.column:nth-of-type(1n),
  .medium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2>.column:nth-of-type(2n + 1),
  .medium-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .medium-up-2>.column:last-child,
  .medium-up-2>.columns:last-child {
    float: left;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3>.column:nth-of-type(1n),
  .medium-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3>.column:nth-of-type(3n + 1),
  .medium-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .medium-up-3>.column:last-child,
  .medium-up-3>.columns:last-child {
    float: left;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    width: 25%;
    float: left;
  }

  .medium-up-4>.column:nth-of-type(1n),
  .medium-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4>.column:nth-of-type(4n + 1),
  .medium-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .medium-up-4>.column:last-child,
  .medium-up-4>.columns:last-child {
    float: left;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    width: 20%;
    float: left;
  }

  .medium-up-5>.column:nth-of-type(1n),
  .medium-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5>.column:nth-of-type(5n + 1),
  .medium-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .medium-up-5>.column:last-child,
  .medium-up-5>.columns:last-child {
    float: left;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6>.column:nth-of-type(1n),
  .medium-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6>.column:nth-of-type(6n + 1),
  .medium-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .medium-up-6>.column:last-child,
  .medium-up-6>.columns:last-child {
    float: left;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7>.column:nth-of-type(1n),
  .medium-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7>.column:nth-of-type(7n + 1),
  .medium-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .medium-up-7>.column:last-child,
  .medium-up-7>.columns:last-child {
    float: left;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8>.column:nth-of-type(1n),
  .medium-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8>.column:nth-of-type(8n + 1),
  .medium-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .medium-up-8>.column:last-child,
  .medium-up-8>.columns:last-child {
    float: left;
  }

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    width: 100%;
    float: left;
  }

  .large-up-1>.column:nth-of-type(1n),
  .large-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1>.column:nth-of-type(1n + 1),
  .large-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-up-1>.column:last-child,
  .large-up-1>.columns:last-child {
    float: left;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    width: 50%;
    float: left;
  }

  .large-up-2>.column:nth-of-type(1n),
  .large-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2>.column:nth-of-type(2n + 1),
  .large-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .large-up-2>.column:last-child,
  .large-up-2>.columns:last-child {
    float: left;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3>.column:nth-of-type(1n),
  .large-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3>.column:nth-of-type(3n + 1),
  .large-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .large-up-3>.column:last-child,
  .large-up-3>.columns:last-child {
    float: left;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    width: 25%;
    float: left;
  }

  .large-up-4>.column:nth-of-type(1n),
  .large-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4>.column:nth-of-type(4n + 1),
  .large-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .large-up-4>.column:last-child,
  .large-up-4>.columns:last-child {
    float: left;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    width: 20%;
    float: left;
  }

  .large-up-5>.column:nth-of-type(1n),
  .large-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5>.column:nth-of-type(5n + 1),
  .large-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .large-up-5>.column:last-child,
  .large-up-5>.columns:last-child {
    float: left;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6>.column:nth-of-type(1n),
  .large-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6>.column:nth-of-type(6n + 1),
  .large-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .large-up-6>.column:last-child,
  .large-up-6>.columns:last-child {
    float: left;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7>.column:nth-of-type(1n),
  .large-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7>.column:nth-of-type(7n + 1),
  .large-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .large-up-7>.column:last-child,
  .large-up-7>.columns:last-child {
    float: left;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8>.column:nth-of-type(1n),
  .large-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8>.column:nth-of-type(8n + 1),
  .large-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .large-up-8>.column:last-child,
  .large-up-8>.columns:last-child {
    float: left;
  }

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

a {
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014 \0020";
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p+.stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  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;
  }
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow:
    0 7px 0 #fefefe,
    0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow:
    0 7px 0 #cacaca,
    0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow:
    0 7px 0 #0a0a0a,
    0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow:
    0 7px 0 #8a8a8a,
    0 14px 0 #8a8a8a;
}

body.is-reveal-open {
  overflow: hidden;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal> :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

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

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

ul.co-nav,
.breadcrumb {
  display: none;
}

#CompVideo {
  display: none;
}

.profile #PDetails {
  display: none;
}

.profile #PTitle h1 {
  display: none;
}

#CompCareerHead {
  display: none;
}

.profile .open-jobs h2 {
  display: none;
}

@media screen and (max-width: 415px) {
  form#emailFriend {
    display: block;
    clear: both;
    padding: 10px;
  }
}
/***********************************************************
BODY AND FOUNDATION
***************************************************************/

html,
body {
    margin: 0;
    overflow-x: hidden;
}

body,
#job-detail {
    font-size: 16px;
    line-height: 1.5em;
}

.row__fw {
    max-width: 100vw !important;
}

.row__fw .columns:first-child {
    padding-left: 0;
}

.row__fw .columns:last-child {
    padding-right: 0;
}

.col__header-photo {
    height: 360px;
    overflow-y: hidden;
    text-align: center;
}

.col__header-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.flex-video {
    padding-bottom: 50%;
    /* Adjust foundation flex video class */
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.icon__soc-tw,
.icon__soc-fb {
    width: 32px;
}

/***************************************************************
JOBS LIST
***************************************************************/

#jobs-list .stacked main .results-container .card {
    margin: 20px auto;
    display: block;
}

#jobs-list .no-3d .card {
    overflow: visible;
}

.jobs-list aside .filter-group>h3 {
    color: #fff;
    /* Change depending on Accent 1 value */
    border-bottom: 0 !important;
    margin: 0 0 12px 0 !important;
    font-family: "freight-display-pro", serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

#jobs-list .sort-container button {
    margin-bottom: 20px;
}

#jobs-list .filter-group>span,
.jobs-list aside .reset-filters a {
    color: #FFF;
}

.jobs-list aside {
    padding: 40px !important;
}

#jobs-list * {
    font-family: "mr-eaves-xl-modern", sans-serif;
}

.jobs-list aside .filter-container input[type="text"] {
    margin-bottom: 8px !important;
}

.jobs-list .job-search-button.primary {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    background: #F4F4F4 !important;
    color: #204391 !important;
    border-radius: 3px !important;
    border: 0 !important;
    width: 100px !important;
    margin-top: 20px !important;
    transition: all .2s ease !important;
}

.jobs-list .job-search-button.primary:hover {
    background: #FFF !important;
}

.jobs-list .job-search-button.action {
    border-radius: 3px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 6px 10px !important;
}

.jobs-list .results-list .result-item .item-title>a,
.jobs-list .results-list .result-item .item-title .street,
.jobs-list .results-list .result-item .item-title .location,
.jobs-list .results-list .result-item .item-title .city,
.jobs-list .results-list .result-item .item-title .state,
.jobs-list .results-list .result-item .item-title .city-state,
.jobs-list .results-list .result-item .item-title .pay,
.jobs-list .results-list .result-item .item-title .status {
    font-size: 18px !important;
}

.jobs-list .stacked main .results-container .sort-container,
.jobs-list .stacked main .results-container .results-header,
.jobs-list .stacked main .results-container .card,
.jobs-list .stacked main .results-container .pagination {
    margin: 20px auto;
}

/***************************************************************
FONTS
***************************************************************/

.ThemedContent p,
.container p,
.p,
.p__tagline-ovr,
.p__tagline,
.ThemedContent a,
.container a,
.a__btn,
.a__btn-rev,
.ThemedContent ul,
.container ul,
.ul,
.ThemedContent ol,
.container ol,
.ol,
.ThemedContent blockquote,
.container blockquote,
.blockquote .ThemedContent cite,
.container cite,
.cite {
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4E4E4E;
}

.h1,
.h2,
.h3,
#job-detail h1 {
    font-family: "freight-display-pro", serif !important;
    font-weight: 700;
}

.h1 {
    font-size: 56px;
    line-height: 64px;
    color: #204391;
}

#job-list-page .h1 {
    margin: 1.5rem 0 1rem 0;
}

.h2,
#job-detail h1 {
    font-size: 36px;
    line-height: 38px;
    color: #204391;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.h3 {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #717171 !important;
    margin-bottom: 4px !important;
}

.p {
    margin: 0 0 18px 0;
}

.p__tagline {
    font-size: 32px !important;
    color: #717171 !important;
    line-height: 34px !important;
    font-style: italic;
}

.blockquote {
    margin: 0 0 20px 0;
    padding: 30px 40px 0 40px;
    border: 0;
    color: #8a8a8a !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.cite {
    font-size: 20px !important;
    padding: 0 40px 40px 40px;
}

.a__btn,
.a__btn-rev {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 14px;
    border-radius: 3px;
    transition: all .2s ease;
    margin-top: 18px;
}

.a__btn {
    background: #204391;
    color: #F4F4F4 !important;
}

.a__btn-rev {
    background: #F4F4F4;
    color: #204391 !important;
}

.a__btn:hover,
.a__btn-rev:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.20);
}

.a__btn:hover {
    background: #396AD5;
    color: #FFF;
}

.a__btn-rev:hover {
    background: #FFF;
}

.text-white {
    color: #FFF !important;
}

/***************************************************************
SECTIONS
***************************************************************/

.section__alt {
    background: #F4F4F4;
}

.box-shadow {
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .1);
}

.box-shadow-darker {
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .4);
}

.header__ovr {
    height: 650px;
    padding: 190px 0 120px 0;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/O590A_bgheader-ovrT5YbwA/bgheader-ovrT5YbwA.jpg") #1E1E2B;
    background-size: cover;
    background-position: center bottom;
}

.img__logo-ovr {
    width: 160px;
}

.h1__ovr {
    font-family: "freight-display-pro", serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #FFF;
}

.h1__ovr em {
    font-size: 72px;
    line-height: 72px;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}

.p__tagline-ovr {
    color: #FFF !important;
    font-style: italic;
    margin: 50px 0 0 0;
    font-size: 32px !important;
}

.section__ovr-1 {
    padding: 70px 0;
}

.ul__ovr-beliefs {
    font-family: "freight-display-pro", serif !important;
    font-weight: 700;
    list-style: none;
    margin: 0;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #717171 !important;
    margin-bottom: 12px;
    position: relative;
}

.ul__ovr-beliefs li {
    margin: 0 0 20px 0;
    position: relative;
}

.ul__ovr-beliefs li:first-child:after {
    content: "";
    display: block;
    width: 80px;
    margin: 25px auto 20px 0;
    border-bottom: 1px solid #D1D2D3;
}

.section__ovr-2 {
    padding: 70px 0;
}

.section__ovr-3 {
    padding: 70px 0;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/BD31U_bgovr-s3m7Zn2T/bgovr-s3m7Zn2T.jpg") #204391;
    background-size: cover;
    background-position: center bottom;

}

.img__icon-ovr-3-1,
.img__icon-ovr-3-2,
.img__icon-ovr-3-3 {
    margin-bottom: 20px;
}

.img__icon-ovr-3-1 {
    width: 70px;
}

.img__icon-ovr-3-2 {
    width: 68px;
}

.img__icon-ovr-3-3 {
    width: 66px;
}

.box-white {
    background: #FFF;
    padding: 40px 32px;
}

.section__ovr-3 .box-white {
    min-height: 350px;
    margin: 20px 0 30px 0;
    position: relative;
}

.section__ovr-3 .box-white .a__btn {
    position: absolute;
    width: 150px;
    bottom: 40px;
    left: calc(50% - 75px);
}

.section__ovr-4 {
    padding: 70px 0;

}

.section__ovr-5 {
    padding: 90px 0 80px 0;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/JXLJB_bgovr-s5ZtutLo/bgovr-s5ZtutLo.jpg") #1E1E2B;
    background-size: cover;
    background-position: center bottom;

}

.slider-pride {
    margin: 60px auto 20px auto;
}

.row__slider-pride {
    width: 100% !important;
    display: table !important;
}

.columns__slider-pride {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    float: none !important;
    padding: 0 25px;
}

.section__ovr-5 nav {
    display: none;
}

.header__culture {
    padding: 30px 0 90px 0;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/SUEOC_bgteacher-header1FfRGi/bgteacher-header1FfRGi.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.row__photo-header {
    margin: 0 0 70px 0;
}

.section__culture-1 {
    padding: 70px 0;
}

.section__culture-2 {
    padding: 70px 0;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/BD31U_bgovr-s3m7Zn2T/bgovr-s3m7Zn2T.jpg") #204391;
    background-size: cover;
    background-position: center bottom;
}

.column__culture-1-l {
    padding-top: 40px;
}

.img__icon-culture-2 {
    width: 100px;
}

.row__icon {
    margin: 30px auto;
}

.section__culture-3 {
    padding: 70px 0;
}

.column__culture-3-r {
    padding-top: 50px;
}

span.how {
    color: #204391;
}

.section__culture-4 {
    padding: 70px 0;
}

.section__living-1 {
    padding: 70px 0;
}

.section__living-2 {
    padding: 70px 0;
}

.header__teachers {
    padding: 30px 0 90px 0;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/SUEOC_bgteacher-header1FfRGi/bgteacher-header1FfRGi.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.section__teachers-1 {
    padding: 70px 0;
}

.section__teachers-2 {
    padding: 70px 0;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/BD31U_bgovr-s3m7Zn2T/bgovr-s3m7Zn2T.jpg") #204391;
    background-size: cover;
    background-position: center bottom;
}


.img__icon-teacher-2-1,
.img__icon-teacher-2-3 {
    margin-bottom: 20px;
}

.img__icon-teacher-2-1 {
    width: 75px;
}

.img__icon-teacher-2-3 {
    width: 54px;
}

.section__teachers-2 .box-white {
    min-height: 415px;
}

.section__teachers-3 {
    padding: 70px 0;
}

.section__teachers-4 {
    padding: 70px 0;
}

.section__teachers-5 {
    padding: 70px 0;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/SYJA5_bgteacher-s5J75c6e/bgteacher-s5J75c6e.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/***************************************************************
Navigation 
***************************************************************/

.navigation {
    display: block;
    position: relative;
    width: 100%;
    height: 125px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}

#company-profile-main .navigation {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.85);
}

#company-profile-main .navigation:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    z-index: 1;
    background-color: rgba(153, 153, 153, 0.4);
}

.a__main-logo {
    display: inline-block;
}

.img__logo-main {
    display: block;
    height: 125px;
    width: 100px;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/UAVR1_logoNavasota-blkj56zEN/logoNavasota-blkj56zEN.png");
    background-position: 0 9px;
    background-size: 92px 96px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#company-profile-main .img__logo-main {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/GWZ1X_logoNavasota65sRFi/logoNavasota65sRFi.png");
    background-position: 0 9px;
    background-size: 92px 96px;
    background-repeat: no-repeat;
}

/*.img__logo-main {
    margin-top: 12px;
    width: 92px;
}*/

.navigation ul {
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-weight: 700;
    font-size: 20px;
    float: right;
    text-transform: uppercase;
    letter-spacing: .0125em;
    display: block;
    margin: 0 auto;
    height: 30px;
    margin-top: 50px;
    text-align: center;
}

.navigation ul li {
    display: inline;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.navigation ul li:last-child {
    margin: 0 0 0 10px;
}

.navigation ul li a {
    color: #717171;
    padding: 12px 4px;
    transition: all .2s ease;
}

#company-profile-main .navigation ul li a {
    color: #C9C9C9;
}

/* Active Links */
#company-profile-main .navigation ul li:first-child a,
.page-our-culture .navigation ul li:nth-child(2) a,
.page-life-in-navasota .navigation ul li:nth-child(3) a,
.page-teaching-jobs .navigation ul li:nth-child(4) a,
.navigation ul li a:hover {
    color: #204391;
    border-bottom: 1px solid #204391;
}

#company-profile-main .navigation ul li:first-child a,
#company-profile-main .navigation ul li a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.navigation ul li:last-child a,
#company-profile-main .navigation ul li:last-child a {
    padding: 12px 14px;
    background: #204391;
    color: #FFF;
    border-radius: 4px;
    transition: all .2s ease;
}

.navigation ul li:last-child a:hover,
#company-profile-main .navigation ul li:last-child a:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.20);
    background: #396AD5;
    color: #FFF;
    border-bottom: 0;
}


/**********************************************************************************************************
PUSHY
**********************************************************************************************************/

/* Menu Appearance */
.pushy {
    position: fixed;
    width: 235px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #191918;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    outline: 0;
    font-family: 'Kelson Medium', sans-seif;
    font-size: 18px;
    color: #F1F2F2;
    text-transform: uppercase;
}

.pushy a:hover {
    color: #FFF;
}

.pushy ul:first-child {
    margin-top: 10px;
}

span.pushy-jobs-page {
    padding: 5px 8px;
    border-radius: 3px;
    background: #D00000;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

span.pushy-jobs-page:hover,
span.pushy-jobs-page:active,
span.pushy-jobs-page:focus {
    background: #E60000;
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Menu Movement */
.pushy-left {
    -webkit-transform: translate3d(-235px, 0, 0);
    -ms-transform: translate3d(-235px, 0, 0);
    transform: translate3d(-235px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
    -webkit-transform: translate3d(235px, 0, 0);
    -ms-transform: translate3d(235px, 0, 0);
    transform: translate3d(235px, 0, 0);
}

.pushy-right {
    -webkit-transform: translate3d(235px, 0, 0);
    -ms-transform: translate3d(235px, 0, 0);
    transform: translate3d(235px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-235px, 0, 0);
    -ms-transform: translate3d(-235px, 0, 0);
    transform: translate3d(-235px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
}

/* Menu Transitions */
#container,
.pushy,
.push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
    display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Submenu Appearance */
.pushy-submenu {
    /* Submenu Icon */
}

.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
    transition: opacity 0.2s ease-in-out;
}

.pushy-submenu>a {
    position: relative;
}

.pushy-submenu>a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/8CHKD_arrowkCrJZj/arrowkCrJZj.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
}

.pushy-submenu-closed .pushy-link {
    opacity: 0;
}

.pushy-submenu-open {
    /* Submenu Icon */
}

.pushy-submenu-open ul {
    max-height: 1000px;
}

.pushy-submenu-open .pushy-link {
    opacity: 1;
}

.pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none;
}

.menu-btn {
    display: none;
}

@media (max-width: 63.9375em) {
    .nav__main-menu {
        display: none !important;
    }

    .menu-btn {
        display: inline-block;
        float: right;
        color: #1E1E2B;
        font-size: 26px;
        margin-top: 45px;
    }

    #company-profile-main .menu-btn {
        color: #FFF;
    }

    .menu-btn span {
        font-size: 16px;
        vertical-align: middle;
        height: 29px;
        display: inline-block;
    }
}

/**********************************************************************************************************
UNSLIDER
**********************************************************************************************************/

.unslider {
    position: relative;
    overflow: auto;
    margin: 0;
    padding: 0;
}

.unslider-wrap {
    position: relative;
}

.unslider-wrap.unslider-carousel>li {
    float: left;
}

.unslider-vertical>ul {
    height: 100%;
}

.unslider-vertical li {
    float: none;
    width: 100%;
}

.unslider-fade {
    position: relative;
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}

.unslider ul,
.unslider ol,
.unslider li {
    list-style: none;
    /* Reset any weird spacing */
    margin: 0;
    padding: 0;
    border: none;
}

.unslider-arrow {
    position: absolute;
    display: block;
    width: 25px;
    height: 50px;
    top: 35%;
    right: auto;
    left: 0;
    overflow: hidden;
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/15880/image/2025/4/CPYCA_iconarrowLUBE0j/iconarrowLUBE0j.png');
    background-repeat: no-repeat;
    background-size: 24px 41px;
    background-position: center center;
    text-indent: -999em;
    transition: opacity .2s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.unslider-arrow.next {
    right: 0;
    left: auto;
    transform: rotate(0);
    -ms-transform: rotate(0);
}

@media (max-width: 1023px) {
    .unslider-arrow {
        top: 15%;
    }
}

.unslider-nav ol {
    margin-top: 20px;
    list-style: none;
    text-align: center;
}

.unslider-nav ol li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    background: rgba(113, 113, 113, 0.30);
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

.unslider-nav ol li.unslider-active {
    background: #204391;
    cursor: default;
}

@media (max-width: 1023px) {
    .unslider-nav ol li {
        width: 16px;
        height: 16px;
        margin: 0 6px;
    }
}

/**********************************************************************************************************
ACCORDION
**********************************************************************************************************/
.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    background: #FFF;
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4E4E4E;
    margin-bottom: 5px;
}

.accordion-section-content a {
    color: #204391;
}

.accordion ol>li {
    margin: 1rem 0 0 0;
}

.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    background: #204391;
    transition: all linear 0.15s;
    font-size: 1.2em;
    color: #F4F4F4 !important;
    font-weight: 700;
    transition: all .2s ease;
}

.accordion:last-child {
    margin-bottom: 0;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background: #396AD5;
    color: #FFF;
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-section-content {
    padding: 2rem;
    display: none;
}

/***************************************************************
FOOTER
***************************************************************/

.footer {
    width: 100%;
    background: #1E1E2B;
    padding: 40px 10px;
}

.img__logo-footer {
    width: 120px;
}

#CompHTMLPageBottom {
    background-color: #202D54;
    background-size: cover;
    position: relative;
}

#footerpowered {
    min-height: 16px;
    margin: 0;
    background: #141421;
    padding: 13px;
}

#footerpowered .PoweredBy,
#job-detail #footerpowered .PoweredBy {
    width: 200px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    text-align: center;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    color: #B0B9BE;
    padding: 0;
}

#footerpowered .PoweredBy a,
#job-detail #footerpowered .PoweredBy a {
    color: #FFF;
    font-size: 13px;
}


/**********************************************************************************************************
JOB DETAIL PAGE - START
**********************************************************************************************************/

#job-detail .job-description .description .job-description {
    background-color: #fff;
    padding: 0;
}

#job-detail .job-description .job-description-content p,
#job-detail .job-description .job-description-content span,
#job-detail .job-description .job-description-content li,
#job-detail .job-description .job-skills p,
#job-detail .job-description .job-skills span,
#job-detail .job-description .job-skills li,
#job-detail .job-description .job-notes.important-notes p,
#job-detail .job-description .job-notes.important-notes span,
#job-detail .job-description .job-notes.important-notes li,
#job-detail .job-description .custom-apply-text {
    font-size: 16px;
    color: #4E4E4E;
}

#job-detail .job-description .job-description-content h1 span {
    font-size: 24px;
    color: #204391;
}

#job-detail .job-description .job-description-content h2 {
    margin-bottom: 20px !important;
}

#job-detail .job-description .job-description-content h2 span,
#job-detail .job-description h4.job-description-header,
#job-detail .job-description h4.job-skills-header,
#job-detail .job-description h4.job-notes-header,
#job-detail .job-description h4.apply-with-header,
#job-detail h2,
#job-detail h3 {
    font-family: "freight-display-pro", serif !important;
    font-weight: 700;
    font-size: 20px;
}

#job-detail .job-description h4.job-description-header,
#job-detail .job-description h4.job-skills-header,
#job-detail .job-description h4.job-notes-header,
#job-detail .job-description h4.apply-with-header,
#job-detail h2,
#job-detail h3 {
    color: #4E4E4E;
    margin-bottom: 20px;
}

#job-detail .job-description .summary legend.FormTitle,
#job-detail .job-description .EditLabel {
    font-family: "freight-display-pro", serif !important;
    font-size: 16px;
    color: #4E4E4E;
}

#job-detail .job-description td>input {
    font-size: 12px;
    color: #4E4E4E;
    text-transform: capitalize;
}

#job-detail .job-description  .activeLink {
    display: none;
}

/************************************
*****Job_detaill Button Hover********
*************************************/

/*change background-color*/

#job-detail .primary-background-color-lighter:hover,
#job-detail .primary-background-color-lighter:focus {
    background-color: #204391 !important;
    color: #fff !important;
}

#job-detail .secondary-color {
    color: #fff !important;
}

#job-detail .primary-background-color {
    background-color: rgba(6, 6, 6, 0.6) !important;
}

#job-detail .job-description .apply-with-jobing-component .jobing-icon {
    fill: #fff !important;
}

#job-detail .job-addl-info .map-button:hover,
#job-detail .job-addl-info .job-share-button:hover {
    color: #ffffff !important;
    background-color: #204391 !important;
}

/*padding*/
#job-detail .job-description {
    background-color: #F1F2F2;
    padding: 10rem 0;
}



#job-detail {
    background: #F4F4F4;
}

#job-detail .summary>table {
    width: 75%;
    margin-left: 0;
    margin-bottom: 2rem;
}

#job-detail td>input {
    width: 180px;
    border: 0 !important;
    outline: 0;
    padding-left: 20px;
}

#job-detail #PContent .box-1 {
    padding: 0;
}

#job-detail .job-body a {
    color: #204391;
}

#job-detail .job-body a:hover {
    color: #204391;
}

/*#job-detail .job-addl-info a {
    color: #FFF;
}*/
#job-detail .ApplyButton:hover span,
#job-detail .ApplyButton:hover strong {
    color: #fff !important;
}

#job-detail .job-addl-info a.emailFriendModal {
    color: #666;
}

#job-detail .ApplyButton {
    background: #204391;
    color: #FFF;
    transition: all .2s ease;
}

#job-detail .ApplyButton strong,
#job-detail .ApplyButton span,
#job-detail .ApplyButton:hover strong,
#job-detail .ApplyButton:hover span {
    background: none;
}

#job-detail .ApplyButton:hover {
    background: #F4F4F4;
}

#job-detail .ApplyButton:hover span,
#job-detail .ApplyButton:hover strong {
    color: #204391;
}

#job-detail .navigation {
    float: none;
    clear: both;
}

#job-detail #PContentContainer {
    max-width: 1100px;
    margin: 50px auto;
    padding: 50px 0;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.01);
}

#job-detail .inner {
    max-width: 960px;
    margin: 0 auto;
}

#job-detail .co-nav li a {
    color: #353B3B;
    text-shadow: none;
}

#job-detail .co-nav li a {
    color: #353B3B;
    text-shadow: none;
}

.job-body ul,
.job-body ol {
    margin-left: 20px;
}

.job-body li {
    list-style: disc;
}

.job-body strong,
.job-body b {
    font-weight: 600;
}

.job-body em {
    font-style: italic;
}

.job-list li ul li a span.title:before {
    display: none !important;
}

.job-list li ul li:hover a span.title:before {
    display: block !important;
}

@media (max-width: 1023px) {
    #job-detail #PContentContainer {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (max-width: 639px) {

    #job-addl-info,
    #job-addl-info .job-addl-info {
        float: none;
        margin: 0;
    }

    #job-detail .job-body {
        width: 100%;
    }

    .job-addl-info .simple-apply-container {
        display: none;
    }

    form#emailFriend {
        padding: 0;
    }

    input#eRecipient {
        float: left;
        font-size: 18px;
        height: 40px !important;
        margin-left: 0 !important;
        margin-bottom: 16px;
        width: 250px !important;
    }

    input#email-submit-button {
        display: block;
        clear: both;
        background: #204391;
        color: #FFF;
        border: 0;
        font-size: 18px;
        padding: 8px 12px;
        margin: 0;
    }

    h2.email-job-header {
        margin-top: 40px;
    }
}


/**********************************************************************************************************
JOBING Page
**********************************************************************************************************/

.profile .count {
    display: none;
}

.profile #PContent {
    margin-right: 0;
}

.profile .title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    display: block;
    text-align: left !important;
}

.profile .job-location,
.profile .job-pay {
    color: #000;
    font-size: 16px;
    display: block;
    text-align: left !important;
}

.profile #PContent .open-jobs ul li {
    list-style: none;
    background: #eee;
    margin: 20px;
    padding: 20px;
}

.profile #PContent .open-jobs ul li:hover {
    background: #eee;
}

.profile .job-body {
    padding: 0 20px;
}

/**********************************************************************************************************
Version Her Up
**********************************************************************************************************/
/* Small only */
@media screen and (max-width: 39.9375em) {

    .columns,
    .column {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .row__icon {
        margin: 0 auto;
    }

    .row__icon .small-3 {
        padding: 0;
    }

    .header__ovr {
        height: 600px;
        padding: 145px 0 0 0;
        background-position: 4% 50%;
    }

    .h1__ovr {
        font-size: 2rem;
        line-height: 2rem;
    }

    .h1__ovr em {
        font-size: 3rem;
        line-height: 3rem;
    }

    .p__tagline-ovr {
        margin: 2rem 0 0 0;
        font-size: 2rem !important;
        line-height: 1.75rem !important;
    }

    .section__ovr-1,
    .section__ovr-2,
    .section__ovr-3,
    .section__ovr-4,
    .section__culture-1,
    .section__culture-2,
    .section__culture-3,
    .section__culture-4,
    .section__living-1,
    .section__living-2,
    .section__teachers-1,
    .section__teachers-2,
    .section__teachers-3,
    .section__teachers-4,
    .section__teachers-5 {
        padding: 50px 0;
    }

    .section__ovr-1 .h2 {
        margin-top: 40px;
    }

    .section__ovr-2.text-center {
        text-align: left !important;
    }

    .section__ovr-5 {
        padding: 50px 0 0px 0;
    }

    .slider-pride {
        margin: 20px auto;
    }

    .unslider-arrow.next {
        right: 0;
    }

    .unslider-arrow {
        left: 0;
        top: 35%;
    }

    .row__slider-pride {
        display: block !important;
    }

    .columns__slider-pride {
        display: block !important;
        margin: 1.5rem auto;
        padding-left: 2.5rem;
    }

    .h1 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 1rem;
    }

    .header__culture {
        padding: 0px 0 50px 0;
    }

    .header__culture .row__photo-header {
        margin: 0 0 3rem 0;
    }

    .header__culture .col__header-photo:first-child,
    .header__culture .col__header-photo:nth-child(2) {
        display: none;
    }

    .header__culture .col__header-photo {
        padding: 0;
        text-align: center;
    }

    .header__teachers {
        padding: 0px 0 50px 0;
    }

    .header__teachers .row__photo-header {
        margin: 0 0 3rem 0;
    }

    .header__teachers .col__header-photo:first-child,
    .header__teachers .col__header-photo:last-child {
        display: none;
    }

    .header__teachers .col__header-photo {
        padding: 0;
        text-align: center;
    }

    .section__teachers-2 .box-white {
        margin: 1rem 0;
    }

    .page-support-staff .header__culture .col__header-photo:first-child,
    .page-support-staff .header__culture .col__header-photo:last-child,
    .page-administrative-professionals .header__culture .col__header-photo:first-child,
    .page-administrative-professionals .header__culture .col__header-photo:last-child {
        display: none;
    }

    .page-support-staff .header__culture .col__header-photo:nth-child(2),
    .page-administrative-professionals .header__culture .col__header-photo:nth-child(2) {
        display: inline-block !important;
    }

    .section__teachers-5 .row__icon .columns {
        margin: .5rem auto;
    }

    .footer .medium-pull-1 {
        margin-top: 3rem;
    }

    /*Fix weird footer spacing for mobi*/
    .footer .row>.columns:first-child {
        padding: 10px;
    }
}

/*Up to Medium*/
@media(max-width: 63.9375em) {
    .section__ovr-3 .box-white {
        min-height: initial;
    }

    .section__ovr-3 .box-white .a__btn {
        position: relative;
        width: 150px;
        bottom: initial;
        left: initial;
    }

    .column__culture-1-l {
        padding-top: 0;
    }

    .section__teachers-2 .box-white {
        min-height: initial;
        margin: 1rem 0;
    }

    .h1 {
        margin-bottom: 1rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .column__culture-3-r {
        padding-top: 0;
    }

    .header__culture .col__header-photo:first-child,
    .header__teachers .col__header-photo:first-child {
        padding-left: 0.9375rem !important;
    }

    .header__culture .col__header-photo:last-child,
    .header__teachers .col__header-photo:last-child {
        padding-right: 0.9375rem !important;
    }


}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Large and up */
@media screen and (min-width: 64em) {}