@charset "UTF-8";
/*!
Theme Name: Viterbi Magazine
Theme URI: http://underscores.me/
Author: Viterbi School of Engineering WordPress Team
Author URI: https://viterbischool.usc.edu
Description: A custom theme developed for the Viterbi School of Engineering Magazine site
Version: 2.0.0 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: viterbimagazine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Viterbi Magazine is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.two-col .col-img,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds,
.two-col .col-copy,
.one-eighth {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 0%;
}

.one-eighth {
  width: 12.5%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 50%;
}

.one-third, .two-col .col-img,
.two-sixths {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .one-third, .two-col .col-img,
  .two-sixths {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .one-third, .two-col .col-img,
  .two-sixths {
    width: 100%;
  }
}

.four-sixths,
.two-thirds,
.two-col .col-copy {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .four-sixths,
  .two-thirds,
  .two-col .col-copy {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .four-sixths,
  .two-thirds,
  .two-col .col-copy {
    width: 100%;
  }
}

.one-fourth {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .one-fourth {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .one-fourth {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .one-fourth {
    width: 100%;
  }
}

.three-fourths {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.one-sixth {
  width: 16.6666666667%;
}
@media screen and (max-width: 1024px) {
  .one-sixth {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .one-sixth {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .one-sixth {
    width: 100%;
  }
}

.five-sixths {
  width: 83.3333333333%;
}

.first {
  clear: both;
  margin-left: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
  opacity: 1;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.width-full {
  width: 100%;
  max-width: 50em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
  overflow: auto;
}

@media screen and (min-width: 575px) {
  .width-full {
    padding: 60px 60px 0vw;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "National", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
  font-family: "NationalWeb-Extrabold", "National", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900;
}

.page-title {
  margin-top: 0;
  font-size: 1.7em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: 1.2em;
    margin-bottom: 0.25em;
  }
}

p {
  margin: 0 auto 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

@keyframes bq-fl {
  from {
    margin-right: 3em;
  }
  to {
    margin-right: 1.5em;
  }
}
blockquote {
  margin: 0 0 1em;
}
blockquote p:before {
  font-family: "FontAwesome";
  content: "\f10d";
}
blockquote p:after {
  font-family: "FontAwesome";
  content: "\f10e";
}
blockquote.bq-1 {
  text-align: center;
  width: 220px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  blockquote.bq-1 {
    width: 100%;
  }
}
blockquote.bq-1 p {
  margin: 0.5em auto;
  line-height: 1.2;
}
blockquote.bq-1 p:before, blockquote.bq-1 p:after {
  font-size: 0.7em;
  vertical-align: top;
}
blockquote.bq-1 p:before {
  margin-right: 0.2em;
}
blockquote.bq-1 p:before {
  margin-left: 0.2em;
}
blockquote.bq-2 {
  font-size: 0.65em;
  font-weight: 700;
  border: 7px solid #000000;
  width: 200px;
}
@media screen and (max-width: 480px) {
  blockquote.bq-2 {
    width: 100%;
  }
}
blockquote.bq-2 p {
  margin: 0.5em;
}
blockquote.bq-2 p:before, blockquote.bq-2 p:after {
  font-size: 0.6em;
  vertical-align: top;
}
blockquote.bq-2 p:before {
  margin-right: 0.2em;
}
blockquote.bq-2 p:before {
  margin-left: 0.2em;
}
blockquote.bq-2.fl {
  border-right: none;
  padding-left: 0.5em;
}
blockquote.bq-2.fr {
  border-left: none;
  padding-right: 0.5em;
}
blockquote.inview {
  animation-name: bounceIn;
  animation-duration: 850ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

blockquote.bq-1:before,
blockquote.bq-1:after {
  display: block;
  position: relative;
  width: 50px;
  height: 4px;
  background: #990000;
  margin: 0 auto;
  content: "";
}

blockquote.fl {
  margin-right: 1.5em;
}

blockquote.fr {
  margin-left: 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  clear: both;
  position: relative;
  background: #fff;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-device-width: 1024px) {
  body {
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.site-header {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  height: 100px;
  max-height: 100px;
  z-index: 20;
}
.site-header:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.site-header #branding {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  background-color: #2f2f2f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header #branding a {
  height: 40px;
  width: auto;
}
.site-header #branding a img {
  display: block;
  position: relative;
  max-height: 40px;
}
.site-header #branding a.logotype {
  width: 125px;
  margin: 0 auto;
}
.site-header #branding a:nth-child(3) {
  height: 35px;
}
.site-header #branding a:nth-child(3) img {
  max-height: 35px;
}
.site-header h1.site-title,
.site-header p.site-description {
  display: block;
  margin: 0;
  position: absolute;
  left: -99999px;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  padding: 0.5vw 1vw 0.5vw 0;
  background-color: transparent;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  position: absolute;
  left: 20px;
}
.menu-toggle hr {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #b8b8b8;
  margin: 0 auto 8px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.menu-toggle hr:last-child {
  margin-bottom: 0;
}
.menu-toggle:hover hr {
  background-color: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .menu-toggle {
    display: block;
    position: absolute;
    margin-top: -20px;
  }
}
#header-nav {
  background-color: black;
  height: 40px;
  max-height: 40px;
  width: 100%;
  color: white;
  padding: 0 1vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header-nav a {
  color: white;
}
#header-nav a.home {
  width: 40px;
  height: 40px;
}
#header-nav a.home img {
  display: block;
  position: relative;
}
#header-nav button {
  appearance: none;
  position: absolute;
}
#header-nav #issues {
  right: 50px;
  height: 40px;
  width: 155px;
  text-align: right;
  overflow: hidden;
  font-size: 0.65em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
#header-nav #issues:hover {
  color: #cccccc;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#header-nav #issues ul {
  list-style-type: none;
  width: 100%;
  text-align: left;
}
#header-nav #issues a {
  color: #dadada;
  transition: all 0.3s ease-in-out;
}
#header-nav #issues a:hover {
  color: #777;
}
#header-nav #issues .fa {
  font-size: 1.5em;
  vertical-align: middle;
  line-height: 40px;
}
#header-nav #issues a:not(.home):first-child {
  padding-right: 0.5em;
}
#header-nav #issues a:last-child {
  padding-left: 0.5em;
}
#header-nav #issue-title {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 40px;
}
#header-nav span.title {
  float: left;
}
#header-nav #issue-toggle .fa {
  font-size: 1.25em;
  color: #dadada;
  float: right;
  transition: all 0.3s ease-in-out;
}
#header-nav #issue-toggle .fa:hover {
  color: white;
}
#header-nav nav.issue-nav {
  background: #272727;
  background-color: #272727;
  padding: 0;
  position: fixed;
  margin: 0;
  right: -200px;
  top: 100px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 185px;
  font-size: 0.6em;
}
.fixed #header-nav nav.issue-nav {
  top: 40px;
}
@media screen and (max-width: 1024px) {
  #header-nav nav.issue-nav {
    font-size: 1em;
  }
}
#header-nav nav.issue-nav.open {
  right: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.fixed #header-nav nav.issue-nav {
  top: 40px;
}
#header-nav nav.issue-nav ul {
  padding: 0 0 1em;
}
#header-nav nav.issue-nav li {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
#header-nav nav.issue-nav li:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
#header-nav nav.issue-nav a {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding: 5px 20px;
  width: 100%;
}
#header-nav nav.issue-nav a:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
#header-nav nav.issue-nav a:hover {
  color: #990000;
}

#header-nav.fixed a#issues,
#header-nav.fixed nav.issue-nav {
  position: fixed;
}
#header-nav.fixed nav.issue-nav {
  top: 40px;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

a.fixed-home {
  opacity: 0;
  position: absolute;
  margin: 0;
  padding-top: 5px;
  width: 94px;
  left: calc(50% - 47px);
  top: -200px;
}
.fixed a.fixed-home {
  top: 0;
  opacity: 1;
  height: 40px;
  transition: all 0.3s ease-in-out;
}
.fixed a.fixed-home img {
  height: 30px;
  width: auto;
}

@media (max-width: 600px) {
  .site-header #branding a img.usc-logo,
  span span.story-title {
    display: none;
  }
}
@media (min-width: 601px) {
  .site-header #branding a img.shield {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  a.home,
  span.title {
    display: none;
  }
  a.logotype {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    height: 40px;
    max-height: 40px;
  }
  .site-header #branding {
    display: none;
  }
  .site-header a.fixed-home {
    top: 0;
    opacity: 1;
  }
  .site-header #header-nav #issues .fa {
    padding-right: 2vw;
  }
  .site-header #site-nav,
  .site-header #header-nav nav.issue-nav {
    top: 40px;
  }
}
@media screen and (max-width: 640px) {
  #header-nav span.title {
    display: none;
  }
}
.logged-in #header-nav.fixed {
  top: 32px;
}
.logged-in #site-nav,
.logged-in #header-nav nav.issue-nav {
  top: 132px;
}
.logged-in .fixed #site-nav,
.logged-in #header-nav.fixed nav.issue-nav {
  top: 72px;
}
@media screen and (max-width: 782px) {
  .logged-in #header-nav.fixed {
    top: 44px;
  }
  .logged-in #site-nav,
  .logged-in #header-nav nav.issue-nav {
    top: 144px;
  }
  .logged-in .fixed #site-nav,
  .logged-in #header-nav.fixed nav.issue-nav {
    top: 84px;
  }
}

.page-template-template_table_of_contents .issue-wrap > #issues,
.page-template-front-page .issue-wrap > #issues {
  display: none;
}

.home.hero.swiper .swiper-container {
  display: block;
  position: relative;
  background-color: #333;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  .home.hero.swiper .swiper-wrapper {
    overflow: initial;
  }
}
.home.hero.swiper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .home.hero.swiper .swiper-slide:after {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
  }
}
.home.hero.swiper .swiper-button-prev,
.home.hero.swiper .swiper-button-next {
  color: white;
}
.home.hero.swiper .slide-content:before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
}
.home.hero.swiper .slide-content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .home.hero.swiper .slide-content:before {
    content: "";
    float: left;
    padding-bottom: 133.3333333333%;
  }
  .home.hero.swiper .slide-content:after {
    content: "";
    display: table;
    clear: both;
  }
}
.home.hero.swiper .slide-content-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.home.hero.swiper h2 {
  font-size: 2.5em;
  margin: 0 auto 15px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .home.hero.swiper h2 {
    font-size: 1.5em;
    color: white !important;
  }
}
@media screen and (max-width: 320px) {
  .home.hero.swiper h2 {
    font-size: 1.25em;
    color: white !important;
  }
}
.home.hero.swiper h3 {
  font-weight: 400;
  font-size: 1em;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .home.hero.swiper h3 {
    font-size: 0.8em;
    color: white !important;
  }
}
@media screen and (max-width: 320px) {
  .home.hero.swiper h3 {
    font-size: 0.6em;
    color: white !important;
  }
}
.home.hero.swiper h4 {
  font-weight: 400;
  font-size: 0.8em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home.hero.swiper h4 {
    color: white !important;
  }
  .home.hero.swiper h4 a {
    color: white !important;
  }
}
@media screen and (max-width: 320px) {
  .home.hero.swiper h4 {
    font-size: 0.65em;
    color: white !important;
  }
}
.home.hero.swiper .align-left {
  text-align: left;
  padding-left: 250px;
}
.home.hero.swiper .align-center {
  text-align: center;
  padding: 0 100px;
}
.home.hero.swiper .align-center h2 {
  padding: 0 2em;
}
.home.hero.swiper .align-right {
  text-align: right;
  padding-right: 250px;
}
.home.hero.swiper .swiper-pagination-bullets {
  height: 30px;
  bottom: 0;
  overflow: hidden;
  padding: 0;
}
.home.hero.swiper .swiper-pagination-bullets > span {
  margin-top: -10px;
}
.home.hero.swiper .swiper-scrollbar {
  display: none;
}
.home.hero.swiper span.swiper-pagination-bullet {
  line-height: 0;
  width: 9px;
  height: 9px;
  background: #777;
  opacity: 1;
  border: 1px solid #ffcc00;
}
.home.hero.swiper span.swiper-pagination-bullet:hover {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  background: #d0d0d0;
}
.home.hero.swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

@media screen and (max-width: 767px) {
  .entry-content.toc > section.home.hero.swiper.desktop {
    display: none;
  }
  .entry-content.toc > section.home.hero.swiper.mobile {
    display: block;
  }
  .home.hero.swiper .align-left,
  .home.hero.swiper .align-center,
  .home.hero.swiper .align-right {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .entry-content.toc > section.home.hero.swiper.desktop {
    display: block;
  }
  .entry-content.toc > section.home.hero.swiper.mobile {
    display: none;
  }
}
.site-footer {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding: 2vw 1vw 0.5vw;
  background: black;
  color: white;
  text-align: center;
  font-size: 0.6em;
  min-width: 100%;
  font-weight: 500;
  height: auto;
  border-top: 1px solid #444444;
}
.site-footer:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 4vw 2vw 1vw;
  }
}
.site-footer span.copyright a {
  transition: all 0.3s ease-in-out;
  color: white;
}
.site-footer span.copyright a:hover {
  border-bottom: 1px dashed #dadada;
}
.site-footer span.copyright a:active, .site-footer span.copyright a:focus {
  color: #dadada;
}
.site-footer .widget-title {
  text-align: left;
  margin-top: 0;
  padding-bottom: 0.25em;
  magin-bottom: 0.5em;
  border-bottom: 3px solid #777;
}
@media screen and (max-width: 960px) {
  .site-footer .flex-container {
    flex-flow: column wrap;
    margin-bottom: 2vw;
  }
  .site-footer .container.copyright {
    font-size: 0.75em;
  }
}
.site-footer .flex-element {
  padding-bottom: 2vw;
}
@media screen and (max-width: 960px) {
  .site-footer .flex-element {
    padding-bottom: 4vw;
  }
  .site-footer .flex-element:first-child {
    order: 2;
  }
}
.site-footer .flex-element:first-child, .site-footer .flex-element:last-child {
  width: 250px;
}
@media screen and (max-width: 960px) {
  .site-footer .flex-element:first-child, .site-footer .flex-element:last-child {
    width: 100%;
    max-width: 420px;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.site-footer nav ul {
  columns: 2 auto;
}
@media screen and (max-width: 960px) {
  .site-footer nav ul {
    columns: 3 auto;
  }
}
.site-footer nav ul li:before {
  font-family: "FontAwesome";
  font-size: 0.65em;
  color: #777;
  content: "\f054";
}
.site-footer .flex-element:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .site-footer .flex-element:first-child {
    padding-right: 2em;
  }
  .site-footer .flex-element:nth-child(2) {
    width: 600px;
  }
  .site-footer .flex-element:last-child {
    padding-left: 2em;
  }
}

#footer-page-nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: space-around;
}
#footer-page-nav a {
  color: #dadada;
}
#footer-page-nav a:hover {
  color: #999999;
  transition: all 0.3s ease-in-out;
}
#footer-page-nav .row {
  padding: 0 1vw;
  margin-bottom: 2vw;
}
#footer-page-nav .row:last-child {
  margin-bottom: 0;
}
#footer-page-nav .page-nav {
  width: 420px;
}
#footer-page-nav .page-nav .arrow {
  position: absolute;
  width: 40px;
  margin: 0;
  height: 130px;
  top: 30px;
  bottom: 0;
  font-size: 6em;
}
@media screen and (max-width: 480px) {
  #footer-page-nav .page-nav .arrow {
    display: none;
  }
}
#footer-page-nav .page-nav .arrow a {
  margin-bottom: 2vw;
}
#footer-page-nav .page-nav .arrow.prev-arrow {
  left: 0;
}
#footer-page-nav .page-nav .arrow.next-arrow {
  right: 0;
}
#footer-page-nav .page-nav .arrow span.fa {
  vertical-align: top;
}
#footer-page-nav .page-nav a.article-thumb {
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  height: 150px;
  width: 150px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border: 1px solid #666666;
}
#footer-page-nav .page-nav a.article-thumb:after {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  font-family: "FontAwesome";
  content: "\f0c1";
  text-align: center;
  font-size: 2em;
  vertical-align: middle;
  color: #ffffff;
  line-height: 150px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#footer-page-nav .page-nav a.article-thumb:hover:after {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#footer-page-nav .page-nav a.article-thumb.prev {
  left: 50px;
}
#footer-page-nav .page-nav a.article-thumb.next {
  right: 50px;
}
#footer-page-nav .page-nav a.text-link {
  display: inline-block;
  position: relative;
  margin-top: 160px;
  width: 150px;
}
#footer-page-nav .page-nav a.text-link.prev {
  float: left;
  margin-left: 40px;
}
#footer-page-nav .page-nav a.text-link.next {
  float: right;
  margin-right: 40px;
}

.container.search {
  margin-bottom: 2vw;
}

#search-form {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  #search-form {
    max-width: initial;
  }
}
#search-form .container input[type=text] {
  float: left;
  height: 35px;
  min-height: 35px;
  width: calc(100% - 35px);
  border-color: white;
  border-width: 1px;
  border-radius: 0;
  background: white;
}
#search-form .container input.searchSubmit {
  width: 35px;
  height: 35px;
  margin: 0;
  float: left;
  padding: 5px;
  border-color: white;
  border-width: 1px;
  border-radius: 0;
  background: white;
}

.page-template-template_table_of_contents #footer-page-nav .page-nav,
.page-template-front-page #footer-page-nav .page-nav,
.search #footer-page-nav .page-nav,
.error404 #footer-page-nav .page-nav {
  display: none;
}

.flipcard,
.flipcard > .content {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin: 20px;
  border-radius: 1em;
}
.flipcard .front,
.flipcard > .content .front {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.25em;
}
.flipcard .back,
.flipcard > .content .back {
  width: 50%;
  padding: 1em;
  font-size: 14px !important;
}
.flipcard .back .separator,
.flipcard > .content .back .separator {
  clear: both;
  display: block;
  position: relative;
  width: 20%;
  height: 1px;
  margin: 0.5em auto;
  content: "";
  background: rgb(255, 255, 255) !important;
}
.flipcard .back h2.flipcard-title,
.flipcard > .content .back h2.flipcard-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.1;
  color: rgb(255, 255, 255) !important;
  text-align: center;
}
.flipcard .back h3.flipcard-subtitle,
.flipcard > .content .back h3.flipcard-subtitle {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.1;
  text-align: center;
  color: rgb(255, 255, 255) !important;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
.page-template-template_scrollingsections {
  /*.before-content+p {
      padding: 0 20px;
  }*/
}
.page-template-template_scrollingsections .article-author {
  margin-bottom: 0.5em;
}
.page-template-template_scrollingsections .scroll-section.desktop {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  text-align: center;
  overflow: hidden;
  padding-left: 5vw;
  padding-right: 5vw;
  z-index: 0;
  height: calc(80% - 50px);
  height: calc(80vh - 50px);
  max-height: calc(80% - 50px);
  max-height: calc(800vh - 50px);
}
.page-template-template_scrollingsections .scroll-section.desktop:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.page-template-template_scrollingsections .scroll-section.desktop .aos-init {
  overflow: hidden;
}
.page-template-template_scrollingsections .scroll-section.desktop .top {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin-top: 29vh;
  overflow: hidden;
}
.page-template-template_scrollingsections .scroll-section.desktop .top:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.page-template-template_scrollingsections .scroll-section.desktop .top-left,
.page-template-template_scrollingsections .scroll-section.desktop .top-right,
.page-template-template_scrollingsections .scroll-section.desktop .bottom-left,
.page-template-template_scrollingsections .scroll-section.desktop .bottom-right {
  display: inline-block;
  float: left;
  margin: auto;
  width: 30%;
}
.page-template-template_scrollingsections .scroll-section.desktop .top-center,
.page-template-template_scrollingsections .scroll-section.desktop .bottom-center {
  display: inline-block;
  float: left;
  margin: auto;
  width: 40%;
  min-width: 40%;
  padding: 0 0.5em;
}
.page-template-template_scrollingsections .scroll-section.desktop .bottom {
  position: absolute;
  width: 100%;
  height: 150px;
  margin: 0;
  bottom: 0;
  left: 0;
  padding: 0 5vw;
  z-index: 1;
}
.page-template-template_scrollingsections .scroll-section.desktop img {
  max-height: 150px;
  margin: 0;
}
.page-template-template_scrollingsections .scroll-section.desktop h1 {
  font-size: 48px;
  font-size: 48px;
  margin-top: 27px;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 62.5px) {
  .page-template-template_scrollingsections .scroll-section.desktop h1 {
    font-size: 30px;
  }
}
@media (min-width: 125px) {
  .page-template-template_scrollingsections .scroll-section.desktop h1 {
    font-size: 60px;
  }
}
.page-template-template_scrollingsections .scroll-section.desktop h2 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-template_scrollingsections .scroll-section.desktop p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2;
}
.page-template-template_scrollingsections .scroll-section.mobile {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  text-align: left;
  padding: 10px 20px;
}
.page-template-template_scrollingsections .scroll-section.mobile:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.page-template-template_scrollingsections .scroll-section.mobile p {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.page-template-template_scrollingsections .scroll-section.mobile p:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.page-template-template_scrollingsections .scroll-section.mobile h1,
.page-template-template_scrollingsections .scroll-section.mobile h2 {
  margin: 0 auto;
}
.page-template-template_scrollingsections .scroll-section.mobile .row {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin: 0 auto 1em;
}
.page-template-template_scrollingsections .scroll-section.mobile .row:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.page-template-template_scrollingsections .scroll-section.mobile .row:last-child {
  margin-bottom: 0;
}
.page-template-template_scrollingsections .scroll-section.mobile .row .image {
  display: inline-block;
  width: 80px;
  text-align: center;
  float: left;
}
.page-template-template_scrollingsections .scroll-section.mobile .row .text {
  display: inline-block;
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
}
.page-template-template_scrollingsections .scroll-section.mobile .row .text .text-box {
  width: 100%;
}
.page-template-template_scrollingsections .scroll-section.mobile .row .text .text-box p,
.page-template-template_scrollingsections .scroll-section.mobile .row .text .text-box p:last-child {
  font-size: 18px;
  margin-bottom: 0;
}
.page-template-template_scrollingsections .scroll-section.mobile img {
  max-width: 80px;
  margin: 0;
}
.page-template-template_scrollingsections .scroll-section.mobile h1 {
  font-size: 36px;
  opacity: 0.7;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted white;
}
.page-template-template_scrollingsections .scroll-section.mobile h2 {
  margin-top: 0;
  font-size: 22px;
}
.page-template-template_scrollingsections .fade-in, .page-template-template_scrollingsections .home.hero.swiper .swiper-slide-active .slide-content-inner, .home.hero.swiper .swiper-slide-active .page-template-template_scrollingsections .slide-content-inner {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.page-template-template_scrollingsections .fade-in.one, .page-template-template_scrollingsections .home.hero.swiper .swiper-slide-active .one.slide-content-inner, .home.hero.swiper .swiper-slide-active .page-template-template_scrollingsections .one.slide-content-inner {
  animation-delay: 0.7s;
}
.page-template-template_scrollingsections .fade-in.two, .page-template-template_scrollingsections .home.hero.swiper .swiper-slide-active .two.slide-content-inner, .home.hero.swiper .swiper-slide-active .page-template-template_scrollingsections .two.slide-content-inner {
  animation-delay: 1.2s;
}
.page-template-template_scrollingsections .fade-in.three, .page-template-template_scrollingsections .home.hero.swiper .swiper-slide-active .three.slide-content-inner, .home.hero.swiper .swiper-slide-active .page-template-template_scrollingsections .three.slide-content-inner {
  animation-delay: 1.6s;
}
@keyframes typeReveal {
  0% {
    width: 0;
  }
  30% {
    width: 30%;
  }
  60% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
.page-template-template_scrollingsections .type-reveal {
  width: 0%;
  animation: typeReveal ease-in 1;
}
@media screen and (max-width: 767px) {
  .page-template-template_scrollingsections .scroll-section.desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template_scrollingsections .scroll-section.mobile {
    display: none;
  }
}

.fact .full {
  padding-top: 0;
  padding-bottom: 0;
  background: white;
}
.fact .entry-content:not(.full) .before-content {
  padding: 2vw 0 0;
}
.fact .facts-container {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  min-height: 100%;
  margin-bottom: 1em;
}
.fact .facts-container:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fact .facts-container:before {
    position: absolute;
    margin: 0;
    top: 0;
    left: 30%;
    bottom: 0;
    width: 1px;
    background: #990000;
    content: "";
  }
}
.fact .facts-wrap {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding-top: 1em;
}
.fact .facts-wrap:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.fact form {
  width: 30%;
  float: left;
  margin: 0 0 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .fact form {
    clear: both;
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    content: "";
    padding-right: 0;
    margin: 0 auto;
    padding: 1em 1em 0;
    background: #fbfbfb;
    border: 1px solid #dadada;
    border-top: none;
    transition: opacity 0.4 ease-in-out;
  }
  .fact form .mobile-col {
    width: 45%;
  }
  .fact form .mobile-col:nth-child(odd) {
    float: left;
  }
  .fact form .mobile-col:nth-child(even) {
    float: right;
  }
  .fact form.expanded {
    transition: opacity 0.4 ease-in-out;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.fact .sort-menu-toggle {
  width: 100%;
  margin: 0;
  font-size: 0.75em;
  line-height: 1.6;
  color: black;
  display: none;
  visibility: hidden;
  opacity: 0;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  transition: opacity 0.4s ease-in-out;
}
.fact .sort-menu-toggle a#sortToggle,
.fact .sort-menu-toggle a.fr {
  cursor: pointer;
  /* &:hover {
       color: #990000;
   }*/
}
@media screen and (max-width: 767px) {
  .fact .sort-menu-toggle {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.fact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.6em;
  font-weight: 500;
}
.fact ul li {
  line-height: 1.3;
  margin-bottom: 1em;
}
.fact ul .current a {
  color: #333;
}
.fact ul .sort-header {
  font-weight: 700;
  margin-top: 1em;
}
.fact ul .sort-header:first-child {
  margin-top: 0;
}
.fact .fact-list {
  width: 70%;
  float: left;
  height: 100%;
  min-height: 100%;
  content: "";
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .fact .fact-list {
    clear: both;
    display: block;
    width: 100%;
    content: "";
    padding-left: 0;
    border-left: none;
    margin-top: 1em;
  }
}
.fact .fact-list > h4 {
  font-weight: 400;
  margin: 0 auto 1em;
}
.fact .fact-list .facts-category-name {
  text-transform: uppercase;
}
.fact .fact-list .pagination {
  text-align: center;
  font-size: 0.85em;
  margin: 0.5em auto 0;
}
.fact .fact-list .fact-list-wrap {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.fact .fact-list .fact-list-wrap:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .fact .fact-list .fact-list-wrap {
    padding-left: 1em;
    border-left: 1px solid #990000;
    height: 100%;
    min-height: 100%;
    content: "";
  }
}
.fact .hentry .entry-header,
.fact .hentry .fact {
  display: inline-block;
  float: left;
}
.fact .hentry .entry-header {
  width: 120px;
  margin-top: 3px;
}
.fact .hentry .fact {
  width: calc(100% - 120px);
  padding-left: 1em;
  margin-bottom: 1em;
}
.fact .hentry h4.fact-subhead {
  margin: 0 0 0.5em;
  font-weight: 700;
  font-size: 0.65em;
  color: #990000;
}
.fact .hentry p {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5;
}
.fact .fact-list p {
  font-size: 0.65em;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.5em 1em;
  appearance: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

#load_more_posts {
  clear: both;
  float: none;
  display: block;
  position: relative;
  text-align: center;
  width: auto;
  margin: 1em auto;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
#load_more_posts:hover {
  opacity: 0.8;
}
#load_more_posts:active, #load_more_posts:focus {
  background: #000000;
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*#gform_wrapper_1 .gform_footer {
    display: none;
}*/
.email-form {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background: inherit;
  border: 10px solid white;
}
.email-form:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.email-form h1 {
  margin: 0 auto;
  font-size: 4.8vw;
}

#email-form-header,
#email-form-footer {
  margin: 0 0 0 2vw;
  width: 45vw;
}

#email-form-header {
  padding: 0 2vw;
  float: left;
  background: #666666;
  margin-top: -10px;
}

#email-form-middle {
  margin: 0 2vw 2vw;
  padding: 0 2vw;
}
#email-form-middle h1 {
  color: #ffffff;
}

