<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.5rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2.25rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 2rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.75rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.5rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1.25rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  border-radius: 0.1875rem;
}
/* line 1, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 7, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 12, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li {
  position: relative;
  z-index: 70;
}
/* line 15, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li:hover {
  cursor: pointer;
}
/* line 18, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li i {
  margin-right: 1rem;
}
/* line 24, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
}
/* line 27, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li {
  padding: 2rem;
  padding-left: 4rem;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  opacity: 0.3;
}
/* line 30, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-headlines li {
  padding-left: 2rem;
  padding-right: 4rem;
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-headlines li {
    padding: 1.5rem;
    padding-left: 4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-newsslider-headlines li {
    padding: 1.5rem;
    padding-left: 4rem;
    font-size: 0.9rem;
  }
}
/* line 45, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li:nth-last-child(2) {
  border-bottom: 0;
}
/* line 48, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li.selected {
  opacity: 1;
  background: rgba(141, 129, 131, 0.63);
  margin-left: -2rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
/* line 52, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-headlines li.selected {
  margin-left: 0;
  margin-right: -2rem;
}
/* line 58, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li.selected:hover {
  background: rgba(141, 129, 131, 0.63);
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-headlines li.selected {
    margin-left: 0;
  }
}
/* line 66, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li:hover {
  background: rgba(0, 0, 0, 0.0);
}
/* line 72, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-preview {
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 68%;
  -moz-flex: 0 1 68%;
  -ms-flex: 0 1 68%;
  flex: 0 1 68%;
  width: 68%;
  background: rgba(0, 0, 0, 0.0);
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-preview {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    min-height: 400px;
  }
}
/* line 86, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-content {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
  background-size: cover;
  width: 100%;
  height: 100%;
}
/* line 99, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.0) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.0) 100%);
  padding: 0.5rem 2.125rem;
}
/* line 110, templates/rt_remnant/custom/scss/_newsslider.scss */
.top-content {
  opacity: 1;
  z-index: 50;
}
/* line 115, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li i {
  -webkit-transition: -webkit-transform 0.65s;
  -moz-transition: -moz-transform 0.65s;
  transition: transform 0.65s;
}
/* line 117, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-headlines li i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 122, templates/rt_remnant/custom/scss/_newsslider.scss */
/* line 123, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines .arrow-container {
  position: absolute;
  margin-left: -2rem;
  top: 33%;
  font-size: 20px;
}
/* line 126, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-headlines .arrow-container {
  margin-left: 0;
  margin-right: -3rem;
}
/* line 135, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines li.selected i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 137, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-headlines li.selected i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-headlines li.selected i {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
/* line 145, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-preview-title {
  line-height: 1.25;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  margin-top: 15rem;
  font-size: 4rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-newsslider-preview-title {
    font-size: 2rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-preview-title {
    font-size: 1.8rem;
    margin-top: 8rem;
  }
}
/* line 163, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-preview-headerdesc {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-newsslider-preview-headerdesc {
    font-size: 1.15rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-preview-headerdesc {
    font-size: 1.1rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-newsslider-preview-headerdesc {
    display: none;
  }
}
/* line 178, templates/rt_remnant/custom/scss/_newsslider.scss */
@media only all and (max-width: 47.938rem) {
  .g-newsslider-preview-desc {
    display: none;
  }
}
/* line 184, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-button {
  display: inline-block;
  margin: 1rem 0;
}
/* line 187, templates/rt_remnant/custom/scss/_newsslider.scss */
@media only all and (max-width: 30rem) {
  .g-newsslider-button .button {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
}
/* line 195, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-headlines-title {
  width: 17rem;
  display: block;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-newsslider-headlines-title {
    width: 13rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-newsslider-headlines-title {
    width: 9rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-headlines-title {
    font-size: 0.9rem;
  }
}
/* Tiny Scrollbar */
/* line 211, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-scrollbar {
  min-width: 0;
  min-height: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 32%;
  -moz-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  width: 32%;
  height: 100%;
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-scrollbar {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100% !important;
    -moz-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    width: 100% !important;
  }
}
/* line 221, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-scrollbar .viewport {
  position: relative;
}
/* line 224, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-scrollbar .overview {
  list-style: none;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
/* line 231, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .overview {
  left: inherit;
  right: 0;
}
/* line 236, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-scrollbar .scrollbar {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  background-position: 0 0;
  width: 0;
  opacity: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 245, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .scrollbar {
  right: inherit;
  left: 0;
}
/* line 250, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-scrollbar .track {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 18px;
  position: relative;
  padding: 0 1px;
}
/* line 257, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-scrollbar .thumb {
  background: rgba(141, 129, 131, 0.13);
  height: 20px;
  width: 9px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 5px;
  border-radius: 10px;
}
/* line 266, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .thumb {
  right: 5px;
  left: inherit;
}
/* line 271, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-scrollbar .disable {
  display: none;
}
/* line 275, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  z-index: 60;
  padding: 0 2.125rem;
}
/* line 285, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-pagination li {
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  margin-right: 1px;
  background: rgba(0, 0, 0, 0);
}
/* line 289, templates/rt_remnant/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider-pagination li {
  direction: rtl;
  float: right;
}
/* line 296, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-pagination li.selected {
  background: rgba(141, 129, 131, 0.63);
}
/* line 301, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  z-index: 21;
  height: 45px;
}
/* line 308, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-navigation div {
  cursor: pointer;
  min-width: 0;
  min-height: 0;
  text-align: center;
  padding-top: 10px;
  height: 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
@media only all and (max-width: 47.938rem) {
  .g-newsslider-navigation div {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100% !important;
    -moz-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    width: 100% !important;
  }
}
/* line 322, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-navigation div.prev {
  background: rgba(141, 129, 131, 0.63);
}
/* line 324, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-navigation div.prev:hover {
  background: rgba(88, 80, 81, 0.63);
}
/* line 328, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-navigation div.next {
  background: #fff;
}
/* line 330, templates/rt_remnant/custom/scss/_newsslider.scss */
.g-newsslider-navigation div.next:hover {
  background: #ccc;
}
/* line 337, templates/rt_remnant/custom/scss/_newsslider.scss */
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/* line 1, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock {
  margin: 0 auto;
  position: relative;
  z-index: 100;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 11, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .button {
  color: #fff;
  margin: 1.5rem 0 0 0;
  padding: 0;
  background: none;
  text-transform: none;
  font-size: 1.2rem;
}
/* line 19, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .button:before {
  font-family: FontAwesome;
  padding-right: 0.625rem;
}
/* line 22, templates/rt_remnant/custom/scss/_bookblock.scss */
.dir-rtl .bb-bookblock .button:before {
  float: right;
  padding-left: 0.625rem;
  padding-right: 0;
  content: "\f137";
}
/* line 30, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .button:hover {
  color: rgba(141, 129, 131, 0.63) !important;
}
/* line 35, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock nav {
  z-index: 100;
  position: relative;
  float: right;
  color: #fff;
}
/* line 39, templates/rt_remnant/custom/scss/_bookblock.scss */
.dir-rtl .bb-bookblock nav {
  float: left;
}
/* line 43, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock nav div {
  color: #fff;
  display: inline-block;
  transform: translate3d(0, 0, 0) !important;
}
/* line 47, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock nav div:hover {
  color: rgba(141, 129, 131, 0.63);
}
/* line 50, templates/rt_remnant/custom/scss/_bookblock.scss */
/* line 51, templates/rt_remnant/custom/scss/_bookblock.scss */
@media only all and (max-width: 47.938rem) {
  .bb-bookblock nav div.bb-nav-prev i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/* line 55, templates/rt_remnant/custom/scss/_bookblock.scss */
/* line 56, templates/rt_remnant/custom/scss/_bookblock.scss */
.dir-rtl .bb-bookblock nav div.bb-nav-prev i::before {
  content: "\f138";
}
/* line 62, templates/rt_remnant/custom/scss/_bookblock.scss */
/* line 63, templates/rt_remnant/custom/scss/_bookblock.scss */
@media only all and (max-width: 47.938rem) {
  .bb-bookblock nav div.bb-nav-next i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/* line 67, templates/rt_remnant/custom/scss/_bookblock.scss */
/* line 68, templates/rt_remnant/custom/scss/_bookblock.scss */
.dir-rtl .bb-bookblock nav div.bb-nav-next i::before {
  content: "\f137";
}
/* line 75, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock nav i {
  cursor: pointer;
  font-size: 1.4rem;
  padding-right: 0.625rem;
}
/* line 82, templates/rt_remnant/custom/scss/_bookblock.scss */
/* line 83, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-item:first-child .bb-nav-prev {
  opacity: 0.5;
  pointer-events: none;
}
/* line 87, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-item:first-child .bb-nav-prev:hover {
  color: rgba(141, 129, 131, 0.63);
}
/* line 92, templates/rt_remnant/custom/scss/_bookblock.scss */
/* line 93, templates/rt_remnant/custom/scss/_bookblock.scss */
.rtl .bb-bookblock .bb-item:first-child .bb-nav-prev {
  opacity: 1;
  pointer-events: auto;
}
/* line 98, templates/rt_remnant/custom/scss/_bookblock.scss */
.rtl .bb-bookblock .bb-item:first-child .bb-nav-next {
  opacity: 0.5;
  pointer-events: none;
}
/* line 102, templates/rt_remnant/custom/scss/_bookblock.scss */
.rtl .bb-bookblock .bb-item:first-child .bb-nav-next:hover {
  color: rgba(141, 129, 131, 0.63);
}
/* line 109, templates/rt_remnant/custom/scss/_bookblock.scss */
/* line 110, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-item:last-child .bb-nav-next {
  opacity: 0.5;
  pointer-events: none;
}
/* line 114, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-item:last-child .bb-nav-next:hover {
  color: rgba(141, 129, 131, 0.63);
}
/* line 119, templates/rt_remnant/custom/scss/_bookblock.scss */
/* line 120, templates/rt_remnant/custom/scss/_bookblock.scss */
.rtl .bb-bookblock .bb-item:last-child .bb-nav-next {
  opacity: 1;
  pointer-events: auto;
}
/* line 125, templates/rt_remnant/custom/scss/_bookblock.scss */
.rtl .bb-bookblock .bb-item:last-child .bb-nav-prev {
  opacity: 0.5;
  pointer-events: none;
}
/* line 129, templates/rt_remnant/custom/scss/_bookblock.scss */
.rtl .bb-bookblock .bb-item:last-child .bb-nav-prev:hover {
  color: rgba(141, 129, 131, 0.63);
}
/* line 136, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-item-category {
  color: #fff;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
  float: left;
}
/* line 146, templates/rt_remnant/custom/scss/_bookblock.scss */
.dir-rtl .bb-bookblock .bb-item-category {
  float: right;
}
/* line 150, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-item-title {
  font-weight: 400;
  font-size: 2rem;
  color: rgba(141, 129, 131, 0.63);
}
@media only all and (max-width: 47.938rem) {
  .bb-bookblock .bb-item-title {
    font-size: 1.5rem;
  }
}
/* line 160, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-item-intro {
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only all and (max-width: 47.938rem) {
  .bb-bookblock .bb-item-intro {
    font-size: 1.1rem;
  }
}
/* line 175, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-item-content {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 182, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-sideimage {
  position: relative;
}
/* line 184, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-sideimage img {
  width: 100%;
}
/* line 188, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-sidetext {
  margin: 0;
  padding: 1.5rem;
  color: #0d1318;
}
/* line 192, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-sidetext h3 {
  text-align: center;
  opacity: 0.5;
}
/* line 196, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock .bb-sidetext .bb-image-desc {
  font-size: 1.2rem;
  text-align: center;
  display: block;
}
@media only all and (max-width: 47.938rem) {
  .bb-bookblock .bb-sidetext .bb-image-desc {
    font-size: 1.1rem;
  }
}
/* line 209, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-page {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
/* line 217, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-vertical .bb-page {
  width: 50%;
  height: 100%;
  left: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
/* line 225, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-horizontal .bb-page {
  width: 100%;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
/* line 233, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-page &gt; div, .bb-outer, .bb-content, .bb-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 246, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-vertical .bb-content {
  width: 200%;
}
/* line 250, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-horizontal .bb-content {
  height: 200%;
}
/* line 254, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-page &gt; div {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 260, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-vertical .bb-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
/* line 265, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-horizontal .bb-back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
/* line 270, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-outer {
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
/* line 276, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-overlay, .bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 287, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 291, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock.bb-vertical &gt; div.bb-page:first-child, .bb-bookblock.bb-vertical &gt; div.bb-page:first-child .bb-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 297, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-bookblock.bb-horizontal &gt; div.bb-page:first-child, .bb-bookblock.bb-horizontal &gt; div.bb-page:first-child .bb-back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/* Content display */
/* line 304, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-content {
  background: #fff;
}
/* line 308, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-vertical .bb-front .bb-content {
  left: -100%;
}
/* line 312, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-horizontal .bb-front .bb-content {
  top: -100%;
}
/* Flipping classes */
/* line 317, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-vertical .bb-flip-next, .bb-vertical .bb-flip-initial {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
/* line 323, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-vertical .bb-flip-prev {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* line 328, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-horizontal .bb-flip-next, .bb-horizontal .bb-flip-initial {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/* line 334, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-horizontal .bb-flip-prev {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 339, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-vertical .bb-flip-next-end {
  -webkit-transform: rotateY(-15deg);
  transform: rotateY(-15deg);
}
/* line 344, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-vertical .bb-flip-prev-end {
  -webkit-transform: rotateY(-165deg);
  transform: rotateY(-165deg);
}
/* line 349, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-horizontal .bb-flip-next-end {
  -webkit-transform: rotateX(15deg);
  transform: rotateX(15deg);
}
/* line 354, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-horizontal .bb-flip-prev-end {
  -webkit-transform: rotateX(165deg);
  transform: rotateX(165deg);
}
/* line 359, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-item {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
/* line 367, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-item-invisible {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}
/* No JS */
/* line 376, templates/rt_remnant/custom/scss/_bookblock.scss */
.no-js .bb-bookblock, .no-js ul.bb-custom-grid li {
  width: auto;
  height: auto;
}
/* line 382, templates/rt_remnant/custom/scss/_bookblock.scss */
.no-js .bb-item {
  display: block;
  position: relative;
}
/* line 388, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-custom-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 394, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-custom-wrapper .bb-bookblock {
  width: 100%;
  height: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
/* line 401, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-custom-side {
  width: 50%;
  float: left;
  height: 100%;
  background: rgba(141, 129, 131, 0.63);
  overflow: hidden;
}
/* line 404, templates/rt_remnant/custom/scss/_bookblock.scss */
.dir-rtl .bb-custom-side {
  float: right;
}
@media only all and (max-width: 47.938rem) {
  .bb-custom-side {
    width: 100%;
    float: none;
    height: auto;
  }
}
/* line 417, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-custom-firstpage h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}
/* line 424, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-custom-firstpage h1 span {
  display: block;
  font-size: 60%;
  opacity: 0.3;
  padding: 0 0 0.6em 0.1em;
}
/* line 431, templates/rt_remnant/custom/scss/_bookblock.scss */
.bb-custom-firstpage {
  width: 50%;
  float: left;
  padding: 1.3rem;
}
/* line 434, templates/rt_remnant/custom/scss/_bookblock.scss */
.dir-rtl .bb-custom-firstpage {
  float: right;
}
@media only all and (max-width: 47.938rem) {
  .bb-custom-firstpage {
    width: 100%;
    float: none;
    height: auto;
  }
}
/* No JS */
/* line 447, templates/rt_remnant/custom/scss/_bookblock.scss */
.no-js .bb-custom-wrapper {
  height: auto;
}
/* line 451, templates/rt_remnant/custom/scss/_bookblock.scss */
.no-js .bb-custom-content {
  height: 470px;
}
@media screen and (max-width: 61.75em) {
  /* line 456, templates/rt_remnant/custom/scss/_bookblock.scss */
  .bb-custom-side {
    font-size: 70%;
  }
}
@media screen and (max-width: 33em) {
  /* line 462, templates/rt_remnant/custom/scss/_bookblock.scss */
  .bb-custom-side {
    font-size: 60%;
  }
}
/* line 2, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster {
  direction: ltr;
}
/* line 4, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 5, templates/rt_remnant/custom/scss/_flipster.scss */
@media only all and (max-width: 47.938rem) {
  .g-flipster .g-flipster-cards .g-flipster-card {
    width: 100%;
  }
}
/* line 9, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container {
  text-align: center;
  padding: 3.625rem;
  border-radius: 1rem;
}
@media only all and (max-width: 47.938rem) {
  .g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container {
    padding: 1.5rem;
  }
}
/* line 16, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container .g-flipster-title {
  font-weight: 300;
  font-size: 3rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container .g-flipster-title {
    font-size: 2rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container .g-flipster-title {
    font-size: 2rem;
  }
}
/* line 26, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container .g-flipster-description {
  padding-top: 2.125rem;
  font-weight: 300;
  font-size: 1rem;
  opacity: 0.5;
}
/* line 32, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container .g-flipster-button {
  padding-top: 3.625rem;
}
/* line 35, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container.g-flipster-card-image {
  padding: 0;
  background: none !important;
}
/* line 38, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card .g-flipster-card-container.g-flipster-card-image img {
  border-radius: 1rem;
}
/* line 43, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 44, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white .g-flipster-card-container {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 49, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white.flipster__item--past, .g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white.flipster__item--future {
  opacity: 1;
}
/* line 51, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white.flipster__item--past .g-flipster-card-container, .g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white.flipster__item--future .g-flipster-card-container {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}
/* line 55, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 56, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white.flipster__item--past .g-flipster-card-container .g-flipster-button a, .g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white.flipster__item--future .g-flipster-card-container .g-flipster-button a {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.3) !important;
}
/* line 60, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white.flipster__item--past .g-flipster-card-container .g-flipster-button a:hover, .g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white.flipster__item--future .g-flipster-card-container .g-flipster-button a:hover {
  background: rgba(255, 255, 255, 0.5) !important;
  border-color: transparent !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
/* line 70, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 71, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-black .g-flipster-card-container {
  background: #000;
  color: #fff;
}
/* line 76, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 77, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-accent1 .g-flipster-card-container {
  background: rgba(141, 129, 131, 0.63);
}
/* line 81, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 82, templates/rt_remnant/custom/scss/_flipster.scss */
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-accent2 .g-flipster-card-container {
  background: #fff;
}
/* @group Flipster Essential Styles */
/* line 93, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
}
/* line 100, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster:focus {
  outline: none;
}
/* line 102, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__container, .flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
/* line 110, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 118, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}
/* line 125, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 126, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--click .flipster__item--past, .flipster--click .flipster__item--future {
  cursor: pointer;
}
/* line 130, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__item img {
  max-width: 100%;
}
/* @end */
/* @group Flipster Carousel Theme */
/* line 136, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 138, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__container, .flipster--carousel .flipster__item, .flipster--carousel .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
/* line 145, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
}
/* line 147, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--past, .flipster--carousel .flipster__item--future {
  opacity: 0;
  -webkit-transition-delay: 115ms;
  -moz-transition-delay: 115ms;
  transition-delay: 115ms;
}
/* line 153, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--past-2, .flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  -webkit-transition-delay: 90ms;
  -moz-transition-delay: 90ms;
  transition-delay: 90ms;
}
/* line 159, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--past-1, .flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  transition-delay: 60ms;
}
/* line 165, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
  -moz-transform: translateX(100%) rotateY(-20deg) scale(0.5);
  -ms-transform: translateX(100%) rotateY(-20deg) scale(0.5);
  -o-transform: translateX(100%) rotateY(-20deg) scale(0.5);
  transform: translateX(100%) rotateY(-20deg) scale(0.5);
}
/* line 166, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
  -moz-transform: translateX(25%) rotateY(40deg) scale(0.65);
  -ms-transform: translateX(25%) rotateY(40deg) scale(0.65);
  -o-transform: translateX(25%) rotateY(40deg) scale(0.65);
  transform: translateX(25%) rotateY(40deg) scale(0.65);
}
/* line 167, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(45deg) scale(0.8);
  -moz-transform: rotateY(45deg) scale(0.8);
  -ms-transform: rotateY(45deg) scale(0.8);
  -o-transform: rotateY(45deg) scale(0.8);
  transform: rotateY(45deg) scale(0.8);
}
/* line 169, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
  -moz-transform: translateX(-100%) rotateY(20deg) scale(0.5);
  -ms-transform: translateX(-100%) rotateY(20deg) scale(0.5);
  -o-transform: translateX(-100%) rotateY(20deg) scale(0.5);
  transform: translateX(-100%) rotateY(20deg) scale(0.5);
}
/* line 170, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
  -moz-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
  -ms-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
  -o-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
  transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}
/* line 171, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(-45deg) scale(0.8);
  -moz-transform: rotateY(-45deg) scale(0.8);
  -ms-transform: rotateY(-45deg) scale(0.8);
  -o-transform: rotateY(-45deg) scale(0.8);
  transform: rotateY(-45deg) scale(0.8);
}
/* line 173, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 174, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(175%) scale(0.5);
  -moz-transform: translateX(175%) scale(0.5);
  -ms-transform: translateX(175%) scale(0.5);
  -o-transform: translateX(175%) scale(0.5);
  transform: translateX(175%) scale(0.5);
}
/* line 175, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) scale(0.65);
  -moz-transform: translateX(25%) scale(0.65);
  -ms-transform: translateX(25%) scale(0.65);
  -o-transform: translateX(25%) scale(0.65);
  transform: translateX(25%) scale(0.65);
}
/* line 176, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
  -moz-transform: translateX(0%) scale(0.8);
  -ms-transform: translateX(0%) scale(0.8);
  -o-transform: translateX(0%) scale(0.8);
  transform: translateX(0%) scale(0.8);
}
/* line 178, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-175%) scale(0.5);
  -moz-transform: translateX(-175%) scale(0.5);
  -ms-transform: translateX(-175%) scale(0.5);
  -o-transform: translateX(-175%) scale(0.5);
  transform: translateX(-175%) scale(0.5);
}
/* line 179, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) scale(0.65);
  -moz-transform: translateX(-25%) scale(0.65);
  -ms-transform: translateX(-25%) scale(0.65);
  -o-transform: translateX(-25%) scale(0.65);
  transform: translateX(-25%) scale(0.65);
}
/* line 180, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
  -moz-transform: translateX(0%) scale(0.8);
  -ms-transform: translateX(0%) scale(0.8);
  -o-transform: translateX(0%) scale(0.8);
  transform: translateX(0%) scale(0.8);
}
/* line 183, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--carousel .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) rotateY(0deg) scale(1);
  -moz-transform: translateX(0) rotateY(0deg) scale(1);
  -ms-transform: translateX(0) rotateY(0deg) scale(1);
  -o-transform: translateX(0) rotateY(0deg) scale(1);
  transform: translateX(0) rotateY(0deg) scale(1);
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  transition-delay: 60ms;
}
/* @group Flipster Coverflow Theme */
/* line 191, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 193, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--coverflow .flipster__container, .flipster--coverflow .flipster__item, .flipster--coverflow .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
/* line 200, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--coverflow .flipster__item {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
}
/* line 202, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}
/* line 204, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -moz-backface-visibility: hidden;
}
/* line 212, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}
/* line 214, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--coverflow .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale(0.75) rotateY(55deg);
  -moz-transform: scale(0.75) rotateY(55deg);
  -ms-transform: scale(0.75) rotateY(55deg);
  -o-transform: scale(0.75) rotateY(55deg);
  transform: scale(0.75) rotateY(55deg);
}
/* line 219, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--coverflow .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(0.75) rotateY(-55deg);
  -moz-transform: scale(0.75) rotateY(-55deg);
  -ms-transform: scale(0.75) rotateY(-55deg);
  -o-transform: scale(0.75) rotateY(-55deg);
  transform: scale(0.75) rotateY(-55deg);
}
/* line 224, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--coverflow .flip-current .flipster__item__content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* @end */
/* @group Flat */
/* line 232, templates/rt_remnant/custom/scss/_flipster.scss */
/* line 233, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--flat .flipster__container, .flipster--flat .flipster__item, .flipster--flat .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
/* line 237, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
  opacity: 0.5;
}
/* line 240, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--flat .flipster__item--past .flipster__item__content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
/* line 241, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--flat .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
/* @end */
/* @group Flipster Wheel Theme */
/* line 248, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel {
  overflow: hidden;
}
/* line 251, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__container, .flipster--wheel .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
/* line 257, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}
/* line 259, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/* line 260, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* line 261, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
/* line 263, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}
/* line 265, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
  -moz-transform: rotateZ(-80deg) translate(-170%, 110%);
  -ms-transform: rotateZ(-80deg) translate(-170%, 110%);
  -o-transform: rotateZ(-80deg) translate(-170%, 110%);
  transform: rotateZ(-80deg) translate(-170%, 110%);
}
/* line 266, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(80deg) translate(170%, 110%);
  -moz-transform: rotateZ(80deg) translate(170%, 110%);
  -ms-transform: rotateZ(80deg) translate(170%, 110%);
  -o-transform: rotateZ(80deg) translate(170%, 110%);
  transform: rotateZ(80deg) translate(170%, 110%);
}
/* line 268, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
  -moz-transform: rotateZ(-60deg) translate(-70%, 75%);
  -ms-transform: rotateZ(-60deg) translate(-70%, 75%);
  -o-transform: rotateZ(-60deg) translate(-70%, 75%);
  transform: rotateZ(-60deg) translate(-70%, 75%);
}
/* line 269, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(60deg) translate(70%, 75%);
  -moz-transform: rotateZ(60deg) translate(70%, 75%);
  -ms-transform: rotateZ(60deg) translate(70%, 75%);
  -o-transform: rotateZ(60deg) translate(70%, 75%);
  transform: rotateZ(60deg) translate(70%, 75%);
}
/* line 271, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
  -moz-transform: rotateZ(-40deg) translate(-17%, 30%);
  -ms-transform: rotateZ(-40deg) translate(-17%, 30%);
  -o-transform: rotateZ(-40deg) translate(-17%, 30%);
  transform: rotateZ(-40deg) translate(-17%, 30%);
}
/* line 272, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(40deg) translate(17%, 30%);
  -moz-transform: rotateZ(40deg) translate(17%, 30%);
  -ms-transform: rotateZ(40deg) translate(17%, 30%);
  -o-transform: rotateZ(40deg) translate(17%, 30%);
  transform: rotateZ(40deg) translate(17%, 30%);
}
/* line 274, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-20deg);
  -moz-transform: rotateZ(-20deg);
  -ms-transform: rotateZ(-20deg);
  -o-transform: rotateZ(-20deg);
  transform: rotateZ(-20deg);
}
/* line 275, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotateZ(20deg);
  -o-transform: rotateZ(20deg);
  transform: rotateZ(20deg);
}
/* line 277, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster--wheel .flip-current .flipster__item__content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* @end */
/* @group Flipster Previous &amp; Next Buttons */
/* line 285, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}
/* line 300, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}
/* line 311, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__button:hover, .flipster__button:focus {
  opacity: 1;
}
/* line 317, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__button--prev {
  left: 0;
}
/* line 318, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__button--next {
  right: 0;
}
/* @end */
/* @group Flipster Navigation */
/* line 326, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav, .flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 333, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}
/* line 340, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}
/* line 345, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
/* line 355, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__link::after {
  content: '';
  display: block;
  background: rgba(141, 129, 131, 0.63);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) translateY(-0.25em);
  -moz-transform: translateY(100%) translateY(-0.25em);
  -ms-transform: translateY(100%) translateY(-0.25em);
  -o-transform: translateY(100%) translateY(-0.25em);
  transform: translateY(100%) translateY(-0.25em);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}
/* line 369, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__item--current &gt; .flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
  color: #fff;
}
/* line 374, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__item--current &gt; .flipster__nav__link::after, .flipster__nav__link:hover::after, .flipster__nav__link:focus::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 380, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: rgba(141, 129, 131, 0.63);
  z-index: 1;
}
/* line 392, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__child .flipster__nav__link {
  color: #fff;
}
/* line 395, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__child .flipster__nav__link::after {
  background: #fff;
}
/* line 398, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__child .flipster__nav__item--current &gt; .flipster__nav__link, .flipster__nav__child .flipster__nav__link:hover, .flipster__nav__child .flipster__nav__link:focus {
  color: rgba(141, 129, 131, 0.63);
}
/* line 404, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__item--current .flipster__nav__child {
  display: block;
}
/* @end */
/* @group Flipster Navigation */
/* line 411, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav, .flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 418, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}
/* line 425, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}
/* line 430, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
/* line 440, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__link::after {
  content: '';
  display: block;
  background: rgba(141, 129, 131, 0.63);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) translateY(-0.25em);
  -moz-transform: translateY(100%) translateY(-0.25em);
  -ms-transform: translateY(100%) translateY(-0.25em);
  -o-transform: translateY(100%) translateY(-0.25em);
  transform: translateY(100%) translateY(-0.25em);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}
/* line 454, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__item--current &gt; .flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
  color: #fff;
}
/* line 459, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__item--current &gt; .flipster__nav__link::after, .flipster__nav__link:hover::after, .flipster__nav__link:focus::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 465, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: rgba(141, 129, 131, 0.63);
  z-index: 1;
}
/* line 477, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__child .flipster__nav__link {
  color: #fff;
}
/* line 480, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__child .flipster__nav__link::after {
  background: #fff;
}
/* line 483, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__child .flipster__nav__item--current &gt; .flipster__nav__link, .flipster__nav__child .flipster__nav__link:hover, .flipster__nav__child .flipster__nav__link:focus {
  color: rgba(141, 129, 131, 0.63);
}
/* line 489, templates/rt_remnant/custom/scss/_flipster.scss */
.flipster__nav__item--current .flipster__nav__child {
  display: block;
}
/* @end */
/* line 6, templates/rt_remnant/custom/scss/custom.scss */
.g-newsslider-preview-title {
  line-height: 1.25;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  margin-top: 0rem;
  font-size: 4rem;
}
/* line 13, templates/rt_remnant/custom/scss/custom.scss */
.fp-slideshow-contentarray {
  padding-top: 0;
}
/* line 16, templates/rt_remnant/custom/scss/custom.scss */
.g-gridcontent .g-gridcontent-item-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}
/* line 20, templates/rt_remnant/custom/scss/custom.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper i.fa {
  font-size: 2.8rem;
  color: #58bd91;
  margin: 0.5rem auto 0.5rem auto;
}
/* line 25, templates/rt_remnant/custom/scss/custom.scss */
.g-gridcontent .g-gridcontent-item-title {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1;
}
/* line 33, templates/rt_remnant/custom/scss/custom.scss */
.g-gridcontent .g-gridcontent-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0px;
  width: 100%;
  display: inline-block;
  padding: 0rem;
}
/* line 46, templates/rt_remnant/custom/scss/custom.scss */
#g-above {
  color: #ccc;
  background: rgba(20, 20, 20, 0.03);
  padding-top: 0rem;
  padding-bottom: 0rem;
}
/* line 52, templates/rt_remnant/custom/scss/custom.scss */
.g-slideshow {
  color: #fff;
  background: rgba(0, 0, 0, 0.0);
  padding-top: 2.25rem;
  padding-bottom: 10rem;
}
/* line 59, templates/rt_remnant/custom/scss/custom.scss */
.g-owlcarousel-layout-standard .owl-item &gt; div .g-owlcarousel-content {
  text-align: center;
  padding: 0 0 0 0;
  position: relative;
}
/* line 64, templates/rt_remnant/custom/scss/custom.scss */
.g-owlcarousel-layout-standard .owl-item &gt; div .g-owlcarousel-item-subtitle {
  padding-bottom: 0rem;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #162128;
  opacity: 0.5;
  letter-spacing: 11px;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 2;
}
/* line 77, templates/rt_remnant/custom/scss/custom.scss */
.g-owlcarousel-item-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 1rem;
  margin-bottom: 0.625rem;
  margin-left: 7rem;
  margin-right: 7rem;
}
/* line 87, templates/rt_remnant/custom/scss/custom.scss */
.g-simplecontent-item-content-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0.525rem 0;
}
/* line 94, templates/rt_remnant/custom/scss/custom.scss */
.g-simplecontent-item-leading-content {
  position: relative;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  margin: 1.25rem 0 0.625rem 0;
}
/* line 102, templates/rt_remnant/custom/scss/custom.scss */
.box6.widget, .box6.g-outer-box, .box6 &gt; .g-content {
  color: #d2cfcf;
  background: #212121;
  border-radius: 10px;
}
/* line 107, templates/rt_remnant/custom/scss/custom.scss */
.g-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.625rem 0;
  padding: 0 0 0rem 0;
}
/* line 114, templates/rt_remnant/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 1rem;
  font-style: italic;
}
/* line 123, templates/rt_remnant/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  opacity: 0.5;
  text-transform: none;
  font-size: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
</pre></body></html>