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

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

   For more information on modifying CSS, please read:

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

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 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_photon/scss/photon/styles/_body.scss */
body {
  color: #686868;
  background: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 7, templates/rt_photon/scss/photon/styles/_body.scss */
body p {
  margin: 0 0 1.3rem 0;
}
/* line 10, templates/rt_photon/scss/photon/styles/_body.scss */
body span.para {
  display: block;
  margin: 1rem 0;
}
/* line 16, templates/rt_photon/scss/photon/styles/_body.scss */
#g-page-surround {
  background: #eee;
  overflow: hidden;
}
/* line 20, templates/rt_photon/scss/photon/styles/_body.scss */
.g-bodyonly #g-page-surround {
  color: #686868;
  background: #eee;
}
@media print {
  /* line 27, templates/rt_photon/scss/photon/styles/_body.scss */
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/styles/_logo.scss */
.g-logo {
  background: #4daf56;
  position: absolute;
  padding: 3rem;
  top: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  color: inherit;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.1rem;
  margin-right: -0.25rem;
  z-index: 10;
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-logo {
    padding: 2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-logo {
    top: -0.5rem;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-logo {
    font-weight: 700;
  }
}
/* line 1, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container, .g-main-nav .g-sublevel &gt; li &gt; .g-menu-item-container {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.469rem 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_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-standard .g-dropdown {
  float: left;
}
/* line 16, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-standard .g-dropdown {
  min-width: 180px;
}
/* line 19, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav {
  z-index: 20;
}
/* line 21, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 22, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 26, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 28, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 30, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container {
  line-height: 1;
}
/* line 35, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 36, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container &gt; .g-menu-item-content {
  word-break: normal;
  line-height: normal;
}
/* line 42, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-toplevel &gt; li.g-parent .g-menu-parent-indicator:after {
  width: 1.25rem;
  padding: 0.25rem;
  height: 1.25rem;
}
/* line 49, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
/* line 54, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 55, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-standard &gt; .g-dropdown:before, .g-main-nav .g-fullwidth &gt; .g-dropdown:before {
  top: -7px !important;
}
/* line 58, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-standard &gt; .g-dropdown .g-dropdown, .g-main-nav .g-fullwidth &gt; .g-dropdown .g-dropdown {
  top: -7px;
}
/* line 62, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 63, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-standard .g-dropdown:after, .g-main-nav .g-fullwidth .g-dropdown:after {
  left: -21px !important;
}
/* line 68, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-dropdown {
  text-align: left;
  border-radius: 3px;
}
/* line 71, templates/rt_photon/scss/photon/styles/_menu.scss */
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
/* line 75, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 76, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-sublevel &gt; li {
  margin: 0.3125rem 0.9375rem;
  padding: 0 0 0.2345rem 0;
}
/* line 79, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-sublevel &gt; li &gt; .g-menu-item-container {
  line-height: normal;
  font-size: 0.85rem;
  font-weight: bold;
}
/* line 84, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-sublevel &gt; li &gt; .g-menu-item-container &gt; .g-menu-item-content {
  vertical-align: top;
  word-break: normal;
}
/* line 89, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 90, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-sublevel &gt; li.g-parent .g-menu-parent-indicator {
  right: 0;
  top: 0;
  margin-top: -0.65rem;
}
/* line 94, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-sublevel &gt; li.g-parent .g-menu-parent-indicator:after {
  content: "\f105";
  opacity: 0.5;
  position: relative;
  top: 1rem;
}
/* line 107, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-menu-item-subtitle {
  opacity: 0.7;
}
/* line 112, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 113, templates/rt_photon/scss/photon/styles/_menu.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_photon/scss/photon/styles/_menu.scss */
.g-preset-thumbnails .g-block:first-child &gt; .g-content {
  margin-left: 0 !important;
}
/* line 118, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-preset-thumbnails .g-block:last-child &gt; .g-content {
  margin-right: 0 !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: 20px;
}
/* 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: -20px;
  right: -20px;
  bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  z-index: -1;
}
/* line 61, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard &gt; .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 &gt; .g-dropdown, .g-main-nav .g-fullwidth &gt; .g-dropdown {
  margin-top: 5px;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard &gt; .g-dropdown:before, .g-main-nav .g-fullwidth &gt; .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 131, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.5);
}
/* line 135, templates/rt_photon/scss/photon/styles/_menu.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 144, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 145, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 146, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 147, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 148, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 149, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 150, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-menu-hastouch .g-standard .g-toplevel &gt; li.g-menu-item-link-parent &gt; .g-menu-item-container &gt; .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-toplevel &gt; li.g-menu-item-link-parent &gt; .g-menu-item-container &gt; .g-menu-parent-indicator {
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 159, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 160, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 161, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 162, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 163, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-menu-hastouch .g-standard .g-sublevel &gt; li.g-menu-item-link-parent &gt; .g-menu-item-container &gt; .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-sublevel &gt; li.g-menu-item-link-parent &gt; .g-menu-item-container &gt; .g-menu-parent-indicator {
  border-radius: 3px;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 177, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 178, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 179, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 183, templates/rt_photon/scss/photon/styles/_menu.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 187, templates/rt_photon/scss/photon/styles/_menu.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 192, templates/rt_photon/scss/photon/styles/_menu.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 197, templates/rt_photon/scss/photon/styles/_menu.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 202, templates/rt_photon/scss/photon/styles/_menu.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 207, templates/rt_photon/scss/photon/styles/_menu.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 213, templates/rt_photon/scss/photon/styles/_menu.scss */
/* line 214, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-fullwidth &gt; .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 218, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-fullwidth &gt; .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 222, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-fullwidth &gt; .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 227, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-fullwidth &gt; .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 232, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-fullwidth &gt; .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 237, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-fullwidth &gt; .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 242, templates/rt_photon/scss/photon/styles/_menu.scss */
.g-main-nav .g-fullwidth &gt; .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 250, templates/rt_photon/scss/photon/styles/_menu.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 254, templates/rt_photon/scss/photon/styles/_menu.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  /* line 250, templates/rt_photon/scss/photon/styles/_menu.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 254, templates/rt_photon/scss/photon/styles/_menu.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  /* line 250, templates/rt_photon/scss/photon/styles/_menu.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 254, templates/rt_photon/scss/photon/styles/_menu.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  /* line 260, templates/rt_photon/scss/photon/styles/_menu.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  /* line 264, templates/rt_photon/scss/photon/styles/_menu.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  /* line 260, templates/rt_photon/scss/photon/styles/_menu.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  /* line 264, templates/rt_photon/scss/photon/styles/_menu.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  /* line 260, templates/rt_photon/scss/photon/styles/_menu.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 264, templates/rt_photon/scss/photon/styles/_menu.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-left {
  /* line 270, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 274, templates/rt_photon/scss/photon/styles/_menu.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  /* line 279, templates/rt_photon/scss/photon/styles/_menu.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
  }
  /* line 284, templates/rt_photon/scss/photon/styles/_menu.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  /* line 288, templates/rt_photon/scss/photon/styles/_menu.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
  }
  /* line 292, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-left {
  /* line 270, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 274, templates/rt_photon/scss/photon/styles/_menu.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0);
  }
  /* line 279, templates/rt_photon/scss/photon/styles/_menu.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0);
  }
  /* line 284, templates/rt_photon/scss/photon/styles/_menu.scss */
  75% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  /* line 288, templates/rt_photon/scss/photon/styles/_menu.scss */
  90% {
    -moz-transform: translate3d(5px, 0, 0);
  }
  /* line 292, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-left {
  /* line 270, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 274, templates/rt_photon/scss/photon/styles/_menu.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 279, templates/rt_photon/scss/photon/styles/_menu.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 284, templates/rt_photon/scss/photon/styles/_menu.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 288, templates/rt_photon/scss/photon/styles/_menu.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 292, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-down {
  /* line 298, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 302, templates/rt_photon/scss/photon/styles/_menu.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  /* line 307, templates/rt_photon/scss/photon/styles/_menu.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  /* line 312, templates/rt_photon/scss/photon/styles/_menu.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
  }
  /* line 316, templates/rt_photon/scss/photon/styles/_menu.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
  }
  /* line 320, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-down {
  /* line 298, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 302, templates/rt_photon/scss/photon/styles/_menu.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }
  /* line 307, templates/rt_photon/scss/photon/styles/_menu.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
  }
  /* line 312, templates/rt_photon/scss/photon/styles/_menu.scss */
  75% {
    -moz-transform: translate3d(0, -10px, 0);
  }
  /* line 316, templates/rt_photon/scss/photon/styles/_menu.scss */
  90% {
    -moz-transform: translate3d(0, 5px, 0);
  }
  /* line 320, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-down {
  /* line 298, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 302, templates/rt_photon/scss/photon/styles/_menu.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 307, templates/rt_photon/scss/photon/styles/_menu.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 312, templates/rt_photon/scss/photon/styles/_menu.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 316, templates/rt_photon/scss/photon/styles/_menu.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 320, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-right {
  /* line 326, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 330, templates/rt_photon/scss/photon/styles/_menu.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
  }
  /* line 335, templates/rt_photon/scss/photon/styles/_menu.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
  }
  /* line 340, templates/rt_photon/scss/photon/styles/_menu.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  /* line 344, templates/rt_photon/scss/photon/styles/_menu.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
  }
  /* line 348, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-right {
  /* line 326, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 330, templates/rt_photon/scss/photon/styles/_menu.scss */
  from {
    opacity: 0;
    -moz-transform: translate3d(50px, 0, 0);
  }
  /* line 335, templates/rt_photon/scss/photon/styles/_menu.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px, 0, 0);
  }
  /* line 340, templates/rt_photon/scss/photon/styles/_menu.scss */
  75% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  /* line 344, templates/rt_photon/scss/photon/styles/_menu.scss */
  90% {
    -moz-transform: translate3d(-5px, 0, 0);
  }
  /* line 348, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-right {
  /* line 326, templates/rt_photon/scss/photon/styles/_menu.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 330, templates/rt_photon/scss/photon/styles/_menu.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 335, templates/rt_photon/scss/photon/styles/_menu.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 340, templates/rt_photon/scss/photon/styles/_menu.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 344, templates/rt_photon/scss/photon/styles/_menu.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 348, templates/rt_photon/scss/photon/styles/_menu.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 1, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 3, templates/rt_photon/scss/photon/styles/_utilities.scss */
.flush &gt; .g-container, .g-flushed &gt; .g-container, .flush &gt; .g-content, .g-flushed &gt; .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 9, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-container-flushed {
  margin: -4rem 0;
}
/* line 12, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-wrapper {
  margin: 1.563rem;
  margin-top: 2.063rem;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nomarginleft, .nomarginleft &gt; .g-content {
  margin-left: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nomarginright, .nomarginright &gt; .g-content {
  margin-right: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nomargintop, .nomargintop &gt; .g-content {
  margin-top: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nomarginbottom, .nomarginbottom &gt; .g-content {
  margin-bottom: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nomarginall, .nomarginall &gt; .g-content {
  margin: 0;
}
/* line 36, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 37, templates/rt_photon/scss/photon/styles/_utilities.scss */
.margin2x &gt; .g-content {
  margin: 1.25rem;
}
/* line 36, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 37, templates/rt_photon/scss/photon/styles/_utilities.scss */
.margin3x &gt; .g-content {
  margin: 1.875rem;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nopaddingleft, .nopaddingleft &gt; .g-content {
  padding-left: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nopaddingright, .nopaddingright &gt; .g-content {
  padding-right: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nopaddingtop, .nopaddingtop &gt; .g-content {
  padding-top: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nopaddingbottom, .nopaddingbottom &gt; .g-content {
  padding-bottom: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 25, templates/rt_photon/scss/photon/styles/_utilities.scss */
.nopaddingall, .nopaddingall &gt; .g-content {
  padding: 0;
}
/* line 36, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 37, templates/rt_photon/scss/photon/styles/_utilities.scss */
.padding2x &gt; .g-content {
  padding: 1.876rem;
}
/* line 36, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 37, templates/rt_photon/scss/photon/styles/_utilities.scss */
.padding3x &gt; .g-content {
  padding: 2.814rem;
}
/* line 49, templates/rt_photon/scss/photon/styles/_utilities.scss */
.center-block {
  text-align: center;
  margin: auto;
}
/* line 53, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-center-vertical {
  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;
}
/* line 57, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-linethrough {
  text-decoration: line-through;
  opacity: 0.55;
}
/* line 61, templates/rt_photon/scss/photon/styles/_utilities.scss */
.noliststyle {
  list-style: none;
}
/* line 64, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-bold {
  font-weight: 700;
}
/* line 67, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-uppercase {
  text-transform: uppercase;
}
/* line 70, templates/rt_photon/scss/photon/styles/_utilities.scss */
/* line 71, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-compact .g-container {
  padding: 0 !important;
}
/* line 75, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-sidebar-offset {
  margin-top: -4rem;
}
/* line 78, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-bottom-offset {
  margin-bottom: -45px !important;
  position: relative;
}
/* line 82, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-offset-padding {
  padding-top: 45px !important;
}
@media only all and (max-width: 47.99rem) {
  .g-offset-padding {
    padding-top: 75px !important;
  }
}
/* line 89, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-nobackgroundtitle {
  background: none !important;
  box-shadow: none !important;
}
/* line 92, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-nobackgroundtitle .g-content {
  margin: 0;
  padding: 0;
}
/* line 96, templates/rt_photon/scss/photon/styles/_utilities.scss */
.g-nobackgroundtitle h2 {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.15;
  color: #9b9b9b;
  margin: 0;
  text-transform: uppercase;
}
/* line 107, templates/rt_photon/scss/photon/styles/_utilities.scss */
@media only all and (max-width: 47.99rem) {
  /* line 109, templates/rt_photon/scss/photon/styles/_utilities.scss */
  .g-mobile-center-compact .g-container {
    padding: 0.938rem 0;
  }
  /* line 112, templates/rt_photon/scss/photon/styles/_utilities.scss */
  .g-mobile-center-compact .g-content {
    padding: 0 0.938rem;
    margin: 0.3125rem 0.625rem;
    text-align: center !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/styles/_hyperlinks.scss */
a {
  color: #4daf56;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 4, templates/rt_photon/scss/photon/styles/_hyperlinks.scss */
a:hover {
  color: inherit;
}
@font-face {
  font-family: "opensans";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/opensans/opensans-bold/opensans-bold-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/opensans/opensans-bold/opensans-bold-webfont.woff2') format("woff2"), url('../../fonts/opensans/opensans-bold/opensans-bold-webfont.woff') format("woff"), url('../../fonts/opensans/opensans-bold/opensans-bold-webfont.ttf') format("truetype"), url('../../fonts/opensans/opensans-bold/opensans-bold-webfont.svg#opensans') format("svg");
}
@font-face {
  font-family: "opensans";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/opensans/opensans-regular/opensans-regular-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/opensans/opensans-regular/opensans-regular-webfont.woff2') format("woff2"), url('../../fonts/opensans/opensans-regular/opensans-regular-webfont.woff') format("woff"), url('../../fonts/opensans/opensans-regular/opensans-regular-webfont.ttf') format("truetype"), url('../../fonts/opensans/opensans-regular/opensans-regular-webfont.svg#opensans') format("svg");
}
@font-face {
  font-family: "opensans";
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/opensans/opensans-light/opensans-light-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/opensans/opensans-light/opensans-light-webfont.woff2') format("woff2"), url('../../fonts/opensans/opensans-light/opensans-light-webfont.woff') format("woff"), url('../../fonts/opensans/opensans-light/opensans-light-webfont.ttf') format("truetype"), url('../../fonts/opensans/opensans-light/opensans-light-webfont.svg#opensans') format("svg");
}
@font-face {
  font-family: "dosis";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/dosis/dosis-bold/dosis-bold-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/dosis/dosis-bold/dosis-bold-webfont.woff2') format("woff2"), url('../../fonts/dosis/dosis-bold/dosis-bold-webfont.woff') format("woff"), url('../../fonts/dosis/dosis-bold/dosis-bold-webfont.ttf') format("truetype"), url('../../fonts/dosis/dosis-bold/dosis-bold-webfont.svg#dosis') format("svg");
}
@font-face {
  font-family: "dosis";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/dosis/dosis-regular/dosis-regular-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/dosis/dosis-regular/dosis-regular-webfont.woff2') format("woff2"), url('../../fonts/dosis/dosis-regular/dosis-regular-webfont.woff') format("woff"), url('../../fonts/dosis/dosis-regular/dosis-regular-webfont.ttf') format("truetype"), url('../../fonts/dosis/dosis-regular/dosis-regular-webfont.svg#dosis') format("svg");
}
@font-face {
  font-family: "dosis";
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/dosis/dosis-light/dosis-light-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/dosis/dosis-light/dosis-light-webfont.woff2') format("woff2"), url('../../fonts/dosis/dosis-light/dosis-light-webfont.woff') format("woff"), url('../../fonts/dosis/dosis-light/dosis-light-webfont.ttf') format("truetype"), url('../../fonts/dosis/dosis-light/dosis-light-webfont.svg#dosis') format("svg");
}
/* line 7, templates/rt_photon/scss/photon/styles/_typography.scss */
body {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
}
/* line 13, templates/rt_photon/scss/photon/styles/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  margin: 1.5rem 0 0.75rem 0;
}
/* line 18, templates/rt_photon/scss/photon/styles/_typography.scss */
h1 {
  font-size: 2.25rem;
}
/* line 21, templates/rt_photon/scss/photon/styles/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 24, templates/rt_photon/scss/photon/styles/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 27, templates/rt_photon/scss/photon/styles/_typography.scss */
h3.g-title {
  font-size: 1.8rem;
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  margin: 0.625rem 0 1.563rem 0;
}
/* line 34, templates/rt_photon/scss/photon/styles/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 37, templates/rt_photon/scss/photon/styles/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 40, templates/rt_photon/scss/photon/styles/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* line 45, templates/rt_photon/scss/photon/styles/_typography.scss */
hr {
  display: block;
  margin: 4rem 0;
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 52, templates/rt_photon/scss/photon/styles/_typography.scss */
.g-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.938rem 0;
  position: relative;
}
/* line 61, templates/rt_photon/scss/photon/styles/_typography.scss */
.g-title-xlarge .g-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
}
@media only all and (max-width: 30rem) {
  .g-title-xlarge .g-title {
    font-size: 0rem;
    line-height: 1.25;
  }
}
/* line 71, templates/rt_photon/scss/photon/styles/_typography.scss */
.g-title-large .g-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0;
}
@media only all and (max-width: 30rem) {
  .g-title-large .g-title {
    font-size: 1.75rem;
  }
}
/* line 80, templates/rt_photon/scss/photon/styles/_typography.scss */
.g-title-small .g-title {
  font-size: 0.9rem;
  font-weight: 700;
}
/* line 84, templates/rt_photon/scss/photon/styles/_typography.scss */
.g-title-300 .g-title {
  font-weight: 300;
}
/* line 90, templates/rt_photon/scss/photon/styles/_typography.scss */
.g-lead, .g-simplecontent-layout-header .g-simplecontent-item-leading-content {
  position: relative;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 1.35;
  margin: 1.25rem 0 0.625rem 0;
  padding: 1.876rem 0 0.938rem 0;
}
/* line 101, templates/rt_photon/scss/photon/styles/_typography.scss */
blockquote {
  border-left: 10px solid rgba(136, 136, 136, 0.25);
}
/* line 103, templates/rt_photon/scss/photon/styles/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #9b9b9b;
}
/* line 107, templates/rt_photon/scss/photon/styles/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #686868;
  font-size: 1.2rem;
}
/* line 116, templates/rt_photon/scss/photon/styles/_typography.scss */
code, kbd, pre, samp {
  font-family: "Menlo", "Monaco", monospace;
}
/* line 123, templates/rt_photon/scss/photon/styles/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 128, templates/rt_photon/scss/photon/styles/_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 137, templates/rt_photon/scss/photon/styles/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 142, templates/rt_photon/scss/photon/styles/_typography.scss */
pre.prettyprint {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 148, templates/rt_photon/scss/photon/styles/_typography.scss */
hr {
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 151, templates/rt_photon/scss/photon/styles/_typography.scss */
.g-para {
  margin: 0.3rem 0 1rem;
}
/* line 1, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 2, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-center .g-title {
  text-align: center;
}
/* line 7, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 8, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-rounded .g-title {
  border-radius: 2rem;
}
/* line 13, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 14, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-underline .g-title {
  padding: 0.5rem 0;
}
/* line 16, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-underline .g-title:after {
  border-bottom: 2px solid rgba(136, 136, 136, 0.25);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
}
/* line 23, templates/rt_photon/scss/photon/styles/_variations.scss */
.dir-rtl .title-underline .g-title:after {
  left: inherit;
  right: 0;
}
/* line 31, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 32, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-inline .g-title {
  display: inline-block;
  margin-bottom: 0.625rem !important;
}
/* line 38, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 39, templates/rt_photon/scss/photon/styles/_variations.scss */
.title1 .g-title, .title2 .g-title, .title3 .g-title, .title4 .g-title, .title5 .g-title, .title6 .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 44, templates/rt_photon/scss/photon/styles/_variations.scss */
.platform-content, .moduletable, .widget {
  margin: 0.625rem 0;
  padding: 0.938rem 0;
}
/* line 47, templates/rt_photon/scss/photon/styles/_variations.scss */
.platform-content .moduletable, .moduletable .moduletable, .widget .moduletable, .platform-content .widget, .moduletable .widget, .widget .widget {
  margin: 0;
  padding: 0;
}
/* line 51, templates/rt_photon/scss/photon/styles/_variations.scss */
.platform-content:first-child, .moduletable:first-child, .widget:first-child {
  margin-top: 0;
  padding-top: 0;
}
/* line 55, templates/rt_photon/scss/photon/styles/_variations.scss */
.platform-content:last-child, .moduletable:last-child, .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 60, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 61, templates/rt_photon/scss/photon/styles/_variations.scss */
.moduletable[class*="box"], .widget[class*="box"] {
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 65, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 66, templates/rt_photon/scss/photon/styles/_variations.scss */
.moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/* line 74, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 75, templates/rt_photon/scss/photon/styles/_variations.scss */
.title1 .g-title, .title1 .button {
  background: #419348;
  color: #fff;
}
/* line 81, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 82, templates/rt_photon/scss/photon/styles/_variations.scss */
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 &gt; .g-content {
  color: #fff;
  background: #4daf56;
}
/* line 89, templates/rt_photon/scss/photon/styles/_variations.scss */
.box1 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
/* line 92, templates/rt_photon/scss/photon/styles/_variations.scss */
.box1 a:hover {
  box-shadow: 0 1px 0 0 #fff;
}
/* line 96, templates/rt_photon/scss/photon/styles/_variations.scss */
.box1 .button {
  background: #81c887;
  box-shadow: none;
}
/* line 101, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 102, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 103, templates/rt_photon/scss/photon/styles/_variations.scss */
.box1 .button:hover, .title1 .button:hover, .box1 .button:active, .title1 .button:active, .box1 .button:focus, .title1 .button:focus {
  background: #367a3c;
  box-shadow: none;
}
/* line 107, templates/rt_photon/scss/photon/styles/_variations.scss */
.box1 .button.button-3, .title1 .button.button-3, .box1 .button.button-4, .title1 .button.button-4 {
  color: #fff !important;
  border-color: #fff;
}
/* line 110, templates/rt_photon/scss/photon/styles/_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: #81c887 !important;
  border-color: #81c887;
}
/* line 118, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 119, templates/rt_photon/scss/photon/styles/_variations.scss */
.title2 .g-title {
  position: relative;
  text-indent: 1.5rem;
  border: 2px solid rgba(136, 136, 136, 0.25);
  text-align: left;
  padding-left: 1.563rem;
}
/* line 125, templates/rt_photon/scss/photon/styles/_variations.scss */
.title2 .g-title:before {
  position: absolute;
  left: -0.75rem;
  color: #4daf56;
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 0.5rem;
}
/* line 135, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 136, templates/rt_photon/scss/photon/styles/_variations.scss */
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 &gt; .g-content {
  border: 2px solid rgba(136, 136, 136, 0.25);
}
/* line 142, templates/rt_photon/scss/photon/styles/_variations.scss */
.box2 .g-title {
  position: relative;
  text-indent: 1.5rem;
  text-align: left;
  padding-left: 0.938rem;
}
/* line 147, templates/rt_photon/scss/photon/styles/_variations.scss */
.box2 .g-title:before {
  position: absolute;
  left: -1.5rem;
  color: #4daf56;
  font-family: FontAwesome;
  content: "\f178";
  margin-right: 0.5rem;
}
/* line 155, templates/rt_photon/scss/photon/styles/_variations.scss */
.box2 .g-title:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(136, 136, 136, 0.25);
}
/* line 167, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 168, templates/rt_photon/scss/photon/styles/_variations.scss */
.title3 .g-title {
  color: #fff;
  background: #000;
  font-style: italic;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.25;
}
/* line 177, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 178, templates/rt_photon/scss/photon/styles/_variations.scss */
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 &gt; .g-content {
  color: #fff;
  background: #294239;
}
/* line 185, templates/rt_photon/scss/photon/styles/_variations.scss */
.box3 .button {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-style: normal;
  font-size: 1rem;
}
/* line 192, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 193, templates/rt_photon/scss/photon/styles/_variations.scss */
.title4 .g-title {
  color: #686868;
  background: #eee;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
/* line 199, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 200, templates/rt_photon/scss/photon/styles/_variations.scss */
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 &gt; .g-content {
  color: #686868;
  background: #eee;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
/* line 210, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 211, templates/rt_photon/scss/photon/styles/_variations.scss */
.title5 .g-title, .title5 .button {
  color: #686868;
}
/* line 216, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 217, templates/rt_photon/scss/photon/styles/_variations.scss */
.box5.moduletable, .box5.widget, .box5.g-outer-box, .box5 &gt; .g-content {
  color: #686868;
}
/* line 223, templates/rt_photon/scss/photon/styles/_variations.scss */
.box5 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
/* line 226, templates/rt_photon/scss/photon/styles/_variations.scss */
.box5 a:hover {
  box-shadow: 0 1px 0 0 #fff;
}
/* line 230, templates/rt_photon/scss/photon/styles/_variations.scss */
.box5 .button {
  background: #81c887;
  box-shadow: none;
}
/* line 235, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 236, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 237, templates/rt_photon/scss/photon/styles/_variations.scss */
.box5 .button:hover, .title5 .button:hover, .box5 .button:active, .title5 .button:active, .box5 .button:focus, .title5 .button:focus {
  background: #367a3c;
  box-shadow: none;
}
/* line 241, templates/rt_photon/scss/photon/styles/_variations.scss */
.box5 .button.button-3, .title5 .button.button-3, .box5 .button.button-4, .title5 .button.button-4 {
  color: #fff !important;
  border-color: #fff;
}
/* line 244, templates/rt_photon/scss/photon/styles/_variations.scss */
.box5 .button.button-3:hover, .title5 .button.button-3:hover, .box5 .button.button-4:hover, .title5 .button.button-4:hover, .box5 .button.button-3:active, .title5 .button.button-3:active, .box5 .button.button-4:active, .title5 .button.button-4:active, .box5 .button.button-3:focus, .title5 .button.button-3:focus, .box5 .button.button-4:focus, .title5 .button.button-4:focus {
  color: #81c887 !important;
  border-color: #81c887;
}
/* line 252, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 253, templates/rt_photon/scss/photon/styles/_variations.scss */
.title6 .g-title {
  color: #686868;
  background: #e1e1e1;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  text-transform: uppercase;
}
/* line 262, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 263, templates/rt_photon/scss/photon/styles/_variations.scss */
.box6.moduletable, .box6.widget, .box6.g-outer-box, .box6 &gt; .g-content {
  color: #686868;
  background: #e1e1e1;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
}
/* line 273, templates/rt_photon/scss/photon/styles/_variations.scss */
.box6 .g-title {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  text-transform: uppercase;
}
/* line 279, templates/rt_photon/scss/photon/styles/_variations.scss */
.box6 .button {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-style: normal;
  font-size: 1rem;
}
/* line 290, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-white {
  color: #1a1a1a;
}
/* line 293, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-white .g-title {
  color: #1a1a1a;
}
/* line 296, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-grey, .box-pink, .box-red, .box-purple, .box-blue, .box-orange {
  color: #fff;
}
/* line 299, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 300, templates/rt_photon/scss/photon/styles/_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 305, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 306, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-white .g-title, .title-white .button {
  background: #fff;
}
/* line 310, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 311, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-white.moduletable, .box-white.widget, .box-white.g-outer-box, .box-white &gt; .g-content {
  background: #fff;
}
/* line 316, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-white .button {
  background: #bfbfbf;
}
/* line 319, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-white a {
  color: #bfbfbf;
}
/* line 323, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 324, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 325, templates/rt_photon/scss/photon/styles/_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 328, templates/rt_photon/scss/photon/styles/_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 331, templates/rt_photon/scss/photon/styles/_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 339, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 340, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-grey .g-title, .title-grey .button {
  background: #95a5a6;
}
/* line 344, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 345, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-grey.moduletable, .box-grey.widget, .box-grey.g-outer-box, .box-grey &gt; .g-content {
  background: #95a5a6;
}
/* line 350, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-grey .button {
  background: #798d8f;
}
/* line 353, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-grey a {
  color: #dae0e0;
}
/* line 355, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-grey a:hover {
  color: #6d8082;
}
/* line 360, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 361, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 362, templates/rt_photon/scss/photon/styles/_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 365, templates/rt_photon/scss/photon/styles/_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 368, templates/rt_photon/scss/photon/styles/_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 376, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 377, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-pink .g-title, .title-pink .button {
  background: #d13b7b;
}
/* line 381, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 382, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-pink.moduletable, .box-pink.widget, .box-pink.g-outer-box, .box-pink &gt; .g-content {
  background: #d13b7b;
}
/* line 387, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-pink .button {
  background: #b02963;
}
/* line 390, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-pink a {
  color: #e9a2c1;
}
/* line 392, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-pink a:hover {
  color: #9b2457;
}
/* line 397, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 398, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 399, templates/rt_photon/scss/photon/styles/_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 402, templates/rt_photon/scss/photon/styles/_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 405, templates/rt_photon/scss/photon/styles/_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 413, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 414, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-red .g-title, .title-red .button {
  background: #ef4a44;
}
/* line 418, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 419, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-red.moduletable, .box-red.widget, .box-red.g-outer-box, .box-red &gt; .g-content {
  background: #ef4a44;
}
/* line 424, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-red .button {
  background: #eb1d15;
}
/* line 427, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-red a {
  color: #f9bcb9;
}
/* line 429, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-red a:hover {
  color: #d41912;
}
/* line 434, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 435, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 436, templates/rt_photon/scss/photon/styles/_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 439, templates/rt_photon/scss/photon/styles/_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 442, templates/rt_photon/scss/photon/styles/_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 450, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 451, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-purple .g-title, .title-purple .button {
  background: #874f9a;
}
/* line 455, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 456, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-purple.moduletable, .box-purple.widget, .box-purple.g-outer-box, .box-purple &gt; .g-content {
  background: #874f9a;
}
/* line 461, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-purple .button {
  background: #693e78;
}
/* line 464, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-purple a {
  color: #c09ccc;
}
/* line 466, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-purple a:hover {
  color: #5b3567;
}
/* line 471, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 472, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 473, templates/rt_photon/scss/photon/styles/_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 476, templates/rt_photon/scss/photon/styles/_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 479, templates/rt_photon/scss/photon/styles/_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 487, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 488, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-blue .g-title, .title-blue .button {
  background: #279fba;
}
/* line 492, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 493, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-blue.moduletable, .box-blue.widget, .box-blue.g-outer-box, .box-blue &gt; .g-content {
  background: #279fba;
}
/* line 498, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-blue .button {
  background: #1e7b90;
}
/* line 501, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-blue a {
  color: #7dd1e4;
}
/* line 503, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-blue a:hover {
  color: #1a697b;
}
/* line 508, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 509, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 510, templates/rt_photon/scss/photon/styles/_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 513, templates/rt_photon/scss/photon/styles/_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 516, templates/rt_photon/scss/photon/styles/_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 524, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 525, templates/rt_photon/scss/photon/styles/_variations.scss */
.title-orange .g-title, .title-orange .button {
  background: #ee7933;
}
/* line 529, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 530, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-orange.moduletable, .box-orange.widget, .box-orange.g-outer-box, .box-orange &gt; .g-content {
  background: #ee7933;
}
/* line 535, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-orange .button {
  background: #dc5e12;
}
/* line 538, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-orange a {
  color: #f8c6a9;
}
/* line 540, templates/rt_photon/scss/photon/styles/_variations.scss */
.box-orange a:hover {
  color: #c45410;
}
/* line 545, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 546, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 547, templates/rt_photon/scss/photon/styles/_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 550, templates/rt_photon/scss/photon/styles/_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 553, templates/rt_photon/scss/photon/styles/_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 561, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 562, templates/rt_photon/scss/photon/styles/_variations.scss */
.spaced .g-content {
  margin: 1px;
}
/* line 567, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 568, templates/rt_photon/scss/photon/styles/_variations.scss */
.bordered .g-content {
  border: 1px solid rgba(136, 136, 136, 0.25);
  margin: 1px;
}
/* line 574, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 575, templates/rt_photon/scss/photon/styles/_variations.scss */
.shadow .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 580, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 581, templates/rt_photon/scss/photon/styles/_variations.scss */
.shadow2 .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 586, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 587, templates/rt_photon/scss/photon/styles/_variations.scss */
.disabled .g-content {
  opacity: 0.4;
}
/* line 592, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 593, templates/rt_photon/scss/photon/styles/_variations.scss */
.square .g-content {
  border-radius: none;
}
/* line 598, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 599, templates/rt_photon/scss/photon/styles/_variations.scss */
.rounded .g-content {
  border-radius: 0.1875rem;
  overflow: hidden;
}
/* line 605, templates/rt_photon/scss/photon/styles/_variations.scss */
.no-bg-image {
  background-image: none !important;
}
/* line 609, templates/rt_photon/scss/photon/styles/_variations.scss */
.g-block-divider {
  background: rgba(136, 136, 136, 0.25);
  height: 5px;
  margin-top: 3.752rem;
  margin-bottom: 3.752rem;
}
/* line 616, templates/rt_photon/scss/photon/styles/_variations.scss */
/* line 617, templates/rt_photon/scss/photon/styles/_variations.scss */
.equal-height #g-aside, .equal-height #g-mainbar, .equal-height #g-sidebar {
  width: 100%;
}
/* line 622, templates/rt_photon/scss/photon/styles/_variations.scss */
.equal-height .g-content {
  width: 100%;
}
/* line 1, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button {
  display: inline-block;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  background: #4daf56;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.7rem;
  border: 2px solid transparent;
  margin: 0 0 0.5rem 0;
  padding: 0.4rem 1rem;
  border-radius: 1px;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 16, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button:hover, .button:active, .button:focus {
  background: #3d8c45;
  color: #fff !important;
}
/* line 21, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 23, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button .fa {
  font-size: 1.5rem;
}
/* line 26, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-square {
  border-radius: 0;
}
/* line 28, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-square[class*="button"] {
  border-radius: 0;
}
/* line 32, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-block {
  display: block;
}
/* line 35, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-xlarge {
  font-size: 1.4rem;
}
/* line 38, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-large {
  font-size: 1.2rem;
}
/* line 41, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-medium {
  font-size: 1rem;
}
/* line 44, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-small {
  font-size: 0.8rem;
}
/* line 47, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-xsmall {
  font-size: 0.6rem;
}
/* line 50, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-alt {
  background: #dcba00;
}
/* line 52, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-alt:hover, .button.button-alt:active, .button.button-alt:focus {
  background: #a98f00;
}
/* line 55, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 56, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 57, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-ltr .button.button-alt.button-special:before {
  border-left: 1px solid #b39800;
  border-bottom: 1px solid #b39800;
}
/* line 62, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 63, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-rtl .button.button-alt.button-special:after {
  border-right: 1px solid #b39800;
  border-bottom: 1px solid #b39800;
}
/* line 70, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-3, .button.button-4, .button.button-grey, .button.button-pink, .button.button-red, .button.button-purple, .button.button-orange, .button.button-blue {
  color: #fff !important;
}
/* line 79, templates/rt_photon/scss/photon/styles/_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 81, templates/rt_photon/scss/photon/styles/_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 86, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-3 {
  border-radius: 2rem;
  color: #4daf56 !important;
  border: 2px solid #4daf56;
}
/* line 90, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-3:hover, .button.button-3:active, .button.button-3:focus {
  border: 2px solid #367a3c;
  color: #367a3c !important;
}
/* line 95, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-4 {
  color: #4daf56 !important;
  border: 2px solid #4daf56;
}
/* line 98, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-4:hover, .button.button-4:active, .button.button-4:focus {
  border: 2px solid #367a3c;
  color: #367a3c !important;
}
/* line 103, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-grey {
  background: #95a5a6;
}
/* line 105, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-grey.button-3, .button.button-grey.button-4 {
  color: #95a5a6 !important;
  border: 2px solid #95a5a6;
}
/* line 108, templates/rt_photon/scss/photon/styles/_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 113, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-grey:hover, .button.button-grey:active, .button.button-grey:focus {
  background: #6d8082;
}
/* line 117, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-pink {
  background: #d13b7b;
}
/* line 119, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-pink.button-3, .button.button-pink.button-4 {
  color: #d13b7b !important;
  border: 2px solid #d13b7b;
}
/* line 122, templates/rt_photon/scss/photon/styles/_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 127, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-pink:hover, .button.button-pink:active, .button.button-pink:focus {
  background: #9b2457;
}
/* line 131, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-red {
  background: #ef4a44;
}
/* line 133, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-red.button-3, .button.button-red.button-4 {
  color: #ef4a44 !important;
  border: 2px solid #ef4a44;
}
/* line 136, templates/rt_photon/scss/photon/styles/_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 141, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-red:hover, .button.button-red:active, .button.button-red:focus {
  background: #d41912;
}
/* line 145, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-purple {
  background: #874f9a;
}
/* line 147, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-purple.button-3, .button.button-purple.button-4 {
  color: #874f9a !important;
  border: 2px solid #874f9a;
}
/* line 150, templates/rt_photon/scss/photon/styles/_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 155, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-purple:hover, .button.button-purple:active, .button.button-purple:focus {
  background: #5b3567;
}
/* line 159, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-orange {
  background: #ee7933;
}
/* line 161, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-orange.button-3, .button.button-orange.button-4 {
  color: #ee7933 !important;
  border: 2px solid #ee7933;
}
/* line 164, templates/rt_photon/scss/photon/styles/_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 169, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-orange:hover, .button.button-orange:active, .button.button-orange:focus {
  background: #c45410;
}
/* line 173, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-blue {
  background: #279fba;
}
/* line 175, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-blue.button-3, .button.button-blue.button-4 {
  color: #279fba !important;
  border: 2px solid #279fba;
}
/* line 178, templates/rt_photon/scss/photon/styles/_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 183, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-blue:hover, .button.button-blue:active, .button.button-blue:focus {
  background: #1a697b;
}
/* line 187, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-arrow {
  position: relative;
}
/* line 189, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-arrow:before, .button.button-arrow:after {
  font-family: FontAwesome;
}
/* line 192, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 193, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-ltr .button.button-arrow:after {
  content: "\f178";
  margin-left: 1rem;
}
/* line 198, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 199, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-rtl .button.button-arrow:before {
  content: "\f177";
  margin-right: 1rem;
}
/* line 205, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-special {
  position: relative;
}
/* line 207, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 208, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-ltr .button.button-special:before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  left: -8px;
  right: 8px;
  border-left: 1px solid #419348;
  border-bottom: 1px solid #419348;
}
/* line 219, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 220, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-rtl .button.button-special:after {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  right: -8px;
  left: 8px;
  border-right: 1px solid #419348;
  border-bottom: 1px solid #419348;
}
/* line 232, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-outline {
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff;
}
/* line 236, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 237, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-ltr .button.button-outline:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 242, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 243, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-rtl .button.button-outline:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 248, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-outline:hover {
  border: 1px solid #4daf56;
  color: #4daf56 !important;
}
/* line 251, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 252, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-ltr .button.button-outline:hover:before {
  border-left: 1px solid #4daf56;
  border-bottom: 1px solid #4daf56;
}
/* line 257, templates/rt_photon/scss/photon/styles/_buttons.scss */
/* line 258, templates/rt_photon/scss/photon/styles/_buttons.scss */
.dir-rtl .button.button-outline:hover:after {
  border-right: 1px solid #4daf56;
  border-bottom: 1px solid #4daf56;
}
/* line 265, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-text-only {
  padding: 0 !important;
  background: transparent !important;
  color: #4daf56 !important;
}
/* line 269, templates/rt_photon/scss/photon/styles/_buttons.scss */
.button.button-text-only:hover {
  color: #367a3c;
}
/* line 1, templates/rt_photon/scss/photon/styles/_tables.scss */
table {
  border: 1px solid #dedede;
}
/* line 5, templates/rt_photon/scss/photon/styles/_tables.scss */
th {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
/* line 10, templates/rt_photon/scss/photon/styles/_tables.scss */
td {
  padding: 0.5rem;
  border: 1px solid #dedede;
}
/* line 1, templates/rt_photon/scss/photon/styles/_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_photon/scss/photon/styles/_forms.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #4daf56;
}
/* line 10, templates/rt_photon/scss/photon/styles/_forms.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #4daf56;
}
/* line 14, templates/rt_photon/scss/photon/styles/_forms.scss */
textarea {
  width: 100%;
  box-sizing: border-box !important;
}
/* line 19, templates/rt_photon/scss/photon/styles/_forms.scss */
fieldset.input {
  margin: 0;
  padding: 0;
}
/* line 24, templates/rt_photon/scss/photon/styles/_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_photon/scss/photon/styles/_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: #4daf56;
}
/* line 39, templates/rt_photon/scss/photon/styles/_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: #4daf56;
}
/* line 1, templates/rt_photon/scss/photon/sections/_top.scss */
#g-top {
  background: #294239;
  color: #fff;
  position: relative;
}
@media print {
  /* line 8, templates/rt_photon/scss/photon/sections/_top.scss */
  #g-top {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 4, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 9, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation {
  background: #294239;
  color: #fff;
  position: relative;
  z-index: 10001;
}
/* line 15, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation.nav-large-offset {
  padding-bottom: 15rem;
  margin-bottom: -15.5rem;
  position: static;
}
/* line 22, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-container {
  position: relative;
}
/* line 25, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 26, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-container .g-block &gt; .g-content {
  margin: 0.625rem 0;
  padding: 0.5rem 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 34, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 35, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-container .g-block:first-child &gt; .g-content {
  margin-left: 1.563rem;
  padding-left: 0;
}
/* line 39, templates/rt_photon/scss/photon/sections/_navigation.scss */
.dir-rtl #g-navigation .g-container .g-block:first-child &gt; .g-content {
  margin-right: 1.843rem;
  margin-left: 0;
}
/* line 45, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 46, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-container .g-block:last-child &gt; .g-content {
  margin-right: 1.563rem;
  padding-right: 0;
}
/* line 50, templates/rt_photon/scss/photon/sections/_navigation.scss */
.dir-rtl #g-navigation .g-container .g-block:last-child &gt; .g-content {
  margin-left: 1.563rem;
  margin-right: 0;
}
/* line 59, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav {
  margin-top: 0.5rem;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-navigation .g-main-nav {
    margin-left: 5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-navigation .g-main-nav {
    margin-left: 2.2rem;
  }
}
/* line 70, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 72, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel &gt; li {
  margin: 0 0.5rem;
  margin-bottom: 1.563rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .g-main-nav .g-toplevel &gt; li {
    margin: 0 0.2rem;
    margin-bottom: 1.563rem;
  }
}
/* line 79, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  padding: 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container {
    font-size: 0.75rem;
  }
}
/* line 86, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 87, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f107";
  opacity: 0.75;
}
/* line 92, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container i {
  opacity: 1;
}
/* line 95, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container .g-menu-item-title {
  padding-bottom: 0.938rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.75s ease-out;
  -moz-transition: border-color 0.75s ease-out;
  transition: border-color 0.75s ease-out;
}
/* line 101, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 102, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel &gt; li:hover &gt; .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel &gt; li.active &gt; .g-menu-item-container {
  color: #fff;
}
/* line 104, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel &gt; li:hover &gt; .g-menu-item-container &gt; .g-selected, #g-navigation .g-main-nav .g-toplevel &gt; li.active &gt; .g-menu-item-container &gt; .g-selected {
  color: #fff;
}
/* line 107, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel &gt; li:hover &gt; .g-menu-item-container .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel &gt; li.active &gt; .g-menu-item-container .g-menu-item-title {
  border-bottom: 2px solid #fff;
}
/* line 115, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown {
  background: #eee;
  border: 1px solid rgba(136, 136, 136, 0.25);
  border-radius: 4px;
}
/* line 119, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown &gt; .g-dropdown-column {
  border: 1px solid transparent;
}
/* line 122, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown a {
  color: #686868;
}
/* line 124, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown a:hover {
  color: #4daf56;
}
/* line 128, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown .g-dropdown-column {
  position: relative;
}
/* line 131, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown .g-dropdown {
  margin-left: 20px;
}
/* line 136, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 137, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 138, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li &gt; .g-menu-item-container {
  font-weight: 400;
  color: #686868;
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 142, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li &gt; .g-menu-item-container &gt; .g-selected {
  color: #686868;
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 147, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 148, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li:last-child &gt; .g-menu-item-container {
  border-bottom: 0 !important;
}
/* line 150, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li:last-child &gt; .g-menu-item-container &gt; .g-selected {
  border-bottom: 0 !important;
}
/* line 156, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 157, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li:hover &gt; .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel &gt; li.active &gt; .g-menu-item-container {
  color: #4daf56;
  border-bottom: 1px solid rgba(98, 98, 98, 0.25);
}
/* line 160, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li:hover &gt; .g-menu-item-container &gt; .g-selected, #g-navigation .g-main-nav .g-sublevel &gt; li.active &gt; .g-menu-item-container &gt; .g-selected {
  color: #4daf56;
  border-bottom: 1px solid rgba(98, 98, 98, 0.25);
}
/* line 166, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 167, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li.g-menu-item-type-particle &gt; .g-menu-item-container {
  border: 0;
}
/* line 170, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 171, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li.g-menu-item-type-particle:hover &gt; .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel &gt; li.g-menu-item-type-particle.active &gt; .g-menu-item-container {
  border: 0;
}
/* line 177, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 178, templates/rt_photon/scss/photon/sections/_navigation.scss */
/* line 179, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel &gt; li.g-menu-item-type-particle:hover &gt; .g-menu-item-container {
  background: inherit;
}
/* line 187, templates/rt_photon/scss/photon/sections/_navigation.scss */
@media only all and (max-width: 47.99rem) {
  #g-navigation .g-menu-block {
    display: none;
  }
}
/* line 192, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.85rem;
  font-weight: bold;
  opacity: 0.8;
  padding-top: 0;
}
/* line 201, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-social {
  line-height: 2rem;
}
/* line 204, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-social a {
  color: #294239;
  background: rgba(255, 255, 255, 0.35);
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.4rem;
  font-size: 0.9rem;
  vertical-align: bottom;
}
/* line 212, templates/rt_photon/scss/photon/sections/_navigation.scss */
#g-navigation .g-social a:hover {
  background: #dcba00;
}
@media only all and (max-width: 47.99rem) {
  #g-navigation .g-social {
    text-align: center !important;
  }
}
/* line 219, templates/rt_photon/scss/photon/sections/_navigation.scss */
.dir-rtl #g-navigation .g-social {
  text-align: left !important;
}
/* line 225, templates/rt_photon/scss/photon/sections/_navigation.scss */
.g-offcanvas-toggle {
  display: none;
}
@media only all and (max-width: 47.99rem) {
  .g-offcanvas-toggle {
    display: block;
  }
}
@media print {
  /* line 233, templates/rt_photon/scss/photon/sections/_navigation.scss */
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_slideshow.scss */
#g-slideshow {
  background: #294239;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media print {
  /* line 9, templates/rt_photon/scss/photon/sections/_slideshow.scss */
  #g-slideshow {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_header.scss */
#g-header {
  background: #fff;
  color: #686868;
  margin: 2rem 1.563rem;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.05);
}
/* line 7, templates/rt_photon/scss/photon/sections/_header.scss */
#g-header.g-offset-padding {
  margin: 0 1.563rem;
}
/* line 10, templates/rt_photon/scss/photon/sections/_header.scss */
#g-header .g-title {
  color: #c1c1c1;
}
@media print {
  /* line 16, templates/rt_photon/scss/photon/sections/_header.scss */
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_above.scss */
#g-above {
  background: #fff;
  color: #686868;
  margin: 2rem 1.563rem;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media print {
  /* line 10, templates/rt_photon/scss/photon/sections/_above.scss */
  #g-above {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_showcase.scss */
#g-showcase, #g-container-showcase {
  background: #fff;
  color: #686868;
  margin: 2rem 1.563rem;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
/* line 8, templates/rt_photon/scss/photon/sections/_showcase.scss */
#g-showcase .contactinfo, #g-container-showcase .contactinfo {
  padding-left: 1.563rem;
  padding-right: 1.563rem;
}
/* line 11, templates/rt_photon/scss/photon/sections/_showcase.scss */
#g-showcase .contactinfo h4, #g-container-showcase .contactinfo h4 {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 17, templates/rt_photon/scss/photon/sections/_showcase.scss */
#g-showcase .contactinfo .desc, #g-container-showcase .contactinfo .desc {
  font-size: 1.5rem;
}
/* line 20, templates/rt_photon/scss/photon/sections/_showcase.scss */
#g-showcase .contactinfo .email, #g-container-showcase .contactinfo .email, #g-showcase .contactinfo a, #g-container-showcase .contactinfo a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  font-weight: 700;
}
@media print {
  /* line 29, templates/rt_photon/scss/photon/sections/_showcase.scss */
  #g-showcase, #g-container-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_utility.scss */
#g-utility {
  background: #fff;
  color: #686868;
  margin: 2rem 1.563rem;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media print {
  /* line 10, templates/rt_photon/scss/photon/sections/_utility.scss */
  #g-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_feature.scss */
#g-feature {
  background: #fff;
  color: #686868;
  margin: 2rem 1.563rem;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media print {
  /* line 10, templates/rt_photon/scss/photon/sections/_feature.scss */
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_main.scss */
#g-mainbar {
  background: #fff;
  color: #686868;
  position: relative;
}
@media print {
  /* line 7, templates/rt_photon/scss/photon/sections/_main.scss */
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_aside.scss */
#g-aside {
  background: #fff;
  color: #686868;
  position: relative;
}
@media print {
  /* line 8, templates/rt_photon/scss/photon/sections/_aside.scss */
  #g-aside {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_sidebar.scss */
#g-sidebar {
  background: #fff;
  color: #686868;
  position: relative;
}
@media print {
  /* line 8, templates/rt_photon/scss/photon/sections/_sidebar.scss */
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded, #g-container-expanded {
  background: #294239;
  color: #fff;
  margin: 2rem 1.563rem;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
/* line 8, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded .g-owlcarousel-item-img, #g-container-expanded .g-owlcarousel-item-img {
  background: #294239;
}
/* line 11, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded .g-offset-padding, #g-container-expanded .g-offset-padding {
  padding: 2.563rem;
  padding-top: 5.3755rem !important;
  z-index: 1;
}
/* line 16, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded .box-white .button, #g-container-expanded .box-white .button {
  background: #4daf56;
}
/* line 19, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded .g-simplecontent .g-simplecontent-item-leading-content, #g-container-expanded .g-simplecontent .g-simplecontent-item-leading-content, #g-expanded .g-simplecontent .g-simplecontent-item-created-date, #g-container-expanded .g-simplecontent .g-simplecontent-item-created-date {
  color: #686868;
}
/* line 22, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded .g-contenttabs, #g-container-expanded .g-contenttabs {
  margin-right: 45px;
}
/* line 24, templates/rt_photon/scss/photon/sections/_expanded.scss */
.dir-rtl #g-expanded .g-contenttabs, .dir-rtl #g-container-expanded .g-contenttabs {
  margin-right: 0;
  margin-left: 45px;
}
@media only all and (max-width: 47.99rem) {
  #g-expanded .g-contenttabs, #g-container-expanded .g-contenttabs {
    margin-right: 0;
  }
}
/* line 31, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded .g-contenttabs .g-contenttabs-tab-title, #g-container-expanded .g-contenttabs .g-contenttabs-tab-title, #g-expanded .g-contenttabs .g-contenttabs-content-tag-text, #g-container-expanded .g-contenttabs .g-contenttabs-content-tag-text, #g-expanded .g-contenttabs .g-contenttabs-content-text, #g-container-expanded .g-contenttabs .g-contenttabs-content-text {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  transition: color 0.35s;
}
/* line 35, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded .g-contenttabs .g-contenttabs-content-text:hover, #g-container-expanded .g-contenttabs .g-contenttabs-content-text:hover {
  color: #fff;
}
/* line 38, templates/rt_photon/scss/photon/sections/_expanded.scss */
/* line 39, templates/rt_photon/scss/photon/sections/_expanded.scss */
#g-expanded .g-contenttabs .ui-state-active .g-contenttabs-tab-title, #g-container-expanded .g-contenttabs .ui-state-active .g-contenttabs-tab-title {
  color: #fff;
}
@media print {
  /* line 47, templates/rt_photon/scss/photon/sections/_expanded.scss */
  #g-expanded, #g-container-expanded {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_extension.scss */
#g-extension {
  background: #4daf56;
  color: #fff;
  margin: 2rem 1.563rem;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
/* line 8, templates/rt_photon/scss/photon/sections/_extension.scss */
#g-extension .button {
  background-color: #294239;
}
/* line 10, templates/rt_photon/scss/photon/sections/_extension.scss */
#g-extension .button:hover {
  background-color: #50816f;
}
@media print {
  /* line 17, templates/rt_photon/scss/photon/sections/_extension.scss */
  #g-extension {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_bottom.scss */
#g-bottom {
  background: #294239;
  color: #fff;
  position: relative;
}
@media print {
  /* line 8, templates/rt_photon/scss/photon/sections/_bottom.scss */
  #g-bottom {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_footer.scss */
#g-footer {
  background: #294239;
  color: #fff;
  position: relative;
}
@media print {
  /* line 8, templates/rt_photon/scss/photon/sections/_footer.scss */
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_copyright.scss */
#g-copyright {
  background: #294239;
  color: #fff;
  margin-top: -6rem;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
/* line 8, templates/rt_photon/scss/photon/sections/_copyright.scss */
#g-copyright .g-bottom-menu {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}
/* line 11, templates/rt_photon/scss/photon/sections/_copyright.scss */
#g-copyright .g-bottom-menu a {
  color: rgba(255, 255, 255, 0.4);
}
/* line 14, templates/rt_photon/scss/photon/sections/_copyright.scss */
#g-copyright .g-bottom-menu li {
  display: inline-block;
}
/* line 17, templates/rt_photon/scss/photon/sections/_copyright.scss */
#g-copyright .g-bottom-menu li .fa {
  font-size: 0.1rem;
  vertical-align: middle;
  margin: 0 0.425rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-copyright .g-bottom-menu li .fa {
    margin: 0 0.37rem;
  }
}
/* line 27, templates/rt_photon/scss/photon/sections/_copyright.scss */
#g-copyright .g-footer-logo {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
/* line 32, templates/rt_photon/scss/photon/sections/_copyright.scss */
#g-copyright .g-copyright {
  color: rgba(255, 255, 255, 0.4);
}
@media print {
  /* line 38, templates/rt_photon/scss/photon/sections/_copyright.scss */
  #g-copyright {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas {
  background: #294239;
  width: 12rem;
  color: #fff;
}
/* line 5, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas a {
  color: #fff;
}
/* line 7, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas a:hover {
  color: #26562a;
}
/* line 12, templates/rt_photon/scss/photon/sections/_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_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas .button {
  background: transparent;
  border: 2px solid #fff !important;
  color: #fff !important;
}
/* line 20, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas .button:hover {
  border: 2px solid #26562a !important;
  color: #26562a !important;
}
/* line 24, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas .button:active {
  border: 2px solid #26562a !important;
  color: #26562a !important;
}
/* line 30, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 36, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
.g-offcanvas-toggle {
  display: none;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 0.2rem;
  left: 1.1rem;
  margin-left: -15px;
  padding-left: 1px;
  z-index: 100001;
}
@media only all and (max-width: 48rem) {
  /* line 39, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
  .g-offcanvas-toggle {
    display: block;
  }
}
@media only all and (max-width: 30rem) {
  .g-offcanvas-toggle {
    top: 0.2rem;
    left: 3rem;
  }
}
/* line 63, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 64, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
.g-offcanvas-open .g-nav-overlay {
  z-index: 100000;
}
/* line 67, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 68, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 12rem;
}
/* line 72, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 73, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 12rem;
}
/* line 77, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 78, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 79, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
  right: auto;
}
/* line 83, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 84, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  left: auto;
}
/* line 92, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 93, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 94, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #294239;
}
/* line 96, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 97, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul &gt; li &gt; .g-menu-item-container {
  color: #fff;
  padding: 0.938rem;
}
/* line 101, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 102, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 103, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul &gt; li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active &gt; .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul &gt; li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover &gt; .g-menu-item-container {
  color: #fff;
}
/* line 107, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul &gt; li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #419348;
}
/* line 110, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul &gt; li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #459d4d;
}
/* line 114, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 115, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 116, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul &gt; li.g-menu-item-link-parent &gt; .g-menu-item-container &gt; .g-menu-parent-indicator {
  border: 1px solid #61ba69;
  background: #47a14f;
  border-radius: 0.1875rem;
  margin: -0.3rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 119, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul &gt; li.g-menu-item-link-parent &gt; .g-menu-item-container &gt; .g-menu-parent-indicator:hover {
  background: #419348;
}
/* line 129, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 12rem;
}
/* line 132, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul i.fa {
  width: 1.5rem;
}
/* line 139, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
#g-mobilemenu-container {
  margin: -1.563rem;
}
/* line 144, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
/* line 145, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
.g-preset-thumbnails img {
  margin-bottom: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-preset-thumbnails {
    text-align: center;
  }
  /* line 150, templates/rt_photon/scss/photon/sections/_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 154, templates/rt_photon/scss/photon/sections/_offcanvas.scss */
  .g-preset-thumbnails .g-content {
    margin: 0;
  }
}
/* line 1, templates/rt_photon/scss/photon/sections/_banner.scss */
/* line 2, templates/rt_photon/scss/photon/sections/_banner.scss */
/* line 3, templates/rt_photon/scss/photon/sections/_banner.scss */
#g-showcaseBanner, #g-utilityBanner, #g-aboveBanner, #g-featureBanner, #g-mainBanner, #g-expandedBanner, #g-extensionBanner {
  margin: 0 1.563rem;
}
@media print {
  /* line 10, templates/rt_photon/scss/photon/sections/_banner.scss */
  /* line 11, templates/rt_photon/scss/photon/sections/_banner.scss */
  /* line 12, templates/rt_photon/scss/photon/sections/_banner.scss */
  #g-showcaseBanner, #g-utilityBanner, #g-aboveBanner, #g-featureBanner, #g-mainBanner, #g-expandedBanner, #g-extensionBanner {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/layouts/_error.scss */
/* line 2, templates/rt_photon/scss/photon/layouts/_error.scss */
/* line 3, templates/rt_photon/scss/photon/layouts/_error.scss */
/* line 4, templates/rt_photon/scss/photon/layouts/_error.scss */
.g-error #g-header .g-infolist-textstyle-header .g-infolist-item-title {
  font-weight: 400;
  text-transform: none;
  font-size: 3.5rem;
  line-height: 5rem;
}
@media only all and (max-width: 30rem) {
  .g-error #g-header .g-infolist-textstyle-header .g-infolist-item-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
/* line 14, templates/rt_photon/scss/photon/layouts/_error.scss */
.g-error #g-header .g-infolist-textstyle-header .g-infolist-item-desc {
  font-weight: 400;
}
@media only all and (max-width: 30rem) {
  .g-error #g-header .g-infolist-textstyle-header .g-infolist-item-desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* line 23, templates/rt_photon/scss/photon/layouts/_error.scss */
/* line 24, templates/rt_photon/scss/photon/layouts/_error.scss */
.g-error #g-showcase h1 {
  font-weight: 400;
  text-transform: none;
  font-size: 3.5rem;
  line-height: 4rem;
  margin: 9rem 0;
}
@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-error #g-showcase h1 {
    margin: 3rem 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-error #g-showcase h1 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 3rem 0;
  }
}
/* line 39, templates/rt_photon/scss/photon/layouts/_error.scss */
.g-error #g-showcase .g-compact {
  position: relative;
}
/* line 41, templates/rt_photon/scss/photon/layouts/_error.scss */
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-error #g-showcase .g-compact img {
    position: absolute;
    bottom: 0;
  }
}
/* line 49, templates/rt_photon/scss/photon/layouts/_error.scss */
@media only all and (max-width: 47.99rem) {
  /* line 51, templates/rt_photon/scss/photon/layouts/_error.scss */
  .g-error #g-copyright .g-content {
    text-align: center;
    padding-bottom: 0;
  }
}
/* line 1, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
/* line 2, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
/* line 3, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
.g-comingsoon #g-header .g-content {
  padding: 3.5rem 0.938rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-comingsoon #g-header .g-content {
    padding: 1.5rem 0.938rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-comingsoon #g-header .g-content {
    padding: 1rem 0.938rem;
  }
}
/* line 12, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
/* line 13, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
.g-comingsoon #g-header .g-infolist-textstyle-header .g-infolist-item-title {
  font-weight: 400;
  text-transform: none;
  font-size: 3.5rem;
  line-height: 5rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-comingsoon #g-header .g-infolist-textstyle-header .g-infolist-item-title {
    line-height: 4rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-comingsoon #g-header .g-infolist-textstyle-header .g-infolist-item-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
/* line 26, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
.g-comingsoon #g-header .g-infolist-textstyle-header .g-infolist-item-desc {
  font-weight: 400;
}
@media only all and (max-width: 30rem) {
  .g-comingsoon #g-header .g-infolist-textstyle-header .g-infolist-item-desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* line 35, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
/* line 36, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
.g-comingsoon #g-extension .g-blockcontent-headline {
  margin: 0;
  padding: 0;
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 3.5rem;
  line-height: 5rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-comingsoon #g-extension .g-blockcontent-headline {
    line-height: 4rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-comingsoon #g-extension .g-blockcontent-headline {
    font-size: 2rem;
    line-height: 3rem;
  }
}
/* line 52, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
.g-comingsoon #g-extension .g-blockcontent-description {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
}
@media only all and (max-width: 30rem) {
  .g-comingsoon #g-extension .g-blockcontent-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* line 66, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
.g-comingsoon #g-extension .button {
  margin-top: 1rem;
}
/* line 70, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
@media only all and (max-width: 47.99rem) {
  /* line 72, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
  .g-comingsoon #g-copyright .g-content {
    text-align: center;
    padding-bottom: 0;
  }
}
/* line 79, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
/* line 80, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
.g-comingsoon .g-simplecounter .g-title {
  margin: 0;
  padding: 0;
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 3.5rem;
  line-height: 5rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-comingsoon .g-simplecounter .g-title {
    line-height: 4rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-comingsoon .g-simplecounter .g-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
/* line 96, templates/rt_photon/scss/photon/layouts/_comingsoon.scss */
.g-comingsoon .g-simplecounter .g-simplecounter-content {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
}
@media only all and (max-width: 30rem) {
  .g-comingsoon .g-simplecounter .g-simplecounter-content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* line 1, templates/rt_photon/scss/photon/layouts/_offline.scss */
/* line 2, templates/rt_photon/scss/photon/layouts/_offline.scss */
/* line 3, templates/rt_photon/scss/photon/layouts/_offline.scss */
.g-offline #g-header .g-content {
  padding: 1.5rem 0.938rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-offline #g-header .g-content {
    padding: 1.5rem 0.938rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-offline #g-header .g-content {
    padding: 1rem 0.938rem;
  }
}
/* line 13, templates/rt_photon/scss/photon/layouts/_offline.scss */
@media only all and (max-width: 47.99rem) {
  /* line 15, templates/rt_photon/scss/photon/layouts/_offline.scss */
  .g-offline #g-copyright .g-content {
    text-align: center;
    padding-bottom: 0;
  }
}
/* line 22, templates/rt_photon/scss/photon/layouts/_offline.scss */
/* line 23, templates/rt_photon/scss/photon/layouts/_offline.scss */
/* line 24, templates/rt_photon/scss/photon/layouts/_offline.scss */
.g-offline #form-login #submit-buton label {
  display: none;
}
/* line 28, templates/rt_photon/scss/photon/layouts/_offline.scss */
.g-offline #form-login input {
  border-radius: 0;
}
/* line 32, templates/rt_photon/scss/photon/layouts/_offline.scss */
.g-offline #grav-login {
  max-width: 32rem;
}
/* line 34, templates/rt_photon/scss/photon/layouts/_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 40, templates/rt_photon/scss/photon/layouts/_offline.scss */
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
/* line 1, templates/rt_photon/scss/photon/particles/_social.scss */
/* line 2, templates/rt_photon/scss/photon/particles/_social.scss */
.g-social a {
  color: #686868;
  background: #eee;
  display: inline-block;
  font-size: 0.8rem;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  border-radius: 2px;
}
/* line 13, templates/rt_photon/scss/photon/particles/_social.scss */
.g-social a:hover {
  color: #fff;
  background: #4daf56;
}
/*
 *  Owl Carousel - Animate Plugin
 */