#email-form-logo {
  position: relative;
  width: 12vw;
  background: #666666;
  margin-top: -10px;
  padding-top: 10px;
}

​ #email-form-footer {
  position: relative;
  background: #666666;
  width: 45vw !important;
  margin: 0 2vw -26px;
  border-radius: 0px !important;
}

#email-form-footer ::-webkit-input-placeholder {
  /* Chrome */
  color: #fff !important;
  font-style: italic;
  letter-spacing: 0.035em;
}
#email-form-footer :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  font-style: italic;
  letter-spacing: 0.035em;
}
#email-form-footer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
  font-style: italic;
  letter-spacing: 0.035em;
}
#email-form-footer :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff !important;
  opacity: 1 !important;
  font-style: italic;
  letter-spacing: 0.035em;
}

#email-form-footer input {
  padding: 2vw !important;
  font-size: 14px;
  letter-spacing: 0.035em;
  color: #fff;
  width: 100%;
  padding: 1vw;
  background-color: transparent;
}

#input_1_1 {
  width: 29vw !important;
}

@media (max-width: 1199px) {
  #input_1_1 {
    width: 26vw !important;
  }
}
@media (max-width: 991px) {
  #input_1_1 {
    width: 24vw !important;
  }
}
@media (max-width: 767px) {
  #input_1_1 {
    width: 100% !important;
    font-size: 12px !important;
  }
}
#gform_wrapper_1.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
  margin-top: 12px;
  border-radius: 3px;
  padding: 2vw !important;
  font-size: 16px !important;
  letter-spacing: 0.035em !important;
  background-color: #000 !important;
  border: 1px solid #000;
  color: #fff;
}

