/*
@mixin font($font-family) {
	@if $font-family == light {
		font-family: "Antenna Light";
	}
	@else if $font-family == regular {
		font-family: Antenna;
	}
	@else if $font-family == condensed {
		font-family: "Antenna Extra Cond Medium";
	}
	font-style: normal;
	font-weight: normal;
}
*/
/*
 * Image replacement
 * HTML5 Boilerplate 4.3.0
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 * HTML5 Boilerplate 4.3.0
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 * HTML5 Boilerplate 4.3.0
 * 1. Extends the .visuallyhidden class to allow the element to be focusable
 *    when navigated to via the keyboard: h5bp.com/p
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 * HTML5 Boilerplate 4.3.0
 */
/*
 * Clearfix: contain floats
 * HTML5 Boilerplate 4.3.0
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 * For IE 6/7 only
 * 3. Include this rule to trigger hasLayout and contain floats.
 */
/*
 * Responsive Image
 * Twitter Bootstrap 3.0.2
 */
/*
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
.container-closer {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.container-closer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.container-closer .col-1, .container-closer .col-2, .container-closer .col-3, .container-closer .col-4, .container-closer .col-5, .container-closer .col-6, .container-closer .col-7, .container-closer .col-8, .container-closer .col-9, .container-closer .col-10, .container-closer .col-11, .container-closer .col-12, .container-closer .col,
.container-closer .col-auto, .container-closer .col-sm-1, .container-closer .col-sm-2, .container-closer .col-sm-3, .container-closer .col-sm-4, .container-closer .col-sm-5, .container-closer .col-sm-6, .container-closer .col-sm-7, .container-closer .col-sm-8, .container-closer .col-sm-9, .container-closer .col-sm-10, .container-closer .col-sm-11, .container-closer .col-sm-12, .container-closer .col-sm,
.container-closer .col-sm-auto, .container-closer .col-md-1, .container-closer .col-md-2, .container-closer .col-md-3, .container-closer .col-md-4, .container-closer .col-md-5, .container-closer .col-md-6, .container-closer .col-md-7, .container-closer .col-md-8, .container-closer .col-md-9, .container-closer .col-md-10, .container-closer .col-md-11, .container-closer .col-md-12, .container-closer .col-md,
.container-closer .col-md-auto, .container-closer .col-lg-1, .container-closer .col-lg-2, .container-closer .col-lg-3, .container-closer .col-lg-4, .container-closer .col-lg-5, .container-closer .col-lg-6, .container-closer .col-lg-7, .container-closer .col-lg-8, .container-closer .col-lg-9, .container-closer .col-lg-10, .container-closer .col-lg-11, .container-closer .col-lg-12, .container-closer .col-lg,
.container-closer .col-lg-auto, .container-closer .col-xl-1, .container-closer .col-xl-2, .container-closer .col-xl-3, .container-closer .col-xl-4, .container-closer .col-xl-5, .container-closer .col-xl-6, .container-closer .col-xl-7, .container-closer .col-xl-8, .container-closer .col-xl-9, .container-closer .col-xl-10, .container-closer .col-xl-11, .container-closer .col-xl-12, .container-closer .col-xl,
.container-closer .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

/*
 * Bootstrap Display v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.edit {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  padding: 0;
  right: 0;
  z-index: 99999; }
  .edit:hover {
    background-color: Gray; }

.edit--home {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLDM2Ljd2LTloNnY5aDcuNXYtMTJIMzlMMjQsMTEuM0w5LDI0LjdoNC41djEySDIxeiIvPgo8L3N2Zz4K");
  height: 48px;
  margin: -72px 0 0 0;
  position: fixed;
  top: 50%;
  width: 48px; }

.edit--page {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO2ZpbGw6I0VFRUVFRTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOSwzMi44VjM5aDYuMmwxOC40LTE4LjRsLTYuMi02LjJMOSwzMi44eiBNMzguNSwxNS43YzAuNi0wLjYsMC42LTEuNywwLTIuM2wtMy45LTMuOWMtMC42LTAuNi0xLjctMC42LTIuMywwCglsLTMsM2w2LjIsNi4yQzM1LjUsMTguOCwzOC41LDE1LjcsMzguNSwxNS43eiIvPgo8L3N2Zz4K");
  height: 48px;
  margin: -24px 0 0 0;
  position: fixed;
  top: 50%;
  width: 48px; }

.edit--block {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO2ZpbGw6I0VFRUVFRTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOSwzMi44VjM5aDYuMmwxOC40LTE4LjRsLTYuMi02LjJMOSwzMi44eiBNMzguNSwxNS43YzAuNi0wLjYsMC42LTEuNywwLTIuM2wtMy45LTMuOWMtMC42LTAuNi0xLjctMC42LTIuMywwCglsLTMsM2w2LjIsNi4yQzM1LjUsMTguOCwzOC41LDE1LjcsMzguNSwxNS43eiIvPgo8L3N2Zz4K");
  height: 24px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 24px; }

#breakpoint {
  background-color: #000;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  margin-right: -50px;
  padding: 5px;
  position: fixed;
  right: 50%;
  text-align: center;
  width: 100px;
  z-index: 99999; }

.template {
  border-radius: 0px 8px 0px 0px;
  -moz-border-radius: 0px 8px 0px 0px;
  -webkit-border-radius: 0px 8px 0px 0px;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 4px 8px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9999; }

.template--page {
  background-color: #000;
  position: fixed; }

.template--unit {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 0px 8px 0px;
  -moz-border-radius: 0px 0px 8px 0px;
  -webkit-border-radius: 0px 0px 8px 0px;
  bottom: auto;
  position: absolute;
  top: 0; }

#debug {
  background-color: #eee;
  color: #333;
  font-size: 14px;
  padding: 30px;
  white-space: pre-wrap; }
  #debug span {
    font-weight: bold; }

.anchor {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: none;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 12px;
  left: 0;
  letter-spacing: 1px;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  text-align: center;
  text-transform: lowercase;
  width: auto;
  z-index: 9999; }

.anchor--block {
  border-radius: 0px 0px 8px 0px;
  -moz-border-radius: 0px 0px 8px 0px;
  -webkit-border-radius: 0px 0px 8px 0px;
  top: 0; }

.edit-page {
  height: 36px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 50%;
  width: 36px;
  z-index: 799; }
  .edit-page a {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
    background: transparent url("images/admin/edit-page.png") no-repeat 0 0;
    display: inline-block;
    height: 36px;
    width: 36px; }
    .edit-page a:before {
      content: "";
      display: block;
      width: 0;
      height: 150%; }

.edit-component {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  background: transparent url("images/admin/edit-component.png") no-repeat 0 0;
  display: block;
  height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 799; }
  .edit-component:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

img.align_left {
  float: left;
  margin: 12px 24px 12px 0; }

img.align_right {
  float: right;
  margin: 12px 0 12px 24px; }

img.align_center {
  clear: both;
  display: block;
  margin: 12px auto; }

.attribute_mono_regular, figcaption, .block--endnotes .body {
  font-family: attribute-mono,sans-serif;
  font-weight: 400;
  font-style: normal; }

.synthese_light, .billboard__main .subhead, .poster__content .subhead {
  font-family: synthese, sans-serif;
  font-weight: 200;
  font-style: normal; }

.synthese_book, body {
  font-family: synthese, sans-serif;
  font-weight: 300;
  font-style: normal; }

.synthese_book_italic {
  font-family: synthese, sans-serif;
  font-weight: 300;
  font-style: italic; }

.synthese_regular {
  font-family: synthese, sans-serif;
  font-weight: 400;
  font-style: normal; }

.synthese_regular_italic {
  font-family: synthese, sans-serif;
  font-weight: 400;
  font-style: italic; }

.synthese_bold {
  font-family: synthese, sans-serif;
  font-weight: 700;
  font-style: normal; }

.synthese_bold_italic {
  font-family: synthese, sans-serif;
  font-weight: 700;
  font-style: italic; }

.salt {
  -moz-font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt"; }

.lnum {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

.pnum {
  font-variant-numeric: proportional-nums;
  -moz-font-feature-settings: "pnum";
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum"; }

/*
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  // Preferred icon size
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	// Support for all WebKit browsers.
	-webkit-font-smoothing: antialiased;
	// Support for Safari and Chrome.
	text-rendering: optimizeLegibility;

	// Support for Firefox.
	-moz-osx-font-smoothing: grayscale;

	// Support for IE.
	font-feature-settings: 'liga';
}
*/
html {
  -webkit-font-feature-settings: 'tnum', 'lnum';
  font-feature-settings: 'tnum', 'lnum';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  background-color: #fff;
  color: #333;
  font-size: 1em;
  line-height: 1.6875;
  overflow-y: scroll;
  position: relative; }
  body.no-scroll {
    height: 100%;
    overflow-y: hidden;
    width: 100%; }

