/*5b13e53199965b5eca6323a4794c7a97*/
/* 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: 0.938rem;
}
/* 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.25rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* 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]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/rt_xenon/scss/xenon/_core.scss */
body {
  color: #686868;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8, templates/rt_xenon/scss/xenon/_core.scss */
a {
  color: #c00000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 11, templates/rt_xenon/scss/xenon/_core.scss */
a:hover {
  color: inherit;
}
/* line 16, templates/rt_xenon/scss/xenon/_core.scss */
body p {
  margin: 1rem 0;
}
/* line 20, templates/rt_xenon/scss/xenon/_core.scss */
body span.para {
  display: block;
  margin: 1rem 0;
}
/* line 1, templates/rt_xenon/scss/xenon/_pagesurround.scss */
#g-page-surround {
  background: #fff;
  overflow: hidden;
  background-image: url('../images/backgrounds/bg-04-N.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 11, templates/rt_xenon/scss/xenon/_pagesurround.scss */
.g-bodyonly #g-page-surround {
  color: #686868;
  background: #fff;
}
@media print {
  /* line 18, templates/rt_xenon/scss/xenon/_pagesurround.scss */
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_lightcase.scss */
#lightcase-case {
  z-index: 10005;
  font-family: inherit !important;
}
/* line 6, templates/rt_xenon/scss/xenon/_lightcase.scss */
#lightcase-overlay {
  z-index: 10004;
}
/* line 10, templates/rt_xenon/scss/xenon/_lightcase.scss */
#lightcase-nav a[class*=lightcase-icon-] {
  z-index: 10004;
}
/* line 7, templates/rt_xenon/scss/xenon/_typography.scss */
body {
  font-family: "Arial", sans-serif;
  font-weight: 200;
}
/* line 13, templates/rt_xenon/scss/xenon/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "Arial", sans-serif;
  font-weight: 500;
}
/* line 17, templates/rt_xenon/scss/xenon/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 20, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 1rem 0;
  position: relative;
}
/* line 29, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-bordered .g-title {
  padding: 0.5rem 0;
}
/* line 31, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-bordered .g-title:before, .g-title-bordered .g-title:after {
  border: 1px solid rgba(104, 104, 104, 0.5);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 4px;
}
/* line 39, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-bordered .g-title:before {
  top: 0;
}
/* line 42, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-bordered .g-title:after {
  bottom: 0;
}
/* line 46, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-promo .g-title {
  font-size: 2rem;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
/* line 52, templates/rt_xenon/scss/xenon/_typography.scss */
.g-superpromo {
  font-size: 3rem;
  line-height: 1.1;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-superpromo {
    font-size: 2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-superpromo {
    font-size: 1.5rem;
  }
}
/* line 66, templates/rt_xenon/scss/xenon/_typography.scss */
.g-promo {
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 1rem 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo {
    font-size: 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo {
    font-size: 1.25rem;
  }
}
/* line 80, templates/rt_xenon/scss/xenon/_typography.scss */
.g-subpromo {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  letter-spacing: -2px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-subpromo {
    font-size: 1.25rem;
    line-height: 1.15;
  }
}
/* line 91, templates/rt_xenon/scss/xenon/_typography.scss */
.g-textpromo {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-textpromo {
    font-size: 1.1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-textpromo {
    font-size: 1rem;
  }
}
/* line 101, templates/rt_xenon/scss/xenon/_typography.scss */
.g-headline {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}
/* line 106, templates/rt_xenon/scss/xenon/_typography.scss */
.g-quote {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  font-style: italic;
}
/* line 112, templates/rt_xenon/scss/xenon/_typography.scss */
.g-tags {
  list-style: none;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
}
/* line 120, templates/rt_xenon/scss/xenon/_typography.scss */
.g-tags li {
  display: inline-block;
  color: #fff;
  background: #c00000;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 126, templates/rt_xenon/scss/xenon/_typography.scss */
.g-tags li a {
  color: #fff;
  display: block;
  padding: 0.25rem 0.5rem;
  line-height: 1rem;
}
/* line 132, templates/rt_xenon/scss/xenon/_typography.scss */
.g-tags li:hover {
  background: #740000;
}
/* line 137, templates/rt_xenon/scss/xenon/_typography.scss */
.g-tag {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25;
  text-transform: uppercase;
}
/* line 144, templates/rt_xenon/scss/xenon/_typography.scss */
.g-large {
  font-size: 1.2rem;
  line-height: 1.35;
}
/* line 148, templates/rt_xenon/scss/xenon/_typography.scss */
.g-small {
  font-size: 0.85rem;
  opacity: 0.8;
}
/* line 153, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-hero {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.2;
}
/* line 159, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-subhero {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.85rem;
  line-height: 1.2;
}
/* line 165, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-regular {
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.25;
}
/* line 171, templates/rt_xenon/scss/xenon/_typography.scss */
.g-title-bold {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
}
/* line 178, templates/rt_xenon/scss/xenon/_typography.scss */
.g-bold {
  font-weight: bold !important;
}
/* line 182, templates/rt_xenon/scss/xenon/_typography.scss */
.g-italic {
  font-style: italic !important;
}
/* line 187, templates/rt_xenon/scss/xenon/_typography.scss */
blockquote {
  border-left: 10px solid rgba(104, 104, 104, 0.5);
}
/* line 189, templates/rt_xenon/scss/xenon/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #9b9b9b;
}
/* line 193, templates/rt_xenon/scss/xenon/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #686868;
  font-size: 1.2rem;
}
/* line 202, templates/rt_xenon/scss/xenon/_typography.scss */
code, kbd, pre, samp {
  font-family: "Menlo", "Monaco", monospace;
}
/* line 209, templates/rt_xenon/scss/xenon/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 214, templates/rt_xenon/scss/xenon/_typography.scss */
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #888;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
/* line 223, templates/rt_xenon/scss/xenon/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 228, templates/rt_xenon/scss/xenon/_typography.scss */
pre.prettyprint {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 234, templates/rt_xenon/scss/xenon/_typography.scss */
hr {
  margin: 1.5rem 0;
  border-bottom: 1px solid rgba(104, 104, 104, 0.5);
}
/* line 238, templates/rt_xenon/scss/xenon/_typography.scss */
.g-para {
  margin: 0.3rem 0 1rem;
}
/* line 1, templates/rt_xenon/scss/xenon/_utilities.scss */
.noliststyle {
  list-style: none;
}
/* line 4, templates/rt_xenon/scss/xenon/_utilities.scss */
.g-uppercase {
  text-transform: uppercase;
}
/* line 7, templates/rt_xenon/scss/xenon/_utilities.scss */
.g-notexttransform {
  text-transform: none;
}
/* line 10, templates/rt_xenon/scss/xenon/_utilities.scss */
.g-positive-margin-top {
  margin-top: 23rem;
}
/* line 13, templates/rt_xenon/scss/xenon/_utilities.scss */
.g-negative-margin-bottom {
  margin-bottom: -25rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nomarginleft, .nomarginleft > .g-content {
  margin-left: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallmarginleft:not(.g-block), .smallmarginleft > .g-content {
  margin-left: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medmarginleft:not(.g-block), .medmarginleft > .g-content {
  margin-left: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largemarginleft:not(.g-block), .largemarginleft > .g-content {
  margin-left: 3rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nomarginright, .nomarginright > .g-content {
  margin-right: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallmarginright:not(.g-block), .smallmarginright > .g-content {
  margin-right: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medmarginright:not(.g-block), .medmarginright > .g-content {
  margin-right: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largemarginright:not(.g-block), .largemarginright > .g-content {
  margin-right: 3rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nomargintop, .nomargintop > .g-content {
  margin-top: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallmargintop:not(.g-block), .smallmargintop > .g-content {
  margin-top: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medmargintop:not(.g-block), .medmargintop > .g-content {
  margin-top: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largemargintop:not(.g-block), .largemargintop > .g-content {
  margin-top: 3rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nomarginbottom, .nomarginbottom > .g-content {
  margin-bottom: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallmarginbottom:not(.g-block), .smallmarginbottom > .g-content {
  margin-bottom: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medmarginbottom:not(.g-block), .medmarginbottom > .g-content {
  margin-bottom: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largemarginbottom:not(.g-block), .largemarginbottom > .g-content {
  margin-bottom: 3rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nomarginall, .nomarginall > .g-content {
  margin: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallmarginall:not(.g-block), .smallmarginall > .g-content {
  margin: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medmarginall:not(.g-block), .medmarginall > .g-content {
  margin: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largemarginall:not(.g-block), .largemarginall > .g-content {
  margin: 3rem;
}
/* line 63, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 64, templates/rt_xenon/scss/xenon/_utilities.scss */
.margin2x > .g-content {
  margin: 1.25rem;
}
/* line 63, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 64, templates/rt_xenon/scss/xenon/_utilities.scss */
.margin3x > .g-content {
  margin: 1.875rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nopaddingleft, .nopaddingleft > .g-content {
  padding-left: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallpaddingleft:not(.g-block), .smallpaddingleft > .g-content {
  padding-left: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medpaddingleft:not(.g-block), .medpaddingleft > .g-content {
  padding-left: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largepaddingleft:not(.g-block), .largepaddingleft > .g-content {
  padding-left: 3rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nopaddingright, .nopaddingright > .g-content {
  padding-right: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallpaddingright:not(.g-block), .smallpaddingright > .g-content {
  padding-right: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medpaddingright:not(.g-block), .medpaddingright > .g-content {
  padding-right: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largepaddingright:not(.g-block), .largepaddingright > .g-content {
  padding-right: 3rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nopaddingtop, .nopaddingtop > .g-content {
  padding-top: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallpaddingtop:not(.g-block), .smallpaddingtop > .g-content {
  padding-top: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medpaddingtop:not(.g-block), .medpaddingtop > .g-content {
  padding-top: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largepaddingtop:not(.g-block), .largepaddingtop > .g-content {
  padding-top: 3rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nopaddingbottom, .nopaddingbottom > .g-content {
  padding-bottom: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallpaddingbottom:not(.g-block), .smallpaddingbottom > .g-content {
  padding-bottom: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medpaddingbottom:not(.g-block), .medpaddingbottom > .g-content {
  padding-bottom: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largepaddingbottom:not(.g-block), .largepaddingbottom > .g-content {
  padding-bottom: 3rem;
}
/* line 25, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 26, templates/rt_xenon/scss/xenon/_utilities.scss */
.nopaddingall, .nopaddingall > .g-content {
  padding: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.smallpaddingall:not(.g-block), .smallpaddingall > .g-content {
  padding: 0.25rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.medpaddingall:not(.g-block), .medpaddingall > .g-content {
  padding: 1rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 37, templates/rt_xenon/scss/xenon/_utilities.scss */
.largepaddingall:not(.g-block), .largepaddingall > .g-content {
  padding: 3rem;
}
/* line 63, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 64, templates/rt_xenon/scss/xenon/_utilities.scss */
.padding2x > .g-content {
  padding: 1.876rem;
}
/* line 63, templates/rt_xenon/scss/xenon/_utilities.scss */
/* line 64, templates/rt_xenon/scss/xenon/_utilities.scss */
.padding3x > .g-content {
  padding: 2.814rem;
}
/* line 76, templates/rt_xenon/scss/xenon/_utilities.scss */
.section-horizontal-paddings {
  padding-left: 10%;
  padding-right: 10%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 92, templates/rt_xenon/scss/xenon/_utilities.scss */
.section-horizontal-paddings-small {
  padding-left: 5%;
  padding-right: 5%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 108, templates/rt_xenon/scss/xenon/_utilities.scss */
.section-horizontal-paddings-large {
  padding-left: 15%;
  padding-right: 15%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 124, templates/rt_xenon/scss/xenon/_utilities.scss */
.section-vertical-paddings {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
/* line 130, templates/rt_xenon/scss/xenon/_utilities.scss */
.section-vertical-paddings-small {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
/* line 136, templates/rt_xenon/scss/xenon/_utilities.scss */
.section-vertical-paddings-large {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
/* line 141, templates/rt_xenon/scss/xenon/_utilities.scss */
.g-textpromo-typed {
  visibility: hidden;
}
/* line 145, templates/rt_xenon/scss/xenon/_utilities.scss */
.typed-cursor {
  display: inline-block;
  opacity: 1;
  font-size: 1.5rem;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
  /* line 153, templates/rt_xenon/scss/xenon/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 154, templates/rt_xenon/scss/xenon/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 155, templates/rt_xenon/scss/xenon/_utilities.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  /* line 153, templates/rt_xenon/scss/xenon/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 154, templates/rt_xenon/scss/xenon/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 155, templates/rt_xenon/scss/xenon/_utilities.scss */
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  /* line 153, templates/rt_xenon/scss/xenon/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 154, templates/rt_xenon/scss/xenon/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 155, templates/rt_xenon/scss/xenon/_utilities.scss */
  100% {
    opacity: 1;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay {
  background: rgba(112, 111, 111, 0.9);
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 20000;
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 37, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay.open {
  visibility: visible;
  opacity: 1;
}
/* line 42, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-textpromo {
  font-size: 0.9rem;
}
/* line 47, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-pricingtable {
  border: 2px solid #f30000;
  background: #740000;
}
/* line 50, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-pricingtable li {
  border-bottom: 2px solid #f30000;
}
/* line 52, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-pricingtable li.g-pricingtable-icon, #g-overlay .g-pricingtable li.g-pricingtable-title, #g-overlay .g-pricingtable li.g-pricingtable-subtitle, #g-overlay .g-pricingtable li:last-child {
  border-bottom: 0;
}
/* line 59, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-pricingtable .g-pricingtable-price {
  color: #fff;
}
/* line 65, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav {
  margin: 5rem 0 0 0;
}
/* line 67, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -1%;
  position: relative;
}
/* line 73, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li {
  margin: 0 1%;
  width: 20%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 76, templates/rt_xenon/scss/xenon/_overlay.scss */
  #g-overlay .g-main-nav .g-toplevel > li {
    width: 18%;
  }
}
/* line 79, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container {
  border: 2px solid;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding: 2rem 0;
}
/* line 85, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 86, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f107";
  opacity: 0.75;
}
/* line 91, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
  font-size: 3rem;
  display: block;
  margin: 0.5rem 0;
  opacity: 0.75;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
    font-size: 2.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
    font-size: 2rem;
  }
}
/* line 104, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 105, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #fff;
}
/* line 107, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected, #g-overlay .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
  color: #fff;
}
/* line 115, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-presets-dropdown .g-dropdown {
  left: 1%;
  right: 1%;
}
/* line 120, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-dropdown {
  background: #c00000;
  border: 2px solid #fff;
  border-radius: 0;
}
/* line 125, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-dropdown > .g-dropdown-column {
  border: 1px solid transparent;
}
/* line 128, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-dropdown a {
  color: #fff;
}
/* line 130, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-dropdown a:hover {
  color: #410000;
}
/* line 136, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 137, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 138, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}
/* line 142, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}
/* line 149, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 150, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  background: #8d0000;
  color: #fff;
  border: 1px solid #830000;
  border-radius: 2px;
}
/* line 155, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-overlay .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  background: #8d0000;
  color: #fff;
  border: 1px solid #830000;
  border-radius: 2px;
}
/* line 163, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 164, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 165, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
  border: 1px solid transparent;
}
/* line 171, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li:last-child {
  border-bottom: none;
}
/* line 175, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 176, templates/rt_xenon/scss/xenon/_overlay.scss */
/* line 177, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
/* line 185, templates/rt_xenon/scss/xenon/_overlay.scss */
@media only all and (max-width: 47.99rem) {
  #g-overlay .g-menu-block {
    display: none;
  }
}
/* line 190, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.85rem;
  font-weight: bold;
  opacity: 0.8;
  padding-top: 0;
}
/* line 199, templates/rt_xenon/scss/xenon/_overlay.scss */
.g-overlaytoggle {
  position: relative;
  padding: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-overlaytoggle {
    display: none;
  }
}
/* line 205, templates/rt_xenon/scss/xenon/_overlay.scss */
.g-overlaytoggle .nav-toggle {
  cursor: pointer;
}
/* line 207, templates/rt_xenon/scss/xenon/_overlay.scss */
.g-overlaytoggle .nav-toggle:focus {
  outline: none;
}
/* line 210, templates/rt_xenon/scss/xenon/_overlay.scss */
.g-overlaytoggle .nav-toggle .g-overlaytoggle-bar, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:before, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}
/* line 222, templates/rt_xenon/scss/xenon/_overlay.scss */
.g-overlaytoggle .g-overlaytoggle-bar-wrapper {
  padding: 10px 35px 16px 16px;
  position: absolute;
  right: 0;
  top: 6px;
}
/* line 228, templates/rt_xenon/scss/xenon/_overlay.scss */
.g-overlaytoggle .g-overlaytoggle-text {
  position: absolute;
  right: 50px;
  top: 5px;
}
/* line 237, templates/rt_xenon/scss/xenon/_overlay.scss */
.nav-toggle .g-overlaytoggle-bar:before {
  top: -10px;
}
/* line 240, templates/rt_xenon/scss/xenon/_overlay.scss */
.nav-toggle .g-overlaytoggle-bar:after {
  bottom: -10px;
}
/* line 243, templates/rt_xenon/scss/xenon/_overlay.scss */
.nav-toggle .g-overlaytoggle-bar, .nav-toggle .g-overlaytoggle-bar:before, .nav-toggle .g-overlaytoggle-bar:after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 246, templates/rt_xenon/scss/xenon/_overlay.scss */
.nav-toggle.active .g-overlaytoggle-bar {
  background-color: transparent;
}
/* line 249, templates/rt_xenon/scss/xenon/_overlay.scss */
.nav-toggle.active .g-overlaytoggle-bar:before, .nav-toggle.active .g-overlaytoggle-bar:after {
  top: 0;
}
/* line 252, templates/rt_xenon/scss/xenon/_overlay.scss */
.nav-toggle.active .g-overlaytoggle-bar:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 255, templates/rt_xenon/scss/xenon/_overlay.scss */
.nav-toggle.active .g-overlaytoggle-bar:after {
  top: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/* line 259, templates/rt_xenon/scss/xenon/_overlay.scss */
.navicon {
  position: relative;
  height: 26px;
}
/* line 263, templates/rt_xenon/scss/xenon/_overlay.scss */
.navicon p {
  margin: 1px 50px 0 0;
}
/* line 266, templates/rt_xenon/scss/xenon/_overlay.scss */
.navicon-fixed {
  position: fixed;
  top: 59px;
  right: 143px;
}
/* Effects */
/* line 274, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
/* line 279, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 284, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li {
  opacity: 0;
  margin-top: -80px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
  -moz-transition: opacity 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, margin-top 0.5s;
}
/* line 289, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:first-child {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 292, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 295, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 298, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 301, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(5) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
/* line 304, templates/rt_xenon/scss/xenon/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li {
  opacity: 1;
  margin-top: 0;
}
@media print {
  /* line 311, templates/rt_xenon/scss/xenon/_overlay.scss */
  #g-overlay {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_top.scss */
#g-top {
  background: rgba(0, 0, 0, 0);
  color: #888;
}
/* line 5, templates/rt_xenon/scss/xenon/_top.scss */
#g-top .g-logo-text {
  color: #090909;
}
/* line 8, templates/rt_xenon/scss/xenon/_top.scss */
#g-top .g-logo-tagline {
  color: #888;
}
/* line 12, templates/rt_xenon/scss/xenon/_top.scss */
/* line 13, templates/rt_xenon/scss/xenon/_top.scss */
#g-top .fp-top-a > .g-content {
  padding-top: 1.3rem;
}
/* line 16, templates/rt_xenon/scss/xenon/_top.scss */
#g-top .fp-top-a .g-overlaytoggle .g-overlaytoggle-text {
  right: 0;
  font-size: 0.9rem;
}
/* line 19, templates/rt_xenon/scss/xenon/_top.scss */
.dir-rtl #g-top .fp-top-a .g-overlaytoggle .g-overlaytoggle-text {
  right: inherit;
  left: 0;
}
@media only all and (max-width: 47.99rem) {
  #g-top .fp-top-a {
    display: none;
  }
}
/* line 28, templates/rt_xenon/scss/xenon/_top.scss */
/* line 29, templates/rt_xenon/scss/xenon/_top.scss */
#g-top .fp-top-b > .g-content {
  margin-right: 0;
  padding-right: 0;
  padding-top: 1.25rem;
}
@media only all and (max-width: 47.99rem) {
  #g-top .fp-top-b > .g-content {
    margin: 0;
    padding: 0;
  }
}
/* line 37, templates/rt_xenon/scss/xenon/_top.scss */
.dir-rtl #g-top .fp-top-b > .g-content {
  margin-right: inherit;
  padding-right: inherit;
  margin-left: 0;
  padding-left: 0;
}
/* line 44, templates/rt_xenon/scss/xenon/_top.scss */
#g-top .fp-top-b .g-social {
  text-align: right;
}
@media only all and (max-width: 47.99rem) {
  #g-top .fp-top-b .g-social {
    text-align: center !important;
  }
}
/* line 49, templates/rt_xenon/scss/xenon/_top.scss */
.dir-rtl #g-top .fp-top-b .g-social {
  text-align: left;
}
/* line 55, templates/rt_xenon/scss/xenon/_top.scss */
#g-top a {
  color: #888;
}
/* line 57, templates/rt_xenon/scss/xenon/_top.scss */
#g-top a:hover {
  color: #c00000;
}
@media print {
  /* line 64, templates/rt_xenon/scss/xenon/_top.scss */
  #g-top {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 4, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 9, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  position: relative;
  z-index: 10002;
}
/* line 16, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-container {
  position: relative;
}
/* line 19, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-block > .g-content {
  padding: 0 0.938rem;
}
/* line 24, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-logo {
  color: #fff;
}
/* line 29, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-popupmodule-button-wrapper {
  margin-top: 1.2rem;
  text-align: right;
}
@media only all and (max-width: 47.99rem) {
  #g-navigation .g-popupmodule-button-wrapper {
    text-align: center;
    margin-bottom: 1rem;
  }
}
/* line 36, templates/rt_xenon/scss/xenon/_navigation.scss */
.dir-rtl #g-navigation .g-popupmodule-button-wrapper {
  text-align: left;
}
/* line 39, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-popupmodule-button-wrapper .button.button-2 {
  font-size: 0.9rem;
  margin: 0;
  padding: 0.25rem 1rem;
  color: #c00000 !important;
  background: #fff;
}
/* line 45, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-popupmodule-button-wrapper .button.button-2 .fa {
  font-size: 0.9rem;
}
/* line 52, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav {
  margin: 1.2rem 0 0 0;
}
/* line 54, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 56, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 0.5rem;
}
/* line 58, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
  padding: 0.2345rem 0;
}
/* line 61, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 62, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f107";
  opacity: 0.75;
}
/* line 67, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container i {
  opacity: 1;
}
/* line 71, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 72, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: rgba(255, 255, 255, 0.65);
}
/* line 74, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
  color: rgba(255, 255, 255, 0.65);
}
/* line 82, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown {
  /* background: darken($navigation-text-color, 30%); */
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
/* line 87, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown > .g-dropdown-column {
  border: 1px solid transparent;
}
/* line 90, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown a {
  color: #808080;
}
/* line 92, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown a:hover {
  color: #c00000;
}
/* line 98, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 99, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 100, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #808080;
  border-bottom: 1px solid #fff;
}
/* line 103, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  color: #808080;
  border-bottom: 1px solid #f2f2f2;
}
/* line 109, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 110, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  border-bottom: 1px solid #b3b3b3;
}
/* line 112, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  border-bottom: 1px solid #b3b3b3;
}
/* line 117, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 118, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle > .g-menu-item-container {
  border: 0;
}
/* line 121, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 122, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
  border: 0;
}
/* line 128, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 129, templates/rt_xenon/scss/xenon/_navigation.scss */
/* line 130, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
/* line 138, templates/rt_xenon/scss/xenon/_navigation.scss */
@media only all and (max-width: 47.99rem) {
  #g-navigation .g-menu-block {
    display: none;
  }
}
/* line 143, templates/rt_xenon/scss/xenon/_navigation.scss */
#g-navigation .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.85rem;
  font-weight: bold;
  opacity: 0.8;
  padding-top: 0;
}
@media print {
  /* line 153, templates/rt_xenon/scss/xenon/_navigation.scss */
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_header.scss */
#g-header {
  /* background: $header-background; */
  background: none;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -3.5rem;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
/* line 13, templates/rt_xenon/scss/xenon/_header.scss */
.g-offline #g-header, .g-comingsoon #g-header {
  margin-top: 0;
}
@media only all and (max-width: 47.99rem) {
  #g-header {
    margin-top: 0;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-header {
    border-radius: 0;
  }
}
/* line 30, templates/rt_xenon/scss/xenon/_header.scss */
/* line 31, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-start > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-07.jpg');
}
/* line 38, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-start .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
/* line 41, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-start .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-start .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 48, templates/rt_xenon/scss/xenon/_header.scss */
/* line 49, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-start .flex-control-nav a {
  color: #fff;
}
/* line 56, templates/rt_xenon/scss/xenon/_header.scss */
/* line 57, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-aa > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-07.jpg');
}
/* line 64, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-aa .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
/* line 67, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-aa .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-aa .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 74, templates/rt_xenon/scss/xenon/_header.scss */
/* line 75, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-aa .flex-control-nav a {
  color: #fff;
}
/* line 82, templates/rt_xenon/scss/xenon/_header.scss */
/* line 83, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-a > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-07.jpg');
}
/* line 90, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-a .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}
/* line 93, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-a .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-a .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 100, templates/rt_xenon/scss/xenon/_header.scss */
/* line 101, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-a .flex-control-nav a {
  color: #fff;
}
/* line 107, templates/rt_xenon/scss/xenon/_header.scss */
/* line 108, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-b > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-01.jpg');
}
/* line 114, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-b .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
/* line 117, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-b .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-b .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 124, templates/rt_xenon/scss/xenon/_header.scss */
/* line 125, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-b .flex-control-nav a {
  color: #fff;
}
/* line 131, templates/rt_xenon/scss/xenon/_header.scss */
/* line 132, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-c > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-02.jpg');
}
/* line 138, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-c .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
/* line 141, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-c .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-c .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 148, templates/rt_xenon/scss/xenon/_header.scss */
/* line 149, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-c .flex-control-nav a {
  color: #fff;
}
/* line 155, templates/rt_xenon/scss/xenon/_header.scss */
/* line 156, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-d > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-03.jpg');
}
/* line 162, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-d .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
/* line 165, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-d .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-d .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 172, templates/rt_xenon/scss/xenon/_header.scss */
/* line 173, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-d .flex-control-nav a {
  color: #fff;
}
/* line 180, templates/rt_xenon/scss/xenon/_header.scss */
/* line 181, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-e > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-04.jpg');
}
/* line 187, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-e .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
/* line 190, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-e .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-e .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 197, templates/rt_xenon/scss/xenon/_header.scss */
/* line 198, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-e .flex-control-nav a {
  color: #fff;
}
/* line 204, templates/rt_xenon/scss/xenon/_header.scss */
/* line 205, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-f > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-05.jpg');
}
/* line 211, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-f .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
/* line 214, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-f .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-f .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 221, templates/rt_xenon/scss/xenon/_header.scss */
/* line 222, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-f .flex-control-nav a {
  color: #fff;
}
/* line 228, templates/rt_xenon/scss/xenon/_header.scss */
/* line 229, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-g > .g-content {
  margin: 0;
  padding: 0;
  background-image: url('../../../../images/headers/bg-06.jpg');
}
/* line 235, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-g .g-flexslider-slideshow-item-content-container {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
/* line 238, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-g .g-flexslider-slideshow-item-desc {
  width: 63%;
  margin: 0.5rem auto 1rem auto;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-g .g-flexslider-slideshow-item-desc {
    width: 90%;
  }
}
/* line 245, templates/rt_xenon/scss/xenon/_header.scss */
/* line 246, templates/rt_xenon/scss/xenon/_header.scss */
#g-header .fp-header-g .flex-control-nav a {
  color: #fff;
}
@media print {
  /* line 262, templates/rt_xenon/scss/xenon/_header.scss */
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.2345rem 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
}
/* line 10, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-standard .g-dropdown {
  float: left;
}
/* line 16, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-standard .g-dropdown {
  min-width: 180px;
}
/* line 19, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav {
  z-index: 20;
}
/* line 21, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 22, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 26, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 28, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 30, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  line-height: 1;
}
/* line 35, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 36, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  line-height: normal;
}
/* line 42, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  width: 1.25rem;
  padding: 0.25rem;
  height: 1.25rem;
}
/* line 49, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
/* line 54, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 55, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
  top: -7px !important;
}
/* line 58, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-standard > .g-dropdown .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  top: -7px;
}
/* line 62, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 63, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-standard .g-dropdown:after, .g-main-nav .g-fullwidth .g-dropdown:after {
  left: -11px !important;
}
/* line 68, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-dropdown {
  text-align: left;
  border-radius: 4px;
}
/* line 71, templates/rt_xenon/scss/xenon/_mainnav.scss */
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
/* line 75, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 76, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-sublevel > li {
  margin: 0.3125rem 0.9375rem;
  padding: 0 0 0.2345rem 0;
}
/* line 79, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  line-height: normal;
  font-size: 0.85rem;
  font-weight: normal;
}
/* line 84, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  vertical-align: top;
}
/* line 89, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 90, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  right: 0.638rem;
  top: 0;
  margin-top: -0.65rem;
}
/* line 94, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  content: "\f105";
  opacity: 0.5;
  position: relative;
  top: 0.75rem;
}
/* line 107, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-menu-item-subtitle {
  opacity: 0.7;
}
/* line 112, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 113, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-preset-thumbnails .g-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto !important;
  -moz-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
/* line 115, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-preset-thumbnails .g-block > .g-content {
  margin: 1rem 0;
  padding: 0 0.5rem !important;
}
/* line 42, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 43, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 44, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown {
  margin-left: 10px;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: -1;
}
/* line 61, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard > .g-dropdown {
  margin-left: 0;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 21, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 5px;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid transparent;
  z-index: -1;
}
/* line 129, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.5);
}
/* line 133, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-menu-overlay.g-menu-overlay-open {
  z-index: 19;
  display: none;
}
@media only all and (max-width: 47.99rem) {
  .g-menu-overlay.g-menu-overlay-open {
    display: block;
  }
}
/* line 141, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 142, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 143, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 144, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 145, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 146, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 147, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-menu-hastouch .g-standard .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 156, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 157, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 158, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 159, templates/rt_xenon/scss/xenon/_mainnav.scss */
/* line 160, templates/rt_xenon/scss/xenon/_mainnav.scss */
.g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 4px;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 1, templates/rt_xenon/scss/xenon/_showcase.scss */
#g-showcase {
  background: #f7f7f7;
  color: #888;
  position: relative;
  z-index: 10003;
}
/* line 7, templates/rt_xenon/scss/xenon/_showcase.scss */
/* line 8, templates/rt_xenon/scss/xenon/_showcase.scss */
#g-showcase .fp-showcase-a > .g-content {
  padding: 0;
}
/* line 11, templates/rt_xenon/scss/xenon/_showcase.scss */
@media only all and (max-width: 47.99rem) {
  #g-showcase .fp-showcase-a .g-popupgrid, #g-showcase .fp-showcase-a .g-popupgrid-item {
    width: 100% !important;
  }
}
@media print {
  /* line 20, templates/rt_xenon/scss/xenon/_showcase.scss */
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_utility.scss */
#g-utility {
  background: #010101;
  color: #fff;
}
/* line 5, templates/rt_xenon/scss/xenon/_utility.scss */
/* line 6, templates/rt_xenon/scss/xenon/_utility.scss */
#g-utility .fp-utility-a > .g-content {
  margin: 0;
  padding: 6rem;
}
@media only all and (max-width: 47.99rem) {
  #g-utility .fp-utility-a > .g-content {
    padding: 3rem 1.563rem;
  }
}
/* line 13, templates/rt_xenon/scss/xenon/_utility.scss */
#g-utility .fp-utility-a .flex-direction-nav a {
  bottom: -1.5rem;
  background: rgba(255, 255, 255, 0.25);
}
/* line 17, templates/rt_xenon/scss/xenon/_utility.scss */
#g-utility .fp-utility-a .flex-control-nav {
  left: -6px;
  right: inherit;
  bottom: -2rem;
}
@media print {
  /* line 26, templates/rt_xenon/scss/xenon/_utility.scss */
  #g-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_feature.scss */
#g-feature {
  background: #c00000;
  color: #fff;
  position: relative;
  z-index: 1000;
}
/* line 7, templates/rt_xenon/scss/xenon/_feature.scss */
/* line 8, templates/rt_xenon/scss/xenon/_feature.scss */
#g-feature .fp-feature-a > .g-content {
  margin: 0;
  padding: 0;
}
/* line 14, templates/rt_xenon/scss/xenon/_feature.scss */
#g-feature .button {
  background: #f30000;
}
/* line 16, templates/rt_xenon/scss/xenon/_feature.scss */
#g-feature .button:hover, #g-feature .button:active, #g-feature .button:focus {
  background: #8d0000;
}
@media print {
  /* line 23, templates/rt_xenon/scss/xenon/_feature.scss */
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_above.scss */
#g-above {
  background: #fff;
  color: #888;
}
/* line 5, templates/rt_xenon/scss/xenon/_above.scss */
#g-above .g-newsticker-label {
  color: #484848;
}
@media print {
  /* line 11, templates/rt_xenon/scss/xenon/_above.scss */
  #g-above {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_main.scss */
#g-mainbar {
  background: #fff;
  color: #686868;
}
/* line 6, templates/rt_xenon/scss/xenon/_main.scss */
/* line 7, templates/rt_xenon/scss/xenon/_main.scss */
.g-home #g-mainbar .g-gridcontent-item-text2, .g-homepositions #g-mainbar .g-gridcontent-item-text2 {
  color: #686868;
}
/* line 13, templates/rt_xenon/scss/xenon/_main.scss */
/* line 14, templates/rt_xenon/scss/xenon/_main.scss */
/* line 15, templates/rt_xenon/scss/xenon/_main.scss */
.g-typography #g-mainbar > .g-grid:nth-child(even) {
  background: #fcfcfc;
}
/* line 18, templates/rt_xenon/scss/xenon/_main.scss */
.g-typography #g-mainbar > .g-grid:nth-child(odd) {
  background: #f2f2f2;
}
@media print {
  /* line 26, templates/rt_xenon/scss/xenon/_main.scss */
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_aside.scss */
#g-aside {
  background: #fff;
  color: #686868;
}
@media print {
  /* line 7, templates/rt_xenon/scss/xenon/_aside.scss */
  #g-aside {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_sidebar.scss */
#g-sidebar {
  background: #fff;
  color: #686868;
}
@media print {
  /* line 7, templates/rt_xenon/scss/xenon/_sidebar.scss */
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_expanded.scss */
#g-expanded {
  background: #fff;
  color: #121212;
}
/* line 5, templates/rt_xenon/scss/xenon/_expanded.scss */
#g-expanded .fp-expanded-a {
  overflow: hidden;
}
/* line 7, templates/rt_xenon/scss/xenon/_expanded.scss */
#g-expanded .fp-expanded-a > .g-content {
  margin: 0;
  padding: 0;
}
/* line 11, templates/rt_xenon/scss/xenon/_expanded.scss */
#g-expanded .fp-expanded-a .g-newsslider-headlines {
  background: rgba(18, 18, 18, 0.05);
}
/* line 14, templates/rt_xenon/scss/xenon/_expanded.scss */
#g-expanded .fp-expanded-a .g-newsslider-content {
  padding: 1.563rem;
}
@media print {
  /* line 21, templates/rt_xenon/scss/xenon/_expanded.scss */
  #g-expanded {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension {
  background: #c00000;
  color: #fff;
}
/* line 5, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .button {
  background: #f30000;
}
/* line 7, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .button:hover, #g-extension .button:active, #g-extension .button:focus {
  background: #8d0000;
}
/* line 12, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .ct-grid {
  stroke: rgba(255, 255, 255, 0.35);
}
/* line 16, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .ct-label {
  fill: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}
/* line 21, templates/rt_xenon/scss/xenon/_extension.scss */
/* line 22, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .ct-series-a .ct-bar, #g-extension .ct-series-a .ct-line, #g-extension .ct-series-a .ct-point, #g-extension .ct-series-a .ct-slice-donut {
  stroke: #8d0000;
}
/* line 25, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .ct-series-a .ct-area, #g-extension .ct-series-a .ct-slice-pie {
  fill: #8d0000;
}
/* line 30, templates/rt_xenon/scss/xenon/_extension.scss */
/* line 31, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .ct-series-b .ct-bar, #g-extension .ct-series-b .ct-line, #g-extension .ct-series-b .ct-point, #g-extension .ct-series-b .ct-slice-donut {
  stroke: #00c0c0;
}
/* line 33, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset2 #g-extension .ct-series-b .ct-bar, .g-style-preset2 #g-extension .ct-series-b .ct-line, .g-style-preset2 #g-extension .ct-series-b .ct-point, .g-style-preset2 #g-extension .ct-series-b .ct-slice-donut, .g-style-preset3 #g-extension .ct-series-b .ct-bar, .g-style-preset3 #g-extension .ct-series-b .ct-line, .g-style-preset3 #g-extension .ct-series-b .ct-point, .g-style-preset3 #g-extension .ct-series-b .ct-slice-donut {
  stroke: #007373;
}
/* line 37, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset4 #g-extension .ct-series-b .ct-bar, .g-style-preset4 #g-extension .ct-series-b .ct-line, .g-style-preset4 #g-extension .ct-series-b .ct-point, .g-style-preset4 #g-extension .ct-series-b .ct-slice-donut {
  stroke: #27ffff;
}
/* line 40, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset5 #g-extension .ct-series-b .ct-bar, .g-style-preset5 #g-extension .ct-series-b .ct-line, .g-style-preset5 #g-extension .ct-series-b .ct-point, .g-style-preset5 #g-extension .ct-series-b .ct-slice-donut {
  stroke: #006464;
}
/* line 44, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .ct-series-b .ct-area, #g-extension .ct-series-b .ct-slice-pie {
  fill: #00c0c0;
}
/* line 46, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset2 #g-extension .ct-series-b .ct-area, .g-style-preset2 #g-extension .ct-series-b .ct-slice-pie, .g-style-preset3 #g-extension .ct-series-b .ct-area, .g-style-preset3 #g-extension .ct-series-b .ct-slice-pie {
  fill: #007373;
}
/* line 50, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset4 #g-extension .ct-series-b .ct-area, .g-style-preset4 #g-extension .ct-series-b .ct-slice-pie {
  fill: #27ffff;
}
/* line 53, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset5 #g-extension .ct-series-b .ct-area, .g-style-preset5 #g-extension .ct-series-b .ct-slice-pie {
  fill: #006464;
}
/* line 59, templates/rt_xenon/scss/xenon/_extension.scss */
/* line 60, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .ct-series-c .ct-bar, #g-extension .ct-series-c .ct-line, #g-extension .ct-series-c .ct-point, #g-extension .ct-series-c .ct-slice-donut {
  stroke: #77b300;
}
/* line 62, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset2 #g-extension .ct-series-c .ct-bar, .g-style-preset2 #g-extension .ct-series-c .ct-line, .g-style-preset2 #g-extension .ct-series-c .ct-point, .g-style-preset2 #g-extension .ct-series-c .ct-slice-donut {
  stroke: #446700;
}
/* line 65, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset3 #g-extension .ct-series-c .ct-bar, .g-style-preset3 #g-extension .ct-series-c .ct-line, .g-style-preset3 #g-extension .ct-series-c .ct-point, .g-style-preset3 #g-extension .ct-series-c .ct-slice-donut {
  stroke: #88cd00;
}
/* line 68, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset4 #g-extension .ct-series-c .ct-bar, .g-style-preset4 #g-extension .ct-series-c .ct-line, .g-style-preset4 #g-extension .ct-series-c .ct-point, .g-style-preset4 #g-extension .ct-series-c .ct-slice-donut {
  stroke: #6da400;
}
/* line 72, templates/rt_xenon/scss/xenon/_extension.scss */
#g-extension .ct-series-c .ct-area, #g-extension .ct-series-c .ct-slice-pie {
  fill: #77b300;
}
/* line 74, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset2 #g-extension .ct-series-c .ct-area, .g-style-preset2 #g-extension .ct-series-c .ct-slice-pie {
  fill: #446700;
}
/* line 77, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset3 #g-extension .ct-series-c .ct-area, .g-style-preset3 #g-extension .ct-series-c .ct-slice-pie {
  fill: #88cd00;
}
/* line 80, templates/rt_xenon/scss/xenon/_extension.scss */
.g-style-preset4 #g-extension .ct-series-c .ct-area, .g-style-preset4 #g-extension .ct-series-c .ct-slice-pie {
  fill: #6da400;
}
@media print {
  /* line 89, templates/rt_xenon/scss/xenon/_extension.scss */
  #g-extension {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_bottom.scss */
#g-bottom {
  background: #121212;
  color: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
@media only all and (max-width: 47.99rem) {
  #g-bottom {
    border-radius: 0;
  }
}
/* line 11, templates/rt_xenon/scss/xenon/_bottom.scss */
#g-bottom .fp-bottom-b {
  margin-top: -1rem;
}
/* line 13, templates/rt_xenon/scss/xenon/_bottom.scss */
#g-bottom .fp-bottom-b > .g-content {
  margin-top: 0;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0;
}
/* line 20, templates/rt_xenon/scss/xenon/_bottom.scss */
#g-bottom .fp-bottom-b .g-inline-action-text, #g-bottom .fp-bottom-b .g-inline-action-button, #g-bottom .fp-bottom-b .g-promo, #g-bottom .fp-bottom-b .g-textpromo {
  display: inline-block;
}
@media only all and (max-width: 47.99rem) {
  #g-bottom .fp-bottom-b .g-inline-action-text, #g-bottom .fp-bottom-b .g-inline-action-button, #g-bottom .fp-bottom-b .g-promo, #g-bottom .fp-bottom-b .g-textpromo {
    display: block;
    margin-bottom: 1rem;
  }
}
/* line 31, templates/rt_xenon/scss/xenon/_bottom.scss */
#g-bottom .fp-bottom-b .g-promo {
  text-transform: none;
}
/* line 35, templates/rt_xenon/scss/xenon/_bottom.scss */
#g-bottom .fp-bottom-b .g-textpromo {
  margin: 0 1rem;
  opacity: 0.7;
}
@media only all and (max-width: 47.99rem) {
  #g-bottom .fp-bottom-b .g-textpromo {
    margin: 0 0 1rem 0;
  }
}
@media print {
  /* line 46, templates/rt_xenon/scss/xenon/_bottom.scss */
  #g-bottom {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer {
  background: rgba(0, 0, 0, 0);
  color: #686868;
}
@media only all and (max-width: 47.99rem) {
  #g-footer {
    background: rgba(255, 255, 255, 0.5);
  }
}
/* line 10, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .g-container {
  padding: 1.5rem 0;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .g-container {
    text-align: center;
  }
}
/* line 16, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .g-content {
  padding: 0 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .g-content {
    padding: 0.469rem 0.938rem 0 0.938rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-footer {
    margin: 0 0 1rem 0;
    border-radius: 0 0 4px 4px;
  }
}
/* line 28, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 30, templates/rt_xenon/scss/xenon/_footer.scss */
@media only all and (max-width: 47.99rem) {
  #g-footer .fp-footer-a .g-infolist.g-2cols .g-infolist-item, #g-footer .fp-footer-b .g-infolist.g-2cols .g-infolist-item {
    width: 45% !important;
  }
}
/* line 35, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .fp-footer-a .g-infolist .g-infolist-item-text, #g-footer .fp-footer-b .g-infolist .g-infolist-item-text {
  padding-top: 0;
}
/* line 40, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 41, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .fp-footer-c p {
  font-size: 0.9rem;
}
/* line 46, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 47, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 48, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .fp-footer-d .g-newsletter .g-newsletter-inputbox, #g-footer .fp-footer-d .g-newsletter .g-newsletter-button {
  height: 40px;
}
/* line 53, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .fp-footer-d .g-newsletter-inputbox {
  border: 1px solid rgba(104, 104, 104, 0.5);
  border-radius: 40px;
  background: #fff;
}
/* line 62, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 63, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .g-infolist.g-gridmenu {
  margin-top: 1rem;
}
/* line 65, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .g-infolist.g-gridmenu .g-infolist-item {
  border-bottom: none;
  margin: 0 !important;
  padding: 0 0 0.469rem 0;
}
/* line 70, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
    font-size: 0.8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
    font-size: 0.9rem;
  }
}
/* line 82, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .g-infolist.g-gridmenu .g-infolist-item-title a {
  font-weight: normal;
}
/* line 86, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .g-infolist.g-gridmenu .g-infolist-item-text {
  padding: 0;
}
/* line 89, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 90, templates/rt_xenon/scss/xenon/_footer.scss */
@media only all and (max-width: 47.99rem) {
  #g-footer .g-infolist.g-gridmenu.g-2cols .g-infolist-item {
    width: 47% !important;
  }
}
/* line 100, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 101, templates/rt_xenon/scss/xenon/_footer.scss */
#g-footer .g-about p {
  margin-top: 0.85rem;
  font-size: 0.9rem;
}
/* line 108, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 109, templates/rt_xenon/scss/xenon/_footer.scss */
/* line 110, templates/rt_xenon/scss/xenon/_footer.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-contact.g-office-hours .g-contact-item {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 116, templates/rt_xenon/scss/xenon/_footer.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-contact.g-office-hours .g-contact-icon {
    display: none;
  }
}
/* line 125, templates/rt_xenon/scss/xenon/_footer.scss */
@media only all and (max-width: 47.99rem) {
  /* line 127, templates/rt_xenon/scss/xenon/_footer.scss */
  #g-footer .g-sample-sitemap .g-block {
    -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;
    width: 50% !important;
  }
}
/* line 132, templates/rt_xenon/scss/xenon/_footer.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-sample-sitemap li a {
    font-size: 0.8rem;
  }
}
@media print {
  /* line 141, templates/rt_xenon/scss/xenon/_footer.scss */
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_copyright.scss */
#g-copyright {
  background: rgba(0, 0, 0, 0);
  color: #686868;
  font-size: 0.9rem;
  border-top: 1px solid rgba(104, 104, 104, 0.25);
}
@media only all and (max-width: 47.99rem) {
  #g-copyright {
    border-top: 0;
  }
}
/* line 12, templates/rt_xenon/scss/xenon/_copyright.scss */
#g-copyright .g-content {
  padding-bottom: 0.469rem;
}
@media only all and (max-width: 47.99rem) {
  #g-copyright .g-content {
    padding: 0.469rem 0.938rem 0 0.938rem;
  }
}
/* line 20, templates/rt_xenon/scss/xenon/_copyright.scss */
@media only all and (max-width: 47.99rem) {
  #g-copyright .g-branding {
    text-align: center;
  }
}
/* line 27, templates/rt_xenon/scss/xenon/_copyright.scss */
@media only all and (max-width: 47.99rem) {
  #g-copyright .g-totop {
    text-align: center !important;
  }
}
@media print {
  /* line 35, templates/rt_xenon/scss/xenon/_copyright.scss */
  #g-copyright {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 2, templates/rt_xenon/scss/xenon/_variations.scss */
.flush > .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 8, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 9, templates/rt_xenon/scss/xenon/_variations.scss */
.nopaddingall > .g-content {
  padding: 0 !important;
}
/* line 14, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 15, templates/rt_xenon/scss/xenon/_variations.scss */
.nomarginall > .g-content {
  margin: 0 !important;
}
/* line 20, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 21, templates/rt_xenon/scss/xenon/_variations.scss */
.title-center .g-title {
  text-align: center;
  margin: 0 0 2rem 0;
}
/* line 27, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 28, templates/rt_xenon/scss/xenon/_variations.scss */
.title-rounded .g-title {
  border-radius: 2rem;
  padding: 0.625rem 1.5rem;
}
/* line 34, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 35, templates/rt_xenon/scss/xenon/_variations.scss */
.title-underline .g-title {
  padding: 0.5rem 0;
}
/* line 37, templates/rt_xenon/scss/xenon/_variations.scss */
.title-underline .g-title:after {
  border: 1px solid rgba(104, 104, 104, 0.5);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
}
/* line 45, templates/rt_xenon/scss/xenon/_variations.scss */
.dir-rtl .title-underline .g-title:after {
  left: inherit;
  right: 0;
}
/* line 53, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 54, templates/rt_xenon/scss/xenon/_variations.scss */
.title-inline .g-title {
  display: inline-block;
  margin-bottom: 0.625rem !important;
}
/* line 60, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 61, templates/rt_xenon/scss/xenon/_variations.scss */
.title1 .g-title, .title2 .g-title, .title3 .g-title, .title4 .g-title, .title-white .g-title, .title-grey .g-title, .title-pink .g-title, .title-red .g-title, .title-purple .g-title, .title-orange .g-title, .title-blue .g-title {
  margin: -0.938rem -0.938rem 1.5rem -0.938rem;
  padding: 0.625rem 1rem;
}
/* line 67, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 68, templates/rt_xenon/scss/xenon/_variations.scss */
.moduletable[class*="box"], .widget[class*="box"] {
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 72, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 73, templates/rt_xenon/scss/xenon/_variations.scss */
.moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/* line 81, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 82, templates/rt_xenon/scss/xenon/_variations.scss */
.title1 .g-title, .title1 .button {
  background: #970000;
  color: #fff;
}
/* line 86, templates/rt_xenon/scss/xenon/_variations.scss */
.title1 .button {
  background: #970000;
}
/* line 90, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 91, templates/rt_xenon/scss/xenon/_variations.scss */
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #970000;
}
/* line 96, templates/rt_xenon/scss/xenon/_variations.scss */
.box1.moduletable, .box1.widget, .box1 > .g-content {
  color: #fff;
}
/* line 100, templates/rt_xenon/scss/xenon/_variations.scss */
.box1 .button {
  background: #740000;
}
/* line 103, templates/rt_xenon/scss/xenon/_variations.scss */
.box1 a {
  color: #ff5a5a;
}
/* line 105, templates/rt_xenon/scss/xenon/_variations.scss */
.box1 a:hover {
  color: #ff0e0e;
}
/* line 110, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 111, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 112, templates/rt_xenon/scss/xenon/_variations.scss */
.box1 .button:hover, .title1 .button:hover, .box1 .button:active, .title1 .button:active, .box1 .button:focus, .title1 .button:focus {
  background: #f30000;
}
/* line 115, templates/rt_xenon/scss/xenon/_variations.scss */
.box1 .button.button-3, .title1 .button.button-3, .box1 .button.button-4, .title1 .button.button-4 {
  color: #740000;
  border-color: #740000;
}
/* line 118, templates/rt_xenon/scss/xenon/_variations.scss */
.box1 .button.button-3:hover, .title1 .button.button-3:hover, .box1 .button.button-4:hover, .title1 .button.button-4:hover, .box1 .button.button-3:active, .title1 .button.button-3:active, .box1 .button.button-4:active, .title1 .button.button-4:active, .box1 .button.button-3:focus, .title1 .button.button-3:focus, .box1 .button.button-4:focus, .title1 .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 126, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 127, templates/rt_xenon/scss/xenon/_variations.scss */
.title2 .g-title, .title2 .button {
  background: #007373;
  color: #fff;
}
/* line 131, templates/rt_xenon/scss/xenon/_variations.scss */
.title2 .button {
  background: #007373;
}
/* line 135, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 136, templates/rt_xenon/scss/xenon/_variations.scss */
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background: #007373;
}
/* line 141, templates/rt_xenon/scss/xenon/_variations.scss */
.box2.moduletable, .box2.widget, .box2 > .g-content {
  color: #fff;
}
/* line 145, templates/rt_xenon/scss/xenon/_variations.scss */
.box2 .button {
  background: #002727;
}
/* line 148, templates/rt_xenon/scss/xenon/_variations.scss */
.box2 a {
  color: #000;
}
/* line 150, templates/rt_xenon/scss/xenon/_variations.scss */
.box2 a:hover {
  color: #00c0c0;
}
/* line 155, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 156, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 157, templates/rt_xenon/scss/xenon/_variations.scss */
.box2 .button:hover, .title2 .button:hover, .box2 .button:active, .title2 .button:active, .box2 .button:focus, .title2 .button:focus {
  background: #00a6a6;
}
/* line 160, templates/rt_xenon/scss/xenon/_variations.scss */
.box2 .button.button-3, .title2 .button.button-3, .box2 .button.button-4, .title2 .button.button-4 {
  color: #002727;
  border-color: #002727;
}
/* line 163, templates/rt_xenon/scss/xenon/_variations.scss */
.box2 .button.button-3:hover, .title2 .button.button-3:hover, .box2 .button.button-4:hover, .title2 .button.button-4:hover, .box2 .button.button-3:active, .title2 .button.button-3:active, .box2 .button.button-4:active, .title2 .button.button-4:active, .box2 .button.button-3:focus, .title2 .button.button-3:focus, .box2 .button.button-4:focus, .title2 .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 171, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 172, templates/rt_xenon/scss/xenon/_variations.scss */
.title3 .g-title, .title3 .button {
  background: #77b300;
  color: #fff;
}
/* line 176, templates/rt_xenon/scss/xenon/_variations.scss */
.title3 .button {
  background: #77b300;
}
/* line 180, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 181, templates/rt_xenon/scss/xenon/_variations.scss */
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  background: #77b300;
}
/* line 186, templates/rt_xenon/scss/xenon/_variations.scss */
.box3.moduletable, .box3.widget, .box3 > .g-content {
  color: #fff;
}
/* line 190, templates/rt_xenon/scss/xenon/_variations.scss */
.box3 .button {
  background: #446700;
}
/* line 193, templates/rt_xenon/scss/xenon/_variations.scss */
.box3 a {
  color: #111a00;
}
/* line 195, templates/rt_xenon/scss/xenon/_variations.scss */
.box3 a:hover {
  color: #af0;
}
/* line 200, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 201, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 202, templates/rt_xenon/scss/xenon/_variations.scss */
.box3 .button:hover, .title3 .button:hover, .box3 .button:active, .title3 .button:active, .box3 .button:focus, .title3 .button:focus {
  background: #558000;
}
/* line 205, templates/rt_xenon/scss/xenon/_variations.scss */
.box3 .button.button-3, .title3 .button.button-3, .box3 .button.button-4, .title3 .button.button-4 {
  color: #223400;
  border-color: #223400;
}
/* line 208, templates/rt_xenon/scss/xenon/_variations.scss */
.box3 .button.button-3:hover, .title3 .button.button-3:hover, .box3 .button.button-4:hover, .title3 .button.button-4:hover, .box3 .button.button-3:active, .title3 .button.button-3:active, .box3 .button.button-4:active, .title3 .button.button-4:active, .box3 .button.button-3:focus, .title3 .button.button-3:focus, .box3 .button.button-4:focus, .title3 .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 216, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 217, templates/rt_xenon/scss/xenon/_variations.scss */
.title4 .g-title {
  background: #f2f2f2;
  color: #686868;
}
/* line 221, templates/rt_xenon/scss/xenon/_variations.scss */
.title4 .button {
  color: #808080 !important;
  background: #ccc;
}
/* line 224, templates/rt_xenon/scss/xenon/_variations.scss */
.title4 .button:hover {
  color: #999 !important;
}
/* line 228, templates/rt_xenon/scss/xenon/_variations.scss */
.title4 a {
  color: #c00000;
}
/* line 230, templates/rt_xenon/scss/xenon/_variations.scss */
.title4 a:hover {
  color: #ff0e0e;
}
/* line 235, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 236, templates/rt_xenon/scss/xenon/_variations.scss */
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  background: #f2f2f2;
}
/* line 241, templates/rt_xenon/scss/xenon/_variations.scss */
.box4.moduletable, .box4.widget, .box4 > .g-content {
  color: #686868;
}
/* line 245, templates/rt_xenon/scss/xenon/_variations.scss */
.box4 .button {
  color: #808080 !important;
  background: #ccc;
}
/* line 248, templates/rt_xenon/scss/xenon/_variations.scss */
.box4 .button:hover {
  color: #999 !important;
}
/* line 252, templates/rt_xenon/scss/xenon/_variations.scss */
.box4 a {
  color: #c00000;
}
/* line 254, templates/rt_xenon/scss/xenon/_variations.scss */
.box4 a:hover {
  color: #ff0e0e;
}
/* line 259, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 260, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 261, templates/rt_xenon/scss/xenon/_variations.scss */
.box4 .button:hover, .title4 .button:hover, .box4 .button:active, .title4 .button:active, .box4 .button:focus, .title4 .button:focus {
  background: #d9d9d9;
}
/* line 264, templates/rt_xenon/scss/xenon/_variations.scss */
.box4 .button.button-3, .title4 .button.button-3, .box4 .button.button-4, .title4 .button.button-4 {
  color: #ccc;
  border-color: #ccc;
}
/* line 267, templates/rt_xenon/scss/xenon/_variations.scss */
.box4 .button.button-3:hover, .title4 .button.button-3:hover, .box4 .button.button-4:hover, .title4 .button.button-4:hover, .box4 .button.button-3:active, .title4 .button.button-3:active, .box4 .button.button-4:active, .title4 .button.button-4:active, .box4 .button.button-3:focus, .title4 .button.button-3:focus, .box4 .button.button-4:focus, .title4 .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 275, templates/rt_xenon/scss/xenon/_variations.scss */
.box-white {
  color: #1a1a1a;
}
/* line 278, templates/rt_xenon/scss/xenon/_variations.scss */
.title-white .g-title {
  color: #1a1a1a;
}
/* line 281, templates/rt_xenon/scss/xenon/_variations.scss */
.box-grey, .box-pink, .box-red, .box-purple, .box-blue, .box-orange {
  color: #fff;
}
/* line 284, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 285, templates/rt_xenon/scss/xenon/_variations.scss */
.title-grey .g-title, .title-pink .g-title, .title-red .g-title, .title-purple .g-title, .title-orange .g-title, .title-blue .g-title {
  color: #fff;
}
/* line 290, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 291, templates/rt_xenon/scss/xenon/_variations.scss */
.title-white .g-title, .title-white .button {
  background: #fff;
}
/* line 295, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 296, templates/rt_xenon/scss/xenon/_variations.scss */
.box-white.moduletable, .box-white.widget, .box-white.g-outer-box, .box-white > .g-content {
  background: #fff;
}
/* line 301, templates/rt_xenon/scss/xenon/_variations.scss */
.box-white .button {
  background: #bfbfbf;
}
/* line 304, templates/rt_xenon/scss/xenon/_variations.scss */
.box-white a {
  color: #bfbfbf;
}
/* line 308, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 309, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 310, templates/rt_xenon/scss/xenon/_variations.scss */
.box-white .button:hover, .title-white .button:hover, .box-white .button:active, .title-white .button:active, .box-white .button:focus, .title-white .button:focus {
  background: #e6e6e6;
}
/* line 313, templates/rt_xenon/scss/xenon/_variations.scss */
.box-white .button.button-3, .title-white .button.button-3, .box-white .button.button-2, .title-white .button.button-2 {
  color: #bfbfbf;
  border-color: #bfbfbf;
}
/* line 316, templates/rt_xenon/scss/xenon/_variations.scss */
.box-white .button.button-3:hover, .title-white .button.button-3:hover, .box-white .button.button-2:hover, .title-white .button.button-2:hover, .box-white .button.button-3:active, .title-white .button.button-3:active, .box-white .button.button-2:active, .title-white .button.button-2:active, .box-white .button.button-3:focus, .title-white .button.button-3:focus, .box-white .button.button-2:focus, .title-white .button.button-2:focus {
  color: #000;
  border-color: #000;
}
/* line 324, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 325, templates/rt_xenon/scss/xenon/_variations.scss */
.title-grey .g-title, .title-grey .button {
  background: #95a5a6;
}
/* line 329, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 330, templates/rt_xenon/scss/xenon/_variations.scss */
.box-grey.moduletable, .box-grey.widget, .box-grey.g-outer-box, .box-grey > .g-content {
  background: #95a5a6;
}
/* line 335, templates/rt_xenon/scss/xenon/_variations.scss */
.box-grey .button {
  background: #798d8f;
}
/* line 338, templates/rt_xenon/scss/xenon/_variations.scss */
.box-grey a {
  color: #dae0e0;
}
/* line 340, templates/rt_xenon/scss/xenon/_variations.scss */
.box-grey a:hover {
  color: #6d8082;
}
/* line 345, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 346, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 347, templates/rt_xenon/scss/xenon/_variations.scss */
.box-grey .button:hover, .title-grey .button:hover, .box-grey .button:active, .title-grey .button:active, .box-grey .button:focus, .title-grey .button:focus {
  background: #b1bdbd;
}
/* line 350, templates/rt_xenon/scss/xenon/_variations.scss */
.box-grey .button.button-3, .title-grey .button.button-3, .box-grey .button.button-4, .title-grey .button.button-4 {
  color: #566566;
  border-color: #798d8f;
}
/* line 353, templates/rt_xenon/scss/xenon/_variations.scss */
.box-grey .button.button-3:hover, .title-grey .button.button-3:hover, .box-grey .button.button-4:hover, .title-grey .button.button-4:hover, .box-grey .button.button-3:active, .title-grey .button.button-3:active, .box-grey .button.button-4:active, .title-grey .button.button-4:active, .box-grey .button.button-3:focus, .title-grey .button.button-3:focus, .box-grey .button.button-4:focus, .title-grey .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 361, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 362, templates/rt_xenon/scss/xenon/_variations.scss */
.title-pink .g-title, .title-pink .button {
  background: #d13b7b;
}
/* line 366, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 367, templates/rt_xenon/scss/xenon/_variations.scss */
.box-pink.moduletable, .box-pink.widget, .box-pink.g-outer-box, .box-pink > .g-content {
  background: #d13b7b;
}
/* line 372, templates/rt_xenon/scss/xenon/_variations.scss */
.box-pink .button {
  background: #b02963;
}
/* line 375, templates/rt_xenon/scss/xenon/_variations.scss */
.box-pink a {
  color: #e9a2c1;
}
/* line 377, templates/rt_xenon/scss/xenon/_variations.scss */
.box-pink a:hover {
  color: #9b2457;
}
/* line 382, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 383, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 384, templates/rt_xenon/scss/xenon/_variations.scss */
.box-pink .button:hover, .title-pink .button:hover, .box-pink .button:active, .title-pink .button:active, .box-pink .button:focus, .title-pink .button:focus {
  background: #db6497;
}
/* line 387, templates/rt_xenon/scss/xenon/_variations.scss */
.box-pink .button.button-3, .title-pink .button.button-3, .box-pink .button.button-4, .title-pink .button.button-4 {
  color: #721b40;
  border-color: #721b40;
}
/* line 390, templates/rt_xenon/scss/xenon/_variations.scss */
.box-pink .button.button-3:hover, .title-pink .button.button-3:hover, .box-pink .button.button-4:hover, .title-pink .button.button-4:hover, .box-pink .button.button-3:active, .title-pink .button.button-3:active, .box-pink .button.button-4:active, .title-pink .button.button-4:active, .box-pink .button.button-3:focus, .title-pink .button.button-3:focus, .box-pink .button.button-4:focus, .title-pink .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 398, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 399, templates/rt_xenon/scss/xenon/_variations.scss */
.title-red .g-title, .title-red .button {
  background: #ef4a44;
}
/* line 403, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 404, templates/rt_xenon/scss/xenon/_variations.scss */
.box-red.moduletable, .box-red.widget, .box-red.g-outer-box, .box-red > .g-content {
  background: #ef4a44;
}
/* line 409, templates/rt_xenon/scss/xenon/_variations.scss */
.box-red .button {
  background: #eb1d15;
}
/* line 412, templates/rt_xenon/scss/xenon/_variations.scss */
.box-red a {
  color: #f9bcb9;
}
/* line 414, templates/rt_xenon/scss/xenon/_variations.scss */
.box-red a:hover {
  color: #d41912;
}
/* line 419, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 420, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 421, templates/rt_xenon/scss/xenon/_variations.scss */
.box-red .button:hover, .title-red .button:hover, .box-red .button:active, .title-red .button:active, .box-red .button:focus, .title-red .button:focus {
  background: #f37773;
}
/* line 424, templates/rt_xenon/scss/xenon/_variations.scss */
.box-red .button.button-3, .title-red .button.button-3, .box-red .button.button-4, .title-red .button.button-4 {
  color: #a5130e;
  border-color: #a5130e;
}
/* line 427, templates/rt_xenon/scss/xenon/_variations.scss */
.box-red .button.button-3:hover, .title-red .button.button-3:hover, .box-red .button.button-4:hover, .title-red .button.button-4:hover, .box-red .button.button-3:active, .title-red .button.button-3:active, .box-red .button.button-4:active, .title-red .button.button-4:active, .box-red .button.button-3:focus, .title-red .button.button-3:focus, .box-red .button.button-4:focus, .title-red .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 435, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 436, templates/rt_xenon/scss/xenon/_variations.scss */
.title-purple .g-title, .title-purple .button {
  background: #874f9a;
}
/* line 440, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 441, templates/rt_xenon/scss/xenon/_variations.scss */
.box-purple.moduletable, .box-purple.widget, .box-purple.g-outer-box, .box-purple > .g-content {
  background: #874f9a;
}
/* line 446, templates/rt_xenon/scss/xenon/_variations.scss */
.box-purple .button {
  background: #693e78;
}
/* line 449, templates/rt_xenon/scss/xenon/_variations.scss */
.box-purple a {
  color: #c09ccc;
}
/* line 451, templates/rt_xenon/scss/xenon/_variations.scss */
.box-purple a:hover {
  color: #5b3567;
}
/* line 456, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 457, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 458, templates/rt_xenon/scss/xenon/_variations.scss */
.box-purple .button:hover, .title-purple .button:hover, .box-purple .button:active, .title-purple .button:active, .box-purple .button:focus, .title-purple .button:focus {
  background: #a06ab2;
}
/* line 461, templates/rt_xenon/scss/xenon/_variations.scss */
.box-purple .button.button-3, .title-purple .button.button-3, .box-purple .button.button-4, .title-purple .button.button-4 {
  color: #3d2446;
  border-color: #3d2446;
}
/* line 464, templates/rt_xenon/scss/xenon/_variations.scss */
.box-purple .button.button-3:hover, .title-purple .button.button-3:hover, .box-purple .button.button-4:hover, .title-purple .button.button-4:hover, .box-purple .button.button-3:active, .title-purple .button.button-3:active, .box-purple .button.button-4:active, .title-purple .button.button-4:active, .box-purple .button.button-3:focus, .title-purple .button.button-3:focus, .box-purple .button.button-4:focus, .title-purple .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 472, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 473, templates/rt_xenon/scss/xenon/_variations.scss */
.title-blue .g-title, .title-blue .button {
  background: #279fba;
}
/* line 477, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 478, templates/rt_xenon/scss/xenon/_variations.scss */
.box-blue.moduletable, .box-blue.widget, .box-blue.g-outer-box, .box-blue > .g-content {
  background: #279fba;
}
/* line 483, templates/rt_xenon/scss/xenon/_variations.scss */
.box-blue .button {
  background: #1e7b90;
}
/* line 486, templates/rt_xenon/scss/xenon/_variations.scss */
.box-blue a {
  color: #7dd1e4;
}
/* line 488, templates/rt_xenon/scss/xenon/_variations.scss */
.box-blue a:hover {
  color: #1a697b;
}
/* line 493, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 494, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 495, templates/rt_xenon/scss/xenon/_variations.scss */
.box-blue .button:hover, .title-blue .button:hover, .box-blue .button:active, .title-blue .button:active, .box-blue .button:focus, .title-blue .button:focus {
  background: #3ebad6;
}
/* line 498, templates/rt_xenon/scss/xenon/_variations.scss */
.box-blue .button.button-3, .title-blue .button.button-3, .box-blue .button.button-4, .title-blue .button.button-4 {
  color: #114551;
  border-color: #114551;
}
/* line 501, templates/rt_xenon/scss/xenon/_variations.scss */
.box-blue .button.button-3:hover, .title-blue .button.button-3:hover, .box-blue .button.button-4:hover, .title-blue .button.button-4:hover, .box-blue .button.button-3:active, .title-blue .button.button-3:active, .box-blue .button.button-4:active, .title-blue .button.button-4:active, .box-blue .button.button-3:focus, .title-blue .button.button-3:focus, .box-blue .button.button-4:focus, .title-blue .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 509, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 510, templates/rt_xenon/scss/xenon/_variations.scss */
.title-orange .g-title, .title-orange .button {
  background: #ee7933;
}
/* line 514, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 515, templates/rt_xenon/scss/xenon/_variations.scss */
.box-orange.moduletable, .box-orange.widget, .box-orange.g-outer-box, .box-orange > .g-content {
  background: #ee7933;
}
/* line 520, templates/rt_xenon/scss/xenon/_variations.scss */
.box-orange .button {
  background: #dc5e12;
}
/* line 523, templates/rt_xenon/scss/xenon/_variations.scss */
.box-orange a {
  color: #f8c6a9;
}
/* line 525, templates/rt_xenon/scss/xenon/_variations.scss */
.box-orange a:hover {
  color: #c45410;
}
/* line 530, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 531, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 532, templates/rt_xenon/scss/xenon/_variations.scss */
.box-orange .button:hover, .title-orange .button:hover, .box-orange .button:active, .title-orange .button:active, .box-orange .button:focus, .title-orange .button:focus {
  background: #f29862;
}
/* line 535, templates/rt_xenon/scss/xenon/_variations.scss */
.box-orange .button.button-3, .title-orange .button.button-3, .box-orange .button.button-4, .title-orange .button.button-4 {
  color: #95400c;
  border-color: #95400c;
}
/* line 538, templates/rt_xenon/scss/xenon/_variations.scss */
.box-orange .button.button-3:hover, .title-orange .button.button-3:hover, .box-orange .button.button-4:hover, .title-orange .button.button-4:hover, .box-orange .button.button-3:active, .title-orange .button.button-3:active, .box-orange .button.button-4:active, .title-orange .button.button-4:active, .box-orange .button.button-3:focus, .title-orange .button.button-3:focus, .box-orange .button.button-4:focus, .title-orange .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 546, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 547, templates/rt_xenon/scss/xenon/_variations.scss */
.spaced .g-content {
  margin: 1px;
}
/* line 552, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 553, templates/rt_xenon/scss/xenon/_variations.scss */
.bordered .g-content {
  border: 1px solid rgba(104, 104, 104, 0.5);
  margin: 1px;
}
/* line 559, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 560, templates/rt_xenon/scss/xenon/_variations.scss */
.shadow .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 565, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 566, templates/rt_xenon/scss/xenon/_variations.scss */
.shadow2 .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 571, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 572, templates/rt_xenon/scss/xenon/_variations.scss */
.disabled .g-content {
  opacity: 0.4;
}
/* line 577, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 578, templates/rt_xenon/scss/xenon/_variations.scss */
.square .g-content {
  border-radius: none;
}
/* line 583, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 584, templates/rt_xenon/scss/xenon/_variations.scss */
.rounded .g-content {
  border-radius: 0.1875rem;
  overflow: hidden;
}
/* line 590, templates/rt_xenon/scss/xenon/_variations.scss */
.no-bg-image {
  background-image: none !important;
}
/* line 594, templates/rt_xenon/scss/xenon/_variations.scss */
.g-block-divider {
  border-bottom: 5px solid rgba(104, 104, 104, 0.5);
  margin-top: 1.876rem;
  margin-bottom: 1.876rem;
  padding-top: 1.876rem;
  padding-bottom: 1.876rem;
}
/* line 602, templates/rt_xenon/scss/xenon/_variations.scss */
/* line 603, templates/rt_xenon/scss/xenon/_variations.scss */
.equal-height #g-aside, .equal-height #g-mainbar, .equal-height #g-sidebar {
  width: 100%;
}
/* line 608, templates/rt_xenon/scss/xenon/_variations.scss */
.equal-height .g-content {
  flex-basis: 100%;
  width: auto;
}
/* line 1, templates/rt_xenon/scss/xenon/_buttons.scss */
.button {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  background: #c00000;
  color: #fff !important;
  font-size: 1rem;
  border: 2px solid transparent;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.5rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 14, templates/rt_xenon/scss/xenon/_buttons.scss */
.button:hover, .button:active, .button:focus {
  background: #8d0000;
  color: #fff !important;
}
/* line 19, templates/rt_xenon/scss/xenon/_buttons.scss */
/* line 21, templates/rt_xenon/scss/xenon/_buttons.scss */
.button .fa {
  font-size: 1.5rem;
}
/* line 24, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-square {
  border-radius: 0;
}
/* line 26, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-square[class*="button"] {
  border-radius: 0;
}
/* line 30, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-block {
  display: block;
}
/* line 33, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-xlarge {
  font-size: 1.4rem;
}
/* line 36, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-large {
  font-size: 1.2rem;
}
/* line 39, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-medium {
  font-size: 1rem;
}
/* line 42, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-small {
  font-size: 0.8rem;
}
/* line 45, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-xsmall {
  font-size: 0.6rem;
}
/* line 48, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-2 {
  border-radius: 2rem;
}
/* line 51, templates/rt_xenon/scss/xenon/_buttons.scss */
/* line 59, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-3.button-3, .button.button-4.button-3, .button.button-grey.button-3, .button.button-pink.button-3, .button.button-red.button-3, .button.button-purple.button-3, .button.button-orange.button-3, .button.button-blue.button-3, .button.button-3.button-4, .button.button-4.button-4, .button.button-grey.button-4, .button.button-pink.button-4, .button.button-red.button-4, .button.button-purple.button-4, .button.button-orange.button-4, .button.button-blue.button-4 {
  background: transparent;
}
/* line 61, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-3.button-3:hover, .button.button-4.button-3:hover, .button.button-grey.button-3:hover, .button.button-pink.button-3:hover, .button.button-red.button-3:hover, .button.button-purple.button-3:hover, .button.button-orange.button-3:hover, .button.button-blue.button-3:hover, .button.button-3.button-4:hover, .button.button-4.button-4:hover, .button.button-grey.button-4:hover, .button.button-pink.button-4:hover, .button.button-red.button-4:hover, .button.button-purple.button-4:hover, .button.button-orange.button-4:hover, .button.button-blue.button-4:hover, .button.button-3.button-3:active, .button.button-4.button-3:active, .button.button-grey.button-3:active, .button.button-pink.button-3:active, .button.button-red.button-3:active, .button.button-purple.button-3:active, .button.button-orange.button-3:active, .button.button-blue.button-3:active, .button.button-3.button-4:active, .button.button-4.button-4:active, .button.button-grey.button-4:active, .button.button-pink.button-4:active, .button.button-red.button-4:active, .button.button-purple.button-4:active, .button.button-orange.button-4:active, .button.button-blue.button-4:active, .button.button-3.button-3:focus, .button.button-4.button-3:focus, .button.button-grey.button-3:focus, .button.button-pink.button-3:focus, .button.button-red.button-3:focus, .button.button-purple.button-3:focus, .button.button-orange.button-3:focus, .button.button-blue.button-3:focus, .button.button-3.button-4:focus, .button.button-4.button-4:focus, .button.button-grey.button-4:focus, .button.button-pink.button-4:focus, .button.button-red.button-4:focus, .button.button-purple.button-4:focus, .button.button-orange.button-4:focus, .button.button-blue.button-4:focus {
  background: transparent;
}
/* line 66, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-3 {
  border-radius: 2rem;
  color: #c00000 !important;
  border: 2px solid #c00000;
}
/* line 70, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-3:hover, .button.button-3:active, .button.button-3:focus {
  border: 2px solid #740000;
  color: #740000 !important;
}
/* line 75, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-4 {
  color: #c00000 !important;
  border: 2px solid #c00000;
}
/* line 78, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-4:hover, .button.button-4:active, .button.button-4:focus {
  border: 2px solid #740000;
  color: #740000 !important;
}
/* line 83, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-grey {
  background: #95a5a6;
}
/* line 85, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-grey.button-3, .button.button-grey.button-4 {
  color: #95a5a6 !important;
  border: 2px solid #95a5a6;
}
/* line 88, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-grey.button-3:hover, .button.button-grey.button-4:hover, .button.button-grey.button-3:active, .button.button-grey.button-4:active, .button.button-grey.button-3:focus, .button.button-grey.button-4:focus {
  border: 2px solid #6d8082;
  color: #6d8082 !important;
}
/* line 93, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-grey:hover, .button.button-grey:active, .button.button-grey:focus {
  background: #6d8082;
}
/* line 97, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-pink {
  background: #d13b7b;
}
/* line 99, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-pink.button-3, .button.button-pink.button-4 {
  color: #d13b7b !important;
  border: 2px solid #d13b7b;
}
/* line 102, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-pink.button-3:hover, .button.button-pink.button-4:hover, .button.button-pink.button-3:active, .button.button-pink.button-4:active, .button.button-pink.button-3:focus, .button.button-pink.button-4:focus {
  border: 2px solid #9b2457;
  color: #9b2457 !important;
}
/* line 107, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-pink:hover, .button.button-pink:active, .button.button-pink:focus {
  background: #9b2457;
}
/* line 111, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-red {
  background: #ef4a44;
}
/* line 113, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-red.button-3, .button.button-red.button-4 {
  color: #ef4a44 !important;
  border: 2px solid #ef4a44;
}
/* line 116, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-red.button-3:hover, .button.button-red.button-4:hover, .button.button-red.button-3:active, .button.button-red.button-4:active, .button.button-red.button-3:focus, .button.button-red.button-4:focus {
  border: 2px solid #d41912;
  color: #d41912 !important;
}
/* line 121, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-red:hover, .button.button-red:active, .button.button-red:focus {
  background: #d41912;
}
/* line 125, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-purple {
  background: #874f9a;
}
/* line 127, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-purple.button-3, .button.button-purple.button-4 {
  color: #874f9a !important;
  border: 2px solid #874f9a;
}
/* line 130, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-purple.button-3:hover, .button.button-purple.button-4:hover, .button.button-purple.button-3:active, .button.button-purple.button-4:active, .button.button-purple.button-3:focus, .button.button-purple.button-4:focus {
  border: 2px solid #5b3567;
  color: #5b3567 !important;
}
/* line 135, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-purple:hover, .button.button-purple:active, .button.button-purple:focus {
  background: #5b3567;
}
/* line 139, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-orange {
  background: #ee7933;
}
/* line 141, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-orange.button-3, .button.button-orange.button-4 {
  color: #ee7933 !important;
  border: 2px solid #ee7933;
}
/* line 144, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-orange.button-3:hover, .button.button-orange.button-4:hover, .button.button-orange.button-3:active, .button.button-orange.button-4:active, .button.button-orange.button-3:focus, .button.button-orange.button-4:focus {
  border: 2px solid #c45410;
  color: #c45410 !important;
}
/* line 149, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-orange:hover, .button.button-orange:active, .button.button-orange:focus {
  background: #c45410;
}
/* line 153, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-blue {
  background: #279fba;
}
/* line 155, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-blue.button-3, .button.button-blue.button-4 {
  color: #279fba !important;
  border: 2px solid #279fba;
}
/* line 158, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-blue.button-3:hover, .button.button-blue.button-4:hover, .button.button-blue.button-3:active, .button.button-blue.button-4:active, .button.button-blue.button-3:focus, .button.button-blue.button-4:focus {
  border: 2px solid #1a697b;
  color: #1a697b !important;
}
/* line 163, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-blue:hover, .button.button-blue:active, .button.button-blue:focus {
  background: #1a697b;
}
/* line 167, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-arrow {
  background: transparent;
  font-size: 3rem;
  line-height: 1;
  padding: 0 2rem;
}
/* line 172, templates/rt_xenon/scss/xenon/_buttons.scss */
.button.button-arrow:hover, .button.button-arrow:active, .button.button-arrow:focus {
  color: #410000 !important;
}
/* line 177, templates/rt_xenon/scss/xenon/_buttons.scss */
.g-button-arrow {
  display: block;
  font-family: "helvetica";
  font-size: 4rem;
  line-height: 2rem;
}
/* line 1, templates/rt_xenon/scss/xenon/_tables.scss */
table {
  border: 1px solid #dedede;
}
/* line 5, templates/rt_xenon/scss/xenon/_tables.scss */
th {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
/* line 10, templates/rt_xenon/scss/xenon/_tables.scss */
td {
  padding: 0.5rem;
  border: 1px solid #dedede;
}
/* line 1, templates/rt_xenon/scss/xenon/_forms.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 2px solid #c8c8c8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 6, templates/rt_xenon/scss/xenon/_forms.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c00000;
}
/* line 10, templates/rt_xenon/scss/xenon/_forms.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #c00000;
}
/* line 14, templates/rt_xenon/scss/xenon/_forms.scss */
textarea {
  width: 100%;
  box-sizing: border-box !important;
}
/* line 19, templates/rt_xenon/scss/xenon/_forms.scss */
fieldset.input {
  margin: 0;
  padding: 0;
}
/* line 24, templates/rt_xenon/scss/xenon/_forms.scss */
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 {
  background-color: white;
  vertical-align: middle;
  border: 2px solid #c8c8c8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  width: 100%;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
/* line 35, templates/rt_xenon/scss/xenon/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #c00000;
}
/* line 39, templates/rt_xenon/scss/xenon/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #c00000;
}
/* line 1, templates/rt_xenon/scss/xenon/_social.scss */
/* line 2, templates/rt_xenon/scss/xenon/_social.scss */
.g-social a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0.1rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
/* line 12, templates/rt_xenon/scss/xenon/_social.scss */
.g-social a span {
  vertical-align: middle;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-social a {
    padding: 0.1rem 0;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 5, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-grid {
  margin-bottom: 2.3445rem;
}
/* line 8, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/rt_xenon/scss/xenon/_contentarray.scss */
/* line 12, templates/rt_xenon/scss/xenon/_contentarray.scss */
/* line 13, templates/rt_xenon/scss/xenon/_contentarray.scss */
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-grid {
    margin-bottom: 0;
  }
}
/* line 27, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 33, templates/rt_xenon/scss/xenon/_contentarray.scss */
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-array-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 39, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
/* line 43, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-item-title {
  margin: 0;
}
/* line 47, templates/rt_xenon/scss/xenon/_contentarray.scss */
/* line 48, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
  margin: 15px 0 0;
}
/* line 53, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-array-item-details {
  font-size: 90%;
}
/* line 56, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
/* line 60, templates/rt_xenon/scss/xenon/_contentarray.scss */
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
/* line 1, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas {
  background: #9d0000;
  width: 12rem;
  color: #fff;
}
/* line 5, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas a {
  color: #fff;
}
/* line 7, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas a:hover {
  color: #410000;
}
/* line 12, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #fff;
}
/* line 16, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas .button {
  background: transparent;
  border: 2px solid #fff !important;
  color: #fff !important;
}
/* line 20, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas .button:hover {
  border: 2px solid #410000 !important;
  color: #410000 !important;
}
/* line 24, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas .button:active {
  border: 2px solid #410000 !important;
  color: #410000 !important;
}
/* line 30, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 34, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas .g-offcanvas-toggle {
  color: #fff;
  left: 9rem;
  top: 1rem;
}
/* line 42, templates/rt_xenon/scss/xenon/_offcanvas.scss */
.g-offcanvas-toggle {
  display: none;
  font-size: 1rem;
  color: #c00000;
  border: 2px solid #c00000;
  border-radius: 4px;
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  top: 0.8rem;
  left: 1.8rem;
  margin-left: -15px;
  padding-left: 1px;
  z-index: 100001;
}
@media only all and (max-width: 48rem) {
  /* line 45, templates/rt_xenon/scss/xenon/_offcanvas.scss */
  .g-offcanvas-toggle {
    display: block;
  }
}
/* line 67, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 68, templates/rt_xenon/scss/xenon/_offcanvas.scss */
.g-offcanvas-open .g-nav-overlay {
  z-index: 100000;
}
/* line 71, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 72, templates/rt_xenon/scss/xenon/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 12rem;
}
/* line 76, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 77, templates/rt_xenon/scss/xenon/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 12rem;
}
/* line 81, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 82, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 83, templates/rt_xenon/scss/xenon/_offcanvas.scss */
.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
  right: auto;
}
/* line 87, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 88, templates/rt_xenon/scss/xenon/_offcanvas.scss */
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  left: auto;
}
/* line 96, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 97, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 98, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #9d0000;
}
/* line 100, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 101, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #fff;
  padding: 0.938rem;
}
/* line 105, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 106, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 107, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #fff;
}
/* line 111, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #970000;
}
/* line 114, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #a70000;
}
/* line 118, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 119, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 120, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #df0000;
  background: #ac0000;
  border-radius: 0.1875rem;
  margin: -0.3rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 123, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #970000;
}
/* line 133, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 12rem;
}
/* line 136, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul i.fa {
  width: 1.5rem;
}
/* line 143, templates/rt_xenon/scss/xenon/_offcanvas.scss */
#g-mobilemenu-container {
  margin: -1.563rem;
}
/* line 148, templates/rt_xenon/scss/xenon/_offcanvas.scss */
/* line 149, templates/rt_xenon/scss/xenon/_offcanvas.scss */
.g-preset-thumbnails img {
  margin-bottom: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-preset-thumbnails {
    text-align: center;
  }
  /* line 154, templates/rt_xenon/scss/xenon/_offcanvas.scss */
  .g-preset-thumbnails .g-block {
    -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;
    width: 50% !important;
  }
  /* line 158, templates/rt_xenon/scss/xenon/_offcanvas.scss */
  .g-preset-thumbnails .g-content {
    margin: 0;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_error.scss */
/* line 2, templates/rt_xenon/scss/xenon/_error.scss */
.g-error > .g-content {
  padding: 5.628rem 0;
}
/* line 5, templates/rt_xenon/scss/xenon/_error.scss */
.g-error h1 {
  font-size: 4rem;
  line-height: 1.1;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  width: 90%;
  margin: 0 auto;
}
/* line 15, templates/rt_xenon/scss/xenon/_error.scss */
.g-error .g-layercontent {
  padding: 5rem;
}
/* line 1, templates/rt_xenon/scss/xenon/_comingsoon.scss */
/* line 2, templates/rt_xenon/scss/xenon/_comingsoon.scss */
/* line 3, templates/rt_xenon/scss/xenon/_comingsoon.scss */
.g-comingsoon-header#g-header .g-container {
  border-bottom: none;
}
/* line 6, templates/rt_xenon/scss/xenon/_comingsoon.scss */
.g-comingsoon-header#g-header .g-logo {
  font-size: 3rem;
  margin: 1.5rem auto;
}
/* line 1, templates/rt_xenon/scss/xenon/_offline.scss */
/* line 2, templates/rt_xenon/scss/xenon/_offline.scss */
/* line 3, templates/rt_xenon/scss/xenon/_offline.scss */
.g-offline-header#g-header .g-container {
  border-bottom: none;
}
/* line 6, templates/rt_xenon/scss/xenon/_offline.scss */
.g-offline-header#g-header .g-logo {
  font-size: 3rem;
  margin: 1.5rem auto;
}
/* line 12, templates/rt_xenon/scss/xenon/_offline.scss */
/* line 13, templates/rt_xenon/scss/xenon/_offline.scss */
.g-offline #grav-login {
  max-width: 32rem;
}
/* line 15, templates/rt_xenon/scss/xenon/_offline.scss */
.g-offline #grav-login .form-actions {
  margin-top: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .form-actions {
    text-align: center;
  }
}
/* line 21, templates/rt_xenon/scss/xenon/_offline.scss */
.g-offline #grav-login .button {
  text-transform: capitalize;
}
/* line 24, templates/rt_xenon/scss/xenon/_offline.scss */
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
/* line 2, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
/* line 3, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 7, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 11, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 16, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
/* line 21, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown-bounce-in-left.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-left;
  -moz-animation-name: g-dropdown-bounce-in-left;
  animation-name: g-dropdown-bounce-in-left;
}
/* line 26, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown-bounce-in-right.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-right;
  -moz-animation-name: g-dropdown-bounce-in-right;
  animation-name: g-dropdown-bounce-in-right;
}
/* line 31, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown-bounce-in-down.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-down;
  -moz-animation-name: g-dropdown-bounce-in-down;
  animation-name: g-dropdown-bounce-in-down;
}
/* line 37, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
/* line 38, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 42, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 46, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 51, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
/* line 56, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-left.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-left;
  -moz-animation-name: g-dropdown-bounce-in-left;
  animation-name: g-dropdown-bounce-in-left;
}
/* line 61, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-right.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-right;
  -moz-animation-name: g-dropdown-bounce-in-right;
  animation-name: g-dropdown-bounce-in-right;
}
/* line 66, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-down.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-down;
  -moz-animation-name: g-dropdown-bounce-in-down;
  animation-name: g-dropdown-bounce-in-down;
}
@-webkit-keyframes g-dropdown-zoom {
  /* line 74, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 78, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  /* line 74, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 78, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  /* line 74, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 78, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  /* line 84, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  /* line 88, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  /* line 84, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  /* line 88, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  /* line 84, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  /* line 88, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-left {
  /* line 94, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 98, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  /* line 103, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
  }
  /* line 108, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  /* line 112, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
  }
  /* line 116, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-left {
  /* line 94, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 98, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0);
  }
  /* line 103, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0);
  }
  /* line 108, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  /* line 112, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -moz-transform: translate3d(5px, 0, 0);
  }
  /* line 116, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-left {
  /* line 94, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 98, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  /* line 103, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    -o-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  /* line 108, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 112, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  /* line 116, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-down {
  /* line 122, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 126, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  /* line 131, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  /* line 136, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
  }
  /* line 140, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
  }
  /* line 144, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-down {
  /* line 122, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 126, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }
  /* line 131, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
  }
  /* line 136, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -moz-transform: translate3d(0, -10px, 0);
  }
  /* line 140, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -moz-transform: translate3d(0, 5px, 0);
  }
  /* line 144, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-down {
  /* line 122, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 126, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  /* line 131, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  /* line 136, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 140, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  /* line 144, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-right {
  /* line 150, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 154, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
  }
  /* line 159, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
  }
  /* line 164, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  /* line 168, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
  }
  /* line 172, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-right {
  /* line 150, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 154, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from {
    opacity: 0;
    -moz-transform: translate3d(50px, 0, 0);
  }
  /* line 159, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px, 0, 0);
  }
  /* line 164, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  /* line 168, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -moz-transform: translate3d(-5px, 0, 0);
  }
  /* line 172, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-right {
  /* line 150, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 154, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  /* line 159, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  /* line 164, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  /* line 168, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  /* line 172, templates/rt_xenon/scss/xenon/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_logo.scss */