#gform_wrapper_1.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit]:hover {
  background-color: #fff !important;
  color: #000000;
  border: 1px solid #fff;
}

@media (max-width: 640px) {
  #gform_wrapper_1.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
    font-size: 12px !important;
    margin-top: 0px !important;
  }
}
body .gform_confirmation_message {
  padding: 0 2vw;
  background: #666666;
  text-align: center;
  color: #ffcc00;
  font-weight: bold;
  margin-bottom: -20px;
}

#gform_wrapper_1 {
  position: relative;
  background: #666666;
  width: 45vw;
  margin: 0 2vw -10px;
  padding: 0 2vw;
}

@media screen and (max-width: 640px) {
  .entry-content.toc section#email-form {
    padding: 4vw;
  }
  .email-form {
    border-width: 4px;
  }
  #email-form-logo {
    width: 30vw;
    margin-top: 0;
  }
  #email-form-header,
  #email-form-footer {
    margin: 0 0 0 2vw;
    width: 65vw;
  }
  #email-form-header h1 {
    font-size: 6vw;
  }
  #email-form-footer {
    font-size: 0.7em;
    margin-bottom: 2vw;
  }
}
#searchinput {
  color: #000;
  background-color: #fff;
}

a {
  color: #990000;
  transition: all 0.3s ease-in-out;
}
a:visited {
  color: #990000;
}
a:hover, a:focus, a:active {
  color: #777;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.faculty-profile {
  display: block;
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  background: #2f2f2f;
  transition: all 0.3s ease-in-out;
}
a.faculty-profile:hover {
  background: #494949;
}
a.faculty-profile:active, a.faculty-profile:focus {
  background: black;
}
a.faculty-profile span {
  vertical-align: middle;
  line-height: 40px;
}

