/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

/*! formstone v1.4.16 [background.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-background {
  overflow: hidden;
  position: relative;
}

.fs-background,
.fs-background-container,
.fs-background-media {
  transition: none;
}

.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.fs-background-media.fs-background-animated {
  transition: opacity .5s linear;
}

.fs-background-media iframe,
.fs-background-media img,
.fs-background-media video {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}

.fs-background-media.fs-background-fixed,
.fs-background-media.fs-background-native {
  width: 100%;
  height: 100%;
}

.fs-background-media.fs-background-fixed img,
.fs-background-media.fs-background-native img {
  display: none;
}

.fs-background-media.fs-background-native {
  background-position: 50%;
  background-size: cover;
}

.fs-background-media.fs-background-fixed {
  background-position: 50%;
  background-attachment: fixed;
}

.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}

/*! formstone v1.4.16 [carousel.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-carousel.fs-carousel-enabled {
  width: 100%;
  position: relative;
}

.fs-carousel.fs-carousel-enabled:after {
  clear: both;
  content: "";
  display: table;
}

.fs-carousel,
.fs-carousel *,
.fs-carousel:after,
.fs-carousel :after,
.fs-carousel:before,
.fs-carousel :before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper {
  overflow: hidden;
}

.fs-carousel-enabled .fs-carousel-viewport {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-viewport:after {
  clear: both;
  content: "";
  display: table;
}

.fs-carousel-enabled .fs-carousel-wrapper {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.fs-carousel-enabled .fs-carousel-container {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow: hidden;
  transition: transform .5s ease;
  transform: translateZ(0);
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  -ms-flex-align: start;
  align-items: flex-start;
  transition: height .5s ease,transform .5s ease;
}

.fs-carousel-enabled .fs-carousel-item {
  min-height: 1px;
  display: block;
}

.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-carousel-single .fs-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
  position: relative;
  z-index: 2;
}

.fs-carousel-controls {
  display: none;
}

.fs-carousel-enabled .fs-carousel-controls {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-carousel-controls_custom.fs-carousel-visible,
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
  display: block;
}

.fs-carousel-enabled .fs-carousel-control {
  border: none;
  cursor: pointer;
  padding: 0;
}

.fs-carousel-pagination {
  display: none;
}

.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
}

.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
  display: block;
}

.fs-carousel-enabled .fs-carousel-page {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

.fs-carousel-enabled.fs-carousel-rtl {
  direction: rtl;
}

/*! formstone v1.4.16 [checkbox.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-checkbox {
  display: inline-block;
  vertical-align: middle;
}

.fs-checkbox,
.fs-checkbox *,
.fs-checkbox:after,
.fs-checkbox :after,
.fs-checkbox:before,
.fs-checkbox :before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-checkbox-element_placeholder {
  display: none;
  visibility: hidden;
}

.fs-checkbox-element {
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
  z-index: -1;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transition: none;
  opacity: 0;
  -webkit-appearance: none;
}

.fs-checkbox-label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-checkbox-marker {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
}

.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0;
}

.fs-checkbox-flag:before {
  width: 5px;
  height: 10px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: "";
  display: block;
  margin: 3px 0 0 6px;
  transition: transform .15s ease;
  transform: rotate(45deg) scale(0);
}

.fs-checkbox-checked .fs-checkbox-flag:before {
  transform: rotate(45deg) scale(1);
}

.fs-checkbox-radio .fs-checkbox-marker {
  position: relative;
  border-radius: 100%;
}

.fs-checkbox-radio .fs-checkbox-flag {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  border-radius: 100%;
  margin: auto;
  transform: scale(0);
  transition: transform .15s ease;
}

.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  transform: scale(1);
}

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}

.fs-checkbox-disabled {
  cursor: default;
  opacity: .5;
}

.fs-checkbox-disabled .fs-checkbox-marker,
.fs-checkbox-label.fs-checkbox-disabled {
  cursor: default;
}

.fs-checkbox-toggle {
  position: relative;
}

.fs-checkbox-label.fs-checkbox-toggle {
  line-height: 40px;
}

.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative;
}

.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: "";
  display: table;
}

.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  display: block;
  transition: left .15s ease;
}

.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
  opacity: 1;
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%;
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before,
.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none;
}

.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  display: block;
  line-height: 40px;
  margin: 0;
  text-align: center;
}

.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left;
}

.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right;
}

/*! formstone v1.4.16 [dropdown.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
}

.fs-dropdown,
.fs-dropdown *,
.fs-dropdown:after,
.fs-dropdown :after,
.fs-dropdown:before,
.fs-dropdown :before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-tap-highlight-color: transparent;
}

.fs-dropdown-mobile .fs-dropdown-element,
.fs-dropdown-native .fs-dropdown-element {
  z-index: 7;
}

.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element,
.fs-dropdown-native.fs-dropdown-multiple .fs-dropdown-element {
  z-index: -1;
}

.fs-dropdown-selected {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
}

.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}

.fs-dropdown-group {
  display: block;
  font-size: 75%;
}

.fs-dropdown-item {
  border: none;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}

.fs-dropdown-item_placeholder {
  display: none;
}

.fs-dropdown-item_selected {
  background: #ddd;
}

.fs-dropdown-item_disabled {
  cursor: default;
  opacity: .5;
}

.fs-dropdown-open {
  z-index: 3;
}

.fs-dropdown-open .fs-dropdown-options {
  display: block;
}

.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}

.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}

.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}

.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block;
}

.fs-dropdown-disabled {
  opacity: .5;
}

.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item,
.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}

.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}

/*! formstone v1.4.16 [lightbox.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  opacity: 0;
  margin: 0 auto;
  transform: translateZ(0);
}

.fs-lightbox,
.fs-lightbox :not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-lightbox-animating {
  transition: height .25s ease,width .25s ease,opacity .25s linear,top .25s ease;
}

.fs-lightbox-animating .fs-lightbox-content,
.fs-lightbox-animating .fs-lightbox-control,
.fs-lightbox-animating .fs-lightbox-meta,
.fs-lightbox-animating .fs-lightbox-thumbnails,
.fs-lightbox-animating .fs-lightbox-tools {
  transition: opacity .25s linear .25s,visibility .25s linear .25s;
}

.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  transition: opacity .25s linear;
}

.fs-lightbox-open {
  opacity: 1;
}

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: .75;
}

.fs-lightbox-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #fff;
  overflow: hidden;
}

.fs-lightbox-container:after {
  clear: both;
  content: "";
  display: table;
}

.fs-lightbox-content {
  width: 100%;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}

.fs-lightbox-content:after {
  clear: both;
  content: "";
  display: table;
}

.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  transform: translate3D(0,0,0);
}

.fs-lightbox-image {
  display: block;
}

.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
}

.fs-lightbox-iframe,
.fs-lightbox-video {
  width: 100%;
  height: 100%;
}

.fs-lightbox-iframe {
  border: none;
  overflow: auto;
}

.fs-lightbox-meta {
  opacity: 1;
  clear: both;
  visibility: visible;
}

.fs-lightbox-control {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}

.fs-lightbox-control_previous {
  left: 0;
}

.fs-lightbox-control_next {
  right: 0;
}

.fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}

.fs-lightbox-caption:after {
  clear: both;
  content: "";
  display: table;
}

.fs-lightbox-toggle {
  border: none;
  padding: 0;
  display: none;
}

.fs-lightbox-thumbnails {
  height: 60px;
  clear: both;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-thumbnail_container {
  height: 80px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 30px;
  text-align: center;
  white-space: nowrap;
}

.fs-lightbox-thumbnail_item {
  width: 50px;
  height: 50px;
  position: relative;
  background: 0 0;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  opacity: .25;
  overflow: hidden;
  padding: 0;
  transition: opacity .25s linear;
}

.fs-lightbox-thumbnail_item:last-child {
  margin: 0;
}

.fs-lightbox-thumbnail_item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

.fs-lightbox-thumbnail_item.fs-lightbox-active,
.no-touchevents .fs-lightbox-thumbnail_item:hover {
  opacity: 1;
}

.fs-lightbox-loading .fs-lightbox-content,
.fs-lightbox-loading .fs-lightbox-control,
.fs-lightbox-loading .fs-lightbox-meta,
.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 0;
  transition: opacity .25s linear,visibility .25s linear;
  visibility: hidden;
}

.fs-lightbox-loading .fs-lightbox-loading_icon,
.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 1;
  visibility: visible;
}

.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
}

.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111;
}

.fs-lightbox-mobile .fs-lightbox-content {
  height: 100%;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-controls {
  text-align: center;
}

.fs-lightbox-mobile .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
  visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  cursor: default!important;
  opacity: 0;
  visibility: hidden;
}

.fs-lightbox-mobile .fs-lightbox-position {
  color: #999;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eee;
}

.fs-lightbox-mobile .fs-lightbox-image {
  transform: translate(0);
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: 0 0;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
  display: inline-block;
  margin: 0 5px;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222;
  transform: translateY(100%);
  transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  transform: translate(0);
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
  width: 100%;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #111;
  transform: translateY(100%);
  transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
  height: 100px;
}

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
  transform: translate(0);
}

.fs-lightbox-lock {
  overflow: hidden!important;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-container,
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  overflow: visible;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  position: relative;
}

.fs-lightbox .fs-viewer {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer,
.fs-lightbox .fs-viewer .fs-viewer-wrapper {
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
  left: 0;
  background: #111;
}

.fs-lightbox .fs-viewer .fs-viewer-wrapper {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer .fs-viewer-loading_icon {
  display: none!important;
}

.fs-lightbox .fs-viewer .fs-viewer-viewport {
  top: 5px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.fs-lightbox .fs-viewer .fs-viewer-controls {
  position: absolute;
  bottom: 10px;
}

/*! formstone v1.4.16 [viewer.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-viewer-source {
  display: none!important;
}

.fs-viewer-wrapper {
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: none;
  height: 300px;
}

.fs-viewer-viewport {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.fs-viewer-container {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  opacity: 1;
  transform: translate3D(0,0,0);
  transition: opacity .25s ease;
}

.fs-viewer-loading .fs-viewer-container {
  opacity: 0;
}

.fs-viewer-image {
  position: absolute;
}

.fs-viewer-scaling .fs-viewer-container,
.fs-viewer-scaling .fs-viewer-image {
  transition: none!important;
}

.fs-viewer-controls {
  background: #eee;
  margin: 0 auto;
}

.fs-viewer-control {
  border: none;
  padding: 0;
}

.fs-viewer-control_next,
.fs-viewer-control_previous {
  display: none;
}

.fs-viewer-gallery .fs-viewer-control_next,
.fs-viewer-gallery .fs-viewer-control_previous {
  display: inline;
}

/*! formstone v1.4.16 [navigation.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-navigation,
.fs-navigation *,
.fs-navigation:after,
.fs-navigation :after,
.fs-navigation:before,
.fs-navigation :before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-navigation-toggle-nav.fs-navigation-enabled {
  display: none;
}

.fs-navigation-toggle-nav.fs-navigation-open {
  display: block;
}

.fs-navigation-toggle-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
  display: block;
}

.fs-navigation-overlay-nav.fs-navigation-enabled,
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  width: 270px;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  background: #fff;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  visibility: hidden;
}

.fs-navigation-reveal-nav.fs-navigation-animated {
  transition: visibility 1ms linear .2s;
}

.fs-navigation-overlay-nav.fs-navigation-animated,
.fs-navigation-push-nav.fs-navigation-animated {
  transition: transform .2s ease,visibility 1ms linear .2s;
}

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  z-index: 0;
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-reveal-left-nav.fs-navigation-enabled {
  left: 0;
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-reveal-right-nav.fs-navigation-enabled {
  right: 0;
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-push-left-nav.fs-navigation-enabled {
  transform: translate3D(-270px,0,0);
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled {
  transform: translate3D(270px,0,0);
}

.fs-navigation-overlay-nav.fs-navigation-enabled {
  z-index: 3;
}

.fs-navigation-reveal-nav.fs-navigation-open {
  visibility: visible;
  transition: visibility 1ms ease;
}

.fs-navigation-overlay-nav.fs-navigation-open,
.fs-navigation-push-nav.fs-navigation-open {
  transform: translate3D(0,0,0);
  transition: transform .2s ease,visibility 1ms ease;
  visibility: visible;
}

.fs-navigation-overlay-handle.fs-navigation-enabled,
.fs-navigation-push-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
}

.fs-navigation-overlay-content:before {
  width: 100%;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  background: hsla(0,0%,100%,.75);
  content: "";
  display: block;
  opacity: 0;
  transition: opacity .2s ease,visibility .2s ease;
  visibility: hidden;
}

.fs-navigation-overlay-content.fs-navigation-open:before {
  opacity: 1;
  visibility: visible;
}

.fs-navigation-push-content.fs-navigation-enabled,
.fs-navigation-reveal-content.fs-navigation-enabled {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transform: translate3D(0,0,0);
}

.fs-navigation-push-content.fs-navigation-animated,
.fs-navigation-reveal-content.fs-navigation-animated {
  transition: transform .2s ease;
}

.fs-navigation-push-left-content.fs-navigation-open,
.fs-navigation-reveal-left-content.fs-navigation-open {
  transform: translateX(270px);
}

.fs-navigation-push-right-content.fs-navigation-open,
.fs-navigation-reveal-right-content.fs-navigation-open {
  transform: translateX(-270px);
}

.fs-navigation-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
}

.fs-navigation-lock {
  overflow: hidden!important;
}

/*! formstone v1.4.16 [pagination.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-pagination-ellipsis,
.fs-pagination-page {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  display: inline-block;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.fs-pagination-active,
.fs-pagination-first,
.fs-pagination-last,
.fs-pagination-visible {
  width: auto;
  height: auto;
  position: static;
  clip: none;
  margin: 0;
  overflow: visible;
}

.fs-pagination-control {
  border: none;
  padding: 0;
}

.fs-pagination-position,
.fs-pagination-select {
  display: none;
}

.fs-pagination-mobile .fs-pagination-pages {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  display: inline-block;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.fs-pagination-mobile .fs-pagination-position {
  position: relative;
  display: block;
}

.fs-pagination-mobile .fs-pagination-select {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  margin: auto;
  opacity: 0;
}

/*! formstone v1.4.16 [tabs.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-tabs.fs-tabs-enabled:after {
  clear: both;
  content: "";
  display: table;
}

.fs-tabs-tab.fs-tabs-enabled {
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}

.fs-tabs-content.fs-tabs-enabled {
  box-sizing: border-box;
  display: none;
}

.fs-tabs-content.fs-tabs-enabled:after {
  clear: both;
  content: "";
  display: table;
}

.fs-tabs-content.fs-tabs-active {
  display: block;
}

.fs-tabs-tab.fs-tabs-mobile,
.fs-tabs-tab_mobile,
.fs-tabs-tab_mobile.fs-tabs-active {
  display: none;
}

.fs-tabs-tab_mobile.fs-tabs-mobile,
.fs-tabs-tab_mobile.fs-tabs-mobile.fs-tabs-active {
  display: block;
}

/*! formstone v1.4.16 [grid.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-grid .fs-row,
.fs_grid_row {
  min-width: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:739px) {
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 96%;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width:740px) {
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 720px;
  }
}

@media screen and (min-width:980px) {
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 960px;
  }
}

@media screen and (min-width:1220px) {
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 1200px;
  }
}

.fs-grid-fluid .fs-row,
.fs_grid_row_fluid {
  width: 96%;
  width: calc(100% - 40px);
}

@media screen and (max-width:499px) {
  .fs-grid-adaptive .fs-row,
  .fs_grid_row_adaptive {
    width: 300px;
  }
}

@media screen and (min-width:500px) and (max-width:739px) {
  .fs-grid-adaptive .fs-row,
  .fs_grid_row_adaptive {
    width: 480px;
  }
}

.fs_grid_row_reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

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

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

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

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

.fs_grid_row_align_start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs_grid_row_align_center {
  -ms-flex-align: center;
  align-items: center;
}

.fs_grid_row_align_end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.fs-grid .fs-row .fs-row,
.fs_grid_row_row {
  min-width: auto;
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}

.fs-grid .fs-row [class*=fs-cell][class*=-contained] .fs-row,
.fs_grid_row_row_contained {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.fs_grid_row_destroy {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.fs-grid .fs-row [class*=fs-cell],
.fs_grid_cell {
  width: 97.91666667%;
  max-width: 97.91666667%;
  min-width: 0;
  -ms-flex: 0 0 97.91666667%;
  flex: 0 0 97.91666667%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.fs-grid .fs-row [class*=fs-cell][class*=-padded],
.fs_grid_cell_padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
}

.fs-grid .fs-row [class*=fs-cell][class*=-contained],
.fs_grid_cell_contained {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: 0;
  margin-right: 0;
}

.fs_grid_cell_justify_start {
  margin-right: auto;
}

.fs_grid_cell_centered,
.fs_grid_cell_justify_center {
  margin-right: auto;
  margin-left: auto;
}

.fs_grid_cell_justify_end,
.fs_grid_cell_right {
  margin-left: auto;
}

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

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

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

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

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

.fs_grid_cell_destroy {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

* {
  box-sizing: border-box;
}

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

.fs-grid .fs-row.fs-all-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fs-grid .fs-row.fs-all-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fs-grid .fs-row.fs-all-justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-grid .fs-row.fs-all-justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-grid .fs-row.fs-all-justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-grid .fs-row.fs-all-justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-grid .fs-row.fs-all-align-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-grid .fs-row.fs-all-align-center {
  -ms-flex-align: center;
  align-items: center;
}

.fs-grid .fs-row.fs-all-align-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.fs-grid .fs-row .fs-cell.fs-all-first,
.fs-grid .fs-row [class*=-contained].fs-all-first {
  -ms-flex-order: -1;
  order: -1;
}

.fs-grid .fs-row .fs-cell.fs-all-last,
.fs-grid .fs-row [class*=-contained].fs-all-last {
  -ms-flex-order: 1;
  order: 1;
}

.fs-grid .fs-row .fs-cell.fs-all-align-start,
.fs-grid .fs-row [class*=-contained].fs-all-align-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.fs-grid .fs-row .fs-cell.fs-all-align-center,
.fs-grid .fs-row [class*=-contained].fs-all-align-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.fs-grid .fs-row .fs-cell.fs-all-align-end,
.fs-grid .fs-row [class*=-contained].fs-all-align-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-start,
.fs-grid .fs-row [class*=-contained].fs-all-justify-start {
  margin-right: auto;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-center,
.fs-grid .fs-row [class*=-contained].fs-all-justify-center {
  margin-right: auto;
  margin-left: auto;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-end,
.fs-grid .fs-row [class*=-contained].fs-all-justify-end {
  margin-left: auto;
}

.fs-grid .fs-row .fs-all-fifth {
  width: 17.91666667%;
  max-width: 17.91666667%;
  min-width: 0;
  -ms-flex: 0 0 17.91666667%;
  flex: 0 0 17.91666667%;
}

.fs-grid .fs-row .fs-all-fourth {
  width: 22.91666667%;
  max-width: 22.91666667%;
  min-width: 0;
  -ms-flex: 0 0 22.91666667%;
  flex: 0 0 22.91666667%;
}

.fs-grid .fs-row .fs-all-third {
  width: 31.25%;
  max-width: 31.25%;
  min-width: 0;
  -ms-flex: 0 0 31.25%;
  flex: 0 0 31.25%;
}

.fs-grid .fs-row .fs-all-half {
  width: 47.91666667%;
  max-width: 47.91666667%;
  min-width: 0;
  -ms-flex: 0 0 47.91666667%;
  flex: 0 0 47.91666667%;
}

.fs-grid .fs-row .fs-all-full {
  width: 97.91666667%;
  max-width: 97.91666667%;
  min-width: 0;
  -ms-flex: 0 0 97.91666667%;
  flex: 0 0 97.91666667%;
}

.fs-grid .fs-row .fs-all-push-fifth {
  margin-left: 21.04166667%;
}

.fs-grid .fs-row .fs-all-push-fourth {
  margin-left: 26.04166667%;
}

.fs-grid .fs-row .fs-all-push-third {
  margin-left: 34.375%;
}

.fs-grid .fs-row .fs-all-push-half {
  margin-left: 51.04166667%;
}

.fs-grid .fs-row [class*=-contained].fs-all-fifth {
  width: 20%;
  max-width: 20%;
  min-width: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.fs-grid .fs-row [class*=-contained].fs-all-fourth {
  width: 25%;
  max-width: 25%;
  min-width: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.fs-grid .fs-row [class*=-contained].fs-all-third {
  width: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
}

.fs-grid .fs-row [class*=-contained].fs-all-half {
  width: 50%;
  max-width: 50%;
  min-width: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.fs-grid .fs-row [class*=-contained].fs-all-full {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.fs-grid .fs-row [class*=-contained].fs-all-push-fifth {
  margin-left: 20%;
}

.fs-grid .fs-row [class*=-contained].fs-all-push-fourth {
  margin-left: 25%;
}

.fs-grid .fs-row [class*=-contained].fs-all-push-third {
  margin-left: 33.33333333%;
}

.fs-grid .fs-row [class*=-contained].fs-all-push-half {
  margin-left: 50%;
}

.fs-grid .fs-row .fs-all-auto {
  width: auto;
  max-width: 97.91666667%;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-grid .fs-row .fs-all-hide {
  display: none;
}

.fs-grid .fs-row .fs-all-destroy {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width:739px) {
  .fs-grid .fs-row.fs-sm-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fs-grid .fs-row.fs-sm-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .fs-grid .fs-row.fs-sm-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-sm-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-sm-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-sm-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fs-grid .fs-row.fs-sm-align-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-grid .fs-row.fs-sm-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-sm-align-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fs-grid .fs-row .fs-sm-1 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-sm-2 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }

  .fs-grid .fs-row .fs-sm-3 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-sm-push-1 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-sm-push-2 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-1 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-2 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-3 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-push-1 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-push-2 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-first,
  .fs-grid .fs-row [class*=-contained].fs-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-last,
  .fs-grid .fs-row [class*=-contained].fs-sm-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-align-start,
  .fs-grid .fs-row [class*=-contained].fs-sm-align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-align-center,
  .fs-grid .fs-row [class*=-contained].fs-sm-align-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-align-end,
  .fs-grid .fs-row [class*=-contained].fs-sm-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-justify-start,
  .fs-grid .fs-row [class*=-contained].fs-sm-justify-start {
    margin-right: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-justify-center,
  .fs-grid .fs-row [class*=-contained].fs-sm-justify-center {
    margin-right: auto;
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-justify-end,
  .fs-grid .fs-row [class*=-contained].fs-sm-justify-end {
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-sm-fifth {
    width: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%;
  }

  .fs-grid .fs-row .fs-sm-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%;
  }

  .fs-grid .fs-row .fs-sm-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-sm-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .fs-grid .fs-row .fs-sm-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-sm-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-sm-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-sm-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-sm-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-sm-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-sm-auto {
    width: auto;
    max-width: 97.91666667%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .fs-grid .fs-row .fs-sm-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-sm-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width:499px) {
  .fs-grid .fs-row.fs-xs-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fs-grid .fs-row.fs-xs-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .fs-grid .fs-row.fs-xs-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-xs-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-xs-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-xs-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fs-grid .fs-row.fs-xs-align-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-grid .fs-row.fs-xs-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-xs-align-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fs-grid .fs-row .fs-xs-1 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-xs-2 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }

  .fs-grid .fs-row .fs-xs-3 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-xs-push-1 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-xs-push-2 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-1 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-2 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-3 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-push-1 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-push-2 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-first,
  .fs-grid .fs-row [class*=-contained].fs-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-last,
  .fs-grid .fs-row [class*=-contained].fs-xs-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-align-start,
  .fs-grid .fs-row [class*=-contained].fs-xs-align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-align-center,
  .fs-grid .fs-row [class*=-contained].fs-xs-align-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-align-end,
  .fs-grid .fs-row [class*=-contained].fs-xs-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-justify-start,
  .fs-grid .fs-row [class*=-contained].fs-xs-justify-start {
    margin-right: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-justify-center,
  .fs-grid .fs-row [class*=-contained].fs-xs-justify-center {
    margin-right: auto;
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-justify-end,
  .fs-grid .fs-row [class*=-contained].fs-xs-justify-end {
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-xs-fifth {
    width: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%;
  }

  .fs-grid .fs-row .fs-xs-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%;
  }

  .fs-grid .fs-row .fs-xs-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-xs-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .fs-grid .fs-row .fs-xs-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-xs-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-xs-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-xs-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-xs-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xs-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-xs-auto {
    width: auto;
    max-width: 97.91666667%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .fs-grid .fs-row .fs-xs-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-xs-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width:740px) and (max-width:979px) {
  .fs-grid .fs-row.fs-md-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fs-grid .fs-row.fs-md-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .fs-grid .fs-row.fs-md-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-md-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-md-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-md-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fs-grid .fs-row.fs-md-align-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-grid .fs-row.fs-md-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-md-align-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fs-grid .fs-row .fs-md-1 {
    width: 14.58333333%;
    max-width: 14.58333333%;
    min-width: 0;
    -ms-flex: 0 0 14.58333333%;
    flex: 0 0 14.58333333%;
  }

  .fs-grid .fs-row .fs-md-2 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-md-3 {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .fs-grid .fs-row .fs-md-4 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }

  .fs-grid .fs-row .fs-md-5 {
    width: 81.25%;
    max-width: 81.25%;
    min-width: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
  }

  .fs-grid .fs-row .fs-md-6 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-md-push-1 {
    margin-left: 17.70833333%;
  }

  .fs-grid .fs-row .fs-md-push-2 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-md-push-3 {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row .fs-md-push-4 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row .fs-md-push-5 {
    margin-left: 84.375%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-1 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-2 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-3 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-4 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-5 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-6 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-1 {
    margin-left: 16.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-2 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-3 {
    margin-left: 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-4 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-5 {
    margin-left: 83.33333333%;
  }

  .fs-grid .fs-row .fs-cell.fs-md-first,
  .fs-grid .fs-row [class*=-contained].fs-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-md-last,
  .fs-grid .fs-row [class*=-contained].fs-md-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .fs-grid .fs-row .fs-cell.fs-md-align-start,
  .fs-grid .fs-row [class*=-contained].fs-md-align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .fs-grid .fs-row .fs-cell.fs-md-align-center,
  .fs-grid .fs-row [class*=-contained].fs-md-align-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-grid .fs-row .fs-cell.fs-md-align-end,
  .fs-grid .fs-row [class*=-contained].fs-md-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .fs-grid .fs-row .fs-cell.fs-md-justify-start,
  .fs-grid .fs-row [class*=-contained].fs-md-justify-start {
    margin-right: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-md-justify-center,
  .fs-grid .fs-row [class*=-contained].fs-md-justify-center {
    margin-right: auto;
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-md-justify-end,
  .fs-grid .fs-row [class*=-contained].fs-md-justify-end {
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-md-fifth {
    width: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%;
  }

  .fs-grid .fs-row .fs-md-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%;
  }

  .fs-grid .fs-row .fs-md-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-md-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .fs-grid .fs-row .fs-md-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-md-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-md-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-md-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-md-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-md-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-md-auto {
    width: auto;
    max-width: 97.91666667%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .fs-grid .fs-row .fs-md-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-md-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width:980px) {
  .fs-grid .fs-row.fs-lg-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fs-grid .fs-row.fs-lg-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .fs-grid .fs-row.fs-lg-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-lg-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-lg-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-lg-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fs-grid .fs-row.fs-lg-align-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-grid .fs-row.fs-lg-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-lg-align-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fs-grid .fs-row .fs-lg-1 {
    width: 6.25%;
    max-width: 6.25%;
    min-width: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
  }

  .fs-grid .fs-row .fs-lg-2 {
    width: 14.58333333%;
    max-width: 14.58333333%;
    min-width: 0;
    -ms-flex: 0 0 14.58333333%;
    flex: 0 0 14.58333333%;
  }

  .fs-grid .fs-row .fs-lg-3 {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%;
  }

  .fs-grid .fs-row .fs-lg-4 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-lg-5 {
    width: 39.58333333%;
    max-width: 39.58333333%;
    min-width: 0;
    -ms-flex: 0 0 39.58333333%;
    flex: 0 0 39.58333333%;
  }

  .fs-grid .fs-row .fs-lg-6 {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .fs-grid .fs-row .fs-lg-7 {
    width: 56.25%;
    max-width: 56.25%;
    min-width: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
  }

  .fs-grid .fs-row .fs-lg-8 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }

  .fs-grid .fs-row .fs-lg-9 {
    width: 72.91666667%;
    max-width: 72.91666667%;
    min-width: 0;
    -ms-flex: 0 0 72.91666667%;
    flex: 0 0 72.91666667%;
  }

  .fs-grid .fs-row .fs-lg-10 {
    width: 81.25%;
    max-width: 81.25%;
    min-width: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
  }

  .fs-grid .fs-row .fs-lg-11 {
    width: 89.58333333%;
    max-width: 89.58333333%;
    min-width: 0;
    -ms-flex: 0 0 89.58333333%;
    flex: 0 0 89.58333333%;
  }

  .fs-grid .fs-row .fs-lg-12 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-lg-push-1 {
    margin-left: 9.375%;
  }

  .fs-grid .fs-row .fs-lg-push-2 {
    margin-left: 17.70833333%;
  }

  .fs-grid .fs-row .fs-lg-push-3 {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-4 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-lg-push-5 {
    margin-left: 42.70833333%;
  }

  .fs-grid .fs-row .fs-lg-push-6 {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-7 {
    margin-left: 59.375%;
  }

  .fs-grid .fs-row .fs-lg-push-8 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row .fs-lg-push-9 {
    margin-left: 76.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-10 {
    margin-left: 84.375%;
  }

  .fs-grid .fs-row .fs-lg-push-11 {
    margin-left: 92.70833333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    min-width: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-3 {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-6 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-9 {
    width: 75%;
    max-width: 75%;
    min-width: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    min-width: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-12 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-1 {
    margin-left: 8.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-2 {
    margin-left: 16.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-3 {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-4 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-5 {
    margin-left: 41.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-6 {
    margin-left: 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-7 {
    margin-left: 58.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-8 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-9 {
    margin-left: 75%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-10 {
    margin-left: 83.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-11 {
    margin-left: 91.66666667%;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-first,
  .fs-grid .fs-row [class*=-contained].fs-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-last,
  .fs-grid .fs-row [class*=-contained].fs-lg-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-align-start,
  .fs-grid .fs-row [class*=-contained].fs-lg-align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-align-center,
  .fs-grid .fs-row [class*=-contained].fs-lg-align-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-align-end,
  .fs-grid .fs-row [class*=-contained].fs-lg-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-justify-start,
  .fs-grid .fs-row [class*=-contained].fs-lg-justify-start {
    margin-right: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-justify-center,
  .fs-grid .fs-row [class*=-contained].fs-lg-justify-center {
    margin-right: auto;
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-justify-end,
  .fs-grid .fs-row [class*=-contained].fs-lg-justify-end {
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-lg-fifth {
    width: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%;
  }

  .fs-grid .fs-row .fs-lg-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%;
  }

  .fs-grid .fs-row .fs-lg-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-lg-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .fs-grid .fs-row .fs-lg-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-lg-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-lg-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-lg-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-lg-auto {
    width: auto;
    max-width: 97.91666667%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .fs-grid .fs-row .fs-lg-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-lg-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width:1220px) {
  .fs-grid .fs-row.fs-xl-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fs-grid .fs-row.fs-xl-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .fs-grid .fs-row.fs-xl-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-xl-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-xl-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-xl-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fs-grid .fs-row.fs-xl-align-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-grid .fs-row.fs-xl-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-xl-align-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fs-grid .fs-row .fs-xl-1 {
    width: 6.25%;
    max-width: 6.25%;
    min-width: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
  }

  .fs-grid .fs-row .fs-xl-2 {
    width: 14.58333333%;
    max-width: 14.58333333%;
    min-width: 0;
    -ms-flex: 0 0 14.58333333%;
    flex: 0 0 14.58333333%;
  }

  .fs-grid .fs-row .fs-xl-3 {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%;
  }

  .fs-grid .fs-row .fs-xl-4 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-xl-5 {
    width: 39.58333333%;
    max-width: 39.58333333%;
    min-width: 0;
    -ms-flex: 0 0 39.58333333%;
    flex: 0 0 39.58333333%;
  }

  .fs-grid .fs-row .fs-xl-6 {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .fs-grid .fs-row .fs-xl-7 {
    width: 56.25%;
    max-width: 56.25%;
    min-width: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
  }

  .fs-grid .fs-row .fs-xl-8 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }

  .fs-grid .fs-row .fs-xl-9 {
    width: 72.91666667%;
    max-width: 72.91666667%;
    min-width: 0;
    -ms-flex: 0 0 72.91666667%;
    flex: 0 0 72.91666667%;
  }

  .fs-grid .fs-row .fs-xl-10 {
    width: 81.25%;
    max-width: 81.25%;
    min-width: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
  }

  .fs-grid .fs-row .fs-xl-11 {
    width: 89.58333333%;
    max-width: 89.58333333%;
    min-width: 0;
    -ms-flex: 0 0 89.58333333%;
    flex: 0 0 89.58333333%;
  }

  .fs-grid .fs-row .fs-xl-12 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-xl-push-1 {
    margin-left: 9.375%;
  }

  .fs-grid .fs-row .fs-xl-push-2 {
    margin-left: 17.70833333%;
  }

  .fs-grid .fs-row .fs-xl-push-3 {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-4 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-xl-push-5 {
    margin-left: 42.70833333%;
  }

  .fs-grid .fs-row .fs-xl-push-6 {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-7 {
    margin-left: 59.375%;
  }

  .fs-grid .fs-row .fs-xl-push-8 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row .fs-xl-push-9 {
    margin-left: 76.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-10 {
    margin-left: 84.375%;
  }

  .fs-grid .fs-row .fs-xl-push-11 {
    margin-left: 92.70833333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    min-width: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-3 {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-6 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-9 {
    width: 75%;
    max-width: 75%;
    min-width: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    min-width: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-12 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-1 {
    margin-left: 8.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-2 {
    margin-left: 16.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-3 {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-4 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-5 {
    margin-left: 41.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-6 {
    margin-left: 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-7 {
    margin-left: 58.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-8 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-9 {
    margin-left: 75%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-10 {
    margin-left: 83.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-11 {
    margin-left: 91.66666667%;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-first,
  .fs-grid .fs-row [class*=-contained].fs-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-last,
  .fs-grid .fs-row [class*=-contained].fs-xl-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-align-start,
  .fs-grid .fs-row [class*=-contained].fs-xl-align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-align-center,
  .fs-grid .fs-row [class*=-contained].fs-xl-align-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-align-end,
  .fs-grid .fs-row [class*=-contained].fs-xl-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-justify-start,
  .fs-grid .fs-row [class*=-contained].fs-xl-justify-start {
    margin-right: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-justify-center,
  .fs-grid .fs-row [class*=-contained].fs-xl-justify-center {
    margin-right: auto;
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-justify-end,
  .fs-grid .fs-row [class*=-contained].fs-xl-justify-end {
    margin-left: auto;
  }

  .fs-grid .fs-row .fs-xl-fifth {
    width: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%;
  }

  .fs-grid .fs-row .fs-xl-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%;
  }

  .fs-grid .fs-row .fs-xl-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
  }

  .fs-grid .fs-row .fs-xl-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .fs-grid .fs-row .fs-xl-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
  }

  .fs-grid .fs-row .fs-xl-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-xl-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*=-contained].fs-xl-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-xl-auto {
    width: auto;
    max-width: 97.91666667%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .fs-grid .fs-row .fs-xl-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-xl-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

[data-whatinput=mouse] a:focus,
[data-whatinput=mouse] button:focus,
[data-whatinput=touch] a:focus,
[data-whatinput=touch] button:focus {
  outline: none;
}

html {
  background: #fff;
  box-sizing: border-box;
}

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

body {
  min-width: 300px;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ddd;
  text-shadow: none;
}

::selection {
  background: #ddd;
  text-shadow: none;
}

iframe {
  border: none;
}

menu {
  margin: 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure,
hr {
  margin: 0;
}

hr {
  height: 1px;
  background: #ddd;
  border: none;
}

@media screen and (min-width:1460px) {
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 1440px;
  }
}

.symbol {
  display: block;
  stroke: inherit;
  fill: currentColor;
  transition: fill .25s;
}

@media print {
  .symbol {
    display: none;
  }
}

.symbol_arrow_over {
  height: 15px;
  width: 15px;
}

.symbol_caret_down {
  height: 6px;
  width: 10px;
}

.symbol_chevron_left,
.symbol_chevron_right {
  height: 20px;
  width: 20px;
}

.symbol_arrow_left,
.symbol_arrow_right {
  height: 10px;
  width: 6px;
}

.symbol_arrow_down {
  height: 6px;
  width: 10px;
}

.symbol_logo {
  height: 20px;
  width: 33px;
}

.symbol_search {
  height: 20px;
  width: 20px;
}

.symbol_home {
  height: 14px;
  width: 14px;
}

.symbol_chevron_down {
  height: 12px;
  width: 8px;
}

.symbol_circle_arrow_left,
.symbol_circle_arrow_right {
  height: 48px;
  width: 48px;
}

.cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cover_image {
  position: relative;
  z-index: 2;
}

.cover_image img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%!important;
  min-height: 100%!important;
  transform: translate(-50%,-50%);
  z-index: 0;
}

.center_vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.absolute_center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hide {
  display: none!important;
  visibility: hidden;
}

.visually_hide {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.visually_hide.focusable:active,
.visually_hide.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.offscreen {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -999px;
  overflow: hidden;
  z-index: -999;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
}

a:focus {
  outline: 2px dashed #c00026;
}

strong {
  font-weight: 700;
}

.typography {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 2;
}

@media screen and (min-width:740px) {
  .typography {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.typography:after {
  clear: both;
  content: "";
  display: table;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #000;
}

.typography h1+*,
.typography h1:first-child,
.typography h2+*,
.typography h2:first-child,
.typography h3+*,
.typography h3:first-child,
.typography h4+*,
.typography h4:first-child,
.typography h5+*,
.typography h5:first-child,
.typography h6+*,
.typography h6:first-child {
  margin-top: 0;
}

.typography h1 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.14286;
  margin: 40px 0 20px;
}

@media screen and (min-width:500px) {
  .typography h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width:740px) {
  .typography h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

@media screen and (min-width:980px) {
  .typography h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.typography h2 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  margin: 40px 0 20px;
}

@media screen and (min-width:500px) {
  .typography h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.typography h3 {
  font-family: adelle,serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.38462;
  margin: 40px 0 20px;
}

@media screen and (min-width:500px) {
  .typography h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.typography h4 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #c00026;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  margin: 40px 0 20px;
}

@media screen and (min-width:500px) {
  .typography h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.typography h5 {
  font-family: adelle,serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
  text-transform: none;
}

.typography h5,
.typography h6 {
  font-weight: 600;
  margin: 40px 0 20px;
}

.typography h6 {
  font-family: tablet-gothic,sans-serif;
  color: #5a5a5a;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.33333;
  text-transform: uppercase;
}

.typography a {
  position: relative;
  border-bottom: 2px solid #9a6d28;
  color: #c00026;
  transition: color .25s,background .25s;
}

.typography a:hover {
  color: #9a6d28;
}

.typography a:after {
  display: block;
}

.typography p {
  margin: 20px 0;
}

.typography .copy {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 2;
}

@media screen and (min-width:740px) {
  .typography .copy {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.typography .caption {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.typography img {
  height: auto;
  max-width: 100%;
}

.typography .aligncenter,
.typography .alignleft,
.typography .alignnone,
.typography .alignright,
.typography .block_center,
.typography .block_left,
.typography .block_right {
  width: auto;
  display: table;
  margin-bottom: 20px;
  table-layout: fixed;
}

.typography .aligncenter img,
.typography .alignleft img,
.typography .alignnone img,
.typography .alignright img,
.typography .block_center img,
.typography .block_left img,
.typography .block_right img {
  display: block;
  max-width: 100%;
}

.typography .aligncenter figcaption,
.typography .alignleft figcaption,
.typography .alignnone figcaption,
.typography .alignright figcaption,
.typography .block_center figcaption,
.typography .block_left figcaption,
.typography .block_right figcaption {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  caption-side: bottom;
  display: table-caption;
  margin-top: 10px;
}

.typography .alignleft,
.typography .alignright,
.typography .block_left,
.typography .block_right {
  max-width: 50%;
}

@media screen and (max-width:499px) {
  .typography .alignleft,
  .typography .alignright,
  .typography .block_left,
  .typography .block_right {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width:500px) {
  .typography .alignleft,
  .typography .block_left {
    float: left;
    margin-right: 20px;
  }
}

@media screen and (min-width:500px) {
  .typography .alignright,
  .typography .block_right {
    float: right;
    margin-left: 20px;
  }
}

.typography .aligncenter,
.typography .block_center {
  text-align: center;
}

.typography .aligncenter img,
.typography .block_center img {
  margin-right: auto;
  margin-left: auto;
}

.typography blockquote {
  padding: 40px 0 30px;
}

.typography blockquote p {
  font-family: tablet-gothic,sans-serif;
  color: #c00026;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.22222;
  margin: 0 0 .3em;
}

@media screen and (min-width:740px) {
  .typography blockquote p {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.typography blockquote em {
  font-family: adelle,serif;
  color: #635f5f;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
}

.typography ol,
.typography ul {
  list-style: none;
  padding-left: 1.1em;
}

.typography ol li,
.typography ul li {
  margin: 10px 0;
}

.typography ol {
  counter-reset: li;
}

.typography ul li:before {
  width: 5px;
  height: 5px;
  background: #444;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 10px 0 0 -15px;
}

.typography ul {
  line-height: 1.7em;
  list-style-type: none;
  margin: 1.3em 30px;
}

.typography ul li {
  margin-bottom: 1em;
  background: url(/images/png/bullet.png) no-repeat 0 10px;
  padding: 0 0 0 15px;
}

.typography ul li li {
  font-size: .9em;
}

.typography ol {
  line-height: 1.7em;
  list-style-type: decimal;
  margin: 1.3em 30px;
  padding-right: 0;
}

.typography ol li {
  margin-bottom: 1em;
}

.typography ol li li {
  font-size: .9em;
}

.typography table {
  width: 100%;
  border-collapse: collapse;
}

.typography table tr:nth-child(odd) {
  background: #f4f6f6;
}

.typography table td,
.typography table th {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
}

@media screen and (min-width:1460px) {
  .typography table td,
  .typography table th {
    padding: 10px 20px;
  }
}

.typography table td p:first-child,
.typography table th p:first-child {
  margin-top: 0;
}

.typography table th {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #5a5a5a;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.33333;
  text-transform: uppercase;
  background: #635f5f;
  color: #fff;
  text-align: left;
}

.typography .resTable {
  padding: 20px;
}

@media screen and (min-width:980px) {
  .typography .resTable {
    padding: 30px 40px;
  }
}

.typography .resTable td {
  font-size: 15px;
  font-size: .9375rem;
}

@media screen and (min-width:1460px) {
  .typography .resTable td {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.table_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: .01%;
}

.table_wrapper_overflow {
  position: relative;
  border: 1px solid #ccc;
}

.table_wrapper_overflow:after {
  background-color: transparent;
  background: linear-gradient(90deg,transparent,rgba(0,0,0,.1));
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=1)";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

.table_wrapper_inner {
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.articleContent h2 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
}

@media screen and (min-width:500px) {
  .articleContent h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.articleContent a {
  color: #c00026;
  border-bottom: 3px solid #9a6d28;
  -o-border-image: none;
  border-image: none;
}

.articleContent a.cta_link:hover {
  background: #000;
}

.articleContent .cta_link {
  border: 0;
  color: #fff;
}

.icContent h4 {
  color: #000;
}

.icContent h6 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #5a5a5a;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.33333;
  text-transform: uppercase;
}

.icContent p {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 2;
}

@media screen and (min-width:740px) {
  .icContent p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.socialList dt {
  font-family: adelle,serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.38462;
  color: #000;
}

@media screen and (min-width:500px) {
  .socialList dt {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.facultyMeta a {
  color: #c00026;
  border-bottom: 3px solid #9a6d28;
  -o-border-image: none;
  border-image: none;
}

.facultyMeta a:hover {
  color: #9a6d28;
  border-bottom: 3px solid #9a6d28;
}

form h2 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
}

@media screen and (min-width:500px) {
  form h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

form h3 {
  font-family: adelle,serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.38462;
}

@media screen and (min-width:500px) {
  form h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

form h4 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #c00026;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

@media screen and (min-width:500px) {
  form h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

form h5 {
  font-family: adelle,serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
  text-transform: none;
}

form h6 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #5a5a5a;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.33333;
  text-transform: uppercase;
}

.typography .video_frame {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.typography .video_frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.skip_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 9px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  display: block;
  padding: 10px 20px;
  text-align: center;
  transform: translate(-50%,-200%);
  transition: top .35s,transform .35s;
}

@media screen and (min-width:740px) {
  .skip_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.skip_link_icon,
.skip_link_label {
  display: inline-block;
  vertical-align: middle;
}

.skip_link_icon {
  position: relative;
  margin-left: 5px;
  margin-left: 10px;
}

.skip_link_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
}

.skip_link_icon .symbol {
  width: 12px;
  height: 8px;
  position: relative;
  fill: #c00026;
}

.skip_link:hover {
  color: #5a0012;
}

.skip_link:active,
.skip_link:focus {
  transform: translate(-50%,40px);
}

.no-csstransforms .skip_link {
  top: -100%;
}

.no-csstransforms .skip_link:active,
.no-csstransforms .skip_link:focus {
  top: 40px;
}

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

label {
  display: block;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

textarea {
  display: block;
  min-height: 220px;
  resize: vertical;
}

select {
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  padding: 10px 40px 10px 20px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

[data-whatinput=mouse] .typography input:focus,
[data-whatinput=mouse] .typography label:focus,
[data-whatinput=mouse] .typography select:focus,
[data-whatinput=mouse] .typography textarea:focus,
[data-whatinput=touch] .typography input:focus,
[data-whatinput=touch] .typography label:focus,
[data-whatinput=touch] .typography select:focus,
[data-whatinput=touch] .typography textarea:focus {
  outline: none;
}

.form_column_flex {
  display: -ms-flexbox;
  display: flex;
}

.form_column_flex>* {
  margin-right: 16px;
}

.form_column_flex>:last-child {
  margin-right: 0;
}

.form_column_auto>* {
  display: inline-block;
  margin-right: 16px;
}

@media screen and (min-width:740px) {
  .form_column_2 {
    column-count: 2;
    column-gap: 20px;
  }

  .form_column_2>* {
    column-break-inside: avoid;
    break-inside: avoid;
  }
}

.form_element {
  margin-bottom: 20px;
}

.logo {
  margin: 0;
}

.logo,
.logo:hover {
  outline: 0;
  border: 0;
}

@media screen and (max-width:739px) {
  .headerTop a.logo.multisite_logo {
    position: relative;
    top: -15px;
  }
}

.logo_link {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.logo_symbol .logo_link_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.logo_symbol .logo_link_label.focusable:active,
.logo_symbol .logo_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.logo_link_symbol {
  color: #000;
}

.logo_print {
  display: none;
}

@media print {
  .logo_print {
    display: block;
  }
}

.logo_tag {
  background: #c00026;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -1px;
  text-align: center;
  width: 120px;
}

@media screen and (min-width:980px) {
  .logo_tag {
    width: 253px;
  }
}

@media screen and (max-width:499px) {
  .logo_tag {
    background: #fff;
    color: #c00026;
    line-height: 25px;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    font-size: .875rem;
  }
}

.site_search_handle {
  position: relative;
}

.site_search_handle_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.site_search_handle_label.focusable:active,
.site_search_handle_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.site_search_handle_icon {
  pointer-events: none;
}

.site_search {
  position: relative;
}

.site_search_form {
  max-width: none;
}

.site_search_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.site_search_label.focusable:active,
.site_search_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.site_search_input {
  border: none;
}

[data-whatinput=mouse] .site_search_input:focus,
[data-whatinput=touch] .site_search_input:focus {
  outline: none;
}

.site_search_input::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

.site_search_input::-moz-placeholder {
  text-overflow: ellipsis;
}

.site_search_input::-ms-input-placeholder {
  text-overflow: ellipsis;
}

.site_search_input::placeholder {
  text-overflow: ellipsis;
}

.site_search_input[placeholder] {
  text-overflow: ellipsis;
}

.site_search_button {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.site_search_button_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.site_search_button_label.focusable:active,
.site_search_button_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.site_search_button_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
}

.site_search_nav {
  margin: 15px 22px 0 0;
}

.site_search_nav .site_search_input {
  font-family: tablet-gothic,sans-serif;
  font-weight: 300;
  height: 40px;
  background: #000;
  border: 0;
  border-radius: 3px;
  color: #f4f6f6;
  font-size: 14px;
  font-size: .875rem;
}

.site_search_nav .site_search_input::-webkit-input-placeholder {
  color: #f4f6f6;
}

.site_search_nav .site_search_input::-moz-placeholder {
  color: #f4f6f6;
}

.site_search_nav .site_search_input::-ms-input-placeholder {
  color: #f4f6f6;
}

.site_search_nav .site_search_input::placeholder {
  color: #f4f6f6;
}

.site_search_nav .site_search_input[placeholder] {
  color: #f4f6f6;
}

.site_search_nav .site_search_button {
  border-left: 1px solid #5f6060;
}

.site_search_nav .site_search_button_icon .symbol {
  fill: #fff;
}

#___gcse_0 {
  padding: 40px 0;
}

#___gcse_0 .gsc-control-cse {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

#___gcse_0 .gsc-search-box {
  max-width: 100%;
  position: relative;
  font-size: inherit;
  margin-bottom: 20px;
}

#___gcse_0 .gsc-search-box td.gsc-input {
  width: 100%;
  padding-right: 0;
}

#___gcse_0 .gsc-search-box .gsc-input-box {
  height: auto;
}

#___gcse_0 .gsc-search-box input.gsc-input {
  height: auto!important;
  width: 100%;
  background-color: transparent!important;
  background-position: 20px 50%!important;
  border: 1px solid #000;
  font-size: inherit;
  margin: 0!important;
  padding: 20px!important;
}

#___gcse_0 .gsc-search-box td.gsc-search-button {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAABGdBTUEAALGPC/xhBQAAAtJJREFUSA2tls2rTlEUxl8UkksiJmJGYmIiHwMxEV0DAyH+A5kaSN1SdE2UmeErtwzkY2KmblKYiBkTrpQBZUK+P5/fe/Y6d++z9z5f7lPPu/Ze+1lrn7M/1nkHgwK7ZQ679oCOYXK+WmusJ7vO2pNqXBf/muObNdrbMtZCqo6g/91UFRuIgo6E1X4ldrYbCB/L/3R2rGitkrnmOU+qvcf6Qbhz/sEuEJeI9+h4uK/2a/qpyM8MsPQ7xBN0HLbI3qA9zzkwlgHfuDial4EUEJTglYiGD8SL4l3Xx7ddTIJBfy1SouNyogvAyjJTG5yRqEzAaiwWP7aJzOnIxrbVgSUuZ0XIzIDlfS4yyBKfFfeKp8QvIv7TIjhQmH6/bBHJoiScpUviG/GdOCWOiY2YloKMv8SheEVkIfG9FbOY0QiipQkF6/FD/JkYGxyVk8AmoBlWRThZ1SZskCCaJHLUZEG7wsZtn63fxm71RV1nLmspSQg+6GfLtJc5bTA8kXIGiqLDMY3qGkMU7680Mnglf+3rfXCCR7Ls/SHxjvP9lqV4M0kWXLsXIrPA9+I+0dCYwIQ5WybwS2dOnPKTIHtZSHpEfCnaK9TZT9JNiKmLJXczNkkyI9ok1APuzEoxhYVycr6eiBbDhhwTW4E3nBYt+FyrqFhEyeSokYdTs1bMgopnS8ob9l4ub4abajM5x3Kz5w+alFlEVMzckgYBLTsPpSMvRz0JajuCYXK0v5PDSV4YvTWlb5EIam9pIen06+fjj1AEvmI8FR8kTulc4bYSkZdKkrzzYxrgHiLiWiRF8nfBeYnJB/3yFeXgJFNNEPIV5Vr0wWoFWXXmRO9sm4SLz6fbnvaW2hsbgpdr/IJof3cslj2O/q005Bpd/KsS8dSWqMk+k3aXSzwuS00mptcDuDwjw78ArgXbsE1cLzadhzl9AM3XGdUH2N85w38GsOccvsv/APRNx+XWyPIPAAAAAElFTkSuQmCC") no-repeat 50% 50%/20px 20px!important;
}

#___gcse_0 .gsc-search-box input.gsc-search-button {
  height: 100%;
  min-width: 100%;
  width: auto;
  background: url() no-repeat 50% 50%;
  border: 0;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  font-size: inherit;
  font-weight: 400;
  margin-top: 0;
  margin-left: 0;
  opacity: 0;
  padding: 10px;
}

#___gcse_0 .gsc-search-box .gsib_b,
#___gcse_0 .gsc-search-box td.gsc-clear-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

#___gcse_0 .gsc-search-box div.gsc-clear-button {
  background: none;
  display: block;
  margin: 0;
  padding-left: 0;
  text-align: center;
}

#___gcse_0 .gsc-tabsArea {
  border-bottom: 0;
  display: none;
  margin: 0;
}

#___gcse_0 .gsc-tabsArea .gsc-tabHeader {
  border: 0;
  color: inherit;
  margin: 0;
  padding: 4px;
}

#___gcse_0 .gsc-refinementsArea {
  border-bottom: 0;
  display: none;
  margin-bottom: 0;
  padding: 0;
}

#___gcse_0 .gsc-refinementsArea .gsc-refinementHeader {
  margin: 0;
  padding: 4px;
}

#___gcse_0 .gsc-above-wrapper-area {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 20px;
}

#___gcse_0 .gsc-above-wrapper-area .gsc-result-info {
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding-left: 0;
}

#___gcse_0 .gsc-above-wrapper-area .gsc-orderby-container {
  display: none;
}

#___gcse_0 .gsc-results {
  width: 100%;
  padding-bottom: 0;
}

#___gcse_0 .gsc-results .gsc-result:not(.gsc-imageResult) {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 0;
  padding: 40px 0;
}

#___gcse_0 .gsc-results .gsc-table-result {
  font-family: inherit;
  font-size: inherit;
}

#___gcse_0 .gsc-results .gsc-thumbnail {
  padding: 0 20px 0 0;
}

#___gcse_0 .gsc-results .gsc-thumbnail .gs-image-box {
  height: auto;
  width: 80px;
  padding: 0;
}

#___gcse_0 .gsc-results .gsc-thumbnail img.gs-image {
  max-height: 100%!important;
  max-width: 100%;
  width: 100%;
  border: 0;
}

#___gcse_0 .gsc-results .gsc-table-cell-snippet-close {
  padding: 0;
}

#___gcse_0 .gsc-results div.gs-title {
  height: auto;
  color: inherit;
  font-size: inherit;
  margin-bottom: 10px;
  text-decoration: none;
}

#___gcse_0 .gsc-results a.gs-title {
  font-family: adelle,serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.38462;
  height: inherit;
  color: #000!important;
  text-decoration: inherit;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  #___gcse_0 .gsc-results a.gs-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

#___gcse_0 .gsc-results a.gs-title:focus,
#___gcse_0 .gsc-results a.gs-title:hover {
  color: #c00026!important;
}

#___gcse_0 .gsc-results a.gs-title b {
  color: inherit!important;
  font-size: inherit;
  text-decoration: inherit;
}

#___gcse_0 .gsc-results .gs-snippet {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (min-width:740px) {
  #___gcse_0 .gsc-results .gs-snippet {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

#___gcse_0 .gsc-results .gsc-url-top {
  display: none;
}

#___gcse_0 .gsc-results .gs-visibleUrl {
  color: #22f;
}

#___gcse_0 .gsc-results .gs-visibleUrl b {
  font-weight: inherit;
}

#___gcse_0 .gsc-expansionArea .gsc-cursor-box {
  margin-bottom: 0;
  overflow-x: auto;
  padding: 20px 0;
  text-align: center;
  white-space: nowrap;
}

#___gcse_0 .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  background: none;
  color: #000;
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  text-decoration: none;
  transition: color .25s;
}

#___gcse_0 .gsc-expansionArea .gsc-cursor-box .gsc-cursor-current-page,
#___gcse_0 .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:focus,
#___gcse_0 .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:hover {
  color: #c00026;
}

#___gcse_0 div.gcsc-branding {
  padding-bottom: 20px;
  pointer-events: none;
}

.photo_prop {
  max-width: 240px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: .15em;
  display: none;
  font-family: sans-serif;
  line-height: 1.35;
}

.photo_prop.visible {
  display: block;
}

.photo_prop.lower-region {
  -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),50% 100%,0 calc(100% - 50px));
  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),50% 100%,0 calc(100% - 50px));
  padding: 10px 10px 60px;
  transform: translate(-50%,-100%);
}

.photo_prop.upper-region {
  -webkit-clip-path: polygon(0 100%,0 50px,50% 0,100% 50px,100% 100%);
  clip-path: polygon(0 100%,0 50px,50% 0,100% 50px,100% 100%);
  padding: 60px 10px 10px;
  transform: translate(-50%);
}

.photo_prop_close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  border-radius: 1em 0 0 1em;
  box-shadow: -2px 0 10px 0 rgba(0,0,0,.15);
  cursor: pointer;
  transition: background .25s,color .25s;
}

.photo_prop_close:focus,
.photo_prop_close:hover {
  background: #333;
  color: #fff;
}

.lower-region .photo_prop_close {
  transform: translateY(calc(-50% - 25px));
}

.upper-region .photo_prop_close {
  transform: translateY(calc(-50% + 25px));
}

.photo_prop_detail {
  background: #f0f0f0;
  border-radius: .15em;
  display: -ms-flexbox;
  display: flex;
  padding: 15% 20px;
}

.siteFoot {
  background: none;
  margin: 0;
  position: relative;
  z-index: 5;
}

.footer_top {
  background: #000;
  border-top: 3px solid #9a6d28;
  padding-bottom: 52px;
}

.footAddress {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  width: auto;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: left;
}

.footAddress .shuLink {
  width: 180px!important;
  height: 60px!important;
  position: relative;
  background: none;
  display: block;
  margin: -40px 0 10px;
}

@media screen and (min-width:740px) {
  .footAddress .shuLink {
    width: 253px!important;
    height: 85px!important;
    margin: -40px 0 38px;
  }
}

.footAddress .shuLink .symbol {
  width: 180px;
  height: 60px;
}

@media screen and (min-width:740px) {
  .footAddress .shuLink .symbol {
    width: 253px;
    height: 85px;
  }
}

.footAddress .icon-seton-hill-university {
  width: 0!important;
  height: 0!important;
  background: none;
  display: block;
  margin: 0;
}

@media screen and (min-width:740px) {
  .address {
    display: inline-block;
    margin-right: 35px;
  }
}

@media screen and (min-width:980px) {
  .address {
    margin-right: 55px;
  }
}

.address_city,
.address_phone,
.address_street {
  display: block;
}

@media screen and (min-width:740px) {
  .address_city,
  .address_phone,
  .address_street {
    display: inline-block;
  }
}

[itemprop=addressRegion] {
  text-decoration: none!important;
}

.address_bullet {
  display: none;
}

@media screen and (min-width:740px) {
  .address_bullet {
    display: inline-block;
    margin: 0 8px;
    transform: scale(.85);
  }
}

.footer_phone .symbol {
  width: 16px;
  height: 16px;
}

.footer_location .symbol {
  width: 11px;
  height: 16px;
}

.footer_location,
.footer_phone {
  position: relative;
  display: inline-block;
  margin: 25px 0 10px 10px;
}

@media screen and (min-width:740px) {
  .footer_location,
  .footer_phone {
    margin: 0 15px 0 10px;
  }
}

.footer_location .symbol,
.footer_phone .symbol {
  position: relative;
}

.footer_location:before,
.footer_phone:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 32px;
  height: 32px;
  background: #9a6d28;
  border-radius: 50%;
  content: "";
  display: block;
  transition: background .25s;
}

.footer_bottom {
  overflow: hidden;
  padding: 25px 0;
}

.siteHead {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #9a6d28;
  padding: 25px 0 0;
  z-index: 9999;
}

.siteHead:after {
  content: none;
}

.siteHead>.fs-cell {
  position: relative;
}

@media print {
  .siteHead {
    display: none;
  }
}

.headerWrap {
  position: relative;
  height: 50px;
  background: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media screen and (min-width:980px) {
  .headerWrap {
    height: 113px;
  }
}

@media screen and (max-width:979px) {
  .headerWrap.header_microsite {
    height: 80px;
  }
}

.headerTop {
  width: 253px;
  height: 85px;
  position: relative;
  left: 0;
}

.headerTop a.logo {
  width: auto;
  height: auto;
}

.headerTop .icon-seton-hill-university {
  background: none;
  width: 120px!important;
  height: 40px!important;
}

@media screen and (min-width:980px) {
  .headerTop .icon-seton-hill-university {
    width: 253px!important;
    height: 85px!important;
  }
}

.headerTop .icon-seton-hill-university .symbol {
  width: 120px;
  height: 40px;
}

@media screen and (min-width:980px) {
  .headerTop .icon-seton-hill-university .symbol {
    width: 253px;
    height: 85px;
  }
}

.navWrap {
  display: none;
}

@media screen and (min-width:980px) {
  .navWrap {
    width: calc(100% - 240px);
    position: absolute;
    right: 0;
    max-height: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
  }
}

@media screen and (max-width:979px) {
  .navMain,
  .navSearch,
  .navTertItems {
    display: none;
  }
}

.mobile_sidebar.fs-navigation-overlay-nav.fs-navigation-enabled {
  width: 100%;
  z-index: 99999;
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  transform: translate3D(100%,0,0);
}

.fs-navigation-overlay-nav.fs-navigation-open {
  transform: translate3D(0,0,0);
}

.mobile_sidebar_handle_wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  font-size: 0;
}

@media print {
  .mobile_sidebar_handle_wrapper {
    display: none;
  }
}

@media screen and (min-width:980px) {
  .mobile_sidebar_handle_wrapper {
    display: none;
  }
}

.mobile_sidebar_handle {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile_sidebar_handle:before {
  width: 16px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 -5px 0 #fff,0 5px 0 #fff;
  content: "";
  display: block;
  margin: 13px auto;
}

.mobile_sidebar_handle_close_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  font-size: 0;
}

.mobile_sidebar_handle_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mobile_sidebar_handle_close span .symbol {
  width: 14px;
  height: 14px;
  fill: #fff;
}

[data-whatinput=mouse] .mobile_sidebar:focus,
[data-whatinput=touch] .mobile_sidebar:focus {
  outline: none;
}

@media print {
  .mobile_sidebar {
    display: none;
  }
}

.mobile_sidebar .headerWrap {
  height: auto;
  display: block;
  padding: 0 20px;
}

.mobile_sidebar .navWrap {
  display: block;
  overflow: visible;
  text-align: left;
}

.mobile_sidebar .navMain ul li {
  border-bottom-color: #dbe3e3;
  margin: 0;
  padding: 13px 0;
}

.mobile_sidebar .navMain ul li a {
  font-size: 22px;
  font-size: 1.375rem;
}

.mobile_sidebar .navMain ul li a span {
  border: none;
}

.mobile_sidebar .navTert ul li {
  border: none;
  margin: 15px 0;
  display: block;
}

@media screen and (min-width:980px) {
  .mobile_sidebar .navTert ul li {
    display: inline-block;
  }
}

.mobile_sidebar .navTert ul li a {
  font-family: tablet-gothic,sans-serif;
  color: #635f5f;
  font-size: 12px;
  font-size: .75rem;
}

.page,
.page_wrapper {
  width: 100%;
  overflow: hidden;
}

.page_feature {
  background: #000;
}

@media print {
  .page_feature .flex_callout_background {
    display: none;
  }
}

.page_content {
  padding-bottom: 90px;
}

.page_content>.fs-row {
  display: block;
}

.page_content>.fs-row:after {
  clear: both;
  content: "";
  display: table;
}

.layout_footer_pull_up .page_content:after {
  display: none;
}

@media screen and (min-width:980px) {
  .aside_cell {
    float: right;
    margin-right: -40px;
  }
}

@media screen and (min-width:980px) {
  .content_cell {
    float: left;
  }
}

.main_content {
  position: relative;
}

[data-whatinput=mouse] .main_content:focus,
[data-whatinput=touch] .main_content:focus {
  outline: none;
}

.main_content>.fs-row {
  display: block;
}

.main_content .typography {
  padding: 25px 0;
}

@media screen and (min-width:980px) {
  .main_content .typography {
    padding: 30px 0;
  }

  .layout_subnav_pull_up .main_content .typography {
    padding: 50px 0;
  }
}

.page_header a {
  color: #c00026;
  text-decoration: underline;
}

.page_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.14286;
  margin-bottom: 15px;
}

@media screen and (min-width:500px) {
  .page_title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width:740px) {
  .page_title {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

@media screen and (min-width:980px) {
  .page_title {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.page_intro {
  margin-top: 4px;
  margin-bottom: 0;
}

.page_feature {
  position: relative;
}

.page_feature .page_header {
  background: #f4f6f6;
  padding: 30px 0 10px;
}

.page_feature .page_header.header_feature {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: transparent;
}

@media screen and (min-width:980px) {
  .page_feature .page_header.header_feature {
    display: none;
  }
}

.page_feature .page_header.header_feature .page_title {
  color: #fff;
}

@media print {
  .page_feature .page_header.header_feature {
    position: static;
  }
}

.page_feature+.page_content .page_header {
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
}

@media screen and (min-width:980px) {
  .page_feature+.page_content .page_header {
    display: block;
    transform: translateY(-100%);
  }
}

.page_feature+.page_content .page_intro,
.page_feature+.page_content .page_title {
  color: #fff;
}

@media screen and (min-width:980px) {
  .page_feature .page_header {
    padding: 70px 0 50px;
  }

  .page_feature+.page_content .page_header {
    padding-bottom: 50px;
  }
}

.page_feature .page_title {
  margin-top: 0;
}

.in_content_callouts.high>:first-child {
  padding-top: 24px;
}

@media screen and (min-width:980px) {
  .in_content_callouts.high>:first-child {
    padding-top: 67px;
  }
}

.sidebar_cell {
  clear: right;
}

.full_width_callouts {
  position: relative;
}

.navScrolledWrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 3px solid #9a6d28;
  opacity: 0;
  padding: 16px 0;
  transform: translateY(-100%);
  transition: transform .5s,opacity .5s;
  z-index: 99999;
}

@media screen and (min-width:980px) {
  .scrolled .navScrolledWrap {
    opacity: 1;
    transform: translateY(0);
  }
}

.navScrolledWrap .navMain {
  position: relative;
  top: -3px;
  margin: 0 18px 0 0;
}

.navScrolledWrap .navMain>ul>li {
  margin-right: 14px;
}

.navScrolledWrap .navMain>ul>li>a {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 29px;
}

.navScrolledWrap .navSearch {
  position: relative;
  top: 3px;
}

.navScrolledWrap .navSearch,
.navScrolledWrap .navSearch>li {
  height: 17px;
  margin: 0;
  padding: 0;
}

.navScrolledWrap .navSearch .icon-searchToggle {
  height: 17px;
  width: 30px;
  border-left: 1px solid #eee;
  display: inline-block;
}

.navScrolledWrap .navSearch .icon-searchToggle:before {
  display: none;
}

.navScrolledWrap .navSearch .icon-searchToggle:after {
  left: auto;
  right: 0;
  color: #c00026;
}

.navScrolledWrap .navSearch span {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.navScrolledWrap .navSearch span.focusable:active,
.navScrolledWrap .navSearch span.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.navScrolledInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navCTA {
  font-size: 0;
}

.navCTAItem {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 0;
  font-size: 11px;
  font-size: .6875rem;
  border: 0;
}

.navCTAItem a {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  background: #c00026;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  padding: 14px 17px 15px;
  text-transform: uppercase;
}

.navCTAItem a:hover {
  background: #000;
  color: #fff;
}

.navScrolledRight {
  position: relative;
  top: -2px;
  display: -ms-flexbox;
  display: flex;
}

.navTertScrolled {
  position: relative;
}

.navTertScrolledToggle {
  height: 29px;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 600;
  padding: 0 16px;
  text-transform: uppercase;
}

.navTertScrolledToggle .symbol {
  display: inline-block;
  margin-left: 10px;
}

.navTertScrolledItems {
  width: 200px;
  position: absolute;
  background: #c00026;
  display: none;
  padding: 20px 0;
}

.navTertScrolledItems.open {
  display: block;
}

.navTertScrolledItems>li {
  font-family: tablet-gothic,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  margin-bottom: 0;
}

.navTertScrolledItems>li>a {
  display: block;
  color: #fff;
  padding: 2px 26px;
}

.navTertScrolledItems>li>a:hover {
  opacity: .6;
}

#home,
#home path {
  fill: currentColor;
}

.breadcrumb_nav {
  font-family: tablet-gothic,sans-serif;
  display: none;
  font-size: 14px;
  font-size: .875rem;
}

@media screen and (min-width:980px) {
  .breadcrumb_nav {
    display: block;
  }
}

.breadcrumb_list {
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb_item {
  position: relative;
  display: inline-block;
}

.breadcrumb_item:not(:last-child):after {
  width: 1px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: -4px;
  content: "";
  display: block;
  background: #000;
  opacity: .5;
  transform: rotate(20deg);
}

.breadcrumb_label,
.breadcrumb_link {
  display: inline-block;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  padding: 0 25px;
}

.breadcrumb_item:first-child .breadcrumb_label,
.breadcrumb_item:first-child .breadcrumb_link {
  padding-left: 0;
}

.breadcrumb_link {
  color: #000;
}

.breadcrumb_link:focus,
.breadcrumb_link:hover {
  color: #9a6d28;
}

.breadcrumb_label {
  color: #635f5f;
}

.page_feature+.page_content .breadcrumb_label,
.page_feature+.page_content .breadcrumb_link {
  color: #fff;
}

.page_feature+.page_content .breadcrumb_item:after {
  background: #fff;
}

.page_feature+.page_content .breadcrumb_link:focus,
.page_feature+.page_content .breadcrumb_link:hover {
  color: #9a6d28;
}

.breadcrumb_name_icon+.breadcrumb_name_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.breadcrumb_name_icon+.breadcrumb_name_label.focusable:active,
.breadcrumb_name_icon+.breadcrumb_name_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.footerNav {
  height: auto;
  background: none;
  float: none;
  margin: 15px 0 0;
  padding: 0;
}

.footerNav ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.footerNav ul li {
  display: block;
  margin: 20px 0;
  padding: 0;
}

@media screen and (min-width:740px) {
  .footerNav ul li {
    display: inline-block;
    margin: 0 30px 0 0;
  }
}

@media screen and (min-width:980px) {
  .footerNav ul li {
    margin-right: 18px;
  }
}

@media screen and (min-width:1460px) {
  .footerNav ul li {
    margin-right: 40px;
  }
}

.footerNav ul li:last-child {
  margin: 0;
}

.footerNav ul li a {
  font-family: adelle,serif;
  color: #b6b6b6;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

.footerNav ul li a:after {
  content: none;
}

.footerNav ul li a:focus,
.footerNav ul li a:hover {
  color: #9a6d28;
  text-decoration: none;
}

.navMain {
  float: none;
  margin: 18px 0 0;
  transition: transform .25s;
}

.navMain .mainNavSearch {
  display: none;
}

.navMain .icon-searchToggle {
  position: relative;
  top: 10px;
}

.navMain>ul {
  height: auto;
  width: auto;
  padding: 0;
}

.navMain>ul>li {
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
}

@media screen and (min-width:1460px) {
  .navMain>ul>li {
    margin: 0 30px 0 0;
  }
}

.navMain>ul>li:last-child {
  margin: 0;
}

.navMain>ul>li:last-child .main_nav_children {
  position: absolute;
  left: auto;
  right: -26px;
}

.navMain>ul>li a {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width:1460px) {
  .navMain>ul>li a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.navMain>ul>li a span {
  border: none;
  padding: 0;
}

.navMain>ul>li a span:after {
  content: none;
}

.navMain>ul>li:focus>a,
.navMain>ul>li:hover>a,
.navMain>ul>li a:focus,
.navMain>ul>li a:hover {
  color: #c00026;
}

.main_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.main_nav_title.focusable:active,
.main_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.main_nav_list {
  font-family: tablet-gothic,sans-serif;
  padding: 45px 22px 0 0;
}

.main_nav_item {
  border-bottom: 1px solid #f4f6f6;
}

.main_nav_sm .main_nav_item.fs-swap-enabled .main_nav_children {
  display: none;
}

.main_nav_sm .main_nav_item.fs-swap-active .main_nav_children {
  display: block;
}

.main_nav_lg .main_nav_item.focused .main_nav_children,
.main_nav_lg .main_nav_item:focus .main_nav_children,
.main_nav_lg .main_nav_item:hover .main_nav_children {
  opacity: 1;
  visibility: visible;
}

.main_nav_item_wrapper {
  position: relative;
}

.main_nav_link {
  width: calc(100% - 27px);
  color: #000;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  padding: 15px 0;
  vertical-align: top;
}

.main_nav_toggle {
  height: 22px;
  width: 22px;
  position: absolute;
  bottom: 20px;
  right: 0;
  background: #c00026;
  border-radius: 50%;
  cursor: pointer;
}

.main_nav_lg .main_nav_toggle {
  display: none;
}

.main_nav_toggle_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.main_nav_toggle_label.focusable:active,
.main_nav_toggle_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.main_nav_toggle_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: transform .25s;
}

.main_nav_children_wrapper {
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  padding-top: 17px;
}

.main_nav_children_wrapper:before {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 9px;
  left: 50%;
  content: "";
  background: #f4f6f6;
  transform: translateX(-50%) rotate(45deg);
}

.main_nav_item:hover>.main_nav_children_wrapper {
  display: block;
}

.navMain .main_nav_children {
  height: auto;
  width: 300px;
  position: relative;
  left: -26px;
  background: #f4f6f6;
  border-radius: 3px;
  margin: 0;
  padding: 20px 0;
}

.navMain .main_nav_children li {
  position: relative;
  display: block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: left;
}

.navMain .main_nav_children li a {
  color: #c00026;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.2em;
  padding: 12px 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navMain .main_nav_children li a:hover {
  color: #000;
  opacity: .6;
}

.main_nav_children {
  padding-bottom: 15px;
}

.main_nav_lg .main_nav_children {
  position: absolute;
  opacity: 0;
  transition: opacity .25s,visibility .25s;
  visibility: hidden;
}

.main_nav_child_item {
  font-size: 14px;
  font-size: .875rem;
}

.main_nav_child_link {
  color: #000;
  display: block;
}

.navTert {
  max-height: none;
  height: auto;
  margin: 0;
}

@media screen and (max-width:739px) {
  .navTert {
    padding-bottom: 100px;
  }
}

.navTert ul {
  padding-top: 0;
}

.navTert ul li {
  margin: 0 22px 0 0;
  padding: 0;
  vertical-align: middle;
}

@media screen and (min-width:1460px) {
  .navTert ul li {
    margin-right: 27px;
  }
}

.navTert ul li:last-child {
  margin-right: 0;
}

.navTert ul li a {
  font-family: adelle,serif;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  color: #5f6060;
  text-transform: uppercase;
}

.navTert ul li a:focus,
.navTert ul li a:hover {
  color: #9a6d28;
}

.navTert ul li a span {
  border: none;
  padding: 0;
}

.navTert ul li a span:after {
  content: none;
}

.icon-searchToggle {
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  right: 0;
  color: transparent!important;
  overflow: hidden;
}

.icon-searchToggle:focus:before,
.icon-searchToggle:hover:before {
  background: #9a6d28;
}

.icon-searchToggle:before {
  width: 100%;
  height: 100%;
  background: #c00026;
  border-radius: 50%;
  content: "";
  display: block;
  transition: background .25s;
}

.icon-searchToggle:after,
.icon-searchToggle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.icon-searchToggle:after {
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  margin: 0 0 0 22px;
  padding-bottom: 0;
}

.priority-nav .priority-nav__dropdown {
  min-width: 180px;
  background: #c00026;
  padding: 10px 0!important;
}

@media screen and (min-width:900px) {
  .priority-nav .priority-nav__dropdown {
    top: 100%;
    right: 0;
    left: auto;
  }
}

.priority-nav .priority-nav__dropdown li {
  margin: 0;
  text-align: left;
}

.priority-nav .priority-nav__dropdown li a {
  color: #fff;
  font-family: tablet-gothic,sans-serif;
  padding: 10px 20px;
  text-transform: none;
  transition: background .25s;
}

.priority-nav .priority-nav__dropdown li a:focus,
.priority-nav .priority-nav__dropdown li a:hover {
  background: hsla(0,0%,100%,.15);
  color: #fff;
}

@media screen and (min-width:900px) {
  .priority-nav .priority-nav__dropdown li .icon-searchToggle {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block!important;
    margin-top: 10px;
    margin-left: 20px;
    padding: 10px 17px;
  }
}

.priority-nav .priority-nav__dropdown li .icon-searchToggle:before {
  display: none;
}

.priority-nav .priority-nav__dropdown li .icon-searchToggle:focus,
.priority-nav .priority-nav__dropdown li .icon-searchToggle:hover {
  background: hsla(0,0%,100%,.15)!important;
}

.social_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.social_nav_title.focusable:active,
.social_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.social_nav_item {
  display: inline-block;
  margin: 0 20px 0 0;
}

@media screen and (min-width:740px) {
  .social_nav_item {
    margin-right: 25px;
  }
}

@media screen and (min-width:500px) and (max-width:1459px) {
  .social_nav_item {
    margin-bottom: 15px;
  }
}

.social_nav_item.twitter .social_nav_icon {
  width: 25px;
  height: 21px;
  background-image: url(../images/twitter.png);
  background-position: 50% 50%;
  background-size: contain;
}

.social_nav_item.instagram .social_nav_icon {
  width: 25px;
  height: 25px;
  background-image: url(../images/instagram.png);
  background-position: 50% 50%;
  background-size: contain;
}

.social_nav_item.youtube .social_nav_icon {
  width: 30px;
  height: 22px;
  background-image: url(../images/youtube.png);
  background-position: 50% 50%;
  background-size: contain;
}

.social_nav_link {
  display: block;
}

.social_nav_link:focus .social_nav_label,
.social_nav_link:hover .social_nav_label {
  color: #c00026;
}

.social_nav_icon {
  display: inline-block;
}

@media screen and (min-width:740px) {
  .social_nav_icon {
    margin: 0 6px 0 0;
  }
}

.social_nav_icon .symbol_facebook {
  width: 25px;
  height: 25px;
}

.social_nav_label {
  display: none;
}

@media screen and (min-width:740px) {
  .social_nav_label {
    font-family: tablet-gothic,sans-serif;
    font-weight: 600;
    position: relative;
    top: -5px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width:979px) {
  .subnav_cell {
    margin: 10px 0;
  }
}

.sub_nav {
  font-family: tablet-gothic,sans-serif;
  position: relative;
  background: #f4f6f6;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  padding: 20px;
}

@media screen and (min-width:980px) {
  .sub_nav {
    margin-right: -50px;
    margin-bottom: 80px;
    padding: 10px 0;
    top: 40px;
  }

  .layout_subnav_pull_up .sub_nav {
    padding: 50px 0;
    top: -65px;
  }
}

@media print {
  .sub_nav {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
  }

  .sub_nav.focusable:active,
  .sub_nav.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
  }
}

.sub_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.sub_nav_title.focusable:active,
.sub_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.sub_nav_handle_wrapper {
  position: relative;
  padding-top: 5px;
}

@media print {
  .sub_nav_handle_wrapper {
    display: none;
  }
}

.sub_nav_handle {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  position: relative;
  padding-right: 40px;
  text-align: left;
}

@media screen and (min-width:740px) {
  .sub_nav_handle {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.sub_nav_handle_icon,
.sub_nav_handle_label {
  display: inline-block;
  vertical-align: middle;
}

.sub_nav_handle_icon {
  position: relative;
  margin-left: 5px;
  margin-left: 10px;
}

.sub_nav_handle_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
}

.sub_nav_handle_icon .symbol {
  width: 12px;
  height: 8px;
  position: relative;
  fill: #c00026;
}

.sub_nav_handle:hover {
  color: #5a0012;
}

.sub_nav_handle.fs-navigation-handle.fs-navigation-enabled {
  padding-right: 40px;
}

@media screen and (min-width:980px) {
  .sub_nav_handle {
    display: none;
  }
}

.sub_nav_handle_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  pointer-events: none;
  transform: translateY(-50%);
}

.sub_nav_handle_icon:before {
  display: none;
  background: #c00026;
}

@media screen and (min-width:980px) {
  .sub_nav_handle_icon {
    display: none;
  }
}

.sub_nav_handle_icon .symbol {
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
}

[data-whatinput=mouse] .sub_nav_list:focus,
[data-whatinput=touch] .sub_nav_list:focus {
  outline: none;
}

.sub_nav_item {
  position: relative;
}

.sub_nav_item.sub_nav_item_active:before {
  height: calc(100% - 20px);
  width: 24px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: #c00026;
  display: block;
}

.sub_nav_item.sub_nav_item_active .sub_nav_link {
  color: #000;
}

.sub_nav_link {
  color: #c00026;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 24px;
  padding: 9px 20px 9px 40px;
}

.sub_nav_link:focus,
.sub_nav_link:hover {
  color: #000;
}

.parallax-mirror~.page_wrapper .fs-row:after {
  clear: both;
  content: "";
  display: table;
}

.centennialHead {
  padding: 0!important;
  min-height: 0!important;
  height: auto!important;
}

.centennialBlock .c-tab .centennialArticle .centennialArticleContainer .centennialYear,
.centennialBlock .c-tabs-nav__link {
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  padding: 0;
}

.centennialBlock .c-tab .centennialArticle .centennialArticleContainer .centennialYear>span,
.centennialBlock .c-tabs-nav__link>span {
  width: 40px;
}

@media screen and (min-width:900px) {
  .centennialBlock .c-tab .centennialArticle .centennialArticleContainer .centennialYear,
  .centennialBlock .c-tabs-nav__link {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    padding: 0;
  }
}

.centennialYear span.centennialDate {
  position: relative;
  top: 2px;
}

.events_listing {
  padding: 60px 0;
}

@media screen and (min-width:980px) {
  .events_listing {
    padding: 100px 0;
  }
}

.events_listing_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #c00026;
}

@media screen and (min-width:500px) {
  .events_listing_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width:980px) {
  .events_listing_items .event {
    width: 100%;
    margin: 50px 0;
  }
}

.calendarSelect {
  float: none;
}

@media screen and (min-width:980px) {
  .calendarSelect {
    margin-top: 100px;
  }
}

.ui-state-default {
  color: #c00026;
}

@media screen and (min-width:980px) {
  .mobile_calendar {
    display: none;
  }
}

@media screen and (min-width:980px) {
  .sidebar .calendarSelect {
    display: block;
  }
}

@media screen and (min-width:980px) and (max-width:1459px) {
  .sidebar .calendarSelect {
    position: relative;
    left: -50px;
  }
}

@media screen and (max-width:979px) {
  .sidebar .calendarSelect {
    margin-top: 30px;
  }
}

.calendar_detail {
  padding: 60px 0;
}

@media screen and (min-width:980px) {
  .calendar_detail {
    padding: 100px 0;
  }
}

.eventInfo a .eventTime {
  color: #5c5c5c;
}

@media screen and (max-width:979px) {
  .calendar_landing>.fs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.home_feature {
  position: relative;
  height: 240px;
  overflow: hidden;
}

@media screen and (min-width:500px) {
  .home_feature {
    height: 552px;
  }
}

@media screen and (min-width:740px) {
  .home_feature {
    height: 686px;
  }
}

@media screen and (min-width:980px) {
  .home_feature {
    height: 810px;
  }
}

.home_feature:after {
  background-image: linear-gradient(-180deg,transparent,rgba(0,0,0,.3));
  content: "";
  display: block;
}

.home_feature:after,
.home_feature_background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home_feature_background {
  right: 0;
  bottom: 0;
}

.home_feature_content {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 1;
  padding-right: 20px;
}

@media screen and (min-width:500px) {
  .home_feature_content {
    bottom: 70px;
  }
}

@media screen and (min-width:740px) {
  .home_feature_content {
    bottom: 150px;
  }
}

@media screen and (min-width:980px) {
  .home_feature_content {
    bottom: 200px;
  }
}

.home_feature_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.14286;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

@media screen and (min-width:500px) {
  .home_feature_title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width:740px) {
  .home_feature_title {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

@media screen and (min-width:980px) {
  .home_feature_title {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.home_feature_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  color: #c00026;
  margin-top: 20px;
}

@media screen and (min-width:740px) {
  .home_feature_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.home_feature_link_icon,
.home_feature_link_label {
  display: inline-block;
  vertical-align: middle;
}

.home_feature_link_icon {
  position: relative;
  margin-left: 5px;
}

@media screen and (min-width:740px) {
  .home_feature_link_icon {
    transform: scale(1.5);
  }
}

.home_feature_link:hover {
  color: #5a0012;
}

.home_feature_link:focus,
.home_feature_link:hover {
  background: #c00026;
  color: #fff;
}

@media screen and (min-width:740px) {
  .home_feature_link {
    width: 60%;
    margin: 20px 10px;
  }
}

.home_feature_link .symbol {
  transition: transform .25s;
}

.home_feature_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.filterSelect_container .fs-dropdown-selected {
  width: 100%;
}

.alertTag {
  background: none;
  border-top: none;
}

.resTable {
  background: #f4f6f6;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  padding: 30px 40px;
}

.resTable td {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 2;
  background: #f4f6f6;
  text-align: left;
}

@media screen and (min-width:740px) {
  .resTable td {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.resTable td a {
  position: relative;
  color: #c00026;
}

.resTable td a:after {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #a47326;
  content: "";
  display: block;
}

.resTable td a:hover {
  color: #9a6d28;
}

.blockList {
  width: 100%;
  max-width: 1212px;
  margin: 40px auto;
  padding: 0;
}

@media screen and (max-width:380px) {
  .blockList {
    margin: 40px auto;
  }
}

.blockList li {
  margin: 40px 40px 0 0;
}

@media screen and (min-width:980px) {
  .blockList li {
    margin-right: 52px;
    margin-left: 52px;
  }
}

.blockList li:last-child {
  margin-right: 0;
}

.blockList li div {
  background-blend-mode: normal;
}

.blockList li div:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: hsla(0,2%,8%,.3);
  content: "";
  display: block;
}

.blockList li div.theme_gold {
  background: #9a6d28;
}

.blockList li div.theme_red {
  background: #c00026;
}

.blockList li div.no_cover:before {
  display: none;
}

.blockList a {
  font-family: adelle,serif;
  font-weight: 400;
  max-width: auto;
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  text-shadow: none;
  padding: 0 24px;
}

.blockList a:focus,
.blockList a:hover {
  transform: none;
}

.js .inView {
  animation: none!important;
}

.blockList li {
  background: none;
}

.megaButtons a {
  width: 300px;
  background: #c00026;
}

.megaButtons a:after {
  content: none;
}

.multiBlockList {
  width: 100%;
  margin: 40px 0 40px 40px;
}

.multiBlockList div {
  width: 300px;
}

.multiBlockList h3 {
  text-align: left;
}

.multiBlockList li {
  background: none;
  margin-right: 104px;
}

.multiBlockList li:nth-child(odd) {
  margin-right: 104px;
}

.multiBlockList li:focus h3,
.multiBlockList li:hover h3 {
  transform: none;
}

.multiBlockList li div ul:before {
  content: none;
}

.multiBlockList li div ul li {
  margin: 0!important;
  text-align: left;
}

.multiBlockList li div ul li a {
  border: none;
}

.multiBlockList li div:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0,2%,8%,.3);
  content: "";
  display: block;
  z-index: 0;
}

.multiBlockList li div h3,
.multiBlockList li div ul {
  position: relative;
  z-index: 1;
}

.multiBlockList li div.no_cover:before {
  display: none;
}

.theme_black .blockquote_inner {
  background: #000;
}

.theme_white .blockquote_inner {
  background: #fff;
}

.theme_forest .blockquote_inner {
  background: #3e4c4c;
}

.theme_gray_10 .blockquote_inner {
  background: #f4f6f6;
}

.blockquote {
  padding: 100px 0 90px;
}

.blockquote_text {
  font-family: tablet-gothic,sans-serif;
  color: #c00026;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.22222;
  margin: 0 0 .3em;
}

@media screen and (min-width:740px) {
  .blockquote_text {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.blockquote_cite {
  font-family: adelle,serif;
  color: #635f5f;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
}

.centers {
  margin-bottom: 40px;
}

.centers_header,
.places_header,
.upcoming_events_header {
  margin-bottom: 20px;
}

.centers_header:after,
.places_header:after,
.upcoming_events_header:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width:980px) {
  .centers_header,
  .places_header,
  .upcoming_events_header {
    margin-bottom: 70px;
  }
}

.centers_header_title,
.places_header_title,
.upcoming_events_header_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
}

@media screen and (min-width:500px) {
  .centers_header_title,
  .places_header_title,
  .upcoming_events_header_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.centers_link,
.centers_view_all,
.places_view_all,
.upcoming_events_view_all {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  text-transform: uppercase;
}

.centers_link_icon,
.centers_link_label,
.centers_view_all_icon,
.centers_view_all_label {
  display: inline-block;
  vertical-align: middle;
}

.centers_link_icon,
.centers_view_all_icon {
  position: relative;
  margin-left: 5px;
}

@media screen and (min-width:740px) {
  .centers_link_icon,
  .centers_view_all_icon {
    transform: scale(1.5);
  }
}

.centers_link:hover,
.centers_view_all:hover,
.places_view_all:hover,
.upcoming_events_view_all:hover {
  color: #5a0012;
}

@media screen and (min-width:500px) {
  .centers_link,
  .centers_view_all,
  .places_view_all,
  .upcoming_events_view_all {
    font-size: 16px;
    font-size: 1rem;
  }
}

.centers_link .symbol,
.centers_view_all .symbol,
.places_view_all .symbol,
.upcoming_events_view_all .symbol {
  height: 21px;
  width: 21px;
  display: inline-block;
  fill: #c00026;
  transition: transform .25s;
}

.centers_link:hover .symbol,
.centers_view_all:hover .symbol,
.places_view_all:hover .symbol,
.upcoming_events_view_all:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.centers_article {
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  margin-bottom: 40px;
}

.centers_article_main {
  padding: 0 20px 20px;
}

@media screen and (min-width:980px) {
  .centers_article_main {
    padding: 40px;
  }
}

.centers_photo_image {
  width: 100%;
}

.centers_title {
  font-family: adelle,serif;
  color: #000;
}

.centers_content {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width:980px) {
  .centers_header_title,
  .places_header_title,
  .upcoming_events_header_title {
    float: left;
  }

  .centers_view_all,
  .places_view_all,
  .upcoming_events_view_all {
    float: right;
    margin-top: 52px;
  }

  .centers_main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .centers_article {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }

  .centers_article:last-child,
  .centers_article:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.cta {
  z-index: 2;
}

.cta~section {
  position: relative;
  z-index: 3;
}

.cta:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(hsla(0,0%,48%,.2),hsla(0,0%,48%,0) 100%);
  content: "";
  display: block;
}

.cta_inner {
  position: relative;
  top: -20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
  padding: 20px 0 30px;
}

@media screen and (min-width:500px) {
  .cta_inner {
    top: -40px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width:740px) {
  .cta_inner {
    top: -100px;
  }
}

@media screen and (min-width:980px) {
  .cta_inner {
    padding: 63px 0 70px;
  }
}

.cta_inner .fs-row {
  min-width: 0;
}

.cta_body {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width:980px) {
  .cta_description {
    padding: 0 40px;
  }
}

@media screen and (min-width:1460px) {
  .cta_description {
    padding: 0 120px;
  }
}

.cta_description p {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 2;
  margin: 0;
  text-align: left;
}

@media screen and (min-width:740px) {
  .cta_description p {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
  }
}

.cta_links {
  margin: 25px 0 0;
}

@media screen and (min-width:740px) {
  .cta_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (min-width:980px) {
  .cta_links {
    margin: 55px 0 0;
  }
}

.cta_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  background: #c00026;
  color: #fff;
}

@media screen and (min-width:740px) {
  .cta_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.cta_link_icon,
.cta_link_label {
  display: inline-block;
  vertical-align: middle;
}

.cta_link_icon {
  position: relative;
  margin-left: 5px;
  margin-left: 10px;
}

.cta_link_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
}

.cta_link_icon .symbol {
  width: 12px;
  height: 8px;
  position: relative;
  fill: #c00026;
}

.cta_link:hover {
  color: #5a0012;
}

.cta_link:focus,
.cta_link:hover {
  background: #000;
}

@media screen and (min-width:740px) {
  .cta_link {
    font-family: tablet-gothic,sans-serif;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    line-height: 1;
    padding: 18px 20px 21px;
    text-align: center;
    text-transform: uppercase;
    transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 9px;
    width: 33%;
    margin-right: 23px;
  }
}

@media screen and (min-width:740px) and (min-width:740px) {
  .cta_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

@media screen and (min-width:740px) {
  .cta_link_icon,
  .cta_link_label {
    display: inline-block;
    vertical-align: middle;
  }

  .cta_link_icon {
    position: relative;
    margin-left: 5px;
    margin-left: 10px;
  }

  .cta_link_icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
  }

  .cta_link_icon .symbol {
    width: 12px;
    height: 8px;
    position: relative;
    fill: #c00026;
  }

  .cta_link:hover {
    color: #5a0012;
  }
}

.cta_link:hover {
  color: #fff;
}

.cta_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.cta_link:last-child {
  margin-right: 0;
}

.cta_link .symbol {
  transition: transform .25s;
}

.cta_ic_inner {
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
  padding: 40px 17px 30px;
}

.cta_ic_inner .cta_links {
  margin: 0;
}

.cta_ic_inner .cta_link {
  margin-right: 18px;
}

@media screen and (max-width:1459px) {
  .cta_ic_inner .cta_link {
    font-size: 14px;
    font-size: .875rem;
  }
}

.ctaOne {
  background-size: cover;
  margin: 0;
}

.ctaOne:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.5);
  content: "";
}

.ctaOne .ctaText a {
  position: relative;
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.ctaOne .ctaText a:after {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: #a47326;
  content: "";
  display: block;
}

.ctaOne .ctaText a:hover {
  background: none;
  color: #9a6d28;
}

@media screen and (max-width:979px) {
  .ctaOne {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .ctaOne .ctaText {
    position: relative;
    top: 0;
    padding: 50px 10%;
    transform: translate(0);
  }
}

@media screen and (min-width:500px) {
  .ctaOne {
    min-height: 300px;
  }
}

@media screen and (min-width:740px) {
  .ctaOne {
    min-height: 500px;
  }
}

.ctaText {
  position: relative;
  z-index: 4;
  text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.typography .button_container {
  text-align: center;
}

.typography a.cta_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  background: #c00026;
  color: #fff;
  display: inline-block;
  border-bottom: 0;
  width: auto;
}

@media screen and (min-width:740px) {
  .typography a.cta_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.typography a.cta_link_icon,
.typography a.cta_link_label {
  display: inline-block;
  vertical-align: middle;
}

.typography a.cta_link_icon {
  position: relative;
  margin-left: 5px;
  margin-left: 10px;
}

.typography a.cta_link_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
}

.typography a.cta_link_icon .symbol {
  width: 12px;
  height: 8px;
  position: relative;
  fill: #c00026;
}

.typography a.cta_link:hover {
  color: #5a0012;
}

.typography a.cta_link:focus,
.typography a.cta_link:hover {
  background: #000;
}

.typography a.cta_link:hover {
  color: #fff;
}

.typography a.cta_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.typography a.cta_link:last-child {
  margin-right: 0;
}

.typography a.cta_link .symbol {
  margin-left: 5px;
  display: inline-block;
  transition: transform .25s;
}

.degreeBlock {
  background: #151414;
  border: none;
}

.degreeBlock:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width:959px) and (min-width:0px) {
  .degreeBlock {
    background: #151414;
  }
}

.degrees {
  max-width: 1380px;
  margin: 0;
  padding: 40px 0;
}

@media screen and (min-width:768px) {
  .degrees {
    padding: 80px 0;
  }
}

.degrees h4 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  height: auto;
  color: #c00026;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.16667;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media screen and (max-width:959px) and (min-width:0px) {
  .degrees h4 {
    background: #fff;
    margin-bottom: 0;
    padding: 20px;
  }
}

.degrees h4 b {
  color: inherit;
  display: inline;
  font: inherit;
}

.degrees p {
  font-family: adelle,serif;
  font-weight: 600;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.degrees li,
.degrees p {
  color: #151414;
}

@media screen and (min-width:980px) {
  .degreeTriggers {
    width: 320px;
    position: relative;
    left: -10px;
    margin-top: 40px;
  }
}

.degreeTabs li {
  margin-bottom: 4px;
}

@media screen and (min-width:980px) {
  .degreeTabs li {
    width: 320px!important;
  }
}

.degreeTabs li:before {
  display: none;
}

.degreeTabs li:nth-child(n) {
  background: #dbe3e3;
  background-image: none!important;
  border-bottom: 0;
}

.degreeTabs li.on {
  background: #c00026;
}

.degreeTabs li.on a {
  color: #fff;
}

.degreeTabs li a {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-bottom: 0!important;
  color: #151414;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14286;
  padding: 24px 25px!important;
  transition: background .25s,color .25s;
}

.degreeTabs li a:focus,
.degreeTabs li a:hover {
  background: #c00026;
  color: #fff!important;
}

.degreeTabs li a:focus i,
.degreeTabs li a:hover i {
  color: inherit;
}

.degreeTabs li a i {
  color: inherit;
  font-style: inherit;
  transition: none;
}

@media screen and (min-width:980px) {
  .degreePop {
    width: calc(100% - 320px);
  }
}

.degreePop:nth-child(n) {
  background: #fff;
}

@media screen and (max-width:959px) and (min-width:0px) {
  .degreePop:nth-child(n) {
    border-bottom: 2px solid;
  }
}

.degreePop:nth-child(n) h5 {
  background: #dbe3e3;
  color: #151414;
  transition: background .25s,color .25s;
}

.degreePop:nth-child(n) h5:after {
  color: inherit;
  transition: opacity .25s;
}

@media screen and (max-width:959px) and (min-width:0px) {
  .degreePop:nth-child(n) h5:focus,
  .degreePop:nth-child(n) h5:hover {
    background: #c00026;
    color: #fff;
  }
}

.degreePop:nth-child(n) h5.on {
  background: #c00026;
  color: #fff;
}

@media screen and (max-width:959px) and (min-width:0px) {
  .degreePop:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width:959px) and (min-width:0px) {
  .degreePop .degreeContent {
    background: #fff!important;
    border-top: 0!important;
  }
}

@media screen and (min-width:1220px) {
  .degreePop .degreeContent {
    padding: 80px;
  }
}

@media screen and (max-width:959px) and (min-width:0px) {
  .degreePop .degreeContent.open {
    padding: 20px 20px 40px;
  }
}

.degreeBlock .degreeContent ul {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.71429;
}

@media screen and (max-width:499px) {
  .degreeBlock .degreeContent ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.degreeBlock .degreeContent ul a {
  border-bottom: 2px solid #9a6d28;
  color: #c00026;
  transition: background .25s,border .25s,color .25s;
}

.degreeBlock .degreeContent ul a:focus,
.degreeBlock .degreeContent ul a:hover {
  border-color: #c00026;
  border-bottom-width: 2px;
  color: #9a6d28;
}

.degreeContent .more {
  background: #c00026;
  border: 0;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 16px 20px;
}

@media screen and (max-width:979px) {
  .degreeContent .more {
    margin-bottom: 5px;
  }
}

.degreeContent .more:after {
  display: none;
}

.degreeContent .more:focus,
.degreeContent .more:hover {
  background: #000;
  color: #fff;
}

.degreeContent .more .degrees_view_all_label,
.degreeContent .more .degrees_view_all_symbol {
  display: inline-block;
  vertical-align: middle;
}

.degreeContent .more .symbol {
  transition: transform .25s;
}

.degreeContent .more:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.events_featured {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}

@media screen and (min-width:740px) {
  .events_featured {
    margin-top: 50px;
  }
}

@media screen and (min-width:980px) {
  .events_featured {
    margin-top: 60px;
  }
}

@media screen and (min-width:1460px) {
  .events_featured {
    margin-top: 80px;
  }
}

@media screen and (min-width:740px) {
  .events_featured {
    margin-bottom: 50px;
  }
}

@media screen and (min-width:980px) {
  .events_featured {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:1460px) {
  .events_featured {
    margin-bottom: 80px;
  }
}

@media screen and (max-width:739px) {
  .events_featured:first-child {
    margin-top: 20px;
  }
}

.events_featured_header {
  margin-bottom: 50px;
}

.events_featured_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
  margin: 0;
}

@media screen and (min-width:500px) {
  .events_featured_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width:980px) {
  .events_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px 30px;
  }
}

.event {
  margin-bottom: 35px;
}

@media screen and (min-width:980px) {
  .event {
    width: calc(50% - 50px);
    margin: 0 25px;
  }
}

@media screen and (min-width:1460px) {
  .event {
    width: calc(25% - 50px);
  }
}

.event_time_wrapper {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.event_time_wrapper:after {
  height: 3px;
  width: 100%;
  background: #dbe3e3;
  content: "";
  display: block;
  box-shadow: inset 60px 0 0 0 #c00026;
  margin-top: -5px;
}

@media screen and (min-width:1460px) {
  .event_time_wrapper:after {
    margin-top: 0;
  }
}

.event_details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event_date {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  margin-right: 5px;
}

@media screen and (min-width:1460px) {
  .event_date {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.event_day {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1.2em;
  padding-left: 6px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.event_day_day {
  color: #c00026;
}

.event_time {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #5f6060;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  text-transform: uppercase;
}

.event_title {
  font-family: adelle,serif;
  font-weight: 600;
  color: #000;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.42857;
  margin: 0;
}

@media screen and (min-width:1460px) {
  .event_title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.event_title_link {
  color: #000;
}

.event_title_link:focus,
.event_title_link:hover {
  color: #9a6d28;
}

.events_footer_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  position: relative;
  color: #c00026;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  text-transform: uppercase;
  transition: color .25s ease;
  z-index: 5;
}

.events_footer_link_icon,
.events_footer_link_label {
  display: inline-block;
  vertical-align: middle;
}

.events_footer_link_icon {
  position: relative;
  margin-left: 5px;
}

@media screen and (min-width:740px) {
  .events_footer_link_icon {
    transform: scale(1.5);
  }
}

.events_footer_link:hover {
  color: #5a0012;
}

.events_footer_link .symbol {
  transition: transform .25s;
}

.events_footer_link:focus,
.events_footer_link:hover {
  color: #5a0012;
}

.events_footer_link:focus .symbol,
.events_footer_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.events_footer_link_icon {
  transform: scale(1.5);
}

.event_next_prev_month:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width:980px) {
  .event_next_prev_month {
    display: none;
  }
}

.event_next_prev_month a {
  width: 50%;
  color: #c00026;
  display: inline-block;
  float: left;
}

.event_next_prev_month a:last-child {
  float: right;
  text-align: right;
}

.advEventList {
  background: #f4f6f6;
}

@media screen and (min-width:980px) {
  .advEventList {
    padding-top: 70px;
  }
}

.advEventList h3 {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
}

@media screen and (min-width:500px) {
  .advEventList h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width:980px) {
  .advEventList h3 {
    float: left;
  }
}

.advEventList .places_view_all {
  color: #c00026;
}

.advEvents {
  max-width: none;
  margin-top: 80px;
}

.eventTriggers {
  width: 320px;
  margin-left: -120px;
}

.eventTriggers li {
  width: auto;
  background: #dbe3e3;
}

.eventTriggers li:before {
  content: none;
}

.eventTriggers li.on {
  width: 100%;
  background: #c00026;
}

.eventTriggers li.on a {
  padding: 20px 24px 24px;
}

.eventTriggers li.on a i {
  color: #fff;
}

.eventTriggers li a {
  padding: 20px 24px 24px;
}

.eventTriggers li a,
.eventTriggers li a i {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 21px;
  font-size: 1.3125rem;
}

.eventTriggers li a i {
  display: inline-block;
}

.eventTriggers li a:hover {
  background: #c00026;
  color: #fff;
}

.eventTriggers li a:hover i {
  color: #fff;
}

.eventPops {
  width: 95%;
}

.eventPop {
  border-bottom: 0;
}

.eventPop a .eventTitle {
  font-family: tablet-gothic,sans-serif;
  font-weight: 400;
  color: #c00026;
}

.eventPop a .eventTitle:focus,
.eventPop a .eventTitle:hover {
  color: #000;
}

.eventDate {
  height: auto;
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.eventDate:after {
  height: 3px;
  width: 100%;
  background: #dbe3e3;
  content: "";
  display: block;
  box-shadow: inset 60px 0 0 0 #c00026;
}

.eventDate .month {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.eventDate .day,
.eventDate .month {
  height: auto;
  width: auto;
  background: none;
  display: inline-block;
  font-family: tablet-gothic,sans-serif;
  color: #000;
}

.eventDate .day {
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  margin-right: 5px;
}

.eventDetails {
  font-family: tablet-gothic,sans-serif;
  font-weight: 400;
}

.eventDetails h3 {
  font-family: adelle,serif;
  font-weight: 600;
  color: #000;
}

.eventDetails a:not(.but-f) {
  color: #c00026;
}

.eventDetails a:not(.but-f):focus,
.eventDetails a:not(.but-f):hover {
  color: #000;
}

.eventDetails a.cta_link,
.eventDetails a.cta_link:hover {
  color: #fff;
}

.eventInfo {
  margin-left: 0;
}

.our_faculty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width:500px) {
  .our_faculty {
    margin: 0 -10px;
  }
}

.our_faculty .places_learn_more {
  width: 100%;
  display: block;
}

.our_faculty .no_results {
  padding: 25px 0;
  display: none;
}

.our_faculty_person {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 60px 0 0;
}

@media screen and (min-width:500px) {
  .our_faculty_person {
    width: calc(50% - 20px);
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 40px;
  }
}

@media screen and (min-width:980px) {
  .our_faculty_person {
    width: calc(33% - 20px);
  }
}

.faculty_photo {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 40px;
}

.faculty_photo img {
  border-radius: 50%;
}

.faculty_link {
  height: 100%;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faculty_info_container {
  padding: 58px 40px;
}

.faculty_name {
  font-family: adelle,serif;
  color: #000;
  font-size: 25px;
  font-size: 1.5625rem;
  text-transform: none;
}

.faculty_title {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
}

.give {
  background: #f4f6f6;
  padding: 80px 0 100px;
}

@media screen and (min-width:980px) {
  .give_inner {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.give_body {
  margin-bottom: 40px;
}

@media screen and (min-width:980px) {
  .give_body {
    width: calc(100% - 310px);
    margin-bottom: 0;
    padding-right: 130px;
  }
}

.give_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #c00026;
  margin: 0 0 10px;
}

@media screen and (min-width:500px) {
  .give_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.give_caption {
  font-family: adelle,serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}

.give_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  color: #c00026;
  display: block;
}

@media screen and (min-width:740px) {
  .give_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.give_link_icon,
.give_link_label {
  display: inline-block;
  vertical-align: middle;
}

.give_link_icon {
  position: relative;
  margin-left: 5px;
}

@media screen and (min-width:740px) {
  .give_link_icon {
    transform: scale(1.5);
  }
}

.give_link:hover {
  color: #5a0012;
}

.give_link:focus,
.give_link:hover {
  background: #c00026;
  color: #fff;
}

@media screen and (min-width:980px) {
  .give_link {
    width: 310px;
  }
}

.give_link .symbol {
  transition: transform .25s;
}

.give_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.news_featured {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (min-width:740px) {
  .news_featured {
    margin-top: 100px;
  }
}

@media screen and (min-width:980px) {
  .news_featured {
    margin-top: 120px;
  }
}

@media screen and (min-width:1460px) {
  .news_featured {
    margin-top: 160px;
  }
}

@media screen and (min-width:740px) {
  .news_featured {
    margin-bottom: 100px;
  }
}

@media screen and (min-width:980px) {
  .news_featured {
    margin-bottom: 120px;
  }
}

@media screen and (min-width:1460px) {
  .news_featured {
    margin-bottom: 160px;
  }
}

.news_featured_header {
  margin-bottom: 50px;
}

.news_featured_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
  margin: 0;
}

@media screen and (min-width:500px) {
  .news_featured_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.news_featured_box_wrapper .stories {
  padding: 50px 0 0;
}

.news_featured_box_wrapper .stories .fs-row {
  margin: 0;
}

.news_featured_box {
  min-height: 338px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.16);
  margin: 0 0 15px;
}

@media screen and (min-width:740px) {
  .news_featured_box {
    height: 338px;
  }
}

.news_featured_background_wrap {
  position: relative;
  height: 169px;
}

@media screen and (min-width:500px) {
  .news_featured_background_wrap {
    position: static;
    height: auto;
  }
}

.news_featured_background {
  height: 100%;
}

@media screen and (min-width:500px) {
  .news_featured_background {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.news_featured_description {
  padding: 25px;
}

@media screen and (min-width:500px) {
  .news_featured_description {
    width: 50%;
    float: right;
    padding: 20px;
  }
}

@media screen and (min-width:740px) {
  .news_featured_description {
    padding: 30px;
  }
}

@media screen and (min-width:980px) {
  .news_featured_description {
    padding: 60px;
  }
}

.news_featured_date {
  font-weight: 700;
  border-bottom: 3px solid #5f6060;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.news_featured_date,
.news_featured_link {
  font-family: tablet-gothic,sans-serif;
  text-transform: uppercase;
}

.news_featured_link {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  text-align: left;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  font-family: adelle,serif;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
}

@media screen and (min-width:500px) {
  .news_featured_link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.news_featured_link:hover {
  color: #9a6d28;
}

.news_featured_link_icon,
.news_featured_link_label {
  display: inline-block;
  vertical-align: middle;
}

.news_featured_link_icon {
  position: relative;
  margin-left: 5px;
  margin-left: 10px;
}

.news_featured_link_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
}

.news_featured_link_icon .symbol {
  width: 12px;
  height: 8px;
  position: relative;
  fill: #c00026;
}

.news_featured_link:hover {
  color: #5a0012;
}

.news_featured_link .spotlight_link_icon {
  color: #c00026;
}

.news_featured_link:focus,
.news_featured_link:hover {
  color: #9a6d28;
}

@media screen and (min-width:740px) {
  .news_featured_link {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.news_featured_link .symbol {
  transition: transform .25s;
}

.news_featured_link:focus .symbol,
.news_featured_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.news_featured_link_label {
  display: inline;
}

.news_featured_link_icon:before {
  background: #c00026;
}

.news_featured_link_icon .symbol {
  fill: #fff;
}

.news_featured_footer_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  position: relative;
  color: #c00026;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  text-transform: uppercase;
  transition: color .25s ease;
  z-index: 5;
}

.news_featured_footer_link_icon,
.news_featured_footer_link_label {
  display: inline-block;
  vertical-align: middle;
}

.news_featured_footer_link_icon {
  position: relative;
  margin-left: 5px;
}

@media screen and (min-width:740px) {
  .news_featured_footer_link_icon {
    transform: scale(1.5);
  }
}

.news_featured_footer_link:hover {
  color: #5a0012;
}

.news_featured_footer_link .symbol {
  transition: transform .25s;
}

.news_featured_footer_link:focus,
.news_featured_footer_link:hover {
  color: #5a0012;
}

.news_featured_footer_link:focus .symbol,
.news_featured_footer_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.news_featured_footer_link_icon {
  transform: scale(1.5);
}

@media screen and (min-width:980px) {
  .news_featured_details {
    display: none;
  }
}

.news_featured_detail_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  color: #c00026;
}

@media screen and (min-width:740px) {
  .news_featured_detail_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.news_featured_detail_link_icon,
.news_featured_detail_link_label {
  display: inline-block;
  vertical-align: middle;
}

.news_featured_detail_link_icon {
  position: relative;
  margin-left: 5px;
}

@media screen and (min-width:740px) {
  .news_featured_detail_link_icon {
    transform: scale(1.5);
  }
}

.news_featured_detail_link:hover {
  color: #5a0012;
}

@media screen and (min-width:980px) {
  .places_header {
    margin-bottom: 30px;
  }
}

.places_group:after {
  clear: both;
  content: "";
  display: table;
}

.places_place {
  background: #000;
  border-radius: 3px;
  float: left;
  margin-bottom: 24px;
}

.places_place:nth-child(2n) {
  float: right;
}

@media screen and (min-width:740px) {
  .places_place {
    width: calc(50% - 12px);
  }
}

.places_figure {
  position: relative;
}

.places_figure:after {
  background: #000;
  background: linear-gradient(0deg,#000,transparent);
  height: 42%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  opacity: .85;
  z-index: 1;
}

.places_caption {
  font-family: tablet-gothic,sans-serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 18px 20px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0,0,0,.5);
  z-index: 2;
}

@media screen and (min-width:980px) {
  .places_caption {
    padding: 18px 40px;
  }
}

.places_learn_more {
  font-family: tablet-gothic,sans-serif;
  font-weight: 500;
  height: 52px;
  color: #fff;
  display: block;
  background: #c00026;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 52px;
  padding: 0 40px;
  text-transform: uppercase;
}

.places_learn_more .symbol {
  display: inline-block;
}

.places_learn_more:hover {
  background: #000;
}

.places_learn_more .symbol {
  transition: transform .25s;
}

.places_learn_more:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.course_list {
  padding: 40px 0;
}

.course_list:after {
  clear: both;
  content: "";
  display: table;
}

.course_list:nth-child(odd) {
  background: #f4f6f6;
}

.course_list_image {
  width: 155px;
  height: 155px;
  position: relative;
  background: #c00026;
}

@media screen and (min-width:740px) {
  .course_list_image {
    float: left;
  }
}

@media screen and (min-width:980px) {
  .course_list_image {
    width: 287px;
    height: 287px;
  }
}

.course_list_image img {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}

.course_list_area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width:980px) {
  .course_list_area {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 0 40px;
  }
}

@media screen and (min-width:740px) {
  .course_list_image+.course_list_courses {
    width: calc(100% - 167px);
    float: right;
  }
}

@media screen and (min-width:980px) {
  .course_list_image+.course_list_courses {
    width: calc(100% - 367px);
  }
}

.course_list_course {
  border-bottom: 1px solid #dbe3e3;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.course_list_course a {
  position: relative;
  color: #000;
  display: block;
  padding: 11px 26px 6px 0;
}

.course_list_course a:hover {
  color: #c00026;
}

.course_list_course .symbol {
  height: 21px;
  width: 21px;
  position: absolute;
  right: 0;
  bottom: 6px;
  fill: #c00026;
  float: right;
  transition: transform .25s;
}

.course_list_course:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.spotlight {
  position: relative;
}

@media screen and (min-width:740px) {
  .spotlight {
    padding: 0 0 50px;
  }
}

@media screen and (min-width:980px) {
  .spotlight {
    padding: 0 0 100px;
  }
}

.spotlight_header {
  max-width: 930px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

@media screen and (min-width:740px) {
  .spotlight_header {
    margin-bottom: 100px;
  }
}

@media screen and (min-width:980px) {
  .spotlight_header {
    margin-bottom: 175px;
  }
}

.spotlight_caption {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin: 0 0 40px;
}

@media screen and (min-width:740px) {
  .spotlight_caption {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

@media screen and (min-width:740px) {
  .spotlight_links {
    max-width: 815px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}

.spotlight_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  color: #c00026;
  display: block;
}

@media screen and (min-width:740px) {
  .spotlight_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.spotlight_link_icon,
.spotlight_link_label {
  display: inline-block;
  vertical-align: middle;
}

.spotlight_link_icon {
  position: relative;
  margin-left: 5px;
}

@media screen and (min-width:740px) {
  .spotlight_link_icon {
    transform: scale(1.5);
  }
}

.spotlight_link:hover {
  color: #5a0012;
}

.spotlight_link:focus,
.spotlight_link:hover {
  background: #c00026;
  color: #fff;
}

@media screen and (min-width:740px) {
  .spotlight_link {
    width: 50%;
    margin: 0 10px;
  }
}

.spotlight_link .symbol {
  transition: transform .25s;
}

.spotlight_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.spotlight_body:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width:740px) {
  .spotlight_body {
    margin: 0 -10px;
  }
}

.spotlight_item {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  margin-bottom: 20px;
}

@media screen and (min-width:740px) {
  .spotlight_item {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
  }
}

@media screen and (min-width:980px) {
  .spotlight_item {
    width: calc(50% - 70px);
    margin: 0 35px;
  }
}

.spotlight_item_header {
  position: relative;
  border-radius: 5px 5px 0 0;
  padding: 20px;
}

@media screen and (min-width:980px) {
  .spotlight_item_header {
    padding: 20px 40px 45px;
  }
}

.spotlight_item_header.theme_background {
  background: #c00026;
  padding-top: 140px;
}

@media screen and (min-width:500px) {
  .spotlight_item_header.theme_background {
    padding-top: 220px;
  }
}

@media screen and (min-width:740px) {
  .spotlight_item_header.theme_background {
    padding-top: 140px;
  }
}

@media screen and (min-width:980px) {
  .spotlight_item_header.theme_background {
    padding-top: 260px;
    padding-bottom: 35px;
  }
}

.spotlight_item_header.theme_image {
  background: #fff;
  margin-top: 60px;
}

@media screen and (min-width:740px) {
  .spotlight_item_header.theme_image {
    margin-top: 0;
  }
}

.spotlight_item_background {
  border-radius: 5px 5px 0 0;
}

.spotlight_item_background,
.spotlight_item_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.spotlight_item_background:before {
  z-index: 2;
  background: linear-gradient(0deg,rgba(0,0,0,.4),transparent 50%);
  content: "";
}

.spotlight_item_image {
  max-width: 100px;
  border-radius: 50%;
  margin-top: -60px;
  margin-bottom: 10px;
}

@media screen and (min-width:980px) {
  .spotlight_item_image {
    max-width: 150px;
  }
}

@media screen and (min-width:1460px) {
  .spotlight_item_image {
    max-width: 200px;
  }
}

.spotlight_item_title {
  position: relative;
  z-index: 4;
}

.theme_background .spotlight_item_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1.42857;
  margin: 0;
}

@media screen and (min-width:980px) {
  .theme_background .spotlight_item_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
  }
}

.theme_image .spotlight_item_title {
  font-family: adelle,serif;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  margin: 0;
}

@media screen and (min-width:980px) {
  .theme_image .spotlight_item_title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.spotlight_item_caption {
  display: none;
}

@media screen and (min-width:980px) {
  .spotlight_item_caption {
    font-family: adelle,serif;
    font-weight: 300;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin: 0;
  }
}

.spotlight_item_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  background: #c00026;
  border-radius: 0 0 5px 5px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}

@media screen and (min-width:740px) {
  .spotlight_item_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.spotlight_item_link_icon,
.spotlight_item_link_label {
  display: inline-block;
  vertical-align: middle;
}

.spotlight_item_link_icon {
  position: relative;
  margin-left: 5px;
}

@media screen and (min-width:740px) {
  .spotlight_item_link_icon {
    transform: scale(1.5);
  }
}

.spotlight_item_link:hover {
  color: #5a0012;
}

.spotlight_item_link:focus,
.spotlight_item_link:hover {
  background: #000;
}

.spotlight_item_link:hover {
  color: #fff;
}

@media screen and (min-width:980px) {
  .spotlight_item_link {
    padding-left: 40px;
  }
}

.spotlight_item_link .symbol {
  transition: transform .25s;
}

.spotlight_item_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.stats {
  background: linear-gradient(hsla(0,0%,48%,.2),hsla(0,0%,48%,0) 100%);
}

.stats_carousel {
  padding: 0 5px;
}

@media screen and (min-width:1460px) {
  .stats_carousel {
    padding: 0 13px;
  }
}

.stats_carousel .fs-carousel-controls {
  display: none!important;
}

.stat_wrapper {
  padding: 10px 5px;
}

@media screen and (min-width:1460px) {
  .stat_wrapper {
    padding: 26px 13px;
  }
}

.stat {
  height: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
  display: block;
  padding: 50px 30px;
  transition: background-color .25s;
}

.no-touchevents .stat:focus,
.no-touchevents .stat:hover {
  background: #c00026;
}

.no-touchevents .stat:focus .stat_label_hint,
.no-touchevents .stat:focus .stat_label_icon,
.no-touchevents .stat:focus .stat_subtitle,
.no-touchevents .stat:focus .stat_title,
.no-touchevents .stat:hover .stat_label_hint,
.no-touchevents .stat:hover .stat_label_icon,
.no-touchevents .stat:hover .stat_subtitle,
.no-touchevents .stat:hover .stat_title {
  color: #fff;
  background: #c00026;
  transition: background-color 5s;
}

.stat_label_hint,
.stat_label_icon,
.stat_subtitle,
.stat_title {
  transition: color .25s;
}

.stat_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  color: #c00026;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 8px;
  transition: background-color 0s;
}

@media screen and (min-width:1460px) {
  .stat_title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 13px;
  }
}

.stat_subtitle {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 8px;
  transition: background-color 0s;
}

@media screen and (min-width:1460px) {
  .stat_subtitle {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 13px;
  }
}

.stat_label {
  display: block;
}

.stat_label_hint {
  font-family: adelle,serif;
  font-weight: 300;
  color: #000;
  display: inline;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  transition: color .25s,background-color 0s;
}

@media screen and (min-width:1460px) {
  .stat_label_hint {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
    margin-right: 3px;
  }

  .stat:hover .stat_label_hint {
    color: #9a6d28;
  }
}

.stat_label_icon {
  color: #c00026;
  display: inline-block;
  transition: transform .25s,background-color 0s;
}

.no-touchevents .stat:focus .stat_label_icon,
.no-touchevents .stat:hover .stat_label_icon {
  transform: rotate(45deg) scale(1);
}

@media screen and (min-width:1460px) {
  .stat_label_icon {
    transform-origin: center;
    transform: rotate(0deg) scale(1.5);
  }

  .no-touchevents .stat:focus .stat_label_icon,
  .no-touchevents .stat:hover .stat_label_icon {
    transform: rotate(45deg) scale(1.5);
  }
}

.stories {
  padding: 30px 0;
}

@media screen and (min-width:980px) {
  .stories {
    padding: 70px 0;
  }
}

.stories.theme_news_landing {
  padding: 50px 0 0;
}

.news_featured_box_wrapper+.stories {
  padding-top: 0;
}

.theme_black .stories_inner {
  background: #000;
}

.theme_white .stories_inner {
  background: #fff;
}

.theme_forest .stories_inner {
  background: #3e4c4c;
}

.theme_gray_10 .stories_inner {
  background: #f4f6f6;
}

.stories_header {
  width: 100%;
}

@media screen and (min-width:980px) {
  .stories_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.stories_header_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
  padding-right: 20px;
}

@media screen and (min-width:500px) {
  .stories_header_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width:979px) {
  .stories_header_title {
    margin-bottom: .1em;
  }
}

.stories_header_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  color: #c00026;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
}

@media screen and (min-width:500px) {
  .stories_header_link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.stories_header_link:hover {
  color: #9a6d28;
}

.stories_header_link_icon,
.stories_header_link_label {
  display: inline-block;
  vertical-align: middle;
}

.stories_header_link_icon {
  position: relative;
  margin-left: 5px;
  margin-left: 10px;
}

.stories_header_link_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
}

.stories_header_link_icon .symbol {
  width: 12px;
  height: 8px;
  position: relative;
  fill: #c00026;
}

.stories_header_link:hover {
  color: #5a0012;
}

@media screen and (max-width:979px) {
  .stories_header_link {
    margin-bottom: .9em;
  }
}

.stories_header_link:hover .stories_header_link_icon:before {
  background: #000;
}

.stories_header_link .symbol {
  transition: transform .25s;
}

.stories_header_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.stories_header_link_label {
  display: inline;
  text-transform: uppercase;
}

.stories_header_link_icon:before {
  background: #c00026;
  transition: background .25s;
}

.stories_header_link_icon .symbol {
  fill: #fff;
}

@media screen and (min-width:740px) {
  .stories_list {
    overflow: hidden;
  }
}

.stories_list_item {
  margin: 0 30px 30px 0;
}

@media screen and (min-width:500px) {
  .stories_list_item {
    float: left;
    width: calc(50% - 15px);
  }

  .stories_list_item:nth-child(2n) {
    margin-right: 0;
  }

  .news_listing_stories .stories_list_item:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width:980px) {
  .stories_list_item {
    float: left;
    margin-right: 50px;
    width: calc(25% - 37.5px);
  }

  .stories_list_item:nth-child(2n) {
    margin-right: 50px;
  }

  .stories_list_item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width:1460px) {
  .stories_list_item {
    margin-bottom: 0;
  }
}

.stories_list_item_link_wrap {
  display: block;
}

.stories_list_item_link_wrap:focus .stories_list_item_link,
.stories_list_item_link_wrap:hover .stories_list_item_link {
  color: #9a6d28;
}

.stories_list_item_title {
  font-family: adelle,serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556em;
  margin-top: 24px;
  text-align: left;
}

.stories_list_item_link {
  color: #000;
  line-height: inherit;
  margin-bottom: 0;
  transition: color .25s ease;
}

.stories_list_item_link:focus,
.stories_list_item_link:hover {
  color: #9a6d28;
}

.stories_list_item_date {
  font-family: tablet-gothic,sans-serif;
  position: relative;
  color: #5f6060;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  padding-top: 10px;
  text-transform: uppercase;
}

.stories_list_item_date:before {
  height: 2px;
  width: 23px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #c00026;
  content: "";
  display: block;
}

.upcoming_events {
  background: #f4f6f6;
  padding: 120px 0 80px;
}

.upcoming_events_header_title {
  color: #000;
}

.upcoming_events_wrapper {
  position: relative;
}

.upcoming_events_wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.upcoming_events_tabs_wrapper {
  width: 320px;
  float: right;
  padding-top: 40px;
}

.upcoming_events_tab {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  background: #dbe3e3;
  color: #000;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 4px;
  padding: 24px;
}

.upcoming_events_events {
  background: #fff;
  width: calc(100% - 312px);
}

.visual_callout {
  position: relative;
}

@media screen and (min-width:740px) {
  .visual_callout {
    height: 686px;
  }
}

@media screen and (min-width:980px) {
  .visual_callout {
    height: 810px;
  }
}

.visual_callout_background_wrap {
  height: 180px;
  position: relative;
}

@media screen and (min-width:500px) {
  .visual_callout_background_wrap {
    height: 240px;
  }
}

@media screen and (min-width:740px) {
  .visual_callout_background_wrap {
    height: auto;
    position: static;
  }
}

.visual_callout_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.visual_callout_box {
  position: relative;
  padding: 30px 0 0;
}

@media screen and (min-width:740px) {
  .visual_callout_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 390px;
    background: #fff;
    border-radius: 3px;
    padding: 60px 40px 40px;
  }
}

.visual_callout_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
  margin: 0 0 15px;
}

@media screen and (min-width:500px) {
  .visual_callout_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.visual_callout_description p {
  font-family: adelle,serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}

.visual_callout_links {
  margin: 28px 0 0;
}

.visual_callout_link {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
  background: #c00026;
  color: #fff;
}

@media screen and (min-width:740px) {
  .visual_callout_link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.visual_callout_link_icon,
.visual_callout_link_label {
  display: inline-block;
  vertical-align: middle;
}

.visual_callout_link_icon {
  position: relative;
  margin-left: 5px;
  margin-left: 10px;
}

.visual_callout_link_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
}

.visual_callout_link_icon .symbol {
  width: 12px;
  height: 8px;
  position: relative;
  fill: #c00026;
}

.visual_callout_link:hover {
  color: #5a0012;
}

.visual_callout_link:focus,
.visual_callout_link:hover {
  background: #000;
}

.visual_callout_link:hover {
  color: #fff;
}

.visual_callout_link .symbol {
  transition: transform .25s;
}

.visual_callout_link:hover .symbol {
  transform: rotate(45deg) scale(1);
}

.call_to_action {
  background: #f4f6f6;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  margin: 50px 0;
  padding: 30px 40px;
}

.call_to_action .cta_link {
  width: auto;
}

.call_to_action.call_to_action_red {
  background: #c00026;
  color: #fff;
}

.call_to_action.call_to_action_red a {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.call_to_action.call_to_action_red .cta_link_icon:before {
  background: #c00026;
}

.call_to_action.call_to_action_red .cta_link_icon .symbol {
  fill: #fff;
}

.call_to_action.call_to_action_red .cta_link {
  background: #fff;
  color: #c00026;
}

.call_to_action.call_to_action_red .cta_link:hover {
  background: #000;
  color: #fff;
}

.call_to_action.call_to_action_red .cta_link:hover .cta_link_icon:before {
  background: #fff;
}

.call_to_action.call_to_action_red .cta_link:hover .cta_link_icon .symbol {
  fill: #000;
}

.full_width_callouts .call_to_action {
  padding: 40px;
}

@media screen and (min-width:980px) {
  .full_width_callouts .call_to_action {
    padding: 50px 80px;
  }
}

.call_to_action_content {
  padding-bottom: 16px;
}

.call_to_action_content:last-child {
  padding-bottom: 0;
}

.call_to_action_content p:last-child {
  margin: 0;
}

.call_to_action_content a {
  color: #c00026;
  text-decoration: underline;
  transition: color .25s ease;
}

.call_to_action_content a:focus,
.call_to_action_content a:hover {
  color: #000;
}

.file {
  margin-bottom: 32px;
}

.fileTitle {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}

.fileTitle a {
  color: #000;
  -o-border-image: none;
  border-image: none;
  border-bottom: 2px solid #9a6d28;
}

.fileTitle a:focus,
.fileTitle a:hover {
  color: #9a6d28;
  background-color: transparent;
}

ul.fileList .file .fileMeta {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  padding-top: 4px;
}

.photo_gallery {
  position: relative;
  padding: 24px;
  background: #f4f6f6;
}

.photo_gallery_photo_image {
  width: 100%;
  height: auto;
}

.photo_gallery_caption {
  padding-top: 16px;
}

.photo_gallery_caption p {
  line-height: 24px;
  margin: 0;
}

.photo_gallery_caption p,
.photo_gallery_indicator {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}

.photo_gallery_indicator {
  font-family: tablet-gothic,sans-serif;
  font-weight: 500;
  margin-right: 32px;
}

.photo_gallery_control {
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-24px);
}

.photo_gallery_control span {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.photo_gallery_control span.focusable:active,
.photo_gallery_control span.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.photo_gallery_prev {
  left: 0;
}

.photo_gallery_next {
  right: 0;
}

.symbol_circle_arrow_left_red {
  width: 48px;
  height: 48px;
}

.landing_page_full,
.places_landing {
  padding: 60px 0;
}

@media screen and (min-width:980px) {
  .landing_page_full,
  .places_landing {
    padding: 100px 0;
  }
}

.facultyBlock a {
  height: 300px;
}

.content_full_width,
.ortho_home_page {
  padding: 10px 0;
}

.featured_stories {
  padding-top: 60px;
}

@media screen and (min-width:980px) {
  .featured_stories {
    padding-top: 100px;
  }
}

.featured_stories_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
}

@media screen and (min-width:500px) {
  .featured_stories_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width:980px) {
  .featured_stories_cards {
    display: -ms-flexbox;
    display: flex;
  }
}

.featured_stories_card {
  max-width: 600px;
  margin-bottom: 50px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
  padding-bottom: 50px;
}

.theme_black .featured_stories_card {
  background: #000;
}

.theme_white .featured_stories_card {
  background: #fff;
}

.theme_forest .featured_stories_card {
  background: #3e4c4c;
}

.theme_gray_10 .featured_stories_card {
  background: #f4f6f6;
}

@media screen and (min-width:980px) {
  .featured_stories_card {
    -ms-flex: 1;
    flex: 1;
    margin-right: 50px;
    padding-bottom: 100px;
  }
}

.featured_stories_card a {
  display: block;
}

.featured_stories_card a:focus .featured_stories_card_link,
.featured_stories_card a:hover .featured_stories_card_link {
  color: #9a6d28;
}

.featured_stories_card_image {
  width: 100%;
  display: block;
}

.featured_stories_card_date {
  font-family: tablet-gothic,sans-serif;
  position: relative;
  color: #5f6060;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  padding: 27px 20px 14px;
  text-transform: uppercase;
}

.featured_stories_card_title {
  border-bottom: 3px solid #b6b6b6;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.53846;
  margin: 0 20px;
  padding-bottom: 17px;
}

@media screen and (min-width:500px) {
  .featured_stories_card_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (min-width:500px) {
  .featured_stories_card_date {
    padding: 27px 40px 14px;
  }

  .featured_stories_card_title {
    margin: 0 40px;
  }
}

.featured_stories_card_link {
  color: #000;
  line-height: inherit;
  transition: color .25s ease;
}

.news_detail {
  padding: 40px 0 0;
}

.news_detail_date {
  font-family: tablet-gothic,sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0 20px;
}

.prevNextList {
  padding: 60px 0 0;
}

@media screen and (min-width:980px) {
  .prevNextList {
    padding: 50px 0 0;
  }
}

@media screen and (min-width:450px) {
  .prevNextList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.prevNextList li:nth-child(2n) {
  padding-left: 10px;
}

.prevNextList li:nth-child(odd) {
  padding-right: 10px;
}

.storyLink a .storyTitle {
  min-height: 75px;
}

.news_listing {
  padding-top: 10px;
}

@media screen and (min-width:500px) {
  .news_listing {
    padding-top: 50px;
  }
}

.news_listing_stories:after {
  clear: both;
  content: "";
  display: table;
}

.news_listing_stories .stories_list_item {
  margin-right: 0;
  padding-bottom: 30px;
}

@media screen and (min-width:500px) {
  .news_listing_stories .stories_list_item {
    width: 50%;
    float: left;
  }

  .news_listing_stories .stories_list_item:nth-child(odd) {
    padding-right: 27px;
  }

  .news_listing_stories .stories_list_item:nth-child(2n) {
    padding-left: 27px;
  }
}

@media screen and (min-width:980px) {
  .news_listing_stories .stories_list_item_image_link {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 8px;
  }

  .news_listing_stories .stories_list_item_image {
    width: 32%;
  }

  .news_listing_stories .stories_list_item_info {
    width: 68%;
    padding-left: 24px;
  }

  .news_listing_stories .stories_list_item_title {
    margin-top: 0;
  }
}

.news_listing_title {
  font-family: tablet-gothic,sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.16667;
  text-align: left;
  color: #000;
}

@media screen and (min-width:500px) {
  .news_listing_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.news_listing_pagination {
  padding: 0 0 60px;
}

@media screen and (min-width:500px) {
  .news_listing_pagination {
    padding: 20px 0 100px;
  }
}

.career_services_news_landing {
  padding: 0;
}

.newsList li {
  padding-bottom: 30px;
}

.newsList h3 {
  color: #000;
  margin-top: 0;
}

.newsList a {
  font-family: tablet-gothic,sans-serif;
  font-weight: 400;
  color: #c00026;
}

.newsList a:focus,
.newsList a:hover {
  color: #000;
}

.page_feature .fs-background {
  position: relative;
  padding-bottom: 42%;
}

.page_feature .fs-background:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.25);
  content: "";
  display: block;
}

.ctaDefault .but-b,
form button.submit-but {
  font-family: tablet-gothic,sans-serif;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1;
  padding: 18px 20px 21px;
  text-align: center;
  text-transform: uppercase;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  border: 0;
  background: #000;
  color: #fff;
}

@media screen and (min-width:740px) {
  .ctaDefault .but-b,
  form button.submit-but {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px 19px;
  }
}

.ctaDefault .but-b .cta_link_icon:before,
form button.submit-but .cta_link_icon:before {
  background: #fff;
}

.ctaDefault .but-b .cta_link_icon .symbol,
form button.submit-but .cta_link_icon .symbol {
  fill: #c00026;
}

.ctaDefault .but-b:after,
form button.submit-but:after {
  display: none;
}

.ctaDefault {
  background: #f4f6f6;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.ctaDefault .but-b {
  background: #c00026;
  padding-top: 19px;
}

.ctaDefault .but-b .spotlight_link_icon {
  transition: transform .25s;
}

.ctaDefault .but-b:hover {
  background: #000;
}

.ctaDefault .but-b:hover .spotlight_link_icon {
  transform: rotate(45deg) scale(1.5);
}

form button.submit-but {
  background: #c00026;
  padding: 19px 20px;
}

form button.submit-but .spotlight_link_icon {
  transition: transform .25s;
}

form button.submit-but:hover {
  background: #000;
  border: 0;
}

form button.submit-but:hover .spotlight_link_icon {
  transform: rotate(45deg) scale(1.5);
}

.pagination:after {
  clear: both;
  content: "";
  display: table;
}

.pagination_arrow {
  display: inline-block;
  float: left;
}

.pagination_arrow_left .pagination_arrow_icon {
  padding-top: 6px;
  padding-left: 7px;
}

.pagination_arrow_right .pagination_arrow_icon {
  padding-top: 6px;
  padding-left: 9px;
}

.pagination_arrow_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.pagination_arrow_label.focusable:active,
.pagination_arrow_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.pagination_arrow_icon {
  height: 22px;
  width: 22px;
  background: #9a6d28;
  border-radius: 50%;
  display: inline-block;
  transition: background .25s;
}

.pagination_arrow:hover .pagination_arrow_icon {
  background: #c00026;
}

.pagination_nav {
  float: left;
  font-size: 0;
  line-height: 0;
  padding: 0 10px;
}

.pagination_link {
  font-family: tablet-gothic,sans-serif;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 11px 4px;
}

@media screen and (min-width:740px) {
  .pagination_link {
    padding: 11px 10px;
  }
}

a.pagination_link.active {
  color: #c00026;
}

a.pagination_link:hover {
  color: #9a6d28;
}

.typography .pagination_arrow:after,
.typography .pagination_link:after {
  display: none;
}

.typography .pagination_link {
  padding-top: 15px;
}

@media print {
  .fs-carousel-canister {
    width: 100%!important;
    transform: none!important;
  }
}

@media print {
  .fs-carousel-item {
    height: auto!important;
    width: 100%!important;
  }
}

@media print {
  .fs-carousel-controls {
    display: none;
  }
}

.fs-carousel-control {
  cursor: default;
  pointer-events: none;
}

.fs-carousel-control.fs-carousel-visible {
  cursor: pointer;
  pointer-events: auto;
}

.fs-carousel-pagination {
  text-align: center;
}

@media print {
  .fs-carousel-pagination {
    display: none;
  }
}

.fs-carousel-page {
  height: 10px;
  width: 10px;
  background: rgba(0,0,0,.3);
  border-radius: 50%;
  color: transparent;
  margin: 0 5px;
  overflow: hidden;
}

.fs-carousel-page.fs-carousel-active {
  background: #000;
}

@media print {
  * {
    background: none!important;
    box-shadow: none!important;
    color: #555!important;
    text-shadow: none!important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    padding: 10px;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  .print {
    display: block;
  }
}