/* line 2, templates/rt_xenon/scss/xenon/_logo.scss */
.g-logo .g-logo-text {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 0 0.469rem;
}
/* line 9, templates/rt_xenon/scss/xenon/_logo.scss */
.g-logo .g-logo-tagline {
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 0.8rem;
  position: relative;
  top: 0.3rem;
}
@media only all and (max-width: 47.99rem) {
  .g-logo .g-logo-tagline {
    display: none;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-logo {
    display: block;
    text-align: center;
    margin: -0.85rem 0;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_contact.scss */
/* line 2, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact .g-contact-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.5rem;
}
/* line 6, templates/rt_xenon/scss/xenon/_contact.scss */
.dir-rtl .g-contact .g-contact-item {
  padding-left: 0;
  padding-right: 50px;
}
/* line 11, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact .g-contact-icon {
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  border-right: 1px solid rgba(104, 104, 104, 0.5);
  width: 35px;
  height: 45px;
  line-height: 45px;
}
/* line 19, templates/rt_xenon/scss/xenon/_contact.scss */
.dir-rtl .g-contact .g-contact-icon {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(104, 104, 104, 0.5);
  border-right: 0;
}
/* line 26, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact .g-contact-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0.5;
}
/* line 32, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact .g-contact-text {
  font-family: "Arial", sans-serif;
  font-weight: 500;
}
/* line 37, templates/rt_xenon/scss/xenon/_contact.scss */
/* line 38, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact.g-contact-compact .g-contact-item {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 42, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact.g-contact-compact .g-contact-label {
  display: none;
}
/* line 45, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact.g-contact-compact .g-contact-text {
  font-weight: normal;
}
/* line 50, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact .g-contact-map {
  position: relative;
  display: block;
}
/* line 54, templates/rt_xenon/scss/xenon/_contact.scss */
/* line 55, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact .g-contact-map-overlay:before {
  background: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 65, templates/rt_xenon/scss/xenon/_contact.scss */
/* line 66, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact .g-contact-map-overlay:hover:before {
  background: rgba(192, 0, 0, 0.25);
}
/* line 71, templates/rt_xenon/scss/xenon/_contact.scss */
.g-contact .g-contact-map-marker {
  color: #c00000;
  font-size: 3rem;
  position: absolute;
}
/* line 1, templates/rt_xenon/scss/xenon/_contentlist.scss */
/* line 2, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist *, .g-contentlist *:before, .g-contentlist *:after {
  box-sizing: border-box !important;
}
/* line 5, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-contentlist-headline, .g-contentlist .g-contentlist-subtitle {
  margin: 0;
}
/* line 9, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-contentlist-headline {
  line-height: 1.8rem;
}
/* line 12, templates/rt_xenon/scss/xenon/_contentlist.scss */
/* line 13, templates/rt_xenon/scss/xenon/_contentlist.scss */
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-contentlist-text > .g-content {
    padding: 0.938rem 0;
  }
}
/* line 19, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-contentlist-subtitle {
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 0.85rem;
  opacity: 0.75;
  line-height: 2.2rem;
}
/* line 26, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-contentlist-desc {
  margin: 0.5rem 0 1.5rem 0;
}
/* line 29, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-contentlist-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-contentlist-img {
    min-height: 15rem;
    margin: 0 0.625rem;
  }
}
/* line 38, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-contentlist-img-tag {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  margin: 1rem;
  padding: 0.15rem 0.75rem;
  text-transform: uppercase;
}
/* line 50, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-contentlist-list {
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 53, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-contentlist-list .g-content {
  background: transparent;
}
/* line 57, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid {
  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;
  margin: -0.5rem;
}
/* line 62, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-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;
  padding: 0.25rem;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  float: left;
}
/* line 69, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item a {
  position: relative;
  padding-left: 30px;
  color: inherit;
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}
/* line 77, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item a:hover {
  opacity: 1;
}
/* line 80, templates/rt_xenon/scss/xenon/_contentlist.scss */
.dir-rtl .g-contentlist .g-listgrid .g-listgrid-item a {
  padding-left: 0;
  padding-right: 30px;
}
/* line 85, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item .fa {
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  padding-top: 0.25rem;
}
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-listgrid .g-listgrid-item .fa {
    padding-top: 0;
  }
}
/* line 93, templates/rt_xenon/scss/xenon/_contentlist.scss */
.dir-rtl .g-contentlist .g-listgrid .g-listgrid-item .fa {
  left: auto;
  right: 0;
}
/* line 99, templates/rt_xenon/scss/xenon/_contentlist.scss */
/* line 100, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item {
  width: 50%;
}
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 103, templates/rt_xenon/scss/xenon/_contentlist.scss */
  /* line 104, templates/rt_xenon/scss/xenon/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item:nth-last-child(2) a {
    border-bottom: 0;
  }
}
/* line 111, templates/rt_xenon/scss/xenon/_contentlist.scss */
/* line 112, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item {
  width: 33.33333%;
}
@media only all and (min-width: 48rem) {
  /* line 115, templates/rt_xenon/scss/xenon/_contentlist.scss */
  /* line 116, templates/rt_xenon/scss/xenon/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:nth-last-child(3) a {
    border-bottom: 0;
  }
}
/* line 123, templates/rt_xenon/scss/xenon/_contentlist.scss */
/* line 124, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item {
  width: 25%;
}
@media only all and (min-width: 48rem) {
  /* line 127, templates/rt_xenon/scss/xenon/_contentlist.scss */
  /* line 128, templates/rt_xenon/scss/xenon/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(3) a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(4) a {
    border-bottom: 0;
  }
}
/* line 135, templates/rt_xenon/scss/xenon/_contentlist.scss */
/* line 136, templates/rt_xenon/scss/xenon/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item {
  width: 20%;
}
@media only all and (min-width: 48rem) {
  /* line 139, templates/rt_xenon/scss/xenon/_contentlist.scss */
  /* line 140, templates/rt_xenon/scss/xenon/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(3) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(4) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(5) a {
    border-bottom: 0;
  }
}
/* line 147, templates/rt_xenon/scss/xenon/_contentlist.scss */
/* line 148, templates/rt_xenon/scss/xenon/_contentlist.scss */
@media only all and (max-width: 47.99rem) {
  /* line 150, templates/rt_xenon/scss/xenon/_contentlist.scss */
  /* line 151, templates/rt_xenon/scss/xenon/_contentlist.scss */
  .g-contentlist .g-listgrid[class$="cols"] .g-listgrid-item:last-child a {
    border-bottom: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-contentlist .g-listgrid[class$="cols"] .g-listgrid-item {
    width: 100%;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_horizontalmenu.scss */
.g-horizontalmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 5, templates/rt_xenon/scss/xenon/_horizontalmenu.scss */
.g-horizontalmenu li {
  display: inline-block;
  margin: 0 0.5rem;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
}
/* line 11, templates/rt_xenon/scss/xenon/_horizontalmenu.scss */
.g-horizontalmenu li:first-child {
  margin-left: 0;
}
/* line 14, templates/rt_xenon/scss/xenon/_horizontalmenu.scss */
.g-horizontalmenu li:last-child {
  margin-right: 0;
}
/* line 1, templates/rt_xenon/scss/xenon/_imagegrid.scss */
/* line 2, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid *, .g-imagegrid *:before, .g-imagegrid *:after {
  box-sizing: border-box !important;
}
/* line 5, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-wrapper {
  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 10, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-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;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #c00000;
  position: relative;
}
/* line 17, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item img {
  opacity: 0.5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 21, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover {
  z-index: 10;
}
/* line 23, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 27, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover .g-imagegrid-link:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 33, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-desc {
  margin: 1.5rem 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link {
  display: block;
  position: relative;
  background: #c00000;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 41, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link:before {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 100%;
  font-family: FontAwesome;
  content: "\f002";
  font-size: 1rem;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  z-index: 1;
  opacity: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 61, templates/rt_xenon/scss/xenon/_imagegrid.scss */
/* line 62, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
  width: 50%;
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 70, templates/rt_xenon/scss/xenon/_imagegrid.scss */
/* line 71, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
  width: 33.33333%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 83, templates/rt_xenon/scss/xenon/_imagegrid.scss */
/* line 84, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 96, templates/rt_xenon/scss/xenon/_imagegrid.scss */
/* line 97, templates/rt_xenon/scss/xenon/_imagegrid.scss */
.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist {
  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;
  margin: 0 -2%;
}
/* line 6, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  float: left;
  margin: 0 2% 0.5rem 2%;
  padding: 0 0 0.25rem 0;
  border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
}
/* line 15, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item.g-infolist-with-img {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item.g-infolist-with-img {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
/* line 23, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 24, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
/* line 28, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 29, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.spaced .g-infolist-item {
  margin: 0.5rem 2%;
  padding: 0.5rem 0 2rem 0;
}
/* line 34, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
/* line 37, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
/* line 39, templates/rt_xenon/scss/xenon/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
/* line 43, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
/* line 45, templates/rt_xenon/scss/xenon/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
/* line 51, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
/* line 53, templates/rt_xenon/scss/xenon/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
/* line 57, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
/* line 59, templates/rt_xenon/scss/xenon/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* line 70, templates/rt_xenon/scss/xenon/_infolist.scss */
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-text {
    padding-top: 1rem;
  }
}
/* line 75, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item-title {
  margin: 0 0 0.25rem 0;
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.25;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-infolist .g-infolist-item-title {
    font-size: 0.8rem;
  }
}
/* line 85, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-item-desc {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}
/* line 90, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
/* line 93, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 94, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 95, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-1cols .g-infolist-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 102, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 103, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item {
  width: 47%;
}
/* line 105, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item:nth-child(odd) {
  margin-right: 1%;
}
/* line 108, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item:nth-child(even) {
  margin-left: 1%;
}
/* line 113, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 114, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-3cols .g-infolist-item {
  width: 30.66667%;
}
/* line 116, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
/* line 122, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 123, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item {
  width: 22.5%;
}
/* line 125, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 129, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
/* line 135, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 136, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
/* line 138, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 142, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
/* line 146, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  /* line 153, templates/rt_xenon/scss/xenon/_infolist.scss */
  /* line 154, templates/rt_xenon/scss/xenon/_infolist.scss */
  .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
/* line 162, templates/rt_xenon/scss/xenon/_infolist.scss */
/* line 163, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
/* line 168, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
/* line 173, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
/* line 179, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  margin: 0;
}
/* line 187, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
/* line 189, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
/* line 194, templates/rt_xenon/scss/xenon/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
/* line 1, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent {
  padding: 2rem;
}
/* line 3, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent.g-layercontent-large {
  padding: 5rem 2rem;
}
/* line 6, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent.g-layercontent-medium {
  padding: 3rem 2rem;
}
/* line 9, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent.g-layercontent-small {
  padding: 2rem;
}
/* line 12, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent .g-layercontent-title {
  margin: 0;
  line-height: 3rem;
}
/* line 16, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent .g-layercontent-subtitle, .g-layercontent .g-layercontent-promotext {
  line-height: 2rem;
  opacity: 0.8;
}
/* line 21, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent .g-layercontent-promotext {
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  margin-top: 1rem;
}
/* line 27, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent .button {
  margin: 1rem 0 0.75rem 0;
}
/* line 30, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent + .g-layercontent {
  padding-top: 0rem;
}
/* line 33, templates/rt_xenon/scss/xenon/_layercontent.scss */
.g-layercontent .rounded {
  border-radius: 0.1875rem;
}
/* line 43, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper {
  padding-top: 34px;
  border-radius: 0.1875rem;
  position: relative;
  vertical-align: bottom;
  overflow: hidden;
}
/* line 50, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper.left {
  margin-right: 2rem;
}
/* line 53, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper.right {
  margin-left: 2rem;
}
/* line 57, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper .browser-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 34px;
  background: #eee;
  border-radius: 0.1875rem 0.1875rem 0 0;
  border-bottom: 1px solid #e1e1e1;
}
/* line 66, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button {
  top: 8px;
}
/* line 70, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button {
  position: relative;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #ff3b47;
  border: 1px solid #ff0817;
  border-radius: 100%;
  left: 8px;
}
/* line 81, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button:after, .browser-wrapper .browser-bar .browser-button:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 100%;
  top: -1px;
}
/* line 91, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button:after {
  left: 17px;
  background: #ffbd00;
  border: 1px solid #cc9700;
}
/* line 97, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button:before {
  left: 35px;
  background: #00d841;
  border: 1px solid #00a532;
}
/* line 105, templates/rt_xenon/scss/xenon/_layercontent.scss */
.browser-wrapper img {
  border-radius: 0 0 0.1875rem 0.1875rem;
}
/* line 1, templates/rt_xenon/scss/xenon/_newsletter.scss */
/* line 2, templates/rt_xenon/scss/xenon/_newsletter.scss */
.g-newsletter .g-newsletter-form {
  white-space: nowrap;
}
/* line 5, templates/rt_xenon/scss/xenon/_newsletter.scss */
.g-newsletter .g-newsletter-headtext {
  margin-bottom: 1.5rem;
}
/* line 8, templates/rt_xenon/scss/xenon/_newsletter.scss */
.g-newsletter .g-newsletter-inputbox, .g-newsletter .g-newsletter-button {
  height: 50px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter .g-newsletter-inputbox, .g-newsletter .g-newsletter-button {
    height: 40px;
  }
}
/* line 15, templates/rt_xenon/scss/xenon/_newsletter.scss */
.g-newsletter .g-newsletter-inputbox {
  border-radius: 0;
  color: #686868;
  background-color: #d9d9d9;
  border: 0;
  display: inline-block;
  padding: 0.7rem 1.25rem;
  width: 73%;
  margin-right: 0.25rem;
  vertical-align: top;
  box-shadow: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter .g-newsletter-inputbox {
    padding: 0.7rem 0.5rem;
    width: 53%;
  }
}
/* line 31, templates/rt_xenon/scss/xenon/_newsletter.scss */
.g-newsletter .g-newsletter-button {
  width: 25%;
  padding-left: inherit;
  padding-right: inherit;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter .g-newsletter-button {
    width: 40%;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_pricingtable.scss */
.g-pricingtable {
  list-style: none;
  text-align: center;
  margin: 0 -1rem;
  border: 2px solid rgba(104, 104, 104, 0.5);
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
}
/* line 7, templates/rt_xenon/scss/xenon/_pricingtable.scss */
.g-pricingtable li {
  padding: 0.938rem;
  border-bottom: 2px solid rgba(104, 104, 104, 0.5);
}
/* line 10, templates/rt_xenon/scss/xenon/_pricingtable.scss */
.g-pricingtable li:last-child {
  border-bottom: 0;
}
/* line 15, templates/rt_xenon/scss/xenon/_pricingtable.scss */
.g-pricingtable:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 18, templates/rt_xenon/scss/xenon/_pricingtable.scss */
.g-pricingtable .g-pricingtable-title {
  background: #f30000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-pricingtable .g-pricingtable-title {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricingtable .g-pricingtable-title {
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable .g-pricingtable-title {
    font-size: 1.1rem;
  }
}
/* line 36, templates/rt_xenon/scss/xenon/_pricingtable.scss */
.g-pricingtable .g-pricingtable-subtitle {
  color: #fff;
  background: #f30000;
  padding-top: 0;
  margin-top: -1rem;
  font-size: 0.9rem;
}
/* line 43, templates/rt_xenon/scss/xenon/_pricingtable.scss */
.g-pricingtable .g-pricingtable-price {
  color: #740000;
  font-size: 3rem;
  font-family: "Arial", sans-serif;
  font-weight: 500;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 1.5rem;
  }
}
/* line 58, templates/rt_xenon/scss/xenon/_pricingtable.scss */
.g-pricingtable .g-pricingtable-desc {
  font-size: 0.9rem;
  opacity: 0.7;
}
/* line 1, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage {
  position: relative;
  text-align: center;
}
/* line 2, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage *, .g-promoimage *:before, .g-promoimage *:after {
  box-sizing: border-box !important;
}
/* line 7, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect {
  display: block;
  background: #c00000;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 15, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect img {
  position: relative;
  opacity: 0.9;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 21, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-iconbutton {
  border: 5px solid rgba(0, 0, 0, 0.85);
  background: rgba(192, 0, 0, 0.85);
  color: #000;
  border-radius: 100%;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f0f6";
  height: 50px;
  left: 50%;
  line-height: 42px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  z-index: 11;
  text-align: center;
  top: 50%;
  width: 50px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  transition: transform 0.25s;
}
/* line 42, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-caption {
  background: #000;
  color: #fff;
  padding: 0.75rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 3.5rem;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 55, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-caption:before, .g-promoimage .g-promoimage-caption:after {
  pointer-events: none;
}
/* line 59, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-title {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  float: left;
}
/* line 66, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-icon a {
  float: right;
}
/* line 68, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-icon a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
}
/* line 74, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-title, .g-promoimage .g-promoimage-icon a {
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
}
/* line 79, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-desc {
  position: absolute;
  bottom: 130%;
  opacity: 0;
  width: 100%;
  left: 0;
  padding: 0.75rem;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 89, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover {
  background: #410000;
}
/* line 91, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover img {
  opacity: 0.75;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
/* line 99, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-iconbutton {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 102, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-desc {
  opacity: 1;
}
/* line 105, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-caption, .g-promoimage .g-promoimage-effect:hover .g-promoimage-title, .g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 110, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-title {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 113, templates/rt_xenon/scss/xenon/_promoimage.scss */
/* line 114, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 117, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 120, templates/rt_xenon/scss/xenon/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:first-child {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 1, templates/rt_xenon/scss/xenon/_simplecounter.scss */
.g-simplecounter-block {
  display: block;
  margin: 2rem auto 0.5rem auto;
}
/* line 5, templates/rt_xenon/scss/xenon/_simplecounter.scss */
.g-simplecounter-calendar {
  text-align: center;
}
/* line 7, templates/rt_xenon/scss/xenon/_simplecounter.scss */
.g-simplecounter-calendar .counter-block {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
}
/* line 12, templates/rt_xenon/scss/xenon/_simplecounter.scss */
.g-simplecounter-calendar .number, .g-simplecounter-calendar .word {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 17, templates/rt_xenon/scss/xenon/_simplecounter.scss */
.g-simplecounter-calendar .number {
  width: 100px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  color: #fff;
  background: -webkit-linear-gradient(#8d0000 0%, #8d0000 50%, #c00000 50%, #c00000 100%);
  background: linear-gradient(to   , #8d0000 50%, #c00000 50%, #c00000 100%);
}
@media only all and (max-width: 47.99rem) {
  .g-simplecounter-calendar .number {
    font-size: 1.5rem;
    width: 85px;
    height: 50px;
    line-height: 50px;
  }
}
/* line 34, templates/rt_xenon/scss/xenon/_simplecounter.scss */
.g-simplecounter-calendar .word {
  text-transform: uppercase;
}
@media only all and (max-width: 47.99rem) {
  .g-simplecounter-calendar .word {
    font-size: 75%;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_blockcontent.scss */
/* line 2, templates/rt_xenon/scss/xenon/_blockcontent.scss */
.g-blockcontent h1 {
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: -2px;
  opacity: 0.5;
  line-height: 3.75rem;
}
/* line 9, templates/rt_xenon/scss/xenon/_blockcontent.scss */
.g-blockcontent .g-blockcontent-headline {
  margin-bottom: 0.5rem;
}
/* line 12, templates/rt_xenon/scss/xenon/_blockcontent.scss */
.g-blockcontent .g-blockcontent-description {
  font-size: 1.2rem;
}
/* line 15, templates/rt_xenon/scss/xenon/_blockcontent.scss */
.g-blockcontent .g-blockcontent-subcontent-title {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 21, templates/rt_xenon/scss/xenon/_blockcontent.scss */
.g-blockcontent .g-blockcontent-icons {
  display: block;
}
/* line 24, templates/rt_xenon/scss/xenon/_blockcontent.scss */
.g-blockcontent .g-blockcontent-subcontent-subtitle {
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1;
}
/* line 30, templates/rt_xenon/scss/xenon/_blockcontent.scss */
.g-blockcontent .g-blockcontent-subcontent-desc {
  font-size: 0.9rem;
  position: relative;
  margin-bottom: 1rem;
}
/* line 1, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer {
  position: relative;
  padding: 0.938rem;
}
/* line 5, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-info {
    display: block;
  }
}
/* line 12, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-left {
  padding-right: 1.563rem;
}
/* line 14, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.dir-rtl .g-audioplayer .g-audioplayer-left {
  padding: 0;
  padding-left: 1.563rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-left {
    padding: 0;
    margin-bottom: 1.563rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-left {
    padding: 0;
    margin-bottom: 1.563rem;
  }
}
/* line 26, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
  border-radius: 3px;
  min-width: 200px;
  max-width: 200px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
    width: 100%;
  }
}
/* line 38, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-right {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
/* line 40, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-right .g-audioplayer-nowplaying {
  display: block;
  font-size: 1.2rem;
  font-weight: 200;
}
/* line 45, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-right .g-audioplayer-trackinfo {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
}
/* line 52, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-playlist {
    font-size: 1.3rem;
  }
}
/* line 59, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol {
  padding-left: 0;
}
/* line 61, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol li {
  padding: 0.925rem 0;
  list-style-position: inside;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
/* line 65, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol li a {
  color: #686868;
}
/* line 68, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol li .fa {
  padding-left: 0.625rem;
  color: #c00000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 70, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.dir-rtl .g-audioplayer .g-audioplayer-playlist ol li .fa {
  padding-left: 0;
  padding-right: 0.625rem;
}
/* line 78, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol li.playing .fa {
  opacity: 1;
}
/* line 84, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-button {
  float: right;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-button {
    float: none;
  }
}
@media only all and (max-width: 30rem) {
  .g-audioplayer .g-audioplayer-button {
    float: none;
  }
}
/* line 92, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .g-audioplayer-button .button {
  padding: 0.4rem 1.4rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-button .button {
    margin: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-audioplayer .g-audioplayer-button .button {
    margin: 0;
  }
}
/* line 102, templates/rt_xenon/scss/xenon/_audioplayer.scss */
/* line 103, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 105, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button {
  width: 72px;
  height: 62px;
  border-radius: 5px;
  background: #c00000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  margin: 0.425rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 116, templates/rt_xenon/scss/xenon/_audioplayer.scss */
/* line 117, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button .fa-step-forward, .dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button .fa-step-backward {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 121, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:first-child {
  margin-left: 0;
}
/* line 123, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:first-child {
  margin: 0.425rem;
  margin-right: 0;
}
/* line 128, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:last-child {
  margin-right: 0;
}
/* line 130, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:last-child {
  margin: 0.425rem;
  margin-left: 0;
}
/* line 135, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:hover {
  cursor: pointer;
}
/* line 140, templates/rt_xenon/scss/xenon/_audioplayer.scss */
/* line 141, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .play-pause .loading, .g-audioplayer .audiojs .play-pause .error, .g-audioplayer .audiojs .play-pause .pause {
  display: none;
}
/* line 145, templates/rt_xenon/scss/xenon/_audioplayer.scss */
/* line 146, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs.playing .pause {
  display: block;
}
/* line 149, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs.playing .play {
  display: none;
}
/* line 153, templates/rt_xenon/scss/xenon/_audioplayer.scss */
/* line 154, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs.loading .loading {
  display: block;
}
/* line 157, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs.loading .pause, .g-audioplayer .audiojs.loading .play {
  display: none;
}
/* line 161, templates/rt_xenon/scss/xenon/_audioplayer.scss */
/* line 162, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs.error .error {
  display: block;
}
/* line 165, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs.error .pause, .g-audioplayer .audiojs.error .play {
  display: none;
}
/* line 168, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs.error .scrubber {
  display: none;
}
/* line 172, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .error-message {
  margin: 0.625rem 0;
  color: #ef4a44;
}
/* line 176, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .scrubber {
  margin: 0.625rem 0;
  padding-bottom: 0.5rem;
  position: relative;
}
/* line 180, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .scrubber .progress {
  height: 6px;
  background: #c00000;
}
/* line 184, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .scrubber .loaded {
  height: 6px;
  background: rgba(128, 128, 128, 0.1);
  position: absolute;
  top: 0;
}
/* line 191, templates/rt_xenon/scss/xenon/_audioplayer.scss */
.g-audioplayer .audiojs .time {
  font-size: 1.2rem;
  font-weight: 200;
}
/* line 1, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 2, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 3, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 13, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
/* line 19, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 23, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr {
  overflow: hidden;
  font-size: 1vw;
}
@media (max-width: 100rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/theme/mixins/_typography.scss */
  .g-calendar-particle .g-calendar .clndr {
    font-size: 1rem;
  }
}
/* line 27, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls {
  font-size: 1.15vw;
  line-height: 3.5;
  background-color: #c00000;
  color: #fff;
}
@media (max-width: 100rem) {
  .g-calendar-particle .g-calendar .clndr .controls {
    font-size: 1.15rem;
  }
}
/* line 33, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button {
  width: 10%;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 42, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button:hover, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button:hover {
  background-color: #8d0000;
}
/* line 47, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 48, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 49, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 50, templates/rt_xenon/scss/xenon/_calendar.scss */
.dir-rtl .g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button .fa-arrow-circle-left:before {
  content: "\f0a9";
}
/* line 57, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 58, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 59, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 60, templates/rt_xenon/scss/xenon/_calendar.scss */
.dir-rtl .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button .fa-arrow-circle-right:before {
  content: "\f0a8";
}
/* line 67, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls .month-year {
  width: 80%;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}
/* line 77, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container {
  position: relative;
  width: 100%;
  height: 400px;
}
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-calendar-particle .g-calendar .clndr .days-container {
    height: 575px;
  }
}
/* line 87, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
/* line 96, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day, .g-calendar-particle .g-calendar .clndr .days-container .days .empty {
  width: 14.2857142857%;
  display: inline-block;
  padding: 8px 0;
  line-height: 2.5;
  text-align: center;
  color: #686868;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 106, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.today, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.today {
  color: #000;
  font-weight: 300;
}
/* line 111, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event {
  background-color: #da0000;
  border-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
/* line 118, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event:hover, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event:hover {
  background-color: #c00000;
}
/* line 123, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.adjacent-month, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
/* line 128, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
/* line 133, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .headers {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9fafb;
}
/* line 137, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .headers .day-header {
  width: 14.2857142857%;
  display: inline-block;
  padding: 1rem 0;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
}
/* line 151, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events {
  position: absolute;
  left: 100%;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
/* line 160, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .headers {
  position: relative;
}
/* line 164, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #c00000;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
/* line 173, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 182, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .x-button:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 186, templates/rt_xenon/scss/xenon/_calendar.scss */
.dir-rtl .g-calendar-particle .g-calendar .clndr .days-container .events .x-button {
  right: 20px;
  left: auto;
}
/* line 192, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list {
  overflow-y: auto;
  height: 90%;
}
/* line 196, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event {
  padding: 8px 20px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
/* line 201, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event a {
  position: relative;
  letter-spacing: 1px;
  background-color: transparent;
  color: #686868;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 209, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event a:hover {
  color: #828282;
}
/* line 214, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-desc {
  display: block;
  padding: 5px 0;
  font-size: 0.7vw;
}
@media (max-width: 142.8571428571rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-desc {
    font-size: 1rem;
  }
}
/* line 223, templates/rt_xenon/scss/xenon/_calendar.scss */
/* line 224, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container.show-events .days {
  left: -100%;
}
/* line 228, templates/rt_xenon/scss/xenon/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container.show-events .events {
  left: 0;
}
/* line 1, templates/rt_xenon/scss/xenon/_video.scss */
/* line 2, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container .g-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #000;
  box-shadow: 0 0.5rem 3rem #000;
}
/* line 11, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container .g-video iframe, .g-video-container .g-video object, .g-video-container .g-video embed, .g-video-container .g-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 18, templates/rt_xenon/scss/xenon/_video.scss */
/* line 19, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container .g-video:hover .g-videolocal-play.pause {
  opacity: 1;
}
/* line 23, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container .g-video .g-videolocal-play {
  position: absolute;
  height: 3.5vw;
  width: 3.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50%;
  margin-bottom: -40px;
  background: url('../../images/owlcarousel/play.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}
@media only all and (max-width: 30rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 6vw;
    width: 6vw;
  }
}
/* line 52, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container .g-video .g-videolocal-play.pause {
  background: url('../../images/owlcarousel/paused.svg');
  background-size: contain;
  opacity: 0;
}
/* line 58, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container .g-video .g-video-nocontrols::-webkit-media-controls {
  display: none !important;
}
/* line 65, templates/rt_xenon/scss/xenon/_video.scss */
/* line 66, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-1 .g-video-inner {
  width: 100%;
}
/* line 71, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-2 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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 74, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-2 .g-video-inner {
  width: 50%;
}
/* line 77, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-2 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-2 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-2 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
/* line 92, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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 95, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-3 .g-video-inner {
  width: 33.3%;
}
/* line 98, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-3 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
/* line 116, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-4 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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 120, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-4 .g-video-inner {
  width: 25%;
}
/* line 123, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-container.g-video-container-columns-4 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
/* line 143, templates/rt_xenon/scss/xenon/_video.scss */
.g-video-caption {
  text-align: center;
  font-size: 1.3vw;
  padding: 1.938rem 0;
  color: #686868;
}
@media (max-width: 76.9230769231rem) {
  .g-video-caption {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-caption {
    padding: 0.938rem 0;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 2, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-wrapper {
  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;
  margin: 1rem -0.25rem;
}
/* line 8, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-desc {
  margin-bottom: 1rem;
}
/* line 11, templates/rt_xenon/scss/xenon/_gridcontent.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;
  width: 100%;
  display: inline-block;
}
/* line 15, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item i.fa, .g-gridcontent .g-gridcontent-item span {
  display: block;
}
/* line 18, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item i.fa {
  margin: 1rem auto 2.5rem auto;
}
/* line 22, templates/rt_xenon/scss/xenon/_gridcontent.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-readmore {
    text-align: center !important;
    margin-top: 1rem;
  }
}
/* line 27, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.dir-rtl .g-gridcontent .g-gridcontent-readmore {
  text-align: left;
}
/* line 31, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-img, .g-gridcontent .g-gridcontent-item-content {
  position: relative;
}
/* line 34, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-content {
  border-top: 5px solid #c00000;
  padding: 3rem 2rem;
}
/* line 37, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-content .button {
  margin-top: 1rem;
}
/* line 41, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-text1, .g-gridcontent .g-gridcontent-item-text2 {
  text-transform: uppercase;
}
/* line 44, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-text1 {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
}
/* line 49, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-text2 {
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 2.5rem;
  line-height: 1.25;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gridcontent .g-gridcontent-item-text2 {
    font-size: 2.25rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-item-text2 {
    font-size: 1.5rem;
  }
}
/* line 61, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 62, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-1 .g-gridcontent-item-content {
  background-color: #c00000;
  color: #fff;
}
/* line 66, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-1 .button.button-3, .g-gridcontent .g-gridcontent-title-style-1 .button.button-4 {
  border: 2px solid #fff;
  color: #fff !important;
}
/* line 69, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-1 .button.button-3:hover, .g-gridcontent .g-gridcontent-title-style-1 .button.button-4:hover {
  border: 2px solid #740000;
  color: #740000 !important;
}
/* line 75, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 76, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-2 .g-gridcontent-item-content {
  background-color: rgba(104, 104, 104, 0.15);
  color: #686868;
}
/* line 80, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-2 .button.button-4 {
  border: 2px solid #686868;
  color: #686868 !important;
}
/* line 83, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-2 .button.button-4:hover {
  border: 2px solid #c00000;
  color: #c00000 !important;
}
/* line 89, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 90, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-3 .g-gridcontent-item-content {
  width: 80%;
  margin: -6.25rem auto 0 auto;
  padding: 2rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 1));
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 1));
  color: #686868;
}
/* line 97, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-3 .g-gridcontent-item-text2 {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 2.25rem;
  line-height: 1.25;
  margin: 1rem 0;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-title-style-3 .g-gridcontent-item-text2 {
    font-size: 1.75rem;
  }
}
/* line 108, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 109, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-3 .button.button-4:hover {
  border: 2px solid #c00000;
  color: #c00000 !important;
}
/* line 115, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 116, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-4 .g-gridcontent-item-content {
  border-top: 0;
  padding: 0;
  margin-bottom: 1rem;
}
/* line 121, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-4 .g-gridcontent-item-text2 {
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5;
  width: 80%;
  margin: 1rem auto 0.5rem auto;
}
/* line 129, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-4 .g-gridcontent-item-desc {
  font-size: 0.9rem;
}
/* line 133, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .button.button-4 {
  border: 2px solid;
}
/* line 136, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .button.arrow {
  background: transparent;
  border: 0;
  color: inherit !important;
  padding: 0.5rem 0;
}
/* line 141, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .button.arrow:after {
  font-family: FontAwesome;
  content: "\f178";
  font-size: 2rem;
}
/* line 145, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.dir-rtl .g-gridcontent .button.arrow:after {
  content: "\f177";
}
/* line 149, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .button.arrow:hover {
  color: #c00000 !important;
}
/* line 153, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 154, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-2cols .g-gridcontent-item {
  width: 50%;
}
/* line 158, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 159, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-3cols .g-gridcontent-item {
  width: 33.33333%;
}
/* line 163, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 164, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-4cols .g-gridcontent-item {
  width: 25%;
}
/* line 168, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 169, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-5cols .g-gridcontent-item {
  width: 20%;
}
/* line 173, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 174, templates/rt_xenon/scss/xenon/_gridcontent.scss */
.g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
  width: 16.66667%;
}
/* line 179, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 180, templates/rt_xenon/scss/xenon/_gridcontent.scss */
@media only all and (max-width: 30rem) {
  .g-gridcontent .g-gridcontent-2cols .g-gridcontent-item {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 185, templates/rt_xenon/scss/xenon/_gridcontent.scss */
  .g-typography .g-gridcontent .g-gridcontent-2cols .g-gridcontent-item {
    width: 100%;
  }
}
/* line 191, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 192, templates/rt_xenon/scss/xenon/_gridcontent.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-3cols .g-gridcontent-item, .g-gridcontent .g-gridcontent-5cols .g-gridcontent-item {
    width: 100%;
  }
}
/* line 198, templates/rt_xenon/scss/xenon/_gridcontent.scss */
/* line 199, templates/rt_xenon/scss/xenon/_gridcontent.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-4cols .g-gridcontent-item, .g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
    width: 50%;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_popupmodule.scss */
.g-popupmodule-module-wrapper {
  display: none;
}
/* line 5, templates/rt_xenon/scss/xenon/_popupmodule.scss */
a[class*="lightcase-icon-"], a[class*="lightcase-icon-"]:focus {
  z-index: 20000;
}
/* line 10, templates/rt_xenon/scss/xenon/_popupmodule.scss */
/* line 11, templates/rt_xenon/scss/xenon/_popupmodule.scss */
/* line 12, templates/rt_xenon/scss/xenon/_popupmodule.scss */
.rokbox-content #login-form .input-prepend .input-small, .rokbox-content #login-form .input-append .input-small {
  width: 240px;
}
/* line 17, templates/rt_xenon/scss/xenon/_popupmodule.scss */
.rokbox-content #modlgn-secretkey {
  width: 200px !important;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 23, templates/rt_xenon/scss/xenon/_popupmodule.scss */
  /* line 24, templates/rt_xenon/scss/xenon/_popupmodule.scss */
  #login-form .input-prepend, #login-form .input-append {
    width: 95% !important;
  }
  /* line 28, templates/rt_xenon/scss/xenon/_popupmodule.scss */
  #login-form #modlgn-secretkey {
    width: 183px !important;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_newsticker.scss */
/* line 2, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-newsticker-label {
  float: left;
  margin-right: 0.5rem;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  line-height: 30px;
}
/* line 8, templates/rt_xenon/scss/xenon/_newsticker.scss */
.dir-rtl .g-newsticker .g-newsticker-label {
  float: right;
  margin-right: 0;
  margin-left: 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-newsticker .g-newsticker-label {
    display: none;
  }
}
/* line 17, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-newsticker-innerwrap {
  width: 80%;
}
@media only all and (max-width: 30rem) {
  .g-newsticker .g-newsticker-innerwrap {
    width: 75%;
  }
}
/* line 23, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-newsticker-content {
  min-height: 30px;
  line-height: 30px;
}
/* line 26, templates/rt_xenon/scss/xenon/_newsticker.scss */
.dir-rtl .g-newsticker .g-newsticker-content {
  direction: rtl;
}
/* line 29, templates/rt_xenon/scss/xenon/_newsticker.scss */
/* line 30, templates/rt_xenon/scss/xenon/_newsticker.scss */
.dir-rtl .g-newsticker .g-newsticker-content span {
  display: inline-block;
}
@media only all and (max-width: 47.99rem) {
  .dir-rtl .g-newsticker .g-newsticker-content span {
    display: inline;
  }
}
/* line 38, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-newsticker-controller {
  position: absolute;
  right: 0;
}
/* line 41, templates/rt_xenon/scss/xenon/_newsticker.scss */
.dir-rtl .g-newsticker .g-newsticker-controller {
  right: inherit;
  left: 0;
}
/* line 46, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-next, .g-newsticker .g-prev {
  position: absolute;
}
/* line 48, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-next span, .g-newsticker .g-prev span {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
/* line 60, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-next span:before, .g-newsticker .g-prev span:before {
  font-family: FontAwesome;
  font-size: 1.5rem;
}
/* line 64, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-next span:hover, .g-newsticker .g-prev span:hover {
  opacity: 1;
}
/* line 69, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-next {
  right: 0;
}
/* line 71, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-next .g-next-icon:before {
  content: '\f105';
}
/* line 73, templates/rt_xenon/scss/xenon/_newsticker.scss */
.dir-rtl .g-newsticker .g-next .g-next-icon:before {
  content: '\f104';
}
/* line 77, templates/rt_xenon/scss/xenon/_newsticker.scss */
.dir-rtl .g-newsticker .g-next {
  right: inherit;
  left: 0;
}
/* line 82, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-prev {
  right: 35px;
}
/* line 84, templates/rt_xenon/scss/xenon/_newsticker.scss */
.g-newsticker .g-prev .g-prev-icon:before {
  content: '\f104';
}
/* line 86, templates/rt_xenon/scss/xenon/_newsticker.scss */
.dir-rtl .g-newsticker .g-prev .g-prev-icon:before {
  content: '\f105';
}
/* line 90, templates/rt_xenon/scss/xenon/_newsticker.scss */
.dir-rtl .g-newsticker .g-prev {
  right: inherit;
  left: 35px;
}
/* line 1, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid {
  position: relative;
  margin: 0 auto;
}
/* line 4, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 16, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-loaded::after {
  opacity: 0;
}
/* line 20, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item {
  padding: 0.938rem;
  z-index: 1001;
}
/* line 25, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-current {
  opacity: 0 !important;
}
/* line 29, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-img-wrap {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  background: -webkit-linear-gradient(rgba(192, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(192, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
/* line 36, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus, .g-popupgrid-item-img-wrap:hover {
  outline: none;
}
/* line 38, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus img, .g-popupgrid-item-img-wrap:hover img {
  opacity: 0.7;
}
/* line 40, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-zoom .g-popupgrid-item-img-wrap:focus img, .g-zoom .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 43, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-rotate .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
/* line 46, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-blur .g-popupgrid-item-img-wrap:focus img, .g-blur .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 49, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-grayscale .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 52, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-zoomout.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-zoomout.g-rotate .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: rotate(5deg) scale(1.15);
  -moz-transform: rotate(5deg) scale(1.15);
  -ms-transform: rotate(5deg) scale(1.15);
  -o-transform: rotate(5deg) scale(1.15);
  transform: rotate(5deg) scale(1.15);
}
/* line 55, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-blur.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-blur.g-grayscale .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
/* line 59, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus .g-popupgrid-description-preview-icon, .g-popupgrid-item-img-wrap:hover .g-popupgrid-description-preview-icon {
  opacity: 1;
}
/* line 63, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-img-wrap img {
  display: block;
  opacity: 0.65;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 70, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-tag {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  margin: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
/* line 83, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-title {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 200;
}
/* line 91, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-content, .g-popupgrid-item-img-wrap .g-popupgrid-description-preview-readmore {
  display: none;
}
/* line 97, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
/* line 118, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-preview::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #262626;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 131, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-preview-open {
  pointer-events: auto;
  visibility: visible;
  z-index: 99999;
}
/* line 135, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-preview-open::before {
  opacity: 1;
}
/* line 140, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-clone {
  position: fixed;
  z-index: 110;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
/* line 147, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-original {
  position: relative;
  z-index: 120;
  display: block;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 156, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-preview-open .g-popupgrid-animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}
/* line 162, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
/* line 168, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-description {
  color: #fff;
}
/* line 172, templates/rt_xenon/scss/xenon/_popupgrid.scss */
/* line 173, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-preview-area:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* line 184, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-overlay-enable.g-popupgrid-description-preview-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(192, 0, 0, 0.75);
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 194, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-overlay-enable.g-popupgrid-description-preview-icon span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
/* line 202, templates/rt_xenon/scss/xenon/_popupgrid.scss */
/* line 203, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-overlay-disable.g-popupgrid-description-preview-icon span {
  display: none;
}
/* line 208, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-description-preview {
  font-size: 2em;
  position: absolute;
  z-index: 140;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 1em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
/* line 238, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-preview-open .g-popupgrid-description-preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 246, templates/rt_xenon/scss/xenon/_popupgrid.scss */
/* line 247, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.75;
}
@media only all and (max-width: 47.99rem) {
  .g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
/* line 258, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-title {
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
  width: 100%;
}
/* line 264, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-content {
  font-size: 1.1rem;
  width: 100%;
}
/* line 268, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-readmore {
  margin: 1rem 0;
}
/* line 270, templates/rt_xenon/scss/xenon/_popupgrid.scss */
@media only all and (max-width: 30rem) {
  .g-popupgrid-description-preview .g-popupgrid-description-preview-readmore .button {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
/* Close button */
/* line 281, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #c00000;
  border: none;
  background: none;
}
/* line 290, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-action:hover, .g-popupgrid-action:focus {
  color: #c00000;
  outline: none;
}
/* line 296, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-action-close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
/* line 309, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-preview-image-loaded .g-popupgrid-action-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 315, templates/rt_xenon/scss/xenon/_popupgrid.scss */
.g-popupgrid-text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}
@media screen and (max-width: 40em) {
  /* line 325, templates/rt_xenon/scss/xenon/_popupgrid.scss */
  /* line 326, templates/rt_xenon/scss/xenon/_popupgrid.scss */
  .g-popupgrid-description-preview .g-popupgrid-description-preview-title {
    font-size: 0.5em;
  }
  /* line 329, templates/rt_xenon/scss/xenon/_popupgrid.scss */
  .g-popupgrid-description-preview .g-popupgrid-description-preview-content {
    display: none;
  }
  /* line 333, templates/rt_xenon/scss/xenon/_popupgrid.scss */
  .details {
    display: none;
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider {
  margin: 0 auto;
}
/* line 3, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider:before {
  content: " ";
  display: table;
}
/* line 7, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 14, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 19, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines li {
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 20;
}
/* line 23, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines li:hover {
  cursor: pointer;
}
/* line 29, templates/rt_xenon/scss/xenon/_newsslider.scss */
.nh-anim {
  min-height: 107px;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 35, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines {
  border-left: 1px solid rgba(104, 104, 104, 0.5);
  overflow: hidden;
  float: left;
}
/* line 38, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines li {
  box-shadow: 0px 1px 0 rgba(104, 104, 104, 0.5);
}
/* line 40, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines li:nth-last-child(2) {
  border-bottom: 0;
}
/* line 44, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines .highlight {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 51, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines .highlight:before {
  display: none;
}
/* line 58, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-preview {
  float: left;
  width: 60%;
  position: relative;
  z-index: 5;
  position: relative;
  min-height: 300px;
  height: auto !important;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-preview {
    width: 50%;
  }
}
/* line 69, templates/rt_xenon/scss/xenon/_newsslider.scss */
.dir-rtl .g-newsslider-preview {
  float: right;
}
/* line 74, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
/* line 83, templates/rt_xenon/scss/xenon/_newsslider.scss */
.top-content {
  opacity: 1;
  z-index: 50;
}
/* line 88, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-preview-title, .g-newsslider-preview-headerdesc {
  line-height: 1.25;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  margin: 1rem 0;
  font-size: 2rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsslider-preview-title, .g-newsslider-preview-headerdesc {
    font-size: 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-preview-title, .g-newsslider-preview-headerdesc {
    font-size: 1.25rem;
  }
}
/* line 103, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-preview-headerdesc {
  font-size: 1.35rem;
  font-weight: 200;
  line-height: 1.5;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsslider-preview-headerdesc {
    font-size: 1.15rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-preview-headerdesc {
    font-size: 1.1rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-newsslider-preview-headerdesc {
    display: none;
  }
}
/* line 118, templates/rt_xenon/scss/xenon/_newsslider.scss */
@media only all and (max-width: 47.99rem) {
  .g-newsslider-preview-desc {
    display: none;
  }
}
/* line 124, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-headlines-subtitle {
  font-size: 0.8rem;
  opacity: 0.7;
  display: block;
  margin-top: 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-headlines-subtitle {
    display: none;
  }
}
/* line 134, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-button {
  display: inline-block;
  margin: 1rem 0;
}
/* line 137, templates/rt_xenon/scss/xenon/_newsslider.scss */
@media only all and (max-width: 30rem) {
  .g-newsslider-button .button {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
}
/* line 145, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-preview-subtitle {
  display: inline-block;
  font-size: 0.8rem;
  opacity: 0.7;
  margin: 0 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-preview-subtitle {
    display: none;
  }
}
/* line 155, templates/rt_xenon/scss/xenon/_newsslider.scss */
@media only all and (max-width: 47.99rem) {
  .g-newsslider-headlines-title {
    font-size: 0.8rem;
  }
}
/* Tiny Scrollbar */
/* line 162, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-scrollbar {
  width: 40%;
  position: relative;
  float: left;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-scrollbar {
    width: 50%;
  }
}
/* line 169, templates/rt_xenon/scss/xenon/_newsslider.scss */
/* line 170, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-scrollbar:hover .scrollbar {
  opacity: 1;
  width: 18px;
}
/* line 175, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-scrollbar .viewport {
  overflow: hidden;
  position: relative;
}
/* line 179, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-scrollbar .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
/* line 186, templates/rt_xenon/scss/xenon/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .overview {
  left: inherit;
  right: 0;
}
/* line 191, templates/rt_xenon/scss/xenon/_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 200, templates/rt_xenon/scss/xenon/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .scrollbar {
  right: inherit;
  left: 0;
}
/* line 205, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-scrollbar .track {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 18px;
  position: relative;
  padding: 0 1px;
}
/* line 212, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-scrollbar .thumb {
  background: rgba(192, 0, 0, 0.5);
  height: 20px;
  width: 9px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  border-radius: 4px;
}
/* line 222, templates/rt_xenon/scss/xenon/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .thumb {
  right: 5px;
  left: inherit;
}
/* line 227, templates/rt_xenon/scss/xenon/_newsslider.scss */
.g-newsslider-scrollbar .disable {
  display: none;
}
/* line 232, templates/rt_xenon/scss/xenon/_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_xenon/scss/xenon/_flexslider.scss */
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}
/* line 5, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 9, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider > .g-flexslider-item-container {
  margin: 0;
  padding: 0;
  float: left;
}
/* line 16, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-item-container:not(:first-child) {
  display: none;
}
/* line 19, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-item-container {
  display: none;
}
/* line 23, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 29, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* line 33, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}
/* line 36, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 37, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides > .g-flexslider-item-container {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 41, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides img {
  width: 100%;
  display: block;
}
/* line 45, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 56, templates/rt_xenon/scss/xenon/_flexslider.scss */
html[xmlns] .flexslider .g-flexslider-slideshow-slides {
  display: block;
}
/* line 60, templates/rt_xenon/scss/xenon/_flexslider.scss */
* html .flexslider .g-flexslider-slideshow-slides {
  height: 1%;
}
/* line 64, templates/rt_xenon/scss/xenon/_flexslider.scss */
.no-js .flexslider .g-flexslider-slideshow-slides > .g-flexslider-slideshow-item-container:first-child {
  display: block;
}
/* line 68, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}
/* line 71, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides {
  zoom: 1;
}
/* line 73, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides img {
  height: auto;
}
/* line 79, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 84, templates/rt_xenon/scss/xenon/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}
/* line 88, templates/rt_xenon/scss/xenon/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}
/* line 92, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}
/* line 94, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -25px 0 0;
  position: absolute;
  bottom: 1.5rem;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 112, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .flex-direction-nav a {
  bottom: 0;
}
/* line 115, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 1.5rem;
  display: inline-block;
}
/* line 121, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: 1.5rem;
}
/* line 123, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .flex-direction-nav .flex-prev {
  left: inherit;
  right: 35px;
}
/* line 126, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .g-flexslider-testimonial .flex-direction-nav .flex-prev {
  right: inherit;
  left: 35px;
}
/* line 131, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-direction-nav .flex-prev:before {
  content: "\f104";
}
/* line 134, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-prev {
  left: inherit;
  right: 1.5rem;
}
/* line 139, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-direction-nav .flex-next {
  left: 3.75rem;
}
/* line 141, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-direction-nav .flex-next:before {
  content: "\f105";
}
/* line 144, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .flex-direction-nav .flex-next {
  left: inherit;
  right: 0;
}
/* line 147, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .g-flexslider-testimonial .flex-direction-nav .flex-next {
  right: inherit;
  left: 0;
}
/* line 152, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-next {
  left: inherit;
  right: 3.75rem;
}
/* line 159, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 160, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 1rem;
}
/* line 163, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
/* line 167, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 1rem;
}
/* line 170, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* line 176, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* line 182, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
/* line 194, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
/* line 199, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}
/* line 202, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* line 207, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  right: 0.25rem;
  text-align: right;
}
/* line 213, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow .flex-control-nav {
  right: 1.5rem;
}
/* line 216, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .flex-control-nav {
  bottom: -0.5rem;
  text-align: left;
}
/* line 219, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .g-flexslider-testimonial .flex-control-nav {
  text-align: right;
}
/* line 223, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
/* line 230, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flex-control-nav {
  right: inherit;
  left: 1.5rem;
  text-align: left;
}
/* line 237, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 239, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 240, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 241, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-nav > li a:before, .flex-control-paging > li a:before {
  content: "";
  border: 2px solid;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1;
}
/* line 257, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  margin: 2px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: -999999px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
/* line 269, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #c00000;
}
/* line 272, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #c00000;
  cursor: default;
}
/* line 278, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
/* line 282, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 287, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 294, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}
/* line 298, templates/rt_xenon/scss/xenon/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* line 304, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow {
  position: relative;
}
/* line 306, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 311, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
  min-height: 550px;
  text-align: center;
  margin: auto;
  padding: 10rem 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 8rem 1rem;
  }
}
/* line 326, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-title {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.5;
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 1.75rem;
  }
}
/* line 335, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
  margin-bottom: 1.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    font-size: 0.9rem;
  }
}
/* line 341, templates/rt_xenon/scss/xenon/_flexslider.scss */
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
    background-position: top center !important;
  }
}
/* line 345, templates/rt_xenon/scss/xenon/_flexslider.scss */
html.touch .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
  background-position: top center !important;
}
/* line 350, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a {
  color: #fff;
  opacity: 0.75;
}
/* line 353, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a:hover {
  opacity: 1;
}
/* line 357, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-slideshow .flex-control-paging li a.flex-active {
  background: #fff;
}
/* line 362, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial {
  position: relative;
}
/* line 364, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 369, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-content-container {
  background: -webkit-linear-gradient( bottom left, rgba(192, 0, 0, 0.75), rgba(0, 115, 115, 0.75));
  background: linear-gradient(to top right, rgba(192, 0, 0, 0.75), rgba(0, 115, 115, 0.75));
}
/* line 372, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-content {
  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;
  margin-bottom: 1rem;
}
/* line 378, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title-desc, .g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-content {
  -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;
  min-width: 0;
  min-height: 0;
}
/* line 383, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title-desc {
  width: 60%;
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title-desc {
    width: 100%;
  }
}
/* line 389, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-content {
  width: 40%;
  padding: 0 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-content {
    width: 100%;
    padding: 0;
  }
}
/* line 397, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-image {
  float: left;
  margin-right: 1rem;
}
/* line 400, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-image {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
}
/* line 406, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1;
  opacity: 0.7;
  margin-bottom: 1rem;
}
/* line 413, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
    font-size: 1.4rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
    font-size: 1.25rem;
  }
}
/* line 427, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
  padding-right: 0;
  padding-left: 1rem;
}
/* line 432, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-image img {
  border-radius: 100%;
  margin-bottom: 1rem;
}
/* line 436, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-name {
  font-weight: 500;
}
/* line 439, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-position {
  font-style: italic;
  font-size: 0.9rem;
  opacity: 0.7;
}
/* line 446, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase {
  position: relative;
}
/* line 448, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content-container {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 455, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
  -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;
  width: 50%;
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
    width: 100%;
  }
}
/* line 462, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image {
  overflow: hidden;
}
/* line 464, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/* line 468, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 469, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 474, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content {
  padding: 0 5rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 2rem 0 1rem 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 2rem 1rem 1rem 1rem;
  }
}
/* line 483, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2rem;
  }
}
/* line 501, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title:after {
  position: absolute;
  content: "";
  background: #686868;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 80px;
  background: inherit;
}
/* line 510, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .g-flexslider-showcase .g-flexslider-showcase-item-title:after {
  left: inherit;
  right: 0;
}
/* line 516, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-desc {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.15rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.1rem;
  }
}
/* line 531, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container {
  position: relative;
}
/* line 533, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image {
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 538, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 545, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image img {
  cursor: pointer;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 550, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover {
  background: #c00000;
}
/* line 552, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  opacity: 1;
}
/* line 557, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 558, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide img {
  opacity: 1;
}
/* line 561, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image {
  cursor: default;
}
/* line 563, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 564, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  display: none;
}
/* line 570, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 579, templates/rt_xenon/scss/xenon/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon span {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
/* line 590, templates/rt_xenon/scss/xenon/_flexslider.scss */
/* line 591, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flexslider {
  direction: rtl;
}
/* line 595, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .carousel li {
  margin-right: 0;
  margin-left: 5px;
}
/* line 598, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flex-direction-nav {
  *height: 0;
}
/* line 602, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flex-direction-nav a:before {
  content: '\f105';
}
/* line 605, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flex-direction-nav a.flex-next:before {
  content: '\f104';
}
/* line 609, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flex-pauseplay a {
  left: auto;
  right: 10px;
}
/* line 615, templates/rt_xenon/scss/xenon/_flexslider.scss */
.dir-rtl .flex-control-thumbs li {
  float: right;
}
/* line 1, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 2, templates/rt_xenon/scss/xenon/_swiper.scss */
@media only all and (max-width: 47.99rem) {
  /* line 4, templates/rt_xenon/scss/xenon/_swiper.scss */
  .g-swiper.multislides .g-swiper-title, .g-swiper.multislides .g-swiper-text {
    font-size: 1rem !important;
  }
  /* line 7, templates/rt_xenon/scss/xenon/_swiper.scss */
  .g-swiper.multislides .button {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.75rem !important;
  }
  /* line 11, templates/rt_xenon/scss/xenon/_swiper.scss */
  /* line 12, templates/rt_xenon/scss/xenon/_swiper.scss */
  .g-swiper.multislides .swiper-navigation > div {
    font-size: 2rem !important;
  }
}
/* line 19, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 20, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
/* line 28, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: 10px;
}
/* line 35, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 36, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 37, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper.swiper-container-vertical .swiper-navigation + .swiper-pagination-bullets {
  top: unset;
  bottom: 0;
  transform: none;
}
/* line 44, templates/rt_xenon/scss/xenon/_swiper.scss */
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    right: 0;
  }
}
/* line 50, templates/rt_xenon/scss/xenon/_swiper.scss */
.dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 47.99rem) {
  .dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    left: 0;
  }
}
/* line 61, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 62, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 63, templates/rt_xenon/scss/xenon/_swiper.scss */
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: 10px;
  }
  /* line 67, templates/rt_xenon/scss/xenon/_swiper.scss */
  .dir-rtl .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: auto;
    left: 10px;
  }
}
/* line 76, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper div[class*="swiper-pagination-parent"] {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
}
/* line 83, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 84, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 85, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 1rem;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  height: 22px;
  width: 22px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  outline: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
/* line 103, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
/* line 109, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
/* line 123, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border-color: #fff;
}
/* line 128, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #000;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
/* line 143, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 144, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #c00000;
}
/* line 149, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 150, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide {
  position: relative;
}
/* line 153, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .swiper-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 164, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide video {
  position: absolute;
  z-index: 10;
  width: 100%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
/* line 178, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide {
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 20;
}
/* line 188, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
/* line 194, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
  text-align: center;
}
/* line 197, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
  font-size: 1.1vw;
  font-weight: 200;
  line-height: 1.3;
  margin: 1rem 4rem;
  max-width: 1200px;
  color: #fff;
}
@media (max-width: 118.1818181818rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1.3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1rem;
  }
}
/* line 210, templates/rt_xenon/scss/xenon/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.3;
  margin: 1rem 3rem;
  color: #fff;
}
@media (max-width: 120rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.2rem;
  }
}
/* line 222, templates/rt_xenon/scss/xenon/_swiper.scss */
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
}
/* line 235, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 236, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
  position: absolute;
  font-size: 4rem;
  color: #fff;
  outline: none;
  z-index: 20;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 47.99rem) {
  .swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
    font-size: 3rem;
  }
}
/* line 253, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-navigation div[class*="button-next"] {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
/* line 261, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-navigation div[class*="button-prev"] {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
/* line 269, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 270, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-navigation.rtl div[class*="button-prev"] {
  right: 1rem;
  left: auto;
}
/* line 275, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-navigation.rtl div[class*="button-next"] {
  right: auto;
  left: 1rem;
}
/* line 282, templates/rt_xenon/scss/xenon/_swiper.scss */
div[class*="g-swiper-thumbs"] {
  margin: 2rem 0;
  font-weight: 500;
}
/* line 286, templates/rt_xenon/scss/xenon/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs {
  box-sizing: border-box;
  cursor: pointer;
}
/* line 291, templates/rt_xenon/scss/xenon/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  position: relative;
  pointer-events: auto;
}
/* line 299, templates/rt_xenon/scss/xenon/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 0.8vw;
  height: 100%;
  margin: -1rem 2rem 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 125rem) {
  div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
    font-size: 1rem;
  }
}
/* line 309, templates/rt_xenon/scss/xenon/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title span {
  z-index: 2;
}
/* line 314, templates/rt_xenon/scss/xenon/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 6px;
  transition: opacity 0.5s ease-in-out;
}
/* line 324, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 325, templates/rt_xenon/scss/xenon/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide-thumb-active:before {
  opacity: 0.25;
}
/* line 330, templates/rt_xenon/scss/xenon/_swiper.scss */
/* line 331, templates/rt_xenon/scss/xenon/_swiper.scss */
div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
  font-size: 3rem;
  opacity: 1;
  z-index: 20;
}
@media only all and (max-width: 47.99rem) {
  div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
    font-size: 2rem;
  }
}
/*******************************************/
/* kenburns animation */
/*******************************************/
/* line 347, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburns {
  -webkit-animation: kenburns ease-out;
  -moz-animation: kenburns ease-out;
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  /* line 352, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 355, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
@keyframes kenburns {
  /* line 361, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 364, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
/* line 372, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  -moz-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  /* line 377, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 380, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  /* line 386, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 389, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
/* line 397, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  /* line 403, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 406, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  /* line 412, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 415, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
/* line 423, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  /* line 429, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 432, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  /* line 438, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 441, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
/* line 449, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  /* line 455, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 458, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  /* line 464, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 467, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
/* line 475, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  /* line 481, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 484, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  /* line 490, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 493, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
/* line 501, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  /* line 507, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 510, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  /* line 516, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 519, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
/* line 527, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  /* line 533, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 536, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  /* line 542, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 545, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
/* line 553, templates/rt_xenon/scss/xenon/_swiper.scss */
.swiper-slide-active .kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  /* line 559, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 562, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  /* line 568, templates/rt_xenon/scss/xenon/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 571, templates/rt_xenon/scss/xenon/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/* line 1, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-double-octave:after, .ct-major-eleventh:after, .ct-major-second:after, .ct-major-seventh:after, .ct-major-sixth:after, .ct-major-tenth:after, .ct-major-third:after, .ct-major-twelfth:after, .ct-minor-second:after, .ct-minor-seventh:after, .ct-minor-sixth:after, .ct-minor-third:after, .ct-octave:after, .ct-perfect-fifth:after, .ct-perfect-fourth:after, .ct-square:after {
  content: "";
  clear: both;
}
/* line 6, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 7, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-double-octave:after, .ct-double-octave:before {
  content: "";
}
/* line 12, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-golden-section:after {
  content: "";
}
/* line 16, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 17, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-eleventh:after, .ct-major-eleventh:before {
  content: "";
}
/* line 22, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 23, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-second:after, .ct-major-second:before {
  content: "";
}
/* line 28, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 29, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-seventh:after, .ct-major-seventh:before {
  content: "";
}
/* line 34, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 35, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-sixth:after, .ct-major-sixth:before {
  content: "";
}
/* line 40, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 41, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-tenth:after, .ct-major-tenth:before {
  content: "";
}
/* line 46, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 47, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-third:after, .ct-major-third:before {
  content: "";
}
/* line 52, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 53, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-twelfth:after, .ct-major-twelfth:before {
  content: "";
}
/* line 58, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 59, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-second:after, .ct-minor-second:before {
  content: "";
}
/* line 64, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 65, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-seventh:after, .ct-minor-seventh:before {
  content: "";
}
/* line 70, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 71, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-sixth:after, .ct-minor-sixth:before {
  content: "";
}
/* line 76, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 77, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-third:after, .ct-minor-third:before {
  content: "";
}
/* line 82, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 83, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-octave:after, .ct-octave:before {
  content: "";
}
/* line 88, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 89, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fifth:after, .ct-perfect-fifth:before {
  content: "";
}
/* line 94, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 95, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fourth:after, .ct-perfect-fourth:before {
  content: "";
}
/* line 100, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 101, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-square:after, .ct-square:before {
  content: "";
}
/* line 106, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
/* line 113, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 122, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 123, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 124, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
/* line 136, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
/* line 149, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 150, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
/* line 162, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
/* line 177, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 178, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 179, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
/* line 191, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
/* line 204, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 205, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 206, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
/* line 218, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
/* line 231, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 232, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
/* line 244, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
/* line 260, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
/* line 266, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-point {
  stroke-width: 5px;
  stroke-linecap: round;
}
/* line 271, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-line {
  fill: none;
  stroke-width: 2px;
}
/* line 276, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
/* line 281, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
/* line 286, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
/* line 291, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 292, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
/* line 295, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #d70206;
}
/* line 300, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 301, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
/* line 304, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #f05b4f;
}
/* line 309, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 310, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
/* line 313, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #f4c63d;
}
/* line 318, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 319, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
/* line 322, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #d17905;
}
/* line 327, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 328, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
  stroke: #7e7678;
}
/* line 331, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-e .ct-area, .ct-series-e .ct-slice-pie {
  fill: #7e7678;
}
/* line 336, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 337, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
/* line 340, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-f .ct-area, .ct-series-f .ct-slice-pie {
  fill: #59922b;
}
/* line 345, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 346, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
/* line 349, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-g .ct-area, .ct-series-g .ct-slice-pie {
  fill: #0544d3;
}
/* line 354, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 355, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
/* line 358, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-h .ct-area, .ct-series-h .ct-slice-pie {
  fill: #6b0392;
}
/* line 363, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 364, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
/* line 367, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-i .ct-area, .ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}
/* line 372, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 373, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
/* line 376, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-j .ct-area, .ct-series-j .ct-slice-pie {
  fill: #dda458;
}
/* line 381, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 382, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
/* line 385, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-k .ct-area, .ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}
/* line 390, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 391, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
/* line 394, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-l .ct-area, .ct-series-l .ct-slice-pie {
  fill: #86797d;
}
/* line 399, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 400, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
/* line 403, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-m .ct-area, .ct-series-m .ct-slice-pie {
  fill: #b2c326;
}
/* line 408, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 409, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
/* line 412, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-n .ct-area, .ct-series-n .ct-slice-pie {
  fill: #6188e2;
}
/* line 417, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 418, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
/* line 421, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-series-o .ct-area, .ct-series-o .ct-slice-pie {
  fill: #a748ca;
}
/* line 426, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
/* line 430, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-square:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
/* line 437, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-square:after {
  display: table;
}
/* line 440, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 448, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
/* line 452, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-second:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
/* line 459, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-second:after {
  display: table;
}
/* line 462, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 470, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
/* line 474, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-second:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
/* line 481, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-second:after {
  display: table;
}
/* line 484, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 492, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
/* line 496, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-third:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
/* line 503, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-third:after {
  display: table;
}
/* line 506, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 514, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
/* line 518, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-third:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
/* line 525, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-third:after {
  display: table;
}
/* line 528, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 536, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
/* line 540, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fourth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
/* line 547, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fourth:after {
  display: table;
}
/* line 550, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 558, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
/* line 562, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fifth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
/* line 569, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fifth:after {
  display: table;
}
/* line 572, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 580, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
/* line 584, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-sixth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
/* line 591, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-sixth:after {
  display: table;
}
/* line 594, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 602, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
/* line 606, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
/* line 614, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-golden-section:after {
  display: table;
  clear: both;
}
/* line 618, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 626, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
/* line 630, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-sixth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
/* line 637, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-sixth:after {
  display: table;
}
/* line 640, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 648, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
/* line 652, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-seventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
/* line 659, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-seventh:after {
  display: table;
}
/* line 662, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 670, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
/* line 674, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-seventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
/* line 681, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-seventh:after {
  display: table;
}
/* line 684, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 692, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
/* line 696, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-octave:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
/* line 703, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-octave:after {
  display: table;
}
/* line 706, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 714, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
/* line 718, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-tenth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
/* line 725, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-tenth:after {
  display: table;
}
/* line 728, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 736, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
/* line 740, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-eleventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
/* line 747, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-eleventh:after {
  display: table;
}
/* line 750, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 758, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
/* line 762, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-twelfth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
/* line 769, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-twelfth:after {
  display: table;
}
/* line 772, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 780, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
/* line 784, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-double-octave:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
/* line 791, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-double-octave:after {
  display: table;
}
/* line 794, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 802, templates/rt_xenon/scss/xenon/_chartist.scss */
.animated-slice {
  -webkit-animation: dash 0.5s linear forwards;
  -moz-animation: dash 0.5s linear forwards;
  animation: dash 0.5s linear forwards;
}
/* line 806, templates/rt_xenon/scss/xenon/_chartist.scss */
.ct-chart-line .ct-series .ct-line {
  stroke: #c7f464;
  stroke-width: 2px;
  stroke-dasharray: 5px 2px;
  -webkit-animation: dashoffset-seven 200ms infinite linear;
  -moz-animation: dashoffset-seven 200ms infinite linear;
  animation: dashoffset-seven 200ms infinite linear;
}
@-webkit-keyframes dash {
  /* line 814, templates/rt_xenon/scss/xenon/_chartist.scss */
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash {
  /* line 814, templates/rt_xenon/scss/xenon/_chartist.scss */
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  /* line 814, templates/rt_xenon/scss/xenon/_chartist.scss */
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dashoffset-seven {
  /* line 820, templates/rt_xenon/scss/xenon/_chartist.scss */
  0% {
    stroke-dashoffset: 7px;
  }
  /* line 823, templates/rt_xenon/scss/xenon/_chartist.scss */
  100% {
    stroke-dashoffset: 0px;
  }
}
@-moz-keyframes dashoffset-seven {
  /* line 820, templates/rt_xenon/scss/xenon/_chartist.scss */
  0% {
    stroke-dashoffset: 7px;
  }
  /* line 823, templates/rt_xenon/scss/xenon/_chartist.scss */
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes dashoffset-seven {
  /* line 820, templates/rt_xenon/scss/xenon/_chartist.scss */
  0% {
    stroke-dashoffset: 7px;
  }
  /* line 823, templates/rt_xenon/scss/xenon/_chartist.scss */
  100% {
    stroke-dashoffset: 0px;
  }
}
/* line 829, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 830, templates/rt_xenon/scss/xenon/_chartist.scss */
/* line 831, templates/rt_xenon/scss/xenon/_chartist.scss */
.g-style-preset6 .ct-series-d .ct-bar, .g-style-preset6 .ct-series-d .ct-line, .g-style-preset6 .ct-series-d .ct-point, .g-style-preset6 .ct-series-d .ct-slice-donut {
  stroke: #a0a0a0;
}
/* line 1, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items {
  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 5, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items .g-testimonial-item {
  margin: 2% 2% 2% 2%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-testimonials-items .g-testimonial-item {
    -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 16, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-2cols, .g-testimonials-items.g-3cols, .g-testimonials-items.g-4cols, .g-testimonials-items.g-5cols {
  margin-left: -2%;
  margin-right: -2%;
}
/* line 23, templates/rt_xenon/scss/xenon/_testimonials.scss */
/* line 24, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-1cols .g-testimonial-item {
  width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  margin: 0;
}
/* line 28, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-1cols .g-testimonial-item:last-child {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border-bottom: none;
}
/* line 35, templates/rt_xenon/scss/xenon/_testimonials.scss */
/* line 36, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-2cols .g-testimonial-item {
  width: 47%;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
}
/* line 39, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-2cols .g-testimonial-item:nth-child(odd) {
  margin-right: 1%;
}
/* line 42, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-2cols .g-testimonial-item:nth-child(even) {
  margin-left: 1%;
}
/* line 47, templates/rt_xenon/scss/xenon/_testimonials.scss */
/* line 48, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-3cols .g-testimonial-item {
  width: 30.66667%;
  -webkit-flex-basis: 30.66667%;
  -moz-flex-basis: 30.66667%;
  flex-basis: 30.66667%;
  -ms-flex-preferred-size: 30.66667%;
}
/* line 51, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-3cols .g-testimonial-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
/* line 57, templates/rt_xenon/scss/xenon/_testimonials.scss */
/* line 58, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-4cols .g-testimonial-item {
  width: 22.5%;
  -webkit-flex-basis: 22.5%;
  -moz-flex-basis: 22.5%;
  flex-basis: 22.5%;
  -ms-flex-preferred-size: 22.5%;
}
/* line 61, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-4cols .g-testimonial-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 65, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-4cols .g-testimonial-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
/* line 71, templates/rt_xenon/scss/xenon/_testimonials.scss */
/* line 72, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-5cols .g-testimonial-item {
  width: 17.6%;
  -webkit-flex-basis: 17.6%;
  -moz-flex-basis: 17.6%;
  flex-basis: 17.6%;
  -ms-flex-preferred-size: 17.6%;
}
/* line 75, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-5cols .g-testimonial-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 79, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-5cols .g-testimonial-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
/* line 83, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonials-items.g-5cols .g-testimonial-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  /* line 90, templates/rt_xenon/scss/xenon/_testimonials.scss */
  /* line 91, templates/rt_xenon/scss/xenon/_testimonials.scss */
  .g-testimonials-items[class*="cols"] .g-testimonial-item {
    width: 96%;
    -webkit-flex-basis: 96%;
    -moz-flex-basis: 96%;
    flex-basis: 96%;
    -ms-flex-preferred-size: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
/* line 100, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-content {
  padding: 1rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 103, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-alt .g-testimonial-content {
  padding: 2rem 2.5rem;
}
/* line 107, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-text {
  font-size: 0.9rem;
  margin: 1rem auto;
  opacity: 0.75;
}
/* line 111, templates/rt_xenon/scss/xenon/_testimonials.scss */
/* line 112, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-standard .g-testimonial-text strong {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
}
/* line 119, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-alt .g-testimonial-text {
  font-size: 1.25rem;
  font-family: Georgia;
  font-style: italic;
}
/* line 125, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-alt .g-testimonial-content {
  padding: 2rem 2.5rem;
}
/* line 128, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-author-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 131, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-author-img {
  border-radius: 100%;
  margin: 0.5rem 1rem 0.5rem 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
/* line 137, templates/rt_xenon/scss/xenon/_testimonials.scss */
.dir-rtl .g-testimonial-author-img {
  margin: 0.5rem 0 0.5rem 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-testimonial-author-img {
    width: 50px;
    height: 50px;
  }
}
/* line 145, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-author-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
/* line 152, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-author-name, .g-testimonial-author-company {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  width: 100%;
}
/* line 159, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-author-name {
  font-size: 1.25rem;
  line-height: 1.25;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
/* line 164, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-author-company {
  font-size: 0.9rem;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
/* line 167, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-author-company a {
  opacity: 0.75;
  color: inherit;
}
/* line 170, templates/rt_xenon/scss/xenon/_testimonials.scss */
.g-testimonial-author-company a:hover {
  opacity: 1;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
/* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container.g-flushed {
  width: 100%;
}
/* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.99rem) {
  .g-block {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  @supports not (flex-wrap: wrap) {
    /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-grid {
      display: block;
      flex-wrap: inherit;
    }
    /* line 45, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-block {
      display: block;
      flex: inherit;
    }
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.99rem) {
  /* line 14, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-phone {
    display: block !important;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 26, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 32, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 35, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-large {
    display: block !important;
  }
  /* line 44, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-large {
    display: block !important;
  }
  /* line 47, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 50, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 57, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 63, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 69, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 75, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-large {
    display: none !important;
  }
  /* line 78, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 85, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-right {
    text-align: inherit !important;
  }
  /* line 88, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=xenon_65.css.map */