@charset "UTF-8";
/*! 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.
 */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic|Montserrat:400,700);
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,
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 < 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;
}

/* 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"],
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  line-height: 1.5em;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

h2 {
  font-size: 2.625em;
  line-height: 1.14286em;
  margin: 0.57143em 0;
}

h3 {
  font-size: 1.3125em;
  line-height: 2.28571em;
  margin: 1.14286em 0;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin: 1.80723em 0;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin: 2.23881em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

dl,
ol,
ul {
  margin: 1.5em 0;
}

/**
 * Turn off margins on nested lists.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.5em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 1.5em 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
   * Turn off margins on nested lists.
   */
}
menu menu, ol menu, ul menu {
  margin: 0;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #56524f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: ' ';
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 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 {
  float: left;
  width: 100%;
}
.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 {
  float: left;
  width: 50%;
}
.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 {
  float: left;
  width: 33.33333%;
}
.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 {
  float: left;
  width: 25%;
}
.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 {
  float: left;
  width: 20%;
}
.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 {
  float: left;
  width: 16.66667%;
}
.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 {
  float: left;
  width: 14.28571%;
}
.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 {
  float: left;
  width: 12.5%;
}
.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-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

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

@media print, 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 {
    float: left;
    width: 100%;
  }
  .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 {
    float: left;
    width: 50%;
  }
  .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 {
    float: left;
    width: 33.33333%;
  }
  .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 {
    float: left;
    width: 25%;
  }
  .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 {
    float: left;
    width: 20%;
  }
  .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 {
    float: left;
    width: 16.66667%;
  }
  .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 {
    float: left;
    width: 14.28571%;
  }
  .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 {
    float: left;
    width: 12.5%;
  }
  .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-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

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

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

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .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 {
    float: left;
    width: 100%;
  }
  .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 {
    float: left;
    width: 50%;
  }
  .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 {
    float: left;
    width: 33.33333%;
  }
  .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 {
    float: left;
    width: 25%;
  }
  .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 {
    float: left;
    width: 20%;
  }
  .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 {
    float: left;
    width: 16.66667%;
  }
  .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 {
    float: left;
    width: 14.28571%;
  }
  .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 {
    float: left;
    width: 12.5%;
  }
  .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-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

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

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

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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

p {
  margin-bottom: 1.25rem;
  font-size: inherit;
  line-height: 1.6;
  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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #e18f39;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #eea94f;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

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 1.25rem;
  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: "— ";
}

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

figure {
  margin: 0;
}

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

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

.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 print, 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 print, screen and (min-width: 75em) {
  .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;
    box-shadow: none !important;
    color: black !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;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}
.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

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

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media print, 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 print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

@font-face {
  font-family: "naropa";
  src: url("../fonts/naropa.eot");
  src: url("../fonts/naropa.eot?#iefix") format("embedded-opentype"), url("../fonts/naropa.woff") format("woff"), url("../fonts/naropa.ttf") format("truetype"), url("../fonts/naropa.svg#naropa") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "naropa" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "naropa" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "a";
}

.icon-facebook:before {
  content: "b";
}

.icon-youtube:before {
  content: "c";
}

.icon-arrow:before {
  content: "d";
}

.icon-play:before {
  content: "e";
}

.icon-chevron:before {
  content: "f";
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Slider */
.slick-list {
  overflow: hidden;
}
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #38352F;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:before, .mfp-close:after {
  content: "";
  width: 2px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #B3A5B8;
}
.mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

h1 {
  display: block;
  padding: 10px 20px;
  margin: 0 0 .75em;
  position: relative;
  left: -20px;
  color: #eae9e8;
  background-color: #785a86;
}
h1.purple {
  color: #785a86;
}
h1.red {
  color: #bd1350;
}
h1.yellow {
  color: #eea94f;
}
h1.green {
  color: #86ac51;
}
h1.blue {
  color: #068ba4;
}
@media print, screen and (min-width: 75em) {
  h1 {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -2000px;
    padding-left: 2020px;
    padding-right: 4em;
  }
}

h2 {
  font-size: 18px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #785a86;
}
@media print, screen and (min-width: 40em) {
  h2 {
    font-size: 24px;
  }
}
h2.purple {
  color: #785a86;
}
h2.red {
  color: #bd1350;
}
h2.yellow {
  color: #eea94f;
}
h2.green {
  color: #86ac51;
}
h2.blue {
  color: #068ba4;
}

h3 {
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #785a86;
}
h3.purple {
  color: #785a86;
}
h3.red {
  color: #bd1350;
}
h3.yellow {
  color: #eea94f;
}
h3.green {
  color: #86ac51;
}
h3.blue {
  color: #068ba4;
}
@media print, screen and (min-width: 40em) {
  h3 {
    font-size: 38px;
  }
}

p {
  font-size: 18px;
  line-height: 1.666666667;
}

blockquote {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  border: 0 none;
}
@media print, screen and (min-width: 40em) {
  blockquote {
    font-size: 30px;
  }
}

img.responsive {
  width: 100%;
  height: auto;
}

.button, form.ldpforms button,
form.ldpforms input[type="button"],
form.ldpforms input[type="submit"] {
  padding: .35em 1.25em .55em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #eae9e8;
  background-color: #56524f;
  transition: all 200ms ease-in-out;
}
.button:hover, form.ldpforms button:hover,
form.ldpforms input[type="button"]:hover,
form.ldpforms input[type="submit"]:hover {
  background-color: #3b3937;
}
.button.red, form.ldpforms button.red,
form.ldpforms input.red[type="button"],
form.ldpforms input.red[type="submit"] {
  color: #eae9e8;
  background-color: #bd1350;
}
.button.red:hover, form.ldpforms button.red:hover,
form.ldpforms input.red[type="button"]:hover,
form.ldpforms input.red[type="submit"]:hover {
  background-color: #8e183e;
}
.button.green, form.ldpforms button.green,
form.ldpforms input.green[type="button"],
form.ldpforms input.green[type="submit"] {
  color: #eae9e8;
  background-color: #86ac51;
}
.button.green:hover, form.ldpforms button.green:hover,
form.ldpforms input.green[type="button"]:hover,
form.ldpforms input.green[type="submit"]:hover {
  background-color: #698b48;
}
.button.purple, form.ldpforms button.purple,
form.ldpforms input.purple[type="button"],
form.ldpforms input.purple[type="submit"] {
  color: #eae9e8;
  background-color: #785a86;
}
.button.purple:hover, form.ldpforms button.purple:hover,
form.ldpforms input.purple[type="button"]:hover,
form.ldpforms input.purple[type="submit"]:hover {
  background-color: #6a4e76;
}
.button.yellow, form.ldpforms button.yellow,
form.ldpforms input.yellow[type="button"],
form.ldpforms input.yellow[type="submit"] {
  color: #56524f;
  background-color: #eea94f;
}
.button.yellow:hover, form.ldpforms button.yellow:hover,
form.ldpforms input.yellow[type="button"]:hover,
form.ldpforms input.yellow[type="submit"]:hover {
  background-color: #e18f39;
}
.button.blue, form.ldpforms button.blue,
form.ldpforms input.blue[type="button"],
form.ldpforms input.blue[type="submit"] {
  color: #eae9e8;
  background-color: #068ba4;
}
.button.blue:hover, form.ldpforms button.blue:hover,
form.ldpforms input.blue[type="button"]:hover,
form.ldpforms input.blue[type="submit"]:hover {
  background-color: #03788d;
}
.button.grey-dark, form.ldpforms button.grey-dark,
form.ldpforms input.grey-dark[type="button"],
form.ldpforms input.grey-dark[type="submit"] {
  color: #eae9e8;
  background-color: #56524f;
}
.button.grey-dark:hover, form.ldpforms button.grey-dark:hover,
form.ldpforms input.grey-dark[type="button"]:hover,
form.ldpforms input.grey-dark[type="submit"]:hover {
  background-color: #494543;
}
.button.grey-light, form.ldpforms button.grey-light,
form.ldpforms input.grey-light[type="button"],
form.ldpforms input.grey-light[type="submit"] {
  color: #56524f;
  background-color: #807f7c;
}
.button.grey-light:hover, form.ldpforms button.grey-light:hover,
form.ldpforms input.grey-light[type="button"]:hover,
form.ldpforms input.grey-light[type="submit"]:hover {
  background-color: #56524f;
}
@media print, screen and (min-width: 40em) {
  .button, form.ldpforms button,
  form.ldpforms input[type="button"],
  form.ldpforms input[type="submit"] {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 75em) {
  .button, form.ldpforms button,
  form.ldpforms input[type="button"],
  form.ldpforms input[type="submit"] {
    font-size: 18px;
  }
}

/*

### Standards ###
[selector] {
	Box model (display, width, height, padding, margin, float)
	Position (position, coordinates)
	Font (font, type, text)
	Colors
	Backgrounds
	Border
}

### Z-Index Spaces ###

*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
ol,
ul,
dl {
  font-size: inherit;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  transition: color 200ms ease-in-out;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  margin: 1em auto;
  padding: 0 1em;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.2;
}
input:not([type]).rounded,
input[type="text"].rounded,
input[type="password"].rounded,
input[type="date"].rounded,
input[type="datetime"].rounded,
input[type="datetime-local"].rounded,
input[type="month"].rounded,
input[type="week"].rounded,
input[type="email"].rounded,
input[type="number"].rounded,
input[type="search"].rounded,
input[type="tel"].rounded,
input[type="time"].rounded,
input[type="url"].rounded,
input[type="color"].rounded,
textarea.rounded {
  border-radius: 1000em;
}

#universe {
  overflow: hidden;
  background-color: #eae9e8;
}

section {
  clear: both;
  padding: 0 20px;
}

.content-row {
  margin: 40px -500em;
  padding: 40px 500em;
  color: #fff;
  background-color: #785a86;
}
.content-row h2,
.content-row h3,
.content-row blockquote {
  color: #fff;
}
.content-row.red {
  color: #fff;
  background-color: #bd1350;
}
.content-row.green {
  color: #fff;
  background-color: #86ac51;
}
.content-row.yellow {
  color: #fff;
  background-color: #eea94f;
}
.content-row.purple {
  color: #fff;
  background-color: #785a86;
}
.content-row.blue {
  color: #fff;
  background-color: #068ba4;
}

.visible-for-small-only,
.visible-for-small-up,
.visible-for-small,
.visible-for-small-down,
.hidden-for-medium-only,
.hidden-for-medium-up,
.hidden-for-medium,
.visible-for-medium-down,
.hidden-for-large-only,
.hidden-for-large-up,
.hidden-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

@media print, screen and (min-width: 40em) {
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  .column, .columns,
  .columns {
    position: relative;
  }
}
.main-header {
  padding-left: 0;
  padding-right: 0;
  background-color: #785a86;
}
.main-header .main-banner {
  height: 72px;
  padding: 14px 17px;
  max-width: 1200px;
}
.main-header .home-logo {
  display: inline-block;
  width: 141px;
  height: 42px;
}
.main-header .menu-link {
  display: inline-block;
  margin-top: 6px;
  float: right;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eae9e8;
}
.main-header .menu-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: transparent url(../imgs/menu-line.svg) no-repeat center center;
  background-size: contain;
}
.main-header .audience-links {
  float: right;
}
.main-header .audience-links a {
  color: #B3A5B8;
  padding: 2px 10px;
  border-left: 1px solid #4F3859;
  transition: color 200ms ease-in;
}
@media print, screen and (min-width: 40em) {
  .main-header .audience-links a:hover {
    color: #eea94f;
  }
}
.main-header .audience-links li {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .audience-links li:first-child a {
  border-left: 0;
}
.main-header .audience-links ul {
  list-style: none;
}
.main-header .logo-naropa .logo-word1 {
  fill: #eae9e8;
}
.main-header .logo-naropa .logo-word2 {
  fill: #eea94f;
}
@media print, screen and (min-width: 40em) {
  .main-header {
    position: relative;
    z-index: 1100;
  }
  .main-header .main-banner {
    height: 112px;
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
  }
  .main-header .home-logo {
    width: 168px;
    height: 50px;
    position: absolute;
    left: 17px;
    bottom: 11px;
    z-index: 1300;
  }
  .main-header .main-search {
    display: none !important;
    padding: 10px 20px;
    position: absolute;
    width: 25%;
    right: 18px;
    top: 32px;
    z-index: 1300;
    background-color: rgba(106, 78, 118, 0.9);
  }
  .main-header .main-search input {
    margin: 0;
  }
  .main-header .main-search input[type="text"] {
    height: 1.8rem;
    font-size: 14px;
  }
  .js-main-search-active .main-header .main-search {
    display: block !important;
  }
  .js-main-search-active .main-header .search-button {
    background-color: rgba(106, 78, 118, 0.9);
  }
}
@media print, screen and (min-width: 40em) {
  .main-header .home-logo {
    width: 202px;
    height: 60px;
    left: 60px;
  }
}
.js-drop-menu-active .main-header {
  box-shadow: 0 0 60px #6a4e76;
}

.main-footer {
  padding-left: 0;
  padding-right: 0;
  clear: both;
  font-size: 14px;
  background-color: #c5c2be;
}
.main-footer a {
  color: #56524f;
}
.main-footer a:hover {
  color: #785a86;
}
.main-footer nav {
  float: none;
}
.main-footer .postfix-round {
  clear: both;
  position: relative;
}
.main-footer input[type="email"] {
  width: 210px;
  margin: 1em auto;
  padding: 0 1em;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.14285714em;
  line-height: 1.2;
  border: 0 none;
  border-top-left-radius: 1000em;
  border-bottom-left-radius: 1000em;
}
@media print, screen and (min-width: 40em) {
  .main-footer input[type="email"] {
    width: 80%;
    margin: 0;
  }
}
.main-footer input[type="submit"] {
  width: 55px;
  padding: 0 1em;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2;
  color: #eae9e8;
  background-color: #56524f;
  border: 0 none;
  border-top-right-radius: 1000em;
  border-bottom-right-radius: 1000em;
}
@media print, screen and (min-width: 40em) {
  .main-footer input[type="submit"] {
    width: 20%;
  }
}
.main-footer .footer-nav ul {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.main-footer .footer-nav ul li {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-nav ul {
    text-align: left;
    float: left;
  }
  .main-footer .footer-nav ul li {
    line-height: 3.9em;
    margin-bottom: -1.8em;
  }
  .main-footer .footer-nav ul.social-links {
    line-height: 4em;
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-nav ul.column-links {
    width: 66%;
    column-count: 2;
    position: relative;
  }
  .main-footer .footer-nav ul.column-links:before, .main-footer .footer-nav ul.column-links:after {
    content: '';
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    background-color: #eae9e8;
  }
  .main-footer .footer-nav ul.column-links:after {
    display: none;
  }
}
@media print, screen and (min-width: 75em) {
  .main-footer .footer-nav ul.column-links {
    width: 75%;
    column-count: 3;
  }
  .main-footer .footer-nav ul.column-links:before {
    left: 33%;
  }
  .main-footer .footer-nav ul.column-links:after {
    display: block;
    left: 66%;
  }
}
.main-footer .footer-nav ul.column-links-last {
  padding-left: 18px;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-nav ul.column-links-last {
    width: 33%;
    position: relative;
  }
  .main-footer .footer-nav ul.column-links-last .sign-up {
    margin-bottom: 0;
    line-height: 1.2;
    position: relative;
    top: -1.5em;
  }
  .main-footer .footer-nav ul.column-links-last:before {
    content: '';
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -9px;
    background-color: #eae9e8;
  }
}
@media print, screen and (min-width: 75em) {
  .main-footer .footer-nav ul.column-links-last {
    width: 25%;
  }
}
.main-footer .sub-links {
  color: #807f7c;
  text-align: center;
  text-transform: uppercase;
}
.main-footer .sub-links a {
  color: inherit;
  display: inline-block;
  position: relative;
}
.main-footer .sub-links a:first-child {
  margin-right: .25em;
  padding-right: .5em;
}
.main-footer .sub-links a:first-child:after {
  background-color: #807f7c;
  content: '';
  height: 14px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
}
@media print, screen and (min-width: 40em) {
  .main-footer .sub-links a:first-child {
    margin-right: 0;
    padding-right: 0;
  }
  .main-footer .sub-links a:first-child:after {
    display: none;
  }
}
.main-footer .sub-links span {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .main-footer .sub-links span {
    display: inline-block;
  }
}
@media print, screen and (min-width: 40em) {
  .main-footer .sub-links span,
  .main-footer .sub-links a {
    margin: 0 1em;
    font-size: .85714286em;
  }
}
.main-footer .social-links {
  list-style: none;
}
.main-footer .social-links li {
  display: inline-block;
}
.main-footer .social-links a {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  text-indent: -3000em;
}
.main-footer .social-links a i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
  text-indent: 0;
}
@media print, screen and (min-width: 40em) {
  .main-footer .social-links a {
    width: 18px;
    height: 18px;
  }
  .main-footer .social-links a i {
    font-size: 18px;
  }
}
.main-footer .mobile-logo-social div {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .main-footer {
    border-top: 20px solid #eae9e8;
    padding: 0 60px;
  }
  .main-footer .footer-slogan {
    margin: 24px 0;
    text-align: center;
    max-width: 100%;
  }
  .main-footer .footer-slogan strong {
    color: #fff;
    display: inline-block;
    font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: normal;
  }
  .main-footer .footer-slogan a,
  .main-footer .footer-slogan figure,
  .main-footer .footer-slogan img {
    display: inline-block;
  }
  .main-footer .footer-slogan img {
    height: auto;
    width: 139px;
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 75em) {
  .main-footer .footer-slogan strong {
    font-size: 26px;
  }
  .main-footer .footer-slogan img {
    width: 166px;
  }
}

.main-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 1100;
  background-color: #6a4e76;
}
.main-nav li {
  padding: .15em 0;
  clear: both;
  font-size: 21px;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
}
.main-nav li a {
  color: #eae9e8;
}
.main-nav li .expander {
  position: relative;
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #4F3859;
  border-radius: 3px;
}
.main-nav li .expander i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  transition: all 200ms ease-in-out;
  color: #fff;
}
@media print, screen and (min-width: 75em) {
  .main-nav li .expander {
    display: none;
  }
}
.main-nav li ul {
  display: none;
  margin: 1em 0;
  padding: .4em 0;
  border-top: 2px solid #B3A5B8;
  border-bottom: 2px solid #B3A5B8;
  position: relative;
}
.main-nav li ul:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -8px;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 1;
  transform: rotate(45deg);
  background-color: #6a4e76;
  border: 2px solid #B3A5B8;
}
.main-nav li ul:before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: -14px;
  z-index: 2;
  background-color: #6a4e76;
}
.main-nav li ul li {
  padding: .35em 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.main-nav li ul li .expander {
  width: 25px;
  height: 25px;
}
.main-nav li.active > a {
  color: #eea94f;
}
.main-nav li.active > .expander i {
  transform: translate(-50%, -50%) rotate(180deg);
}
.main-nav li.active > ul {
  display: block;
}
.main-nav li.active > ul ul {
  padding: 1em 0;
}
.main-nav li.active > ul ul li {
  font-weight: 400;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 40px;
}
.js-main-menu-active .main-nav {
  display: block;
}
.main-nav .audience-links {
  background-color: #5B4766;
  float: none;
}
.main-nav .audience-links a {
  display: block;
  padding: 6px 0;
}
.main-nav .audience-links li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: 12px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  background-color: #4D3A56;
}
.main-nav .audience-links ul {
  padding: 30px 40px 20px;
}
.main-nav .nav-search {
  background-color: #5B4766;
  padding: 0 40px 40px;
}
.main-nav .nav-search input {
  margin: 0;
}
.main-nav .main-menu-indicator,
.main-nav .sub-menu-indicator {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .main-nav {
    display: block;
    top: 112px;
    left: auto;
  }
  .main-nav > ul {
    padding: 0;
    margin-top: -66px;
    text-align: right;
  }
  .main-nav > ul > li {
    display: inline-block;
    width: 103px;
    height: 66px;
    margin-left: -2px;
    clear: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    vertical-align: bottom;
    border-left: 1px solid #4F3859;
  }
  .main-nav > ul > li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 0;
  }
  .main-nav > ul > li > a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    transition: color 200ms ease-in-out;
  }
  .main-nav > ul > li > a:hover {
    color: #eea94f;
  }
  .main-nav > ul > li > ul {
    padding: 0 40px 0 0;
    margin-top: 27px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    line-height: 1.4;
    border: 0 none;
    border-right: 2px solid #B3A5B8;
  }
  .main-nav > ul > li > ul:before, .main-nav > ul > li > ul:after {
    display: none;
  }
  .main-nav > ul > li > ul a {
    transition: color 200ms ease-in-out;
  }
  .main-nav > ul > li > ul a:hover {
    color: #eea94f;
  }
  .main-nav > ul > li > ul > li {
    font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: normal;
    text-align: right;
  }
  .main-nav > ul > li > ul > li > ul {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    line-height: 1.3;
    border: 0 none;
  }
  .main-nav > ul > li > ul > li > ul:before, .main-nav > ul > li > ul > li > ul:after {
    display: none;
  }
  .main-nav > ul > li > ul > li > ul li {
    font-size: 16px;
    text-align: left;
  }
  .main-nav > ul > li > ul > li.active ul {
    padding: 8px 0 0 40px;
  }
  .main-nav > ul > li > ul > li.active:after {
    content: "";
    position: relative;
    background: transparent url(../imgs/menu-line.svg) no-repeat center center;
    transform: rotate(-90deg);
  }
  .main-nav .main-menu-indicator,
  .main-nav .sub-menu-indicator {
    display: none;
    position: absolute;
    z-index: 1110;
  }
  .main-nav .main-menu-indicator {
    margin-top: -9px;
    margin-left: -4px;
    top: 0;
    display: block;
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #6a4e76;
    display: none;
  }
  .main-nav .sub-menu-indicator {
    background: url(../imgs/sub-menu-indicator.svg);
    width: 9px;
    height: 17px;
    left: 50%;
    margin-left: -2px;
    margin-top: -8px;
    transition: top 200ms ease-in-out;
  }
}
@media print, screen and (min-width: 40em) {
  .main-nav > ul > li {
    width: 125px;
    line-height: 1.2;
    font-size: 16px;
  }
}

.js-drop-menu-active #main-nav-bg {
  content: '';
  display: block;
  width: 100%;
        /*height: 100%;
		min-height: 100%;*/
  min-height: 10em;
  /*position: fixed;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(106, 78, 118, 0.97);
  margin-left: -300em;
  padding-left: 300em;
  margin-right: -300em;
  padding-right: 300em;
  z-index: -1;
}
.js-drop-menu-active .main-menu-indicator {
  display: block;
}
.js-drop-menu-active #close-nav {
  position: absolute;
  top: 122px;
  right: 40px;
  z-index: 1110;
  font-size: 40px;
  color: #fff;
  outline: none;
}
.js-drop-menu-active #close-nav:hover {
  color: #eea94f;
}

section.body-content {
  padding-top: 10px;
}
@media print, screen and (min-width: 40em) {
  section.body-content {
    padding-top: 30px;
  }
}

.breadcrumb {
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 14px;
  text-transform: none;
}
.breadcrumb a {
  color: #56524f;
}
.breadcrumb li {
  display: inline-block;
  color: #e18f39;
}
.breadcrumb ul {
  margin: 5px 10px 5px 30px;
  list-style: none;
}
.breadcrumb i {
  display: inline-block;
  font-weight: 700;
  margin: 0 5px;
  color: #c5c2be;
}
@media print, screen and (min-width: 40em) {
  .breadcrumb {
    font-size: 16px;
  }
}

.hero {
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
.hero img {
  max-width: none;
}
.hero figcaption {
  display: block;
  width: 100%;
  padding: 10px 30px;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #fff;
  background-color: #eea94f;
}
.hero figcaption > span {
  letter-spacing: -1px;
  line-height: 1;
  color: #fff;
  background-color: #eea94f;
}
.hero figcaption a {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  color: #56524f;
}
.hero figcaption a i {
  position: relative;
  top: 1px;
  color: rgba(86, 82, 79, 0.4);
}
@media print, screen and (min-width: 40em) {
  .hero figcaption {
    width: 75%;
    padding: 0;
    position: absolute;
    left: 20px;
    bottom: .25em;
    font-size: 30px;
    line-height: 52px;
    background-color: transparent;
  }
  .hero figcaption > span {
    padding: 5px 0;
    box-shadow: 20px 0 0 #eea94f, -20px 0 0 #eea94f;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }
  .hero figcaption a {
    display: inline-block;
    height: 46px;
    width: 30%;
    padding: 7px 1em;
    vertical-align: bottom;
    position: relative;
    left: 0;
    top: -3px;
    font-size: 14px;
    line-height: 1em;
    background-color: #eea94f;
  }
  .hero figcaption a i {
    top: 1px;
    left: 3px;
    font-size: 12px;
  }
  .flexbox .hero figcaption a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .flexbox .hero figcaption a span {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media print, screen and (min-width: 75em) {
  .hero figcaption {
    bottom: .25em;
    left: 30px;
    font-size: 44px;
    line-height: 78px;
  }
  .hero figcaption > span {
    padding: 8px 0;
    box-shadow: 30px 0 0 #eea94f, -30px 0 0 #eea94f;
  }
  .hero figcaption a {
    padding-top: 12px;
    height: 70px;
    left: 0;
    top: -4px;
    font-size: 20px;
  }
  .hero figcaption a i {
    top: 2px;
    font-size: 17px;
  }
}
.hero figure {
  padding: 0;
}
.hero figure.purple figcaption {
  background-color: #785a86;
}
.hero figure.purple figcaption > span {
  background-color: #785a86;
}
.hero figure.purple figcaption a {
  color: #eea94f;
  background-color: #785a86;
}
.hero figure.yellow figcaption {
  background-color: #eea94f;
}
.hero figure.yellow figcaption > span {
  background-color: #eea94f;
}
.hero figure.yellow figcaption a {
  background-color: #eea94f;
}
.hero figure.red figcaption {
  background-color: #bd1350;
}
.hero figure.red figcaption > span {
  background-color: #bd1350;
}
.hero figure.red figcaption a {
  color: #eea94f;
  background-color: #bd1350;
}
.hero figure.green figcaption {
  background-color: #86ac51;
}
.hero figure.green figcaption > span {
  background-color: #86ac51;
}
.hero figure.green figcaption a {
  background-color: #86ac51;
}
.hero figure.blue figcaption {
  background-color: #068ba4;
}
.hero figure.blue figcaption > span {
  background-color: #068ba4;
}
.hero figure.blue figcaption a {
  background-color: #068ba4;
}
@media print, screen and (min-width: 40em) {
  .hero {
    margin-bottom: 15px;
  }
  .hero figure.purple figcaption {
    background-color: transparent;
  }
  .hero figure.purple figcaption > span {
    box-shadow: 20px 0 0 #785a86, -20px 0 0 #785a86;
  }
  .hero figure.yellow figcaption {
    background-color: transparent;
  }
  .hero figure.yellow figcaption > span {
    box-shadow: 20px 0 0 #eea94f, -20px 0 0 #eea94f;
  }
  .hero figure.red figcaption {
    background-color: transparent;
  }
  .hero figure.red figcaption > span {
    box-shadow: 20px 0 0 #bd1350, -20px 0 0 #bd1350;
  }
  .hero figure.green figcaption {
    background-color: transparent;
  }
  .hero figure.green figcaption > span {
    box-shadow: 20px 0 0 #86ac51, -20px 0 0 #86ac51;
  }
  .hero figure.blue figcaption {
    background-color: transparent;
  }
  .hero figure.blue figcaption > span {
    box-shadow: 20px 0 0 #068ba4, -20px 0 0 #068ba4;
  }
}
@media print, screen and (min-width: 75em) {
  .hero {
    margin-bottom: 25px;
  }
  .hero figure.purple figcaption > span {
    box-shadow: 30px 0 0 #785a86, -30px 0 0 #785a86;
  }
  .hero figure.yellow figcaption > span {
    box-shadow: 30px 0 0 #eea94f, -30px 0 0 #eea94f;
  }
  .hero figure.red figcaption > span {
    box-shadow: 30px 0 0 #bd1350, -30px 0 0 #bd1350;
  }
  .hero figure.green figcaption > span {
    box-shadow: 30px 0 0 #86ac51, -30px 0 0 #86ac51;
  }
  .hero figure.blue figcaption > span {
    box-shadow: 30px 0 0 #068ba4, -30px 0 0 #068ba4;
  }
}
.hero.rotator figure:active, .hero.rotator figure:focus {
  outline: none;
  border: none;
}
.hero.rotator figcaption {
  text-align: center;
}
.hero.rotator figcaption a {
  font-size: 14px;
  text-transform: none;
}
@media print, screen and (min-width: 40em) {
  .hero.rotator figcaption {
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero a.modal-video {
  display: block;
  position: relative;
}
.hero a.modal-video:active, .hero a.modal-video:focus {
  outline: none;
  border: none;
}
.hero a.modal-video figure {
  float: none;
}
.hero a.modal-video .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 65px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 200ms ease-in;
}
@media print, screen and (min-width: 40em) {
  .hero a.modal-video .icon-play {
    font-size: 96px;
  }
}
@media print, screen and (min-width: 75em) {
  .hero a.modal-video .icon-play {
    font-size: 124px;
  }
}
.hero a.modal-video:hover .icon-play {
  color: rgba(255, 255, 255, 0.8);
}

section.intro {
  padding-left: 0;
  padding-right: 0;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.55555556;
  text-align: center;
  color: #56524f;
  background-color: #eae9e8;
}
section.intro p {
  padding: 10px;
}
section.intro a.button {
  clear: both;
  position: relative;
  top: -1em;
}
section.intro h2 {
  margin-bottom: 1em;
}
section.intro h3 {
  width: 80%;
  margin: 0 auto 1em;
}
section.intro .row + .row:last-child {
  padding: 30px 0 20px;
}
section.intro .row + .row:last-child a.button {
  top: 0;
}
section.intro .columns {
  font-size: 14px;
}
section.intro .columns p {
  width: auto;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  section.intro {
    font-size: 26px;
  }
  section.intro p {
    width: 78%;
    padding: 0;
    margin: 20px auto 30px;
  }
  section.intro .columns {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 75em) {
  section.intro {
    font-size: 30px;
  }
  section.intro p {
    width: 66.66666667%;
  }
  section.intro .columns {
    font-size: 18px;
  }
}

.highlight {
  padding: 20px 0;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #56524f;
  background-color: #eae9e8;
}
.highlight figure {
  width: 207px;
  height: 207px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1000px;
}
.highlight h2 {
  display: block;
  margin-left: 40px;
  margin-top: -1em;
  padding: .25em 1em;
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: right;
  color: #eae9e8;
  background-color: #bd1350;
}
.highlight h2.purple {
  background-color: #785a86;
}
.highlight h2.yellow {
  background-color: #eea94f;
}
.highlight h2.red {
  background-color: #bd1350;
}
.highlight h2.green {
  background-color: #86ac51;
}
.highlight h2.blue {
  background-color: #068ba4;
}
.highlight blockquote {
  margin: 0;
  padding: 0 40px;
  font-size: 14px;
  line-height: 1.71428571;
  text-align: left;
  border: 0 none;
}
.highlight blockquote p {
  color: #56524f;
  line-height: 1.71428571;
}
.highlight blockquote strong {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.highlight a.modal-video {
  display: block;
  position: relative;
}
.highlight a.modal-video:active, .highlight a.modal-video:focus {
  outline: none;
  border: none;
}
.highlight a.modal-video .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 200ms ease-in;
}
@media print, screen and (min-width: 40em) {
  .highlight a.modal-video .icon-play {
    font-size: 62px;
  }
}
@media print, screen and (min-width: 75em) {
  .highlight a.modal-video .icon-play {
    font-size: 74px;
  }
}
.highlight a.modal-video:hover .icon-play {
  color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 40em) {
  .highlight {
    text-align: right;
  }
  .highlight .row {
    min-height: 370px;
    padding: 30px 9.72222% 0 5.55555556%;
    position: relative;
  }
  .highlight figure {
    width: 50%;
    height: auto;
    float: left;
    z-index: 10;
  }
  .highlight figure img {
    width: 100%;
    height: auto;
  }
  .highlight h2 {
    width: 70%;
    float: right;
    margin-right: -1em;
    margin-top: 0;
    position: absolute;
    right: 9.72222%;
    top: 90px;
    z-index: 1;
    font-size: 28px;
  }
  .highlight blockquote {
    width: auto;
    float: none;
    padding: 124px 0 0 52%;
    z-index: 1;
    text-align: right;
    font-size: 15px;
  }
  .highlight .button, .highlight form.ldpforms button, form.ldpforms .highlight button,
  .highlight form.ldpforms input[type="button"],
  form.ldpforms .highlight input[type="button"],
  .highlight form.ldpforms input[type="submit"],
  form.ldpforms .highlight input[type="submit"] {
    float: left;
  }
  .highlight a.modal-video {
    width: 50%;
    float: left;
  }
  .highlight a.modal-video figure {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .highlight .row {
    min-height: 552px;
    padding: 40px 15.8333333% 40px 8.75%;
  }
  .highlight h2 {
    float: right;
    clear: none;
    width: 48%;
    margin: 2em -1em 1em 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-size: 38px;
  }
  .highlight h2:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    margin-top: -.25em;
    position: absolute;
    left: -50%;
    background-color: #bd1350;
  }
  .highlight h2.purple:before {
    background-color: #785a86;
  }
  .highlight h2.yellow:before {
    background-color: #eea94f;
  }
  .highlight h2.red:before {
    background-color: #bd1350;
  }
  .highlight h2.green:before {
    background-color: #86ac51;
  }
  .highlight h2.blue:before {
    background-color: #068ba4;
  }
  .highlight figure {
    width: 52%;
  }
  .highlight blockquote {
    padding: 0;
    width: 47%;
    float: right;
    font-size: 21px;
  }
  .highlight a.modal-video {
    width: 52%;
  }
}
.highlight.stats {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.highlight.stats h2 {
  height: 36px;
  margin-left: 0;
  margin-right: 40px;
  position: relative;
}
.highlight.stats h2.purple span {
  color: #eea94f;
}
.highlight.stats h2.yellow span {
  color: #86ac51;
}
.highlight.stats h2.red span {
  color: #eea94f;
}
.highlight.stats h2.green span {
  color: #eea94f;
}
.highlight.stats h2.blue span {
  color: #eea94f;
}
.highlight.stats h2 span {
  position: absolute;
  bottom: -23px;
  right: 0;
  font-size: 96px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #eea94f;
}
.highlight.stats h2 span.purple {
  color: #785a86;
}
.highlight.stats h2 span.yellow {
  color: #eea94f;
}
.highlight.stats h2 span.red {
  color: #bd1350;
}
.highlight.stats h2 span.green {
  color: #86ac51;
}
.highlight.stats h2 span.blue {
  color: #068ba4;
}
.highlight.stats blockquote {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.highlight.stats blockquote p {
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .highlight.stats {
    text-align: left;
  }
  .highlight.stats .row {
    min-height: 294px;
    padding-left: 10%;
    padding-right: 11.111111%;
  }
  .highlight.stats figure {
    width: 44.84%;
  }
  .highlight.stats h2 {
    margin-right: 0;
    position: absolute;
  }
  .highlight.stats h2 span {
    left: 21%;
  }
  .highlight.stats blockquote {
    text-align: left;
  }
  .highlight.stats a.modal-video {
    width: 44.84%;
  }
  .highlight.stats a.modal-video figure {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .highlight.stats .row {
    min-height: 422px;
    padding-left: 14.333333%;
    padding-right: 16.666667%;
  }
  .highlight.stats figure {
    width: 48%;
  }
  .highlight.stats h2 {
    height: 42px;
    position: relative;
  }
  .highlight.stats h2 span {
    left: 0;
    right: auto;
    bottom: -27px;
    font-size: 115px;
  }
  .highlight.stats blockquote {
    font-size: 18px;
  }
  .highlight.stats a.modal-video {
    width: 48%;
  }
}

.callout {
  padding-left: 0;
  padding-right: 0;
  background-color: #eae9e8;
}
.callout .row .columns {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media print, screen and (min-width: 40em) {
  .flexbox .callout .row .columns:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .callout .row + .row {
    display: -ms-flexbox;
    display: flex;
  }
}
.callout article {
  width: 63.333333%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #56524f;
}
.callout article h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #bd1350;
}
.callout article h2.purple {
  color: #785a86;
}
.callout article h2.green {
  color: #86ac51;
}
.callout article h2.yellow {
  color: #eea94f;
}
.callout article h2.blue {
  color: #068ba4;
}
.callout article h2.red {
  color: #bd1350;
}
.callout article h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #bd1350;
}
.callout article h3.purple {
  color: #785a86;
}
.callout article h3.red {
  color: #bd1350;
}
.callout article h3.green {
  color: #86ac51;
}
.callout article h3.blue {
  color: #068ba4;
}
.callout article h3.yellow {
  color: #eea94f;
}
.callout article h3 sub {
  font-size: 50px;
  vertical-align: baseline;
}
.callout aside {
  position: relative;
  margin-bottom: 40px;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
}
.callout aside:before, .callout aside:after {
  content: " ";
  display: table;
}
.callout aside:after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .callout aside {
    position: absolute;
    bottom: 40px;
    right: 40px;
    margin-bottom: 0;
  }
}
.callout aside h3 {
  padding: .25em 7% .25em 14%;
  margin-right: 14%;
  position: relative;
  left: 0;
  bottom: -34px;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  color: #eae9e8;
  background-color: #785a86;
}
.callout aside h3.purple {
  background-color: #785a86;
}
.callout aside h3.red {
  background-color: #bd1350;
}
.callout aside h3.blue {
  background-color: #068ba4;
}
.callout aside h3.green {
  background-color: #86ac51;
}
.callout aside div {
  width: 72.5%;
  padding: 40px 20px 20px;
  float: right;
  color: #56524f;
  background-color: #eae9e8;
}
.callout aside a.button {
  position: absolute;
  right: 0;
  bottom: -37px;
}
@media print, screen and (min-width: 40em) {
  .callout .columns {
    min-height: 422px;
  }
  .callout article {
    font-size: 18px;
  }
  .callout article h3 {
    font-size: 95px;
  }
  .callout article h3 sub {
    font-size: 72px;
  }
  .callout aside h3 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 75em) {
  .callout article {
    font-size: 24px;
  }
  .callout article h3 {
    font-size: 125px;
  }
}

.resources {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  background-color: #eae9e8;
}
.resources a {
  color: #eea94f;
  transition: all 200ms ease-in-out;
}
.resources a.icon-arrow:hover {
  color: #e18f39;
}
.resources.grey {
  background-color: #eae9e8;
}
.resources.grey a {
  color: #eea94f;
}
.resources.green {
  color: #eae9e8;
  background-color: #86ac51;
}
.resources.green a {
  color: #eea94f;
}
.resources.green a.icon-arrow:before {
  color: #eae9e8;
}
.resources.red {
  color: #eae9e8;
  background-color: #bd1350;
}
.resources.red a {
  color: #eea94f;
}
.resources.red a.icon-arrow:before {
  color: #eae9e8;
}
.resources.blue {
  color: #eae9e8;
  background-color: #068ba4;
}
.resources.blue a {
  color: #eea94f;
}
.resources.blue a.icon-arrow:before {
  color: #eae9e8;
}
.resources.yellow {
  color: #eae9e8;
  background-color: #eea94f;
}
.resources.yellow a {
  color: #56524f;
}
.resources.yellow a:hover {
  color: #3b3937;
}
.resources.yellow a.icon-arrow:before {
  color: #eae9e8;
}
.resources.purple {
  color: #eae9e8;
  background-color: #785a86;
}
.resources.purple a {
  color: #eea94f;
}
.resources.purple a.icon-arrow:before {
  color: #eae9e8;
}
.resources figure {
  width: 23.75%;
  min-height: 10px;
  float: left;
}
.resources figure img {
  width: 100%;
  max-width: none;
}
.resources li {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 1em;
  line-height: 1.47;
}
.resources li a.icon-arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.resources li a.icon-arrow:before {
  margin-top: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  color: #56524f;
  transform: translateY(-50%);
}
.resources li p {
  display: block;
  margin-bottom: .5em;
}
.resources li div {
  width: 100%;
}
.resources li figure + div {
  width: 76.25%;
  padding-left: 1em;
  float: left;
}
.resources ul {
  padding: 40px 40px 40px 0;
  list-style: none;
}
@media print, screen and (min-width: 75em) {
  .resources {
    padding: 60px 14.5% 60px 18.333333%;
    font-size: 21px;
  }
  .resources li a.icon-arrow:before {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 75em) {
  .resources {
    padding: 60px 9.5% 60px 10.333333%;
  }
}

.accordian {
  padding-left: 0;
  padding-right: 0;
}
.accordian .row {
  padding: 20px 0 0;
}
@media print, screen and (min-width: 40em) {
  .accordian .row {
    padding: 40px 0 0;
  }
}
.accordian h2 {
  font-size: 30px;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  color: #698b48;
}
@media print, screen and (min-width: 40em) {
  .accordian h2 {
    font-size: 45px;
  }
}
.accordian dl {
  padding: 20px;
}
.accordian dl dt {
  padding: 5px 20px;
  margin: .5em 0;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #698b48;
  background-color: #d8d6d4;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.accordian dl dt .icon-chevron {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 16px;
  color: #56524f;
  transition: all 200ms ease-in-out;
}
.accordian dl dt:hover {
  background-color: #cccac6;
}
.accordian dl dt:hover .icon-chevron {
  margin-top: .25em;
}
.accordian dl dt.active {
  color: #eae9e8;
  background-color: #86ac51;
}
.accordian dl dt.active .icon-chevron {
  transform: translateY(-50%) rotate(0);
}
.accordian dl dt.active:hover .icon-chevron {
  margin-top: -.25em;
}
.accordian dl dd {
  display: none;
  padding: 20px;
  line-height: 1.6666667;
  font-size: 16px;
  background-color: #fff;
}
.accordian dl dt.active + dd {
  display: block;
  margin-top: -.75em;
}
.accordian dl dt.active + dd:before, .accordian dl dt.active + dd:after {
  content: " ";
  display: table;
}
.accordian dl dt.active + dd:after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .accordian dl {
    padding: 30px;
  }
  .accordian dl dt {
    padding: 10px 40px;
    font-size: 24px;
  }
  .accordian dl dd {
    padding: 30px 40px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 75em) {
  .accordian dl {
    padding: 30px 12%;
  }
}
.accordian.red h2 {
  color: #bd1350;
}
.accordian.red dt {
  color: #bd1350;
}
.accordian.red dt.active {
  background-color: #bd1350;
}
.accordian.green h2 {
  color: #86ac51;
}
.accordian.green dt {
  color: #86ac51;
}
.accordian.green dt.active {
  background-color: #86ac51;
}
.accordian.blue h2 {
  color: #068ba4;
}
.accordian.blue dt {
  color: #068ba4;
}
.accordian.blue dt.active {
  background-color: #068ba4;
}

.dropdown {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dropdown dl dt {
  margin: 0;
}
.dropdown dl dt a {
  display: inline-block;
  padding: 5px 80px 5px 20px;
  position: relative;
  color: #eae9e8;
  background-color: #56524f;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.dropdown dl dt a .icon-chevron {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 16px;
  color: #eae9e8;
  transition: all 200ms ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .dropdown dl dt a:hover {
    background-color: #cccac6;
  }
  .dropdown dl dt a:hover .icon-chevron {
    margin-top: .25em;
  }
}
.dropdown dl dd {
  display: none;
  margin: 0;
  line-height: 1.6666667;
}
.dropdown dl dd a {
  display: block;
  padding: 5px 20px;
  color: #56524f;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
  .dropdown dl dd a:hover {
    color: #eae9e8;
    background-color: #86ac51;
  }
}
.dropdown.active dt a .icon-chevron {
  margin-top: 0;
}
.dropdown.active dt a .icon-chevron:before {
  content: "\f00d";
  font-family: FontAwesome !important;
  font-size: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .dropdown.active dt a:hover .icon-chevron {
    margin-top: 0;
  }
}
.dropdown.active dd {
  display: block;
}

.callout-block {
  margin-top: 4em;
  padding-left: 0;
  padding-right: 0;
}
.callout-block > .row {
  padding: 30px 40px 20px;
  position: relative;
}
.callout-block h2 {
  width: 80%;
  padding: .25em 10%;
  margin-bottom: -1em;
  position: absolute;
  left: 0;
  bottom: 100%;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  color: #8e183e;
  background-color: #c5c2be;
}
.callout-block h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #56524f;
}
.callout-block input {
  margin: 0;
}
.callout-block input.button,
.callout-block form.ldpforms input[type="button"],
form.ldpforms .callout-block input[type="button"],
.callout-block form.ldpforms input[type="submit"],
form.ldpforms .callout-block input[type="submit"] {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .callout-block {
    margin-top: 3em;
    font-size: 18px;
  }
  .callout-block > .row {
    padding: 60px 10.5% 60px 20%;
  }
  .callout-block h2 {
    font-size: 30px;
  }
  .callout-block h3 {
    font-size: 21px;
  }
  .callout-block input[type="email"] {
    display: inline;
    margin: 0;
  }
  .callout-block input.button,
  .callout-block form.ldpforms input[type="button"],
  form.ldpforms .callout-block input[type="button"],
  .callout-block form.ldpforms input[type="submit"],
  form.ldpforms .callout-block input[type="submit"] {
    float: none;
  }
}
@media print, screen and (min-width: 75em) {
  .callout-block {
    font-size: 21px;
  }
  .callout-block > .row {
    padding: 70px 5% 60px 20%;
  }
  .callout-block h2 {
    font-size: 42px;
  }
  .callout-block p {
    line-height: 2.28571429;
  }
}
.callout-block.grey {
  background-color: #eae9e8;
}
.callout-block.grey h2 {
  color: #8e183e;
  background-color: #c5c2be;
}
.callout-block.red {
  color: #eae9e8;
  background-color: #bd1350;
}
.callout-block.red h2 {
  color: #eae9e8;
  background-color: #8e183e;
}
.callout-block.red input.button,
.callout-block.red form.ldpforms input[type="button"],
form.ldpforms .callout-block.red input[type="button"],
.callout-block.red form.ldpforms input[type="submit"],
form.ldpforms .callout-block.red input[type="submit"] {
  color: #eae9e8;
  background-color: #56524f;
}
.callout-block.green {
  color: #eae9e8;
  background-color: #86ac51;
}
.callout-block.green h2 {
  color: #eae9e8;
  background-color: #698b48;
}
.callout-block.green input.button,
.callout-block.green form.ldpforms input[type="button"],
form.ldpforms .callout-block.green input[type="button"],
.callout-block.green form.ldpforms input[type="submit"],
form.ldpforms .callout-block.green input[type="submit"] {
  color: #eae9e8;
  background-color: #56524f;
}
.callout-block.blue {
  color: #eae9e8;
  background-color: #068ba4;
}
.callout-block.blue h2 {
  color: #eae9e8;
  background-color: #03788d;
}
.callout-block.blue input.button,
.callout-block.blue form.ldpforms input[type="button"],
form.ldpforms .callout-block.blue input[type="button"],
.callout-block.blue form.ldpforms input[type="submit"],
form.ldpforms .callout-block.blue input[type="submit"] {
  color: #eae9e8;
  background-color: #56524f;
}
.callout-block.yellow {
  color: #fff;
  background-color: #ec9e38;
}
.callout-block.yellow h2 {
  color: #eae9e8;
  background-color: #de8223;
}
.callout-block.yellow input.button,
.callout-block.yellow form.ldpforms input[type="button"],
form.ldpforms .callout-block.yellow input[type="button"],
.callout-block.yellow form.ldpforms input[type="submit"],
form.ldpforms .callout-block.yellow input[type="submit"] {
  color: #eae9e8;
  background-color: #56524f;
}

.callout-three-col {
  padding: 40px 0;
  text-align: center;
}
.callout-three-col h2 {
  margin-bottom: 1em;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #56524f;
}
.callout-three-col h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #785a86;
}
@media print, screen and (min-width: 40em) {
  .callout-three-col h2 {
    font-size: 42px;
  }
  .callout-three-col h3 {
    font-size: 21px;
    margin-bottom: 1em;
  }
  .callout-three-col .columns {
    font-size: 16px;
  }
  .callout-three-col a.button {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 75em) {
  .callout-three-col .columns {
    padding-left: 3.5%;
    padding-right: 3.5%;
    font-size: 18px;
  }
}

.callout-single-col {
  padding: 0 40px;
  margin: 20px 0;
  text-align: center;
}
.callout-single-col h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #bd1350;
}
.callout-single-col h2 em {
  display: block;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #56524f;
}
@media print, screen and (min-width: 40em) {
  .callout-single-col h2 em {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 75em) {
  .callout-single-col h2 em {
    font-size: 20px;
  }
}
.callout-single-col h2.purple {
  color: #785a86;
}
.callout-single-col h2.green {
  color: #86ac51;
}
.callout-single-col h2.yellow {
  color: #eea94f;
}
.callout-single-col h2.blue {
  color: #068ba4;
}
.callout-single-col h2.red {
  color: #bd1350;
}
@media print, screen and (min-width: 40em) {
  .callout-single-col h2 {
    font-size: 24px;
  }
}
.callout-single-col p {
  line-height: 1.6;
}
.callout-single-col p.intro {
  width: 90%;
  margin: .5em auto;
  font-size: 20px;
}
@media print, screen and (min-width: 40em) {
  .callout-single-col p.intro {
    width: 71.666667%;
    font-size: 30px;
  }
}
.callout-single-col .content {
  width: 90%;
  margin: 1em auto;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .callout-single-col .content {
    width: 71.666667%;
    font-size: 18px;
    column-count: 2;
    column-gap: 40px;
  }
}
.callout-single-col a.button {
  margin-top: 1em;
}
.callout-single-col.grey {
  padding: 40px;
  background-color: #c5c2be;
}
.callout-single-col.purple {
  padding: 40px;
  color: #fff;
  background-color: #785a86;
}
.callout-single-col.red {
  padding: 40px;
  color: #fff;
  background-color: #bd1350;
}
.callout-single-col.yellow {
  padding: 40px;
  background-color: #eea94f;
}
.callout-single-col.green {
  padding: 40px;
  color: #fff;
  background-color: #86ac51;
}
.callout-single-col.blue {
  padding: 40px;
  color: #fff;
  background-color: #068ba4;
}

.hero-large {
  padding-left: 0;
  padding-right: 0;
}
.hero-large .hero {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .hero-large .hero figure {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .hero-large .hero figure {
    padding-bottom: 0;
  }
}
.hero-large .callout-block {
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .hero-large .callout-block {
    margin-top: 0;
  }
}

section.photo-gallery {
  padding-top: 20px;
  padding-bottom: 80px;
}
section.photo-gallery h2 {
  padding-left: 10px;
  margin-bottom: .25em;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  color: #785a86;
}
section.photo-gallery figure {
  width: 100%;
  position: relative;
  cursor: pointer;
}
section.photo-gallery figure img {
  width: 100%;
  height: auto;
  max-width: none;
}
section.photo-gallery figure figcaption {
  display: block;
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: color 200ms ease-in-out;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
section.photo-gallery figure:hover figcaption {
  color: #eea94f;
}
@media print, screen and (min-width: 40em) {
  section.photo-gallery h2 {
    font-size: 48px;
  }
  section.photo-gallery figure {
    width: 33.3333333%;
    padding: 0 5px 10px;
  }
  section.photo-gallery figure figcaption {
    bottom: 10px;
    left: 5px;
    right: 5px;
  }
}

.mfp-container {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
}
.mfp-container .mfp-figure {
  margin-top: -50px;
}
.mfp-container strong {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: .5em;
  text-align: center;
  text-transform: uppercase;
}
.mfp-container em {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: normal;
}
.mfp-container .mfp-title {
  padding-right: 0;
}
.mfp-container .mfp-close {
  top: .5em;
  left: 100%;
  right: auto;
}
.mfp-container .mfp-arrow {
  height: 30px;
  width: 30px;
  margin: 0;
  top: auto;
  bottom: -14px;
  left: 10%;
}
.mfp-container .mfp-arrow:before, .mfp-container .mfp-arrow:after {
  content: "";
  width: 2px;
  height: 23px;
  margin: 0;
  border: 0 none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background-color: #B3A5B8;
}
.mfp-container .mfp-arrow:before {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.mfp-container .mfp-arrow:after {
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
}
.mfp-container .mfp-arrow-right {
  transform: rotate(180deg);
  left: auto;
  right: 10%;
  bottom: -19px;
}
@media print, screen and (min-width: 40em) {
  .mfp-container {
    font-size: 18px;
  }
}

.naropa-now {
  padding-top: 0;
  padding-bottom: 0;
}
.naropa-now h2 {
  padding-left: 10px;
  margin-bottom: .25em;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  color: #785a86;
}
.naropa-now .columns {
  padding: 0 2px;
}
.naropa-now .columns img {
  width: 100%;
  height: auto;
  max-width: none;
}
.naropa-now .columns span {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.naropa-now .columns .now-title {
  padding: .9em 5% 1.5em;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.naropa-now .columns .now-action {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: -2em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  color: #eea94f;
  transition: all 300ms ease-in-out;
}
.naropa-now .columns a,
.naropa-now .columns .now-card {
  display: block;
  margin: 4px 0;
  position: relative;
  overflow: hidden;
}
.naropa-now .columns a:hover .now-action,
.naropa-now .columns .now-card:hover .now-action {
  bottom: .5em;
  opacity: 1;
}
.naropa-now .columns .now-card {
  padding-top: 48.25%;
}
.naropa-now .columns .now-card p {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 50%;
  font-size: 18px;
  line-height: 1.333333;
  text-align: center;
  transform: translateY(-50%);
}
.naropa-now .columns .now-card a {
  display: inline;
  margin: 0;
}
.naropa-now .columns .now-card .now-action {
  display: block;
}
.naropa-now .columns .now-card.red {
  color: #fff;
  background-color: #bd1350;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBD1350', endColorstr='#FF8E183E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMTM1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMTgzZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #bd1350 0%, #8e183e 100%);
}
.naropa-now .columns .now-card.green {
  color: #fff;
  background-color: #86ac51;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF86AC51', endColorstr='#FF698B48');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2YWM1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5OGI0OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #86ac51 0%, #698b48 100%);
}
.naropa-now .columns .now-card.blue {
  color: #fff;
  background-color: #068ba4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF068BA4', endColorstr='#FF03788D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OGJhNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzNzg4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #068ba4 0%, #03788d 100%);
}
.naropa-now .columns .now-card.purple {
  color: #fff;
  background-color: #785a86;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF785A86', endColorstr='#FF6A4E76');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4NWE4NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhNGU3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #785a86 0%, #6a4e76 100%);
}
@media print, screen and (min-width: 40em) {
  .naropa-now h2 {
    font-size: 48px;
  }
  .naropa-now .columns .now-title {
    padding: .9em 5%;
    font-size: 24px;
  }
  .naropa-now .columns .now-action {
    bottom: -2em;
  }
}

}

.event-grid {
  padding-top: 0;
  padding-bottom: 0;
}
.event-grid h2 {
  padding-left: 10px;
  margin-bottom: .25em;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  color: #785a86;
}
.event-grid .columns {
  padding: 0 2px;
}
.event-grid .columns img {
  width: 100%;
  height: auto;
  max-width: none;
}
.event-grid .columns span {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.event-grid .columns .now-title {
  padding: .9em 5% 1.5em;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.event-grid .columns .now-action {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: -2em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  color: #eea94f;
  transition: all 300ms ease-in-out;
}
.event-grid .columns a,
.event-grid .columns .now-card {
  display: block;
  margin: 4px 0;
  position: relative;
  overflow: hidden;
}
.event-grid .columns a:hover .now-action,
.event-grid .columns .now-card:hover .now-action {
  bottom: .5em;
  opacity: 1;
}
.event-grid .columns .now-card {
  padding-top: 48.25%;
}
.event-grid .columns .now-card p {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 50%;
  font-size: 18px;
  line-height: 1.333333;
  text-align: center;
  transform: translateY(-50%);
}
.event-grid .columns .now-card a {
  display: inline;
  margin: 0;
}
.event-grid .columns .now-card .now-action {
  display: block;
}
.event-grid .columns .now-card.red {
  color: #fff;
  background-color: #bd1350;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBD1350', endColorstr='#FF8E183E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMTM1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMTgzZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #bd1350 0%, #8e183e 100%);
}
.event-grid .columns .now-card.green {
  color: #fff;
  background-color: #86ac51;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF86AC51', endColorstr='#FF698B48');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2YWM1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5OGI0OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #86ac51 0%, #698b48 100%);
}
.event-grid .columns .now-card.blue {
  color: #fff;
  background-color: #068ba4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF068BA4', endColorstr='#FF03788D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OGJhNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzNzg4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #068ba4 0%, #03788d 100%);
}
.event-grid .columns .now-card.purple {
  color: #fff;
  background-color: #785a86;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF785A86', endColorstr='#FF6A4E76');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4NWE4NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhNGU3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #785a86 0%, #6a4e76 100%);
}
@media print, screen and (min-width: 40em) {
  .event-grid h2 {
    font-size: 48px;
  }
  .event-grid .columns .now-title {
    padding: .9em 5%;
    font-size: 24px;
  }
  .event-grid .columns .now-action {
    bottom: -2em;
  }
}

.program-collage {
  background-color: #eae9e8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.program-collage h2 {
  padding-left: 10px;
  margin-bottom: 1em;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  color: #785a86;
}
.program-collage h3 {
  height: 4em;
  padding: 10px 20px;
  position: relative;
  left: -20px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  background-color: #785a86;
  transition: color 300ms ease-in-out;
}
.program-collage .program-box {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #56524f;
}
.program-collage .program-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #56524f;
  transition: opacity 300ms ease-in-out;
}
.program-collage .program-box:hover h3 {
  color: #eea94f;
}
.program-collage blockquote.program-box {
  text-align: center;
}
.program-collage blockquote.program-box div {
  padding-bottom: 1em;
  position: relative;
  z-index: 2;
}
.program-collage blockquote.program-box p {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  font-size: 18px;
  text-align: center;
  color: #eae9e8;
  transform: none;
}
.program-collage blockquote.program-box cite {
  font-style: normal;
}
.program-collage blockquote.program-box cite:before {
  display: none;
}
.program-collage blockquote.program-box em,
.program-collage blockquote.program-box strong {
  display: block;
  color: #eae9e8;
}
.program-collage blockquote.program-box strong {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.program-collage blockquote.program-box:before {
  opacity: .8;
}
.program-collage.blue h3 {
  color: #fff;
  background-color: #068ba4;
}
.program-collage.green h3 {
  color: #fff;
  background-color: #86ac51;
}
.program-collage.yellow h3 {
  color: #fff;
  background-color: #eea94f;
}
.program-collage.yellow.hover h3 {
  color: #785a86;
}
.program-collage.red h3 {
  color: #fff;
  background-color: #bd1350;
}
.program-collage .purple h3 {
  color: #fff;
  background-color: #785a86;
}
@media print, screen and (min-width: 40em) {
  .program-collage h2 {
    font-size: 31px;
  }
  .program-collage h3 {
    display: inline-block;
    width: 81.25%;
    position: absolute;
    left: 0;
    top: -1em;
  }
  .program-collage p {
    width: 100%;
    padding: 0 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    opacity: 0;
    color: #eae9e8;
    transform: translate(-50%, -50%);
    transition: opacity 500ms ease-in-out;
  }
  .program-collage .program-box {
    position: relative;
    width: 50%;
    padding-top: 33.5%;
    margin-bottom: 25px;
    float: left;
    border: 2px solid #eae9e8;
  }
  .program-collage .program-box:hover p {
    opacity: 1;
  }
  .program-collage .program-box:hover:before {
    opacity: .8;
  }
  .program-collage .program-box:nth-child(2n + 1) {
    clear: left;
  }
  .program-collage blockquote.program-box div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .program-collage blockquote.program-box p {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 75em) {
  .program-collage h2 {
    font-size: 48px;
  }
  .program-collage h3 {
    font-size: 19px;
  }
  .program-collage .program-box {
    width: 33%;
    padding-top: 21.4%;
    margin-bottom: 32px;
  }
  .program-collage .program-box:nth-child(2n + 1) {
    clear: none;
  }
  .program-collage .program-box:nth-child(3n + 1) {
    clear: left;
  }
  .program-collage blockquote.program-box p {
    font-size: 24px;
  }
}

.section-nav {
  padding: 20px;
  text-align: center;
  background-color: #c5c0bf;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC5C0BF', endColorstr='#FFE2DDDB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1YzBiZiIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZTJkZGRiIi8+PHN0b3Agb2Zmc2V0PSI4OSUiIHN0b3AtY29sb3I9IiNlMmRkZGIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #c5c0bf 0%, #e2dddb 10%, #e2dddb 89%);
}
.section-nav h2 {
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #56524f;
}
.section-nav a {
  display: block;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #785a86;
}
.section-nav li {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 8px 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.section-nav ul {
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .section-nav {
    padding: 40px;
  }
  .section-nav h2 {
    font-size: 21px;
    font-style: normal;
  }
  .section-nav ul {
    column-count: 2;
  }
}

form.ldpforms {
  padding: 2em;
  background-color: #f6f6f5;
}
/**
 * tabbed table
 */
#bug:target {
  outline: 4px solid #ccc;
}

/**
 * tab panel widget
 */
.tabPanel-widget {
  position: relative;  /* containing block for headings (top:0) */
  background: #03788d;
}

/**
 * because labels come first in source order - we use z-index to move them in front of the headings
 */
.tabPanel-widget > label {
  position: absolute;
  z-index: 1;
}

/**
 * labels and headings must share same values so grouping declarations in this rule prevents async edits (risk of breakage)
 * line-height == height -> vertical centering
 * the width dictates the offset for all headings but the first one: left offset = width * number of previous heading(s)
 * note that width and offset of label/heading pair can be customized if necessary
 */

.tabPanel-widget > label,
.tabPanel-widget > h3 {
  font-size: 1.1em;
  width: 9em;
  height: 2em;
  line-height: 2em;
}

/**
 * position:relative is for the markers (the down arrow in tabs)
 */
.tabPanel-widget > h3 {
  position: relative;
  margin: 0;
  text-align: center;
  background: #03788d;
  color: #fff;
}

.tabPanel-widget > label {
  border-right: 1px solid #fff;  
}

/**
 * all first level labels and headings after the very first ones 
 */
.tabPanel-widget > label ~ label,
.tabPanel-widget > h3 ~ h3 {
  position: absolute;
  top: 0;
}


/**
 * We target all the label/heading pairs
 * we increment the :nth-child() params by 4 as well as the left value (according to "tab" width)
 */

.tabPanel-widget label:nth-child(1),
.tabPanel-widget h3:nth-child(3) {
  left: 0em;
}

.tabPanel-widget label:nth-child(5),
.tabPanel-widget h3:nth-child(7) {
  left: 9em;
}

.tabPanel-widget label:nth-child(9),
.tabPanel-widget h3:nth-child(11) {
  left: 18em;
}

/**
 * we visually hide all the panels
 * https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
 */
.tabPanel-widget input + h3 + div {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important; 
  width: 1px !important; 
  overflow: hidden;
}
/**
 * we reveal a panel depending on which control is selected 
 */
.tabPanel-widget input:checked + h3 + div {
  position: static !important;
  padding: 1em !important;
  height: auto !important; 
  width: auto !important; 
}

/**
 * shows a hand cursor only to pointing device users
 */
.tabPanel-widget label:hover {
  cursor: pointer;
}

.tabPanel-widget > div {
  background: #f0f0f0;
  padding: 1em;
}

/**
 * we hide radio buttons and also remove them from the flow
 */
.tabPanel-widget input[name="tabs"] {
  opacity: 0;
  position: absolute;
}


/** 
 * this is to style the tabs when they get focus (visual cue)
 */

.tabPanel-widget input[name="tabs"]:focus + h3 {
  outline: 1px dotted #000;
  outline-offset: 10px;
}


/**
 * reset of the above within the tab panel (for pointing-device users)
 */
.tabPanel-widget:hover h3 {
  outline: none !important;
}

/**
 * visual cue of the selection
 */
.tabPanel-widget input[name="tabs"]:checked + h3 {
  background: #068ba4;
}

/**
 * the marker for tabs (down arrow)
 */
.tabPanel-widget input[name="tabs"]:checked + h3:after {
  content: '';
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #068ba4;
  
}

/**
 * Make it plain/simple below 45em (stack everything)
 */
@media screen and (max-width: 45em) {
  
  /* hide unecessary label/control pairs */
  .tabPanel-widget label,
  .tabPanel-widget input[name="tabs"] {
    display: none;
  }
  
  /* reveal all panels */
  .tabPanel-widget > input + h3 + div {
    display: block !important;
    position: static !important;
    padding: 1em !important;
    height: auto !important; 
    width: auto !important; 
  }
  
  /* "unstyle" the heading */
  .tabPanel-widget h3 {
    width: auto;
    position: static !important;
    background: #999 !important;
  }
  
  /* "kill" the marker */
  .tabPanel-widget h3:after {
    display: none !important;
    
  }

}




@media print, screen and (min-width: 40em) {
  form.ldpforms {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 25%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  form.ldpforms {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  form.ldpforms:last-child:not(:first-child) {
    float: right;
  }
}
form.ldpforms > div {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}
form.ldpforms label {
  font-size: 1.2em;
  line-height: 1.2;
}
form.ldpforms select,
form.ldpforms textarea,
form.ldpforms input[type="text"],
form.ldpforms input[type="textarea"],
form.ldpforms input[type="email"],
form.ldpforms input[type="password"],
form.ldpforms input[type="number"] {
  margin: .25em auto;
  padding: 1.2em 1em;
  font-size: 1em;
  border: 1px solid #c5c2be;
  border-radius: 2px;
  background-color: #fff;
}
form.ldpforms input[type="radio"],
form.ldpforms input[type="checkbox"] {
  margin-left: 2px;
  margin-right: 1em;
  border: 1px solid #c5c2be;
  background-color: #fff;
}
form.ldpforms input[type="file"],
form.ldpforms input[type="checkbox"],
form.ldpforms input[type="radio"],
form.ldpforms select {
  margin-bottom: .5rem;
}
form.ldpforms select {
  font-size: 1em;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
Removes white gap between slides
*/
.carousel {
  background:#444;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width:100%;
  height:auto;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
  display: block;
  width:100%;
}


