/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
.roboto {
  font-family: 'Roboto Condensed', sans-serif;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333132;
}
body.lock-size {
  overflow: hidden;
}
.container {
  max-width: 1220px;
  margin: auto;
}
.container-viewport {
  padding-left: 50px;
  padding-right: 50px;
}
.ei-grid {
  overflow: hidden;
}
.ei-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-15px);
  margin-right: calc(-15px);
}
.ei-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.ei-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 8.333333333333332% - 30px);
}
.ei-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 16.666666666666664% - 30px);
}
.ei-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 25% - 30px);
}
.ei-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 33.33333333333333% - 30px);
}
.ei-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 41.66666666666667% - 30px);
}
.ei-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 50% - 30px);
}
.ei-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 58.333333333333336% - 30px);
}
.ei-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 66.66666666666666% - 30px);
}
.ei-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 75% - 30px);
}
.ei-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 83.33333333333334% - 30px);
}
.ei-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 100% - 30px);
}
@media (min-width: 900px) {
  .ei-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 8.333333333333332% - 30px);
  }
  .ei-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 16.666666666666664% - 30px);
  }
  .ei-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 25% - 30px);
  }
  .ei-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 33.33333333333333% - 30px);
  }
  .ei-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 41.66666666666667% - 30px);
  }
  .ei-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 50% - 30px);
  }
  .ei-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 58.333333333333336% - 30px);
  }
  .ei-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 66.66666666666666% - 30px);
  }
  .ei-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 75% - 30px);
  }
  .ei-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 83.33333333333334% - 30px);
  }
  .ei-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 100% - 30px);
  }
}
.ei-gutterless-grid {
  overflow: hidden;
}
.ei-gutterless-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-0px);
  margin-right: calc(-0px);
}
.ei-gutterless-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.ei-gutterless-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 8.333333333333332% - 0px);
}
.ei-gutterless-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 16.666666666666664% - 0px);
}
.ei-gutterless-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 25% - 0px);
}
.ei-gutterless-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 33.33333333333333% - 0px);
}
.ei-gutterless-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 41.66666666666667% - 0px);
}
.ei-gutterless-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 50% - 0px);
}
.ei-gutterless-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 58.333333333333336% - 0px);
}
.ei-gutterless-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 66.66666666666666% - 0px);
}
.ei-gutterless-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 75% - 0px);
}
.ei-gutterless-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 83.33333333333334% - 0px);
}
.ei-gutterless-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 100% - 0px);
}
@media (min-width: 900px) {
  .ei-gutterless-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 8.333333333333332% - 0px);
  }
  .ei-gutterless-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 16.666666666666664% - 0px);
  }
  .ei-gutterless-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 25% - 0px);
  }
  .ei-gutterless-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 33.33333333333333% - 0px);
  }
  .ei-gutterless-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 41.66666666666667% - 0px);
  }
  .ei-gutterless-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 50% - 0px);
  }
  .ei-gutterless-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 58.333333333333336% - 0px);
  }
  .ei-gutterless-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 66.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 75% - 0px);
  }
  .ei-gutterless-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 83.33333333333334% - 0px);
  }
  .ei-gutterless-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 100% - 0px);
  }
}
.relative {
  position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.black-border {
  border: solid 1px black;
}
.no-border {
  border: none;
}
.top-up {
  vertical-align: top;
}
.mid-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.nowrap {
  white-space: nowrap;
}
.full-back {
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1220px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
.grid {
  overflow: hidden;
}
.grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-15px);
  margin-right: calc(-15px);
}
.grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 8.333333333333332% - 30px);
}
.grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 16.666666666666664% - 30px);
}
.grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 25% - 30px);
}
.grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 33.33333333333333% - 30px);
}
.grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 41.66666666666667% - 30px);
}
.grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 50% - 30px);
}
.grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 58.333333333333336% - 30px);
}
.grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 66.66666666666666% - 30px);
}
.grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 75% - 30px);
}
.grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 83.33333333333334% - 30px);
}
.grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 100% - 30px);
}
@media (min-width: 900px) {
  .grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 8.333333333333332% - 30px);
  }
  .grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 16.666666666666664% - 30px);
  }
  .grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 25% - 30px);
  }
  .grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 33.33333333333333% - 30px);
  }
  .grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 41.66666666666667% - 30px);
  }
  .grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 50% - 30px);
  }
  .grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 58.333333333333336% - 30px);
  }
  .grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 66.66666666666666% - 30px);
  }
  .grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 75% - 30px);
  }
  .grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 83.33333333333334% - 30px);
  }
  .grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 100% - 30px);
  }
}
.grid5 {
  overflow: hidden;
}
.grid5 .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-5);
  margin-right: calc(-5);
}
.grid5 .row:after {
  content: '';
  display: table;
  clear: both;
}
.grid5 .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 8.333333333333332% - 10);
}
.grid5 .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 16.666666666666664% - 10);
}
.grid5 .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 25% - 10);
}
.grid5 .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 33.33333333333333% - 10);
}
.grid5 .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 41.66666666666667% - 10);
}
.grid5 .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 50% - 10);
}
.grid5 .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 58.333333333333336% - 10);
}
.grid5 .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 66.66666666666666% - 10);
}
.grid5 .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 75% - 10);
}
.grid5 .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 83.33333333333334% - 10);
}
.grid5 .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(5);
  margin-right: calc(5);
  width: calc( 100% - 10);
}
@media (min-width: 900px) {
  .grid5 .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 8.333333333333332% - 10);
  }
  .grid5 .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 16.666666666666664% - 10);
  }
  .grid5 .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 25% - 10);
  }
  .grid5 .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 33.33333333333333% - 10);
  }
  .grid5 .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 41.66666666666667% - 10);
  }
  .grid5 .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 50% - 10);
  }
  .grid5 .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 58.333333333333336% - 10);
  }
  .grid5 .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 66.66666666666666% - 10);
  }
  .grid5 .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 75% - 10);
  }
  .grid5 .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 83.33333333333334% - 10);
  }
  .grid5 .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(5);
    margin-right: calc(5);
    width: calc( 100% - 10);
  }
}
.gutterless-grid {
  overflow: hidden;
}
.gutterless-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-0px);
  margin-right: calc(-0px);
}
.gutterless-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.gutterless-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 8.333333333333332% - 0px);
}
.gutterless-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 16.666666666666664% - 0px);
}
.gutterless-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 25% - 0px);
}
.gutterless-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 33.33333333333333% - 0px);
}
.gutterless-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 41.66666666666667% - 0px);
}
.gutterless-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 50% - 0px);
}
.gutterless-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 58.333333333333336% - 0px);
}
.gutterless-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 66.66666666666666% - 0px);
}
.gutterless-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 75% - 0px);
}
.gutterless-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 83.33333333333334% - 0px);
}
.gutterless-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 100% - 0px);
}
@media (min-width: 900px) {
  .gutterless-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 8.333333333333332% - 0px);
  }
  .gutterless-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 16.666666666666664% - 0px);
  }
  .gutterless-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 25% - 0px);
  }
  .gutterless-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 33.33333333333333% - 0px);
  }
  .gutterless-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 41.66666666666667% - 0px);
  }
  .gutterless-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 50% - 0px);
  }
  .gutterless-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 58.333333333333336% - 0px);
  }
  .gutterless-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 66.66666666666666% - 0px);
  }
  .gutterless-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 75% - 0px);
  }
  .gutterless-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 83.33333333333334% - 0px);
  }
  .gutterless-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 100% - 0px);
  }
}
header .stripe {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #a01d21;
  text-align: right;
  z-index: 20;
  position: relative;
}
header .stripe a {
  line-height: 30px;
}
header .stripe a img {
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -2px;
}
footer .social a {
  padding-left: 20px;
}
.inner-page .header-plate {
  background-position: center center;
  background-size: cover;
  background-image: url('/vrsc/1234/img/sacred-mission-background.jpg');
}
.inner-page .headlines {
  clear: both;
  font-size: 0;
}
.inner-page .headlines:before {
  content: '\00a0';
  display: inline-block;
  padding-top: 145px;
  padding-bottom: 145px;
  width: 0;
  vertical-align: middle;
}
.inner-page .headlines .msg {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.landing-page .header-plate .slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: black;
}
.landing-page .header-plate .slides .slide {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.landing-page .header-plate .slides .slide:first-child {
  z-index: 2;
}
.landing-page .header-plate .slides .slide.visible {
  opacity: 1;
}
.landing-page .header-plate .slides .slide.invisible {
  opacity: 0;
}
.transitions-on .landing-page .header-plate .slide {
  transition: opacity 0.6s;
}
.landing-page .header-plate .chevron-left,
.landing-page .header-plate .chevron-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.landing-page .header-plate .chevron-left {
  left: 50px;
}
.landing-page .header-plate .chevron-right {
  right: 50px;
}
.landing-page .headlines {
  clear: both;
  font-size: 0;
}
.landing-page .headlines:before {
  content: '\00a0';
  display: inline-block;
  padding-top: 435px;
  padding-bottom: 435px;
  width: 0;
  vertical-align: middle;
}
.landing-page .headlines .msg {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.landing-page .headlines p {
  font-size: 12.07pt;
  color: white;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: left;
}
.landing-page .headlines h2 {
  font-weight: 600 !important;
}
.landing-page .headlines .links a {
  text-decoration: none;
  font-weight: 600;
}
.landing-page .graduates {
  display: table;
  border-spacing: 10px;
}
.landing-page .graduates > .row {
  display: table-row;
}
.landing-page .graduates .graduate {
  display: table-cell;
  max-width: 250px;
}
@media (max-width: 900px) {
  .landing-page .graduates {
    display: block;
  }
  .landing-page .graduates > .row {
    display: block;
    text-align: center;
  }
  .landing-page .graduates > .row .graduate {
    display: inline-block;
    width: 40%;
    margin: 20px;
  }
}
@media (max-width: 650px) {
  .landing-page .graduates > .row .graduate {
    width: 80%;
  }
}
header .menus {
  float: right;
  padding: 0 0 10px 0;
  text-align: right;
}
header .menus .menu-top {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 0;
}
header .menus .menu-top li {
  display: inline-block;
}
header .menus .menu-top li:last-child a {
  border-right: 0;
  padding-right: 0;
}
header .menus .menu-top a {
  font-size: 10.65pt;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  border-right: solid 1px white;
  font-weight: 300;
}
header .menus .menu-bottom {
  padding: 14px 0 0 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
header .menus .menu-bottom li {
  display: inline-block;
}
header .menus .menu-bottom li:last-child a {
  padding-right: 0;
}
header .menus .menu-bottom a {
  font-size: 12.78pt;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 0 17px;
}
header .top-menu-logo-and-links {
  position: fixed;
  padding-top: 50px;
  padding-bottom: 10px;
  transition: padding-top 0.3s, background-color 0.3s;
  width: 100%;
  z-index: 20;
}
header .top-menu-logo-and-links.smaller,
header .top-menu-logo-and-links.menu-open {
  background-color: #a01d21;
  padding-top: 20px;
}
header .tribar {
  display: none;
  float: right;
  width: 30px;
  margin: 10px 10px 0 0;
  cursor: pointer;
  padding: 8px;
  background-color: white;
}
header .tribar .one,
header .tribar .two,
header .tribar .three {
  border-bottom: solid 3px;
  border-color: black;
}
header .tribar .two {
  margin: 7px 0;
}
header .tribar .one,
header .tribar .two,
header .tribar .three {
  border-bottom-color: #a01d21;
}
@media (max-width: 900px) {
  header .tribar {
    display: inline-block;
  }
  header .top-menu-logo-and-links {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    overflow: auto;
  }
  header .top-menu-logo-and-links .logo img {
    max-width: 80%;
  }
  header .top-menu-logo-and-links .menus {
    display: block;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    top: 0;
    left: -20000px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 0;
    margin-top: 99px;
    text-align: center;
  }
  header .top-menu-logo-and-links .menus li {
    position: relative;
    display: inline-block;
    padding: 0 15px 10px 15px;
  }
  header .top-menu-logo-and-links .menus li:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s, bottom 0.3s;
  }
  header .top-menu-logo-and-links .menus li a {
    color: #a01d21;
    text-decoration: none;
  }
  header .top-menu-logo-and-links .menus li.current:after,
  header .top-menu-logo-and-links .menus li:hover:after {
    background-color: transparent;
    bottom: 0;
  }
  header .top-menu-logo-and-links .menus li > ul {
    position: absolute;
    opacity: 0;
    left: -20000px;
    transition: opacity 0.3s;
    text-align: left;
    padding: 5px 0px;
    margin: 0;
    margin-top: 10px;
  }
  header .top-menu-logo-and-links .menus li > ul li {
    display: block;
    padding: 5px 15px 5px 15px;
    background-color: grey;
  }
  header .top-menu-logo-and-links .menus li > ul a {
    white-space: nowrap;
  }
  header .top-menu-logo-and-links .menus li:hover > ul {
    z-index: 100;
    opacity: 1;
    left: 0;
  }
  header .top-menu-logo-and-links .menus > li {
    display: block;
    text-align: center;
  }
  header .top-menu-logo-and-links .menus > li > a {
    text-align: center;
    font-weight: 600;
  }
  header .top-menu-logo-and-links .menus > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  header .top-menu-logo-and-links .menus > li > ul a {
    text-align: center;
  }
  header .top-menu-logo-and-links .menus.open {
    left: 0;
    opacity: 1;
    background-color: white;
  }
  header .top-menu-logo-and-links .menus ul {
    width: 600px;
    max-width: 100%;
  }
  header .top-menu-logo-and-links .menus ul li {
    display: block;
    background-color: #cccccc;
    margin-bottom: 2px;
    padding: 6px 0;
  }
  header .top-menu-logo-and-links .menus ul li a:last-child {
    padding-right: 17px;
  }
  header .top-menu-logo-and-links .menus ul li a {
    border-right: 0;
  }
  header .top-menu-logo-and-links .menus .menu-top {
    border-top: solid 4px #012137;
  }
  header .top-menu-logo-and-links .menus .menu-top li a {
    color: #012137;
  }
  header .top-menu-logo-and-links .menus .menu-bottom {
    border-top: solid 4px #a01d21;
    padding-top: 0;
    margin-top: 30px;
  }
  header .top-menu-logo-and-links .menus .menu-bottom li a {
    font-weight: 600;
  }
}
.header-plate .logo {
  float: left;
}
.header-plate .logo img {
  max-width: 100%;
}
.header-plate .headlines {
  text-align: center;
}
.header-plate .headlines h1 {
  font-size: 46.86pt;
  color: white;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.header-plate .headlines h2 {
  font-size: 14.91pt;
  color: white;
  font-weight: 300;
  margin: 0;
}
.header-plate a {
  color: white;
}
.third-menu {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #eff0f0;
}
.third-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.third-menu ul li {
  display: inline-block;
}
.third-menu ul li:first-child a {
  padding-left: 0;
}
.third-menu ul li:last-child a {
  border-right: 0;
}
.third-menu ul a {
  font-size: 12.78pt;
  text-transform: uppercase;
  color: #022e49;
  text-decoration: none;
  padding: 0 17px;
  line-height: 60px;
  border-right: solid 1px #022e49;
}
.third-menu ul a.current {
  color: #a01d21;
  font-weight: 600;
}
@media (max-width: 900px) {
  .third-menu ul li {
    display: block;
  }
  .third-menu ul li a {
    display: inline-block;
    padding: 5px 0;
    border-right: 0;
    line-height: 1.4em;
  }
}
.main {
  padding: 60px 0;
}
.main form {
  margin: 0;
  padding: 0;
}
.main input,
.main button,
.main textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
}
.main label {
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
}
.main input,
.main textarea {
  background-color: white;
  border: 0;
  display: block;
  border: solid 1px #333132;
  margin-top: 5px;
}
.main button {
  background-color: #1c4da1;
  color: white;
  text-transform: uppercase;
  border: 0;
}
.main .red {
  color: #a01d21;
}
.main h2 {
  font-size: 36.92pt;
  color: #022e49;
  margin-top: 0;
}
.main h2 strong {
  color: #a01d21;
}
.main h3 {
  font-size: 14.91pt;
  color: #a01d21;
  margin-bottom: 0;
}
.main h4 {
  font-size: 20.59pt;
}
.main h2 + h3 {
  margin-top: 0;
}
.main p {
  font-size: 14.91pt;
  font-weight: 300;
}
.main p em {
  color: #1c4da1;
}
.main h3 + p {
  margin-top: 0;
}
.main .accent-box {
  background-color: #eff0f0;
  padding: 20px;
  margin-left: -20px;
}
.main .caps {
  text-transform: uppercase;
}
.main .indent {
  display: inline-block;
  padding-left: 2em;
  color: #022e49;
  font-weight: 600;
}
.leaning-right {
  background-position: center center;
  background-size: cover;
  padding: 50px 120px;
  position: relative;
}
.leaning-right:after {
  content: '';
  display: table;
  clear: both;
}
.leaning-right form {
  margin: 0;
  padding: 0;
}
.leaning-right input,
.leaning-right button,
.leaning-right textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
}
.leaning-right label {
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
}
.leaning-right input,
.leaning-right textarea {
  background-color: white;
  border: 0;
  display: block;
  border: solid 1px #333132;
  margin-top: 5px;
}
.leaning-right button {
  background-color: #1c4da1;
  color: white;
  text-transform: uppercase;
  border: 0;
}
.leaning-right .red {
  color: #a01d21;
}
.leaning-right h2 {
  font-size: 36.92pt;
  color: #022e49;
  margin-top: 0;
}
.leaning-right h2 strong {
  color: #a01d21;
}
.leaning-right h3 {
  font-size: 14.91pt;
  color: #a01d21;
  margin-bottom: 0;
}
.leaning-right h4 {
  font-size: 20.59pt;
}
.leaning-right h2 + h3 {
  margin-top: 0;
}
.leaning-right p {
  font-size: 14.91pt;
  font-weight: 300;
}
.leaning-right p em {
  color: #1c4da1;
}
.leaning-right h3 + p {
  margin-top: 0;
}
.leaning-right .accent-box {
  background-color: #eff0f0;
  padding: 20px;
  margin-left: -20px;
}
.leaning-right .caps {
  text-transform: uppercase;
}
.leaning-right .indent {
  display: inline-block;
  padding-left: 2em;
  color: #022e49;
  font-weight: 600;
}
.leaning-right.landing-cross {
  background-position: center right 25%;
}
.leaning-right.landing-cross .on-left {
  float: left;
  max-width: 600px;
}
.leaning-right.landing-cross .on-left .crop {
  width: auto;
}
.leaning-right.landing-cross .right-side:before {
  display: none;
}
@media (max-width: 900px) {
  .leaning-right.landing-cross .on-left,
  .leaning-right.landing-cross .right-side {
    width: auto;
    float: none;
  }
  .leaning-right.landing-cross .right-side {
    margin-left: 0;
  }
}
.leaning-right .right-side,
.leaning-right .full-right-side {
  float: right;
  width: 40%;
  margin-left: 80px;
  margin-bottom: 50px;
  font-size: 0;
}
.leaning-right .right-side:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 25%;
  padding-bottom: 25%;
}
.leaning-right .full-right-side .grid5 {
  margin-right: -120px;
}
.leaning-right .full-right-side .grid5 .row + .row {
  margin-top: 10px;
}
.leaning-right .img-right-side {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 50%;
  background-position: left top;
  background-size: cover;
  z-index: -1;
}
.leaning-right .img-right-side.center-better {
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
}
.leaning-right.no-bottom-pad {
  padding-bottom: 0;
}
.leaning-right.no-bottom-pad .container {
  padding-bottom: 100px;
}
.leaning-right .crop {
  width: 50%;
}
.leaning-right .crop.wider {
  width: 60%;
}
@media (max-width: 900px) {
  .leaning-right {
    padding: 30px 20px 0 20px;
  }
  .leaning-right .crop {
    width: auto;
  }
}
.leaning-right.no-bottom-pad + .subscribe {
  margin-top: -50px;
}
.pic-msg {
  background-position: center center;
  background-size: cover;
  background-position: right center;
  font-size: 0;
  padding: 60px 0;
}
.pic-msg:after {
  content: '';
  display: table;
  clear: both;
}
.pic-msg:before {
  content: '\00a0';
  display: inline-block;
  padding-top: 130px;
  padding-bottom: 130px;
  width: 0;
}
.pic-msg .msg {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.pic-msg .msg:after {
  content: '';
  display: table;
  clear: both;
}
.pic-msg .msg .content {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 110px;
}
.pic-msg .msg .content h2 {
  color: white;
  margin-top: 0;
  font-size: 21.3pt;
  text-transform: uppercase;
}
.pic-msg .msg .content p {
  color: white;
  font-size: 14.91pt;
}
.pic-msg .msg .content p:last-child {
  margin-bottom: 0;
}
.pic-msg:nth-child(2n - 1) {
  background-position: left center;
}
.pic-msg:nth-child(2n - 1) .msg .content {
  float: none;
  padding-right: 40px;
  padding-left: 110px;
}
.subscribe {
  padding: 55px 25px;
  background-color: #eff0f0;
}
.subscribe .content {
  margin: 0 auto;
  max-width: 690px;
  text-align: center;
}
.subscribe .content h2 {
  font-size: 26.27pt;
  color: #022e49;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.subscribe .content form {
  margin: 0;
  padding: 0;
}
.subscribe .content input,
.subscribe .content button {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
}
.subscribe .content input {
  background-color: white;
  border: 0;
}
.subscribe .content button {
  background-color: #1c4da1;
  color: white;
  text-transform: uppercase;
  border: 0;
}
.mission {
  background-position: center center;
  background-size: cover;
  background-image: url('/vrsc/1234/img/sacred-mission-background.jpg');
  padding: 60px;
  text-align: center;
  color: white;
}
.mission .msg {
  margin: 0 auto;
  max-width: 800px;
}
.mission .msg h2 {
  font-size: 36.92pt;
  text-transform: uppercase;
  margin-top: 0;
}
.mission .msg h2 .lighter {
  font-weight: 300;
}
.mission .msg p {
  font-size: 22.72pt;
  font-weight: 300;
}
.mission .msg .play-circle {
  display: inline-block;
  padding: 30px 0;
}
.mission.red {
  background-image: url('/vrsc/1234/img/red-box-back.jpg');
}
.gallery .pic {
  background-position: center center;
  background-size: cover;
}
.gallery .pic:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 36.82%;
  padding-bottom: 36.82%;
}
.gallery .pic.t5:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 22.09%;
  padding-bottom: 22.09%;
}
.gallery .pic.t4:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 27.615%;
  padding-bottom: 27.615%;
}
.gallery .pic.t2:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 55.23%;
  padding-bottom: 55.23%;
}
.max-750 {
  max-width: 750px;
}
.max-700 {
  max-width: 700px;
  margin: 0 auto;
}
.max-500 {
  max-width: 500px;
}
.max-500 * {
  max-width: 100%;
}
.max-300 {
  max-width: 300px;
}
.max-300 * {
  max-width: 100%;
}
.person-contact-cell {
  margin-bottom: 30px;
}
.person-contact-cell:nth-child(4n + 1) {
  clear: both;
}
.person-contact-cell .img {
  background-position: center;
  background-size: cover;
}
.person-contact-cell .img:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 62.5%;
  padding-bottom: 62.5%;
}
.person-contact-cell h2 {
  font-size: 17.04pt;
  margin: 15px 0 0 0;
}
.person-contact-cell .role {
  margin-bottom: 20px;
  font-size: 18.46pt;
  font-weight: 300;
  margin-top: -15px;
}
.person-contact-cell a {
  color: inherit;
  text-decoration: none;
}
.person-contact-cell a:hover {
  text-decoration: underline;
}
.person-contact-cell .icon-line {
  font-size: 14.2pt;
  margin: 0px 0;
}
.person-contact-cell .icon-line img {
  padding-right: 10px;
}
.person-contact-cell .bottom {
  background-color: white;
  padding: 1px 0px 20px 0px;
}
.person-contact-cell .email a {
  color: #a01d21;
}
.director-contact-cell {
  margin-bottom: 30px;
}
.director-contact-cell:nth-child(4n + 1) {
  clear: both;
}
.director-contact-cell .img {
  background-position: center;
  background-size: cover;
}
.director-contact-cell .img:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 62.5%;
  padding-bottom: 62.5%;
}
.director-contact-cell h2 {
  font-size: 17.04pt;
  margin: 15px 0 0 0;
}
.director-contact-cell .role {
  margin-bottom: 20px;
  font-size: 18.46pt;
  font-weight: 300;
  margin-top: -15px;
}
.director-contact-cell a {
  color: inherit;
  text-decoration: none;
}
.director-contact-cell a:hover {
  text-decoration: underline;
}
.director-contact-cell .icon-line {
  font-size: 14.2pt;
  margin: 0px 0;
}
.director-contact-cell .icon-line img {
  padding-right: 10px;
}
.director-contact-cell .bottom {
  background-color: white;
  padding: 1px 0px 20px 0px;
}
.director-contact-cell .email a {
  color: #a01d21;
}
.director-contact-cell .img {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.p3 {
  padding-top: 5px;
}
.watermark {
  position: relative;
  min-height: 600px;
}
.watermark:before {
  content: '\000a0';
  background-image: url('/vrsc/1234/img/ihm-watermark.jpg');
  position: absolute;
  background-position: center center;
  background-size: cover;
  top: -40%;
  right: 6%;
  width: 60%;
  height: 200%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-icon {
  width: 2em;
  display: inline-block;
}
img.full-width.block {
  display: block;
}
.line-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.line-list li span.title,
.line-list li a {
  display: block;
  cursor: pointer;
  background-color: #eff0f0;
  color: #022e49;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 0 12px 20px;
}
.line-list li span.title:after,
.line-list li a:after {
  content: url(/vrsc/123/img/red-chevron.png);
  float: right;
  margin-right: 23px;
  height: 20px;
  display: inline-block;
  width: 12px;
  transition: transform 0.3s;
  transform-origin: center center;
}
.line-list li:hover span.title,
.line-list li:hover a {
  background-color: #a01d21;
  color: white;
}
.line-list li:hover span.title:after,
.line-list li:hover a:after {
  content: url(/vrsc/123/img/white-chevron.png);
}
.line-list li:hover span.title .red,
.line-list li:hover a .red {
  color: white;
}
.line-list li .peekaboo {
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
}
.line-list li.open .peekaboo {
  max-height: 2900px;
}
.line-list li.open span.title:after,
.line-list li.open a:after {
  transform: rotate(90deg);
}
.line-list li + li {
  margin-top: 5px;
}
.red-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 15px;
  background-color: #a01d21;
  color: white;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  font-weight: 400;
}
.blue-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 15px;
  background-color: #a01d21;
  color: white;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  font-weight: 400;
  background-color: #1c4da1;
  margin-top: 9px;
  font-size: 14.91pt;
}
.hollow-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 15px;
  background-color: #a01d21;
  color: white;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  border: solid 1px #022e49;
  color: #022e49;
  font-size: 14.91pt;
  padding: 15px 30px;
}
.grid.overflow {
  overflow: visible !important;
}
.thank-you-bar {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 17.75pt;
  text-align: center;
}
.thank-you-bar .table {
  display: table;
  width: 100%;
}
.thank-you-bar .table .row {
  display: table-row;
}
.thank-you-bar .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 900px) {
  .thank-you-bar .table {
    display: block;
  }
  .thank-you-bar .table .row {
    display: block;
  }
  .thank-you-bar .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.thank-you-bar .table {
  display: inline-table;
  width: auto;
}
.thank-you-bar .table > .row > * {
  vertical-align: middle;
  padding: 0 30px;
}
.blue {
  color: #1c4da1;
}
.dark-blue {
  color: #022e49;
}
.blue-small-header {
  font-size: 15pt !important;
  color: #022e49;
  text-transform: uppercase;
  margin-bottom: 0;
}
.blue-small-header + p {
  margin-top: 0;
}
.history-item {
  border-radius: 5px;
  border: solid 1px #cccccc;
  background-color: #eff0f0;
  padding: 25px;
  text-align: right;
  position: absolute;
  box-sizing: border-box;
}
.history-item:after {
  content: '';
  display: table;
  clear: both;
}
.history-item .history-image {
  float: right;
  margin-bottom: 2px;
}
.history-item .year {
  color: #a01d21;
  font-weight: 600;
  font-size: 27.69pt;
}
.history-item .content {
  font-size: 12.07pt;
}
.history-item.left {
  padding: 25px 25px 25px 50px;
  width: 48%;
}
.history-item.left .history-image {
  float: left;
  margin-right: 15px;
  margin-left: -40px;
  margin-bottom: 10px;
}
.history-item.right {
  padding: 25px 50px 25px 25px;
  width: 48%;
  text-align: left;
}
.history-item.right .history-image {
  float: left;
  margin-left: -10px;
  margin-right: 15px;
}
.history-item.flat-layout {
  position: relative;
  clear: both;
  z-index: 2;
  margin-bottom: 15px;
  width: calc(50% - 40px);
}
.history-item.flat-layout.right {
  float: right;
}
.history-item.flat-layout.left {
  float: left;
}
.history-items {
  position: relative;
}
.history-items:after {
  content: '';
  display: table;
  clear: both;
}
.history-pole {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -5px;
  width: 10px;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  background-color: #eff0f0;
}
.dot-assembly {
  display: inline-block;
  line-height: 0;
  position: absolute;
  margin-left: -11.5%;
}
.dot-assembly .dot {
  display: inline-block;
  border: solid 1px #cccccc;
  background-color: #eff0f0;
  border-radius: 50%;
  padding: 7px;
  line-height: 0;
}
.dot-assembly .dot .red-dot {
  line-height: 0;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #a01d21;
  border-radius: 50%;
}
.flat-layout.left .dot-assembly {
  margin-left: auto;
  right: -56px;
}
.flat-layout.right .dot-assembly {
  margin-left: auto;
  left: -56px;
}
.dot-assembly .triangle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #cccccc;
  background-color: #eff0f0;
  transform: translate(2px, 2px) rotate(45deg);
}
@media (max-width: 900px) {
  .dot-assembly {
    display: none;
  }
  .history-item.flat-layout {
    width: auto;
  }
  .history-pole {
    display: none;
  }
}
.all-white h1,
.all-white h2,
.all-white h3,
.all-white h4,
.all-white p,
.all-white strong {
  color: white !important;
}
.max-full {
  max-width: 100%;
}
.homepage-event img {
  float: left;
  padding-right: 20px;
  max-width: 20%;
}
.homepage-event .info {
  position: relative;
  overflow: hidden;
}
.homepage-event .info .title {
  font-size: 14.2pt;
  color: #022e49;
  margin-bottom: 10px;
  font-weight: 600;
}
.homepage-event .info .when {
  font-size: 11.36pt;
  color: #1c4da1;
  margin-bottom: 10px;
  font-weight: 600;
}
.homepage-event + .homepage-event {
  margin-top: 30px;
}
.two-sides-center {
  background-position: center center;
  background-size: cover;
  background-image: url('/img/BishopRector_bannerimage.jpg');
  color: white;
}
.two-sides-center .tab {
  display: table;
  width: 100%;
}
.two-sides-center .tab .row {
  display: table-row;
}
.two-sides-center img {
  max-width: 100%;
}
.two-sides-center .xs12 {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0;
}
.two-sides-center .on-left {
  text-align: center;
}
.two-sides-center h1,
.two-sides-center h2,
.two-sides-center p {
  margin: 0 0 5px 0;
  line-height: 1.3em;
}
.two-sides-center h1 {
  font-size: 28.4pt;
  text-transform: uppercase;
}
.two-sides-center h2 {
  font-size: 21.3pt;
}
.two-sides-center p {
  font-size: 12.78pt;
}
.two-sides-center .red-left {
  border-left: solid 4px #a01d21;
  padding-left: 10px;
  color: white;
  font-style: italic;
  margin-top: 20px;
  line-height: 1.6em;
}
.two-sides-center .red-left a {
  color: white;
}
.two-sides-center.balanced .on-right {
  width: 50%;
}
@media (max-width: 900px) {
  .two-sides-center .xs12 {
    display: block;
    text-align: center;
  }
  .two-sides-center p {
    margin-left: auto;
    margin-right: auto;
  }
  .two-sides-center.balanced .on-right {
    width: auto;
  }
}
.two-sides-center .left-align {
  text-align: left;
}
.graduate {
  position: relative;
}
.graduate .img {
  background-size: cover;
  background-position: top center;
}
.graduate .img:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 55%;
  padding-bottom: 55%;
}
.graduate .bottom {
  background-color: #a01d21;
  color: white;
  padding: 7px;
  font-size: 0;
}
.graduate .bottom:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 30%;
  padding-bottom: 30%;
}
.graduate .bottom:before {
  vertical-align: top;
}
.graduate .bottom .inner {
  font-size: 10.65pt;
  line-height: 1.4em;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.graduate .bottom .inner .name {
  font-weight: 600;
}
.graduate .bottom .inner .desc {
  margin-top: 4px;
}
.board-member .name {
  color: #022e49;
  font-weight: 600;
}
.wide-50 {
  width: 30px;
  padding: 3px 0;
  display: inline-block;
  vertical-align: middle;
}
.bishop-rector-dinner-2023 {
  background-position: left center;
  background-size: cover;
  background-image: url('/img/2025/bishop-dinner-2025.jpg');
  color: white;
}
.bishop-rector-dinner-2023 .container {
  display: grid;
}
@media (min-width: 1300px) {
  .bishop-rector-dinner-2023 {
    padding: 1px 200px 0 200px;
  }
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .bishop-rector-dinner-2023 {
    padding: 1px 30px 0 300px;
  }
}
@media (min-width: 1100px) {
  .bishop-rector-dinner-2023 .container {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 1100px) {
  .bishop-rector-dinner-2023 {
    padding: 0 30px;
  }
}
.bishop-rector-dinner-2023 .intro {
  align-self: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bishop-rector-dinner-2023 .intro h1 {
  font-size: 36.92pt;
  margin-bottom: 0;
  margin-top: 0;
}
.bishop-rector-dinner-2023 .intro p {
  font-size: 18.46pt;
  line-height: 1.3em;
}
.bishop-rector-dinner-2023 .intro h1 + p {
  margin-top: 10px;
}
.bishop-rector-dinner-2023 .intro .left-bar {
  font-size: 14.91pt;
  font-weight: 600;
}
.bishop-rector-dinner-2023 .intro a {
  text-decoration: none;
  color: white;
}
.bishop-rector-dinner-2023 .intro .red-button {
  font-weight: 600;
}
.bishop-rector-dinner-2023 .picture {
  align-self: end;
}
.bishop-rector-dinner-2023 .picture figure {
  margin: 0;
}
.bishop-rector-dinner-2023 .picture figcaption {
  font-size: 17.04pt;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 900px) {
  .bishop-rector-dinner-2023 .picture {
    text-align: center;
    margin-top: 50px;
  }
}
.bishop-rector-dinner-2023 .picture img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.bishop-rector-dinner-2022 {
  background-position: center center;
  background-size: cover;
  background-image: url('/img/bishop-rector-dinner-2022.jpg');
  color: white;
  padding: 50px 15px;
}
.bishop-rector-dinner-2022 .container {
  display: grid;
}
@media (min-width: 900px) {
  .bishop-rector-dinner-2022 .container {
    grid-template-columns: 1fr auto;
  }
}
.bishop-rector-dinner-2022 .intro h1 {
  font-size: 36.92pt;
  margin-bottom: 0;
  margin-top: 0;
}
.bishop-rector-dinner-2022 .intro p {
  font-size: 18.46pt;
  line-height: 1.3em;
}
.bishop-rector-dinner-2022 .intro h1 + p {
  margin-top: 10px;
}
.bishop-rector-dinner-2022 .intro .left-bar {
  font-size: 14.91pt;
  border-left: solid 3px white;
  padding-left: 10px;
  font-style: italic;
}
.bishop-rector-dinner-2022 .intro a {
  text-decoration: none;
  color: white;
}
.bishop-rector-dinner-2022 .picture figure {
  margin-top: 0;
}
.bishop-rector-dinner-2022 .picture figcaption {
  font-size: 17.04pt;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 900px) {
  .bishop-rector-dinner-2022 .picture {
    text-align: center;
    margin-top: 50px;
  }
}
.bishop-rector-dinner {
  background-position: center center;
  background-size: cover;
  background-image: url('/img/rector-dinner-background.jpg');
  color: white;
  padding: 50px 15px;
}
.bishop-rector-dinner p {
  font-size: 17.04pt;
}
.bishop-rector-dinner p img {
  vertical-align: middle;
  padding-right: 10px;
}
.bishop-rector-dinner p a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.bishop-rector-dinner p.bigger {
  font-size: 19.88pt;
}
.bishop-rector-dinner .container {
  display: grid;
  grid-template-columns: auto 1fr;
}
.bishop-rector-dinner .right {
  align-self: center;
  padding-right: 30px;
}
.post-bishop-rector-dinner {
  color: white;
  display: grid;
}
@media (min-width: 800px) {
  .post-bishop-rector-dinner {
    grid-template-columns: auto 1fr;
  }
  .post-bishop-rector-dinner .blue {
    background-position: center left;
    background-size: cover;
    background-image: url('/img/angel-on-right.jpg');
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .post-bishop-rector-dinner .red {
    grid-row: 2;
    grid-column: 1 / span 2;
    background-color: #a01d21;
  }
  .post-bishop-rector-dinner .photo {
    grid-row: 1;
    grid-column: 1;
    grid-row: 1 / span 2;
    text-align: right;
    padding: 20px 20px 20px 40px;
  }
  .post-bishop-rector-dinner .msg {
    grid-row: 1;
    grid-column: 2;
    max-width: 600px;
    padding: 20px 10px 20px 10px;
    align-self: center;
  }
  .post-bishop-rector-dinner .post-event-more-info {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    padding: 10px 10px 10px;
  }
}
@media (min-width: 800px) and (max-width: 1240px) {
  .post-bishop-rector-dinner {
    grid-template-columns: 4fr 6fr;
  }
  .post-bishop-rector-dinner .photo img {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .post-bishop-rector-dinner {
    grid-template-columns: auto;
  }
  .post-bishop-rector-dinner .blue {
    background-position: center left;
    background-size: cover;
    background-image: url('/img/angel-on-right.jpg');
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .post-bishop-rector-dinner .red {
    grid-row: 3;
    grid-column: 1;
    background-color: #a01d21;
  }
  .post-bishop-rector-dinner .photo {
    grid-column: 1;
    grid-row: 1;
    padding: 20px 20px 20px 20px;
    text-align: center;
  }
  .post-bishop-rector-dinner .photo img {
    max-width: 100%;
  }
  .post-bishop-rector-dinner .msg {
    grid-row: 2;
    grid-column: 1;
    padding: 20px 10px 20px 10px;
  }
  .post-bishop-rector-dinner .post-event-more-info {
    grid-column: 1;
    grid-row: 3;
    align-self: center;
    padding: 10px 10px 10px;
  }
}
.post-bishop-rector-dinner p {
  font-size: 17.04pt;
}
.post-bishop-rector-dinner p.bigger {
  font-size: 19.88pt;
}
.post-bishop-rector-dinner .watch-event {
  font-size: 18.46pt;
  background-color: #a01d21;
  padding: 9px 17px;
  color: white;
  font-weight: 400;
  text-decoration: none;
}
.post-bishop-rector-dinner .watch-event img {
  padding-left: 20px;
}
.post-bishop-rector-dinner .post-event-more-info {
  font-size: 14.2pt;
  font-weight: 300;
}
.post-bishop-rector-dinner .post-event-more-info a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.event-more-info {
  font-size: 18.46pt;
  font-weight: 300;
  background-color: #a01d21;
  padding: 15px;
  color: white;
  text-align: center;
}
.event-more-info a {
  color: white;
  text-decoration: none;
}
.plus {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background-color: #ccd2da;
  width: 40px;
}
.plus:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 50%;
  padding-bottom: 50%;
}
.plus .horz,
.plus .vert {
  position: absolute;
  background-color: #163056;
}
.plus .horz {
  left: 20%;
  right: 20%;
  height: 10%;
  top: 45%;
}
.plus .vert {
  top: 20%;
  bottom: 20%;
  width: 10%;
  left: 45%;
  transition: opacity 0.3s;
}
.plus.minus .vert {
  opacity: 0;
}
.seminarian-cell {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .seminarian-cell {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 30px;
  }
}
.seminarian-cell .img {
  background-position: center center;
  background-size: cover;
  width: 300px;
  border-bottom: 10px solid #a01d21;
  margin: 0 auto 20px auto;
}
.seminarian-cell .img:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 50%;
  padding-bottom: 50%;
}
.seminarian-cell .content {
  position: relative;
}
.seminarian-cell .content .plus {
  float: right;
  cursor: pointer;
}
.seminarian-cell .content .name {
  color: #163056;
  font-size: 14.2pt;
}
.seminarian-cell .content .desc {
  color: #a01d21;
  font-weight: 600;
  margin-top: 0;
}
.seminarian-cell .content .details {
  max-height: 260px;
  overflow: hidden;
  padding-bottom: 30px;
  box-sizing: border-box;
  transition: max-height 0.3s;
}
.seminarian-cell .content:after {
  content: '\00a0';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background-image: linear-gradient(transparent, white);
}
.seminarian-cell-summary {
  margin-bottom: 30px;
}
.seminarian-cell-summary .img {
  background-position: center center;
  background-size: cover;
  width: 300px;
  border-bottom: 10px solid #a01d21;
  margin: 0 auto 20px auto;
}
.seminarian-cell-summary .img:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 50%;
  padding-bottom: 50%;
}
.bishop-rector-dinner-highlights-2025 {
  background-position: center center;
  background-size: cover;
  background-image: url('/img/2025/b-r-dinner-stripe-background.jpg');
  padding: 50px 65px 50px 15px;
  color: white;
}
.bishop-rector-dinner-highlights-2025 .container {
  display: grid;
}
@media (min-width: 900px) {
  .bishop-rector-dinner-highlights-2025 .container {
    grid-template-columns: 1fr 1fr;
  }
}
.bishop-rector-dinner-highlights-2025 .intro h1 {
  font-size: 27.69pt;
  margin-bottom: 0;
  margin-top: 0;
}
.bishop-rector-dinner-highlights-2025 .intro h2 {
  font-size: 15.62pt;
  margin: 0;
}
.bishop-rector-dinner-highlights-2025 .intro p {
  font-size: 15.62pt;
  line-height: 1.3em;
  color: white;
}
.bishop-rector-dinner-highlights-2025 .intro p strong {
  color: white;
}
.bishop-rector-dinner-highlights-2025 .intro h2 + p {
  margin-top: 22px;
}
.bishop-rector-dinner-highlights-2025 .intro .left-bar {
  font-size: 14.91pt;
  font-style: italic;
}
.bishop-rector-dinner-highlights-2025 .intro a {
  text-decoration: none;
}
.bishop-rector-dinner-highlights-2025 .picture img {
  max-width: 100%;
  display: block;
  margin: auto -50px auto auto;
  cursor: pointer;
}
.bishop-rector-dinner-highlights-2025 .picture figure {
  margin-top: 0;
}
.bishop-rector-dinner-highlights-2025 .picture figcaption {
  font-size: 17.04pt;
  font-weight: 300;
  margin-top: 20px;
}
.bishop-rector-dinner-highlights-2025 .picture figcaption strong {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 900px) {
  .bishop-rector-dinner-highlights-2025 .picture {
    text-align: center;
    margin-top: 50px;
  }
}
.video-highlights-dialog .the-dialog {
  background-color: transparent !important;
}
.video-highlights-dialog .the-dialog .head,
.video-highlights-dialog .the-dialog .btn-close {
  background: transparent;
  color: white;
  font-weight: 600;
}
.video-highlights-dialog .the-dialog .head {
  border-bottom: 0 !important;
}
.video-highlights-dialog .the-dialog .body {
  padding: 0 !important;
}
.video-highlights-dialog .the-dialog .foot {
  border-top: 0 !important;
}
.video-highlights-dialog video {
  max-width: 100%;
}
footer .top {
  background-color: #022e49;
  padding: 60px 120px 60px 140px;
}
footer .top .logo {
  float: left;
}
footer .top .menu-side {
  position: relative;
  overflow: hidden;
  text-align: center;
}
footer .top .menu-side ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
footer .top .menu-side > ul {
  display: inline-block;
  vertical-align: top;
}
footer .top .menu-side > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  min-width: 250px;
}
footer .top .menu-side > ul > li > a {
  display: block;
  text-transform: uppercase;
  border-bottom: solid 1px white;
}
footer .top .menu-side a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 8px 0;
}
footer .top .menu-side .home,
footer .top .menu-side .admissions,
footer .top .menu-side .contact {
  display: none;
}
footer .top .menu-side .contact-section {
  display: inline-block;
  min-width: 250px;
  text-align: left;
  vertical-align: top;
  color: white;
  padding-top: 10px;
}
footer .top .menu-side .contact-section h2 {
  font-size: 14.91pt;
  padding: 8px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: solid 1px white;
  padding: 0 30px;
  margin: 0;
}
footer .bottom {
  font-size: 8.52pt;
  background-color: #012137;
  padding: 30px 120px 30px 140px;
  color: white;
}
footer .bottom .social {
  float: right;
}
@media (max-width: 1650px) {
  footer .top {
    padding: 60px 20px 60px 20px;
  }
  footer .top .menu-side {
    text-align: left;
  }
  footer .top .menu-side ul li {
    display: block;
  }
  footer .top .menu-side .contact-section {
    padding-left: 30px;
  }
  footer .top .menu-side .contact-section h2 {
    padding-left: 0;
  }
}
@media (max-width: 650px) {
  footer .top .menu-side {
    clear: both;
    padding-top: 50px;
  }
  footer .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.from-the-rector .logo-cell {
  text-align: right;
}
.from-the-rector .logo-cell img {
  max-width: 100%;
}
.from-the-rector .cont {
  padding-right: 40px;
}
.page-prayers-for-vocations .img-right-side {
  background-repeat: no-repeat;
}
.support-grid {
  display: flex;
  flex-wrap: wrap;
}
.support-grid .box {
  width: 33.333333%;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.support-grid .box:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 50%;
  padding-bottom: 50%;
}
.support-grid .box .center-box {
  vertical-align: middle;
  display: inline-block;
  width: 99%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.support-grid .box .center-box img {
  max-width: 100%;
}
.support-grid .box .center-box p {
  color: white;
  font-weight: 300;
  margin: 40px 0 0 0;
}
.support-grid .box .center-box p a {
  color: white;
}
@media (max-width: 1220px) {
  .support-grid .box {
    width: 50%;
  }
  .support-grid .box .center-box {
    width: 95%;
  }
}
@media (max-width: 650px) {
  .support-grid .box {
    width: 100%;
  }
}
.support-grid .lower-down {
  padding-top: 250px;
}
.vidframe {
  position: relative;
}
.vidframe:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 28.25%;
  padding-bottom: 28.25%;
}
.vidframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.max-900 {
  max-width: 900px;
  margin-left: 0;
}
.rector-dinner a {
  color: white;
}
.rector-dinner .blue {
  color: #7dbcff;
}
.rector-dinner .on-left {
  padding-right: 30px;
}
.graduates-banner {
  background-image: url('/img/graduation-banner.jpg');
  overflow: hidden;
}
.graduates-banner .blue {
  color: #7dbcff;
}
.graduates-banner h1,
.graduates-banner h2 {
  color: #022e49;
}
.graduates-banner h2 {
  font-weight: 400;
  font-size: 17.04pt;
}
.graduates-banner .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.graduates-banner .container:after {
  content: '';
  display: table;
  clear: both;
}
.graduates-banner .tab {
  position: relative;
  z-index: 2;
}
.graduates-banner .red {
  color: #a01d21;
}
.graduates-banner .row .on-left {
  display: table-cell;
  width: 350px;
  padding-left: 20px;
  vertical-align: top;
}
.graduates-banner .row .on-left a {
  text-decoration: none;
}
.graduates-banner .row .on-right {
  width: auto;
  position: relative;
  display: table-cell;
}
.graduates-banner .row .on-right a {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 650px) {
  .graduates-banner .row .on-left {
    width: auto;
    max-width: 350px;
  }
}
@media (max-width: 900px) {
  .graduates-banner {
    display: block;
  }
  .graduates-banner .tab .row {
    display: block;
  }
  .graduates-banner .tab .row .on-left,
  .graduates-banner .tab .row .on-right {
    display: block;
  }
}
.retreat-show {
  background-image: url('/img/retreat-background.jpg');
  background-size: cover;
  background-position: center center;
  padding: 20px;
}
.retreat-show .msg {
  color: white;
  font-size: 30px;
}
.retreat-show .img {
  display: none;
}
.retreat-show .blue-button {
  font-weight: 600;
}
@media (min-width: 900px) {
  .retreat-show .container {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 20px;
  }
  .retreat-show .container .msg {
    align-self: center;
  }
  .retreat-show .container .img {
    display: block;
    padding: 30px 0;
  }
  .retreat-show .container .img img {
    max-width: 100%;
  }
}
.newsletter-signup-banner {
  background-image: url('/img/winter-newsletter-signup-background.jpg');
  overflow: hidden;
}
.newsletter-signup-banner a {
  color: white;
}
.newsletter-signup-banner .blue {
  color: #7dbcff;
}
.newsletter-signup-banner .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}
.newsletter-signup-banner .container:after {
  content: '';
  display: table;
  clear: both;
}
.newsletter-signup-banner .container:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .newsletter-signup-banner .container:before {
    background-image: url('/img/summer-newsletter-23-background.png');
    background-image: url('/img/2024-summer-newsletter.png');
    background-position: left 400px center;
  }
}
.newsletter-signup-banner .tab {
  position: relative;
  z-index: 2;
}
.newsletter-signup-banner .thinner {
  display: block;
  font-weight: 300 !important;
  line-height: 1em;
  font-size: 28.4pt;
  margin-top: -5px;
  margin-bottom: 10px;
}
.newsletter-signup-banner form input {
  padding: 4px 5px;
  margin-bottom: 9px;
  color: black;
  width: 200px;
}
.newsletter-signup-banner form button {
  display: inline-block;
  background-color: #a01d21;
  border: 0;
  margin-left: 10px;
  padding: 6px 16px;
}
.newsletter-signup-banner .red-bar-box {
  display: table-cell;
  width: 40px;
  height: 300px;
  padding-top: 8px;
}
.newsletter-signup-banner .red-bar-box .red-bar {
  display: none;
  width: 20px;
  height: 80px;
  background-color: #a01d21;
}
.newsletter-signup-banner .row .on-left {
  display: table-cell;
  width: 350px;
  padding-left: 20px;
}
.newsletter-signup-banner .row .on-left a {
  text-decoration: none;
}
.newsletter-signup-banner .row .on-right {
  width: auto;
  position: relative;
  display: table-cell;
}
.newsletter-signup-banner .row .on-right a {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 650px) {
  .newsletter-signup-banner .row .on-left {
    width: auto;
    max-width: 350px;
  }
}
.webhandle-page-editor-tools {
  z-index: 200;
}
.board-list:after {
  content: '';
  display: table;
  clear: both;
}
.board-list .board-member {
  margin-bottom: 20px;
  float: left;
  width: 50%;
}
.board-list .board-member:nth-child(2n + 1) {
  clear: left;
}
@media (max-width: 900px) {
  .board-list .board-member {
    float: none;
    width: auto;
  }
}
.homepage-video {
  padding-top: 20px;
  padding-bottom: 20px;
}
.homepage-video h1 {
  text-align: center;
}
.homepage-video .vidframe {
  margin: 30px auto;
  max-width: 100%;
  width: 600px;
}
.hearts-on-fire {
  background-position: center center;
  background-size: cover;
  padding: 50px;
  background-image: url('/img/IHMS_HeartsonFire_HomePageGraphics.jpg');
}
.hearts-on-fire .container {
  max-width: 900px;
}
@media (min-width: 650px) {
  .hearts-on-fire .container {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 40px;
    align-items: center;
  }
}
.hearts-on-fire .container p {
  color: white;
  max-width: 300px;
}
.hearts-on-fire .container .graphic {
  text-align: center;
}
.hearts-on-fire .container .graphic img {
  max-width: 100%;
  width: 500px;
}
@media (max-width: 650px) {
  .hearts-on-fire .container {
    display: block;
  }
  .hearts-on-fire .container p {
    margin-left: auto;
    margin-right: auto;
  }
  .hearts-on-fire .container .message {
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .hearts-on-fire {
    background-position: left center;
  }
}
@media (min-width: 1220px) {
  .hearts-on-fire {
    aspect-ratio: 6;
  }
  .hearts-on-fire .container {
    min-height: 100%;
  }
}
.blue-star-background {
  background-position: center center;
  background-size: cover;
  background-image: url('/img/blue-star-background.jpg');
}
.post-bishop-rector-dinner-2023 {
  display: grid;
  grid-template-columns: 10px 1fr 10px;
}
.post-bishop-rector-dinner-2023 .back-repeat {
  background-image: url('/img/b-r-dinner-video-2023-background-repeating.jpg');
  grid-row: 1 / 3;
  grid-column: 1 / -1;
}
.post-bishop-rector-dinner-2023 .back {
  display: none;
}
.post-bishop-rector-dinner-2023 .msg {
  grid-row: 1;
  grid-column: 2;
  color: white;
}
.post-bishop-rector-dinner-2023 .msg p {
  font-size: 17.04pt;
}
.post-bishop-rector-dinner-2023 .msg h1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.post-bishop-rector-dinner-2023 .msg h2 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0;
  font-weight: 300;
}
.post-bishop-rector-dinner-2023 .video {
  grid-row: 2;
  grid-column: 2;
}
.post-bishop-rector-dinner-2023 .video video {
  width: 100%;
  box-sizing: border-box;
  border: solid 3px white;
}
.post-bishop-rector-dinner-2023 .msg,
.post-bishop-rector-dinner-2023 .video {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .post-bishop-rector-dinner-2023 {
    grid-template-columns: minmax(190px, 1fr) minmax(200px, 610px) minmax(200px, 610px) minmax(10px, 1fr);
  }
  .post-bishop-rector-dinner-2023 .back {
    display: block;
    grid-row: 1;
    grid-column: 1 / span 4;
  }
  .post-bishop-rector-dinner-2023 .back {
    background-image: url('/img/b-r-dinner-video-2023-background.jpg');
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .post-bishop-rector-dinner-2023 .msg {
    grid-row: 1;
    grid-column: 2;
    padding-right: 25px;
  }
  .post-bishop-rector-dinner-2023 .video {
    padding-left: 25px;
    grid-row: 1;
    grid-column: 3;
  }
}
@media (min-width: 1220px) {
  .post-bishop-rector-dinner-2023 {
    grid-template-columns: minmax(140px, 1fr) minmax(200px, 610px) minmax(200px, 610px) minmax(10px, 1fr);
  }
  .post-bishop-rector-dinner-2023 .msg {
    padding-right: 50px;
  }
  .post-bishop-rector-dinner-2023 .video {
    padding-left: 50px;
  }
}
.seniors-summaries-layout {
  display: grid;
  column-gap: 20px;
  row-gap: 40px;
  margin-top: 50px;
}
@media (min-width: 900px) {
  .seniors-summaries-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1220px) {
  .seniors-summaries-layout {
    grid-template-columns: repeat(4, 1fr);
  }
}
