/*!
 * Stanford Online 
 * ================================================================= 
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  min-width: 320px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 85%;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body {
  font-size: 20px;
  font-family: 'Source Sans Pro', Tahoma, Verdana, sans-serif;
}
.wf-active {
  font-family: 'Source Sans Pro';
  font-size: 20px;
}
html * {
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-weight: 400;
}
h1 span:before,
h2 span:before,
h3 span:before,
h4 span:before,
h5 span:before,
h1 span:after,
h2 span:after,
h3 span:after,
h4 span:after,
h5 span:after {
  content: "";
  display: block;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus {
  color: inherit;
}
h1 {
  font-weight: 700;
}
h3 {
  margin-bottom: 0.25rem;
}
h4 {
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
}
h5 {
  margin-bottom: 0;
  font-size: 18px;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
dl {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
}
dt,
dd {
  margin: 0;
  padding: 0;
}
dd + dt {
  margin-top: 0.75rem;
}
blockquote {
  margin: 2rem auto;
  clear: both;
  max-width: 1000px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(182, 177, 169, 0.15);
          box-shadow: 0 0 20px rgba(182, 177, 169, 0.15);
}
blockquote:first-child {
  margin-top: 0;
}
blockquote p {
  line-height: 1.3;
  color: #A86815;
  margin: 0;
}
blockquote p + p {
  margin-top: 0.75rem;
}
blockquote cite,
blockquote p.cite {
  display: block;
  text-align: right;
  color: #3f3c30;
  font-size: 20px;
}
b,
strong,
th,
dt {
  font-weight: 600;
}
a {
  color: #006CB8;
  text-decoration: underline;
}
a:hover {
  color: #0098db;
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline-style: solid;
  outline-color: inherit;
  outline-width: 2px;
  outline-offset: 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn,
address,
var {
  font-style: normal;
}
hr {
  margin: 2rem 0;
  width: 100%;
}
.list-reset {
  list-style-type: none;
}
.list-reset,
.list-reset li {
  margin: 0;
  padding: 0;
}
.list-tight li {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-inline li {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 1em;
}
.list-inline li:first-child {
  margin-left: 0;
}
.list-dataset {
  list-style-type: none;
  padding-left: 0;
  width: auto;
  display: table;
  line-height: 1.2;
}
.list-dataset > li {
  display: table-row;
}
.list-dataset > li > * {
  display: table-cell;
  vertical-align: text-top;
  padding-top: 0.25rem;
  padding-right: 0.5em;
}
.list-dataset > li > *:last-child {
  padding-right: 0;
}
.list-dataset > li:first-child > * {
  padding-top: 0;
}
.text-tiny {
  font-size: 14px;
}
.text-small {
  font-size: 16px;
}
.text-normal {
  font-size: 18px;
}
.text-medium {
  font-size: 21px;
}
.text-large {
  font-size: 28px;
}
.text-strong {
  font-weight: 600;
}
.text-normal {
  font-weight: 400;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-block {
  display: block;
}
.text-inline {
  display: inline;
}
.text-light {
  color: #3f3c30;
}
.text-red {
  color: #8c1515;
}
.text-dark {
  color: #2e2d29;
}
.text-blue {
  color: #006CB8;
}
.margin-none {
  margin-bottom: 0;
}
.margin-small {
  margin-bottom: 0.75rem;
}
.margin-normal {
  margin-bottom: 1.5rem;
}
.margin-large {
  margin-bottom: 2rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
}
.draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.dragged {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.disable-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.enable-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually-visible {
  clip: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
}
.debug {
  outline: 1px dotted red;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
label {
  font-size: 18px;
  color: #585752;
}
input[type="text"],
textarea {
  background-color: #f4f4f4;
  border: 1px solid #ebeae6;
  padding: 5px 10px;
  font-size: 16px;
}
.js input.form-autocomplete {
  background-image: none;
}
.mktoForm {
  width: 100% !important;
  font-family: inherit !important;
  color: inherit !important;
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 4px 7px rgba(46, 45, 41, 0.35);
          box-shadow: 1px 4px 7px rgba(46, 45, 41, 0.35);
}
.mktoForm .mktoOffset {
  display: none;
}
.mktoForm label {
  margin-bottom: 0.3em !important;
  color: #585754 !important;
  line-height: 1.4em !important;
  font-size: 16px;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 600 !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea {
  width: 100% !important;
  line-height: 1.4 !important;
  padding: 3px !important;
  background-color: #f4f4f4 !important;
  border: 1px solid #ebeae6 !important;
}
.mktoForm input[type="checkbox"] {
  line-height: 1.4 !important;
  margin-top: 5px !important;
}
.mktoForm select {
  width: 100% !important;
  line-height: 1.4 !important;
  padding: 3px !important;
}
.mktoForm .mktoFormRow,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol,
.mktoForm .mktoButtonRow,
.mktoForm .mktoLogicalField,
.mktoForm .mktoHtmlText {
  width: 100% !important;
}
.mktoForm label {
  width: auto !important;
}
.mktoForm .mktoHtmlText {
  font-size: 14px;
}
.mktoForm .mktoButtonRow {
  text-align: center !important;
}
.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm button,
.mktoForm .mktoButtonWrap .mktoButton {
  background-color: #b1040e !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  -webkit-box-shadow: 0 1px 10px 1px rgba(46, 45, 41, 0.2);
          box-shadow: 0 1px 10px 1px rgba(46, 45, 41, 0.2);
  width: 100% !important;
  max-width: 280px !important;
  padding: 16px 30px !important;
  margin-top: 2em !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.mktoForm button:hover,
.mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: #8c1515 !important;
  background-image: none !important;
}
.mktoForm .mktoAsterix {
  display: inline;
  width: auto;
}
.mktoForm .mktoError .mktoErrorMsg,
.mktoForm .mktoError .mktoErrorArrow {
  background-image: none !important;
  background-color: #b1040e !important;
  border: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 9px 7px, inset transparent 0 0 0 !important;
          box-shadow: rgba(0, 0, 0, 0.5) 0 9px 7px, inset transparent 0 0 0 !important;
}
/*
 * "GRID"
 * Grid with units of varying widths. Breaks down to single-column at
 * small breakpoint
 *
 * TODO: Negative margin-top to provide even vertical spacing caused overlap
 * of sibling elements, unless those are given position/z+.
 * Maybe reserve that behavior for UL, where it's a given that there are an
 * unknown number of grid units. Where a DIV is used, assume only one "row"
 */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin-left: 0;
}
ul.grid {
  list-style-type: none;
}
.col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.col > :last-child {
  margin-bottom: 0;
}
/*
 * "OVERVIEW GRID"
 * Custom grid that starts at 5 across and gradually breaks down to a
 * single column
 */
.grid-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body {
  line-height: 1.4;
  color: #2e2d29;
  background: #8c1515;
}
.dialog-off-canvas-main-canvas {
  position: relative;
}
#page-wrapper {
  background-color: #8c1515;
  min-height: 100vh;
  position: relative;
}
.container,
.container-full {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.menu {
  list-style-type: none;
}
.menu,
.menu li {
  margin: 0;
  padding: 0;
}
.menu,
.menu li {
  margin: 0;
  padding: 0;
}
.ds-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ds-top,
.ds-main,
.ds-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.ds-top {
  margin-bottom: 2rem;
}
.ds-sidebar {
  color: #847e78;
}
.ds-bottom {
  margin-top: 2rem;
}
.split-layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
aside.embedded-entity,
img[data-entity-type='file'] {
  display: block;
  height: auto;
  margin: 0 0 1.5em 0;
  padding: 0;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}
aside.embedded-entity[data-entity-type='media'] {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
aside.embedded-entity[data-entity-type='media'] img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
aside.embedded-entity[data-entity-type='media'] figure {
  margin: 0 0 0 0;
}
img[data-entity-type='file'] {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
aside.embedded-entity.align-left,
aside.embedded-entity.align-right {
  max-width: 50%;
  max-width: calc(50% - 0.5em);
}
img[data-entity-type='file'].align-right,
img[data-entity-type='file'].align-left {
  max-width: 50%;
  max-width: calc(50% - 0.5em);
}
aside.embedded-entity.align-right,
img[data-entity-type='file'].align-right {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}
aside.embedded-entity.align-left,
img[data-entity-type='file'].align-left {
  float: left;
  margin-right: 1em;
  margin-left: 0;
}
#page-wrapper + #site-menu {
  display: none;
}
.mm-menu_theme-stanford .mm-panels {
  background-color: #dad7cb;
  border-top: 6px solid #8c1515;
}
.mm-menu_theme-stanford .menu.menu--level-1 > :first-child a,
.mm-menu_theme-stanford .menu-item--level-1 {
  border-bottom: 1px solid rgba(244, 244, 244, 0.5);
}
.mm-menu_theme-stanford .menu.menu--level-1 > :first-child a {
  font-weight: 600;
  margin-top: 6px;
}
.mm-menu_theme-stanford .mm-listitem > .mm-panel {
  padding: 0 0 0 0;
}
.mm-menu_theme-stanford .mm-listitem {
  border-bottom: 1px solid rgba(244, 244, 244, 0.5);
  overflow: hidden;
}
.mm-menu_theme-stanford .mm-listitem:last-child {
  border-bottom: none;
}
.mm-menu_theme-stanford .mm-listview.menu--level-1 {
  border-bottom: 1px solid rgba(244, 244, 244, 0.5);
}
.mm-menu_theme-stanford .mm-listitem > a,
.mm-menu_theme-stanford .mm-listitem > span {
  font-size: 18px;
  line-height: 1.2;
}
.mm-menu_theme-stanford .mm-listitem:after {
  display: none;
}
.mm-menu_theme-stanford .mm-btn_next {
  height: 41px;
  outline: none;
}
.mm-menu_theme-stanford .mm-btn_next:after {
  top: 1px;
  right: 17px;
  border: 0;
  border: none;
  width: 100%;
  height: 17px;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23585754'%3E %3Cpath d='M 0 7 L 0 9 L 7 9 L 7 16 L 9 16 L 9 9 L 16 9 L 16 7 L 9 7 L 9 0 L 7 0 L 7 7 L 0 7 Z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: none;
          transform: none;
}
.mm-menu_theme-stanford .mm-btn_next:before {
  display: none;
}
.mm-menu_theme-stanford .mm-listitem_opened > .mm-btn_next:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23585754'%3E %3Cpath opacity='.749' d='M 0 7 L 0 9 L 16 9 L 16 7 L 0 7 Z'/%3E %3C/svg%3E");
  -webkit-transform: none;
          transform: none;
}
.mm-menu_theme-stanford .mm-listitem_opened > .mm-panel {
  border-top: 1px solid rgba(244, 244, 244, 0.5);
}
.mm-menu_theme-stanford .mm-listitem_opened > .mm-btn_next {
  padding: 0;
}
.mm-menu_theme-stanford .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu_theme-stanford .mm-listitem_selected > span {
  background: transparent;
  color: #8c1515;
}
.mm-menu_theme-stanford .menu-item--level-1 a:not(.mm-btn_next) {
  padding-left: 15px;
}
.mm-menu_theme-stanford .menu-item--level-2 > a:not(.mm-btn_next):before {
  display: inline;
  content: '» ';
}
.mm-menu_theme-stanford .menu-item--level-3 > a:not(.mm-btn_next):before {
  display: inline;
  content: '» » ';
}
.mm-menu_theme-stanford .menu-item--level-4 > a:not(.mm-btn_next):before {
  display: inline;
  content: '» » » ';
}
.region--help {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 443px;
  padding-top: 136px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.help-is-expanded .region--help {
  height: 100vh;
  bottom: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 40px;
}
.help-is-expanded .region--help {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.help--overlay {
  background: rgba(77, 79, 83, 0.25);
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.help-is-expanded .help--overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.help-is-expanded {
  overflow: hidden;
}
.block--help {
  z-index: 1030;
  width: 100%;
  max-width: 400px;
}
.help-is-expanded .block--help {
  height: auto;
}
.block--help .block-inner {
  position: relative;
  -webkit-box-shadow: 0 2px 5px rgba(46, 45, 41, 0.5);
          box-shadow: 0 2px 5px rgba(46, 45, 41, 0.5);
}
.block--help .block-title {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg) translate3d(-100%, -100%, 0);
          transform: rotate(-90deg) translate3d(-100%, -100%, 0);
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
  height: 40px;
  width: 120px;
}
.block--help .block-title a {
  display: block;
  padding: 0 30px;
  background: #A86815;
  text-transform: uppercase;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 5px rgba(46, 45, 41, 0.5);
          box-shadow: 0 2px 5px rgba(46, 45, 41, 0.5);
  z-index: 1;
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.block--help .block-title a:hover,
.block--help .block-title a:focus {
  background-color: #eaab00;
}
.block--help .block-content {
  background: #fff;
  padding: 40px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.block--help .block-content :last-child {
  margin-bottom: 0;
}
.block--help input,
.block--help textarea {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
}
.block--help textarea[name="message"] {
  height: 100px;
}
.block--help .button {
  display: block;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.block--help button.toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
}
.fancybox-stage #block-stanfordonline-breadcrumbs {
  display: none;
}
.so-fancybox.fancybox-is-open .fancybox-bg {
  opacity: 0.25;
}
.so-fancybox .fancybox-close-small {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.so-fancybox .fancybox-close-small:after {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23b6b1a9'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  top: 0;
  right: 0;
}
.so-fancybox .fancybox-close-small:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%235f574f'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
}
.block-msc {
  background: #8c1515;
  position: relative;
  z-index: 25;
}
.block-msc .container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/**
 * mystanfordconnection
 */
.mystanfordconnection {
  font-size: 18px;
  line-height: 25px;
  text-align: right;
}
.mystanfordconnection a {
  color: #f4f4f4;
  text-decoration: none;
  padding: 4px 5px;
}
.mystanfordconnection a:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23f4f4f4'%3E %3Cpath d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}
.mystanfordconnection a:hover,
.mystanfordconnection a:active,
.mystanfordconnection a:focus {
  text-decoration: underline;
}
.region--banner {
  height: 96px;
}
.banner-navbar {
  border-top: 6px solid #8c1515;
  background: #fff;
  position: relative;
  z-index: 20;
}
.banner-navbar.is-fixed {
  -webkit-box-shadow: 0 2px 3px rgba(88, 87, 84, 0.33);
          box-shadow: 0 2px 3px rgba(88, 87, 84, 0.33);
}
.banner-navbar--container {
  height: 90px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-navbar--title {
  margin: 0;
  padding: 0;
}
.banner-navbar--title a {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 208 28' xmlns='http://www.w3.org/2000/svg' width='208' height='28'%3E %3Cpath fill='%232e2d29' d='M132 0H133V28H132zM147.9312 27.7307C151.5042 27.7307 154.0093 25.1199 154.0093 20.4459 154.0093 15.816 151.5042 13.2918 147.9312 13.2918 144.3364 13.2918 141.8326 15.7939 141.8326 20.4459 141.8326 25.1199 144.3364 27.7307 147.9312 27.7307L147.9312 27.7307zM147.9312 26.4269C145.3604 26.4269 143.6828 24.0787 143.6828 20.4459 143.6828 16.8349 145.3604 14.5955 147.9312 14.5955 150.4802 14.5955 152.1591 16.8349 152.1591 20.4459 152.1591 24.0787 150.4802 26.4269 147.9312 26.4269L147.9312 26.4269zM156.2897 27.7683L158.1398 27.7683 158.1398 20.181C158.1398 18.4492 157.999 16.8658 157.9053 15.3742L157.999 15.3742 159.4884 18.4266 164.4054 27.7683 166.401 27.7683 166.401 13.3752 164.5509 13.3752 164.5509 20.598C164.5509 22.4814 164.7148 24.1552 164.8084 25.6482L164.7148 25.6482 163.2228 22.572 158.2851 13.254 156.2897 13.254 156.2897 27.7683 156.2897 27.7683zM170.0583 27.7307L178.0132 27.7307 178.0132 26.4269 171.9085 26.4269 171.9085 13.254 170.0583 13.254 170.0583 27.7307 170.0583 27.7307zM180.3848 27.7683L182.235 27.7683 182.235 13.254 180.3848 13.254 180.3848 27.7683 180.3848 27.7683zM185.8922 27.7683L187.7424 27.7683 187.7424 20.181C187.7424 18.4492 187.6015 16.8658 187.5079 15.3742L187.6015 15.3742 189.0909 18.4266 194.0079 27.7683 196.0036 27.7683 196.0036 13.3752 194.1534 13.3752 194.1534 20.598C194.1534 22.4814 194.3173 24.1552 194.411 25.6482L194.3173 25.6482 192.8253 22.572 187.8876 13.254 185.8922 13.254 185.8922 27.7683 185.8922 27.7683zM199.6609 27.7307L208 27.7307 208 26.4269 201.511 26.4269 201.511 20.8153 206.8047 20.8153 206.8047 19.5116 201.511 19.5116 201.511 14.5955 207.7866 14.5955 207.7866 13.2918 199.6609 13.2918 199.6609 27.7307 199.6609 27.7307z'/%3E %3Cpath d='M41.6932 25.2005C41.357 25.4728 41.2799 25.5762 40.8902 25.5762 39.9425 25.5762 39.7628 24.6943 39.7628 23.5602 39.7628 23.1013 39.7829 22.3619 39.806 21.4989 39.8309 20.2485 39.873 18.7031 39.873 17.3112 39.873 15.7338 39.8132 14.2146 39.1275 13.1222 38.2332 11.7439 36.7623 11.1074 34.5122 11.1074 31.351 11.1074 29.5196 12.9219 29.0048 14.7496L29.8126 15.2262C30.3629 14.0386 31.5865 13.2203 33.068 13.2203 34.5472 13.2203 35.6432 13.9423 36.0192 15.0717 36.2131 15.6731 36.2131 15.905 36.2131 16.8607L36.2131 17.3812C34.2334 18.003 33.6184 18.1231 30.7449 19.1834 27.958 20.2056 27.6478 22.3239 27.6478 23.5222 27.6478 24.5491 27.9806 27.8597 32.3557 27.8597 34.3841 27.8597 35.6693 26.9384 36.3863 26.1967 36.6817 27.2201 37.5707 27.8324 38.8464 27.8324 40.4211 27.8324 41.357 26.9158 42.2092 25.8021L41.6932 25.2005zM36.2131 24.8464C35.3561 25.462 34.3639 25.5928 33.6736 25.5928 31.5823 25.5928 31.271 24.126 31.271 23.2534 31.271 22.1314 31.7407 21.1816 32.6796 20.7192 33.3355 20.3757 34.0721 20.0215 36.2131 19.3748L36.2131 24.8464zM.1198 26.9884C.1198 25.3646.1311 23.9893 0 22.3239L.9555 22.3239C.9685 23.3533 1.2538 24.1129 1.7004 24.6181 2.3836 25.3908 3.9642 25.8579 5.4332 25.8579 8.5007 25.8579 9.93 24.6943 9.93 22.1932 9.93 20.0511 8.6098 19.1607 6.7789 17.9234L6.4973 17.726 4.5715 16.4375C1.889 14.6615.5166 13.234.5166 10.3875.5166 8.995 1.0492 4.4507 7.7985 4.4507 9.5018 4.4507 11.7401 4.6307 13.0912 4.8822 13.0781 5.0996 13.0549 6.1391 13.0549 7.0134 13.0549 8.0293 13.0549 8.3657 13.0941 9.6067L12.2756 9.6067C12.2501 8.5148 11.9506 7.8105 11.4768 7.3361 10.8244 6.689 9.3879 6.3864 7.869 6.3864 4.2921 6.3864 3.8699 8.2241 3.8699 9.6067 3.8699 11.5127 4.8425 12.1533 6.9616 13.5632L9.4117 15.1798C11.4922 16.5717 13.4529 17.8852 13.4529 21.3432 13.4529 27.2001 8.009 27.8275 5.6681 27.8275 3.5461 27.8275 1.8415 27.5649.1198 26.9884zM43.6516 12.1807C44.4707 12.2443 45.7031 12.1617 46.9082 11.9531 47.9242 11.7766 48.2931 11.6328 49.0534 11.2494L49.3713 11.4395 49.3713 12.7227C50.1856 12.1213 51.8184 11.1685 54.0454 11.1685 56.945 11.1685 58.8446 12.526 59.3814 14.9968 59.5344 15.6126 59.5937 17.0889 59.5937 17.8852L59.5937 22.5973C59.5937 25.2624 59.6999 26.0065 60.1957 26.482 60.4507 26.7054 61.0414 26.9491 61.7579 26.9491L61.7579 27.7052C60.7217 27.6552 58.882 27.5471 57.7729 27.5471 56.295 27.5471 54.6343 27.6185 53.7382 27.7219L53.7382 26.9789C54.5371 26.8957 55.0833 26.6603 55.3632 26.3893 55.8294 25.9209 55.9089 24.9902 55.9771 22.9837 55.9967 22.3833 56.0133 21.1198 56.0133 20.1914 56.0133 18.9884 56.0133 17.732 55.8757 16.5017 55.6366 14.4119 54.5407 13.4408 52.4595 13.4408 51.0052 13.4408 50.1156 13.7736 49.4377 14.1172L49.4377 22.5973C49.4377 25.2624 49.5421 26.0065 50.0528 26.482 50.2953 26.7054 50.9264 26.9551 51.6049 26.9491L51.6049 27.7052C50.2704 27.635 48.6715 27.5471 47.6442 27.5471 45.5008 27.5471 44.8265 27.5923 43.584 27.7219L43.584 26.9527C44.2815 26.9456 44.9552 26.6948 45.333 26.2657 45.8235 25.7092 45.8543 24.3328 45.8543 21.5845L45.8543 16.9724C45.8543 14.9754 45.8158 14.1266 45.5341 13.6951 45.3134 13.3593 44.7612 13.0913 43.6516 13.1055L43.6516 12.1807zM63.6735 26.9384C64.3325 26.9491 65.0335 26.6983 65.4249 26.2538 65.9243 25.695 65.9522 24.3328 65.9522 21.5845L65.9522 13.5769 63.8497 13.5769 63.8497 12.6699C64.7357 12.3264 65.5115 11.924 65.9522 11.5787 65.9557 10.1569 66.0002 8.3055 66.1953 7.2981 66.8151 3.974 69.0024 2.2741 72.6487 2.2741 74.2583 2.2741 75.7909 2.8238 76.712 3.615L76.7647 3.9555 75.1652 6.176 74.7743 6.1831C74.2293 4.8434 73.412 4.0761 71.9684 4.0761 71.4696 4.0761 70.7739 4.2319 70.3446 4.6557 69.6548 5.3523 69.5309 6.3906 69.5309 8.4535L69.5309 11.5716 73.1279 11.5716 73.1279 13.5769 69.5309 13.5769 69.5309 22.5331C69.5309 24.6574 69.6073 25.6998 69.8831 26.1183 70.3315 26.7959 71.7483 26.8742 72.4459 26.8481L72.4459 27.7052C71.262 27.6339 69.4235 27.5471 68.0481 27.5471 66.0506 27.5471 64.7494 27.6065 63.6735 27.7219L63.6735 26.9384zM82.5514 11.1371C76.5014 11.1371 74.3532 15.7885 74.3532 19.7885 74.3532 24.9224 77.2937 28 82.2116 28 88.2539 28 90.3991 23.3295 90.3991 19.3439 90.3991 14.2004 87.4675 11.1371 82.5514 11.1371zM84.6207 25.3979C84.0644 25.8841 83.2922 26.1278 82.3486 26.1278 78.3832 26.1278 78.1786 20.6989 78.1786 19.6125 78.1786 16.7929 78.8363 14.8232 80.1257 13.7338 80.6963 13.2488 81.4566 13.0004 82.4156 13.0004 86.3727 13.0004 86.5754 18.4321 86.5754 19.5091 86.5754 22.331 85.9231 24.3126 84.6207 25.3979zM92.0235 12.1218C93.1183 12.1844 94.3033 12.0536 95.5459 11.8325 96.5043 11.6631 97.1146 11.4556 97.4586 11.294L97.751 11.4378 97.751 12.8392C98.5261 12.1106 99.7437 11.3416 101.4702 11.3416 102.7352 11.3416 103.5727 11.6946 104.2779 12.3376L104.2779 12.847 102.925 15.3392 102.2632 15.3392C101.8344 14.5866 101.0284 13.8829 99.5807 13.8829 98.8974 13.8829 98.3292 14.0482 97.8174 14.3929L97.8174 22.5331C97.8174 24.6574 97.8874 25.663 98.165 26.0827 98.6115 26.7648 99.9507 26.8363 100.717 26.8101L100.717 27.7052C99.6103 27.6445 97.7023 27.5471 96.3311 27.5471 94.7743 27.5471 93.237 27.5756 91.9524 27.7219L91.9524 26.9051C92.8521 26.86 93.3562 26.6127 93.7043 26.2192 94.205 25.6547 94.2293 24.3328 94.2293 21.5845L94.2293 16.9724C94.2293 14.9754 94.2144 14.1124 93.9114 13.6928 93.6457 13.3297 93.0621 13.1175 92.0235 13.1055L92.0235 12.1218zM120.685 25.6998C120.405 25.3052 120.3718 24.0891 120.3718 22.1242L120.3718 8.957C120.3718 6.8304 120.3724 3.8283 120.5118 2.4959L120.2312 2.3329C119.9471 2.4459 119.3576 2.6075 118.4792 2.7603 116.9361 3.0313 115.6657 3.2119 114.6937 3.2119L114.6937 3.9467C115.9023 4.0317 116.2339 4.1939 116.4569 4.5249 116.7492 4.9577 116.7807 6.0298 116.7807 8.0417L116.7807 11.4753C116.088 11.3273 114.9297 11.1685 113.6362 11.1685 110.1002 11.1685 107.2967 12.8457 105.9379 15.7742 105.3799 17.039 105.0756 18.5404 105.0756 20.1272 105.0756 24.8879 107.9301 27.9631 112.3515 27.9631 114.4618 27.9631 116.0518 27.0383 116.8501 26.444L116.8501 27.805 117.2896 27.9536C117.5991 27.7824 118.2509 27.6492 119.0777 27.5138 120.3202 27.3106 121.5242 27.181 122.5407 27.181L122.5407 26.3157C121.5301 26.3132 120.9358 26.0671 120.685 25.6998zM116.7807 24.9962C115.977 25.474 115.2321 25.6487 114.132 25.6487 109.4615 25.6487 108.9057 21.5371 108.9057 19.6791 108.9057 15.2511 110.4275 13.0995 113.5644 13.0995 115.54 13.0995 116.515 13.9245 116.7807 14.1789L116.7807 24.9962zM26.0281 26.1087C25.5412 26.6996 24.2856 27.9465 21.6648 27.9465 19.1756 27.9465 17.7872 27.0596 17.1775 25.0603 16.9278 24.2663 16.9278 22.7126 16.9278 21.7723 16.9278 19.1893 16.9545 17.1186 16.9812 14.7233L16.9907 13.5983 14.8644 13.5983 14.8644 12.9665C15.728 12.6318 16.314 12.2835 16.8827 11.8497 18.13 10.8808 18.9271 9.6685 19.8826 7.9662L20.5913 7.9662 20.5913 11.5935 26.0625 11.5935 26.0625 13.5983 20.5913 13.5983 20.5913 22.0742C20.5913 24.6109 21.0503 26.0552 23.4399 26.0552 24.5555 26.0552 25.2915 25.6903 25.7553 25.4466L26.0281 26.1087z' fill='%238c1515'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.banner-navbar--links {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#block-mainnavigation.contextual-region {
  position: static;
}
#block-mainnavigation h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#block-mainnavigation .menu,
#block-mainnavigation .menu-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-mainnavigation a {
  display: inline-block;
  padding: 4px 5px;
}
#block-mainnavigation a:link,
#block-mainnavigation a:visited {
  color: #2e2d29;
  text-decoration: none;
}
#block-mainnavigation a:hover,
#block-mainnavigation a:active,
#block-mainnavigation a:focus,
#block-mainnavigation a[aria-expanded="true"] {
  text-decoration: underline;
  color: #0098db;
}
#block-mainnavigation .menu--level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
}
#block-mainnavigation .menu-item--level-1 {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-mainnavigation .menu-item--level-1:last-child {
  margin-right: 0;
}
#block-mainnavigation .menu-item--level-1.menu-item--active-trail > a {
  color: #8c1515;
  font-weight: 600;
}
#block-mainnavigation .menu-item--level-1.menu-item--expanded > a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-left: 0.25em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%232e2d29'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
#block-mainnavigation .menu-item--level-1.menu-item--expanded > a:hover:after,
#block-mainnavigation .menu-item--level-1.menu-item--expanded > a:focus:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%230098db'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
#block-mainnavigation .menu-item--level-1.menu-item--expanded.menu-item--active-trail > a {
  color: #8c1515;
  font-weight: 600;
}
#block-mainnavigation .menu-item--level-1.menu-item--expanded.menu-item--active-trail > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%238c1515'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
#block-mainnavigation div.menu--flyout {
  position: absolute;
  z-index: 1000;
  top: 90px;
  left: 0;
  width: 100%;
  background: #f2f1eb;
  -webkit-box-shadow: 0 2px 3px rgba(88, 87, 84, 0.33);
          box-shadow: 0 2px 3px rgba(88, 87, 84, 0.33);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
