/* 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
 */

.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
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;
}
.gp_flipboxes {
  /* Flip effect */
}
.gp_flipboxes .gp_heading {
  margin-bottom: 40px;
}
.gp_flipboxes .gp_content {
  margin: 0 -12px;
}
.gp_flipboxes .gp_flipbox {
  background-color: transparent;
  perspective: 1000px;
  /* 3D space */
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  margin: 12px;
}
.gp_flipboxes .gp_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.75s;
  -webkit-transition: transform 0.75s;
  -moz-transition: transform 0.75s;
  transform-style: preserve-3d;
  /* Ensure 3D transform space */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
.gp_flipboxes .gp_inner > a {
  display: block;
}
.gp_flipboxes .gp_inner h2 {
  font-size: 20px;
  margin: 0 0 20px;
}
.gp_flipboxes .gp_inner .gp_desc {
  margin-bottom: 20px;
}
.gp_flipboxes .gp_inner .gp_readmore {
  display: inline-block;
  text-decoration: underline;
}
.gp_flipboxes .gp_front, .gp_flipboxes .gp_back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gp_flipboxes .gp_front.gp_bgimg, .gp_flipboxes .gp_back.gp_bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gp_flipboxes .gp_front {
  z-index: 900;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.gp_flipboxes .gp_front i {
  font-size: 46px;
  margin-bottom: 20px;
}
.gp_flipboxes .gp_front img {
  margin-bottom: 20px;
}
.gp_flipboxes .gp_front h2 {
  margin: 0;
}
.gp_flipboxes .gp_back {
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.gp_flipboxes .gp_flipbox.gp_flip .gp_front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gp_flipboxes .gp_flipbox.gp_flip .gp_back {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.gp_flipboxes .gp_content_inner.style_img {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gp_flipboxes .gp_content_inner.style_img > h2 {
  margin: auto 0 20px !important;
}
.gp_infobanner3 > .g-grid {
  margin: 0 -14px;
}
.gp_infobanner3 > .g-grid > .g-block > .gp_content {
  margin: 14px;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  position: relative;
  overflow: hidden;
}
.gp_infobanner3 > .g-grid > .g-block > .gp_content > a {
  display: block;
}
.gp_infobanner3 > .g-grid > .g-block > .gp_content > a:hover img {
  opacity: 0.8;
}
.gp_infobanner3 .gp_img {
  position: relative;
}
.gp_infobanner3 .gp_img img {
  transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
}
.gp_infobanner3 .gp_img:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  opacity: 1;
  z-index: 1;
}
.gp_infobanner3 .gp_img > h2 {
  color: #ffffff !important;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.gp_infobanner2 > .g-grid {
  margin: 0 -14px;
}
.gp_infobanner2 > .g-grid > .g-block {
  margin-bottom: 28px;
}
.gp_infobanner2 > .g-grid > .g-block > .gp_content {
  margin: 0 14px;
  height: 100%;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.gp_infobanner2 .gp_inner {
  padding: 35px 30px;
  text-align: center;
  position: relative;
}
.gp_infobanner2 .gp_inner > h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #ffffff !important;
}
.gp_infobanner2 .gp_inner > .gp_desc {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 20px;
  color: #ffffff;
}
.gp_infobanner2 .gp_inner > .gp_btn a {
  padding: 8px 24px;
  border-radius: 4px;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: inline-block;
}
.gp_infobanner2 .gp_inner > .gp_btn a:hover {
  opacity: 0.85;
}
.gp_infobanner2 .gp_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}
.gp_stickymenu {
  position: static;
  -webkit-transition: none;
  transition: none;
  z-index: 800;
}
@media only all and (max-width: 50.99rem) {
  .gp_stickymenu {
    position: static !important;
    margin-top: 0 !important;
  }
}
.gp_stickymenu.bound {
  position: absolute;
  left: auto;
  right: auto;
}
.gp_stickymenu.bound.top {
  top: 0;
  bottom: auto;
}
.gp_stickymenu.bound.bottom {
  top: auto;
  bottom: 0;
}
.gp_stickymenu.fixed {
  position: fixed;
  left: auto;
  right: auto;
}
.gp_stickymenu.fixed.top {
  top: 0;
  bottom: auto;
}
.gp_stickymenu.fixed.bottom {
  top: auto;
  bottom: 0;
}
.gp_stickymenu.native {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
.gp_stickymenu.gp_icon_right .gp_stickymenu_item i {
  float: right;
  margin-right: 0;
}
.gp_stickymenu .gp_stickymenu_item {
  position: relative;
  line-height: 1;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  padding: 13px 16px;
  text-transform: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.gp_stickymenu .gp_stickymenu_item:before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.gp_stickymenu .gp_stickymenu_item i {
  opacity: 0.95;
  margin-right: 8px;
  min-width: 25px;
  text-align: center;
}
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e7e8ea;
  border-radius: 3px;
}
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #666666;
  display: block;
  border-bottom: 1px solid #e7e8ea;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-onepage-menu ul li a:hover {
  background: #f8f9fa;
  color: #333;
}
.g-onepage-menu ul li a i {
  margin-right: 5px;
}
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
.g-onepage-menu ul li .submenu.uk-active {
  display: block;
}
.g-onepage-menu ul li .submenu.uk-active a {
  padding-left: 35px;
}
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #e7e8ea;
}
.g-onepage-menu ul li.uk-active > a {
  background: #f8f9fa;
  color: #ff8b3d;
}
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
.gp_imageblock5 > .g-grid {
  margin: 0 -12px;
}
.gp_imageblock5 .gp_heading {
  margin-bottom: 50px;
}
.gp_imageblock5 .gp_content {
  margin: 12px;
}
.gp_imageblock5 .gp_text {
  padding: 20px 25px;
}
.gp_imageblock5 .gp_text > div {
  margin: 0 0 15px;
}
.gp_imageblock5 .gp_img {
  position: relative;
}
.gp_imageblock5 .gp_img > h4 {
  margin: 0;
  font-weight: 700;
  padding: 20px 25px;
  color: #ffffff !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.gp_imageblock5 .gp_mask {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 -470px 500px -500px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -470px 500px -500px rgba(0, 0, 0, 0.5);
}
.gp_imageblock3 > .g-grid {
  margin: 0 -12px;
}
.gp_imageblock3 .gp_heading {
  margin-bottom: 50px;
}
.gp_imageblock3 .gp_content {
  position: relative;
  margin: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gp_imageblock3 .gp_text {
  padding: 30px 35px;
  position: relative;
}
.gp_imageblock3 .gp_text > h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.gp_imageblock3 .gp_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gp_imageblock3 .gp_link {
  margin-top: 15px;
}
.gp_contactinfo4 .g-grid {
  -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;
}
.gp_contactinfo4 h3 {
  margin: 0 0 13px;
}
.gp_contactinfo4 .gp_info {
  margin-top: 33px;
}
.gp_contactinfo4 .gp_info .gp_info_title {
  font-weight: bold;
}
.gp_contactinfo4 .gp_icon {
  display: inline-block;
  width: 50px;
  text-align: left;
  vertical-align: top;
}
.gp_contactinfo4 .gp_icon ~ div {
  display: inline-block;
}
.gp_contactinfo4 .gp_icon a {
  cursor: default;
  pointer-events: none !important;
}
.gp_contactinfo4 .gp_icon i {
  font-size: 30px;
  position: relative;
  top: 3px;
}
div.float-end {
  display: none !important;
}
figure.none.item-image {
  margin-top: 2rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 2rem !important;
}
section#g-bottom {
  margin-top: 1rem !important;
}
.g-simplecontent .g-simplecontent-item-content-title {
  font-size: 2.2rem !important;
}
h1 {
  font-size: 2.2rem !important;
}
header#g-header {
  padding-bottom: 0 !important;
}
section#g-feature {
  margin-top: -3rem !important;
}
.whitetext a {
  color: white !important;
}
.section-vertical-paddings {
  padding-top: 1vw !important;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 12rem !important;
}
/*# sourceMappingURL=custom_59.css.map */