/* 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 */
/*
 *  Owl Carousel - Animate Plugin
 */
/* line 8, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 14, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 17, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 20, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  /* line 26, templates/rt_requiem/custom/scss/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 30, templates/rt_requiem/custom/scss/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 35, templates/rt_requiem/custom/scss/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 39, templates/rt_requiem/custom/scss/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 47, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
/* line 58, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 66, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/* line 70, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 78, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 84, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 95, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 98, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 102, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 105, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
/* line 108, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0) !important;
}
/* line 122, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* line 127, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
/* line 133, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* line 140, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 143, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 148, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 155, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 163, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
/* line 170, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 175, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../../owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
/* line 193, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
/* line 200, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 204, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 219, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 *  Owl Carousel - Nav & Dots
 */
/* line 227, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 230, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-nav div {
  position: absolute;
  top: 50%;
  display: inline-block;
  opacity: 0.85;
  color: #888;
  background: #fff;
  padding: 0.15633rem 0.938rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 243, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-nav div:hover {
  opacity: 1;
  color: #fff;
  background: #3a7ad9;
}
@media only all and (max-width: 30rem) {
  .owl-nav div {
    top: inherit;
    bottom: 0.5rem;
    font-size: 0.7rem;
  }
}
/* line 255, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-prev {
  left: 5%;
}
/* line 258, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-next {
  right: 5%;
}
/* line 261, templates/rt_requiem/custom/scss/_owlcarousel.scss */
/* line 262, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-dots .owl-dot {
  display: inline-block;
  background: #888;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 271, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.owl-dots .owl-dot.active {
  opacity: 1;
  background: #3a7ad9;
}
/* line 283, templates/rt_requiem/custom/scss/_owlcarousel.scss */
/* line 284, templates/rt_requiem/custom/scss/_owlcarousel.scss */
/* line 285, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
/* line 290, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 293, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-img {
  position: relative;
}
/* line 295, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 304, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: 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;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-item-content-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 329, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-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 335, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 338, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
/* line 341, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
/* line 343, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 359, templates/rt_requiem/custom/scss/_owlcarousel.scss */
  .center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
    margin: 0;
  }
}
/* line 363, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-title {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: ;
  line-height: 1;
  padding-bottom: 0.938rem;
  color: #3a7ad9;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-item-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel-item-title {
    font-size: 2.25rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-title {
    font-size: 1.5rem;
  }
}
/* line 380, templates/rt_requiem/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-desc {
  opacity: 0.8;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: ;
  padding-bottom: 1.876rem;
  margin-bottom: 0.625rem;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
}
/* line 391, templates/rt_requiem/custom/scss/_owlcarousel.scss */
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-button {
    padding: 0.25rem 1rem;
    font-weight: 400;
    font-size: 0.8rem;
  }
}
/* line 6, templates/rt_requiem/custom/scss/custom.scss */
.g-owlcarousel-item-title {
  overflow: hidden;
  white-space: pre-wrap;
  color: #333;
  font-weight: 700;
  line-height: 1.1;
  font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
  margin: 0;
  text-shadow: 1px 1px 1px grey;
}
/* line 18, templates/rt_requiem/custom/scss/custom.scss */
.g-owlcarousel-item-desc {
  overflow: hidden;
  white-space: pre-wrap;
  color: #333;
  font-size: 200%;
  line-height: 1.1;
  font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
  margin: 0;
  text-shadow: 1px 1px 1px grey;
}
/* line 30, templates/rt_requiem/custom/scss/custom.scss */
.owl-carousel.owl-loaded {
  overflow: hidden;
  white-space: pre-wrap;
  margin-bottom: -480px;
}
/* line 38, templates/rt_requiem/custom/scss/custom.scss */
.g-owlcarousel-item-content {
  overflow: hidden;
  white-space: pre-wrap;
  margin: 0;
  padding: 0;
}
/* line 47, templates/rt_requiem/custom/scss/custom.scss */
.g-home #g-header, .g-homepositions #g-header {
  margin-top: -685px;
}
/* line 60, templates/rt_requiem/custom/scss/custom.scss */
#g-header .button {
  overflow: hidden;
  white-space: pre-wrap;
  color: #333 !important;
  border: 3px solid #333;
}
/* line 67, templates/rt_requiem/custom/scss/custom.scss */
#g-navigation .g-content .moduletable {
  position: relative;
  left: 8px;
}
/* line 73, templates/rt_requiem/custom/scss/custom.scss */
.g-home #g-header .g-promocontent, .g-homepositions #g-header .g-promocontent {
  margin-left: -600px;
}
/* line 78, templates/rt_requiem/custom/scss/custom.scss */
#g-header .g-promo {
  letter-spacing: 5px;
}
/* line 83, templates/rt_requiem/custom/scss/custom.scss */
.g-home #g-header::before, .g-homepositions #g-header::before {
  background-image: none;
}
/* line 86, templates/rt_requiem/custom/scss/custom.scss */
#g-header .g-container {
  overflow: hidden;
  white-space: pre-wrap;
  width: 100%;
  padding: 0 !important;
}
/* line 97, templates/rt_requiem/custom/scss/custom.scss */
.g-home #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-homepositions #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #666;
}
/* line 100, templates/rt_requiem/custom/scss/custom.scss */
.g-home #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-homepositions #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-home #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container, .g-homepositions #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #666;
}
/* line 106, templates/rt_requiem/custom/scss/custom.scss */
.g-homepositions #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .g-menu-item-title {
  border-bottom: 3px solid #666;
}
/* line 111, templates/rt_requiem/custom/scss/custom.scss */
#g-navigation {
  padding-bottom: 15px;
}
/* line 115, templates/rt_requiem/custom/scss/custom.scss */
.g-homepositions #g-header {
  color: #666;
}
/* line 121, templates/rt_requiem/custom/scss/custom.scss */
#g-showcase::after {
  background: none;
}
/* line 128, templates/rt_requiem/custom/scss/custom.scss */
.g-home #g-showcase, .g-homepositions #g-showcase {
  line-height: 0.5;
}
/* line 135, templates/rt_requiem/custom/scss/custom.scss */
#g-above .button {
  background: #aaa;
}
/* line 139, templates/rt_requiem/custom/scss/custom.scss */
#g-above .button:hover {
  background: #666;
}
/* line 144, templates/rt_requiem/custom/scss/custom.scss */
#g-above::after {
  background: none;
}
/* line 151, templates/rt_requiem/custom/scss/custom.scss */
.g-gridcontent .fa-delrey-o:before {
  content: url('../../../../images/delrey-icon.png');
}
/* line 155, templates/rt_requiem/custom/scss/custom.scss */
.g-gridcontent .fa-maple-o:before {
  content: url('../../../../images/maple-icon.png');
}
/* line 159, templates/rt_requiem/custom/scss/custom.scss */
.g-gridcontent .fa-dakota-o:before {
  content: url('../../../../images/dakota-icon.png');
}
/* line 164, templates/rt_requiem/custom/scss/custom.scss */
#g-utility .g-content {
  margin-top: 0;
  padding-top: 0;
}
/* line 169, templates/rt_requiem/custom/scss/custom.scss */
div.g-gridpromogallery .g-gridpromogallery-item-wrapper .g-gridpromogallery-item-img, div.g-gridpromogallery .g-gridpromogallery-item-wrapper .g-gridpromogallery-item-text {
  min-height: 240px;
}
/* line 174, templates/rt_requiem/custom/scss/custom.scss */
#g-utility .g-animatedblock-title {
  color: #fff;
  font-size: 4.3rem;
}
/* line 181, templates/rt_requiem/custom/scss/custom.scss */
.g-menu-item-title {
  font-size: 1.1rem;
}
/* line 187, templates/rt_requiem/custom/scss/custom.scss */
.box-blue.moduletable, .box-blue.widget, .box-blue.g-outer-box, .box-blue > .g-content {
  background: #3a7ad9;
}
/* line 194, templates/rt_requiem/custom/scss/custom.scss */
.g-contact .g-contact-text {
  font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 100;
}