#block-mainnavigation div.menu--flyout,
#block-mainnavigation div.menu--flyout[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}
#block-mainnavigation div.menu--flyout.is-visible,
#block-mainnavigation div.menu--flyout[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}
#block-mainnavigation div.menu--flyout a:link,
#block-mainnavigation div.menu--flyout a:visited {
  color: #2e2d29;
  text-decoration: none;
}
#block-mainnavigation div.menu--flyout a:link:hover,
#block-mainnavigation div.menu--flyout a:visited:hover,
#block-mainnavigation div.menu--flyout a:link:active,
#block-mainnavigation div.menu--flyout a:visited:active,
#block-mainnavigation div.menu--flyout a:link:focus,
#block-mainnavigation div.menu--flyout a:visited:focus {
  text-decoration: underline;
  color: #0098db;
}
#block-mainnavigation .menu--level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#block-mainnavigation .menu-item--level-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin: 15px 0 0 0;
  padding: 0 1rem;
  text-align: center;
}
#block-mainnavigation .menu--level-3 {
  font-size: 16px;
}
#block-mainnavigation .menu-item--level-1 a[href="/search"] {
  position: relative;
  padding: 10px;
  font-size: 0;
}
#block-mainnavigation .menu-item--level-1 a[href="/search"]:before {
  content: "";
  display: block;
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 22 23' xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='%232e2d29'%3E %3Cpath d='M 2.4392 8.7206 C 2.4392 5.1488 5.2517 2.2535 8.7211 2.2535 C 12.1904 2.2535 15.0029 5.1488 15.0029 8.7206 C 15.0029 12.2924 12.1904 15.1879 8.7211 15.1879 C 5.2517 15.1879 2.4392 12.2924 2.4392 8.7206 ZM 0.2632 8.7206 C 0.2632 13.5297 4.0499 17.4281 8.7211 17.4281 C 10.5219 17.4281 12.1903 16.8488 13.5619 15.8612 L 19.5387 22.0132 L 21.2632 20.2378 L 15.3392 14.1416 C 16.4897 12.6544 17.179 10.7695 17.179 8.7206 C 17.179 3.9116 13.3922 0.0132 8.7211 0.0132 C 4.0499 0.0132 0.2632 3.9116 0.2632 8.7206 Z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-47.5%);
          transform: translateY(-47.5%);
}
#block-mainnavigation .menu-item--level-1 a[href="/search"]:after {
  content: "Close";
  position: absolute;
  left: 0;
  padding-left: 23px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  text-align: center;
}
#block-mainnavigation .menu-item--level-1 a[href="/search"]:hover,
#block-mainnavigation .menu-item--level-1 a[href="/search"]:focus {
  color: #0098db;
}
#block-mainnavigation .menu-item--level-1 a[href="/search"]:hover:before,
#block-mainnavigation .menu-item--level-1 a[href="/search"]:focus:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 22 23' xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='%230098db'%3E %3Cpath d='M 2.4392 8.7206 C 2.4392 5.1488 5.2517 2.2535 8.7211 2.2535 C 12.1904 2.2535 15.0029 5.1488 15.0029 8.7206 C 15.0029 12.2924 12.1904 15.1879 8.7211 15.1879 C 5.2517 15.1879 2.4392 12.2924 2.4392 8.7206 ZM 0.2632 8.7206 C 0.2632 13.5297 4.0499 17.4281 8.7211 17.4281 C 10.5219 17.4281 12.1903 16.8488 13.5619 15.8612 L 19.5387 22.0132 L 21.2632 20.2378 L 15.3392 14.1416 C 16.4897 12.6544 17.179 10.7695 17.179 8.7206 C 17.179 3.9116 13.3922 0.0132 8.7211 0.0132 C 4.0499 0.0132 0.2632 3.9116 0.2632 8.7206 Z'/%3E %3C/svg%3E");
}
.path-search #block-mainnavigation .menu-item--level-1 a[href="/search"] {
  color: #8c1515;
  text-decoration: none;
}
.path-search #block-mainnavigation .menu-item--level-1 a[href="/search"]:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 22 23' xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='%238c1515'%3E %3Cpath d='M 2.4392 8.7206 C 2.4392 5.1488 5.2517 2.2535 8.7211 2.2535 C 12.1904 2.2535 15.0029 5.1488 15.0029 8.7206 C 15.0029 12.2924 12.1904 15.1879 8.7211 15.1879 C 5.2517 15.1879 2.4392 12.2924 2.4392 8.7206 ZM 0.2632 8.7206 C 0.2632 13.5297 4.0499 17.4281 8.7211 17.4281 C 10.5219 17.4281 12.1903 16.8488 13.5619 15.8612 L 19.5387 22.0132 L 21.2632 20.2378 L 15.3392 14.1416 C 16.4897 12.6544 17.179 10.7695 17.179 8.7206 C 17.179 3.9116 13.3922 0.0132 8.7211 0.0132 C 4.0499 0.0132 0.2632 3.9116 0.2632 8.7206 Z'/%3E %3C/svg%3E");
}
#block-mainnavigation .menu-item--level-1 a[href="/search"][aria-pressed="true"] {
  color: transparent;
}
#block-mainnavigation .menu-item--level-1 a[href="/search"][aria-pressed="true"]:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%232e2d29'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
  background-size: 18px auto;
}
#block-mainnavigation .menu-item--level-1 a[href="/search"][aria-pressed="true"]:after {
  opacity: 1;
  visibility: visible;
  color: #2e2d29;
}
#block-mainnavigation .menu-item--level-1 a[href="/search"][aria-pressed="true"]:hover:before,
#block-mainnavigation .menu-item--level-1 a[href="/search"][aria-pressed="true"]:focus:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230098db'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
}
#block-mainnavigation .menu-item--level-1 a[href="/search"][aria-pressed="true"]:hover:after,
#block-mainnavigation .menu-item--level-1 a[href="/search"][aria-pressed="true"]:focus:after {
  color: #0098db;
}
.banner-navbar--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.banner-navbar--controls button {
  outline: none;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 36px;
  position: relative;
  margin-left: 10px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-navbar--controls button:after {
  color: #b6b1a9;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.banner-navbar--controls button:hover:after,
.banner-navbar--controls button:focus:after,
.banner-navbar--controls button:active:after {
  color: #928b81;
}
.banner-navbar--controls button.search {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 22 23' xmlns='http://www.w3.org/2000/svg' width='22' height='23'%3E %3Cpath d='M 2.4392 8.7206 C 2.4392 5.1488 5.2517 2.2535 8.7211 2.2535 C 12.1904 2.2535 15.0029 5.1488 15.0029 8.7206 C 15.0029 12.2924 12.1904 15.1879 8.7211 15.1879 C 5.2517 15.1879 2.4392 12.2924 2.4392 8.7206 ZM 0.2632 8.7206 C 0.2632 13.5297 4.0499 17.4281 8.7211 17.4281 C 10.5219 17.4281 12.1903 16.8488 13.5619 15.8612 L 19.5387 22.0132 L 21.2632 20.2378 L 15.3392 14.1416 C 16.4897 12.6544 17.179 10.7695 17.179 8.7206 C 17.179 3.9116 13.3922 0.0132 8.7211 0.0132 C 4.0499 0.0132 0.2632 3.9116 0.2632 8.7206 Z'/%3E %3C/svg%3E");
}
.banner-navbar--controls button.search:after {
  content: "Search";
}
.search-is-expanded .banner-navbar--controls button.search {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%232e2d29'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
}
.search-is-expanded .banner-navbar--controls button.search:after {
  content: "Close";
}
.banner-navbar--controls button.help {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 14 24' xmlns='http://www.w3.org/2000/svg' width='14' height='24' fill='%23b26f16'%3E %3Cpath d='M 4.1422 15.8881 L 8.118 15.8881 C 7.5669 11.4051 13.5366 9.8413 13.5366 5.4278 C 13.5366 1.7948 10.6229 -0.375 6.4253 -0.375 C 3.5517 -0.375 1.2292 1.152 -0.4634 2.7132 L 2.0559 4.7328 C 3.1974 3.6207 4.4965 2.9275 6.1104 2.9275 C 8.118 2.9275 9.2989 4.0377 9.2989 5.7058 C 9.2989 8.8335 3.3155 10.8144 4.1422 15.8881 L 4.1422 15.8881 ZM 3.831 21.2028 C 3.831 22.845 4.9758 24.0493 6.4784 24.0493 C 7.981 24.0493 9.1622 22.845 9.1622 21.2028 C 9.1622 19.5606 7.981 18.3555 6.4784 18.3555 C 4.9758 18.3555 3.831 19.5606 3.831 21.2028 L 3.831 21.2028 Z'/%3E %3C/svg%3E");
}
.banner-navbar--controls button.help:after {
  content: "Help";
}
.banner-navbar--controls button.menu {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 26 22' xmlns='http://www.w3.org/2000/svg' width='26' height='22' fill='%238c1515'%3E %3Cpath d='M 0 18 L 0 22 L 26 22 L 26 18 L 0 18 ZM 0 9 L 0 13 L 26 13 L 26 9 L 0 9 ZM 0 0 L 0 4 L 26 4 L 26 0 L 0 0 Z'/%3E %3C/svg%3E");
}
.mm-opened .banner-navbar--controls button.menu {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%238c1515'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
}
.banner-navbar--controls button.menu:after {
  content: "Menu";
}
.mm-opened .path-frontpage .banner-navbar--controls button.menu {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
}
.region--fullbleed {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
}
.region--fullbleed .block-system-breadcrumb-block,
.region--fullbleed .block-page-title-block {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.region--fullbleed .block-system-breadcrumb-block:before,
.region--fullbleed .block-page-title-block:before,
.region--fullbleed .block-system-breadcrumb-block:after,
.region--fullbleed .block-page-title-block:after {
  content: " ";
  display: table;
}
.region--fullbleed .block-system-breadcrumb-block:after,
.region--fullbleed .block-page-title-block:after {
  clear: both;
}
.region--fullbleed .block-system-breadcrumb-block:before,
.region--fullbleed .block-page-title-block:before,
.region--fullbleed .block-system-breadcrumb-block:after,
.region--fullbleed .block-page-title-block:after {
  content: " ";
  display: table;
}
.region--fullbleed .block-system-breadcrumb-block:after,
.region--fullbleed .block-page-title-block:after {
  clear: both;
}
.region--main {
  background: #f4f4f4;
  font-size: 20px;
  line-height: 1.4;
  color: #2e2d29;
  position: relative;
}
.region--main .region--main-wrapper > .container {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.region--main .region--main-wrapper > .container:before,
.region--main .region--main-wrapper > .container:after {
  content: " ";
  display: table;
}
.region--main .region--main-wrapper > .container:after {
  clear: both;
}
.region--main .region--main-wrapper > .container:before,
.region--main .region--main-wrapper > .container:after {
  content: " ";
  display: table;
}
.region--main .region--main-wrapper > .container:after {
  clear: both;
}
.region--main.has-rail .region--main-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.region--main.has-rail .region--main-wrapper > .container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  width: auto;
}
.region--bottom {
  /* might be empty but still rendered, so leave clear & style contents (blocks) */
  margin: 0;
  padding: 0;
  background-color: #928b81;
  color: #fff;
}
.block-bottom-cards {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.block-bottom-cards:before,
.block-bottom-cards:after {
  content: " ";
  display: table;
}
.block-bottom-cards:after {
  clear: both;
}
.block-bottom-cards:before,
.block-bottom-cards:after {
  content: " ";
  display: table;
}
.block-bottom-cards:after {
  clear: both;
}
.block-bottom-cards-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.1;
  margin-bottom: 30px;
}
.block-bottom-cards-header > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
}
.block-bottom-cards-header,
.block-bottom-cards-header a {
  color: #fff;
}
.block-bottom-cards-header .credentials-legend .icon.graduate-certificate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 18 27' xmlns='http://www.w3.org/2000/svg' width='18' height='27' fill='%23e7a900'%3E %3Cpath d='M 4 17 L 4 27 L 9 23.0119 L 14 27 L 14 17 C 12.5568 18.0317 10.8409 18.6312 9 18.6312 C 7.1591 18.6312 5.4432 18.0317 4 17 Z'/%3E %3Cpath d='M 2.5647 8.8871 C 2.5647 5.4131 5.3726 2.5968 8.8362 2.5968 C 12.2999 2.5968 15.1078 5.4131 15.1078 8.8871 C 15.1078 12.3611 12.2999 15.1776 8.8362 15.1776 C 5.3726 15.1776 2.5647 12.3611 2.5647 8.8871 ZM 0.4741 8.8871 C 0.4741 13.5192 4.2179 17.2742 8.8362 17.2742 C 13.4545 17.2742 17.1982 13.5192 17.1982 8.8871 C 17.1982 4.2549 13.4545 0.5 8.8362 0.5 C 4.2179 0.5 0.4741 4.2549 0.4741 8.8871 Z'/%3E %3Cpath d='M 3.6099 8.8871 C 3.6099 5.9919 5.9497 3.6451 8.8362 3.6451 C 11.7227 3.6451 14.0625 5.9919 14.0625 8.8871 C 14.0625 11.7822 11.7227 14.129 8.8362 14.129 C 5.9497 14.129 3.6099 11.7822 3.6099 8.8871 Z'/%3E %3C/svg%3E");
}
.block-bottom-cards-title {
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.block-bottom-cards-content .rows {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.block-bottom-cards-content .rows .row {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.region--footer {
  background-color: #fff;
}
.region--footer .container {
  padding: 0;
}
.region--footer a {
  text-decoration: none;
}
.region--footer a:hover,
.region--footer a:focus {
  text-decoration: underline;
}
.region--footer .block-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.region--footer .block-menu h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.region--footer .block-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
}
.region--footer .block-menu .menu,
.region--footer .block-menu .menu li {
  margin: 0;
  padding: 0;
}
.region--footer .block-menu .menu,
.region--footer .block-menu .menu li {
  margin: 0;
  padding: 0;
}
.region--footer .block-menu .menu a {
  color: #2e2d29;
}
.region--footer .block-menu:first-child .menu-item:first-child {
  font-weight: 600;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\f95b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\f952";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\f905";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\f907";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\f95c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\f95d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\f95e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\f95f";
}
.fa-handshake-slash:before {
  content: "\f960";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\f961";
}
.fa-head-side-cough-slash:before {
  content: "\f962";
}
.fa-head-side-mask:before {
  content: "\f963";
}
.fa-head-side-virus:before {
  content: "\f964";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\f965";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\f913";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\f955";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\f966";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\f967";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\f91a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\f956";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\f968";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\f91e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\f969";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\f96a";
}
.fa-pump-soap:before {
  content: "\f96b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\f96c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\f957";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\f96e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\f96f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\f970";
}
.fa-store-slash:before {
  content: "\f971";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\f972";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\f941";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\f949";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\f974";
}
.fa-virus-slash:before {
  content: "\f975";
}
.fa-viruses:before {
  content: "\f976";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.eot');
  src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype'), url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-brands-400.eot');
  src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.woff') format('woff'), url('../webfonts/fa-brands-400.ttf') format('truetype'), url('../webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
#block-socialmedia {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
#block-socialmedia h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#block-socialmedia .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-socialmedia .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
#block-socialmedia .menu-item a {
  display: block;
  height: 33px;
  font-size: 0;
  line-height: 1;
}
#block-socialmedia .menu-item a:before {
  font-family: 'Font Awesome 5 Brands';
  display: block;
  vertical-align: middle;
  height: 33px;
  font-size: 33px;
  color: #2e2d29;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
#block-socialmedia .menu-item a:hover,
#block-socialmedia .menu-item a:focus {
  text-decoration: none;
}
#block-socialmedia .menu-item a.facebook:before {
  content: "\f09a";
}
#block-socialmedia .menu-item a.facebook:hover:before,
#block-socialmedia .menu-item a.facebook:focus:before {
  color: #3b579d;
}
#block-socialmedia .menu-item a.twitter:before {
  content: "\f099";
}
#block-socialmedia .menu-item a.twitter:hover:before,
#block-socialmedia .menu-item a.twitter:focus:before {
  color: #1da1f2;
}
#block-socialmedia .menu-item a.instagram:before {
  content: "\f16d";
}
#block-socialmedia .menu-item a.instagram:hover:before,
#block-socialmedia .menu-item a.instagram:focus:before {
  color: #d73676;
}
#block-socialmedia .menu-item a.youtube:before {
  content: "\f167";
}
#block-socialmedia .menu-item a.youtube:hover:before,
#block-socialmedia .menu-item a.youtube:focus:before {
  color: #cd201f;
}
#footer__global-footer {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
#footer__global-footer:before,
#footer__global-footer:after {
  content: " ";
  display: table;
}
#footer__global-footer:after {
  clear: both;
}
#footer__global-footer:before,
#footer__global-footer:after {
  content: " ";
  display: table;
}
#footer__global-footer:after {
  clear: both;
}
#footer__global-footer,
#footer__global-footer a {
  color: #fff;
}
#footer__global-footer a {
  text-decoration: none;
}
#footer__global-footer a:hover,
#footer__global-footer a:focus {
  text-decoration: underline;
}
#footer__global-footer ul {
  list-style-type: none;
}
#footer__global-footer ul,
#footer__global-footer ul li {
  margin: 0;
  padding: 0;
}
#footer__global-footer ul,
#footer__global-footer ul li {
  margin: 0;
  padding: 0;
}
#footer__global-footer ul li {
  display: inline-block;
}
#footer__global-footer ul li + li {
  margin-left: 1.5em;
}
#footer__global-footer #global-footer__brand {
  float: left;
  width: 160px;
}
#footer__global-footer #global-links {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
#footer__global-footer #global-policy-links {
  margin-bottom: 15px;
}
#footer__global-footer #global-footer__nav,
#footer__global-footer #global-footer__info {
  margin-left: 160px;
}
#footer__global-footer .sr-only-text {
  text-indent: 101%;
  display: inline-block;
  margin: 0;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
