/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.2rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.7rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.25rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.2rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1rem;
}
/* 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 2, templates/rt_orion/custom/scss/_slideshow.scss */
.owl-stage-outer {
  overflow: visible;
}
@media only all and (max-width: 50.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .owl-stage-outer {
    padding: 0 0;
  }
}
/* line 9, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow {
  position: relative;
  z-index: 20;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow {
    margin-bottom: 2rem;
  }
}
/* line 17, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel {
  position: relative;
}
/* line 20, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 23, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .owl-item {
  padding: 4rem 0;
  padding-bottom: 0;
}
/* line 27, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .owl-item.active {
  padding: 4rem 0;
}
@media only screen and (max-width: 500px) {
  /* line 29, templates/rt_orion/custom/scss/_slideshow.scss */
  .g-slideshow .g-slideshow-carousel .owl-stage .owl-item.active {
    margin-right: -10px;
  }
}
/* line 33, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .owl-item.active .g-slideshow-carousel-image-container {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 39, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  border: 2px solid #000;
  border-radius: 5px;
  -webkit-transition: all 850ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 70ms;
  -moz-transition: all 850ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 70ms;
  transition: all 850ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 70ms;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0 0px 38px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container {
    margin: 0;
  }
}
/* line 55, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container a {
  position: absolute;
  width: 100%;
  top: -4rem;
  height: calc(100% + 4rem);
  display: block;
  z-index: 2;
}
/* line 63, templates/rt_orion/custom/scss/_slideshow.scss */
/* line 64, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container a:hover ~ .g-slideshow-carousel-title {
  color: #749aca;
}
/* line 70, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container .g-slideshow-carousel-image-small {
  position: absolute;
  width: 15%;
  right: 20%;
  bottom: 0;
  z-index: 1;
}
/* line 77, templates/rt_orion/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container .g-slideshow-carousel-image-small {
  right: auto;
  left: 20%;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container .g-slideshow-carousel-image-small {
    display: none;
  }
}
/* line 86, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container .g-slideshow-carousel-image-small:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid #ffc50a;
  top: -0.5rem;
  left: -0.5rem;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
/* line 97, templates/rt_orion/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container .g-slideshow-carousel-image-small:before {
  left: auto;
  right: -0.5rem;
}
/* line 103, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container .g-slideshow-carousel-image-small .g-slideshow-carousel-title-small {
  position: absolute;
  z-index: 2;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  bottom: 0;
  padding: 1.5rem;
}
/* line 115, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-title {
  position: absolute;
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 1.3;
  padding: 0 0.5rem;
  margin: 0 2rem;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  top: -3rem;
  left: 0;
  max-width: 90%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 80rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/theme/mixins/_typography.scss */
  .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-title {
    font-size: 2rem;
  }
}
/* line 129, templates/rt_orion/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-title {
  left: auto;
  right: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
/* line 139, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-title span {
  background: #000;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 7px;
}
/* line 150, templates/rt_orion/custom/scss/_slideshow.scss */
/* line 151, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-nav button.owl-prev, .g-slideshow .g-slideshow-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 1vw;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 150rem) {
  .g-slideshow .g-slideshow-carousel .owl-nav button.owl-prev, .g-slideshow .g-slideshow-carousel .owl-nav button.owl-next {
    font-size: 1.5rem;
  }
}
/* line 165, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-nav button.owl-prev .fa, .g-slideshow .g-slideshow-carousel .owl-nav button.owl-next .fa {
  position: relative;
}
/* line 169, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-nav button.owl-prev:hover, .g-slideshow .g-slideshow-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}
/* line 174, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-nav .owl-prev {
  left: 15%;
}
@media only all and (min-width: 88rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-slideshow .g-slideshow-carousel .owl-nav .owl-prev {
    left: 20%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-slideshow .g-slideshow-carousel .owl-nav .owl-prev {
    left: 20%;
  }
}
/* line 185, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-nav .owl-prev .fa {
  left: -1px;
  top: 1px;
}
/* line 191, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-nav .owl-next {
  right: 15%;
}
@media only all and (min-width: 88rem) {
  .g-slideshow .g-slideshow-carousel .owl-nav .owl-next {
    right: 20%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-carousel .owl-nav .owl-next {
    right: 20%;
  }
}
/* line 202, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-nav .owl-next .fa {
  left: 1px;
  top: 1px;
}
/* line 210, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 3rem;
  right: 1.5rem;
  z-index: 2;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-carousel .owl-dots {
    bottom: 1.5rem;
  }
}
/* line 222, templates/rt_orion/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow .g-slideshow-carousel .owl-dots {
  right: auto;
  left: 1.5rem;
}
/* line 227, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin-bottom: 0.3rem;
  border: 2px solid #000;
  border-radius: 100%;
}
/* line 234, templates/rt_orion/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-carousel .owl-dots .owl-dot.active {
  background: #000;
}
/* line 4, templates/rt_orion/custom/scss/custom.scss */
#g-extension {
  color: #000;
  background: #749aca;
  position: relative;
}
/* line 9, templates/rt_orion/custom/scss/custom.scss */
.section-vertical-paddings {
  padding-top: 0vw;
  padding-bottom: 0vw;
}
/* line 16, templates/rt_orion/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #000;
}
/* line 19, templates/rt_orion/custom/scss/custom.scss */
.overlay-light .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #000 !important;
}
/*# sourceMappingURL=custom_332.css.map */