a:link,
a:visited,
a:focus {
  color: #333;
  text-decoration: none; }

a:hover,
a:active {
  color: #cc964b;
  text-decoration: none; }

.body a {
  border-bottom: 1px solid #333; }

.body a:hover {
  border-color: #cc964b; }

/*
a {
//	border-bottom: 1px solid rgba(26,26,26,0);
	color: #1e364d;
//	transition: border-color .2s;
}
a:hover {
//	border-color: #f25d27;
	color: #f25d27;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  position: relative; }

h1 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1em; }
  @media (min-width: 576px) {
    h1 {
      font-size: 2.25rem; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.625rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.375rem;
  line-height: 1.35;
  font-weight: 400;
  margin-bottom: 1em; }

h4 {
  font-size: 1.375rem;
  line-height: 1.6875;
  margin-bottom: 1em; }

p {
  margin: 0 0 1em; }
  p:last-child {
    margin-bottom: 0; }
  p strong {
    font-weight: 700; }

.body {
  overflow-wrap: break-word;
  text-align: left; }
  .body img {
    height: auto !important;
    max-width: 100% !important; }

#page {
  display: block;
  position: relative; }

main {
  position: relative; }

.content {
  border-top: 5px solid #1F1F1F;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
  position: relative; }
  .poster .content {
    border-top-color: #fff;
    padding-bottom: 4rem; }
  .template-gallery .content {
    border-top: 0; }

.constrain {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  width: 100%; }
  @media (min-width: 576px) {
    .constrain {
      padding: 0 10px; } }
  @media (min-width: 768px) {
    .constrain {
      padding: 0 20px; } }
  @media (min-width: 992px) {
    .constrain {
      padding: 0 30px; } }

.kicker {
  color: #767676;
  font-weight: 700;
  font-size: 0.875rem; }

.date {
  color: #767676;
  font-size: 0.8125rem;
  font-weight: 400; }

.type {
  color: #767676;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0 0 .5rem;
  text-transform: uppercase; }

.excerpt {
  margin: 0; }

.deck p {
  font-size: 1.375rem;
  line-height: 1.35; }
  .deck p:last-child {
    margin-bottom: 0; }
  @media (min-width: 576px) {
    .deck p {
      font-size: 1.5rem; } }

/*
.subtitle {
	font-size: 1.375rem; // 22
	line-height: 1.35;
	@media (min-width: $screen-sm-min) {
		font-size: 1.5rem; // 24
	}
}
*/
.lead {
  margin-bottom: 3rem; }
  .lead p {
    font-size: 1.125rem;
    line-height: 1.35; }
    .lead p:last-child {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .lead p {
        font-size: 1.25rem; } }

.prologue {
  border: 1px solid purple;
  padding: 4rem 0;
  text-align: center; }
  .prologue p {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.35; }
    .prologue p:last-child {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .prologue p {
        font-size: 1.625rem; } }

@media (min-width: 768px) {
  .template-stories .sidebar {
    padding-left: 30px; } }

@media (min-width: 768px) {
  .template-article-post .sidebar,
  .template-story-post .sidebar {
    padding-right: 30px; } }

.banner, .poster {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden; }

.slideshow .cycle-prev, .slideshow .cycle-next, a.feature__box .thumbnail {
  transition: opacity 0.25s ease-in-out; }

.kicker, .date, .lateral__date {
  font-weight: 400;
  letter-spacing: 0.075em;
  margin: 0 0 .5rem;
  text-transform: uppercase; }

.feature__body h3, .news-post h3 {
  margin-bottom: calc(.75em + 25px); }
  .feature__body h3::after, .news-post h3::after {
    background-color: #cc964b;
    bottom: -22px;
    content: '';
    height: 3px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 40px; }

.billboard__main, .poster__content {
  pointer-events: none; }

#header {
  background-color: #1F1F1F;
  color: #fff;
  height: 80px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000; }
  #header #logo {
    display: inline-flex;
    align-items: center; }
    #header #logo a {
      align-items: center;
      display: flex;
      font-size: 1.125rem;
      font-weight: 700;
      height: 18px;
      line-height: 1;
      padding: 0;
      position: relative;
      text-decoration: none;
      width: 250px;
      z-index: 1; }
  #header a {
    align-items: center;
    display: flex !important;
    font-size: 1.125rem;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    line-height: 1;
    outline: 0;
    padding: 15px 0;
    position: relative; }
  #header a:link,
  #header a:visited,
  #header a:focus {
    color: #fff;
    text-decoration: none; }
  #header a:hover,
  #header a:active {
    color: #fff;
    text-decoration: none; }
  #header span {
    display: block;
    position: relative; }
  #header span:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 4px;
    margin-top: 10px;
    position: absolute;
    width: 100%; }
  #header a:hover,
  #header li.current a {
    color: #fff; }
    #header a:hover span:after,
    #header li.current a span:after {
      background-color: #cc964b; }