/* a.story-link {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    //width: 40px;
   // height: 40px;
    color: white;
    text-align: center;
    background: $gray__x-dk;
    @include transition(all, .3s, ease-in-out);
    &:hover {
        background: lighten($gray__x-dk, 10%);
        border-bottom: none;
    }
    &:active,
    &:focus {
        background: black;
    }
    span {
        vertical-align: middle;
        line-height: 40px;
    }
} */
body.dark-theme-1 .entry-content a.story-link:hover {
  border-bottom: none;
}

#site-nav {
  position: fixed;
  top: 100px;
  left: -320px;
  bottom: 0;
  margin: 0;
  background: #272727;
  background-color: #272727;
  width: 320px;
  float: left;
  opacity: 0;
  overflow-y: scroll;
  padding: 1em;
  transition: all 0.4s ease-in-out;
}
#site-nav.open {
  transition: all 0.4s ease-in-out;
  left: 0;
  opacity: 1;
}
.fixed #site-nav {
  top: 40px;
}
#site-nav .nav-content {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 2vw;
  background-color: inherit;
}
#site-nav .nav-content ul {
  width: 100%;
  min-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  content: "";
  display: table;
  width: 100%;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.3;
  background-color: inherit;
  color: white;
}
@media screen and (max-width: 1024px) {
  #site-nav .nav-content ul {
    font-size: 1em;
  }
}
#site-nav .nav-content ul .menu-section {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font-style: italic;
  margin: 5px auto;
}
#site-nav .nav-content ul .menu-section + .menu-section {
  margin-top: 10px;
}
#site-nav .nav-content ul li {
  padding: 4px 0;
}
#site-nav .nav-content ul a {
  color: white;
}
#site-nav .nav-content ul a:hover {
  transition: all 0.3s ease-in-out;
  color: #ccc;
}
#site-nav #main-nav {
  background-color: inherit;
}