#footer__global-footer .vcard {
  margin-bottom: 0;
}
.region--rail {
  border-right: 1px solid rgba(84, 73, 72, 0.3);
}
.block-menu--minisite {
  width: 100%;
  padding-bottom: 40px;
}
.block-menu--minisite h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 5px;
  margin: 0 0 20px 0;
}
.block-menu--minisite .menu {
  border-top: 1px solid #deddda;
}
.block-menu--minisite .menu--level-1 {
  border-bottom: 1px solid #deddda;
}
.block-menu--minisite .menu-item {
  border-bottom: 1px solid #deddda;
  position: relative;
  background-color: #f4f4f4;
}
.block-menu--minisite .menu-item:active,
.block-menu--minisite .menu-item:focus {
  outline: none;
}
.block-menu--minisite .menu-item:last-child {
  border-bottom: none;
}
.block-menu--minisite .menu-item span {
  display: block;
}
.block-menu--minisite .menu-item a {
  display: inline-block;
  text-decoration: none;
  color: #434346;
  font-size: 16px;
  line-height: 1.1;
  padding: 10px 36px 10px 0;
}
.block-menu--minisite .menu-item a:hover,
.block-menu--minisite .menu-item a:active,
.block-menu--minisite .menu-item a:focus {
  text-decoration: underline;
  color: #2f2424;
}
.block-menu--minisite .menu-item--level-1 a {
  margin-left: 5px;
}
.block-menu--minisite .menu-item--level-2 a {
  margin-left: 25px;
}
.block-menu--minisite .menu-item--level-3 a {
  margin-left: 45px;
}
.block-menu--minisite .menu-item--level-4 a {
  margin-left: 65px;
}
.block-menu--minisite .menu-item--level-5 a {
  margin-left: 85px;
}
.block-menu--minisite .menu-item--level-6 a {
  margin-left: 115px;
}
.block-menu--minisite .menu-toggle {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b6b1a9'%3E %3Cpath d='M 0 7 L 0 9 L 7 9 L 7 16 L 9 16 L 9 9 L 16 9 L 16 7 L 9 7 L 9 0 L 7 0 L 7 7 L 0 7 Z'/%3E %3C/svg%3E");
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-menu--minisite .menu-toggle:hover,
.block-menu--minisite .menu-toggle:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f2424'%3E %3Cpath d='M 0 7 L 0 9 L 7 9 L 7 16 L 9 16 L 9 9 L 16 9 L 16 7 L 9 7 L 9 0 L 7 0 L 7 7 L 0 7 Z'/%3E %3C/svg%3E");
}
.block-menu--minisite .menu-toggle.expanded {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b6b1a9'%3E %3Cpath opacity='.749' d='M 0 7 L 0 9 L 16 9 L 16 7 L 0 7 Z'/%3E %3C/svg%3E");
}
.block-menu--minisite .menu-toggle.expanded:hover,
.block-menu--minisite .menu-toggle.expanded:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f2424'%3E %3Cpath opacity='.749' d='M 0 7 L 0 9 L 16 9 L 16 7 L 0 7 Z'/%3E %3C/svg%3E");
}
.block-menu--minisite .menu-item--level-1 .menu {
  display: none;
}
.block-menu--minisite .menu-item--active-trail > .menu {
  display: block;
}
.block-menu--minisite .menu-item.menu-item--active {
  background-color: #ebeae6;
}
.block-menu--minisite .menu-item--active > a,
.block-menu--minisite .menu-item > .is-active {
  font-weight: 600;
  color: #8c1515;
}
.block-menu--minisite .menu--level-1:focus {
  outline: 1px dotted #b6b1a9;
}
.block-menu--minisite .menu--level-1:focus .activedescendant {
  background-color: #fff;
}
.block-menu--minisite .menu--level-1:focus .activedescendant > a {
  color: #2f2424;
  text-decoration: underline;
}
.block-menu--minisite .menu--level-1:focus .activedescendant > .menu-toggle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f2424'%3E %3Cpath d='M 0 7 L 0 9 L 7 9 L 7 16 L 9 16 L 9 9 L 16 9 L 16 7 L 9 7 L 9 0 L 7 0 L 7 7 L 0 7 Z'/%3E %3C/svg%3E");
}
.block-menu--minisite .menu--level-1:focus .activedescendant > .menu-toggle.expanded {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f2424'%3E %3Cpath opacity='.749' d='M 0 7 L 0 9 L 16 9 L 16 7 L 0 7 Z'/%3E %3C/svg%3E");
}
.block-menu--minisite .menu--level-1:focus .activedescendant .menu-item {
  background-color: #f4f4f4;
}
.block-menu--minisite .menu--level-1:focus .menu-item.menu-item--active,
.block-menu--minisite .menu--level-1:focus .activedescendant .menu-item.menu-item--active {
  background-color: #ebeae6;
}
.block-menu--minisite .menu--level-1:focus .activedescendant.menu-item--active {
  background-color: #fff;
}
.block-menu--minisite .menu--level-1:focus .activedescendant.menu-item--active > a {
  color: #8c1515;
  text-decoration: underline;
}
.accordion--item + .accordion--item {
  margin-top: 0.25rem;
}
.accordion--heading {
  padding: 12px 48px 12px 18px;
  background-color: #707066;
  color: #fff;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.accordion--heading:hover {
  background-color: #8a8a7f;
}
.accordion--heading:focus {
  background-color: #8a8a7f;
}
.accordion--heading:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f4f4'%3E %3Cpath d='M 0 7 L 0 9 L 7 9 L 7 16 L 9 16 L 9 9 L 16 9 L 16 7 L 9 7 L 9 0 L 7 0 L 7 7 L 0 7 Z'/%3E %3C/svg%3E");
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: background-image;
  transition-property: background-image;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.accordion--content-inner {
  display: none;
  background-color: #fff;
  padding: 30px;
}
.accordion--item.is-expanded .accordion--heading,
.accordion--item.is-expanded .accordion--heading:hover,
.accordion--item.is-expanded .accordion--heading:focus {
  background-color: #2e2d29;
  color: #fff;
}
.accordion--item.is-expanded .accordion--heading:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff'%3E %3Cpath opacity='.749' d='M 0 7 L 0 9 L 16 9 L 16 7 L 0 7 Z'/%3E %3C/svg%3E");
}
.accordion--item.is-expanded .accordion--content-inner {
  display: block;
}
/* Full screen throbber */
.ajax-progress-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  border-radius: 0;
  opacity: 1;
  background: url("../images/loader.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
}
#block-stanfordonline-breadcrumbs {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-stanfordonline-breadcrumbs .breadcrumb,
#block-stanfordonline-breadcrumbs .social-share {
  margin-bottom: 0.75rem;
}
#block-stanfordonline-breadcrumbs .breadcrumb {
  margin-right: 2rem;
}
.breadcrumb {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.breadcrumb ol {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #565347;
  font-size: 16px;
  line-height: 1.2;
}
.breadcrumb ol,
.breadcrumb ol li {
  margin: 0;
  padding: 0;
}
.breadcrumb ol,
.breadcrumb ol li {
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  margin: 0.125rem 0;
}
.breadcrumb ol li:after {
  content: '\00bb';
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.button,
.btn {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  border: 0;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 12px 30px;
  color: #fff;
  -webkit-box-shadow: 0 1px 10px 1px rgba(46, 45, 41, 0.2);
          box-shadow: 0 1px 10px 1px rgba(46, 45, 41, 0.2);
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.button:hover,
.btn:hover,
.button:focus,
.btn:focus {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 10px 1px rgba(46, 45, 41, 0.35);
          box-shadow: 0 1px 10px 1px rgba(46, 45, 41, 0.35);
}
.button,
.btn,
.button.primary,
.btn.primary {
  background: #b1040e;
}
.button:hover,
.btn:hover,
.button.primary:hover,
.btn.primary:hover,
.button:focus,
.btn:focus,
.button.primary:focus,
.btn.primary:focus {
  background-color: #ca0510;
}
.button.secondary,
.btn.secondary {
  background: #928b81;
}
.button.secondary:hover,
.btn.secondary:hover,
.button.secondary:focus,
.btn.secondary:focus {
  background-color: #9e988f;
}
.button.disabled,
.btn.disabled {
  background: #b6b1a9;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.waitlist,
.btn.waitlist {
  background: #A86815;
}
.button.waitlist:hover,
.btn.waitlist:hover,
.button.waitlist:focus,
.btn.waitlist:focus {
  background-color: #bf7618;
}
.button.fluid,
.btn.fluid {
  display: block;
}
.button.large,
.btn.large {
  font-size: 24px;
}
.button.small,
.btn.small {
  font-size: 18px;
}
.button-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.button-group .button,
.button-group .btn {
  display: inline-block;
  width: auto;
}
.button-group .button + .button,
.button-group .btn + .button {
  margin-left: 0.75rem;
}
button:focus,
.button:focus,
.btn:focus {
  outline-style: solid;
  outline-color: #8c1515;
  outline-width: 2px;
  outline-offset: 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.node--view-mode-card {
  background-color: #fff;
  -webkit-box-shadow: 1px 4px 7px rgba(46, 45, 41, 0.35);
          box-shadow: 1px 4px 7px rgba(46, 45, 41, 0.35);
  margin: 0 auto;
  max-width: 400px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.node--view-mode-card:hover,
.node--view-mode-card:focus {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  text-decoration: none;
}
.node--view-mode-card[data-entity-type="file"],
.node--view-mode-card[href$=".pdf"],
.node--view-mode-card.pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--view-mode-card[data-entity-type="file"]:before,
.node--view-mode-card[href$=".pdf"]:before,
.node--view-mode-card.pdf:before {
  display: inherit;
  width: 0;
  height: 0;
  background: none;
  margin: 0;
}
.card--content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 20px;
  color: #4d4f53;
}
.card--content > :last-child {
  margin-bottom: 0;
}
.card--title {
  color: #2e2d29;
  font-size: 24px;
  margin-bottom: 1rem;
}
.card--footer {
  padding: 0 20px 20px 20px;
}
.card--footer > :last-child {
  margin-bottom: 0;
}
.credentials-legend {
  list-style-type: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.credentials-legend,
.credentials-legend li {
  margin: 0;
  padding: 0;
}
.credentials-legend,
.credentials-legend li {
  margin: 0;
  padding: 0;
}
.credentials-legend li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.credentials-legend li + li {
  margin-left: 2em;
}
.credentials-legend li i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 6px;
}
.credentials-legend li span,
.credentials-legend li a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.credentials-legend li a {
  text-decoration: underline;
  color: inherit;
}
.credentials-legend li a:hover,
.credentials-legend li a:focus {
  text-decoration: none;
  color: #000;
  outline-offset: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.credentials-legend .ui.popup {
  text-align: left;
}
.credentials-legend .ui.popup * {
  margin: 0;
  font-size: 16px;
}
.credentials-legend .ui.popup * + * {
  margin-top: 1em;
}
.credentials-inline {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.credentials-inline li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
.credentials-inline li + li {
  margin-left: 10px;
}
.credentials-inline .icon {
  display: block;
}
.credentials-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.5rem;
}
.credentials-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.credentials-list li + li {
  margin-top: 0.5rem;
}
.credentials-list li > .icon {
  width: 24px !important;
  height: 24px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-right: 5px;
  background-position: center bottom;
}
.details {
  margin-bottom: 1.5rem;
}
.details-more.is-active {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.is-expanded .details-more {
  clip: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
}
.details-toggle {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 18px;
  line-height: 1.2;
  color: #006CB8;
  text-decoration: underline;
}
.details-toggle:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-left: 0.25em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%23006CB8'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
.details-toggle:active {
  outline: none;
}
.details-toggle:hover {
  color: #0098db;
}
.details-toggle:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%230098db'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
.is-expanded .details-toggle {
  margin-bottom: 0.75rem;
}
.is-expanded .details-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**
 * Dropdown
 */
.ui.dropdown > .text {
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.ui.selection.visible.dropdown > .text:not(.default),
.ui.dropdown .menu .active.item {
  font-weight: 600;
}
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text,
.ui.selection.visible.dropdown > .text:not(.default) {
  color: #f4f4f4;
}
.ui.selection.dropdown {
  font-size: 16px;
  background-color: #544948;
  color: #f4f4f4;
  border-radius: 3px;
  border-color: #544948;
  -webkit-box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
}
.ui.compact.selection.dropdown {
  min-width: 160px;
  max-width: 320px;
}
.ui.selection.dropdown:hover {
  border-color: transparent;
}
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover {
  border-color: #fff;
}
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu {
  border-color: transparent;
  border: 0;
}
.ui.dropdown .menu {
  background-color: #EBEAE6;
}
.ui.dropdown .menu > .item {
  font-size: 16px;
  border: #544948;
  color: #585754;
  text-decoration: none;
}
.ui.selection.dropdown .menu {
  border-radius: 3px;
}
.ui.selection.dropdown,
.ui.selection.dropdown .menu > .item {
  padding: 10px 50px 10px 16px !important;
}
.ui.selection.dropdown .menu > .item {
  border-top: 0;
  padding: 10px 16px !important;
  line-height: 1.2;
}
.ui.selection.dropdown .menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background-color: transparent;
}
.ui.dropdown .menu > .item:hover {
  background-color: rgba(218, 215, 203, 0.5);
}
.ui.selection.dropdown > .dropdown.icon {
  width: 22px;
  height: 12px;
  top: 50%;
  right: 12px;
  margin: 0;
  padding: 0;
  margin-top: -8px;
}
.ui.dropdown > .dropdown.icon:before {
  display: none;
}
.ui.dropdown > .dropdown.icon:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%23fff'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
  background-size: contain;
  width: 22px;
  height: 12px;
  opacity: 1;
}
.embedded-entity {
  margin-bottom: 1.5rem;
}
.embedded-entity figure {
  margin-bottom: 0;
}
.embedded-entity.align-center {
  margin-left: auto;
  margin-right: auto;
}
.list-expandable-toggle button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 18px;
  line-height: 1.2;
  color: #006CB8;
  text-decoration: underline;
}
.list-expandable-toggle button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-left: 0.25em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%23006CB8'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
.list-expandable-toggle button:active {
  outline: none;
}
.list-expandable-toggle button:hover {
  color: #0098db;
}
.list-expandable-toggle button:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%230098db'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
.list-expandable-toggle button.is-expanded:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.heading {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.heading.heading-page {
  margin-bottom: 2rem;
}
.heading * {
  margin-bottom: 1.25rem;
}
.heading .margin-none {
  margin-bottom: 3px;
}
.heading h1 {
  margin-bottom: 3px;
}
.heading a {
  color: inherit;
  text-decoration: none;
}
.heading a:hover,
.heading a:focus {
  text-decoration: underline;
}
.heading *:last-child {
  margin-bottom: 0;
}
.heading-divided {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #707066;
  margin-bottom: 0.75rem;
}
.heading-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.heading-inline > * {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 1em;
}
.heading-inline > *:first-child {
  padding-left: 0;
}
.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.icon-after:after {
  content: "";
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.icon.degree {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 27 21' xmlns='http://www.w3.org/2000/svg' width='27' height='21' fill='%232e2d29'%3E %3Cpath d='M 2.6821 7.1297 L 12.0038 6.0372 C 12.0452 5.2305 12.6982 4.5881 13.5 4.5881 C 14.3285 4.5881 15 5.2728 15 6.1177 C 15 6.9094 14.4067 7.5645 13.65 7.643 L 13.6237 7.6468 L 13.605 7.6468 L 13.5862 7.6468 L 13.5525 7.6468 L 13.5 7.6468 C 13.327 7.6468 13.1709 7.6212 13.035 7.5704 C 12.7428 7.4735 12.49 7.2896 12.3075 7.0465 L 3.6938 8.06 L 13.5945 13 L 27 6.5 L 13.5945 0 L 0 6.5 L 2.4111 7.5172 C 2.4063 7.321 2.4863 7.1511 2.6821 7.1297 Z'/%3E %3Cpath d='M 6 16.4763 C 6 16.6866 6.0289 16.8956 6.0818 17.1014 C 6.624 19.2096 9.8397 21 13.6136 21 C 17.3875 21 20.4163 19.2096 20.925 17.1014 C 20.9746 16.8956 21 16.6866 21 16.4763 L 21 11 L 13.5 14.3333 L 6 11.0517 L 6 16.4763 Z'/%3E %3Cpath d='M20.4946 16.7903L20.5762 16.7903C20.5762 16.7903 20.5486 16.5755 20.4946 16.7903zM4.6465 17.8907L4.6465 17.8907zM2.423 17.8907L2.423 17.8907zM2.423 17.8907C2.423 18.0359 4.6465 18.0359 4.6465 17.8907L3.5 7.5625 2.423 17.8907z'/%3E %3C/svg%3E");
  width: 27px;
  height: 21px;
}
.icon.degree.is-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 27 21' xmlns='http://www.w3.org/2000/svg' width='27' height='21' fill='%23DAD7CB'%3E %3Cpath d='M 2.6821 7.1297 L 12.0038 6.0372 C 12.0452 5.2305 12.6982 4.5881 13.5 4.5881 C 14.3285 4.5881 15 5.2728 15 6.1177 C 15 6.9094 14.4067 7.5645 13.65 7.643 L 13.6237 7.6468 L 13.605 7.6468 L 13.5862 7.6468 L 13.5525 7.6468 L 13.5 7.6468 C 13.327 7.6468 13.1709 7.6212 13.035 7.5704 C 12.7428 7.4735 12.49 7.2896 12.3075 7.0465 L 3.6938 8.06 L 13.5945 13 L 27 6.5 L 13.5945 0 L 0 6.5 L 2.4111 7.5172 C 2.4063 7.321 2.4863 7.1511 2.6821 7.1297 Z'/%3E %3Cpath d='M 6 16.4763 C 6 16.6866 6.0289 16.8956 6.0818 17.1014 C 6.624 19.2096 9.8397 21 13.6136 21 C 17.3875 21 20.4163 19.2096 20.925 17.1014 C 20.9746 16.8956 21 16.6866 21 16.4763 L 21 11 L 13.5 14.3333 L 6 11.0517 L 6 16.4763 Z'/%3E %3Cpath d='M20.4946 16.7903L20.5762 16.7903C20.5762 16.7903 20.5486 16.5755 20.4946 16.7903zM4.6465 17.8907L4.6465 17.8907zM2.423 17.8907L2.423 17.8907zM2.423 17.8907C2.423 18.0359 4.6465 18.0359 4.6465 17.8907L3.5 7.5625 2.423 17.8907z'/%3E %3C/svg%3E");
}
.icon.degree.small {
  width: 24px;
  height: 19px;
  background-size: 24px auto;
}
.icon.graduate-certificate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 18 27' xmlns='http://www.w3.org/2000/svg' width='18' height='27' fill='%23b26f16'%3E %3Cpath d='M 4 17 L 4 27 L 9 23.0119 L 14 27 L 14 17 C 12.5568 18.0317 10.8409 18.6312 9 18.6312 C 7.1591 18.6312 5.4432 18.0317 4 17 Z'/%3E %3Cpath d='M 2.5647 8.8871 C 2.5647 5.4131 5.3726 2.5968 8.8362 2.5968 C 12.2999 2.5968 15.1078 5.4131 15.1078 8.8871 C 15.1078 12.3611 12.2999 15.1776 8.8362 15.1776 C 5.3726 15.1776 2.5647 12.3611 2.5647 8.8871 ZM 0.4741 8.8871 C 0.4741 13.5192 4.2179 17.2742 8.8362 17.2742 C 13.4545 17.2742 17.1982 13.5192 17.1982 8.8871 C 17.1982 4.2549 13.4545 0.5 8.8362 0.5 C 4.2179 0.5 0.4741 4.2549 0.4741 8.8871 Z'/%3E %3Cpath d='M 3.6099 8.8871 C 3.6099 5.9919 5.9497 3.6451 8.8362 3.6451 C 11.7227 3.6451 14.0625 5.9919 14.0625 8.8871 C 14.0625 11.7822 11.7227 14.129 8.8362 14.129 C 5.9497 14.129 3.6099 11.7822 3.6099 8.8871 Z'/%3E %3C/svg%3E");
  width: 17px;
  height: 27px;
}
.icon.graduate-certificate.is-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 18 27' xmlns='http://www.w3.org/2000/svg' width='18' height='27' fill='%23DAD7CB'%3E %3Cpath d='M 4 17 L 4 27 L 9 23.0119 L 14 27 L 14 17 C 12.5568 18.0317 10.8409 18.6312 9 18.6312 C 7.1591 18.6312 5.4432 18.0317 4 17 Z'/%3E %3Cpath d='M 2.5647 8.8871 C 2.5647 5.4131 5.3726 2.5968 8.8362 2.5968 C 12.2999 2.5968 15.1078 5.4131 15.1078 8.8871 C 15.1078 12.3611 12.2999 15.1776 8.8362 15.1776 C 5.3726 15.1776 2.5647 12.3611 2.5647 8.8871 ZM 0.4741 8.8871 C 0.4741 13.5192 4.2179 17.2742 8.8362 17.2742 C 13.4545 17.2742 17.1982 13.5192 17.1982 8.8871 C 17.1982 4.2549 13.4545 0.5 8.8362 0.5 C 4.2179 0.5 0.4741 4.2549 0.4741 8.8871 Z'/%3E %3Cpath d='M 3.6099 8.8871 C 3.6099 5.9919 5.9497 3.6451 8.8362 3.6451 C 11.7227 3.6451 14.0625 5.9919 14.0625 8.8871 C 14.0625 11.7822 11.7227 14.129 8.8362 14.129 C 5.9497 14.129 3.6099 11.7822 3.6099 8.8871 Z'/%3E %3C/svg%3E");
}
.icon.graduate-certificate.small {
  width: 14px;
  height: 22px;
  background-size: 14px auto;
}
.icon.professional-certificate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 24 21' xmlns='http://www.w3.org/2000/svg' width='24' height='21' fill='%238c1515'%3E %3Cpath d='M 0 9.75 L 0 19.2001 C 0 20.1942 0.8059 21 1.8 21 L 22.2 21 C 23.1941 21 24 20.1942 24 19.2001 L 24 9.75 L 0 9.75 ZM 9 2 L 15 2 L 15 3 L 9 3 L 9 2 ZM 8 0 L 8 3 L 1.8 3 C 0.8059 3 0 3.8058 0 4.7998 L 0 8.9999 L 24 8.9999 L 24 4.7998 C 24 3.8058 23.1941 3 22.2 3 L 16 3 L 16 0 L 8 0 Z'/%3E %3C/svg%3E");
  width: 24px;
  height: 21px;
}
.icon.professional-certificate.is-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 24 21' xmlns='http://www.w3.org/2000/svg' width='24' height='21' fill='%23DAD7CB'%3E %3Cpath d='M 0 9.75 L 0 19.2001 C 0 20.1942 0.8059 21 1.8 21 L 22.2 21 C 23.1941 21 24 20.1942 24 19.2001 L 24 9.75 L 0 9.75 ZM 9 2 L 15 2 L 15 3 L 9 3 L 9 2 ZM 8 0 L 8 3 L 1.8 3 C 0.8059 3 0 3.8058 0 4.7998 L 0 8.9999 L 24 8.9999 L 24 4.7998 C 24 3.8058 23.1941 3 22.2 3 L 16 3 L 16 0 L 8 0 Z'/%3E %3C/svg%3E");
}
.icon.professional-certificate.small {
  width: 20px;
  height: 18px;
  background-size: 20px auto;
}
.icon-chevron-right.icon-after:after {
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%23fff'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.icon.arrow-left,
.icon.arrow-right {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 10 12' xmlns='http://www.w3.org/2000/svg' width='10' height='12' fill='%23707066'%3E %3Cpath d='M 0 0 L 10 6 L 0 12 L 0 0 Z'/%3E %3C/svg%3E");
  background-size: auto 100%;
  background-position: center center;
}
.icon.arrow-left.arrow-left,
.icon.arrow-right.arrow-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon.close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23b6b1a9'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
}
.icon.close:hover,
.icon.close:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%235f574f'%3E %3Cpath d='M 1.1765 0 L 0 1.1765 L 8.825 10 L 0 18.8235 L 1.1765 20 L 10 11.175 L 18.8235 20 L 20 18.8235 L 11.175 10 L 20 1.1765 L 18.8235 0 L 10 8.825 L 1.1765 0 Z'/%3E %3C/svg%3E");
}
a[data-entity-type="file"],
a[href$=".pdf"],
a.pdf {
  display: inline-block;
}
a[data-entity-type="file"]:before,
a[href$=".pdf"]:before,
a.pdf:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("../images/pdficon_small.png");
  margin-right: 4px;
}
.list-item {
  display: block;
}
a.list-item {
  text-decoration: none;
}
.node--view-mode-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.1;
}
.node--view-mode-list-item .image img {
  display: block;
  width: auto;
  max-width: none;
}
.node--view-mode-list-item > * + * {
  margin-left: 15px;
}
.list-items {
  margin-bottom: 2rem;
}
.list-items > .list-item + .list-item {
  padding-top: 0.75rem;
}
.list-items.list-items-divided > .list-item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dad7cb;
}
.list-items.list-items-divided > .list-item + .list-item {
  padding-top: 0.75rem;
}
.list-items > a.list-item {
  text-decoration: none;
}
/**
 * Label
 */