#nav {
  display: inline-flex;
  position: relative;
  width: auto;
  z-index: 100; }
  #nav ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative; }
  #nav li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative; }

@media (min-width: 992px) {
  #nav {
    height: 100%; }
    #nav ul {
      display: inline-block; }
    #nav li {
      display: inline-block;
      margin: 0 1.5rem; } }

/*
header nav {
	a {
		transition: color .4s;
	}
	a:hover {
		color: #fd6b6a !important;
	}

a:hover:after {
    width: 100%;
    background-color: #fd6b6a;
}


a:after {
    width: 0;
    height: 4px;
    background-color: #fff;
    content: " ";
    display: block;
    transition: width .4s,background-color .4s;
}}
*/
/*
- visibility: must be removed to allow nav to fade in AND out
- transitions must be on #nav instead of .nav-open to allow fade in AND out
*/
#menu {
  background-color: #cc964b;
  bottom: 0;
  color: #fff;
  display: block;
  height: 100%;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s;
  width: 0;
  z-index: 999999; }

.menu-open {
  opacity: 1 !important;
  width: 100% !important; }
  @media (min-width: 576px) {
    .menu-open {
      width: 480px !important; } }

.menu__inner {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 0 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important; }
  @media (min-width: 768px) {
    .menu__inner {
      width: 480px !important; } }

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#menu li {
  margin: 0;
  padding: 0; }

#menu a:link,
#menu a:visited,
#menu a:focus {
  color: #fff;
  text-decoration: none; }
  #menu a:link span,
  #menu a:visited span,
  #menu a:focus span {
    border-bottom: 1px solid transparent; }

#menu a:hover,
#menu a:active {
  color: #fff;
  text-decoration: none; }
  #menu a:hover span,
  #menu a:active span {
    border-bottom: 1px solid #fff; }

#menu ul.primary {
  margin-bottom: 1.25rem; }
  #menu ul.primary li {
    margin-bottom: 1.25rem; }
  #menu ul.primary a {
    font-size: 1.5rem;
    line-height: 36px; }
    @media (min-width: 768px) {
      #menu ul.primary a {
        font-size: 2rem;
        line-height: 40px; } }
    @media (min-width: 992px) {
      #menu ul.primary a {
        font-size: 2.375rem;
        line-height: 50px; } }

#menu ul.secondary {
  border-bottom: 1px solid #fff;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem; }

#menu ul.tertiary {
  margin-bottom: 0; }

#menu ul.secondary li,
#menu ul.tertiary li {
  border: none;
  margin-bottom: .5rem;
  padding: 0; }

#menu ul.secondary a,
#menu ul.tertiary a {
  font-size: 1.1875rem;
  line-height: 35px; }
  @media (min-width: 768px) {
    #menu ul.secondary a,
    #menu ul.tertiary a {
      font-size: 1.375rem;
      line-height: 40px; } }

#open, #close {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  height: 70px;
  justify-content: center;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  width: 70px;
  z-index: 100; }

#close {
  margin: 10px 0 40px -20px; }

#obfuscator {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition-duration: .25s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 100%;
  z-index: 99999; }
  #obfuscator.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }

#footer {
  background-color: #1F1F1F;
  color: #fff;
  position: relative; }
  #footer a:link,
  #footer a:visited,
  #footer a:focus {
    color: #fff;
    text-decoration: none; }
  #footer a:hover,
  #footer a:active {
    color: #cc964b;
    text-decoration: none; }

.footer__sitemap {
  display: block;
  font-size: 1rem;
  padding: 6rem 0 4rem 0;
  position: relative;
  width: auto;
  z-index: 100; }
  .footer__sitemap ul {
    list-style-type: none;
    margin: 0 0 3rem;
    padding: 0; }
  .footer__sitemap li {
    margin: 0;
    padding: 0; }
  .footer__sitemap li:last-child {
    margin-bottom: 0; }
  .footer__sitemap h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .75rem; }
  .footer__sitemap ul.menu_footer_2 li:first-child {
    margin: 0 0 .75rem; }
    .footer__sitemap ul.menu_footer_2 li:first-child a {
      font-size: 1rem;
      font-weight: 700; }

.footer__legal {
  font-size: 0.8125rem;
  opacity: 0.6;
  padding: 2rem 0;
  position: relative; }
  .footer__legal ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer__legal li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .footer__legal a {
    line-height: 1.625rem; }
  .footer__legal a:before {
    color: #767676;
    content: '|';
    margin-left: 1rem;
    margin-right: 1rem; }

/*
#footer:after {
	background-image: url("/site/templates/images/footer-2.png");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	background-size: contain;
	content: " ";
	display: block;
	height: 50px;
	width: 100%;
}
*/
.result {
  border-bottom: 1px solid #dddddd;
  display: block;
  margin: 0;
  padding: 1.5rem 0 2.5rem 0;
  width: 100%; }
  .result h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2rem; }
  .result .excerpt {
    font-size: 0.875rem; }

.result--book {
  /*
	.subtitle {
		font-size: 1.125rem; // 18
		margin-bottom: 1rem;
	}
*/ }
  .result--book h3 {
    margin-bottom: 0; }
  .result--book .author {
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .result--book .author {
        margin-bottom: 0; } }