#header-nav.fixed + #site-nav.slide-in {
  top: 40px;
}

nav ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.nano-content .seal,
.article-wrap .seal {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline-block;
  float: left;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1.5em;
}

.alignright {
  display: inline-block;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.max {
  width: 100%;
  max-width: 44em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.full {
  width: 100%;
  max-width: 39.725em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
  overflow: auto;
}
@media screen and (min-width: 575px) {
  .full {
    padding: 60px 60px 2vw;
  }
}

.flex-container {
  clear: both;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-container .flex-item {
  flex-grow: 1;
}

.article-wrap:before {
  display: block;
  position: relative;
  width: 10em;
  margin: 0 auto;
  height: 2px;
  background: #777;
}

.page-title-wrap {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin-bottom: 0.75em;
}
.page-title-wrap:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}

.page-title.expandable {
  color: #000;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.page-title.expandable span {
  display: inline-block;
  /* -webkit-transition: -webkit-transform 1.4s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 1.4s cubic-bezier(.19, 1, .22, 1);
  transition: transform 1.4s cubic-bezier(.19, 1, .22, 1);
  transition: transform 1.4s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.4s cubic-bezier(.19, 1, .22, 1); */
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
a.tooltips {
  position: relative;
  display: inline;
}

a.tooltips span {
  position: absolute;
  width: 140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}

a.tooltips span:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  top: 30px;
  left: 50%;
  margin-left: -76px;
}

.eh {
  height: auto;
}

a.story-link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 3em;
  text-align: center;
  background: #2f2f2f;
  color: #ffffff;
}
a.story-link span {
  width: 3em;
  height: 3em;
  line-height: 3em;
}
a.story-link:hover {
  border-bottom: 0;
}
.one-sixth a.story-link {
  width: 1.75em;
  height: 1.75em;
}
.one-sixth a.story-link span {
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
}
.one-fourth a.story-link {
  width: 2.5em;
  height: 2.5em;
}
.one-fourth a.story-link span {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}

.hover-expand {
  position: relative;
  overflow: visible;
  transition: all 0.3s ease-in-out;
}
.hover-expand:hover {
  z-index: 5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .hover-expand:hover {
    transform: scale(1.03);
    z-index: 10;
  }
}
.hover-expand:hover .row.image {
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
}
.hover-expand:hover .story-link {
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  color: #2f2f2f;
  transition: all 0.3s ease-in-out;
}
.hover-expand:hover .story-link:hover {
  background: #dedede;
  color: #000000;
}
.hover-expand:last-child, .hover-expand:last-of-type {
  margin-left: -0.03%;
}

.left-gutter-pull {
  width: 120px;
  padding-right: 0.9375em;
  text-align: right;
  float: left;
  font-size: 0.5em;
}

.clear {
  clear: both;
}

.content-hero .seal {
  display: none;
}

@keyframes fadein-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-8-12 9:32:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
.slide-bottom {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.content-area {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  max-width: 1920px;
}
.content-area:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 auto;
  background: #323232;
}

.updated:not(.published) {
  display: none;
}

header.entry-header {
  z-index: 5;
}
header.entry-header figure {
  margin: 0 auto;
}

#page.site,
.page-content,
.entry-content,
.entry-summary {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin: 0 auto;
  overflow: auto;
}
#page.site:after,
.page-content:after,
.entry-content:after,
.entry-summary:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.content-hero {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  overflow: hidden;
}
.content-hero:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.content-hero img {
  width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.before-content {
  opacity: 1;
}

.author-image.flex-container {
  align-items: flex-start;
}
.author-image .before-content {
  padding-right: 1em;
}
.author-image .before-content-wrap {
  margin-right: auto;
  padding-right: 2vw;
}
.author-image .author-photo {
  min-width: 140px;
  width: 140px;
  /* margin-left: auto;
  margin-right: auto; */
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .author-image .author-photo {
    min-width: 20vw;
    width: 20vw;
  }
}
.author-image .author-photo p span {
  float: right;
  width: 140px;
  font-size: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .author-image .author-photo p span {
    width: 20vw;
    font-size: 0.4em;
    text-align: left;
  }
}

.section-info {
  clear: both;
  width: 100%;
  margin-bottom: 1em;
}
.section-info .content {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding-bottom: 0.5em;
  border-bottom: 10px solid #000000;
  color: #000000;
}
@media screen and (max-width: 480px) {
  .section-info .content {
    border-bottom: 5px solid #000000;
  }
}
.section-info .article-icon {
  height: 20px;
  line-height: 20px;
  font-size: 0.8em;
  text-transform: uppercase;
}
.section-info .article-icon span {
  line-height: 20px;
  padding-left: 30px;
  background-color: #fff;
  color: #000;
}
.section-info svg {
  position: absolute;
  height: 20px;
  width: 20px;
}

.entry-content {
  background: white;
}
.entry-content hr {
  margin: 0 0 0.5em 0;
  float: left;
  height: 10px;
  width: 6em;
  background-color: black;
}
.entry-content.dark {
  background: #2f2f2f;
  color: white;
}
.entry-content.dark .page-title {
  color: white;
}
.entry-content.dark hr {
  background-color: #dadada;
}
.entry-content:not(.full) .before-content {
  padding: 2vw 20px;
}
.faculty-section .entry-content:not(.full) .before-content {
  padding-bottom: 0;
}

p.article-details {
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
  p.article-details {
    font-size: 0.85em;
    margin-bottom: 0.5em;
    line-height: 1.1;
  }
}

p.article-author {
  font-size: 0.8em;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 480px) {
  p.article-author {
    font-size: 0.65em;
    margin-bottom: 0.25em;
  }
}

.left {
  display: inline-block;
  position: relative;
  float: left;
  width: 60%;
}

.article-images {
  display: inline-block;
  position: relative;
  float: right;
  width: 33%;
  margin-left: 40px;
  overflow: auto;
  min-height: 100%;
}

.archive-before-content {
  padding: 1vw 2vw;
}

.section-info h1.page-title {
  text-transform: none;
  margin: 0 auto;
}

figure.inline {
  width: 48%;
  float: left;
}
@media screen and (max-width: 768px) {
  figure.inline {
    width: 100%;
    clear: both;
  }
}

.social-share {
  position: relative;
  font-size: 20px;
  width: 200px;
  height: 50px;
  float: left;
  margin-left: -60px;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
}
.social-share.before-footer {
  position: relative;
  margin-bottom: -2vw;
}
.social-share a {
  display: block;
  position: absolute;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  left: 0;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
}
.social-share a:hover {
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.4);
  transform: translateZ(0);
}
.social-share a:nth-child(1) {
  background: #b3b3b3;
}
.social-share a:nth-child(2) {
  background: #333333;
}
.social-share a:nth-child(3) {
  background: #666666;
}
.social-share a span {
  width: 50px;
  min-width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: white;
  background: inherit;
}

.social-share:hover a {
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
}
.social-share:hover a:nth-child(1) {
  background: #000000;
  left: 0;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
}
.social-share:hover a:nth-child(2) {
  background: #333333;
  transition: all 0.3s ease-in-out;
  left: 50px;
  transform: translateZ(0);
}
.social-share:hover a:nth-child(3) {
  background: #666666;
  transition: all 0.3s ease-in-out;
  left: 100px;
  transform: translateZ(0);
}

.social-share.open {
  position: absolute;
}
.social-share.open.top {
  top: 0;
}
.social-share.open.bottom {
  bottom: 0;
}

.social-share.open a {
  transition: all 0.3s ease-in-out;
}
.social-share.open a:nth-child(1) {
  background: #000000;
  left: 0;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
}
.social-share.open a:nth-child(2) {
  background: #333333;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
  left: 50px;
}
.social-share.open a:nth-child(3) {
  background: #666666;
  transition: all 0.3s ease-in-out;
  left: 100px;
}

.page-template-template_faculty .social-share {
  z-index: 15;
}
.social-share span#copy-link {
  display: block;
  position: absolute;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  top: 0;
  left: 0;
  line-height: 50px;
  text-align: center;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background: #b3b3b3;
}
.social-share span#copy-link:hover {
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.4);
  background: #b3b3b3;
}