.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
.label span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 12px;
  line-height: 1.3;
  color: #fff;
  margin-top: 5px;
  margin-right: 5px;
}
.label .for-faculty {
  background-color: #A86815;
}
.label .for-students {
  background-color: #8c1515;
}
.label .for-public {
  background-color: #4d4f53;
}
figure {
  margin-bottom: 2rem;
}
figcaption {
  font-size: 18px;
  line-height: 1.3;
  color: #928b80;
  margin-top: 0.75rem;
}
figcaption p {
  margin: 0;
}
figcaption p + p {
  margin-top: 0.25rem;
}
figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure img[alt] {
  font-size: 1px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-fluid {
  max-width: none;
  width: 100%;
}
.img-fixed {
  width: auto;
  max-width: none;
}
.img-centered {
  margin-left: auto;
  margin-right: auto;
}
.video-embed-field-responsive-video {
  background-color: #000;
}
a.more {
  font-weight: 600;
  text-decoration: none;
}
a.more:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%23006CB8'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 2px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
a.more:hover {
  text-decoration: underline;
}
a.more:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%230098db'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
  -webkit-transform: translateX(5px) rotate(-90deg);
          transform: translateX(5px) rotate(-90deg);
}
.pager {
  margin-bottom: 1.5rem;
}
.pager .pager__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
}
.pager .pager__item {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.pager .pager__item a {
  color: #707066;
  text-decoration: none;
}
.pager .pager__item a:hover {
  text-decoration: underline;
}
.pager .pager__item.is-active {
  font-weight: inherit;
}
.pager .pager__item.is-active a {
  color: #2e2d29;
}
.pager .pager__item--ellipsis {
  color: #707066;
  font-weight: 400;
}
.pager .pager__item--previous {
  margin-left: 0;
}
.pager .pager__item--next {
  margin-right: 0;
}
.pager .is-disabled .icon {
  opacity: 0.25;
}
.info {
  display: inline-block;
  background: #006CB8;
  position: relative;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
}
.info:hover {
  text-decoration: none;
  background-color: #0098db;
}
/*!
 * # Semantic UI 2.2.12 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
          Transitions
*******************************/

.transition {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/*******************************
            States
*******************************/


/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  
/*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/
}
/* Disabled */
.disabled.transition {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}


/*******************************
          Variations
*******************************/

.looping.transition {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}


/*******************************
          Transitions
*******************************/

/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/

/*--------------
     Browse
---------------*/

.transition.browse {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.transition.browse.in {
  -webkit-animation-name: browseIn;
          animation-name: browseIn;
}
.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
          animation-name: browseOutLeft;
}
.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
          animation-name: browseOutRight;
}

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
            transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
            transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
            transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
            transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
            transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
            transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
            transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
            transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}

/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}

/*--------------
     Drop
---------------*/

.drop.transition {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
          animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}
.drop.transition.in {
  -webkit-animation-name: dropIn;
          animation-name: dropIn;
}
.drop.transition.out {
  -webkit-animation-name: dropOut;
          animation-name: dropOut;
}

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

/*--------------
      Fade
---------------*/

.transition.fade.in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.transition.fade.out {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}
.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}
.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

/*--------------
     Flips
---------------*/

.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
}
.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
          animation-name: horizontalFlipIn;
}
.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
          animation-name: horizontalFlipOut;
}
.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
          animation-name: verticalFlipIn;
}
.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
          animation-name: verticalFlipOut;
}

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
            transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
            transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}

/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
            transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
            transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
            transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
            transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}

/*--------------
      Scale
---------------*/

.scale.transition.in {
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
}
.scale.transition.out {
  -webkit-animation-name: scaleOut;
          animation-name: scaleOut;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

/*--------------
      Fly
---------------*/


/* Inward */
.transition.fly {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.transition.fly.in {
  -webkit-animation-name: flyIn;
          animation-name: flyIn;
}
.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
          animation-name: flyInUp;
}
.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
          animation-name: flyInDown;
}
.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
          animation-name: flyInLeft;
}
.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
          animation-name: flyInRight;
}

/* Outward */
.transition.fly.out {
  -webkit-animation-name: flyOut;
          animation-name: flyOut;
}
.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
          animation-name: flyOutUp;
}
.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
          animation-name: flyOutDown;
}
.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
          animation-name: flyOutLeft;
}
.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
          animation-name: flyOutRight;
}

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
            transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
            transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
            transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
            transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
            transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
            transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
            transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
            transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

/*--------------
     Slide
---------------*/

.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
          animation-name: slideInY;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
          animation-name: slideInY;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
          animation-name: slideInX;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
          animation-name: slideInX;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
          animation-name: slideOutY;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
          animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
          animation-name: slideOutX;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
          animation-name: slideOutX;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/*--------------
     Swing
---------------*/

.transition.swing {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}
.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
          animation-name: swingInX;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
          animation-name: swingInX;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
          animation-name: swingInY;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
          animation-name: swingInY;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
          animation-name: swingOutX;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
          animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
          animation-name: swingOutY;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
          animation-name: swingOutY;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
            transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
            transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
  }
}
@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
            transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
            transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
  }
}

/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
            transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
            transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
            transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
            transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}


/*******************************
       Static Animations
*******************************/


/*--------------
    Emphasis
---------------*/

.flash.transition {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: flash;
          animation-name: flash;
}
.shake.transition {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: shake;
          animation-name: shake;
}
.bounce.transition {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: bounce;
          animation-name: bounce;
}
.tada.transition {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: tada;
          animation-name: tada;
}
.pulse.transition {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
.jiggle.transition {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: jiggle;
          animation-name: jiggle;
}

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}


/*******************************
         Site Overrides
*******************************/


/*!
 * # Semantic UI 2.2.12 - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
            Popup
*******************************/

.ui.popup {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  
/* Fixes content being squished when inline (moz only) */
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  z-index: 1900;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: 250px;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}
.ui.popup > .header {
  padding: 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.14285714em;
  line-height: 1.2;
  font-weight: bold;
}
.ui.popup > .header + .content {
  padding-top: 0.5em;
}
.ui.popup:before {
  position: absolute;
  content: '';
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
  -webkit-box-shadow: 1px 1px 0px 0px #bababc;
          box-shadow: 1px 1px 0px 0px #bababc;
}


/*******************************
            Types
*******************************/


/*--------------
    Tooltip
---------------*/


/* Content */
[data-tooltip] {
  position: relative;
}

/* Arrow */
[data-tooltip]:before {
  pointer-events: none;
  position: absolute;
  content: '';
  font-size: 1rem;
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
  -webkit-box-shadow: 1px 1px 0px 0px #bababc;
          box-shadow: 1px 1px 0px 0px #bababc;
}

