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

@import "//fonts.googleapis.com/css?family=Qwigley";
@import "//fonts.googleapis.com/css?family=Raleway:300,500";
:root {
  --cs-bg: hsl(39 32% 96%);
  --cs-fg: hsl(200 25% 15%);
  --cs-card: hsl(39 25% 93%);
  --cs-muted: hsl(39 20% 90%);
  --cs-muted-fg: hsl(200 10% 45%);
  --cs-primary: hsl(195 65% 36%);
  --cs-primary-fg: hsl(39 32% 96%);
  --cs-accent: hsl(25 75% 55%);
  --cs-accent-fg: hsl(39 32% 96%);
  --cs-border: hsl(39 20% 85%);
  --cs-radius: 0.25rem;
  --cs-display: Montserrat,sans-serif;
  --cs-body: "Lato", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --background: 0 0% 100%;
  --foreground: 200 25% 15%;
  --card: 188 30% 96%;
  --card-foreground: 200 25% 15%;
  --popover: 0 0% 100%;
  --popover-foreground: 200 25% 15%;
  --primary: 188 70% 25%;
  --primary-foreground: 0 0% 100%;
  --primary-light: 188 50% 55%;
  --secondary: 39 45% 82%;
  --secondary-foreground: 200 25% 15%;
  --muted: 39 20% 90%;
  --muted-foreground: 200 10% 45%;
  --accent: 188 70% 25%;
  --accent-foreground: 39 32% 96%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 39 20% 85%;
  --input: 39 20% 85%;
  --ring: 188 70% 25%;
  --radius: .5rem;
  --sand-light: 39 40% 95%;
  --sand: 39 35% 88%;
  --ocean: 188 70% 25%;
  --ocean-deep: 192 80% 18%;
  --ocean-light: 188 50% 55%;
  --coral: 188 70% 25%;
  --coral-light: 188 55% 45%;
  --palm: 145 35% 35%;
  --sunset: 15 85% 60%;
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 240 5.3% 26.1%;
  --sidebar-primary: 240 5.9% 10%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 240 4.8% 95.9%;
  --sidebar-accent-foreground: 240 5.9% 10%;
  --sidebar-border: 220 13% 91%;
  --sidebar-ring: 217.2 91.2% 59.8%;
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}
@media only all and (min-width: 100rem) {
  .g-container {
    width: 95%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 99.99rem) {
  .g-container {
    width: 95%;
  }
}
#g-mainbar {
  background: #f2f7f8;
}
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 100%;
}
.g-logo img, .g-logo svg {
  display: inline-block;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.bg-background {
  background-color: hsl(var(--background));
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* Banners */
.gkBanner {
  background: #111;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.gkBanner > h2 {
  color: #fff;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  position: absolute;
  text-transform: none;
  top: 80px;
  width: 100%;
  z-index: 2;
}
.gkBanner > h2 > a {
  color: #fff;
}
.gkBanner > h2 > a > span {
  color: #fff;
  display: block;
  font-size: 66px;
  font-weight: 500;
  letter-spacing: -3px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.gkBanner > strong {
  bottom: 70px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.gkBanner > strong > a {
  background: #b06339;
  color: #fff;
  display: inline-block;
  padding: 0 4px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.gkBanner > a {
  display: block;
  overflow: hidden;
}
.gkBanner > a > img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) rotateZ(0deg);
  -moz-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotateZ(0deg);
  -o-transform: scale(1) rotateZ(0deg);
  transform: scale(1) rotateZ(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gkBanner:hover > a > img {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-transform: scale(1.2) rotateZ(-5deg);
  -moz-transform: scale(1.2) rotateZ(-5deg);
  -ms-transform: scale(1.2) rotateZ(-5deg);
  -o-transform: scale(1.2) rotateZ(-5deg);
  transform: scale(1.2) rotateZ(-5deg);
}
.gkBanner {
  background: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.newstyle .custom {
  left: 0;
  position: fixed;
  top: 0;
  max-width: 56px;
  max-height: 100%;
  margin-top: 20px;
  background-color: black;
  box-shadow: 2px 0px 20px 0px #888888;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
  background-color: hsl(var(--background));
}
.rounded-sm .nspImageWrapper {
  margin: 0;
  display: block;
  height: 300px;
  overflow: hidden;
}
.rounded-sm .nspImageWrapper .nspImage {
  object-fit: cover;
  height: 100%;
  transition: transform 0.7s;
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
}
.rounded-sm .nspImageWrapper:hover .nspImage {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
}
.rounded-sm .gkArtContentWrap {
  padding: 10px 20px;
}
.rounded-sm .gkArtContentWrap .nspHeader {
  font-weight: bold;
}
.rounded-sm:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.moduletable .g-title {
  font-family: "Qwigley", Arial, sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
}
.moduletable .g-title small {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 75%;
}
.img-intro img {
  width: 100%;
  float: none !important;
  object-fit: cover;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.blog-img {
  height: 300px;
  overflow: hidden;
}
.blog-body {
  padding: 1.5rem;
  text-align: center;
}
/*# sourceMappingURL=custom_15.css.map */