.social-share:hover span#copy-link,
.social-share.open span#copy-link {
  background: #cccccc;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
  left: 150px;
}

@media screen and (max-width: 1024px) {
  #social-share.social-share {
    clear: both;
    float: none;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .social-share.before-footer {
    margin: 0 auto 1em;
    clear: both;
    float: none;
  }
}
.col:nth-child(even) {
  background-color: black;
  border-bottom: 1px solid transparent;
}
.col:nth-child(odd) {
  background-color: #2f2f2f;
  border-bottom: 1px solid black;
}
.col .text {
  padding: 2vw;
  color: white;
}
.col .text a {
  color: white;
}
.col h3 {
  font-weight: 700;
  font-size: 0.6em;
  margin: 0 auto 0.5em;
}
.col p {
  font-size: 0.55em;
  margin: 0;
}
.col .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col .image:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.col .image:after {
  content: "";
  display: table;
  clear: both;
}
.col img.wp-smiley,
.col img.emoji {
  display: none !important;
}

.two-col {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.two-col:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.two-col .col-img {
  padding-right: 2vw;
}
.two-col .col-img a img {
  margin-bottom: 2vw;
}
.two-col .col-img a {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.two-col .col-img a:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.two-col .col-img a img {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.two-col .col-img a img:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.two-col .col-copy h3 {
  font-weight: 200;
  margin-top: 0.4em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .two-col .col-img a img,
  .two-col .col-copy h3 {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .two-col .col-img,
  .two-col .col-copy {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
    margin-bottom: 2vw;
  }
  .two-col .col-img:after,
  .two-col .col-copy:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
}

.search main,
.search .hentry {
  background: #ffffff;
}
.search h1.page-title {
  font-size: 1.3em;
  font-weight: 500;
  text-transform: none;
}
.search .hentry {
  padding-left: 0.5em;
  border-left: 4px solid;
  border-color: #d9d9d9;
  transition: border-color 0.5s ease-in-out;
}
.search .hentry:hover {
  border-color: #999999;
  transition: border-color 0.5s ease-in-out;
}
.search .entry-title {
  margin: 0 auto 0.25em;
  font-size: 1.2em;
  font-weight: 500;
}
.search .entry-title a {
  color: #666666;
}
.search .entry-title a:hover {
  color: #999999;
}
.search .row.text {
  font-size: 0.7em;
}

body.light-theme-1.page-template-front-page {
  background: black;
  overflow: visible;
}

.entry-content.toc {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background: black;
  overflow: visible;
  scrolling: no;
}
.entry-content.toc:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.entry-content.toc .hero .flex-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 1920px;
  max-height: 91vh;
  align-items: center;
  padding: 2vw;
}
.entry-content.toc .hero .flex-container:before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
}
.entry-content.toc .hero .flex-container:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content.toc .hero .flex-container .hero-content {
  text-align: center;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.entry-content.toc .hero .flex-container .hero-content .bg {
  max-width: 700px;
  padding: 8vw;
}
.entry-content.toc .hero .flex-container .hero-content img,
.entry-content.toc .hero .flex-container .hero-content img + a,
.entry-content.toc .hero .flex-container .hero-content a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
.entry-content.toc .hero .flex-container .hero-content img:hover,
.entry-content.toc .hero .flex-container .hero-content img + a:hover,
.entry-content.toc .hero .flex-container .hero-content a:hover {
  border-bottom: none;
}
.entry-content.toc .hero .flex-container .hero-content a {
  text-align: center;
}
.entry-content.toc .hero .flex-container .hero-content a button {
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 0.4em 1em;
  border: 3px solid white;
  background: #2f2f2f;
  color: #ffffff;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.entry-content.toc .hero .flex-container .hero-content a button:hover {
  border-color: #dadada;
  background: #666666;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.entry-content.toc .hero .flex-container .hero-content a button:active, .entry-content.toc .hero .flex-container .hero-content a button:focus {
  border-color: #2f2f2f;
  background: #777;
  color: #ffffff;
}
.entry-content.toc .hero .flex-container .hero-content h1,
.entry-content.toc .hero .flex-container .hero-content h2 {
  font-weight: 500;
  text-shadow: 0 0 5px rgb(0, 0, 0);
  color: #ffffff;
  margin: 0 auto;
  line-height: 1.1;
}
.entry-content.toc .hero .flex-container .hero-content h1 {
  font-size: 2.5em;
}
.entry-content.toc .hero .flex-container .hero-content p {
  font-family: serif;
  font-style: italic;
  font-weight: normal;
  text-shadow: 0 0 5px rgb(0, 0, 0);
  color: #ffffff;
  margin: 0 auto;
}
.entry-content.toc .scroll-down {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in 3s;
  transition: all 0.5s ease-in 3s;
}
.entry-content.toc .scroll-down {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  background: #2f2f2f;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .entry-content.toc .scroll-down {
    display: none;
  }
}
.entry-content.toc .scroll-down:hover {
  background: #777;
}
.entry-content.toc .scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}
@media screen and (max-width: 768px) {
  .entry-content.toc .scroll-down:before {
    display: none;
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.entry-content.toc section {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.entry-content.toc section:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.entry-content.toc section#email-form {
  padding: 2vw;
  background: #666666;
}
.entry-content.toc .outer {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  border-left: 65px solid black;
  border-right: 65px solid black;
  background: black;
  color: white;
}
.entry-content.toc .outer:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.entry-content.toc .outer h1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  min-width: 600px;
  background: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  font-size: 24px;
  margin: 0;
  line-height: 65px;
  font-weight: 500;
  text-transform: uppercase;
}
.entry-content.toc .outer h1 span.rule {
  position: absolute;
  display: block;
  margin-top: 23px;
  width: 120px;
  min-width: 120px;
  height: 18px;
  background: white;
  line-height: 65px;
}
.entry-content.toc .outer h1 span.title {
  display: block;
  margin-left: 130px;
  width: 300px;
  right: 0;
}
.entry-content.toc .one-half,
.entry-content.toc .one-third,
.entry-content.toc .two-col .col-img,
.two-col .entry-content.toc .col-img,
.entry-content.toc .one-fourth,
.entry-content.toc .one-sixth {
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: none;
}
.entry-content.toc .one-half:before,
.entry-content.toc .one-third:before,
.entry-content.toc .two-col .col-img:before,
.two-col .entry-content.toc .col-img:before,
.entry-content.toc .one-fourth:before,
.entry-content.toc .one-sixth:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.entry-content.toc .one-half:after,
.entry-content.toc .one-third:after,
.entry-content.toc .two-col .col-img:after,
.two-col .entry-content.toc .col-img:after,
.entry-content.toc .one-fourth:after,
.entry-content.toc .one-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content.toc .one-half .text h3 {
  font-weight: 500;
  margin: 0 auto 0.25em;
  font-size: 1.5em;
}
@media screen and (max-width: 900px) {
  .entry-content.toc .one-half .text h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 550px) {
  .entry-content.toc .one-half .text h3 {
    font-size: 1.4em;
  }
}
.entry-content.toc .one-fourth .text h3 {
  font-weight: 500;
  margin: 0 auto 0.25em;
  font-size: 1em;
}
@media screen and (max-width: 900px) {
  .entry-content.toc .one-fourth .text h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 550px) {
  .entry-content.toc .one-fourth .text h3 {
    font-size: 1.4em;
  }
}
.entry-content.toc .one-fourth .text p {
  font-size: 0.6em;
  font-weight: 500;
}
.entry-content.toc .text,
.entry-content.toc a.story-link {
  position: absolute;
}
.entry-content.toc .text {
  top: 0;
  left: 0;
  right: 0;
  padding: 2vw;
  text-shadow: 0 0 5px rgb(0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
.entry-content.toc .text p {
  font-size: 0.75em;
  font-weight: 500;
}
.entry-content.toc .text a {
  color: #ffffff;
}
.entry-content.toc .text a:hover {
  color: #dadada;
}
.entry-content.toc .one-third .text h3, .entry-content.toc .two-col .col-img .text h3, .two-col .entry-content.toc .col-img .text h3 {
  font-weight: 500;
  margin: 0 auto 0.25em;
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .entry-content.toc .one-third .text h3, .entry-content.toc .two-col .col-img .text h3, .two-col .entry-content.toc .col-img .text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .entry-content.toc .one-third .text h3, .entry-content.toc .two-col .col-img .text h3, .two-col .entry-content.toc .col-img .text h3 {
    font-size: 30px;
  }
}

#toc_bottom {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .entry-content.toc {
    background: #2f2f2f;
  }
  .entry-content.toc .hero {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
  }
  .entry-content.toc .hero:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .entry-content.toc .hero .row.image {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
  }
  .entry-content.toc .hero .row.image:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .entry-content.toc .hero .row.image:before {
    content: "";
    float: left;
    padding-bottom: 66.6666666667%;
  }
  .entry-content.toc .hero .row.image:after {
    content: "";
    display: table;
    clear: both;
  }
  .entry-content.toc section {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
  }
  .entry-content.toc section:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .entry-content.toc .outer {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
    border-left: 35px solid black;
    border-right: 35px solid black;
    background: black;
    color: white;
  }
  .entry-content.toc .outer:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .entry-content.toc .outer h1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 100%;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-size: 18px;
    margin: 0;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .entry-content.toc .outer h1 span.rule {
    position: absolute;
    display: block;
    margin-top: 12px;
    width: 80px;
    min-width: 80px;
    height: 12px;
    background: white;
    line-height: 45px;
  }
  .entry-content.toc .outer h1 span.title {
    margin-left: 95px;
  }
}
@media screen and (max-width: 550px) {
  .entry-content.toc .one-half,
  .entry-content.toc .one-third,
  .entry-content.toc .two-col .col-img,
  .two-col .entry-content.toc .col-img,
  .entry-content.toc .one-fourth {
    width: 100%;
  }
}
.faculty-section .entry-content {
  overflow: hidden;
}
.faculty-section .one-sixth h3 {
  display: inline-block;
  width: auto;
}
.faculty-section .one-sixth p {
  font-weight: 500;
}
.faculty-section .entry-content:not(.full) .social-share,
.faculty-section .entry-content:not(.full) .social-share.before-footer {
  margin-left: 0;
  margin-bottom: 0;
}
.faculty-section .entry-content:not(.full) .social-share.before-footer {
  clear: both;
  float: none;
  margin: 0 auto;
}

.page-template-template_sample .entry-content .left {
  display: inline-block;
  position: relative;
  margin: 0;
  float: left;
  width: 55%;
}
.page-template-template_sample .entry-content .article-images {
  clear: none;
  display: inline-block;
  position: relative;
  margin: 0;
  float: right;
  width: 45%;
  padding-left: 4vw;
}
.page-template-template_sample .entry-content .article-images figure:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-template-template_sample .entry-content .before-content,
  .page-template-template_sample .entry-content .left,
  .page-template-template_sample .entry-content .article-images {
    clear: both;
    display: block;
    position: relative;
    float: none;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0 auto 1em;
  }
  .page-template-template_sample .entry-content .before-content:last-child,
  .page-template-template_sample .entry-content .left:last-child,
  .page-template-template_sample .entry-content .article-images:last-child {
    margin: 0 auto;
  }
  .page-template-template_sample .entry-content .article-images {
    max-width: 480px;
  }
}

.page-template-template_12a .before-content {
  padding-right: calc(30% + 2vw);
}
.page-template-template_12a .entry-content .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template_12a .entry-content .center img {
  clear: both;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template_12a .entry-content aside.sidebar {
  clear: none;
  display: inline-block;
  position: relative;
  margin: 0;
  float: right;
  width: 30%;
  padding-left: 2vw;
}
.page-template-template_12a .entry-content aside.sidebar figure:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-template-template_12a .entry-content .before-content,
  .page-template-template_12a .entry-content .left,
  .page-template-template_12a .entry-content aside.sidebar {
    clear: both;
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto 1em;
  }
  .page-template-template_12a .entry-content .before-content:last-child,
  .page-template-template_12a .entry-content .left:last-child,
  .page-template-template_12a .entry-content aside.sidebar:last-child {
    margin: 0 auto;
  }
  .page-template-template_12a .entry-content aside.sidebar {
    max-width: 480px;
  }
}

.page-template-default #social-share-2.social-share.before-footer.show {
  display: none;
  visibility: hidden;
}