/*
.icon {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 24px;
	display: inline-flex;
	height: 24px;
	margin: 0 8px 0 -2px;
	opacity: 53.72549019607843%;
	line-height: 1;
}
.icon--web {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnptNi45MyA2aC0yLjk1Yy0uMzItMS4yNS0uNzgtMi40NS0xLjM4LTMuNTYgMS44NC42MyAzLjM3IDEuOTEgNC4zMyAzLjU2ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMnMuMDYgMS4zNC4xNCAySDQuMjZ6bS44MiAyaDIuOTVjLjMyIDEuMjUuNzggMi40NSAxLjM4IDMuNTYtMS44NC0uNjMtMy4zNy0xLjktNC4zMy0zLjU2em0yLjk1LThINS4wOGMuOTYtMS42NiAyLjQ5LTIuOTMgNC4zMy0zLjU2QzguODEgNS41NSA4LjM1IDYuNzUgOC4wMyA4ek0xMiAxOS45NmMtLjgzLTEuMi0xLjQ4LTIuNTMtMS45MS0zLjk2aDMuODJjLS40MyAxLjQzLTEuMDggMi43Ni0xLjkxIDMuOTZ6TTE0LjM0IDE0SDkuNjZjLS4wOS0uNjYtLjE2LTEuMzItLjE2LTJzLjA3LTEuMzUuMTYtMmg0LjY4Yy4wOS42NS4xNiAxLjMyLjE2IDJzLS4wNyAxLjM0LS4xNiAyem0uMjUgNS41NmMuNi0xLjExIDEuMDYtMi4zMSAxLjM4LTMuNTZoMi45NWMtLjk2IDEuNjUtMi40OSAyLjkzLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTJzLS4wNi0xLjM0LS4xNC0yaDMuMzhjLjE2LjY0LjI2IDEuMzEuMjYgMnMtLjEgMS4zNi0uMjYgMmgtMy4zOHoiLz48L3N2Zz4=");
}
.icon--video {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNMTQgNXYxNGgtNFY1aDRtNi0yaC0ydjJoLTJWM0g4djJINlYzSDR2MThoMnYtMmgydjJoOHYtMmgydjJoMlYzem0tNCA2VjdoMnYyaC0yek02IDlWN2gydjJINnptMTAgNHYtMmgydjJoLTJ6TTYgMTN2LTJoMnYySDZ6bTEwIDR2LTJoMnYyaC0yek02IDE3di0yaDJ2Mkg2eiIvPjwvc3ZnPg==");
}
.icon--op-eds {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNMjAgNmgtMXY4YzAgLjU1LS40NSAxLTEgMUg2djFjMCAxLjEuOSAyIDIgMmgxMGw0IDRWOGMwLTEuMS0uOS0yLTItMnptLTMgNVY0YzAtMS4xLS45LTItMi0ySDRjLTEuMSAwLTIgLjktMiAydjEzbDQtNGg5YzEuMSAwIDItLjkgMi0yeiIvPjwvc3ZnPg==");
}
.icon--letters {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNMjIgNmMwLTEuMS0uOS0yLTItMkg0Yy0xLjEgMC0yIC45LTIgMnYxMmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjZ6bS0yIDBsLTggNC45OUw0IDZoMTZ6bTAgMTJINFY4bDggNSA4LTV2MTB6Ii8+PC9zdmc+");
}
.icon--lectures {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNiAxN2gzbDItNFY3SDV2Nmgzem04IDBoM2wyLTRWN2gtNnY2aDN6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==");
//	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNNCA0aDE2djEySDUuMTdMNCAxNy4xN1Y0bTAtMmMtMS4xIDAtMS45OS45LTEuOTkgMkwyIDIybDQtNGgxNGMxLjEgMCAyLS45IDItMlY0YzAtMS4xLS45LTItMi0ySDR6bTIgMTBoMTJ2Mkg2di0yem0wLTNoMTJ2Mkg2Vjl6bTAtM2gxMnYySDZWNnoiLz48L3N2Zz4=");
}
.icon--books {
//	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNMTcgM0g3Yy0xLjEgMC0yIC45LTIgMnYxNmw3LTMgNyAzVjVjMC0xLjEtLjktMi0yLTJ6bTAgMTVsLTUtMi4xOEw3IDE4VjVoMTB2MTN6Ii8+PC9zdmc+");
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTcgM0g3Yy0xLjEgMC0xLjk5LjktMS45OSAyTDUgMjFsNy0zIDcgM1Y1YzAtMS4xLS45LTItMi0yeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=");
}
.icon--audio {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuNCAxLjAyQzYuNjIgMS4zMyAzIDUuNTIgMyAxMC4zMVYxN2MwIDEuNjYgMS4zNCAzIDMgM2gxYzEuMSAwIDItLjkgMi0ydi00YzAtMS4xLS45LTItMi0ySDV2LTEuNzFDNSA2LjQ1IDcuOTYgMy4xMSAxMS43OSAzIDE1Ljc2IDIuODkgMTkgNi4wNiAxOSAxMHYyaC0yYy0xLjEgMC0yIC45LTIgMnY0YzAgMS4xLjkgMiAyIDJoMWMxLjY2IDAgMy0xLjM0IDMtM3YtN2MwLTUuMTctNC4zNi05LjMyLTkuNi04Ljk4eiIvPjwvc3ZnPg==");
}
.icon--articles {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNOCAxNmg4djJIOHptMC00aDh2Mkg4em02LTEwSDZjLTEuMSAwLTIgLjktMiAydjE2YzAgMS4xLjg5IDIgMS45OSAySDE4YzEuMSAwIDItLjkgMi0yVjhsLTYtNnptNCAxOEg2VjRoN3Y1aDV2MTF6Ii8+PC9zdmc+");
}
*/
.article-category {
  position: relative; }
  .article-category .content {
    border-top: 5px solid #1F1F1F;
    padding-bottom: 0; }
  .article-category h2 {
    margin-bottom: 3rem; }
  .article-category .col-sm-6 {
    padding-bottom: 4rem; }
  .article-category .hero {
    margin-bottom: 2rem; }

a.article {
  border-left: 1px solid #dddddd;
  display: block;
  height: 100%;
  padding: 0 0 0 20px;
  text-decoration: none;
  width: 100%; }
  a.article h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .75rem; }

a.article:hover {
  color: #cc964b; }

.author dl,
.isbn dl,
.publisher dl,
.source dl {
  margin: 1rem 0;
  padding: 1rem 0; }
  .sidebar .author dl, .sidebar
  .isbn dl, .sidebar
  .publisher dl, .sidebar
  .source dl {
    border-bottom: 1px solid #dddddd; }

.author dt,
.isbn dt,
.publisher dt,
.source dt {
  color: #767676;
  font-size: 0.875rem;
  font-weight: 400; }

.author dd,
.isbn dd,
.publisher dd,
.source dd {
  font-weight: 400; }

.author a:link,
.author a:visited,
.author a:focus,
.isbn a:link,
.isbn a:visited,
.isbn a:focus,
.publisher a:link,
.publisher a:visited,
.publisher a:focus,
.source a:link,
.source a:visited,
.source a:focus {
  color: #333;
  outline: none;
  text-decoration: none; }

.author a:hover,
.author a:active,
.isbn a:hover,
.isbn a:active,
.publisher a:hover,
.publisher a:active,
.source a:hover,
.source a:active {
  color: #cc964b;
  outline: none;
  text-decoration: none; }

#audio-post .body {
  margin-bottom: 3rem; }

#video-post .body {
  margin-bottom: 3rem; }