/* Popup */
[data-tooltip]:after {
  pointer-events: none;
  content: attr(data-tooltip);
  position: absolute;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  font-size: 1rem;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: none;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  z-index: 1;
}

/* Default Position (Top Center) */
[data-tooltip]:not([data-position]):before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}
[data-tooltip]:not([data-position]):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* Animation */
[data-tooltip]:before,
[data-tooltip]:after {
  pointer-events: none;
  visibility: hidden;
}
[data-tooltip]:before {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0) !important;
          transform: rotate(45deg) scale(0) !important;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
[data-tooltip]:after {
  opacity: 1;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  pointer-events: auto;
}
[data-tooltip]:hover:before {
  -webkit-transform: rotate(45deg) scale(1) !important;
          transform: rotate(45deg) scale(1) !important;
  opacity: 1;
}

/* Animation Position */
[data-tooltip]:after,
[data-tooltip][data-position="top center"]:after,
[data-tooltip][data-position="bottom center"]:after {
  -webkit-transform: translateX(-50%) scale(0) !important;
          transform: translateX(-50%) scale(0) !important;
}
[data-tooltip]:hover:after,
[data-tooltip][data-position="bottom center"]:hover:after {
  -webkit-transform: translateX(-50%) scale(1) !important;
          transform: translateX(-50%) scale(1) !important;
}
[data-tooltip][data-position="left center"]:after,
[data-tooltip][data-position="right center"]:after {
  -webkit-transform: translateY(-50%) scale(0) !important;
          transform: translateY(-50%) scale(0) !important;
}
[data-tooltip][data-position="left center"]:hover:after,
[data-tooltip][data-position="right center"]:hover:after {
  -webkit-transform: translateY(-50%) scale(1) !important;
          transform: translateY(-50%) scale(1) !important;
}
[data-tooltip][data-position="top left"]:after,
[data-tooltip][data-position="top right"]:after,
[data-tooltip][data-position="bottom left"]:after,
[data-tooltip][data-position="bottom right"]:after {
  -webkit-transform: scale(0) !important;
          transform: scale(0) !important;
}
[data-tooltip][data-position="top left"]:hover:after,
[data-tooltip][data-position="top right"]:hover:after,
[data-tooltip][data-position="bottom left"]:hover:after,
[data-tooltip][data-position="bottom right"]:hover:after {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

/*--------------
    Inverted
---------------*/


/* Arrow */
[data-tooltip][data-inverted]:before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Arrow Position */
[data-tooltip][data-inverted]:before {
  background: #1B1C1D;
}

/* Popup  */
[data-tooltip][data-inverted]:after {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-tooltip][data-inverted]:after .header {
  background-color: none;
  color: #FFFFFF;
}

/*--------------
    Position
---------------*/


/* Top Center */
[data-position="top center"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0.5em;
}
[data-position="top center"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Left */
[data-position="top left"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}
[data-position="top left"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Right */
[data-position="top right"][data-tooltip]:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}
[data-position="top right"][data-tooltip]:before {
  top: auto;
  left: auto;
  bottom: 100%;
  right: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Bottom Center */
[data-position="bottom center"][data-tooltip]:after {
  bottom: auto;
  right: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0.5em;
}
[data-position="bottom center"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 50%;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Left */
[data-position="bottom left"][data-tooltip]:after {
  left: 0;
  top: 100%;
  margin-top: 0.5em;
}
[data-position="bottom left"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Right */
[data-position="bottom right"][data-tooltip]:after {
  right: 0;
  top: 100%;
  margin-top: 0.5em;
}
[data-position="bottom right"][data-tooltip]:before {
  bottom: auto;
  left: auto;
  top: 100%;
  right: 1em;
  margin-left: -0.14285714rem;
  margin-top: 0.07142857rem;
}

/* Left Center */
[data-position="left center"][data-tooltip]:after {
  right: 100%;
  top: 50%;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
[data-position="left center"][data-tooltip]:before {
  right: 100%;
  top: 50%;
  margin-top: -0.14285714rem;
  margin-right: -0.07142857rem;
}

/* Right Center */
[data-position="right center"][data-tooltip]:after {
  left: 100%;
  top: 50%;
  margin-left: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
[data-position="right center"][data-tooltip]:before {
  left: 100%;
  top: 50%;
  margin-top: -0.07142857rem;
  margin-left: 0.14285714rem;
}

/* Arrow */
[data-position~="bottom"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
          box-shadow: -1px -1px 0px 0px #bababc;
}
[data-position="left center"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: 1px -1px 0px 0px #bababc;
          box-shadow: 1px -1px 0px 0px #bababc;
}
[data-position="right center"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: -1px 1px 0px 0px #bababc;
          box-shadow: -1px 1px 0px 0px #bababc;
}
[data-position~="top"][data-tooltip]:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */
[data-inverted][data-position~="bottom"][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
          box-shadow: -1px -1px 0px 0px #bababc;
}
[data-inverted][data-position="left center"][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: 1px -1px 0px 0px #bababc;
          box-shadow: 1px -1px 0px 0px #bababc;
}
[data-inverted][data-position="right center"][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: -1px 1px 0px 0px #bababc;
          box-shadow: -1px 1px 0px 0px #bababc;
}
[data-inverted][data-position~="top"][data-tooltip]:before {
  background: #1B1C1D;
}
[data-position~="bottom"][data-tooltip]:before {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
[data-position~="bottom"][data-tooltip]:after {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
[data-position="left center"][data-tooltip]:before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
[data-position="left center"][data-tooltip]:after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
[data-position="right center"][data-tooltip]:before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
[data-position="right center"][data-tooltip]:after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

/*--------------
     Spacing
---------------*/

.ui.popup {
  margin: 0em;
}

/* Extending from Top */
.ui.top.popup {
  margin: 0em 0em 0.71428571em;
}
.ui.top.left.popup {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.ui.top.center.popup {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.ui.top.right.popup {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

/* Extending from Vertical Center */
.ui.left.center.popup {
  margin: 0em 0.71428571em 0em 0em;
  -webkit-transform-origin: right 50%;
          transform-origin: right 50%;
}
.ui.right.center.popup {
  margin: 0em 0em 0em 0.71428571em;
  -webkit-transform-origin: left 50%;
          transform-origin: left 50%;
}

/* Extending from Bottom */
.ui.bottom.popup {
  margin: 0.71428571em 0em 0em;
}
.ui.bottom.left.popup {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.ui.bottom.center.popup {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.ui.bottom.right.popup {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

/*--------------
     Pointer
---------------*/


/*--- Below ---*/

.ui.bottom.center.popup:before {
  margin-left: -0.30714286em;
  top: -0.30714286em;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
          box-shadow: -1px -1px 0px 0px #bababc;
}
.ui.bottom.left.popup {
  margin-left: 0em;
}
/*rtl:rename*/
.ui.bottom.left.popup:before {
  top: -0.30714286em;
  left: 1em;
  right: auto;
  bottom: auto;
  margin-left: 0em;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
          box-shadow: -1px -1px 0px 0px #bababc;
}
.ui.bottom.right.popup {
  margin-right: 0em;
}
/*rtl:rename*/
.ui.bottom.right.popup:before {
  top: -0.30714286em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin-left: 0em;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
          box-shadow: -1px -1px 0px 0px #bababc;
}

/*--- Above ---*/

.ui.top.center.popup:before {
  top: auto;
  right: auto;
  bottom: -0.30714286em;
  left: 50%;
  margin-left: -0.30714286em;
}
.ui.top.left.popup {
  margin-left: 0em;
}
/*rtl:rename*/
.ui.top.left.popup:before {
  bottom: -0.30714286em;
  left: 1em;
  top: auto;
  right: auto;
  margin-left: 0em;
}
.ui.top.right.popup {
  margin-right: 0em;
}
/*rtl:rename*/
.ui.top.right.popup:before {
  bottom: -0.30714286em;
  right: 1em;
  top: auto;
  left: auto;
  margin-left: 0em;
}

/*--- Left Center ---*/

/*rtl:rename*/
.ui.left.center.popup:before {
  top: 50%;
  right: -0.30714286em;
  bottom: auto;
  left: auto;
  margin-top: -0.30714286em;
  -webkit-box-shadow: 1px -1px 0px 0px #bababc;
          box-shadow: 1px -1px 0px 0px #bababc;
}

/*--- Right Center  ---*/

/*rtl:rename*/
.ui.right.center.popup:before {
  top: 50%;
  left: -0.30714286em;
  bottom: auto;
  right: auto;
  margin-top: -0.30714286em;
  -webkit-box-shadow: -1px 1px 0px 0px #bababc;
          box-shadow: -1px 1px 0px 0px #bababc;
}

/* Arrow Color By Location */
.ui.bottom.popup:before {
  background: #FFFFFF;
}
.ui.right.center.popup:before,
.ui.left.center.popup:before {
  background: #FFFFFF;
}
.ui.top.popup:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */
.ui.inverted.bottom.popup:before {
  background: #1B1C1D;
}
.ui.inverted.right.center.popup:before,
.ui.inverted.left.center.popup:before {
  background: #1B1C1D;
}
.ui.inverted.top.popup:before {
  background: #1B1C1D;
}


/*******************************
            Coupling
*******************************/


/* Immediate Nested Grid */
.ui.popup > .ui.grid:not(.padded) {
  width: calc(100% + 1.75rem);
  margin: -0.7rem -0.875rem;
}


/*******************************
            States
*******************************/

.ui.loading.popup {
  display: block;
  visibility: hidden;
  z-index: -1;
}
.ui.animating.popup,
.ui.visible.popup {
  display: block;
}
.ui.visible.popup {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


/*******************************
            Variations
*******************************/


/*--------------
     Basic
---------------*/

.ui.basic.popup:before {
  display: none;
}

/*--------------
     Wide
---------------*/

.ui.wide.popup {
  max-width: 350px;
}
.ui[class*="very wide"].popup {
  max-width: 550px;
}

/*--------------
     Fluid
---------------*/

.ui.fluid.popup {
  width: 100%;
  max-width: none;
}

/*--------------
     Colors
---------------*/


/* Inverted colors  */
.ui.inverted.popup {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui.inverted.popup .header {
  background-color: none;
  color: #FFFFFF;
}
.ui.inverted.popup:before {
  background-color: #1B1C1D;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*--------------
     Flowing
---------------*/

.ui.flowing.popup {
  max-width: none;
}

/*--------------
     Sizes
---------------*/

.ui.mini.popup {
  font-size: 0.78571429rem;
}
.ui.tiny.popup {
  font-size: 0.85714286rem;
}
.ui.small.popup {
  font-size: 0.92857143rem;
}
.ui.popup {
  font-size: 1rem;
}
.ui.large.popup {
  font-size: 1.14285714rem;
}
.ui.huge.popup {
  font-size: 1.42857143rem;
}


/*******************************
         Theme Overrides
*******************************/



/*******************************
        User Overrides
*******************************/


/**
 * Scroll To Content
 */
@-webkit-keyframes scrollto-content-arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  44% {
    opacity: 1;
  }
  88% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0;
  }
}
@keyframes scrollto-content-arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  44% {
    opacity: 1;
  }
  88% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0;
  }
}
.scrollto-content {
  border: 0;
  background-color: transparent;
  color: inherit !important;
  display: block;
  width: 75px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.scrollto-content span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.scrollto-content svg {
  display: block;
  height: 24px;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
  fill: currentColor;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  -webkit-animation-name: scrollto-content-arrow;
          animation-name: scrollto-content-arrow;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-iteration-count: 6;
          animation-iteration-count: 6;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-filter: drop-shadow(0 1px 7px rgba(51, 51, 51, 0.5));
          filter: drop-shadow(0 1px 7px rgba(51, 51, 51, 0.5));
}
.scrollto-content:hover svg,
.scrollto-content:focus svg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.scrollto-content:focus {
  outline: 1px dotted;
}
/**
 * Site Alert
 */
.block-site-alert {
  position: relative;
  z-index: 1;
}
.block-site-alert .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-alert {
  background-color: #a86815;
  position: relative;
  display: none;
  padding: 16px 0;
}
.site-alert.is-active {
  display: block;
}
.site-alert .container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  color: #fff;
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-alert .field--name-field-site-alert-message {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  margin-right: 1.25rem;
}
.site-alert .field--name-field-site-alert-message > * {
  margin-bottom: 0;
  font-size: inherit;
}
.site-alert .field--name-field-site-alert-message > * + * {
  margin-top: 1rem;
}
.site-alert .field--name-field-site-alert-message a {
  color: #fff;
}
.site-alert .field--name-field-site-alert-message a:hover,
.site-alert .field--name-field-site-alert-message a:focus {
  color: #dad7cb;
}
.site-alert .site-alert-dismiss {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.site-alert .site-alert-dismiss:hover span {
  text-decoration: underline;
}
.site-alert .site-alert-dismiss:active,
.site-alert .site-alert-dismiss:focus {
  outline-color: #dad7cb;
}
/**
 * @file
 * Styles for the skip link.
 */
.skip-link {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1050;
  background: #915a12;
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  padding: 1px 10px 2px;
  border-radius: 0 0 10px 10px;
  border-bottom-width: 0;
  outline: 0;
}
.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/**
 * Social Share
 */
.social-share .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.social-share .menu li + li {
  margin-left: 10px;
}
.social-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  background-color: rgba(112, 112, 102, 0.75);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.social-share svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-share svg path {
  fill: #fff;
}
.social-share .social-share-facebook:hover,
.social-share .social-share-facebook:focus {
  background-color: #445593;
}
.social-share .social-share-twitter:hover,
.social-share .social-share-twitter:focus {
  background-color: #04b1e9;
}
.social-share .social-share-linkedin:hover,
.social-share .social-share-linkedin:focus {
  background-color: #008cba;
}
.social-share .social-share-googleplus svg {
  width: 19px;
  height: 19px;
}
.social-share .social-share-googleplus:hover,
.social-share .social-share-googleplus:focus {
  background-color: #d34836;
}
.social-share .social-share-email svg {
  width: 16px;
  height: 16px;
}
.social-share .social-share-email:hover,
.social-share .social-share-email:focus {
  background-color: #565347;
}
/**
 * Tablesaw
 */
/**
 * Table
 */
.table,
.tablefield,
.paragraph-type--text table {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  empty-cells: show;
  border-collapse: collapse;
}
.table caption,
.tablefield caption,
.paragraph-type--text table caption {
  font-weight: 600;
  margin-bottom: 1em;
}
.table th,
.tablefield th,
.paragraph-type--text table th,
.table td,
.tablefield td,
.paragraph-type--text table td {
  padding: 20px 15px;
  line-height: 1.2;
  text-align: left;
}
.table thead tr > *,
.tablefield thead tr > *,
.paragraph-type--text table thead tr > * {
  background-color: #4d4f53;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f4f4f4;
  vertical-align: bottom;
}
.table thead th > a,
.tablefield thead th > a,
.paragraph-type--text table thead th > a {
  color: inherit;
  text-decoration: none;
}
.table thead th > a:hover,
.tablefield thead th > a:hover,
.paragraph-type--text table thead th > a:hover,
.table thead th > a:focus,
.tablefield thead th > a:focus,
.paragraph-type--text table thead th > a:focus {
  text-decoration: underline;
  color: inherit;
}
.table .tablesort,
.tablefield .tablesort,
.paragraph-type--text table .tablesort {
  padding-left: 5px;
}
.table .tablesort:after,
.tablefield .tablesort:after,
.paragraph-type--text table .tablesort:after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 9' xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='%23f4f4f4'%3E %3Cpath d='M 15 0 L 7.5 9 L 0 0 L 15 0 Z'/%3E %3C/svg%3E");
  width: 15px;
  height: 9px;
}
.table .tablesort.tablesort--desc:after,
.tablefield .tablesort.tablesort--desc:after,
.paragraph-type--text table .tablesort.tablesort--desc:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.table tbody tr > *,
.tablefield tbody tr > *,
.paragraph-type--text table tbody tr > * {
  border-bottom: 1px solid #DEDDDA;
}
.table tbody tr:nth-child(even) > *,
.tablefield tbody tr:nth-child(even) > *,
.paragraph-type--text table tbody tr:nth-child(even) > * {
  background-color: #EFEFED;
}
.table tbody td,
.tablefield tbody td,
.paragraph-type--text table tbody td {
  font-size: 16px;
  vertical-align: top;
}
.table tbody td *,
.tablefield tbody td *,
.paragraph-type--text table tbody td * {
  font-size: 16px;
}
.tablefield,
.paragraph-type--text table {
  margin-bottom: 1.5em;
}
.tablefield caption,
.paragraph-type--text table caption {
  font-weight: 600;
  margin-bottom: 1.75em;
}
.tablefield thead th,
.paragraph-type--text table thead th,
.tablefield tbody th,
.paragraph-type--text table tbody th,
.tablefield tbody td,
.paragraph-type--text table tbody td {
  font-size: 18px;
}
.tablefield thead th.text-align-center,
.paragraph-type--text table thead th.text-align-center,
.tablefield tbody th.text-align-center,
.paragraph-type--text table tbody th.text-align-center,
.tablefield tbody td.text-align-center,
.paragraph-type--text table tbody td.text-align-center {
  text-align: center;
}
.tablefield thead th.text-align-right,
.paragraph-type--text table thead th.text-align-right,
.tablefield tbody th.text-align-right,
.paragraph-type--text table tbody th.text-align-right,
.tablefield tbody td.text-align-right,
.paragraph-type--text table tbody td.text-align-right {
  text-align: right;
}
.tablefield thead th[valign="middle"],
.paragraph-type--text table thead th[valign="middle"],
.tablefield tbody th[valign="middle"],
.paragraph-type--text table tbody th[valign="middle"],
.tablefield tbody td[valign="middle"],
.paragraph-type--text table tbody td[valign="middle"] {
  vertical-align: middle;
}
.tablefield thead th[valign="bottom"],
.paragraph-type--text table thead th[valign="bottom"],
.tablefield tbody th[valign="bottom"],
.paragraph-type--text table tbody th[valign="bottom"],
.tablefield tbody td[valign="bottom"],
.paragraph-type--text table tbody td[valign="bottom"] {
  vertical-align: bottom;
}
.tablefield thead tr > *,
.paragraph-type--text table thead tr > * {
  white-space: normal;
}
.tablefield + table,
.paragraph-type--text table + table {
  margin-top: 2em;
}
/**
 * Topic
 */
.topic {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.125em;
  color: #A86815;
  font-size: 16px;
}
.paragraph {
  margin-left: auto;
  margin-right: auto;
}
.paragraph:before,
.paragraph:after {
  content: " ";
  display: table;
}
.paragraph:after {
  clear: both;
}
.paragraph:before,
.paragraph:after {
  content: " ";
  display: table;
}
.paragraph:after {
  clear: both;
}
.paragraph > :last-child {
  margin-bottom: 0;
}
.paragraph + .paragraph {
  margin-top: 2rem;
}
.ds-main .paragraph--type--text > *,
.ds-main .paragraph--type-text > * {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.ds-main .paragraph--type--text > blockquote,
.ds-main .paragraph--type-text > blockquote,
.ds-main .paragraph--type--text > aside:not(.embedded-entity),
.ds-main .paragraph--type-text > aside:not(.embedded-entity) {
  max-width: none;
}
.paragraph--type--video figure {
  margin-bottom: 0;
}
/**
 * Paragraph Card
 */
.eck--card {
  -webkit-box-shadow: 0 0 10px 0 rgba(46, 45, 41, 0.2);
          box-shadow: 0 0 10px 0 rgba(46, 45, 41, 0.2);
  background-color: #fff;
  margin: 0 auto;
  max-width: 400px;
  z-index: 1;
}
a.eck--card {
  display: block;
  color: #2e2d29;
  text-decoration: none;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
a.eck--card:hover,
a.eck--card:focus,
a.eck--card:active {
  color: #2e2d29;
  text-decoration: none;
  -webkit-box-shadow: 0 0 12px 0 rgba(46, 45, 41, 0.3);
          box-shadow: 0 0 12px 0 rgba(46, 45, 41, 0.3);
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  z-index: 2;
}
a.eck--card:hover .content h3,
a.eck--card:focus .content h3,
a.eck--card:active .content h3,
a.eck--card:hover .content h2,
a.eck--card:focus .content h2,
a.eck--card:active .content h2 {
  text-decoration: underline;
}
.eck--card .media img {
  width: 100%;
}
.eck--card .content {
  padding: 20px;
  margin-top: 0;
}
.eck--card .content h2 a,
.eck--card .content h3 a {
  text-decoration: none;
}
.eck--card .content h2 a:hover,
.eck--card .content h3 a:hover,
.eck--card .content h2 a:focus,
.eck--card .content h3 a:focus,
.eck--card .content h2 a:active,
.eck--card .content h3 a:active {
  text-decoration: underline;
}
.eck--card .content ul {
  padding-left: 20px;
}
.eck--card .content ul li {
  margin-top: 0.25em;
}
.eck--card .content :last-child {
  margin-bottom: 0;
}
.paragraph-type--cards h3 + .card-list {
  margin-top: 1rem;
}
.paragraph-type--cards .card-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph-type--cards .view-mode--card h2 {
  font-size: 24px;
}
.paragraph-type--cards .view-mode--card p {
  font-size: 18px;
}
.paragraph-type--programs h3 + .card-list,
.paragraph-type--courses h3 + .card-list {
  margin-top: 1rem;
}
.paragraph-type--programs .card-list,
.paragraph-type--courses .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 30px;
}
.paragraph-type--programs.card-style--simple .card-list,
.paragraph-type--courses.card-style--simple .card-list {
  grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
}
.paragraph-type--programs.card-style--simple .card--content * + *,
.paragraph-type--courses.card-style--simple .card--content * + *,
.paragraph-type--programs.card-style--simple .card--footer,
.paragraph-type--courses.card-style--simple .card--footer {
  display: none;
}
.paragraph-type--programs.card-style--simple .card--content .card--title,
.paragraph-type--courses.card-style--simple .card--content .card--title {
  font-size: 24px;
  margin-bottom: 0;
}
.paragraph-type--programs.card-list--center,
.paragraph-type--courses.card-list--center {
  margin-bottom: 0;
}
.paragraph-type--programs.card-list--center h3,
.paragraph-type--courses.card-list--center h3 {
  text-align: center;
}
.paragraph-type--programs.card-list--center > p,
.paragraph-type--courses.card-list--center > p {
  max-width: 980px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-type--programs.card-list--center .card-list,
.paragraph-type--courses.card-list--center .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: initial;
  margin-left: -30px;
  margin-right: -30px;
}
.paragraph-type--programs.card-list--center .node--view-mode-card,
.paragraph-type--courses.card-list--center .node--view-mode-card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 335px;
  margin: 0 15px 30px 15px;
}
.paragraph-type--programs.card-list--center.card-style--simple .node--view-mode-card,
.paragraph-type--courses.card-list--center.card-style--simple .node--view-mode-card {
  max-width: 262px;
}
/**
 * Paragraph Infographics
 */
.paragraph-type--infographics {
  max-width: none;
  padding: 2rem 10px;
}
.paragraph-type--infographics .inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-type--infographics .inner > h3 {
  font-size: 48px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.paragraph-type--infographics .inner .item-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph-type--infographics .inner .item-list .eck--infographic {
  margin: 30px 0 0 0;
  padding: 0 15px;
}
.paragraph-type--infographics .inner .item-list.count-4 .eck--infographic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.paragraph-type--infographics .inner .item-list.count-3 .eck--infographic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
.paragraph-type--infographics .inner .item-list.count-2 .eck--infographic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
/**
 * Infographic
 */
.eck--infographic * {
  color: inherit;
}
.eck--infographic .media {
  position: relative;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.eck--infographic .media:after {
  content: '';
  display: block;
  z-index: 1;
  padding-bottom: 56.25%;
}
.eck--infographic .media svg,
.eck--infographic .media img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.eck--infographic .media svg {
  margin-left: auto;
  margin-right: auto;
  fill: currentColor;
}
.eck--infographic .media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.eck--infographic .content * {
  font-size: 16px;
  text-align: center;
}
.eck--infographic .content h4 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 0.5rem;
  text-transform: none;
}
.eck--infographic .content .field--name-field-infographic-content > *:last-child {
  margin-bottom: 0;
}
/**
 *  List Items Paragraph
 */
.paragraph-type--list-items > * {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-type--list-items p + .view-mode--list-item {
  margin-top: 1.5rem;
}
.paragraph-type--list-items .view-mode--list-item + .view-mode--list-item {
  margin-top: 1.5rem;
}
/**
 * List Item
 */
.view-mode--list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-mode--list-item .media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 300px;
  margin-right: 1.25rem;
}
.view-mode--list-item .media a {
  display: block;
}
.view-mode--list-item .content :last-child {
  margin-bottom: 0;
}
/**
 * Entity List Item
 */
.eck--list-item .media {
  max-width: 180px;
}
.eck--list-item .content {
  font-size: 20px;
}
.eck--list-item .content > * {
  max-width: 740px;
}
.eck--list-item .content > * + * {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.eck--list-item .content .topic:first-child {
  margin-top: 0;
}
.eck--list-item .content h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.eck--list-item .content .more-link {
  text-align: left;
  font-size: 20px;
}
/**
 * Marketo "Request a Consultation" Paragraph
 */
.paragraph-type--marketo {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-type--marketo h3 {
  margin-bottom: 1rem;
}
.paragraph-type--marketo .mktoForm-adblock p {
  margin: 0;
}
.paragraph-type--marketo > .buttons {
  display: none;
}
.js .paragraph-type--marketo > .buttons {
  display: block;
}
.js .paragraph-type--marketo > .buttons.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js .paragraph-type--marketo > h3,
.js .paragraph-type--marketo .mktoForm-adblock {
  display: none;
}
.ui.modal.marketo .content > h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
.ui.modal.marketo form {
  margin-left: auto;
  margin-right: auto;
}
.ui.modal.marketo .mktoForm {
  background-color: inherit;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui.modal.marketo > .close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  top: 0.5rem;
  right: 0.5rem;
  width: 36px;
  height: 36px;
}
/**
 * spotlight component
 */
.paragraph-type--spotlight.spotlight--default {
  max-width: none;
}
/**
 * Event Nodes
 */
.node--type-academic-event .topic {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.125em;
  color: #A86815;
  font-size: 16px;
}
.node--type-academic-event .media a {
  display: block;
  position: relative;
}
.node--type-academic-event .media a img {
  position: relative;
  z-index: 1;
}
.node--type-academic-event dl {
  margin: 0;
  line-height: 1.3;
}
.node--type-academic-event dd {
  color: #4d4f53;
  margin-top: 4px;
}
.node--type-academic-event dd + dd {
  margin-top: 4px;
}
.node--type-academic-event strong {
  color: #2e2d29;
}
.node--type-academic-event.node--view-mode-card .content h3 {
  margin-bottom: 0;
}
.node--type-academic-event.node--view-mode-card .content h3 + p {
  margin-bottom: 1rem;
  color: #2e2d29;
}
.page-node-type-academic-event .page-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.node--type-academic-event.node--view-mode-full {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.node--type-academic-event.node--view-mode-full > .container {
  margin: 0;
  padding: 0;
}
.node--type-academic-event.node--view-mode-full .media {
  max-width: 50%;
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.node--type-academic-event.node--view-mode-full .media figcaption {
  margin-top: 10px;
  font-size: 16px;
}
.node--type-academic-event.node--view-mode-full dl {
  font-size: 18px;
  margin-bottom: 1.25rem;
}
.node--type-company-landing.ds-container {
  display: block;
  position: relative;
}
.node--type-company-landing.node--view-mode-full .scrollto-content {
  position: absolute;
  z-index: 999;
  top: calc(100vh - 96px);
  left: auto;
  right: -52px;
  width: 32px;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  color: #8c1515 !important;
}
.node--type-company-landing.node--view-mode-full .scrollto-content svg {
  width: 32px;
  margin-left: 0;
  left: auto;
}
.node--type-company-landing.node--view-mode-card {
  background: #fff;
  max-width: 300px;
  padding: 5px;
  -webkit-box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
}
.node--type-company-landing.node--view-mode-card .card--content a {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.node--type-company-landing.node--view-mode-card .card--content img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.node--type-company-landing .image-style-school-logo-title {
  max-width: 360px;
}
.node--type-company-landing .paragraph > :last-child {
  margin-bottom: 1.25rem;
}
.node--type-company-landing .paragraph + .paragraph {
  margin-top: 0;
}
.page-node-type-company-landing .block-msc .container {
  height: 0;
}
.page-node-type-company-landing .mystanfordconnection {
  display: none;
}
.node--type-company-landing.node--view-mode-bottom .paragraph + .paragraph {
  margin-top: 2rem;
}
.node--type-company-landing.node--view-mode-bottom .paragraph h3 {
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1rem;
}
.node--type-company-landing.node--view-mode-bottom .paragraph p {
  max-width: 980px;
}
.node--type-course .number {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0.25rem;
}
.node--type-course .enrollment {
  text-transform: uppercase;
}
.node--type-course .is-enrollment-open {
  color: #8c1313;
}
.node--type-course .is-waitlist {
  color: #b26e15;
}
.node--type-course .is-enrollment-closed {
  color: #2c2c27;
}
.node--type-course .is-upcoming {
  color: #928b7f;
}
.node--type-course .course-disclaimer {
  font-size: 16px;
  font-style: italic;
  margin-top: 1em;
}
.node--type-course.node--view-mode-card {
  display: block;
}
.node--type-course.node--view-mode-card .card--content {
  text-align: left;
}
.node--type-course.node--view-mode-card .card--title {
  margin-bottom: 0;
}
.node--type-course.node--view-mode-card .card--title + p {
  font-size: 16px;
  margin-bottom: 1rem;
}
.node--type-course.node--view-mode-card h4 {
  color: #8c1515;
  font-size: 18px;
  margin-bottom: 1rem;
}
.node--type-course.node--view-mode-card .credentials-inline {
  margin-bottom: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.node--type-course.node--view-mode-card .field-sections h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #707066;
  margin-bottom: 0;
}
.node--type-course.node--view-mode-card .field-sections ul {
  list-style-type: none;
  list-style: none;
  font-size: 18px;
  margin-bottom: 0;
}
.node--type-course.node--view-mode-card .field-sections li {
  margin-left: 0;
}
a .node--type-course.node--view-mode-list-item {
  color: #2e2d29;
}
a .node--type-course.node--view-mode-list-item:hover dt {
  color: #0098db;
  -webkit-text-decoration: underline solid #006CB8;
          text-decoration: underline solid #006CB8;
}
.node--type-course.node--view-mode-list-item .image img {
  width: 160px;
  height: 90px;
}
.node--type-course.node--view-mode-list-item dl {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 18px;
}
.node--type-course.node--view-mode-list-item dt {
  color: #2e2d29;
}
.node--type-course.node--view-mode-list-item dd {
  color: #4c4d52;
}
.node--type-course.node--view-mode-full h3 {
  font-weight: 600;
}
.node--type-course.node--view-mode-full h3.prerequisites {
  display: none;
}
.node--type-course.node--view-mode-full .grid .col:first-child h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.node--type-course.node--view-mode-full .course--programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.2;
}
.node--type-course.node--view-mode-full .course--programs strong {
  padding-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-right: 1em;
}
.node--type-course.node--view-mode-full .course--programs .list-expandable {
  margin-bottom: 0.5rem;
}
.node--type-course.node--view-mode-full .course--programs .list-expandable-toggle {
  padding-left: 29px;
  margin-bottom: 0;
}
.node--type-section.accordion--item .class-accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--type-section.accordion--item .class-accordion-heading .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 15px;
  color: rgba(244, 244, 244, 0.6);
}
.node--type-section.accordion--item .class-accordion-heading .semester {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-right: 15px;
}
.node--type-section.accordion--item .class-accordion-heading .location {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.node--type-section.accordion--item table.class-info {
  width: 100%;
  border-top: 1px solid #dad7cb;
  border-bottom: 1px solid #dad7cb;
  margin-bottom: 0.75rem;
}
.node--type-section.accordion--item table.class-info:first-child {
  border-top: 0;
}
.node--type-section.accordion--item table.class-info:first-child tr:first-child > * {
  padding-top: 0;
}
.node--type-section.accordion--item table.class-info:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.node--type-section.accordion--item table.class-info:last-child tr:last-child > * {
  padding-bottom: 0;
}
.node--type-section.accordion--item table.class-info + table.class-info {
  border-top: 0;
}
.node--type-section.accordion--item table.class-info caption {
  font-weight: 600;
  text-align: left;
}
.node--type-section.accordion--item table.class-info tr:first-child > * {
  padding-top: 0.75rem;
}
.node--type-section.accordion--item table.class-info caption + tbody > tr:first-child > * {
  padding-top: 1px;
}
.node--type-section.accordion--item table.class-info tr:last-child > * {
  padding-bottom: 0.75rem;
}
.node--type-section.accordion--item table.class-info td,
.node--type-section.accordion--item table.class-info th {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 1em;
  text-align: left;
  vertical-align: top;
}
.node--type-section.accordion--item table.class-info td:first-child {
  white-space: nowrap;
  width: 25%;
  padding-right: 1em;
}
.node--type-section.accordion--item table.class-info .cost {
  text-align: right;
  display: inline-block;
  margin-right: 0.25rem;
}
.node--type-section.accordion--item .ui.special.popup {
  padding: 1.25rem;
}
.node--type-section.accordion--item .ui.special.popup :last-child {
  margin-bottom: 0;
}
.node--type-section.accordion--item .accordion--content-inner {
  color: #585754;
}
.node--type-section.accordion--item .accordion--content-inner strong,
.node--type-section.accordion--item .accordion--content-inner caption {
  color: #2e2d29;
}
.node--type-section.accordion--item .accordion--content-inner h4 {
  color: #2e2d29;
  text-transform: none;
}
.node--type-section.accordion--item .accordion--content-inner :last-child {
  margin-bottom: 0;
}
/**
 * Event Nodes
 */
.node-type--event .media a {
  display: block;
  position: relative;
}
.node-type--event .media a img {
  position: relative;
  z-index: 1;
}
.node-type--event .media a .datestamp {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.node-type--event dl {
  margin: 0;
  line-height: 1.3;
}
.node-type--event dd {
  color: #4d4f53;
  margin-top: 4px;
}
.node-type--event dd + dd {
  margin-top: 4px;
}
.node-type--event strong {
  color: #2e2d29;
}
.node-type--event.view-mode--list-item h3 {
  margin-bottom: 0;
}
.node-type--event.view-mode--list-item dd,
.node-type--event.view-mode--list-item dd * {
  font-size: 18px;
}
.node-type--event.view-mode--list-item dd:first-child {
  margin-bottom: 1em;
  font-weight: 600;
  color: #2e2d29;
}
.page-node-type-event .page-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.node-type--event.view-mode--full {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.node-type--event.view-mode--full > .container {
  margin: 0;
  padding: 0;
}
.node-type--event.view-mode--full dl {
  font-size: 18px;
  margin-bottom: 1.25rem;
}
.node-type--event.view-mode--chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node-type--event.view-mode--chip * {
  color: inherit;
}
.node-type--event.view-mode--chip .datestamp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.node-type--event.view-mode--chip .content {
  padding-left: 12px;
}
.node-type--event.view-mode--chip .content .event--title,
.node-type--event.view-mode--chip .content .event--meta {
  margin-bottom: 0;
  line-height: 1.1;
}
.node-type--event.view-mode--chip .content .event--title {
  font-size: 24px;
}
.node-type--event.view-mode--chip .content dd {
  font-size: 18px;
}
.node-type--event.view-mode--chip .content a {
  text-decoration: none;
  color: inherit;
}
.node-type--event.view-mode--chip .content a:hover,
.node-type--event.view-mode--chip .content a:active,
.node-type--event.view-mode--chip .content a:focus {
  text-decoration: underline;
}
.node-type--event.view-mode--chip .content .event--meta {
  margin-top: 3px;
  font-size: 18px;
}
.node--type-instructor img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0.35em;
}
.so-fancybox .container {
  max-width: 900px;
  margin: 20px;
  -webkit-box-shadow: 1px 2px 10px rgba(46, 45, 41, 0.65);
          box-shadow: 1px 2px 10px rgba(46, 45, 41, 0.65);
  padding: 40px 40px 50px 40px;
  color: #585752;
  font-family: 'Source Sans Pro';
  font-size: 20px;
  line-height: 1.4;
}
.so-fancybox .block-system-breadcrumb-block,
.so-fancybox .block-local-tasks-block {
  display: none;
}
.so-fancybox .heading.heading-page {
  margin-bottom: 20px;
}
.so-fancybox .heading.heading-page h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}
.so-fancybox .block-system-main-block .field--name-body :last-child {
  margin-bottom: 0;
}
.page-node-type-page .heading.heading-page,
.page-node-type-page .ds-container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.page-node-type-page .heading.heading-page {
  text-align: center;
}
.node--type-program.node--view-mode-full .heading.heading-page .list-unstyled li {
  margin-bottom: 0;
  padding-left: 33px;
  position: relative;
  font-weight: 600;
}
.node--type-program.node--view-mode-full .heading.heading-page .list-unstyled li + li {
  margin-top: 0.5rem;
}
.node--type-program.node--view-mode-full .heading.heading-page .list-unstyled .icon {
  position: absolute;
  width: 27px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: auto 100%;
}
.node--type-program.node--view-mode-full .heading.heading-page + hr {
  margin-top: 0;
}
.node--type-program.node--view-mode-full .split-layout--left :last-child,
.node--type-program.node--view-mode-full .split-layout--right :last-child {
  margin-bottom: 0;
}
.node--type-program.node--view-mode-full .split-layout--left h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.node--type-program.node--view-mode-full h3 {
  font-weight: 600;
}
.node--type-program.node--view-mode-full .all-access-bundle {
  margin-bottom: 2rem;
}
.node--type-program.node--view-mode-full .all-access-plan--button {
  margin-bottom: 1rem;
}
.node--type-program.node--view-mode-full .all-access-plan--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.node--type-program.node--view-mode-full .all-access-plan--row-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-weight: 600;
}
.node--type-program.node--view-mode-full .all-access-plan--row-data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  padding-left: 1em;
}
.node--type-program.node--view-mode-full .program--courses {
  margin-bottom: 1.5rem;
}
.node--type-program.node--view-mode-full .program--courses .field--name-field-notes {
  font-size: 18px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dad7cb;
  margin-bottom: 0.75rem;
}
.node--type-program.node--view-mode-full .program--courses .field--name-field-notes :last-child {
  margin-bottom: 0;
}
.node--type-program.node--view-mode-full .program--courses .list-items {
  margin-bottom: 0.25rem;
}
.node--type-program.node--view-mode-full .program--courses .list-expandable-toggle {
  text-align: right;
}
.node--type-program.node--view-mode-full .field-name-field-courses-required .heading-inline {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.node--type-program.node--view-mode-full .field-name-field-courses-required .heading-inline h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.1;
}
.node--type-program.node--view-mode-full .field-name-field-courses-required .heading-inline .text-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-wrap: nowrap;
}
.node--type-school.ds-container {
  display: block;
}
.node--type-school .image-style-school-logo-title {
  max-width: 360px;
}
.node--type-school.node--view-mode-card {
  background: #fff;
  max-width: 300px;
  padding: 5px;
  -webkit-box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
}
.node--type-school.node--view-mode-card .card--content a {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.node--type-school.node--view-mode-card .card--content img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/**
 * Spotlight
 */
.node-type--spotlight.view-mode--embedded {
  position: relative;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
.node-type--spotlight.view-mode--embedded p {
  line-height: 1.3;
}
.node-type--spotlight.view-mode--embedded .media {
  margin: 0;
}
.node-type--spotlight.view-mode--embedded figcaption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.node-type--spotlight.view-mode--embedded .topic + h3 {
  font-size: 24px;
}
.node-type--spotlight.view-mode--embedded .content :last-child {
  margin-bottom: 0;
}
.spotlight--default .node-type--spotlight.view-mode--embedded {
  position: relative;
  max-width: none;
}
.spotlight--split .node-type--spotlight.view-mode--embedded {
  max-width: 980px;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded {
  padding-top: 30px;
  max-width: 980px;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .media,
.spotlight--layered .node-type--spotlight.view-mode--embedded .content {
  width: 55%;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .media {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .content {
  position: relative;
  float: right;
  z-index: 1;
  padding: 30px;
  padding-left: calc(10% + 30px);
  background: #fff;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .content:before,
.spotlight--layered .node-type--spotlight.view-mode--embedded .content:after {
  content: " ";
  display: table;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .content:after {
  clear: both;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .content:before,
.spotlight--layered .node-type--spotlight.view-mode--embedded .content:after {
  content: " ";
  display: table;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .content:after {
  clear: both;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .content:before {
  position: relative;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  padding-top: calc(56.25% + 30px);
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .topic + h3 {
  font-size: 24px;
}
.node-type--spotlight.view-mode--full .node--primary > .media--view-mode-widescreen {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
/**
 * Videos
 */
.path-videos .page-title {
  text-align: center;
}
.video-gallery {
  /**
 * Card
 */
  /**
 * Teaser
 */
  /**
 * Media: Video
 */
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.video-gallery .view-mode--card {
  -webkit-box-shadow: 0 0 10px 0 rgba(46, 45, 41, 0.2);
          box-shadow: 0 0 10px 0 rgba(46, 45, 41, 0.2);
  background-color: #fff;
  margin: 0 auto;
  max-width: 400px;
  z-index: 1;
  display: block;
  color: #2e2d29;
  text-decoration: none;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.video-gallery .view-mode--card figure {
  margin: 0;
  padding: 0;
}
.video-gallery .view-mode--card:hover,
.video-gallery .view-mode--card:focus,
.video-gallery .view-mode--card:active {
  color: #2e2d29;
  text-decoration: none;
  -webkit-box-shadow: 0 0 12px 0 rgba(46, 45, 41, 0.3);
          box-shadow: 0 0 12px 0 rgba(46, 45, 41, 0.3);
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  z-index: 2;
}
.video-gallery .view-mode--card:hover .content h3,
.video-gallery .view-mode--card:focus .content h3,
.video-gallery .view-mode--card:active .content h3,
.video-gallery .view-mode--card:hover .content h2,
.video-gallery .view-mode--card:focus .content h2,
.video-gallery .view-mode--card:active .content h2 {
  text-decoration: underline;
}
.video-gallery .view-mode--card .media img {
  width: 100%;
}
.video-gallery .view-mode--card .content,
.video-gallery .view-mode--card figcaption {
  padding: 20px;
  margin-top: 0;
}
.video-gallery .view-mode--card .content h2 a,
.video-gallery .view-mode--card figcaption h2 a,
.video-gallery .view-mode--card .content h3 a,
.video-gallery .view-mode--card figcaption h3 a {
  text-decoration: none;
}
.video-gallery .view-mode--card .content h2 a:hover,
.video-gallery .view-mode--card figcaption h2 a:hover,
.video-gallery .view-mode--card .content h3 a:hover,
.video-gallery .view-mode--card figcaption h3 a:hover,
.video-gallery .view-mode--card .content h2 a:focus,
.video-gallery .view-mode--card figcaption h2 a:focus,
.video-gallery .view-mode--card .content h3 a:focus,
.video-gallery .view-mode--card figcaption h3 a:focus,
.video-gallery .view-mode--card .content h2 a:active,
.video-gallery .view-mode--card figcaption h2 a:active,
.video-gallery .view-mode--card .content h3 a:active,
.video-gallery .view-mode--card figcaption h3 a:active {
  text-decoration: underline;
}
.video-gallery .view-mode--card .content :last-child,
.video-gallery .view-mode--card figcaption :last-child {
  margin-bottom: 0;
}
.video-gallery .view-mode--teaser {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.video-gallery .view-mode--teaser .media img {
  width: 100%;
}
.video-gallery .view-mode--teaser .media + .content {
  margin-top: 20px;
}
.video-gallery .view-mode--teaser .content :last-child {
  margin-bottom: 0;
}
.video-gallery .media-type--video.view-mode--card .media {
  position: relative;
}
.video-gallery .media-type--video.view-mode--card .media img {
  z-index: 1;
  position: relative;
}
.video-gallery .media-type--video.view-mode--card .media:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='video-overlay-play-button' viewBox='0 0 125 125' alt='Play video' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ccircle opacity='0.25' cx='62.2642' cy='62.2642' r='62.2642' fill='%23fff'/%3E %3Cpath d='M91 62.1321L47.4151 89.0932L47.4151 35.1709L91 62.1321Z'/%3E %3C/svg%3E");
  background-size: 90px auto;
  background-position: center;
  opacity: 0.875;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
:hover.video-gallery .media-type--video.view-mode--card .media:after,
:focus.video-gallery .media-type--video.view-mode--card .media:after {
  opacity: 1;
}
.video-gallery .media-type--video.view-mode--card .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.25em;
  color: #544948;
}
.video-gallery .media-type--video.view-mode--card .content .subtitle {
  font-size: 16px;
  color: #544948;
  margin-bottom: 0.5em;
}
.video-gallery .media-type--video.view-mode--card .content p {
  font-size: 16px;
  color: #928b81;
}
.video-gallery .media-type--video.view-mode--teaser {
  -webkit-box-shadow: 0 0 10px 0 rgba(46, 45, 41, 0.2);
          box-shadow: 0 0 10px 0 rgba(46, 45, 41, 0.2);
  background-color: #fff;
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 100%;
  width: 100%;
}
.video-gallery .media-type--video.view-mode--teaser a[data-fancybox] {
  position: relative;
}
.video-gallery .media-type--video.view-mode--teaser a[data-fancybox] img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.video-gallery .media-type--video.view-mode--teaser a[data-fancybox]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='video-overlay-play-button' viewBox='0 0 125 125' alt='Play video' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ccircle opacity='0.25' cx='62.2642' cy='62.2642' r='62.2642' fill='%23fff'/%3E %3Cpath d='M91 62.1321L47.4151 89.0932L47.4151 35.1709L91 62.1321Z'/%3E %3C/svg%3E");
  background-size: 90px auto;
  background-position: center;
  opacity: 0.875;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
:hover.video-gallery .media-type--video.view-mode--teaser a[data-fancybox]:after,
:focus.video-gallery .media-type--video.view-mode--teaser a[data-fancybox]:after {
  opacity: 1;
}
.video-gallery .media-type--video.view-mode--teaser figcaption {
  margin: 0;
  padding: 20px;
  color: #2e2d29;
}
.video-gallery .media-type--video.view-mode--teaser figcaption h3 {
  font-weight: 600;
}
.video-gallery .media-type--video.view-mode--teaser figcaption .subtitle {
  font-size: 16px;
  color: #2e2d29;
  margin-bottom: 0.5em;
}
.video-gallery .media-type--video.view-mode--teaser figcaption p {
  font-size: 18px;
  color: #928b81;
}
.video-gallery .video-featured-video {
  margin: 2rem 0;
}
.video-gallery .video-featured-video .paragraph.paragraph--type-media,
.video-gallery .video-featured-video .media.media-type--video {
  max-width: none;
}
.video-gallery .video-gallery-header {
  text-align: center;
}
.video-gallery .video-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
/**
 * List Item
 */
.view-mode--list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-mode--list-item .media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 245px;
  margin-right: 1.25rem;
}
.view-mode--list-item .media a {
  display: block;
}
/**
 * Events Legend
 */
.events-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.events-legend dd {
  margin: 0 2em 0 0;
  font-size: 16px;
  line-height: 16px;
  color: #5F574C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.events-legend dd:last-child {
  margin-right: 0;
}
.events-legend dd:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4d4f53;
  margin: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.events-legend dd.for-faculty:before {
  background-color: #A86815;
}
.events-legend dd.for-students:before {
  background-color: #8c1515;
}
.events-legend dd.for-public:before {
  background-color: #4d4f53;
}
/**
 * Datestamp
 */
.datestamp {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #4d4f53;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.datestamp + .datestamp {
  margin-top: 20px;
}
.datestamp .datestamp--month {
  font-weight: 600;
  text-transform: uppercase;
}
.datestamp .datestamp--day {
  font-weight: 700;
}
.datestamp.for-faculty {
  background-color: #A86815;
}
.datestamp.for-students {
  background-color: #8c1515;
}
.datestamp.for-public {
  background-color: #4d4f53;
}
.datestamp.for-faculty.for-students {
  background-color: #8c1515;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='%23A86815'%3E %3Cpath d='M 80 0 L 80 80 L 0 80 L 80 0 Z'/%3E %3C/svg%3E");
}
.datestamp.for-public.for-faculty {
  background-color: #A86815;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='%234d4f53'%3E %3Cpath d='M 80 0 L 80 80 L 0 80 L 80 0 Z'/%3E %3C/svg%3E");
}
.datestamp.for-public.for-students {
  background-color: #8c1515;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='%234d4f53'%3E %3Cpath d='M 80 0 L 80 80 L 0 80 L 80 0 Z'/%3E %3C/svg%3E");
}
.datestamp.for-public.for-faculty.for-students {
  background-color: #4d4f53;
}
/**
 * Events
 */
.page--view-events-page_events_upcoming .page-title,
.page--view-events-page_past_events .page-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.view-id--events.view-display--page {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.view-id--events.view-display--page .view-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.view-id--events.view-display--page .view-header > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
}
.view-id--events.view-display--page .events-legend {
  -webkit-box-flex: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
}
.view-id--events.view-display--page .view-filters {
  text-align: right;
}
.view-id--events.view-display--page .view-filters .ui.form .field,
.view-id--events.view-display--page .view-filters .ui.form .form-wrapper {
  margin-bottom: 0;
  margin-left: 10px;
}
.view-id--events.view-display--page .view-filters label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.view-id--events.view-display--page .view-filters .bef-exposed-form .form--inline > .form-item {
  float: none;
  display: inline-block;
}
.view-id--events.view-display--page .view-filters .form-item,
.view-id--events.view-display--page .view-filters .form-actions {
  margin: 0;
}
.view-id--events.view-display--page .node {
  margin-bottom: 20px;
}
.view-id--events.view-display--page .view-events-footer {
  margin-top: 20px;
  text-align: center;
}
.view-id--events.view-display--page .pager {
  border-top: 1px solid #DAD7CB;
  padding-top: 1em;
}
/**
 * Spotlight page
 */
.page-node-type-spotlight .region--main .node--type-spotlight {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/**
 * Spotlight
 */
.node-type--spotlight.view-mode--embedded {
  position: relative;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
.node-type--spotlight.view-mode--embedded p {
  line-height: 1.3;
}
.node-type--spotlight.view-mode--embedded .media {
  margin: 0;
}
.node-type--spotlight.view-mode--embedded figcaption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.node-type--spotlight.view-mode--embedded .topic + h3 {
  font-size: 24px;
}
.node-type--spotlight.view-mode--embedded .content :last-child {
  margin-bottom: 0;
}
.spotlight--default .node-type--spotlight.view-mode--embedded {
  position: relative;
  max-width: none;
}
.spotlight--default .node-type--spotlight.view-mode--embedded .more {
  color: #2e2d29;
}
.spotlight--default .node-type--spotlight.view-mode--embedded .more:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%232e2d29'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
.spotlight--default .node-type--spotlight.view-mode--embedded .more:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' standalone='no'?%3E %3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%232e2d29'%3E %3Cpath d='M 14.5962 1.2632 L 13.2836 0 L 7.5962 5.4738 L 1.9088 0 L 0.5962 1.2632 L 7.5962 8 L 14.5962 1.2632 Z'/%3E %3C/svg%3E");
}
.spotlight--layered .node-type--spotlight.view-mode--embedded {
  padding-top: 30px;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded figure,
.spotlight--layered .node-type--spotlight.view-mode--embedded .content {
  width: 55%;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded figure {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .content {
  position: relative;
  float: right;
  z-index: 1;
  padding: 30px;
  padding-right: 0;
  padding-left: calc(10% + 30px);
  background: #fff;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .content:before {
  content: "";
  display: block;
  width: 30px;
  height: 0;
  padding-top: 0 !important;
  padding-bottom: calc(56.25% + 30px);
  float: right;
}
.spotlight--layered .node-type--spotlight.view-mode--embedded .topic + h3 {
  font-size: 24px;
}
@media (min-width: 921px)  {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 28px;
    font-weight: 700;
  }
  h3 {
    font-size: 24px;
    font-weight: 700;
  }
  blockquote p {
    font-size: 28px;
  }
  .grid {
    margin-left: -50px;
  }
  .col {
    padding-left: 50px;
  }
  .container,
  .container-full {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ds-2col .ds-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    padding-right: 25px;
  }
  .ds-2col .ds-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding-left: 25px;
  }
  .ds-bottom {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .region--fullbleed .block-system-breadcrumb-block,
  .region--fullbleed .block-page-title-block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .region--fullbleed .block-system-breadcrumb-block:first-child,
  .region--fullbleed .block-page-title-block:first-child {
    padding-top: 40px;
  }
  .region--main .region--main-wrapper > .container {
    padding: 40px;
  }
  .region--main.has-rail .region--main-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .region--main.has-rail .region--main-wrapper {
    grid-gap: 40px;
  }
  .block-bottom-cards-title {
    font-size: 24px;
  }
  .region--footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .region--footer .block-menu .menu .menu-item {
    margin-bottom: 0;
  }
  .region--footer .block-menu .menu .menu-item + li {
    margin-left: 1.5em;
  }
  #footer__global-footer {
    padding: 40px;
  }
  .region--rail {
    padding: 40px;
    padding-left: 0;
  }
  .embedded-entity.align-left {
    padding-right: 30px;
  }
  .topic {
    font-size: 18px;
  }
  .paragraph-type--infographics {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    width: calc(100% + (40px * 2));
  }
  .ui.modal.marketo .content > h3 {
    font-size: 32px;
  }
  .paragraph-type--spotlight.spotlight--default {
    margin-left: -40px;
    width: calc(100% + (40px * 2));
  }
  .node--type-academic-event .topic {
    font-size: 18px;
  }
  .node--type-company-landing.node--view-mode-bottom .paragraph h3 {
    font-size: 24px;
  }
  .video-gallery .media-type--video.view-mode--teaser figcaption {
    padding: 40px;
  }
  .video-gallery .video-gallery-list {
    margin: 0 -15px;
  }
  .video-gallery .video-gallery-list .view-mode--card {
    -ms-flex-preferred-size: calc(33.333% - 30px);
        flex-basis: calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
  }
  .node-type--spotlight.view-mode--embedded p {
    font-size: 22px;
  }
  .node-type--spotlight.view-mode--embedded .topic + h3 {
    font-size: 36px;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded {
    font-size: 22px;
    padding: 60px;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    padding: 45px;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .content {
    padding: 50px;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded {
    padding-top: 45px;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .topic + h3 {
    font-size: 28px;
  }
}
@media (min-width: 736px) and (max-width: 920px)  {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
    font-weight: 700;
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
  }
  blockquote p {
    font-size: 24px;
  }
  .grid {
    margin-left: -40px;
  }
  .col {
    padding-left: 40px;
  }
  .container,
  .container-full {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ds-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .region--fullbleed .block-system-breadcrumb-block,
  .region--fullbleed .block-page-title-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .region--fullbleed .block-system-breadcrumb-block:first-child,
  .region--fullbleed .block-page-title-block:first-child {
    padding-top: 30px;
  }
  .region--main .region--main-wrapper > .container {
    padding: 30px;
  }
  .region--main.has-rail .region--main-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .region--main.has-rail .region--main-wrapper {
    grid-gap: 30px;
  }
  .block-bottom-cards-title {
    font-size: 22px;
  }
  .block-bottom-cards-content .rows {
    margin-left: -30px;
  }
  #footer__global-footer {
    padding: 30px;
  }
  .region--rail {
    padding: 30px;
    padding-left: 0;
  }
  .accordion--content-inner {
    padding: 20px;
  }
  .card--title {
    font-size: 22px;
  }
  .paragraph-type--programs .card-list,
  .paragraph-type--courses .card-list {
    grid-gap: 25px;
  }
  .paragraph-type--programs.card-style--simple .card--content .card--title,
  .paragraph-type--courses.card-style--simple .card--content .card--title {
    font-size: 20px;
  }
  .paragraph-type--infographics {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    width: calc(100% + (30px * 2));
  }
  .ui.modal.marketo .content > h3 {
    font-size: 28px;
  }
  .paragraph-type--spotlight.spotlight--default {
    margin-left: -30px;
    width: calc(100% + (30px * 2));
  }
  .node--type-company-landing.node--view-mode-full .scrollto-content {
    right: -40px;
    width: 24px;
  }
  .node--type-company-landing.node--view-mode-full .scrollto-content svg {
    width: 24px;
  }
  .node--type-company-landing.node--view-mode-bottom {
    padding: 40px 30px;
  }
  .node--type-company-landing.node--view-mode-bottom .paragraph h3 {
    font-size: 22px;
  }
  .video-gallery .media-type--video.view-mode--teaser figcaption {
    padding: 30px;
  }
  .video-gallery .video-gallery-list {
    margin: 0 -10px;
  }
  .video-gallery .video-gallery-list .view-mode--card {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    max-width: none;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded {
    padding: 40px;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    padding: 25px;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .content {
    padding: 30px;
  }
}
@media (max-width: 735px)  {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
    font-weight: 700;
  }
  blockquote p {
    font-size: 24px;
  }
  .grid {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col {
    width: 100%;
    padding-left: 0;
  }
  .col + .col {
    margin-top: 1.25rem;
  }
  .container,
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
  .split-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .region--fullbleed .block-system-breadcrumb-block,
  .region--fullbleed .block-page-title-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .region--fullbleed .block-system-breadcrumb-block:first-child,
  .region--fullbleed .block-page-title-block:first-child {
    padding-top: 20px;
  }
  .region--main .region--main-wrapper > .container {
    padding: 20px;
  }
  .region--main.has-rail .region--main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .region--main.has-rail .region--main-wrapper {
    grid-gap: 20px;
  }
  .block-bottom-cards-title {
    font-size: 20px;
  }
  .region--footer {
    padding: 30px 20px;
  }
  .region--footer .block-menu .menu {
    font-size: 16px;
  }
  #footer__global-footer {
    padding: 20px;
  }
  .accordion--content-inner {
    padding: 15px;
  }
  .button,
  .btn {
    padding: 12px 12px;
    font-size: 20px;
  }
  .card--title {
    font-size: 20px;
  }
  .credentials-legend li span,
  .credentials-legend li a {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .heading.heading-page {
    margin-bottom: 1.5rem;
  }
  .site-alert .field--name-field-site-alert-message {
    font-size: 16px;
  }
  .paragraph-type--programs.card-style--simple .card--content .card--title,
  .paragraph-type--courses.card-style--simple .card--content .card--title {
    font-size: 20px;
  }
  .paragraph-type--infographics .inner .item-list {
    display: block;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .paragraph-type--infographics .inner .item-list .eck--infographic {
    margin-top: 20px;
    padding: 0 10px;
  }
  .paragraph-type--infographics .inner .item-list.count-4 .eck--infographic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .ui.modal.marketo .content {
    padding-top: 48px !important;
  }
  .ui.modal.marketo .content > h3 {
    font-size: 28px;
  }
  .paragraph-type--spotlight.spotlight--default {
    margin-left: -20px;
    width: calc(100% + (20px * 2));
  }
  .node--type-company-landing.node--view-mode-full .scrollto-content {
    display: none;
  }
  .node--type-company-landing .image-style-school-logo-title {
    width: 100%;
  }
  .node--type-company-landing.node--view-mode-bottom .paragraph h3 {
    font-size: 20px;
  }
  .node--type-program.node--view-mode-full .split-layout--left + .split-layout--right {
    margin-top: 2rem;
  }
  .node--type-school .image-style-school-logo-title {
    width: 100%;
  }
  .video-gallery .video-gallery-list {
    display: block;
  }
  .video-gallery .video-gallery-list .view-mode--card {
    max-width: 480px;
    margin: 0 auto 20px auto;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded {
    padding: 30px;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    padding: 20px;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .content {
    padding: 30px;
  }
}
@media (min-width: 921px) , (min-width: 736px) and (max-width: 920px)  {
  .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-25 {
    width: 25%;
  }
  .col-33 {
    width: 33.33%;
  }
  .col-40 {
    width: 40%;
  }
  .col-50 {
    width: 50%;
  }
  .col-60 {
    width: 60%;
  }
  .col-66 {
    width: 66.66%;
  }
  .col-75 {
    width: 75%;
  }
  .col-100 {
    width: 100%;
  }
  .split-layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .split-layout--left {
    width: 55.94405594%;
  }
  .split-layout--right {
    width: 40.55944056%;
  }
  .paragraph--type-images .grid {
    margin-left: -20px;
  }
  .paragraph--type-images .col {
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 420px)  {
  .grid {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  aside.embedded-entity.align-left,
  aside.embedded-entity.align-right {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5em 0;
    float: none;
  }
  img[data-entity-type='file'].align-right,
  img[data-entity-type='file'].align-left {
    width: auto;
    max-width: 100%;
    margin: 0 auto 1.5em auto;
    float: none;
  }
  aside.embedded-entity figure,
  aside.embedded-entity.align-left figure,
  aside.embedded-entity.align-right figure {
    margin-left: auto;
    margin-right: auto;
  }
  .paragraph-type--infographics .inner .item-list .eck--infographic {
    margin-top: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ui.modal.marketo .content > h3 {
    font-size: 28px;
  }
  .paragraph-type--spotlight.spotlight--default {
    margin-left: -20px;
    width: calc(100% + (20px * 2));
  }
  .video-gallery .media-type--video.view-mode--teaser {
    display: block;
  }
  .video-gallery .media-type--video.view-mode--teaser figcaption {
    display: block;
  }
  .video-gallery .media-type--video.view-mode--teaser figcaption p {
    font-size: 16px;
  }
  .events-legend {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
  .events-legend dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .view-id--events.view-display--page .view-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #DAD7CB;
  }
  .view-id--events.view-display--page .events-legend {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 20px;
  }
  .view-id--events.view-display--page .view-filters {
    text-align: center;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded {
    padding: 0;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    padding: 20px;
    padding-bottom: 0;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded figure {
    margin-bottom: 20px;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded {
    padding-top: 0;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded figure,
  .spotlight--layered .node-type--spotlight.view-mode--embedded .content {
    width: 80%;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded figure {
    position: relative;
    float: left;
    margin: 0;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .content:before {
    display: none;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .content {
    margin-top: -45px;
    padding-left: 30px;
    padding-top: 65px;
  }
}
@media (min-width: 1240px) , (min-width: 960px) and (max-width: 1239px)  {
  .grid-overview {
    margin-left: -20px;
    margin-top: -20px;
  }
}
@media (min-width: 680px) and (max-width: 959px)  {
  .grid-overview {
    margin-left: -20px;
    margin-top: -20px;
  }
  .grid-overview .col {
    padding-left: 20px;
    padding-top: 20px;
    width: 33%;
  }
}
@media (min-width: 521px) and (max-width: 679px)  {
  .grid-overview {
    margin-left: -20px;
    margin-top: -20px;
  }
  .grid-overview .col {
    padding-left: 20px;
    padding-top: 20px;
    width: 50%;
  }
}
@media (max-width: 520px)  {
  .grid-overview {
    margin-left: 0;
    margin-top: -15px;
  }
  .grid-overview .col {
    padding-top: 15px;
    width: 100%;
  }
}
@media (min-width: 1240px)  {
  .grid-overview .col {
    padding-left: 20px;
    padding-top: 20px;
    width: 20%;
  }
  .embedded-entity.align-right {
    padding-left: 30px;
  }
  .node-type--spotlight.view-mode--embedded p {
    font-size: 22px;
  }
  .node-type--spotlight.view-mode--embedded .topic + h3 {
    font-size: 36px;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded {
    font-size: 22px;
    padding: 60px;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    padding: 45px;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .content {
    padding: 50px;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded {
    padding-top: 45px;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .content:before {
    padding-top: calc(56.25% + 45px);
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .content {
    padding: 30px 45px;
    padding-left: calc(10% + 45px);
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .topic + h3 {
    font-size: 28px;
  }
}
@media (min-width: 960px) and (max-width: 1239px)  {
  .grid-overview .col {
    padding-left: 20px;
    padding-top: 20px;
    width: 25%;
  }
}
@media (max-width: 735px) , (min-width: 0px) and (max-width: 420px)  {
  .container-full {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mystanfordconnection {
    font-size: 16px;
  }
  .tablefield thead th,
  .paragraph-type--text table thead th,
  .tablefield tbody th,
  .paragraph-type--text table tbody th,
  .tablefield tbody td,
  .paragraph-type--text table tbody td {
    font-size: 16px;
  }
  .paragraph-type--infographics {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    width: calc(100% + (20px * 2));
  }
}
@media (max-width: 799px)  {
  .block--help .block-title {
    display: none;
  }
  .block-msc .container {
    padding: 0 15px;
  }
  .region--banner {
    height: 60px;
  }
  .banner-navbar--container {
    padding: 0 15px 5px 15px;
    height: 60px;
  }
  .banner-navbar--title {
    width: 100%;
    max-width: 180px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner-navbar--links {
    display: none;
  }
  .region--main.has-rail .region--main-wrapper {
    display: block;
  }
  .region--rail {
    display: none;
  }
}
@media (min-width: 1181px)  {
  .block-msc .container {
    padding: 0 30px;
  }
  .banner-navbar--container {
    padding: 0 30px;
    font-size: 20px;
  }
  .banner-navbar--title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-bottom: 3px;
  }
  .banner-navbar--title a {
    width: 228px;
    height: 48px;
    padding: 10px;
    background-size: 208px auto;
  }
  .banner-navbar--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 28px;
    margin-top: 8px;
  }
  #block-mainnavigation .menu--level-1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #block-mainnavigation .menu--level-2 {
    padding: 15px 30px 30px 30px;
  }
}
@media (min-width: 800px) and (max-width: 1180px)  {
  .block-msc .container {
    padding: 0 20px;
  }
  .banner-navbar--container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 20px;
    font-size: 16px;
  }
  .banner-navbar--title {
    width: 100%;
  }
  #block-mainnavigation .menu--level-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #block-mainnavigation .menu-item--level-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
  }
  #block-mainnavigation .menu-item--level-1 a {
    padding-left: 0;
  }
  #block-mainnavigation .menu--level-2 {
    padding: 0 20px 20px 20px;
    margin-top: 10px;
  }
  #block-mainnavigation .menu-item--level-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
@media (min-width: 1250px) and (max-width: 1360px) {
  .banner-navbar--container {
    font-size: 18px;
  }
}
@media (min-width: 1181px) and (max-width: 1249px) {
  .banner-navbar--container {
    font-size: 17px;
  }
}
@media (min-width: 800px) and (max-width: 1180px) , (max-width: 799px)  {
  .banner-navbar--title a {
    width: 100%;
    max-width: 180px;
    height: 38px;
    background-size: 100% auto;
  }
}
@media (min-width: 1181px) and (max-width: 1360px) {
  #block-mainnavigation .menu-item--level-1 {
    margin: 0 10px;
  }
}
@media (min-width: 800px) {
  .banner-navbar--controls {
    display: none;
  }
  .region--main.has-rail .region--main-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-columns: clamp(300px, 20%, 360px) 1fr;
  }
}
@media (min-width: 736px) and (max-width: 920px) , (max-width: 735px)  {
  .region--main {
    font-size: 18px;
  }
  .region--footer .block-menu .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .region--footer .block-menu .menu .menu-item {
    margin-bottom: 15px;
    padding: 0 0.75em;
  }
  #block-socialmedia {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media (min-width: 721px) and (max-width: 1030px) {
  .block-bottom-cards-header .more-link {
    margin-top: 0.5em;
  }
}
@media (min-width: 581px) and (max-width: 1100px) , (max-width: 580px)  {
  .block-bottom-cards-header {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .block-bottom-cards-header > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .block-bottom-cards-header > * .more-link {
    text-align: center;
  }
}
@media (min-width: 581px) and (max-width: 1100px)  {
  .block-bottom-cards-content .rows {
    margin-left: -20px;
  }
  .block-bottom-cards-content .rows .row {
    max-width: 50%;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .block-bottom-cards-content .rows .row:nth-child(3),
  .block-bottom-cards-content .rows .row:nth-child(4) {
    margin-bottom: 0;
  }
  .paragraph-type--programs .card-list,
  .paragraph-type--courses .card-list {
    grid-gap: 25px;
  }
}
@media (min-width: 1101px)  {
  .block-bottom-cards-content .rows {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -20px;
  }
  .block-bottom-cards-content .rows .row {
    width: 25%;
    padding-left: 20px;
  }
  .paragraph-type--cards .card-list {
    margin: 0 -15px;
  }
  .paragraph-type--cards .card-list .view-mode--card {
    -ms-flex-preferred-size: calc(33.333% - 30px);
        flex-basis: calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
  }
  .node--type-company-landing.node--view-mode-bottom {
    padding: 40px;
  }
}
@media (max-width: 580px)  {
  .block-bottom-cards-content .rows .row {
    width: 100%;
    max-width: 400px;
  }
  .block-bottom-cards-content .rows .row + .row {
    margin-top: 20px;
  }
  .paragraph-type--cards .card-list {
    display: block;
  }
  .paragraph-type--cards .card-list .view-mode--card {
    max-width: 480px;
    margin: 0 auto 20px auto;
  }
  .paragraph-type--programs .card-list,
  .paragraph-type--courses .card-list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .paragraph-type--programs.card-list--center .card-list,
  .paragraph-type--courses.card-list--center .card-list {
    margin-left: 0;
    margin-right: 0;
  }
  .paragraph-type--programs.card-list--center .node--view-mode-card,
  .paragraph-type--courses.card-list--center .node--view-mode-card {
    margin: 0 0 0 0;
    max-width: 400px;
  }
  .paragraph-type--programs.card-list--center .node--view-mode-card + .node--view-mode-card,
  .paragraph-type--courses.card-list--center .node--view-mode-card + .node--view-mode-card {
    margin-top: 20px;
  }
  .node--type-academic-event.node--view-mode-full .media {
    float: none;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 736px) and (max-width: 920px) , (min-width: 921px)  {
  .region--footer {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  #footer__global-footer {
    font-size: 14px;
  }
  #footer__global-footer #global-footer__brand {
    float: none;
    width: 110px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  #footer__global-footer #global-links {
    font-size: 15px;
  }
  #footer__global-footer #global-footer__nav,
  #footer__global-footer #global-footer__info {
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  #footer__global-footer {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer__global-footer,
  #footer__global-footer #global-links {
    font-size: 15px;
  }
  #footer__global-footer #global-footer__brand {
    float: none;
    width: 110px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #footer__global-footer #global-footer__nav:before,
  #footer__global-footer #global-footer__nav:after {
    content: " ";
    display: table;
  }
  #footer__global-footer #global-footer__nav:after {
    clear: both;
  }
  #footer__global-footer #global-footer__nav:before,
  #footer__global-footer #global-footer__nav:after {
    content: " ";
    display: table;
  }
  #footer__global-footer #global-footer__nav:after {
    clear: both;
  }
  #footer__global-footer #global-links,
  #footer__global-footer #global-policy-links {
    float: left;
    width: 50%;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  #footer__global-footer #global-links:first-child,
  #footer__global-footer #global-policy-links:first-child {
    padding-right: 3px;
  }
  #footer__global-footer #global-links:last-child,
  #footer__global-footer #global-policy-links:last-child {
    padding-left: 3px;
  }
  #footer__global-footer #global-footer__info,
  #footer__global-footer #global-footer__nav {
    margin: 12px 0 0 0;
  }
  #footer__global-footer ul li {
    display: block;
    margin-bottom: 12px;
  }
  #footer__global-footer ul li + li {
    margin-left: 0;
  }
}
@media (min-width: 620px) and (max-width: 1019px), (min-width: 1020px) and (max-width: 1239px), (min-width: 1240px) {
  .embedded-entity.align-left,
  .embedded-entity.align-right {
    width: 42.5%;
  }
  .embedded-entity.align-left {
    float: left;
  }
  .embedded-entity.align-right {
    float: right;
  }
}
@media (min-width: 0px) and (max-width: 619px) {
  .embedded-entity.align-left,
  .embedded-entity.align-right {
    float: none;
  }
}
@media (min-width: 1020px) and (max-width: 1239px), (min-width: 620px) and (max-width: 1019px) {
  .embedded-entity.align-left {
    padding-right: 20px;
  }
  .embedded-entity.align-right {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ui.wide.popup,
  .ui[class*="very wide"].popup {
    max-width: 250px;
  }
}
@media (min-width: 840px) {
  .tablesaw-stack .tablesaw-cell-label {
    display: none;
  }
}
@media (max-width: 839px) {
  .tablesaw-stack {
    border-bottom: 1px solid #DEDDDA;
    /* Table rows have a gray bottom stroke by default */
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    display: block;
  }
  .tablesaw-stack tr {
    display: table-row;
  }
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
  }
  .tablesaw-stack thead * {
    display: none;
  }
  .tablesaw-stack .tablesort {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 5px;
    border-bottom: 0;
  }
  .tablesaw-stack tbody td:first-child,
  .tablesaw-stack tbody th:first-child {
    padding-top: 20px;
    border-top: 1px solid #DEDDDA;
  }
  .tablesaw-stack tbody td:last-child,
  .tablesaw-stack tbody th:last-child {
    padding-bottom: 20px;
  }
  .tablesaw-stack tbody td + *,
  .tablesaw-stack tbody th + * {
    padding-top: 10px;
  }
  .tablesaw-stack .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-cell-content {
    padding: 0 5px;
  }
  .tablesaw-stack .tablesaw-cell-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    text-align: right;
  }
  .tablesaw-stack .tablesaw-cell-label a {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  .tablesaw-stack .tablesaw-cell-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .tablesaw-stack .tablesaw-cell-content > :last-child {
    margin-bottom: 0;
  }
  .tablesaw-stack .tablesaw-stack td:empty,
  .tablesaw-stack .tablesaw-stack th:empty {
    display: none;
  }
}
@media (max-width: 839px) and (max-width: 375px) {
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tablesaw-stack .tablesaw-cell-label {
    text-align: left;
  }
}
@media (min-width: 581px) and (max-width: 1100px) , (min-width: 736px) and (max-width: 920px)  {
  .paragraph-type--cards .card-list {
    margin: 0 -10px;
  }
  .paragraph-type--cards .card-list .view-mode--card {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    max-width: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .view-mode--list-item {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-mode--list-item .media {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .view-mode--list-item .media + .content {
    margin-top: 20px;
  }
  .eck--list-item .media {
    margin-left: auto;
    margin-right: auto;
  }
  .view-mode--list-item {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-mode--list-item .media {
    max-width: none;
    margin-right: 0;
  }
  .view-mode--list-item .media + .content {
    margin-top: 20px;
  }
}
@media (min-width: 1580px) {
  .node--type-company-landing.node--view-mode-full .scrollto-content {
    right: -64px;
  }
}
@media (max-width: 580px) , (min-width: 581px) and (max-width: 1100px)  {
  .node--type-company-landing.node--view-mode-bottom {
    padding: 30px 20px;
  }
}
@media (max-width: 929px) {
  .node--type-company-landing.node--view-mode-bottom {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1020px) and (max-width: 1239px) {
  .spotlight--default .node-type--spotlight.view-mode--embedded {
    padding: 40px;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    padding: 25px;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .content {
    padding: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1019px) {
  .spotlight--default .node-type--spotlight.view-mode--embedded {
    padding: 30px;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    padding: 20px;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .content {
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 719px) {
  .spotlight--default .node-type--spotlight.view-mode--embedded {
    padding: 0;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    padding: 20px;
    padding-bottom: 0;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .media {
    margin-bottom: 20px;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded {
    padding-top: 0;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .media,
  .spotlight--layered .node-type--spotlight.view-mode--embedded .content {
    width: 80%;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .media {
    position: relative;
    float: left;
    margin: 0;
  }
  .spotlight--layered .node-type--spotlight.view-mode--embedded .content {
    margin-top: -45px;
    padding-left: 30px;
    padding-top: 75px;
  }
}
@media (min-width: 720px) and (max-width: 1019px), (min-width: 1020px) and (max-width: 1239px), (min-width: 1240px) {
  .spotlight--default .node-type--spotlight.view-mode--embedded:before {
    content: "";
    display: block;
    width: 1px;
    float: right;
    height: 0;
    opacity: 0;
    padding-bottom: 56.25%;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded:after {
    content: "";
    display: table;
    clear: both;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .media {
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .media.media--type-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .media.media--type-video .video-embed-field-lazy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .media.media--type-video .video-embed-field-lazy img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .media.media--type-video .video-embed-field-responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    width: 50%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    z-index: 2;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
            box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .media {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    background: #dad7cb;
    min-width: 50%;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .media img,
  .spotlight--split .node-type--spotlight.view-mode--embedded .media .video-embed-field-lazy {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .media .video-embed-field-responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .datestamp {
    width: 72px;
    height: 72px;
  }
  .datestamp .datestamp--month {
    font-size: 18px;
  }
  .datestamp .datestamp--day {
    font-size: 32px;
  }
}
@media (max-width: 999px) {
  .datestamp {
    width: 60px;
    height: 60px;
  }
  .datestamp .datestamp--month {
    font-size: 16px;
  }
  .datestamp .datestamp--day {
    font-size: 28px;
  }
}
@media (min-width: 921px) , (min-width: 736px) and (max-width: 920px) , (max-width: 735px)  {
  .view-id--events.view-display--page .node {
    border-top: 1px solid #DAD7CB;
    padding-top: 20px;
  }
}
@media (max-width: 735px) , (min-width: 736px) and (max-width: 920px) , (min-width: 921px)  {
  .spotlight--default .node-type--spotlight.view-mode--embedded:before {
    content: "";
    display: block;
    width: 1px;
    float: right;
    height: 0;
    opacity: 0;
    padding-bottom: 56.25%;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded:after {
    content: "";
    display: table;
    clear: both;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded figure {
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded figure .video-embed-field-lazy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded figure .video-embed-field-lazy img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded figure .video-embed-field-responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .spotlight--default .node-type--spotlight.view-mode--embedded .content {
    width: 50%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    z-index: 2;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
            box-shadow: 0 1px 7px 1px rgba(51, 51, 51, 0.25);
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded figure {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    background: #dad7cb;
    min-width: 50%;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded figure img,
  .spotlight--split .node-type--spotlight.view-mode--embedded figure .video-embed-field-lazy {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .spotlight--split .node-type--spotlight.view-mode--embedded figure .video-embed-field-responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