.page-template-template_section .entry-header {
  position: relative;
  width: 100%;
  color: white;
  z-index: 0;
  min-height: 110px;
}
.page-template-template_section .entry-header.img, .page-template-template_section .entry-header.int-video {
  max-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 12.5%;
}
.page-template-template_section .entry-header.img:before, .page-template-template_section .entry-header.int-video:before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
}
.page-template-template_section .entry-header.img:after, .page-template-template_section .entry-header.int-video:after {
  content: "";
  display: table;
  clear: both;
}
.page-template-template_section .entry-header.youtube-video .page-title {
  position: absolute;
  margin-top: 25%;
  z-index: 2;
}
.page-template-template_section .entry-header .container,
.page-template-template_section .entry-header .row {
  text-align: center;
  min-width: 100%;
}
.page-template-template_section .entry-header .page-title {
  width: 100%;
  text-shadow: 0 0 5px black;
  text-align: center;
}
.page-template-template_section .entry-header video {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-template_section .entry-header .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.page-template-template_section .entry-header .video-container iframe,
.page-template-template_section .entry-header .video-container object,
.page-template-template_section .entry-header .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template_section .entry-header .entry-content img,
.page-template-template_section .entry-header .entry-content iframe,
.page-template-template_section .entry-header .entry-content object,
.page-template-template_section .entry-header .entry-content embed {
  max-width: 100%;
}
.page-template-template_section .entry-content {
  background: #2f2f2f;
}
.page-template-template_section section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  min-height: 95vh;
  padding: 0 2vw;
}
.page-template-template_section section .scroll-left,
.page-template-template_section section .scroll-right {
  display: inline-block;
  position: relative;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 2vw;
  min-height: 95vh;
  color: #000;
}
.page-template-template_section section .scroll-left img,
.page-template-template_section section .scroll-right img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-template-template_section section .scroll-left p:last-child,
.page-template-template_section section .scroll-right p:last-child {
  margin-bottom: 0;
}
.page-template-template_section section .scroll-left {
  float: left;
}
.page-template-template_section section .scroll-right {
  float: right;
}
.page-template-template_section section.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.page-template-template_section section.flex h1 {
  color: #ffffff;
  text-align: center;
  z-index: 3;
  font-weight: 500;
  text-shadow: 0 0 5px rgb(0, 0, 0);
  margin: 0;
  line-height: 1;
}
.page-template-template_section section.flex:after {
  display: block;
  position: absolute;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1025px) {
  .page-template-template_section section:last-of-type .scroll-left:last-child,
  .page-template-template_section section:last-of-type .scroll-right:last-child {
    padding-bottom: 60px;
  }
}
.page-template-template_section .entry-content:not(.full) .before-content {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-template-template_section section:not(.flex) {
    min-height: auto;
  }
  .page-template-template_section section:not(.flex) .scroll-left,
  .page-template-template_section section:not(.flex) .scroll-right {
    clear: both;
    float: none;
    display: block;
    position: relative;
    width: 100%;
    min-height: auto;
    margin: 0 auto;
  }
}
.page-template-template_section .entry-content:not(.full) .social-share,
.page-template-template_section .entry-content:not(.full) .social-share.before-footer {
  margin-left: 0;
  margin-bottom: 0;
}
.page-template-template_section .entry-content:not(.full) .social-share.before-footer {
  clear: both;
  float: none;
  margin: 0 auto;
}