/* line 8, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 17, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 20, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  /* line 26, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 30, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 35, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 39, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 47, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_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_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/* line 70, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 78, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_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_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 98, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 102, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 105, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
/* line 108, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* line 127, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* line 140, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 143, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 148, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 155, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
/* line 170, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 175, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_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_photon/scss/photon/particles/_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_photon/scss/photon/particles/_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_photon/scss/photon/particles/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 *  Owl Carousel - Nav &amp; Dots
 */
/* line 227, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 230, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-nav div {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1.563rem;
  display: inline-block;
  opacity: 1;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.3752rem 0.638rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 244, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-nav div:hover {
  background: #4daf56;
  border-color: #4daf56;
}
@media only all and (max-width: 30rem) {
  .owl-nav div {
    top: inherit;
    bottom: 0.5rem;
    font-size: 0.7rem;
  }
}
/* line 253, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-nav div.owl-prev {
  margin-right: 4.69rem;
}
/* line 257, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-nav.disabled {
  display: none;
}
/* line 262, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
/* line 263, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-dots .owl-dot {
  display: inline-block;
  background: #686868;
  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 272, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owl-dots .owl-dot.active {
  opacity: 1;
  background: #4daf56;
}
/* line 279, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owlcarousel-offset {
  margin-right: -45px !important;
  margin-bottom: -45px !important;
  margin-left: -45px !important;
  max-width: initial;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 47.99rem) {
  .owlcarousel-offset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* line 290, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.owlcarousel-offset.size-100 {
  flex-basis: auto;
  width: auto;
}
/* line 299, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
/* line 300, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
/* line 301, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
/* line 306, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 309, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-item-img {
  position: relative;
}
/* line 311, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 320, templates/rt_photon/scss/photon/particles/_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) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-item-content-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 345, templates/rt_photon/scss/photon/particles/_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 351, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-item-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 354, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
/* line 357, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
/* line 359, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
/* line 373, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-item-title {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.8rem;
  padding-bottom: 0.538rem;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.563rem;
}
/* line 384, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-item-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 200;
  padding-bottom: 1.876rem;
  margin-bottom: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
}
/* line 394, templates/rt_photon/scss/photon/particles/_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 403, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
/* line 404, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 0.938rem;
  margin: 0.625rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    display: block;
    padding-top: 2rem;
  }
}
/* line 417, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc i {
  display: block;
  font-size: 2rem;
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 424, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots {
  margin: 0.625rem 0;
  text-align: center;
  min-height: 70px;
  line-height: 70px;
  vertical-align: middle;
}
/* line 430, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  opacity: 0.5;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 438, templates/rt_photon/scss/photon/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot.active {
  width: 45px;
  height: 45px;
  opacity: 1;
}
/* line 1, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid {
  margin: -0.938rem;
}
/* line 4, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-sizer, .g-mosaicgrid-item-container {
  padding: 0.6253333333rem;
}
/* line 8, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-sizer .g-mosaicgrid-item, .g-mosaicgrid-item-container .g-mosaicgrid-item {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
/* line 14, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-1-col .g-mosaicgrid-sizer, .g-mosaicgrid-1-col .g-mosaicgrid-item-container {
  width: 100%;
}
/* line 17, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-2-col .g-mosaicgrid-sizer, .g-mosaicgrid-2-col .g-mosaicgrid-item-container {
  width: 50%;
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-2-col .g-mosaicgrid-sizer, .g-mosaicgrid-2-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 23, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
  width: 33.33333%;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 32, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
  width: 25%;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 41, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 33.33333%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 53, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
  width: 16.66667%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 33.33333%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 67, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
/* line 68, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
/* line 70, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-item:hover img, .g-mosaicgrid-item:focus img {
  opacity: 0.15;
}
/* line 72, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-zoom .g-mosaicgrid-item:hover img, .g-mosaicgrid-zoom .g-mosaicgrid-item:focus 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 75, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-rotate .g-mosaicgrid-item:hover img, .g-mosaicgrid-rotate .g-mosaicgrid-item:focus 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 78, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-blur .g-mosaicgrid-item:hover img, .g-mosaicgrid-blur .g-mosaicgrid-item:focus img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 81, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-grayscale .g-mosaicgrid-item:hover img, .g-mosaicgrid-grayscale .g-mosaicgrid-item:focus img {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 85, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-blur.g-mosaicgrid-grayscale .g-mosaicgrid-item:hover img, .g-mosaicgrid-blur.g-mosaicgrid-grayscale .g-mosaicgrid-item:focus img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
/* line 89, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
/* line 90, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item:hover .g-mosaicgrid-item-desc, .g-mosaicgrid-style2 .g-mosaicgrid-item:focus .g-mosaicgrid-item-desc {
  opacity: 1;
  font-size: 14px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 99, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-image {
  background: #3d8c45;
  overflow: hidden;
}
/* line 102, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-image img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  min-width: 100%;
}
/* line 107, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-content {
  padding: 1.6415rem 1.876rem 1.407rem 1.876rem;
}
/* line 109, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-content {
  background: #eee;
  color: #686868;
}
/* line 113, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 120, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-title {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
/* line 124, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
/* line 125, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-item-title a {
  color: #282828;
}
/* line 127, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-item-title a:hover {
  color: #4daf56;
}
/* line 131, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-title a {
  color: inherit;
  font-size: 1.5rem;
}
/* line 134, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-title a:hover {
  color: #a4d7a9;
}
/* line 140, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-desc {
  padding-top: 0.3126666667rem;
  font-size: 0.875rem;
  color: #9b9b9b;
}
/* line 144, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-desc {
  color: #b5b5b5;
  opacity: 0;
  font-size: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 153, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-tag-wrapper {
  margin: 0.625rem 0;
  font-size: 0.9rem;
}
/* line 156, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-item-tag-wrapper {
  opacity: 0.5;
  margin-top: 1.25rem;
  padding-top: 0.938rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 163, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tag-wrapper {
  position: absolute;
  top: 0.938rem;
  left: 0.938rem;
  right: 0.938rem;
}
/* line 170, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-tag {
  float: left;
}
/* line 172, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tag {
  background: rgba(0, 0, 0, 0.25);
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
/* line 178, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-tagicons-container {
  float: right;
  white-space: nowrap;
}
/* line 182, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-tagicons {
  display: inline-block;
  margin: 0 2%;
}
/* line 185, templates/rt_photon/scss/photon/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tagicons {
  padding: 0.25rem 0;
}
/* line 1, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
/* line 2, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent .g-title {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
}
/* line 8, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent-subcontent-title {
  margin: 0;
  padding: 0;
}
/* line 12, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent-subcontent-title-icon {
  color: #4daf56;
  display: block;
  margin-bottom: 0.625rem;
}
/* line 17, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent-subcontent-title-text {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
/* line 22, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent-subcontent {
  margin-left: -1.563rem;
  margin-right: -1.563rem;
}
/* line 25, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent-spacing .g-blockcontent-subcontent {
  margin-left: 0;
  margin-right: 0;
}
/* line 30, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent-subcontent-subtitle {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
/* line 35, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent-subcontent-desc {
  font-size: 1rem;
  position: relative;
}
/* line 39, templates/rt_photon/scss/photon/particles/_blockcontent.scss */
.g-blockcontent-buttons {
  margin-top: 0.938rem;
}
/* line 1, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 2, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-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: 2rem -0.25rem;
}
/* line 8, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-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%;
  display: inline-block;
}
/* line 14, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-readmore {
  display: block;
  margin: 1rem auto;
}
/* line 18, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-item-text1 {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #4daf56;
}
/* line 24, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
#g-extension .g-gridstatistic .g-gridstatistic-item-text1 {
  color: #294239;
}
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-item-text1 {
    font-size: 2rem;
  }
}
/* line 31, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-item-text2 {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
/* line 36, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 37, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-2cols .g-gridstatistic-item {
  width: 50%;
}
/* line 41, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 42, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-3cols .g-gridstatistic-item {
  width: 33.33333%;
}
/* line 46, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 47, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-4cols .g-gridstatistic-item {
  width: 25%;
}
/* line 51, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 52, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-5cols .g-gridstatistic-item {
  width: 20%;
}
/* line 56, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 57, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-6cols .g-gridstatistic-item {
  width: 16.66667%;
}
/* line 62, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 63, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-3cols .g-gridstatistic-item, .g-gridstatistic .g-gridstatistic-5cols .g-gridstatistic-item {
    width: 100%;
  }
}
/* line 69, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 70, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-4cols .g-gridstatistic-item, .g-gridstatistic .g-gridstatistic-6cols .g-gridstatistic-item {
    width: 50%;
  }
}
/* line 76, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.g-gridstatistic .g-gridstatistic-footerdesc {
  margin-bottom: 0.625rem;
}
/* line 82, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
/* line 83, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
/* line 91, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
/* line 99, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 109, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
/* line 112, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
/* line 116, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
/* line 120, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
/* line 123, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
/* line 130, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 137, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 149, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
/* line 153, templates/rt_photon/scss/photon/particles/_gridstatistic.scss */
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/* line 1, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-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;
  margin: -0.625rem;
}
/* line 7, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-col-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem;
}
/* line 10, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-1-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 100%;
  -moz-flex: auto 1 100%;
  -ms-flex: auto 1 100%;
  flex: auto 1 100%;
  width: 100%;
}
/* line 14, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-2-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 50%;
  -moz-flex: auto 1 50%;
  -ms-flex: auto 1 50%;
  flex: auto 1 50%;
  width: 50%;
}
/* line 18, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-3-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 33.33333%;
  -moz-flex: auto 1 33.33333%;
  -ms-flex: auto 1 33.33333%;
  flex: auto 1 33.33333%;
  width: 33.33333%;
}
/* line 22, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-4-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 25%;
  -moz-flex: auto 1 25%;
  -ms-flex: auto 1 25%;
  flex: auto 1 25%;
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricingtable-4-col .g-pricingtable-col-item {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto 1 50%;
    -moz-flex: auto 1 50%;
    -ms-flex: auto 1 50%;
    flex: auto 1 50%;
    width: 50%;
  }
}
/* line 30, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-5-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 20%;
  -moz-flex: auto 1 20%;
  -ms-flex: auto 1 20%;
  flex: auto 1 20%;
  width: 20%;
}
/* line 34, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-6-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 16.66667%;
  -moz-flex: auto 1 16.66667%;
  -ms-flex: auto 1 16.66667%;
  flex: auto 1 16.66667%;
  width: 16.66667%;
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable-col-item {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto 1 100% !important;
    -moz-flex: auto 1 100% !important;
    -ms-flex: auto 1 100% !important;
    flex: auto 1 100% !important;
    width: 100% !important;
  }
}
/* line 43, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-headertext {
  margin-bottom: 1.563rem;
}
/* line 46, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-footertext {
  margin-top: 1.563rem;
}
/* line 51, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable {
  width: 100%;
  list-style: none;
  color: #686868;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: 1.563rem;
  padding-right: 1.563rem;
  position: relative;
  overflow: hidden;
}
/* line 62, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-ribbon {
  z-index: 2;
  position: absolute;
  line-height: 1.5;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #dcba00;
  width: 135px;
  top: 30px;
  right: -30px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 80, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-plan {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding: 1.563rem 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricingtable .g-pricingtable-plan {
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable .g-pricingtable-plan {
    font-size: 1.1rem;
  }
}
/* line 93, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-subtitle {
  padding-top: 0;
  margin-top: -1rem;
  font-size: 0.9rem;
}
/* line 98, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-price {
  color: #4daf56;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 2rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 2rem;
  }
}
/* line 113, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-period {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 118, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-desc {
  font-size: 0.9rem;
  padding: 0.938rem 0;
}
/* line 122, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-item {
  font-size: 0.9rem;
  color: #b5b5b5;
  padding-bottom: 0.938rem;
}
/* line 125, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-item.g-pricingtable-item-0 {
  position: relative;
  margin-top: 1.25rem;
  padding-top: 1.563rem;
}
/* line 131, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-item .fa {
  color: #4daf56;
  padding-right: 0.638rem;
}
/* line 136, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-cta {
  margin-top: 1.938rem;
  height: 48px;
  margin-left: -1.563rem;
  margin-right: -1.563rem;
}
/* line 141, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-cta .button {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: 0.8rem;
  border-radius: 0;
  left: 0;
}
/* line 150, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-cta .button:hover {
  background-color: #3d8c45 !important;
}
/* line 154, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable .g-pricingtable-cta .button .fa {
  font-size: inherit;
  padding-right: 0.638rem;
  padding-left: 0.638rem;
}
/* line 158, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.dir-rtl .g-pricingtable .g-pricingtable-cta .button .fa {
  transform: rotate(180deg);
}
/* line 165, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 166, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 167, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-accent1 .g-pricingtable .g-pricingtable-plan a, .g-pricingtable-accent1 .g-pricingtable .g-pricingtable-price, .g-pricingtable-accent1 .g-pricingtable .g-pricingtable-item .fa {
  color: #4daf56;
}
/* line 170, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-accent1 .g-pricingtable .button {
  background-color: #4daf56;
}
/* line 175, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 176, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 177, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-accent2 .g-pricingtable .g-pricingtable-plan a, .g-pricingtable-accent2 .g-pricingtable .g-pricingtable-price, .g-pricingtable-accent2 .g-pricingtable .g-pricingtable-item .fa {
  color: #dcba00;
}
/* line 180, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-accent2 .g-pricingtable .button {
  background-color: #dcba00;
}
/* line 185, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 186, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 187, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-accent3 .g-pricingtable .g-pricingtable-plan a, .g-pricingtable-accent3 .g-pricingtable .g-pricingtable-price, .g-pricingtable-accent3 .g-pricingtable .g-pricingtable-item .fa {
  color: #294239;
}
/* line 190, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-accent3 .g-pricingtable .button {
  background-color: #294239;
}
/* line 195, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 196, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 197, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-accent4 .g-pricingtable .g-pricingtable-plan a, .g-pricingtable-accent4 .g-pricingtable .g-pricingtable-price, .g-pricingtable-accent4 .g-pricingtable .g-pricingtable-item .fa {
  color: #44bba4;
}
/* line 200, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-pricingtable-accent4 .g-pricingtable .button {
  background-color: #44bba4;
}
/* line 206, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 207, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-home-particles .g-pricingtable, .g-home-positions .g-pricingtable {
  border-right: 0 none !important;
  border-bottom: 0 none;
}
/* line 211, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 212, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.g-home-particles.dir-rtl .g-pricingtable, .g-home-positions.dir-rtl .g-pricingtable {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 0 none !important;
}
/* line 219, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
/* line 220, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.nomarginall .g-pricingtable-container, .nopaddingall .g-pricingtable-container {
  margin: 0;
}
/* line 223, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.nomarginall .g-pricingtable-col-item, .nopaddingall .g-pricingtable-col-item {
  padding: 0;
}
/* line 226, templates/rt_photon/scss/photon/particles/_pricingtable.scss */
.nomarginall .g-pricingtable, .nopaddingall .g-pricingtable {
  border-right: 0 none !important;
}
/* line 1, templates/rt_photon/scss/photon/particles/_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: 1.563rem -2% 0 -2%;
}
/* line 7, templates/rt_photon/scss/photon/particles/_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% 1.875rem 2%;
  padding: 0 0 0.25rem 0;
  border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
}
/* line 17, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item.g-infolist-with-icon, .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-icon, .g-infolist .g-infolist-item.g-infolist-with-img {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
/* line 26, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 27, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-compact .g-infolist-item {
  margin-bottom: 0.5rem;
}
/* line 32, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 33, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
/* line 38, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 39, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.spaced .g-infolist-item {
  margin: 0.5rem 2%;
  padding: 0.5rem 0 2rem 0;
}
/* line 44, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon, .g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
/* line 47, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon.left, .g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
/* line 49, templates/rt_photon/scss/photon/particles/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.left, .dir-rtl .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
/* line 53, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon.left.browser, .g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
/* line 55, templates/rt_photon/scss/photon/particles/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.left.browser, .dir-rtl .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
/* line 61, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon.right, .g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
/* line 64, templates/rt_photon/scss/photon/particles/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.right, .dir-rtl .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
/* line 69, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon.right.browser, .g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
/* line 72, templates/rt_photon/scss/photon/particles/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.right.browser, .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-icon, .g-infolist .g-infolist-item-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* line 84, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 85, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-img.center {
  margin: 0.5rem 0;
}
/* line 88, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 89, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-img.avatar img {
  border-radius: 100%;
  border: 2px solid #fff;
}
/* line 96, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon {
  font-size: 2rem;
}
/* line 99, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon.left {
  text-align: right;
}
/* line 102, templates/rt_photon/scss/photon/particles/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.left {
  text-align: left;
}
/* line 107, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon.center {
  display: block;
  margin-right: 0;
}
/* line 112, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-icon.right {
  text-align: left;
}
/* line 115, templates/rt_photon/scss/photon/particles/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.right {
  text-align: right;
}
/* line 121, templates/rt_photon/scss/photon/particles/_infolist.scss */
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-text {
    padding-top: 1rem;
  }
}
/* line 126, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-title {
  margin: 0.5rem 0 0 0;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}
/* line 128, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-title a {
  color: #294239;
}
/* line 137, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-item-desc {
  margin: 0;
  padding-top: 0.8rem;
  font-size: 0.875rem;
  opacity: 0.7;
}
/* line 144, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-tags {
  opacity: 0.8;
  margin: 1rem 0 0.5rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 152, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
/* line 156, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 157, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 158, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-1cols .g-infolist-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 166, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 167, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item {
  width: 47%;
}
/* line 170, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item:nth-child(odd) {
  margin-right: 1%;
}
/* line 174, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item:nth-child(even) {
  margin-left: 1%;
}
/* line 179, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 180, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-3cols .g-infolist-item {
  width: 30.66667%;
}
/* line 182, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
/* line 189, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 190, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item {
  width: 22.5%;
}
/* line 193, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 198, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
/* line 204, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 205, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
/* line 208, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 213, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
/* line 218, templates/rt_photon/scss/photon/particles/_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 226, templates/rt_photon/scss/photon/particles/_infolist.scss */
  /* line 227, templates/rt_photon/scss/photon/particles/_infolist.scss */
  .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
/* line 236, templates/rt_photon/scss/photon/particles/_infolist.scss */
/* line 237, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
/* line 243, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
/* line 249, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
/* line 256, templates/rt_photon/scss/photon/particles/_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: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: bold;
  margin: 0;
}
/* line 265, templates/rt_photon/scss/photon/particles/_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 268, templates/rt_photon/scss/photon/particles/_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 274, templates/rt_photon/scss/photon/particles/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
/* line 1, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 3, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-headtext {
  margin-bottom: 0.625rem;
  padding-bottom: 0.938rem;
}
/* line 7, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-sidetext {
  font-size: 0.8rem;
  text-transform: uppercase;
  float: left;
  line-height: 40px;
  margin-right: 0.938rem;
}
/* line 13, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.dir-rtl .g-newsletter .g-newsletter-sidetext {
  float: right;
  margin-left: 0.938rem;
  margin-right: 0;
}
@media only all and (max-width: 30rem) {
  .g-newsletter .g-newsletter-sidetext {
    float: none;
    margin-right: 0;
    margin-bottom: 0.469rem;
  }
}
/* line 24, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 26, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-inputbox input, .g-newsletter .g-newsletter-button input, .g-newsletter .g-newsletter-inputbox .g-newsletter-button-submit, .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
  height: 40px;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875rem;
}
/* line 34, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 35, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-inputbox input {
  color: #eee;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  padding: 0 0.938rem;
  margin-bottom: 0;
}
/* line 43, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 44, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-button .g-newsletter-button-submit {
  color: #fff;
  background: #dcba00;
  border: 2px solid transparent;
  padding: 0 0.469rem;
  margin-bottom: 0;
  display: block;
  text-align: center;
}
/* line 52, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-button .g-newsletter-button-submit:hover {
  background: #4daf56;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
    width: 100%;
  }
}
/* line 59, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-button .g-newsletter-button-icon {
  color: #fff;
}
/* line 61, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-button .g-newsletter-button-icon i {
  font-size: 1.25rem;
  line-height: 40px;
  vertical-align: middle;
}
/* line 67, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter .g-newsletter-button .g-newsletter-button-text {
  vertical-align: middle;
}
/* line 73, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-fullwidth {
  width: 100%;
}
/* line 76, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-compact {
  width: 40%;
}
/* line 78, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.center-block .g-newsletter.g-newsletter-compact {
  margin: auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-newsletter.g-newsletter-compact {
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter.g-newsletter-compact {
    width: 65%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter.g-newsletter-compact {
    width: 100%;
  }
}
/* line 93, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 95, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-stack-fullwidth .g-newsletter-inputbox, .g-newsletter.g-newsletter-stack-compact .g-newsletter-inputbox {
  margin-bottom: 0.625rem;
}
/* line 99, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 100, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 101, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-stack-fullwidth .g-newsletter-button .g-newsletter-button-submit {
  width: 100%;
}
/* line 106, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 107, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 109, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-rounded .g-newsletter-inputbox .g-newsletter-button-submit, .g-newsletter.g-newsletter-rounded .g-newsletter-button .g-newsletter-button-submit {
  border-radius: 25px;
}
/* line 114, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 116, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper, .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-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 120, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button, .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-button {
  -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;
  min-width: 0;
  min-height: 0;
  margin: 0;
}
/* line 127, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-inputbox {
  width: 75%;
}
/* line 132, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 133, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper {
  padding: 5px;
  background: #e1e1e1;
}
/* line 136, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button {
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button {
    -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;
    margin: 0;
  }
}
/* line 143, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox input, .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button input, .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox .g-newsletter-button-submit, .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button .g-newsletter-button-submit {
  height: 30px;
}
/* line 148, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox {
  width: 75%;
}
@media only all and (max-width: 30rem) {
  .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox {
    width: 60%;
  }
}
/* line 154, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 155, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button-icon i {
  line-height: 30px;
}
/* line 160, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 161, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-wrap.g-newsletter-rounded .g-newsletter-form-wrapper {
  border-radius: 25px;
}
/* line 166, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 167, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 168, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-button {
  margin-left: -2px;
}
/* line 171, templates/rt_photon/scss/photon/particles/_newsletter.scss */
/* line 172, templates/rt_photon/scss/photon/particles/_newsletter.scss */
.g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-button-icon i {
  line-height: 40px;
}
/* line 1, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
/* line 2, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid *, .g-imagegrid *:before, .g-imagegrid *:after {
  box-sizing: border-box !important;
}
/* line 5, templates/rt_photon/scss/photon/particles/_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;
  margin-left: -0.7815rem;
  margin-right: -0.7815rem;
}
/* line 12, templates/rt_photon/scss/photon/particles/_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%;
  padding-left: 0.7815rem;
  padding-right: 0.7815rem;
  padding-bottom: 1.563rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 21, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item img {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 24, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item .indicator {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-weight: 200;
  font-style: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 40, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item .indicator div {
  flex: none;
  -webkit-flex: none;
  max-width: 50%;
  padding-bottom: 5px;
  font-size: 110px;
  opacity: 0;
  -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;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-imagegrid .g-imagegrid-item .indicator div {
    font-size: 70px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-imagegrid .g-imagegrid-item .indicator div {
    font-size: 80px;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-item .indicator div {
    font-size: 70px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-item .indicator div {
    font-size: 80px;
  }
}
/* line 63, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover {
  z-index: 10;
}
/* line 65, templates/rt_photon/scss/photon/particles/_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 69, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover .indicator div {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 75, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-desc {
  margin: 1.5rem 0;
}
/* line 78, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link {
  display: block;
  position: relative;
  background: #4daf56;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 85, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link:before {
  color: #fff;
  background: #4daf56;
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  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 99, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
/* line 100, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
  width: 50%;
}
/* line 104, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
/* line 105, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
  width: 33.33333%;
}
/* line 109, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
/* line 110, templates/rt_photon/scss/photon/particles/_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: 100%;
  }
}
/* line 120, templates/rt_photon/scss/photon/particles/_imagegrid.scss */
/* line 121, templates/rt_photon/scss/photon/particles/_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: 33.33333%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 1, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}
/* line 5, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 10, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider &gt; .g-flexslider-item-container {
  margin: 0;
  padding: 0;
  float: left;
}
/* line 17, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-item-container:not(:first-child) {
  display: none;
}
/* line 21, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-carousel-item-container {
  display: none;
}
/* line 25, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 31, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* line 35, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider {
  margin: 0;
  padding: 0;
}
/* line 38, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 39, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides &gt; .g-flexslider-item-container {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 43, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides img {
  width: 100%;
  display: block;
}
/* line 47, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 58, templates/rt_photon/scss/photon/particles/_flexslider.scss */
html[xmlns] .flexslider .g-flexslider-slideshow-slides {
  display: block;
}
/* line 62, templates/rt_photon/scss/photon/particles/_flexslider.scss */
* html .flexslider .g-flexslider-slideshow-slides {
  height: 1%;
}
/* line 66, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.no-js .flexslider .g-flexslider-slideshow-slides &gt; .g-flexslider-slideshow-item-container:first-child {
  display: block;
}
/* line 70, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}
/* line 73, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides {
  zoom: 1;
}
/* line 75, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides img {
  height: auto;
}
/* line 81, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 86, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}
/* line 90, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}
/* line 94, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
  position: relative;
  z-index: 10;
}
/* line 98, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-direction-nav .flex-nav-prev, .flex-direction-nav .flex-nav-next {
  position: absolute;
  opacity: 0.75;
  margin-top: 10px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 104, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-direction-nav .flex-nav-prev:hover, .flex-direction-nav .flex-nav-next:hover {
  opacity: 1;
}
/* line 108, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 109, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-ltr .flex-direction-nav .flex-nav-prev {
  left: 50%;
  margin-left: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .dir-ltr .flex-direction-nav .flex-nav-prev {
    margin-left: -20rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-ltr .flex-direction-nav .flex-nav-prev {
    left: 75px;
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-ltr .flex-direction-nav .flex-nav-prev {
    left: 25px;
    margin-left: 0;
  }
}
/* line 124, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-nav-prev {
  right: 50%;
  margin-right: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .dir-rtl .flex-direction-nav .flex-nav-prev {
    margin-right: -20rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-rtl .flex-direction-nav .flex-nav-prev {
    right: 75px;
    margin-right: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .flex-direction-nav .flex-nav-prev {
    right: 25px;
    margin-right: 0;
  }
}
/* line 140, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 141, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-ltr .flex-direction-nav .flex-nav-next {
  right: 40%;
  margin-right: -20rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .dir-ltr .flex-direction-nav .flex-nav-next {
    margin-right: -10rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-ltr .flex-direction-nav .flex-nav-next {
    right: 120px;
    margin-right: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-ltr .flex-direction-nav .flex-nav-next {
    right: 65px;
    margin-right: 0;
  }
}
/* line 156, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-nav-next {
  left: 40%;
  margin-left: -20rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .dir-rtl .flex-direction-nav .flex-nav-next {
    margin-left: -10rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-rtl .flex-direction-nav .flex-nav-next {
    left: 120px;
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .flex-direction-nav .flex-nav-next {
    left: 65px;
    margin-left: 0;
  }
}
/* line 172, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -45px 0 0;
  position: absolute;
  bottom: 7.5rem;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 187, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-direction-nav a:before, .flex-direction-nav a:after {
  font-family: FontAwesome;
  font-size: 1.5rem;
  margin: 0 6px;
  vertical-align: top;
}
/* line 194, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 195, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-direction-nav .flex-prev:before {
  content: "\f177";
}
/* line 197, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-prev:before {
  content: "\f178";
}
/* line 202, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 203, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-direction-nav .flex-next:after {
  content: "\f178";
}
/* line 205, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-next:after {
  content: "\f177";
}
/* line 212, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 213, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 1rem;
}
/* line 216, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
/* line 220, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 1rem;
}
/* line 223, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* line 229, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* line 235, templates/rt_photon/scss/photon/particles/_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 247, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
/* line 252, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}
/* line 255, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* line 260, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 7.65rem;
  text-align: center;
}
/* line 265, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-nav li {
  margin: 0 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
/* line 274, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 276, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 277, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 278, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-nav &gt; li a:before, .flex-control-paging &gt; 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 290, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-nav &gt; li a.flex-active, .flex-control-paging &gt; li a.flex-active {
  background: #4daf56 !important;
  width: 5px;
  height: 5px;
}
/* line 294, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-nav &gt; li a.flex-active:before, .flex-control-paging &gt; li a.flex-active:before {
  color: #4daf56;
  width: 30px;
  height: 30px;
  left: -12px;
  top: -12px;
}
/* line 306, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  margin: 2px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: 999999px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
/* line 317, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #4daf56;
}
/* line 320, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #4daf56;
  cursor: default;
}
/* line 326, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
/* line 330, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 335, templates/rt_photon/scss/photon/particles/_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 342, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}
/* line 346, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* line 352, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow {
  position: relative;
}
/* line 354, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 359, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
  text-align: center;
  margin: auto;
  padding: 13rem 2rem 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 373, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
}
/* line 395, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-title {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  margin: 1rem auto;
}
/* line 401, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-title span {
  font-weight: bold;
  color: #4daf56;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 3rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 2rem;
    line-height: 1.15;
  }
}
/* line 422, templates/rt_photon/scss/photon/particles/_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 428, templates/rt_photon/scss/photon/particles/_flexslider.scss */
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
    background-position: top center !important;
  }
}
/* line 432, templates/rt_photon/scss/photon/particles/_flexslider.scss */
html.touch .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
  background-position: top center !important;
}
/* line 436, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-link {
  margin: 3rem auto;
}
/* line 440, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a {
  color: #fff;
  opacity: 0.75;
}
/* line 443, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a:hover {
  opacity: 1;
}
/* line 447, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-slideshow .flex-control-paging li a.flex-active {
  background: #fff;
}
/* line 452, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial {
  position: relative;
}
/* line 454, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 459, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-content {
  text-align: center;
  margin: auto;
  padding: 13rem 2rem 10rem 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 8rem 1rem;
  }
}
/* line 473, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 100;
  font-size: 3rem;
  line-height: 1;
  margin: 1rem auto;
}
/* line 479, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title span {
  font-weight: bold;
  color: #4daf56;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 3rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 2rem;
    line-height: 1.15;
  }
}
/* line 500, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 505, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-image img {
  border-radius: 100%;
  margin-bottom: 1rem;
}
/* line 509, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-name {
  font-weight: 700;
}
/* line 512, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-position {
  font-style: italic;
  font-size: 0.9rem;
  opacity: 0.7;
}
/* line 519, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-showcase {
  position: relative;
}
/* line 521, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content {
  padding: 0 2rem 0 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 8rem 1rem;
  }
}
/* line 533, templates/rt_photon/scss/photon/particles/_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 540, templates/rt_photon/scss/photon/particles/_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 547, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image {
  overflow: hidden;
}
/* line 549, templates/rt_photon/scss/photon/particles/_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 553, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 554, templates/rt_photon/scss/photon/particles/_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 559, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title {
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  margin: 1rem auto;
}
/* line 565, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title span {
  font-weight: bold;
  color: #4daf56;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
/* line 586, templates/rt_photon/scss/photon/particles/_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 601, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-carousel-container {
  position: relative;
}
/* line 603, templates/rt_photon/scss/photon/particles/_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 608, templates/rt_photon/scss/photon/particles/_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 615, templates/rt_photon/scss/photon/particles/_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 620, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover {
  background: #4daf56;
}
/* line 622, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  opacity: 1;
}
/* line 627, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 628, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide img {
  opacity: 1;
}
/* line 631, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image {
  cursor: default;
}
/* line 633, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 634, templates/rt_photon/scss/photon/particles/_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 640, templates/rt_photon/scss/photon/particles/_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 649, templates/rt_photon/scss/photon/particles/_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 660, templates/rt_photon/scss/photon/particles/_flexslider.scss */
/* line 661, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .flexslider {
  direction: rtl;
}
/* line 665, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .carousel li {
  margin-right: 0;
  margin-left: 5px;
}
/* line 669, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav {
  *height: 0;
}
/* line 673, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .flex-pauseplay a {
  left: auto;
  right: 10px;
}
/* line 678, templates/rt_photon/scss/photon/particles/_flexslider.scss */
.dir-rtl .flex-control-thumbs li {
  float: right;
}
/* line 1, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 2, templates/rt_photon/scss/photon/particles/_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: -0.625rem;
}
/* line 8, templates/rt_photon/scss/photon/particles/_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;
  margin: 0px;
  width: 100%;
  display: inline-block;
  padding: 0.625rem;
}
/* line 14, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper {
  -webkit-transition: background 0.55s ease-out;
  -moz-transition: background 0.55s ease-out;
  transition: background 0.55s ease-out;
}
/* line 16, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper i.fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper span {
  display: block;
  text-align: center;
}
/* line 20, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper i.fa {
  font-size: 2.8rem;
  color: #4daf56;
  margin: 1rem auto 2.5rem auto;
}
/* line 25, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper:hover {
  background-color: #dcba00;
  color: #fff;
}
/* line 28, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper:hover i.fa {
  color: #fff;
}
/* line 32, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 33, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent1 .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent1 a {
  color: #4daf56;
}
/* line 36, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent1:hover {
  background-color: #4daf56;
  color: #fff;
}
/* line 39, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent1:hover .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent1:hover a {
  color: #fff;
}
/* line 44, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 45, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent2 .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent2 a {
  color: #dcba00;
}
/* line 48, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent2:hover {
  background-color: #dcba00;
  color: #fff;
}
/* line 51, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent2:hover .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent2:hover a {
  color: #fff;
}
/* line 56, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 57, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent3 .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent3 a {
  color: #294239;
}
/* line 60, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent3:hover {
  background-color: #294239;
  color: #fff;
}
/* line 63, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent3:hover .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent3:hover a {
  color: #fff;
}
/* line 68, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 69, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent4 .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent4 a {
  color: #44bba4;
}
/* line 72, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent4:hover {
  background-color: #44bba4;
  color: #fff;
}
/* line 75, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent4:hover .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-accent4:hover a {
  color: #fff;
}
/* line 82, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 83, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-desc .g-title {
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
/* line 92, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-readmore {
  text-align: right;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-readmore {
    text-align: center !important;
    margin-top: 1rem;
  }
}
/* line 98, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.dir-rtl .g-gridcontent .g-gridcontent-readmore {
  text-align: left;
}
/* line 102, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
}
/* line 106, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-title {
  font-size: 0.8rem;
  line-height: 1.3;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-gridcontent .g-gridcontent-item-title {
    font-size: 0.8rem;
  }
}
/* line 113, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 114, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-gridcontent .g-gridcontent-title-style-1 .g-gridcontent-item-title {
    font-size: 1rem;
  }
}
/* line 120, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 121, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-2cols .g-gridcontent-item {
  width: 50%;
}
/* line 125, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 126, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-3cols .g-gridcontent-item {
  width: 33.33333%;
}
/* line 130, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 131, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-4cols .g-gridcontent-item {
  width: 25%;
}
/* line 135, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 136, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-5cols .g-gridcontent-item {
  width: 20%;
}
/* line 140, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 141, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
  width: 16.66667%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
    width: 33.33333%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
    width: 33.33333%;
  }
}
/* line 153, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 154, templates/rt_photon/scss/photon/particles/_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 160, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 161, templates/rt_photon/scss/photon/particles/_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 169, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 170, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-home-particles .g-gridcontent-item-wrapper, .g-home-positions .g-gridcontent-item-wrapper {
  border-right: 0 none !important;
  border-bottom: 0 none;
}
/* line 174, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-home-particles .g-gridcontent-item, .g-home-positions .g-gridcontent-item {
  padding: 0;
}
/* line 177, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-home-particles .g-gridcontent-wrapper, .g-home-positions .g-gridcontent-wrapper {
  margin: 0;
}
/* line 180, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
/* line 181, templates/rt_photon/scss/photon/particles/_gridcontent.scss */
.g-home-particles.dir-rtl .g-gridcontent-item-wrapper, .g-home-positions.dir-rtl .g-gridcontent-item-wrapper {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 0 none !important;
}
/* line 1, templates/rt_photon/scss/photon/particles/_accordion.scss */
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
/* line 7, templates/rt_photon/scss/photon/particles/_accordion.scss */
.accordion .accordion-item-title {
  color: #b5b5b5;
  cursor: pointer;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  transition: color 0.35s;
}
/* line 15, templates/rt_photon/scss/photon/particles/_accordion.scss */
.accordion .accordion-item-title .toggle {
  background: #b5b5b5;
  color: #eee;
  float: right;
  padding: 0 4px;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  transition: background 0.35s;
}
/* line 19, templates/rt_photon/scss/photon/particles/_accordion.scss */
.dir-rtl .accordion .accordion-item-title .toggle {
  float: left;
}
/* line 26, templates/rt_photon/scss/photon/particles/_accordion.scss */
.accordion li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 28, templates/rt_photon/scss/photon/particles/_accordion.scss */
/* line 29, templates/rt_photon/scss/photon/particles/_accordion.scss */
.accordion li.active .accordion-item-title {
  color: #4daf56;
}
/* line 32, templates/rt_photon/scss/photon/particles/_accordion.scss */
.accordion li.active .toggle {
  background: #4daf56;
}
/* line 36, templates/rt_photon/scss/photon/particles/_accordion.scss */
.accordion li div {
  padding: 0.5rem 0;
}
/* line 1, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 7, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 12, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li {
  position: relative;
  z-index: 70;
}
/* line 15, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li:hover {
  cursor: pointer;
}
/* line 18, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li i {
  margin-right: 1rem;
}
/* line 24, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
}
/* line 27, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li {
  padding: 2rem;
  padding-left: 4rem;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  opacity: 0.3;
}
/* line 30, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-headlines li {
  padding-left: 2rem;
  padding-right: 4rem;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-headlines li {
    padding: 1.5rem;
    padding-left: 4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsslider-headlines li {
    padding: 1.5rem;
    padding-left: 4rem;
    font-size: 0.9rem;
  }
}
/* line 45, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li:nth-last-child(2) {
  border-bottom: 0;
}
/* line 48, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li.selected {
  opacity: 1;
  background: #4daf56;
  margin-left: -2rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
/* line 52, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-headlines li.selected {
  margin-left: 0;
  margin-right: -2rem;
}
/* line 58, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li.selected:hover {
  background: #4daf56;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-headlines li.selected {
    margin-left: 0;
  }
}
/* line 66, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li:hover {
  background: #15231e;
}
/* line 72, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-preview {
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 68%;
  -moz-flex: 0 1 68%;
  -ms-flex: 0 1 68%;
  flex: 0 1 68%;
  width: 68%;
  background: #294239;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-preview {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    min-height: 400px;
  }
}
/* line 86, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-content {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
  background-size: cover;
  width: 100%;
  height: 100%;
}
/* line 99, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #192923 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #192923 100%);
  padding: 0.5rem 1.563rem;
}
/* line 110, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.top-content {
  opacity: 1;
  z-index: 50;
}
/* line 115, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li i {
  -webkit-transition: -webkit-transform 0.65s;
  -moz-transition: -moz-transform 0.65s;
  transition: transform 0.65s;
}
/* line 117, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-headlines li i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 122, templates/rt_photon/scss/photon/particles/_newsslider.scss */
/* line 123, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines .arrow-container {
  position: absolute;
  margin-left: -2rem;
  top: 33%;
  font-size: 20px;
}
/* line 126, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-headlines .arrow-container {
  margin-left: 0;
  margin-right: -3rem;
}
/* line 135, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines li.selected i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 137, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-headlines li.selected i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-headlines li.selected i {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
/* line 145, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-preview-title {
  line-height: 1.25;
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  margin-top: 15rem;
  font-size: 4rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsslider-preview-title {
    font-size: 2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-preview-title {
    font-size: 1.8rem;
    margin-top: 8rem;
  }
}
/* line 163, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-preview-headerdesc {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only all and (min-width: 48rem) and (max-width: 59.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 178, templates/rt_photon/scss/photon/particles/_newsslider.scss */
@media only all and (max-width: 47.99rem) {
  .g-newsslider-preview-desc {
    display: none;
  }
}
/* line 184, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-button {
  display: inline-block;
  margin: 1rem 0;
}
/* line 187, templates/rt_photon/scss/photon/particles/_newsslider.scss */
@media only all and (max-width: 30rem) {
  .g-newsslider-button .button {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
}
/* line 195, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-headlines-title {
  width: 17rem;
  display: block;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-newsslider-headlines-title {
    width: 13rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsslider-headlines-title {
    width: 9rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-headlines-title {
    font-size: 0.9rem;
  }
}
/* Tiny Scrollbar */
/* line 211, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-scrollbar {
  min-width: 0;
  min-height: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 32%;
  -moz-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  width: 32%;
  height: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-scrollbar {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100% !important;
    -moz-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    width: 100% !important;
  }
}
/* line 221, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-scrollbar .viewport {
  position: relative;
}
/* line 224, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-scrollbar .overview {
  list-style: none;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
/* line 231, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .overview {
  left: inherit;
  right: 0;
}
/* line 236, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-scrollbar .scrollbar {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  background-position: 0 0;
  width: 0;
  opacity: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 245, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .scrollbar {
  right: inherit;
  left: 0;
}
/* line 250, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-scrollbar .track {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 18px;
  position: relative;
  padding: 0 1px;
}
/* line 257, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-scrollbar .thumb {
  background: rgba(77, 175, 86, 0.5);
  height: 20px;
  width: 9px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 5px;
  border-radius: 3px;
}
/* line 266, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-scrollbar .thumb {
  right: 5px;
  left: inherit;
}
/* line 271, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-scrollbar .disable {
  display: none;
}
/* line 275, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  z-index: 60;
  padding: 0 1.563rem;
}
/* line 285, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-pagination li {
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  margin-right: 1px;
  background: rgba(41, 66, 57, 0.4);
}
/* line 289, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.dir-rtl .g-newsslider-pagination li {
  direction: rtl;
  float: right;
}
/* line 296, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-pagination li.selected {
  background: #4daf56;
}
/* line 301, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  z-index: 21;
  height: 45px;
}
/* line 308, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-navigation div {
  cursor: pointer;
  min-width: 0;
  min-height: 0;
  text-align: center;
  padding-top: 10px;
  height: 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider-navigation div {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100% !important;
    -moz-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    width: 100% !important;
  }
}
/* line 322, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-navigation div.prev {
  background: #4daf56;
}
/* line 324, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-navigation div.prev:hover {
  background: #2e6833;
}
/* line 328, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-navigation div.next {
  background: #dcba00;
}
/* line 330, templates/rt_photon/scss/photon/particles/_newsslider.scss */
.g-newsslider-navigation div.next:hover {
  background: #766400;
}
/* line 337, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_simplecounter.scss */
.g-simplecounter-block {
  display: block;
  margin: 2rem auto 0.5rem auto;
}
/* line 5, templates/rt_photon/scss/photon/particles/_simplecounter.scss */
.g-simplecounter-calendar {
  text-align: center;
}
/* line 7, templates/rt_photon/scss/photon/particles/_simplecounter.scss */
.g-simplecounter-calendar .counter-block {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
}
/* line 12, templates/rt_photon/scss/photon/particles/_simplecounter.scss */
.g-simplecounter-calendar .number, .g-simplecounter-calendar .word {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 17, templates/rt_photon/scss/photon/particles/_simplecounter.scss */
.g-simplecounter-calendar .number {
  width: 100px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: normal;
  border-radius: 3px;
  margin-bottom: 0.5rem;
  color: #fff;
  background: -webkit-linear-gradient(#3d8c45 0%, #3d8c45 50%, #4daf56 50%, #4daf56 100%);
  background: linear-gradient(to   , #3d8c45 50%, #4daf56 50%, #4daf56 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_photon/scss/photon/particles/_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_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-item-created-date {
  font-size: 0.8rem;
  text-transform: uppercase;
}
/* line 5, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-item-content-title {
  color: #4daf56;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0.625rem 0;
}
/* line 10, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent-item-content-title {
  color: #294239;
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.15;
  margin: 2rem 0 0.15625rem 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
/* line 29, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-item-author {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
/* line 34, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-item-leading-content {
  margin-bottom: 0.625rem;
}
/* line 36, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent-item-leading-content {
  font-size: 1.2rem;
  padding-top: 0.625rem;
}
/* line 42, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-item-main-content {
  font-size: 0.9rem;
  margin-bottom: 0.625rem;
}
/* line 45, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent-item-main-content {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
/* line 50, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-item-readmore-container {
  margin-top: 0.625rem;
  padding-top: 0.938rem;
}
/* line 54, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
/* line 55, templates/rt_photon/scss/photon/particles/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent-item-author, .g-simplecontent-layout-header .g-simplecontent-item-created-date {
  display: inline-block;
  margin: 0;
  padding-right: 0.938rem;
  font-family: "opensans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.15rem;
  line-height: 2;
  text-transform: none;
}
/* line 1, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs {
  position: relative;
}
/* line 3, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 6, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  border-bottom-width: 0;
  padding: 0;
  outline: none;
}
/* line 12, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
/* line 13, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
/* line 17, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
  cursor: text;
}
/* line 20, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
/* line 24, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  text-decoration: none;
}
/* line 29, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
/* line 33, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
/* line 34, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab {
  outline: none;
}
/* line 37, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-container {
  list-style: none;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
/* line 42, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-wrapper-container {
  list-style: none;
  margin: 0;
}
/* line 46, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-head {
  display: block;
  cursor: pointer;
  padding: 0.3126666667rem 0.938rem;
  margin-bottom: -1px;
}
/* line 52, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-subtitle, .g-contenttabs .g-contenttabs-tab-title {
  display: block;
  outline: none;
}
/* line 57, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 62, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-subtitle {
  font-size: 0.75rem;
}
/* line 65, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-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;
}
/* line 70, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-tag, .g-contenttabs .g-contenttabs-content-text {
  position: relative;
  min-width: 0;
  min-height: 0;
}
/* line 76, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-tag {
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 2px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 20%;
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  width: 20%;
  padding-right: 0.938rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-contenttabs .g-contenttabs-content-tag {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-contenttabs .g-contenttabs-content-tag {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
/* line 92, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.dir-rtl .g-contenttabs .g-contenttabs-content-tag {
  padding-right: 0;
  padding-left: 0.938rem;
}
/* line 97, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tag {
  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;
  vertical-align: middle;
  width: 100%;
  margin-top: 1.563rem;
}
/* line 105, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-tag-text {
  display: block;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 112, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-subtag-text {
  font-size: 1.5rem;
  font-weight: 400;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 120, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-subtag-dot {
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-bottom: 0.2rem;
  margin-right: 0.938rem;
}
/* line 128, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-subtag-dot.g-contenttabs-content-subtag-dot-accent1 {
  background-color: #4daf56;
}
/* line 131, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-subtag-dot.g-contenttabs-content-subtag-dot-accent2 {
  background-color: #dcba00;
}
/* line 134, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-subtag-dot.g-contenttabs-content-subtag-dot-accent3 {
  background-color: #294239;
}
/* line 137, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-subtag-dot.g-contenttabs-content-subtag-dot-accent4 {
  background-color: #44bba4;
}
/* line 141, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.dir-rtl .g-contenttabs .g-contenttabs-content-subtag-dot {
  margin-right: 0;
  margin-left: 0.938rem;
}
/* line 146, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-text {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 80%;
  -moz-flex: 0 1 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  width: 80%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-contenttabs .g-contenttabs-content-text {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-contenttabs .g-contenttabs-content-text {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
/* line 158, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-body {
  padding: 0;
}
/* line 163, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
/* line 164, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs-active .g-contenttabs-tab-wrapper-head {
  background: #4daf56;
}
/* line 167, templates/rt_photon/scss/photon/particles/_contenttabs.scss */
.ui-tabs-active .g-contenttabs-tab-subtitle, .ui-tabs-active .g-contenttabs-tab-title {
  color: #fff;
}
/* line 1, templates/rt_photon/scss/photon/particles/_popupmodule.scss */
.g-popupmodule-module-wrapper {
  display: none;
}
/* line 6, templates/rt_photon/scss/photon/particles/_popupmodule.scss */
/* line 7, templates/rt_photon/scss/photon/particles/_popupmodule.scss */
/* line 8, templates/rt_photon/scss/photon/particles/_popupmodule.scss */
.rokbox-content #login-form .input-prepend .input-small, .rokbox-content #login-form .input-append .input-small {
  width: 240px;
}
/* line 13, templates/rt_photon/scss/photon/particles/_popupmodule.scss */
.rokbox-content #modlgn-secretkey {
  width: 200px !important;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 19, templates/rt_photon/scss/photon/particles/_popupmodule.scss */
  /* line 20, templates/rt_photon/scss/photon/particles/_popupmodule.scss */
  #login-form .input-prepend, #login-form .input-append {
    width: 95% !important;
  }
  /* line 24, templates/rt_photon/scss/photon/particles/_popupmodule.scss */
  #login-form #modlgn-secretkey {
    width: 183px !important;
  }
}
/* line 1, templates/rt_photon/scss/photon/particles/_contentarray.scss */
.g-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 5, templates/rt_photon/scss/photon/particles/_contentarray.scss */
.g-content-array .g-grid {
  margin-bottom: 2.3445rem;
}
/* line 8, templates/rt_photon/scss/photon/particles/_contentarray.scss */
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/rt_photon/scss/photon/particles/_contentarray.scss */
/* line 12, templates/rt_photon/scss/photon/particles/_contentarray.scss */
/* line 13, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_contentarray.scss */
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 33, templates/rt_photon/scss/photon/particles/_contentarray.scss */
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-array-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 39, templates/rt_photon/scss/photon/particles/_contentarray.scss */
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
/* line 43, templates/rt_photon/scss/photon/particles/_contentarray.scss */
.g-content-array .g-item-title {
  margin: 0;
}
/* line 47, templates/rt_photon/scss/photon/particles/_contentarray.scss */
/* line 48, templates/rt_photon/scss/photon/particles/_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_photon/scss/photon/particles/_contentarray.scss */
.g-content-array .g-array-item-details {
  font-size: 90%;
}
/* line 56, templates/rt_photon/scss/photon/particles/_contentarray.scss */
.g-content-array .g-array-item-details &gt; span {
  margin-right: 10px;
}
/* line 60, templates/rt_photon/scss/photon/particles/_contentarray.scss */
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
/* 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 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 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;
      -webkit-box-lines: inherit;
      -moz-box-lines: inherit;
      box-lines: inherit;
      -webkit-flex-wrap: inherit;
      -moz-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit;
    }
    /* line 45, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-block {
      display: block;
      -webkit-box-flex: inherit;
      -moz-box-flex: inherit;
      box-flex: inherit;
      -webkit-flex: inherit;
      -moz-flex: inherit;
      -ms-flex: inherit;
      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=photon_268.css.map */</pre></body></html>