.video {
  height: 0;
  margin: 0 0 2em;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  position: relative; }

.video__iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.gallery__item {
  position: relative;
  margin-bottom: 4rem; }
  .gallery__item .thumbnail {
    margin-bottom: 1rem; }

.about {
  background-color: transparent;
  padding: 6rem 0 4rem 0; }

#news {
  position: relative; }

.news__post {
  border-bottom: 1px solid #dddddd;
  padding: 3rem 0;
  position: relative; }
  .news__post h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .75em; }

.news__post:first-child {
  border-top: 1px solid #dddddd; }

.post__header {
  border-bottom: 1px solid #dddddd;
  padding: 4rem 0;
  position: relative;
  text-align: center; }

.post__body {
  padding: 4rem 0;
  position: relative; }

.story-category {
  padding: 4rem 0 6rem 0;
  position: relative; }
  .story-category h2 {
    margin-bottom: 4rem; }
  .story-category .submenu {
    margin-bottom: 0;
    padding-bottom: 0; }

.story-subcategory {
  margin: 0; }

.story-subcategory + .story-subcategory {
  margin-top: 4rem; }

.anchors {
  border-bottom: 1px solid #dddddd;
  padding: 1.5rem 0;
  position: relative;
  text-align: center; }
  .anchors ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .anchors li {
    display: inline-block;
    margin: .25rem 1rem;
    padding: 0; }
  .anchors a {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }

.banner {
  color: #fff;
  height: 40vh;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
  /*
	@media (min-width: $screen-lg-min) {
//		height: 600px;
		height: 70vh;
	}
	@media (min-width: $screen-xl-min) {
//		height: 700px;
		height: 80vh;

	}
*/ }
  @media (min-width: 576px) {
    .banner {
      height: 50vh; } }
  @media (min-width: 768px) {
    .banner {
      height: 640px;
      max-height: 65vh;
      min-height: auto; } }

.billboard {
  background-color: #1F1F1F;
  display: block;
  height: 90vh;
  margin: 0;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 999; }

.billboard__main {
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999; }
  .billboard__main h1 {
    margin-bottom: .5em;
    font-size: 2rem; }
    @media (min-width: 576px) {
      .billboard__main h1 {
        font-size: 2.25rem; } }
    @media (min-width: 768px) {
      .billboard__main h1 {
        font-size: 2.5rem; } }
  .billboard__main .subhead {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .billboard__main .subhead {
        font-size: 1.875rem; } }
    @media (min-width: 768px) {
      .billboard__main .subhead {
        font-size: 2.25rem; } }

.billboard__content {
  padding-bottom: 4rem;
  position: relative; }

.slideshow--billboard {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }
  .slideshow--billboard .cycle-slideshow {
    background-color: transparent;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .slideshow--billboard .cycle-slide {
    height: 100vh; }
  .slideshow--billboard .cycle-slide:after {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99; }

/*
.billboard {
	@extend %background;
	height: 300px;
	position: relative;
	width: 100%;
	@media (min-width: $screen-sm-min) {
		height: 400px;
	}
	@media (min-width: $screen-md-min) {
		height: 500px;
	}
	@media (min-width: $screen-lg-min) {
		height: 600px;
	}
	@media (min-width: $screen-xl-min) {
		height: 700px;
	}
}
*/
.breadcrumb {
  color: #cc964b;
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 1.25rem; }
  .breadcrumb ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .breadcrumb li {
    display: inline-block;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .breadcrumb li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em; }
  .breadcrumb a:link,
  .breadcrumb a:visited,
  .breadcrumb a:focus {
    color: #cc964b;
    text-decoration: none; }
  .breadcrumb a:hover,
  .breadcrumb a:active {
    color: #333;
    text-decoration: none; }

/*
echo "<a href='https://www.aspenideas.org/program-tracks' class='a-btn zone-bg'>";
	echo "<span class='f-btn a-btn__label'>Learn more</span>";
echo "</a>";

*/
/*
.button {
	position: relative;
	a {
		text-decoration: none;
	}
	.button__label {
		align-items: center;
		border-radius: 3px;
		border-style: solid;
		border-width: 1px;
		cursor: pointer;
		display: inline-flex;
		flex-flow: row wrap;
		font-size: 0.75rem; // 12
		font-weight: 700;
		height: 50px;
		justify-content: center;
		letter-spacing: .05em;
		line-height: 1;
		margin: 0 auto;
		outline: none;
		padding: 7px 25px;
		text-transform: uppercase;
		transition: all 0.25s ease-out;
	}
	.button__label,
	.button__label:link,
	.button__label:visited,
	.button__label:focus {
		background-color: $brand_color;
		border-color: $brand_color;
		color: $white;
		text-decoration: none;
	}
	.button__label:hover,
	.button__label:active {
		background-color: $white;
		border-color: $brand_color;
		color: $brand_color;
		text-decoration: none;
	}
}
*/
/*
.buttons {
	display: block;
	padding-top: 2rem;
}
.buttons--center {
	text-align: center;
}
*/
/*
a.button:link,
a.button:visited,
a.button:focus {
	@extend .synthese-regular;
	align-items: center;
	background-color: $red;
	border-radius: 25px;
	border: 0;
	color: $white;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	height: 50px;
	justify-content: center;
	line-height: 1;
	min-width: 180px;
	padding: 0 15px;
	transition: background-color 0.2s ease-out;
}
a.button:hover,
a.button:active {
	background-color: $black;
}
a.button::before,
a.button::after {
	display: block;
	content: ''
}
a.button::before {
	padding-top: 4.24px
}
a.button::after {
	margin-bottom: -4.24px
}
*/
/*
.button__label {
	margin: 0 auto;
	padding: 0 15px 2px 15px;
	transition: all 0.2s ease-in-out;
	white-space: nowrap
}



a.button:link,
a.button:visited,
a.button:focus {
	@extend .synthese-regular;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: $brand_color;
	border-color: initial;
	border-image: initial;
	border-radius: 5px;
	border-style: initial;
	border-width: 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 50px 5px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1rem;
	height: 74px;
	justify-content: center;
	letter-spacing: 0.3px;
	line-height: 4.1;
	min-width: 0px;
	padding: 0px 36px;
	position: relative;
	text-overflow: ellipsis;
	transition-duration: 0.1s;
	transition-property: background-color, border-color, color;
	transition-timing-function: ease-in;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
a.button:hover,
a.button:active {
	background-color: $black;
}
*/
.button {
  margin-top: 2rem;
  position: relative;
  /*
	.button__label {
		align-items: center;
		border-radius: 3px;
		border-style: solid;
		border-width: 1px;
		cursor: pointer;
		display: inline-flex;
		flex-flow: row wrap;
		font-size: 0.75rem; // 12
		font-weight: 700;
		height: 50px;
		justify-content: center;
		letter-spacing: .05em;
		line-height: 1;
		margin: 0 auto;
		outline: none;
		padding: 7px 25px;
		text-transform: uppercase;
		transition: all 0.25s ease-out;
	}
	.button__label,
	.button__label:link,
	.button__label:visited,
	.button__label:focus {
		background-color: $brand_color;
		border-color: $brand_color;
		color: $white;
		text-decoration: none;
	}
	.button__label:hover,
	.button__label:active {
		background-color: $white;
		border-color: $brand_color;
		color: $brand_color;
		text-decoration: none;
	}
*/ }
  .button a {
    text-decoration: none; }

.button__label {
  align-items: center;
  background-color: #cc964b;
  border-radius: 1px;
  border: 1px solid #cc964b;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  min-width: 100px;
  outline: none;
  padding: 20px 45px;
  transition: color 0.16s cubic-bezier(0.545, 0.03, 0.395, 0.965), border-color 0.16s cubic-bezier(0.545, 0.03, 0.395, 0.965), background-color 0.16s cubic-bezier(0.545, 0.03, 0.395, 0.965);
  -webkit-appearance: none;
  white-space: nowrap; }
  #book-post .button__label {
    width: 100%; }

.button__label:hover {
  background-color: #1F1F1F;
  border-color: #1F1F1F;
  color: #fff !important; }

.filters {
  border-bottom: 1px solid #dddddd;
  padding: 1.5rem 0;
  position: relative;
  text-align: center; }
  .filters ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .filters ul.filters__types {
      text-transform: uppercase; }
    .filters ul.filters__kinds {
      margin-top: 1.25rem; }
  .filters li {
    display: inline-block;
    margin: .25rem 1rem;
    padding: 0; }
  .filters li.current > a {
    color: #cc964b; }
  .filters a {
    font-size: 1rem;
    font-weight: 400; }

/**
 * BILLBOARD - Random image that displays on Home page; no caption.
 * BANNER - Single image that appears at top of page; no caption.
 * HERO - Single image that appears for categories; optional caption.
 * IMAGE - Single image that appears in spread; optional caption.

 * ROUNDABOUT - Slideshow with overlying text. Used flush block.
 * SLIDESHOW - Slideshow without overlying text, but might include captions. Used inline.
 * CAROUSEL - Slideshow that displays portions of the preceding and following slides. Used flush block.

 */
.img-fluid {
  height: auto;
  max-width: 100%; }

.image {
  position: relative; }
  .sidebar .image {
    margin-bottom: 2rem; }

.hero {
  display: block;
  text-align: center; }

figure {
  margin: 0 auto;
  display: inline-block; }

figcaption {
  border-bottom: 1px solid #dddddd;
  color: #333;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3157894737;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  text-align: left;
  /*
	.banner &,
	.hero & {
		padding-left: 35px;
		padding-right: 35px;
	}
	.image & {
		padding-left: 0;
		padding-right: 0;
	}
*/ }
  figcaption .credit, figcaption .license {
    color: #8c8c8c;
    margin-top: 1rem; }
  figcaption a:link,
  figcaption a:visited,
  figcaption a:focus {
    color: #767676;
    text-decoration: none; }
  figcaption a:hover,
  figcaption a:active {
    color: #cc964b;
    text-decoration: none; }
  .sidebar figcaption {
    border-bottom: 5px solid #1F1F1F; }

/*

.block--image {
	border: 1px solid green;
	text-align: center;
	.hero {
		border: 1px solid blue;
		text-align: center;
		figure {
			border: 1px solid red;
			text-align: center;
		}
	}
}
*/
.intro {
  background-color: #f8f5ec;
  padding: calc(100px + 4rem) 0 4rem 0; }
  .intro .deck {
    color: #cc964b; }

/*


	.rule {
		border-top: 5px solid #1f1f1f;
		margin-top: 45px;
		padding-top: 30px;
	}
*/
.lateral {
  background-color: #f8f5ec;
  padding: 6rem 0 2rem 0; }
  .lateral a {
    display: block; }
  .lateral a:link,
  .lateral a:visited,
  .lateral a:focus {
    color: #333;
    text-decoration: none; }
  .lateral a:hover,
  .lateral a:active {
    color: #cc964b;
    text-decoration: none; }

.lateral__sibling {
  margin: 0 0 4rem;
  position: relative; }

.lateral__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  position: relative;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .lateral__label::before {
    border-bottom: 2px solid #333;
    content: "";
    display: inline-block;
    height: 3px;
    margin-right: 15px;
    position: absolute;
    right: 100%;
    top: 40%;
    width: 50px; }
    a:hover .lateral__label::before {
      border-bottom-color: #cc964b; } }

.lateral__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: .5rem 0;
  position: relative; }
  @media (min-width: 576px) {
    .lateral__title {
      font-size: 1.625rem; } }
  @media (min-width: 768px) {
    .lateral__title {
      font-size: 1.875rem; } }
  @media (min-width: 992px) {
    .lateral__title {
      font-size: 2rem; } }

.lateral__parent {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  position: relative;
  text-transform: uppercase; }

.lateral__date {
  font-size: 0.8125rem;
  font-weight: 400; }

/*
.lateral__sibling--prev {
	text-align: left;
//	text-align: right;
	.lateral__title::before {
		content: '\00AB\0020';
		position: relative;
	}
}
.lateral__sibling--next {
	text-align: right;
//	text-align: left;
	.lateral__title::after {
		content: '\0020\00BB';
		position: relative;
	}
}
*/
.pagination {
  margin: 0;
  padding: 4rem 0;
  position: relative;
  text-align: center; }

ul.MarkupPagerNav {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.MarkupPagerNav li {
    display: inline-flex;
    margin: 0 5px 5px 0; }
  ul.MarkupPagerNav li:last-child {
    margin-right: 0; }
  ul.MarkupPagerNav li a {
    display: flex; }
  ul.MarkupPagerNav li a,
  ul.MarkupPagerNav li.MarkupPagerNavSeparator {
    align-items: center;
    background-color: Gray;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    height: 48px;
    justify-content: center;
    letter-spacing: 0;
    width: 48px; }
  ul.MarkupPagerNav li.MarkupPagerNavOn a {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  ul.MarkupPagerNav li a:hover {
    background-color: #cc964b;
    color: #fff;
    text-decoration: none; }
  ul.MarkupPagerNav li.MarkupPagerNavPrevious a,
  ul.MarkupPagerNav li.MarkupPagerNavNext a {
    background-color: transparent;
    color: #000;
    padding: 0 10px;
    width: auto; }
  ul.MarkupPagerNav li.MarkupPagerNavPrevious a:hover,
  ul.MarkupPagerNav li.MarkupPagerNavNext a:hover {
    color: #cc964b; }

.left-top {
  background-position: left top !important; }

.center-top {
  background-position: center top !important; }

.right-top {
  background-position: right top !important; }

.left-center {
  background-position: left center !important; }

.right-center {
  background-position: right center !important; }

.left-bottom {
  background-position: left bottom !important; }

.center-bottom {
  background-position: center bottom !important; }

.right-bottom {
  background-position: right bottom !important; }

.center-center {
  background-position: center center !important; }

.poster {
  background-color: #1F1F1F;
  display: block;
  height: 90vh;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 999; }

.poster__content {
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 99999; }
  .poster__content h1 {
    margin-bottom: .5em;
    font-size: 2rem; }
    @media (min-width: 576px) {
      .poster__content h1 {
        font-size: 2.5rem; } }
    @media (min-width: 768px) {
      .poster__content h1 {
        font-size: 3rem; } }
  .poster__content .subhead {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .poster__content .subhead {
        font-size: 2rem; } }
    @media (min-width: 768px) {
      .poster__content .subhead {
        font-size: 2.5rem; } }

.share {
  margin-top: 4rem; }
  .share .at-share-btn {
    background-color: #767676 !important; }

/*
.share__label {
	display: inline-block;
	margin: 0 15px 5px 0;
}
.share__addthis {
	display: block;
	margin: 0;
}
.at-resp-share-element .at-share-btn {
	border: 1px solid red !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	display: inline-block !important;
}

*/
.slideshow {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .slideshow .cycle-slideshow {
    background-color: #000;
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1; }
  .slideshow .cycle-pager {
    bottom: 2rem;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000; }
    .slideshow .cycle-pager div {
      background-color: #dddddd;
      border: 1px solid #dddddd;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 12px;
      margin: 0 8px;
      padding: 0;
      width: 12px; }
      .slideshow .cycle-pager div.cycle-pager-active {
        background-color: #cc964b;
        border: 1px solid #cc964b; }
    .slideshow .cycle-pager > * {
      cursor: pointer; }
    @media (min-width: 576px) {
      .slideshow .cycle-pager {
        display: block; } }
  .slideshow .cycle-slide {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 100%; }
    .slideshow .cycle-slide img {
      height: auto;
      width: 100%; }
  .slideshow .cycle-slide--first {
    display: block !important; }
  .slideshow .cycle-prev, .slideshow .cycle-next {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: none;
    height: 70px;
    margin-top: -35px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 37px;
    z-index: 1000; }
    .slideshow .cycle-prev:hover, .slideshow .cycle-next:hover {
      opacity: .5; }
    @media (min-width: 768px) {
      .slideshow .cycle-prev, .slideshow .cycle-next {
        display: block; } }
  .slideshow .cycle-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSI3MCIgdmlld0JveD0iMCAwIDM3IDcwIj4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iMTM2LjEzMiAxNTMwLjg5OSAxMzYuMTMyIDE0ODMuMDcgODcuODM4IDE0ODMuMDciIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgLTIzMC44NzYgNzg2LjcyNSkiLz4KPC9zdmc+Cg==");
    left: 24px; }
  .slideshow .cycle-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSI3MCIgdmlld0JveD0iMCAwIDM3IDcwIj4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iMTE5Mi4xMzIgMTUzMC44OTkgMTE5Mi4xMzIgMTQ4My4wNyAxMTQzLjgzOCAxNDgzLjA3IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAyMzYxLjM0NiAtNjM3LjcwOSkiLz4KPC9zdmc+Cg==");
    right: 24px; }

.submenu {
  background-color: transparent;
  line-height: 1.35;
  font-weight: 400;
  margin: 0 0 2rem 0;
  position: relative; }
  .submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .submenu li {
    padding: 0; }
  .submenu a {
    display: block; }
  .submenu a:link,
  .submenu a:visited,
  .submenu a:focus {
    color: #333;
    text-decoration: none; }
  .submenu a:hover,
  .submenu a:active {
    color: #cc964b;
    text-decoration: none; }
  .submenu li.level-1 {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
  .submenu li.level-1:last-child {
    margin-bottom: 0; }
  .submenu ul ul {
    margin-top: .75rem; }
  .submenu li.level-2 {
    margin: 0 0 .5rem; }
  .submenu li.level-2 > a {
    font-size: 1rem;
    margin: 0;
    padding-left: 1.5rem; }
  .submenu li.level-2 > a:link,
  .submenu li.level-2 > a:visited,
  .submenu li.level-2 > a:focus {
    color: #333; }
  .submenu li.level-2 > a:hover,
  .submenu li.level-2 > a:active {
    color: #cc964b; }
  .submenu li.level-1.parent > a,
  .submenu li.level-1.current > a,
  .submenu li.level-2.current > a {
    color: #cc964b; }
  .submenu li.level-3 {
    margin: 0 0 .5rem; }
  .submenu li.level-3 > a {
    margin: 0;
    padding-left: 3rem; }
  .submenu li.level-3 > a:link,
  .submenu li.level-3 > a:visited,
  .submenu li.level-3 > a:focus {
    color: #333; }
  .submenu li.level-3 > a:hover,
  .submenu li.level-3 > a:active {
    color: #cc964b; }
  .submenu li.level-3.current > a {
    color: #cc964b; }

.template-story-post .submenu {
  border-top: 1px solid #dddddd;
  margin-top: 4rem;
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .template-story-post .submenu {
      border: none;
      margin-top: 0;
      padding-top: 0; } }

ul.submenu__first {
  border-top: 5px solid #1F1F1F;
  padding-top: 1rem; }

ul.submenu__last {
  padding-top: 1rem; }
  @media (min-width: 992px) {
    ul.submenu__last {
      border-top: 1px solid #dddddd; } }

/*
.submenu-root {
	border-bottom: 1px solid $border_color;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	a:link,
	a:visited,
	a:focus {
		color: $text_color;
	}
	a:hover,
	a:active {
		color: $brand_color;
	}
}
*/
.blocks {
  position: relative; }
  .template-home .blocks {
    padding-bottom: 0; }

.block {
  margin-bottom: 3rem;
  position: relative; }

/*
.block {
	h2:not(:first-child) {
		margin-top: 4rem;
	}
}
.block:not(:first-child) {
	h2 {
		margin-top: 4rem;
	}
	h3 {
		margin-top: 3rem;
	}
}
*/
.block--endnotes {
  border-top: 1px solid #dddddd; }
  .block--endnotes .body {
    font-size: 0.875rem; }

.more, .less {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.5rem 0;
  text-transform: uppercase; }

.more:hover,
.less:hover {
  color: #cc964b; }

.boxed {
  display: none; }

.block--featured {
  background-color: #fff;
  margin: 0;
  padding: 6rem 0; }
  .block--featured h2 {
    color: #333;
    margin-bottom: 3rem; }

.feature {
  height: auto;
  margin: 0 0 3rem; }
  [class*='col-']:last-child .feature {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .feature {
      height: 100%;
      margin-bottom: 0; } }

a.feature__box {
  background-color: #fff;
  height: 100%;
  width: 100%; }
  a.feature__box .thumbnail {
    opacity: 1; }
  a.feature__box:hover {
    color: #333; }
    a.feature__box:hover .thumbnail {
      opacity: 0.8; }

.feature__content {
  background-color: #767676;
  color: #fff;
  height: 100%;
  padding: 30px;
  width: 100%; }
  .feature__content .abstract {
    margin: 0 0 2rem; }

.feature__body {
  height: 100%; }

.feature__more span {
  border-bottom: 1px solid transparent; }
  a.feature__box:hover .feature__more span {
    border-bottom-color: #fff;
    color: #fff; }

.block--image {
  text-align: center; }
  .block--image figcaption {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 576px) {
      .block--image figcaption {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 768px) {
      .block--image figcaption {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 992px) {
      .block--image figcaption {
        padding-left: 50px;
        padding-right: 50px; } }

.block--imageset {
  text-align: center;
  /*
	@media (min-width: $screen-sm-min) {
		padding: 0 10px; // 30
	}
	@media (min-width: $screen-md-min) {
		padding: 0 20px; // 40
	}
	@media (min-width: $screen-lg-min) {
		padding: 0 30px; // 50
	}
*/ }
  .block--imageset [class*='col-']:first-child figure {
    margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .block--imageset [class*='col-']:first-child figure {
      margin-bottom: 0;
      text-align: right; } }

.block--news {
  background-color: #f8f5ec;
  margin: 0;
  padding: 6rem 0; }
  .block--news h2 {
    border-bottom: 5px solid #cc964b;
    margin-bottom: 3rem;
    padding-bottom: 3rem; }
  .block--news .button {
    text-align: center; }

.news-post {
  margin: 0 0 4rem; }

.block--quote {
  background-color: #3c4446;
  color: #fff;
  margin-bottom: 0;
  padding: 6rem 0; }
  .block--quote .body {
    margin-bottom: 3rem;
    text-align: center; }
    .block--quote .body p {
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.4; }
      @media (min-width: 576px) {
        .block--quote .body p {
          font-size: 1.375rem; } }
      @media (min-width: 768px) {
        .block--quote .body p {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .block--quote .body p {
          font-size: 1.625rem; } }
      @media (min-width: 1200px) {
        .block--quote .body p {
          font-size: 1.75rem; } }
  .block--quote .author {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center; }

.block--spread {
  background-color: #fff; }
  .block--spread [class*='col-']:first-child figure {
    margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .block--spread [class*='col-']:first-child figure {
      margin-bottom: 0;
      text-align: right; } }
  .block--spread .slideshow,
  .block--spread .button {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .block--spread .slideshow,
      .block--spread .button {
        margin-bottom: 0; } }
  .template-home .block--spread {
    background-color: #f8f5ec;
    margin: 0;
    padding: 6rem 0; }

.lightgallery {
  z-index: 1; }

.lightgallery__item {
  cursor: pointer;
  margin: 0 0 20px; }

.lg-backdrop {
  background-color: black !important; }

.lg-backdrop.in {
  opacity: .9 !important; }

.lg-img-wrap {
  padding: 0 !important; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: transparent !important;
  border-radius: 0 !important; }

.lg-actions .lg-next:before {
  content: "" !important; }

.lg-actions .lg-prev:after {
  content: "" !important; }

.lightgallery .row {
  margin-right: -10px;
  margin-left: -10px; }

.lightgallery .col-1, .lightgallery .col-2, .lightgallery .col-3, .lightgallery .col-4, .lightgallery .col-5, .lightgallery .col-6, .lightgallery .col-7, .lightgallery .col-8, .lightgallery .col-9, .lightgallery .col-10, .lightgallery .col-11, .lightgallery .col-12, .lightgallery .col,
.lightgallery .col-auto, .lightgallery .col-sm-1, .lightgallery .col-sm-2, .lightgallery .col-sm-3, .lightgallery .col-sm-4, .lightgallery .col-sm-5, .lightgallery .col-sm-6, .lightgallery .col-sm-7, .lightgallery .col-sm-8, .lightgallery .col-sm-9, .lightgallery .col-sm-10, .lightgallery .col-sm-11, .lightgallery .col-sm-12, .lightgallery .col-sm,
.lightgallery .col-sm-auto, .lightgallery .col-md-1, .lightgallery .col-md-2, .lightgallery .col-md-3, .lightgallery .col-md-4, .lightgallery .col-md-5, .lightgallery .col-md-6, .lightgallery .col-md-7, .lightgallery .col-md-8, .lightgallery .col-md-9, .lightgallery .col-md-10, .lightgallery .col-md-11, .lightgallery .col-md-12, .lightgallery .col-md,
.lightgallery .col-md-auto, .lightgallery .col-lg-1, .lightgallery .col-lg-2, .lightgallery .col-lg-3, .lightgallery .col-lg-4, .lightgallery .col-lg-5, .lightgallery .col-lg-6, .lightgallery .col-lg-7, .lightgallery .col-lg-8, .lightgallery .col-lg-9, .lightgallery .col-lg-10, .lightgallery .col-lg-11, .lightgallery .col-lg-12, .lightgallery .col-lg,
.lightgallery .col-lg-auto, .lightgallery .col-xl-1, .lightgallery .col-xl-2, .lightgallery .col-xl-3, .lightgallery .col-xl-4, .lightgallery .col-xl-5, .lightgallery .col-xl-6, .lightgallery .col-xl-7, .lightgallery .col-xl-8, .lightgallery .col-xl-9, .lightgallery .col-xl-10, .lightgallery .col-xl-11, .lightgallery .col-xl-12, .lightgallery .col-xl,
.lightgallery .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px; }

.mejs__container {
  background: #cc964b; }

.mejs__controls:not([style*='display: none']) {
  background-image: none; }

.mejs__time-buffering {
  background-image: none; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8); }