.page-template-template_9a .images-col-left {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.page-template-template_9a .images-col-left:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.page-template-template_9a .images-col-left figure.inline {
  width: 48%;
  float: left;
  clear: left;
}
.page-template-template_9a .html5-video-player:before,
.page-template-template_9a iframe:before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
}
.page-template-template_9a .html5-video-player:after,
.page-template-template_9a iframe:after {
  content: "";
  display: table;
  clear: both;
}
.page-template-template_9a .html5-video-player .html5-video-container,
.page-template-template_9a .html5-video-player iframe,
.page-template-template_9a iframe .html5-video-container,
.page-template-template_9a iframe iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-template_9a #social-share-2.social-share.before-footer {
  position: absolute;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-template_9a .images-col-left figure.inline {
    width: 100%;
  }
}
.page-template-template_9a h2 + p {
  display: none;
}
@media screen and (min-width: 575px) {
  .page-template-template_9a .full {
    padding: 60px 60px 40px;
  }
}

.page-template-template_faculty-text .entry-content .flexslider {
  padding: 0;
}
@media screen and (max-width: 480px) {
  .page-template-template_faculty-text .entry-content .flexslider {
    display: none;
  }
}
.page-template-template_faculty-text .entry-content .flexslider .slides img {
  clear: none;
  display: inline-block;
  position: relative;
  width: 25%;
  float: left;
}
@media screen and (max-width: 480px) {
  .page-template-template_faculty-text .entry-content .flexslider .slides img {
    width: 50%;
  }
}
.page-template-template_faculty-text .entry-content .flexslider .slides img + div {
  clear: none;
  float: right;
  display: inline-block;
  position: relative;
  width: 75%;
  padding: 1vw;
}
@media screen and (max-width: 480px) {
  .page-template-template_faculty-text .entry-content .flexslider .slides img + div {
    width: 50%;
  }
}
.page-template-template_faculty-text .entry-content .flexslider .slides img + div h2,
.page-template-template_faculty-text .entry-content .flexslider .slides img + div h3,
.page-template-template_faculty-text .entry-content .flexslider .slides img + div p {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
}
.page-template-template_faculty-text .entry-content .flexslider .slides img + div h2 {
  font-size: 1.2em;
}
.page-template-template_faculty-text .entry-content .flexslider .slides img + div h3 {
  font-size: 0.8em;
  text-transform: uppercase;
}
.page-template-template_faculty-text .entry-content .flexslider .slides img + div p {
  font-size: 0.6em;
}
@media screen and (max-width: 860px) {
  .page-template-template_faculty-text .entry-content .flexslider .flex-direction-nav .flex-prev,
  .page-template-template_faculty-text .entry-content .flexslider .flex-direction-nav .flex-next {
    opacity: 0;
  }
}

.page-template-template_11a .hentry .row {
  margin-bottom: 1.5em;
}
.page-template-template_11a .one-half:first-child {
  padding-right: 2vw;
}
.page-template-template_11a .one-half:last-child {
  padding-left: 2vw;
}
.page-template-template_11a .quote {
  font-size: 0.8em;
  font-style: italic;
}
.page-template-template_11a .quote .fa {
  font-size: 0.6em;
  color: #999999;
  vertical-align: top;
  padding-top: 5px;
}
.page-template-template_11a .quote .fa:first-child {
  padding-right: 5px;
}
.page-template-template_11a .quote .fa:last-child {
  padding-left: 5px;
}
.page-template-template_11a .quote-author {
  font-size: 0.7em;
  padding-top: 7px;
}
@media screen and (max-width: 575px) {
  .page-template-template_11a .one-half {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 1em;
    padding: 0;
    content: "";
  }
  .page-template-template_11a .one-half:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

address,
article,
aside,
footer,
header,
hgroup,
layer,
main,
nav,
section,
.container,
.row {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
address:after,
article:after,
aside:after,
footer:after,
header:after,
hgroup:after,
layer:after,
main:after,
nav:after,
section:after,
.container:after,
.row:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}

body.light-theme-1 {
  background: #777;
}
body.light-theme-1 .entry-content a {
  transition: all 0.3s ease-in-out;
}
body.light-theme-1 .entry-content a:hover {
  transition: all 0.3s ease-in-out;
  color: #777;
}

body.dark-theme-1 {
  background: #000000;
}
body.dark-theme-1 body,
body.dark-theme-1 .hentry {
  background: #000000;
  color: white;
}
body.dark-theme-1 .entry-content {
  background: #2f2f2f;
  color: #ffffff;
}
body.dark-theme-1 .entry-content a {
  color: #dadada;
}
body.dark-theme-1 .entry-content a:hover {
  color: #ffffff;
}
body.dark-theme-1 p.article-details {
  color: white;
}
body.dark-theme-1 .section-info .content {
  color: white;
  border-color: #cccccc;
}
body.dark-theme-1 .article-author {
  color: #fff;
}
body.dark-theme-1 .page-title.expandable {
  color: #fff;
  background-color: transparent;
}
body.dark-theme-1 .section-info .article-icon span {
  color: #fff;
  background-color: transparent;
}
body.dark-theme-1 .entry-content hr {
  background-color: #ffcc00;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure {
  position: relative;
}

figure.inline {
  clear: none;
  display: inline-block;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0 auto;
  padding: 0.25em;
  font-size: 0.75em;
}

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

header.entry-header figcaption,
.entry-content .wp-caption-text {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  text-align: center;
  color: #ffffff;
  background: black;
  font-size: 0.7em;
}
header.entry-header figcaption:after,
.entry-content .wp-caption-text:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
header.entry-header figcaption p,
.entry-content .wp-caption-text p {
  margin: 0;
  padding: 0.25em;
}
header.entry-header figcaption a,
.entry-content .wp-caption-text a {
  color: #ffcc00;
}
header.entry-header figcaption a:hover,
.entry-content .wp-caption-text a:hover {
  color: #F2C6A7 !important;
  text-decoration: underline !important;
}

.article-images figcaption {
  font-size: 0.7em;
}

.entry-content .left .wp-caption-text {
  position: relative;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.video-container.full-width {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.video-container.full-width:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.video-container.full-width:before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
}
.video-container.full-width:after {
  content: "";
  display: table;
  clear: both;
}
header.entry-header .video-container.full-width {
  min-width: 100%;
}
.video-container.full-width iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.entry-content .flexslider {
  margin: 0 auto;
  border: none;
  padding: 4vw 4vw 2vw;
  background: #777;
  border-radius: 0;
}
.entry-content .flexslider .flex-direction-nav a {
  height: 60px;
}
.entry-content .flexslider .flex-control-paging {
  display: none;
}
.entry-content .flexslider p.counter {
  margin: 1vw auto 0;
  text-align: center;
  font-size: 0.75em;
}

svg:not(:root) {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */