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

@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,600,400');
@import url('//fonts.googleapis.com/css?family=Lato:100,300,700,400');
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 0.875rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.775rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.025rem;
}
h5 {
  font-size: 0.875rem;
}
h6 {
  font-size: 0.725rem;
}
small {
  font-size: 0.75rem;
}
cite {
  font-size: 0.75rem;
}
sub, sup {
  font-size: 0.625rem;
}
code, kbd, pre, samp {
  font-size: 0.875rem;
  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;
}
body {
  color: #666666;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body #g-page-surround {
  background: #ffffff;
  overflow: hidden;
}
.g-bodyonly body #g-page-surround {
  color: #666666;
  background: #ffffff;
}
body p {
  margin: 0 0 1.3rem 0;
}
body span.para {
  display: block;
  margin: 1rem 0;
}
body.dir-rtl .align-left {
  text-align: right !important;
}
body.dir-rtl .align-right {
  text-align: left !important;
}
@media print {
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-logo {
  color: rgba(34, 34, 34, 0.8);
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.5;
  box-shadow: none !important;
  text-transform: uppercase;
}
@media only all and (max-width: 47.99rem) {
  .g-logo {
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
  }
}
.dir-rtl .g-logo img {
  padding-right: 0;
  padding-left: 1rem;
}
.flush > .g-container, .flush > .g-content, .g-flushed > .g-container, .g-flushed > .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
.g-container-flushed {
  margin: -4rem 0;
}
.dir-rtl .g-branding {
  text-align: right;
  direction: ltr;
}
.g-nobackground {
  background: none !important;
}
.nomarginleft, .nomarginleft > .g-content {
  margin-left: 0;
}
.nomarginright, .nomarginright > .g-content {
  margin-right: 0;
}
.nomargintop, .nomargintop > .g-content {
  margin-top: 0;
}
.nomarginbottom, .nomarginbottom > .g-content {
  margin-bottom: 0;
}
.nomarginall, .nomarginall > .g-content {
  margin: 0;
}
.margin2x > .g-content {
  margin: 1.25rem;
}
.margin3x > .g-content {
  margin: 1.875rem;
}
.nopaddingleft, .nopaddingleft > .g-content {
  padding-left: 0;
}
.nopaddingright, .nopaddingright > .g-content {
  padding-right: 0;
}
.nopaddingtop, .nopaddingtop > .g-content {
  padding-top: 0;
}
.nopaddingbottom, .nopaddingbottom > .g-content {
  padding-bottom: 0;
}
.nopaddingall, .nopaddingall > .g-content {
  padding: 0;
}
.padding2x > .g-content {
  padding: 3rem;
}
.padding3x > .g-content {
  padding: 4.5rem;
}
.section-horizontal-paddings {
  padding-left: 12%;
  padding-right: 12%;
}
@media only all and (max-width: 74.938rem) and (min-width: 48rem) {
  .section-horizontal-paddings {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-vertical-paddings {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-vertical-paddings {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.fp-enabled .section-vertical-paddings {
  padding-top: 0;
  padding-bottom: 0;
}
.fp-responsive .section-vertical-paddings {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .fp-responsive .section-vertical-paddings {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.section-no-paddings {
  padding: 0 !important;
}
.center-block {
  text-align: center;
  margin: auto;
}
.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;
}
.g-linethrough {
  text-decoration: line-through;
  opacity: 0.55;
}
.g-menuspacer {
  padding-top: 4.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-menuspacer {
    padding: 0;
  }
}
.noliststyle {
  list-style: none;
}
.g-bold {
  font-weight: 700;
}
.g-uppercase {
  text-transform: uppercase;
}
.g-compact .g-container {
  padding: 0 !important;
}
.g-sidebar-offset {
  margin-top: -4rem;
}
@media only all and (max-width: 47.99rem) {
  .g-mobile-center-compact .g-container {
    padding: 1.5rem 0;
  }
  .g-mobile-center-compact .g-content {
    padding: 0 1.5rem;
    margin: 0.3125rem 0.625rem;
    text-align: center !important;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.625rem 0.925rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  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;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 0.8rem;
  }
}
.g-main-nav .g-standard .g-dropdown {
  width: 200px;
  float: left;
}
.g-main-nav {
  z-index: 20;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-main-nav {
    white-space: nowrap;
  }
}
.dir-rtl .g-main-nav {
  text-align: left;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #212121;
  line-height: 60px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content {
  border-bottom: 2px solid transparent;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.625rem 0.35rem;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container i {
  color: #ffa800;
}
.g-main-nav .g-toplevel > li.g-parent > .g-menu-item-container:after {
  margin-left: -13px;
}
.dir-rtl .g-main-nav .g-toplevel > li.g-parent > .g-menu-item-container:after {
  margin-left: 7px;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #1dc6df;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container .g-menu-item-content, .g-main-nav .g-toplevel > li.active > .g-menu-item-container .g-menu-item-content {
  border-bottom: 2px solid #1dc6df;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  line-height: normal;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
  opacity: 1;
}
.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  width: 1rem;
  height: 1rem;
}
.dir-rtl .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  text-align: left;
}
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
.g-main-nav .g-standard > .g-dropdown.g-dropdown-right, .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-right {
  left: 0;
}
.dir-rtl .g-main-nav .g-standard > .g-dropdown.g-dropdown-right, .dir-rtl .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-right {
  right: 0.925rem;
  left: auto;
}
.g-main-nav .g-standard > .g-dropdown.g-dropdown-left, .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-left {
  right: 0.925rem;
}
.dir-rtl .g-main-nav .g-standard > .g-dropdown.g-dropdown-left, .dir-rtl .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-left {
  left: 0.925rem;
  right: auto;
}
.g-main-nav .g-standard > .g-dropdown .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  top: -15px;
}
.g-main-nav .g-standard .g-dropdown:after, .g-main-nav .g-fullwidth .g-dropdown:after {
  left: -21px !important;
}
.g-main-nav .g-dropdown {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-top: 0px !important;
}
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
.g-main-nav .g-sublevel {
  padding: 0;
}
.g-main-nav .g-sublevel > li {
  margin: 0;
  padding: 0.3125rem 0.9375rem;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  line-height: normal;
  color: #212121;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  display: block;
  vertical-align: top;
  word-break: normal;
  line-height: 1.1;
}
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #1dc6df;
}
.g-main-nav .g-sublevel > li:last-child > .g-menu-item-container {
  border-color: transparent;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  right: 0.5rem;
  top: 0;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  content: "";
  opacity: 0.5;
  position: relative;
  top: 0.5rem;
}
.g-menu-item-subtitle {
  opacity: 0.7;
}
.g-preset-thumbnails {
  margin-top: 0.625rem;
}
.g-preset-thumbnails .g-content {
  padding: 0rem !important;
  margin: 0;
}
.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;
}
.g-preset-thumbnails span {
  padding: 0.925rem 0;
  display: inline-block;
}
.g-preset-thumbnails img {
  border-radius: 3px;
  margin-bottom: 0 !important;
}
.g-main-nav .g-standard .g-dropdown {
  margin-left: 17px;
}
.g-main-nav .g-standard .g-dropdown:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -17px;
  right: -17px;
  bottom: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  z-index: -1;
}
.g-main-nav .g-standard > .g-dropdown {
  margin-left: 0;
}
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 10px;
}
.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  z-index: -1;
}
.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;
  }
}
.g-menu-hastouch .g-standard .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
.g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 5px;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.g-main-nav .g-fullwidth > .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;
}
.g-main-nav .g-fullwidth > .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;
}
.g-main-nav .g-fullwidth > .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;
}
.g-main-nav .g-fullwidth > .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;
}
.g-main-nav .g-fullwidth > .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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  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);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  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);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0);
  }
  75% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(5px, 0, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  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);
  }
  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);
  }
  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);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
  }
  75% {
    -moz-transform: translate3d(0, -10px, 0);
  }
  90% {
    -moz-transform: translate3d(0, 5px, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  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);
  }
  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);
  }
  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);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -moz-transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px, 0, 0);
  }
  75% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(-5px, 0, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  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);
  }
  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);
  }
  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);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
a {
  color: #1dc6df;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: inherit;
}
body {
  font-family: "Open Sans";
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: "Lato";
  font-weight: 500;
  margin: 0 0 20px 0;
}
bold, strong {
  font-weight: 700;
}
.button {
  font-weight: 500;
}
blockquote {
  border-left: 10px solid rgba(231, 232, 234, 0.25);
}
blockquote p {
  font-size: 0.975rem;
  color: #999;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #666666;
  font-size: 1.075rem;
}
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #e7e8ea;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.775rem;
}
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.775rem;
}
hr {
  border-bottom: 4px solid rgba(231, 232, 234, 0.25);
}
/* Breadcrumb */
.jl-breadcrumb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.jl-breadcrumb > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
.jl-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999;
}
.jl-breadcrumb > * > :hover, .jl-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
.jl-breadcrumb > :last-child > * {
  color: #666;
}
.jl-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
}
@media only all and (max-width: 47.99rem) {
  .jl-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 5px;
  }
}
/*Label */
.jl-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
.jl-label-success {
  background-color: #32d296;
  color: #fff;
}
.jl-label-warning {
  background-color: #faa05a;
  color: #fff;
}
.jl-label-danger {
  background-color: #f0506e;
  color: #fff;
}
/* Divider */
[class*='jl-divider'] {
  border: none;
  margin-bottom: 20px;
}
* + [class*='jl-divider'] {
  margin-top: 20px;
}
.jl-divider-icon {
  position: relative;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.jl-divider-icon::before, .jl-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.jl-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}
.jl-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset lists
 */
.jl-tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.jl-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.jl-tab > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.jl-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
/* Hover + Focus */
.jl-tab > * > a:hover, .jl-tab > * > a:focus {
  color: #666;
  text-decoration: none;
}
/* Active */
.jl-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
}
/* Disabled */
.jl-tab > .uk-disabled > a {
  color: #999;
}
/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.jl-tab-bottom::before {
  top: 0;
  bottom: auto;
}
.jl-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}
/*
 * Left + Right
 * 1. Reset Gutter
 */
.jl-tab-left, .jl-tab-right {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}
/* 1 */
.jl-tab-left > *, .jl-tab-right > * {
  padding-left: 0;
}
.jl-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.jl-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.jl-tab-left > * > a {
  text-align: right;
  border-right: 1px solid transparent;
  border-bottom: none;
}
.jl-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}
.jl-tab .uk-dropdown {
  margin-left: 30px;
}
.title-center .g-title {
  text-align: center;
}
.title-rounded .g-title {
  border-radius: 2rem;
}
.title-section .g-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.075rem;
}
.title-section .g-content {
  padding: 0;
}
.title-underline .g-title {
  padding: 0.5rem 0;
}
.title-underline .g-title:after {
  border-bottom: 2px solid rgba(231, 232, 234, 0.25);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
}
.dir-rtl .title-underline .g-title:after {
  left: inherit;
  right: 0;
}
.title-inline .g-title {
  display: inline-block;
  margin-bottom: 0.625rem !important;
}
.title1 .g-title, .title2 .g-title, .title3 .g-title, .title4 .g-title, .title5 .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 {
  font-size: 1.075rem;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0.775rem 0;
}
.platform-content, .moduletable, .widget {
  margin: 0.625rem 0;
  padding: 1.5rem 0;
}
.platform-content .moduletable, .platform-content .widget, .moduletable .moduletable, .moduletable .widget, .widget .moduletable, .widget .widget {
  margin: 0;
  padding: 0;
}
.platform-content:first-child, .moduletable:first-child, .widget:first-child {
  margin-top: 0;
  padding-top: 0;
}
.platform-content:last-child, .moduletable:last-child, .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.moduletable[class*="box"], .widget[class*="box"] {
  padding: 1.5rem;
  margin: 0.625rem;
}
.moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.title1 .g-title {
  color: #1dc6df;
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  color: #ffffff;
  background-color: #1dc6df;
  background-image: -webkit-linear-gradient(top, #1dc6df, #ffa800);
  background-image: linear-gradient(to bottom,#1dc6df, #ffa800);
}
.box1.moduletable p, .box1.widget p, .box1.g-outer-box p, .box1 > .g-content p {
  color: rgba(255, 255, 255, 0.8);
}
.box1.moduletable .g-main-nav .g-menu-item-container:after, .box1.widget .g-main-nav .g-menu-item-container:after, .box1.g-outer-box .g-main-nav .g-menu-item-container:after, .box1 > .g-content .g-main-nav .g-menu-item-container:after {
  background: #ffffff !important;
}
.box1 .g-title {
  font-size: 1.075rem;
  text-transform: uppercase;
}
.box1 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
.box1 a:hover {
  box-shadow: 0 1px 0 0 #ffffff;
}
.box1 .button {
  background: #ffffff !important;
  color: #1dc6df;
  border-color: #1dc6df;
  box-shadow: none;
}
.box1 .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box1 .button:hover, .box1 .button:active, .box1 .button:focus, .title1 .button:hover, .title1 .button:active, .title1 .button:focus {
  box-shadow: none;
}
.box1 .button.button-3, .box1 .button.button-4, .title1 .button.button-3, .title1 .button.button-4 {
  color: #ffffff !important;
  border-color: #ffffff;
}
.box1 .button.button-3:hover, .box1 .button.button-3:active, .box1 .button.button-3:focus, .box1 .button.button-4:hover, .box1 .button.button-4:active, .box1 .button.button-4:focus, .title1 .button.button-3:hover, .title1 .button.button-3:active, .title1 .button.button-3:focus, .title1 .button.button-4:hover, .title1 .button.button-4:active, .title1 .button.button-4:focus {
  color: #5ed8ea !important;
  border-color: #5ed8ea;
}
.title2 .g-title {
  color: #666666;
  border: 0 none;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  color: #ffffff;
  background-color: #ffa800;
  background-image: -webkit-linear-gradient(top, #ffa800, #1dc6df);
  background-image: linear-gradient(to bottom,#ffa800, #1dc6df);
}
.box2.moduletable p, .box2.widget p, .box2.g-outer-box p, .box2 > .g-content p {
  color: rgba(255, 255, 255, 0.8);
}
.box2 .g-title {
  font-size: 1.075rem;
  text-transform: uppercase;
}
.box2 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
.box2 a:hover {
  box-shadow: 0 1px 0 0 #ffffff;
}
.box2 .button {
  background: #ffffff !important;
  border-color: #ffa800;
  color: #ffa800;
  box-shadow: none;
}
.box2 .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.title3 .g-title {
  color: #ffa800;
}
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  border: 1px solid #1dc6df;
}
.box3 .g-title {
  font-size: 1.075rem;
  text-transform: uppercase;
}
.box3 a {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
.box3 a:hover {
  box-shadow: 0 1px 0 0 #666666;
}
.box3 .button {
  box-shadow: none;
}
.box3 .button:hover {
  box-shadow: none;
}
.title4 .g-title {
  color: #1dc6df;
  border: 1px solid #1dc6df;
  padding: 0.625rem;
}
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.title5 .g-title {
  color: #ffa800;
  border: 1px solid #ffa800;
  padding: 0.625rem;
}
.box5.moduletable, .box5.widget, .box5.g-outer-box, .box5 > .g-content {
  color: #ffffff;
  background-color: #2d2d2d;
  background-image: -webkit-linear-gradient(#2d2d2d, #1dc6df);
  background-image: linear-gradient(#2d2d2d, #1dc6df);
}
.box5 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}
.box5 a:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.box5 .button {
  color: #ffffff !important;
  box-shadow: none;
}
.box5 .button:hover {
  box-shadow: none;
  border-color: #ffffff;
}
.title6 .g-title, .title6 .g-simplecontent .g-simplecontent-item-content-title {
  font-family: "Lato";
  font-weight: 300;
  text-transform: none;
}
.box6.moduletable, .box6.widget, .box6.g-outer-box, .box6 > .g-content {
  color: #ffffff;
  background: #2d2d2d;
}
.box6 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}
.box6 a:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.box6 .button {
  color: #ffffff !important;
  box-shadow: none;
}
.box6 .button:hover {
  box-shadow: none;
}
.box-white {
  color: #3c3c3c;
}
.box-grey, .box-pink, .box-red, .box-purple, .box-blue, .box-orange {
  color: #ffffff;
}
.title-white .g-title, .title-white .button, .title-white .g-simplecontent-layout-header .g-simplecontent-item-content-title, .title-white .g-simplecontent-layout-header .g-simplecontent-item-leading-content {
  color: #ffffff;
}
.title-white .button {
  border-color: #ffffff;
}
.box-white.moduletable, .box-white.widget, .box-white.g-outer-box, .box-white > .g-content {
  background: #ffffff;
}
.box-white .button {
  background: #bfbfbf;
}
.box-white a {
  color: #bfbfbf;
}
.box-white .button:hover, .box-white .button:active, .box-white .button:focus, .title-white .button:hover, .title-white .button:active, .title-white .button:focus {
  background: #e6e6e6;
}
.box-white .button.button-3, .box-white .button.button-2, .title-white .button.button-3, .title-white .button.button-2 {
  color: #bfbfbf;
  border-color: #bfbfbf;
}
.box-white .button.button-3:hover, .box-white .button.button-3:active, .box-white .button.button-3:focus, .box-white .button.button-2:hover, .box-white .button.button-2:active, .box-white .button.button-2:focus, .title-white .button.button-3:hover, .title-white .button.button-3:active, .title-white .button.button-3:focus, .title-white .button.button-2:hover, .title-white .button.button-2:active, .title-white .button.button-2:focus {
  color: #222222;
  border-color: #222222;
}
.title-grey .g-title {
  color: #52616B;
}
.title-grey .button {
  background: #ffffff !important;
  color: #52616B;
  border-color: #52616B;
  box-shadow: none;
}
.title-grey .button:hover {
  box-shadow: none;
  background: #52616B !important;
  border-color: #52616B;
  color: #ffffff;
}
.box-grey.moduletable, .box-grey.widget, .box-grey.g-outer-box, .box-grey > .g-content {
  background: #52616B;
}
.box-grey a {
  color: #91a1ab;
}
.box-grey a:hover {
  color: #313a40;
}
.box-grey .button {
  background: #ffffff !important;
  color: #52616B;
  border-color: #52616B;
  box-shadow: none;
}
.box-grey .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-grey .button.button-3, .box-grey .button.button-4, .title-grey .button.button-3, .title-grey .button.button-4 {
  color: #1b2023;
}
.box-grey .button.button-3:hover, .box-grey .button.button-3:active, .box-grey .button.button-3:focus, .box-grey .button.button-4:hover, .box-grey .button.button-4:active, .box-grey .button.button-4:focus, .title-grey .button.button-3:hover, .title-grey .button.button-3:active, .title-grey .button.button-3:focus, .title-grey .button.button-4:hover, .title-grey .button.button-4:active, .title-grey .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-pink .g-title {
  color: #FF9999;
  border: 0 none;
}
.title-pink .button {
  background: #ffffff !important;
  color: #FF9999;
  border-color: #FF9999;
  box-shadow: none;
}
.title-pink .button:hover {
  box-shadow: none;
  background: #FF9999 !important;
  border-color: #FF9999;
  color: #ffffff;
}
.box-pink.moduletable, .box-pink.widget, .box-pink.g-outer-box, .box-pink > .g-content {
  background: #FF9999;
}
.box-pink .button {
  background: #ffffff !important;
  color: #FF9999;
  border-color: #FF9999;
  box-shadow: none;
}
.box-pink .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-pink a {
  color: white;
}
.box-pink a:hover {
  color: #ff4d4d;
}
.box-pink .button.button-3, .box-pink .button.button-4, .title-pink .button.button-3, .title-pink .button.button-4 {
  color: #ff1a1a;
}
.box-pink .button.button-3:hover, .box-pink .button.button-3:active, .box-pink .button.button-3:focus, .box-pink .button.button-4:hover, .box-pink .button.button-4:active, .box-pink .button.button-4:focus, .title-pink .button.button-3:hover, .title-pink .button.button-3:active, .title-pink .button.button-3:focus, .title-pink .button.button-4:hover, .title-pink .button.button-4:active, .title-pink .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-red .g-title {
  color: #E84545;
  border: 0 none;
}
.title-red .button {
  background: #ffffff !important;
  color: #E84545;
  border-color: #E84545;
  box-shadow: none;
}
.title-red .button:hover {
  box-shadow: none;
  background: #E84545 !important;
  border-color: #E84545;
  color: #ffffff;
}
.box-red.moduletable, .box-red.widget, .box-red.g-outer-box, .box-red > .g-content {
  background: #E84545;
}
.box-red .button {
  background: #ffffff !important;
  color: #E84545;
  border-color: #E84545;
  box-shadow: none;
}
.box-red .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-red a {
  color: #f6b6b6;
}
.box-red a:hover {
  color: #c81919;
}
.box-red .button.button-3, .box-red .button.button-4, .title-red .button.button-3, .title-red .button.button-4 {
  color: #9a1313;
}
.box-red .button.button-3:hover, .box-red .button.button-3:active, .box-red .button.button-3:focus, .box-red .button.button-4:hover, .box-red .button.button-4:active, .box-red .button.button-4:focus, .title-red .button.button-3:hover, .title-red .button.button-3:active, .title-red .button.button-3:focus, .title-red .button.button-4:hover, .title-red .button.button-4:active, .title-red .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-purple .g-title {
  color: #7E6BC4;
  border: 0 none;
}
.title-purple .button {
  background: #ffffff !important;
  color: #7E6BC4;
  border-color: #7E6BC4;
  box-shadow: none;
}
.title-purple .button:hover {
  box-shadow: none;
  background: #7E6BC4 !important;
  border-color: #7E6BC4;
  color: #ffffff;
}
.box-purple.moduletable, .box-purple.widget, .box-purple.g-outer-box, .box-purple > .g-content {
  background: #7E6BC4;
}
.box-purple .button {
  background: #ffffff !important;
  color: #7E6BC4;
  border-color: #7E6BC4;
  box-shadow: none;
}
.box-purple .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-purple a {
  color: #cdc6e8;
}
.box-purple a:hover {
  color: #5541a2;
}
.box-purple .button.button-3, .box-purple .button.button-4, .title-purple .button.button-3, .title-purple .button.button-4 {
  color: #42327d;
}
.box-purple .button.button-3:hover, .box-purple .button.button-3:active, .box-purple .button.button-3:focus, .box-purple .button.button-4:hover, .box-purple .button.button-4:active, .box-purple .button.button-4:focus, .title-purple .button.button-3:hover, .title-purple .button.button-3:active, .title-purple .button.button-3:focus, .title-purple .button.button-4:hover, .title-purple .button.button-4:active, .title-purple .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-blue .g-title {
  color: #1e87f0;
  border: 0 none;
}
.title-blue .button {
  background: #ffffff !important;
  color: #1e87f0;
  border-color: #1e87f0;
  box-shadow: none;
}
.title-blue .button:hover {
  box-shadow: none;
  background: #1e87f0 !important;
  border-color: #1e87f0;
  color: #ffffff;
}
.box-blue.moduletable, .box-blue.widget, .box-blue.g-outer-box, .box-blue > .g-content {
  background: #1e87f0;
}
.box-blue .button {
  background: #ffffff !important;
  color: #1e87f0;
  border-color: #1e87f0;
  box-shadow: none;
}
.box-blue .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-blue a {
  color: #96c7f8;
}
.box-blue a:hover {
  color: #0c61b5;
}
.box-blue .button.button-3, .box-blue .button.button-4, .title-blue .button.button-3, .title-blue .button.button-4 {
  color: #094786;
}
.box-blue .button.button-3:hover, .box-blue .button.button-3:active, .box-blue .button.button-3:focus, .box-blue .button.button-4:hover, .box-blue .button.button-4:active, .box-blue .button.button-4:focus, .title-blue .button.button-3:hover, .title-blue .button.button-3:active, .title-blue .button.button-3:focus, .title-blue .button.button-4:hover, .title-blue .button.button-4:active, .title-blue .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-orange .g-title {
  color: #FEA386;
  border: 0 none;
}
.title-orange .button {
  background: #ffffff !important;
  color: #FEA386;
  border-color: #FEA386;
  box-shadow: none;
}
.title-orange .button:hover {
  box-shadow: none;
  background: #FEA386 !important;
  border-color: #FEA386;
  color: #ffffff;
}
.box-orange.moduletable, .box-orange.widget, .box-orange.g-outer-box, .box-orange > .g-content {
  background: #FEA386;
}
.box-orange .button {
  background: #ffffff !important;
  color: #FEA386;
  border-color: #FEA386;
  box-shadow: none;
}
.box-orange .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-orange a {
  color: white;
}
.box-orange a:hover {
  color: #fd693a;
}
.box-orange .button.button-3, .box-orange .button.button-4, .title-orange .button.button-3, .title-orange .button.button-4 {
  color: #fd4308;
}
.box-orange .button.button-3:hover, .box-orange .button.button-3:active, .box-orange .button.button-3:focus, .box-orange .button.button-4:hover, .box-orange .button.button-4:active, .box-orange .button.button-4:focus, .title-orange .button.button-3:hover, .title-orange .button.button-3:active, .title-orange .button.button-3:focus, .title-orange .button.button-4:hover, .title-orange .button.button-4:active, .title-orange .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.spaced .g-content {
  margin: 1px;
}
.bordered .g-content {
  border: 1px solid rgba(231, 232, 234, 0.25);
  margin: 1px;
}
.shadow .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.shadow2 .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.disabled .g-content {
  opacity: 0.4;
}
.square .g-content {
  border-radius: none;
}
.rounded .g-content {
  border-radius: 0.1875rem;
  overflow: hidden;
}
.no-bg-image {
  background-image: none !important;
}
.g-block-divider {
  background: rgba(231, 232, 234, 0.25);
  height: 5px;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.equal-height #g-aside, .equal-height #g-mainbar, .equal-height #g-sidebar {
  width: 100%;
}
.equal-height .g-content {
  width: auto;
}
.button {
  display: inline-block;
  position: relative;
  font-family: "Open Sans";
  font-weight: 600;
  background: #1dc6df;
  position: relative;
  border: 0px;
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 10px 30px;
  border-radius: 0px;
  vertical-align: middle;
  overflow: hidden;
  text-shadow: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffa800;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #fff;
}
.button.button-square {
  border-radius: 0;
}
.button.button-square[class*="button"] {
  border-radius: 0;
}
.button.button-block {
  display: block;
}
.button.button-xlarge {
  font-size: 1.675rem;
}
.button.button-large {
  font-size: 1.475rem;
}
.button.button-medium {
  font-size: 0.875rem;
}
.button.button-small {
  font-size: 0.675rem;
}
.button.button-xsmall {
  font-size: 0.475rem;
}
.button.button-alt {
  background: #ffa800;
}
.button.button-alt:hover, .button.button-alt:active, .button.button-alt:focus {
  background: #cc8600;
}
.dir-ltr .button.button-alt.button-special:before {
  border-left: 1px solid #d68d00;
  border-bottom: 1px solid #d68d00;
}
.dir-rtl .button.button-alt.button-special:after {
  border-right: 1px solid #d68d00;
  border-bottom: 1px solid #d68d00;
}
.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: #ffffff !important;
}
.button.button-3.button-3, .button.button-3.button-4, .button.button-4.button-3, .button.button-4.button-4, .button.button-grey.button-3, .button.button-grey.button-4, .button.button-pink.button-3, .button.button-pink.button-4, .button.button-red.button-3, .button.button-red.button-4, .button.button-purple.button-3, .button.button-purple.button-4, .button.button-orange.button-3, .button.button-orange.button-4, .button.button-blue.button-3, .button.button-blue.button-4 {
  background: transparent;
}
.button.button-3.button-3:hover, .button.button-3.button-3:active, .button.button-3.button-3:focus, .button.button-3.button-4:hover, .button.button-3.button-4:active, .button.button-3.button-4:focus, .button.button-4.button-3:hover, .button.button-4.button-3:active, .button.button-4.button-3:focus, .button.button-4.button-4:hover, .button.button-4.button-4:active, .button.button-4.button-4:focus, .button.button-grey.button-3:hover, .button.button-grey.button-3:active, .button.button-grey.button-3:focus, .button.button-grey.button-4:hover, .button.button-grey.button-4:active, .button.button-grey.button-4:focus, .button.button-pink.button-3:hover, .button.button-pink.button-3:active, .button.button-pink.button-3:focus, .button.button-pink.button-4:hover, .button.button-pink.button-4:active, .button.button-pink.button-4:focus, .button.button-red.button-3:hover, .button.button-red.button-3:active, .button.button-red.button-3:focus, .button.button-red.button-4:hover, .button.button-red.button-4:active, .button.button-red.button-4:focus, .button.button-purple.button-3:hover, .button.button-purple.button-3:active, .button.button-purple.button-3:focus, .button.button-purple.button-4:hover, .button.button-purple.button-4:active, .button.button-purple.button-4:focus, .button.button-orange.button-3:hover, .button.button-orange.button-3:active, .button.button-orange.button-3:focus, .button.button-orange.button-4:hover, .button.button-orange.button-4:active, .button.button-orange.button-4:focus, .button.button-blue.button-3:hover, .button.button-blue.button-3:active, .button.button-blue.button-3:focus, .button.button-blue.button-4:hover, .button.button-blue.button-4:active, .button.button-blue.button-4:focus {
  background: transparent;
}
.button.button-2 {
  background: #ffa800;
  color: #ffffff;
}
.button.button-3 {
  color: #ffa800 !important;
  border-color: #ffa800;
  background: transparent !important;
}
.button.button-3:hover, .button.button-3:active, .button.button-3:focus {
  background: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.button.button-4 {
  color: #1dc6df !important;
  background: #ffffff !important;
  border: 1px solid #1dc6df;
}
.button.button-4:hover, .button.button-4:active, .button.button-4:focus {
  border-color: #1dc6df;
  background: #1dc6df !important;
  color: #ffffff !important;
}
.button.button-grey {
  background: #52616B;
  border-color: #52616B;
  color: #ffffff;
}
.button.button-grey:hover, .button.button-grey:active, .button.button-grey:focus {
  border-color: #52616B;
  background: transparent !important;
}
.button.button-grey.button-3, .button.button-grey.button-4 {
  background: transparent !important;
  color: #52616B !important;
  border: 1px solid #52616B;
}
.button.button-grey.button-3:hover, .button.button-grey.button-3:active, .button.button-grey.button-3:focus, .button.button-grey.button-4:hover, .button.button-grey.button-4:active, .button.button-grey.button-4:focus {
  border-color: #313a40 !important;
  color: #313a40 !important;
}
.button.button-pink {
  background: #FF9999;
  border-color: #FF9999;
  color: #ffffff;
}
.button.button-pink:hover, .button.button-pink:active, .button.button-pink:focus {
  color: #FF9999 !important;
  border-color: #FF9999;
  background: transparent !important;
}
.button.button-pink.button-3, .button.button-pink.button-4 {
  background: transparent !important;
  color: #FF9999 !important;
  border: 1px solid #FF9999;
}
.button.button-pink.button-3:hover, .button.button-pink.button-3:active, .button.button-pink.button-3:focus, .button.button-pink.button-4:hover, .button.button-pink.button-4:active, .button.button-pink.button-4:focus {
  border-color: #ff4d4d !important;
  color: #ff4d4d !important;
}
.button.button-red {
  background: #E84545;
  border-color: #E84545;
  color: #ffffff;
}
.button.button-red:hover, .button.button-red:active, .button.button-red:focus {
  border-color: #E84545;
  background: transparent !important;
}
.button.button-red.button-3, .button.button-red.button-4 {
  background: transparent !important;
  color: #E84545 !important;
  border: 1px solid #E84545;
}
.button.button-red.button-3:hover, .button.button-red.button-3:active, .button.button-red.button-3:focus, .button.button-red.button-4:hover, .button.button-red.button-4:active, .button.button-red.button-4:focus {
  border-color: #c81919 !important;
  color: #c81919 !important;
}
.button.button-purple {
  background: #7E6BC4;
  border-color: #7E6BC4;
  color: #ffffff;
}
.button.button-purple:hover, .button.button-purple:active, .button.button-purple:focus {
  color: #7E6BC4 !important;
  border-color: #7E6BC4;
  background: transparent !important;
}
.button.button-purple.button-3, .button.button-purple.button-4 {
  background: transparent !important;
  color: #7E6BC4 !important;
  border: 1px solid #7E6BC4;
}
.button.button-purple.button-3:hover, .button.button-purple.button-3:active, .button.button-purple.button-3:focus, .button.button-purple.button-4:hover, .button.button-purple.button-4:active, .button.button-purple.button-4:focus {
  border-color: #5541a2 !important;
  color: #5541a2 !important;
}
.button.button-orange {
  background: #FEA386;
  border-color: #FEA386;
  color: #ffffff;
}
.button.button-orange:hover, .button.button-orange:active, .button.button-orange:focus {
  border-color: #FEA386;
  background: transparent !important;
}
.button.button-orange.button-3, .button.button-orange.button-4 {
  background: transparent !important;
  color: #FEA386 !important;
  border: 1px solid #FEA386;
}
.button.button-orange.button-3:hover, .button.button-orange.button-3:active, .button.button-orange.button-3:focus, .button.button-orange.button-4:hover, .button.button-orange.button-4:active, .button.button-orange.button-4:focus {
  border-color: #fd693a !important;
  color: #fd693a !important;
}
.button.button-blue {
  background: #1e87f0;
  border-color: #1e87f0;
  color: #ffffff;
}
.button.button-blue:hover, .button.button-blue:active, .button.button-blue:focus {
  border-color: #1e87f0;
  background: transparent !important;
}
.button.button-blue.button-3, .button.button-blue.button-4 {
  background: transparent !important;
  color: #1e87f0 !important;
  border: 2px solid #1e87f0;
}
.button.button-blue.button-3:hover, .button.button-blue.button-3:active, .button.button-blue.button-3:focus, .button.button-blue.button-4:hover, .button.button-blue.button-4:active, .button.button-blue.button-4:focus {
  border-color: #0c61b5 !important;
  color: #0c61b5 !important;
}
.button.button-arrow {
  position: relative;
}
.button.button-arrow:before, .button.button-arrow:after {
  font-family: FontAwesome;
}
.dir-ltr .button.button-arrow:after {
  content: "";
  margin-left: 1rem;
}
.dir-rtl .button.button-arrow:before {
  content: "";
  margin-right: 1rem;
}
.button.button-special {
  position: relative;
}
.dir-ltr .button.button-special:before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  left: -8px;
  right: 8px;
  border-left: 1px solid #18a6bb;
  border-bottom: 1px solid #18a6bb;
}
.dir-rtl .button.button-special:after {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  right: -8px;
  left: 8px;
  border-right: 1px solid #18a6bb;
  border-bottom: 1px solid #18a6bb;
}
.button.button-outline {
  color: #ffffff !important;
  background: transparent;
  border: 1px solid #ffffff;
}
.dir-ltr .button.button-outline:before {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.dir-rtl .button.button-outline:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.button.button-outline:hover {
  border: 1px solid #1dc6df;
  color: #1dc6df !important;
}
.dir-ltr .button.button-outline:hover:before {
  border-left: 1px solid #1dc6df;
  border-bottom: 1px solid #1dc6df;
}
.dir-rtl .button.button-outline:hover:after {
  border-right: 1px solid #1dc6df;
  border-bottom: 1px solid #1dc6df;
}
.button.button-text-only {
  padding: 0 !important;
  background: transparent !important;
  color: #1dc6df !important;
}
.button.button-text-only:hover {
  color: #148a9b;
}
table {
  border: 1px solid #d8e1e6;
}
th {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
td {
  padding: 0.5rem;
  border: 1px solid #d8e1e6;
}
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid white;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
textarea:hover, select[multiple=multiple]:hover {
  border-color: #1dc6df;
}
textarea:focus, select[multiple=multiple]:focus {
  border-color: #1dc6df;
}
textarea {
  width: 100%;
  box-sizing: border-box !important;
}
fieldset.input {
  margin: 0;
  padding: 0;
}
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: 1px solid white;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
  width: 100%;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
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: #1dc6df;
}
#sp-quickcontact-form textarea#message {
  width: 100%;
  height: 120px;
}
#sp-quickcontact-form input[type="color"], #sp-quickcontact-form input[type="date"], #sp-quickcontact-form input[type="datetime"], #sp-quickcontact-form input[type="datetime-local"], #sp-quickcontact-form input[type="email"], #sp-quickcontact-form input[type="month"], #sp-quickcontact-form input[type="number"], #sp-quickcontact-form input[type="password"], #sp-quickcontact-form input[type="search"], #sp-quickcontact-form input[type="tel"], #sp-quickcontact-form input[type="text"], #sp-quickcontact-form input[type="time"], #sp-quickcontact-form input[type="url"], #sp-quickcontact-form input[type="week"], #sp-quickcontact-form input:not([type]), #sp-quickcontact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 12px 15px 12px;
  border-radius: 0;
  color: #1c1c1c;
  border: none;
  box-shadow: none;
  height: 45px;
  font-size: 14px;
  background: #f7f7f7;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jl-heading-content .jl-heading-title h6 {
  color: #1dc6df;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}
.jl-heading-content .jl-heading-title h2 {
  color: #212121;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 10px;
}
.jl-heading-content .jl-heading-subtitle {
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
.jl-breadcrumb {
  margin-left: 12px;
}
#g-header .header-ct {
  font-size: 12px;
  color: #999;
}
@media only all and (max-width: 47.99rem) {
  #g-header .header-ct {
    text-align: center;
  }
}
#g-header .header-ct a {
  color: #999;
}
#g-header .header-ct a:hover {
  color: #1dc6df;
}
.is-sticky #g-navigation {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#g-navigation .nav-button {
  text-align: right;
}
#g-navigation .nav-button a {
  padding: 5px 30px;
}
#g-navigation .g-content {
  padding: 0 1.5rem;
  margin: 0 0.625rem;
}
#g-showcase .slide-bt {
  font-size: 11px;
  padding: 15px 35px;
  color: #fff;
  font-weight: 600;
}
#g-showcase .slide-bt-1 {
  background: #1dc6df;
  border: 2px solid #1dc6df;
}
#g-showcase .slide-bt-1:hover {
  color: #fff;
  background: #ffa800;
  border-color: #ffa800;
}
#g-showcase .slide-bt-2 {
  background: transparent;
  border: 2px solid #999;
}
#g-showcase .slide-bt-2:hover {
  color: #1dc6df;
  background: #fff;
  border-color: #fff;
}
#g-pagetitle .g-content {
  padding: 0;
}
#g-pagetitle .pagetitle-txt {
  text-align: center;
}
#g-pagetitle .pagetitle-txt h2 {
  margin: 0;
  color: #fff;
  font-size: 45px;
}
#g-pagetitle .jl-breadcrumb {
  text-align: center;
  justify-content: center;
}
#g-pagetitle .jl-breadcrumb li span {
  color: #fff;
}
#g-post-content .jl-joomlacontent .jl-content-item .jl-content-item-container {
  margin-top: -30px;
}
#g-post-content .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-title h3 {
  margin: 10px 0;
}
#g-post-content .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-title h3 a {
  color: #212121;
  font-size: 22px;
  font-weight: 600;
}
#g-post-content .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-title h3 a:hover {
  color: #1dc6df;
}
#g-post-content .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-details span {
  padding-right: 10px;
}
#g-post-content .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-text {
  padding-top: 10px;
}
#g-post-content .jl-joomlacontent .uk-dotnav > * > * {
  width: 7px;
  height: 7px;
  border: 1px solid #777;
  background: transparent;
}
#g-post-content .jl-joomlacontent .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
#g-greeting .greeting-txt h2 {
  color: #212121;
  margin: 0;
  font-weight: 800;
  font-size: 30px;
}
#g-greeting .greeting-txt h4 {
  color: #212121;
  font-size: 25px;
  margin: 0;
  font-weight: 600;
}
#g-greeting .greeting-txt p {
  color: #1dc6df;
  font-weight: 500;
}
#g-greeting .g-social {
  text-align: left;
}
#g-greeting .g-social a span {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 15px;
  padding-left: 0;
  background: #1dc6df;
  border-radius: 50%;
  color: #fff;
}
#g-greeting .g-social a span:hover {
  background: #ffa800;
}
#g-greeting .g-social a .g-social-text {
  display: none;
}
#g-intro .intro-txt h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
#g-intro .intro-txt h6 {
  font-weight: 300;
  margin: 0;
  color: #fff;
  font-size: 14px;
}
@media only all and (max-width: 47.99rem) {
  #g-intro .intro-txt {
    text-align: center;
  }
}
#g-intro .intro-bt {
  text-align: right;
}
@media only all and (max-width: 47.99rem) {
  #g-intro .intro-bt {
    text-align: center;
  }
}
#g-intro .intro-bt a {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  padding: 16px 30px;
}
#g-intro .intro-bt a:hover {
  color: #1dc6df;
  border-color: #fff;
}
#g-intro .intro-bt a:hover:before {
  border-color: #fff;
}
#g-intro .intro-bt a:before {
  background: #fff;
  border-color: #fff;
}
#g-intro .jl-countdown-warp .jl-countdown {
  font-family: "Open Sans";
  margin: 0;
}
#g-intro .jl-countdown-warp .jl-countdown .jl-countdown-container .counter-block .number {
  width: 75px;
  height: 30px;
  line-height: inherit;
  font-size: 25px;
  font-weight: normal;
  border-radius: 0px;
  margin: 0;
  color: #fff;
  background: transparent;
}
#g-intro .jl-countdown-warp .jl-countdown .jl-countdown-container .counter-block .word {
  font-size: 16px;
  color: #fff;
}
#g-container-feature .jl-overlay .uk-overlay-background {
  background: rgba(29, 198, 223, 0.7);
}
#g-container-feature .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-images .jl-icon-box {
  text-align: center;
}
#g-container-feature .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-images .jl-icon-box span {
  font-size: 45px;
  color: #1dc6df;
}
@media only all and (max-width: 47.99rem) {
  #g-container-feature .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro {
    text-align: center;
  }
}
#g-container-feature .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-title {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
}
#g-container-feature .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-subtitle {
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
#g-mission .mission-txt {
  color: #fff;
}
#g-mission .mission-txt .mission-title {
  text-align: right;
  border-right: 1px solid #fff;
  padding-right: 35px;
}
@media only all and (max-width: 47.99rem) {
  #g-mission .mission-txt .mission-title {
    text-align: center;
    border: 0px;
    padding-right: 0;
  }
}
#g-mission .mission-txt .mission-sub {
  font-size: 14px;
  font-weight: 300;
}
@media only all and (max-width: 47.99rem) {
  #g-mission .mission-txt .mission-sub {
    text-align: center;
  }
}
#g-expanded .expanded-txt {
  text-align: center;
  color: #fff;
}
#g-expanded .expanded-txt .ex-title h1 {
  font-weight: 600;
  font-size: 38px;
}
#g-expanded .expanded-txt .ex-sub p {
  font-size: 20px;
}
#g-expanded .expanded-txt .ex-bt a {
  background: #ffb933;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 35px;
}
@media only all and (max-width: 47.99rem) {
  #g-expanded .expanded-txt .ex-bt a {
    margin-top: 10px;
  }
}
#g-expanded .expanded-txt .ex-bt a:before {
  background: #1dc6df;
}
#g-container-utility .jl-accordion .uk-accordion .jl-accordion-item .jl-accordion-item-title {
  background: transparent;
  font-weight: 300;
}
#g-container-utility .jl-accordion .uk-accordion .jl-accordion-item .jl-accordion-item-title.uk-active {
  border-color: #1dc6df;
}
#g-container-utility .jl-accordion .uk-accordion .jl-accordion-item .jl-accordion-item-title i {
  padding-right: 10px;
}
#g-container-utility .jl-accordion .uk-accordion .jl-accordion-item .jl-accordion-item-content {
  padding: 20px;
  margin-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#g-services .jl-portfolio .jl-portfolio-filter {
  display: none;
}
#g-services .jl-featurebox {
  color: #fff;
}
#g-services .jl-featurebox .jl-featurebox-item {
  padding: 50px;
}
#g-services .jl-featurebox .jl-featurebox-item.fb1 {
  background: #31cde4;
}
#g-services .jl-featurebox .jl-featurebox-item.fb2 {
  background: #1dc6df;
}
#g-services .jl-featurebox .jl-featurebox-item.fb3 {
  background: #1ab2c8;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-title {
  font-size: 25px;
  margin-bottom: 40px;
  font-weight: 600;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-subtitle .fb-bt {
  margin-top: 30px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  padding: 16px 30px;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-subtitle .fb-bt:hover {
  color: #1dc6df;
  border-color: #fff;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-subtitle .fb-bt:hover:before {
  border-color: #fff;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-subtitle .fb-bt:before {
  background: #fff;
  border-color: #fff;
}
#g-calltoaction .jl-heading-content .jl-heading-subtitle a {
  padding: 15px 35px;
  margin-top: 20px;
}
#g-donation .donation-txt {
  text-align: center;
  color: #fff;
}
#g-donation .donation-txt .donation-title h1 {
  font-weight: 600;
  font-size: 38px;
}
#g-donation .donation-txt .donation-sub p {
  font-size: 20px;
}
#g-donation .donation-txt .donation-bt a {
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 35px;
}
#g-donation .donation-txt .donation-bt .bt-1 {
  color: #1dc6df;
  background: #fff;
  border: 2px solid #fff;
}
#g-donation .donation-txt .donation-bt .bt-1:hover {
  border-color: #1dc6df;
  color: #fff;
}
#g-donation .donation-txt .donation-bt .bt-1:before {
  background: #1dc6df;
}
#g-donation .donation-txt .donation-bt .bt-2 {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
@media only all and (max-width: 47.99rem) {
  #g-donation .donation-txt .donation-bt .bt-2 {
    margin-top: 10px;
  }
}
#g-donation .donation-txt .donation-bt .bt-2:hover {
  border-color: #fff;
  color: #1dc6df;
}
#g-donation .donation-txt .donation-bt .bt-2:before {
  background: #fff;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content {
  background: transparent;
  color: #fff;
  box-shadow: none;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-info {
  margin-top: 30px;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-image img {
  width: 60px;
  height: 60px;
  border: 0px;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  text-align: left;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #1dc6df;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name .jl-testimonial-title {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
#g-testimonials .jl-testimonial .uk-dotnav > * > * {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  background: transparent;
}
#g-testimonials .jl-testimonial .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
#g-blogpost .jl-heading-content .jl-heading-title h2 {
  margin-bottom: 0;
}
#g-blogpost .jl-joomlacontent .jl-content-item .jl-content-item-container {
  margin-top: -30px;
}
#g-blogpost .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-title h3 {
  margin: 10px 0;
}
#g-blogpost .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-title h3 a {
  color: #212121;
  font-size: 22px;
  font-weight: 600;
}
#g-blogpost .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-title h3 a:hover {
  color: #1dc6df;
}
#g-blogpost .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-details span {
  padding-right: 10px;
}
#g-blogpost .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-text {
  padding-top: 10px;
}
#g-blogpost .jl-joomlacontent .uk-slidenav {
  color: #212121;
  margin-top: -90px;
  width: 32px;
  height: 32px;
  line-height: 27px;
  font-size: 26px;
  display: inherit;
}
@media only all and (max-width: 47.99rem) {
  #g-blogpost .jl-joomlacontent .uk-slidenav {
    margin-top: -70px;
  }
}
#g-blogpost .jl-joomlacontent .uk-slidenav:hover {
  color: #1dc6df;
}
#g-blogpost .jl-joomlacontent .uk-slidenav-previous {
  top: 0;
  right: 32px;
  left: auto;
}
#g-blogpost .jl-joomlacontent .uk-slidenav-next {
  top: 0;
  right: 0;
}
#g-blogpost .jl-featurebox {
  margin-top: -25px;
}
#g-blogpost .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-images {
  text-align: center;
}
#g-blogpost .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-images .jl-icon-box span {
  color: #1dc6df;
}
#g-blogpost .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-title {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
}
#g-blogpost .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-subtitle {
  font-weight: 300;
}
#g-join-us .join-us-txt .join-us-title {
  border-right: 1px solid #fff;
  padding-right: 35px;
}
@media only all and (max-width: 47.99rem) {
  #g-join-us .join-us-txt .join-us-title {
    border-right: 0px;
    padding-right: 0;
  }
}
#g-join-us .join-us-txt .join-us-title h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
#g-join-us .join-us-txt .join-us-mail h4 {
  margin: 0;
  margin-top: 10px;
  font-weight: 600;
}
#g-join-us .join-us-txt .join-us-mail h6 {
  margin: 0;
}
#g-join-us .join-us-txt .join-us-button .join-us-bt {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
@media only all and (max-width: 47.99rem) {
  #g-join-us .join-us-txt .join-us-button .join-us-bt {
    margin-top: 10px;
  }
}
#g-join-us .join-us-txt .join-us-button .join-us-bt:hover {
  border-color: #fff;
  color: #1dc6df;
}
#g-join-us .join-us-txt .join-us-button .join-us-bt:before {
  background: #fff;
}
#g-abovefooter .ab-footer-txt .ab-ft-title h5 {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}
#g-abovefooter .ab-footer-txt .ab-ft-info .ab-ft-sub {
  font-weight: 300;
}
#g-abovefooter .ab-footer-txt .ab-ft-info .email {
  margin-bottom: 0;
  font-weight: 600;
  color: #212121;
}
#g-abovefooter .ab-footer-txt .ab-ft-info .maps {
  font-weight: 600;
  color: #1dc6df;
}
#g-abovefooter .ab-footer-txt .ab-ft-info .post_title {
  margin: 0;
  color: #212121;
}
#g-abovefooter .ab-footer-txt .ab-ft-info .post_title:hover {
  color: #1dc6df;
}
#g-abovefooter .ab-footer-txt .ab-ft-info .post_info_item {
  color: #777;
  font-size: 12px;
}
.acymailing_module .acymailing_module_form .acyfield_email input {
  background: #fff;
  -moz-box-shadow: 0px 5px 20px -5px #ccc;
  -webkit-box-shadow: 0px 5px 20px -5px #ccc;
  box-shadow: 0px 5px 20px -5px #ccc;
  font-weight: 300;
  height: 47px;
}
.acymailing_module .acymailing_module_form .acysubbuttons {
  display: inline-block;
}
.acymailing_module .acymailing_module_form .acysubbuttons .thm-button {
  border-radius: 0px;
  padding: 15px 30px;
}
#g-error .error-txt h1 {
  font-size: 120px;
  font-weight: 800;
}
#g-error .error-txt h3 {
  font-size: 35px;
}
#g-error .error-txt .er-bt {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
@media only all and (max-width: 47.99rem) {
  #g-error .error-txt .er-bt {
    margin-top: 10px;
  }
}
#g-error .error-txt .er-bt:hover {
  border-color: #fff;
  color: #1dc6df;
}
#g-error .error-txt .er-bt:before {
  background: #fff;
}
.platform-content {
  margin: 0;
  padding: 0.5rem 0;
}
.platform-content .moduletable .g-title {
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
}
.platform-content .moduletable .custom .category-widget ul li {
  list-style-type: none;
  padding: 12px 0;
  border-bottom: 1px solid #e3e9ed;
}
.platform-content .moduletable .custom .category-widget ul li:last-child {
  border-bottom: 0px;
}
.platform-content .moduletable .custom .category-widget ul li a {
  color: #555;
}
.platform-content .moduletable .custom .category-widget ul li a:hover {
  color: #1dc6df;
}
.platform-content .moduletable .custom p {
  font-weight: 300;
  font-size: 16px;
}
.platform-content .moduletable .custom #recentcomments {
  padding-left: 15px;
}
.platform-content .moduletable .search input {
  background: transparent;
  border-radius: 0px;
}
.platform-content .tagspopular ul li a {
  background: #fff;
  color: #555;
  font-size: 14px;
}
.platform-content .tagspopular ul li a:hover {
  color: #fff;
}
#g-header {
  color: #434343;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}
#g-header .g-content {
  padding: 0.5rem 1.5rem;
  margin: 0 0.625rem;
}
@media print {
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-navigation {
  color: #212121;
  background: #ffffff;
  z-index: 11;
  position: relative;
}
#g-navigation .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;
}
@media print {
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-showcase {
  color: #ffffff;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
#g-showcase .g-content {
  padding: 0;
  margin: 0;
}
@media print {
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-pagetitle {
  color: #ffffff;
  background: #ffffff;
  background: url('../images/background/pagetitle-bg.jpg') no-repeat center top;
  background-size: cover;
}
@media print {
  #g-pagetitle {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-intro {
  color: #ffffff;
  background: #ffa800;
}
@media print {
  #g-intro {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-post-content {
  color: #212121;
  background: #f3f5f8;
}
@media print {
  #g-post-content {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-greeting {
  color: #212121;
  background: #ffffff;
  background: url('../images/background/greeting-bg.jpg') no-repeat center center;
  background-size: cover;
}
#g-greeting .g-content {
  padding: 0 1.5rem;
  margin: 0 0.625rem;
}
@media print {
  #g-greeting {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-container-feature {
  color: #212121;
  background: #ffffff;
}
@media print {
  #g-container-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-mission {
  color: #ffffff;
  background: #1dc6df;
}
@media print {
  #g-mission {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-expanded {
  color: #212121;
  background: #ffffff;
  background: url('../images/background/expaned-bg.jpg') no-repeat center top;
  background-size: cover;
}
@media print {
  #g-expanded {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-container-utility {
  color: #212121;
  background: #ffffff;
}
@media print {
  #g-container-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-services {
  color: #212121;
  background: #ffffff;
}
@media print {
  #g-services {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-calltoaction {
  color: #212121;
  background: #ffffff;
}
@media print {
  #g-calltoaction {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-donation {
  color: #ffffff;
  background: #ffffff;
  background: url('../images/background/donation-bg.jpg') no-repeat center left;
  background-size: cover;
}
@media print {
  #g-donation {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-blogpost {
  color: #444444;
  background: #ffffff;
}
@media print {
  #g-blogpost {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-testimonials {
  color: #212121;
  background: #ffffff;
  background: url('../images/background/testimonials-bg.jpg') no-repeat center top;
  background-size: cover;
}
@media print {
  #g-testimonials {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-join-us {
  color: #ffffff;
  background: #1dc6df;
}
@media print {
  #g-join-us {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-abovefooter {
  color: #212121;
  background: #f3f5f8;
}
@media print {
  #g-abovefooter {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-container-main {
  background: #ffffff;
  color: #212121;
}
@media print {
  #g-mainbar {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-footer {
  color: #ffffff;
  background: #212121;
}
#g-footer .g-content {
  padding: 0.5rem 0;
}
@media print {
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-error {
  color: #ffffff;
  background: #1dc6df;
}
@media print {
  #g-error {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-offcanvas {
  background: #000000;
  width: 14rem;
  color: #ffffff;
}
#g-offcanvas a {
  color: #ffffff;
}
#g-offcanvas a:hover {
  color: #1dc6df;
}
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #ffffff;
}
#g-offcanvas .button {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
#g-offcanvas .button:hover {
  border: 2px solid #1dc6df !important;
  color: #1dc6df !important;
}
#g-offcanvas .button:active {
  border: 2px solid #1dc6df !important;
  color: #1dc6df !important;
}
#g-offcanvas hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.g-offcanvas-toggle {
  display: none;
  font-size: 1.375rem;
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 1rem;
  left: 1.1rem;
  padding-left: 1px;
  z-index: 9999;
}
@media only all and (max-width: 48rem) {
  .g-offcanvas-toggle {
    display: block;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-rtl .g-offcanvas-toggle {
    left: 4rem;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .g-offcanvas-toggle {
    left: 2.5rem;
  }
}
.g-offcanvas-open .g-nav-overlay {
  z-index: 100000;
}
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 14rem;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 14rem;
}
.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
  right: auto;
}
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  left: auto;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #000000;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #1bb6cd;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #36cee5;
  background: #1bb6cd;
  border-radius: 0;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #18a6bb;
}
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 14rem;
}
#g-mobilemenu-container {
  margin: -2.125rem;
}
.g-preset-thumbnails img {
  margin-bottom: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-preset-thumbnails {
    text-align: center;
  }
  .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: 45% !important;
  }
  .g-preset-thumbnails .g-content {
    margin-left: 5px;
  }
}
@media only all and (max-width: 47.99rem) and (max-width: 47.99rem) {
  .g-preset-thumbnails .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 auto !important;
    -moz-flex: 0 auto !important;
    -ms-flex: 0 auto !important;
    flex: 0 auto !important;
  }
}
#g-aside {
  color: #212121;
  background: #ffffff;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print {
  #g-aside {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-sidebar {
  background: #ffffff;
  color: #212121;
}
@media print {
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-offline h1 {
  font-weight: 300;
}
.g-offline .g-loginform #g-loginform {
  width: 50%;
  margin: 0 auto;
}
@media only all and (max-width: 47.99rem) {
  .g-offline .g-loginform #g-loginform {
    width: 80%;
  }
}
.g-offline .g-loginform #g-loginform fieldset {
  text-align: left;
}
.g-offline .g-loginform #g-loginform label {
  margin-bottom: 0.625rem;
  display: block;
}
.g-offline #frame #form-login {
  width: 50%;
  margin: 0 auto;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #frame #form-login {
    width: 80%;
  }
}
.g-offline #frame #form-login fieldset {
  text-align: left;
}
.g-offline #frame #form-login label {
  display: block;
  margin-bottom: 0.625rem;
}
.outline-_error input.inputbox.search-query.input-medium {
  width: 60%;
  padding: 14px 60px 15px 30px;
  height: inherit;
  border: none;
  color: #17C3B9;
  font-size: 18px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.outline-_error button.btn, .outline-_error input[type="submit"].btn {
  background: #1dc6df;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: none;
  padding: 11px;
  left: 10px;
  margin-left: -66px;
  position: relative;
  opacity: 0.7;
}
.g-social {
  line-height: normal;
  text-align: right;
}
.g-social a {
  color: rgba(178, 185, 189, 0.8);
}
.g-social a span {
  border-radius: 0;
  padding-left: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.g-social a:hover {
  color: #1dc6df;
}
@media only all and (max-width: 47.99rem) {
  .g-social {
    text-align: center;
  }
}
.g-branding {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.g-branding a {
  color: #ffa800;
}
.g-branding a:hover {
  color: #444;
}
.g-content-array {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.g-content-array .g-grid {
  margin-bottom: 3.1875rem;
}
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
@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;
  }
}
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-array-item {
    margin-bottom: 3.1875rem;
  }
}
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
.g-content-array .g-item-title {
  margin: 0;
}
.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;
}
.g-content-array .g-array-item-details {
  font-size: 90%;
}
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
.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%;
  }
}
.g-container.g-flushed {
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-block {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  @supports not (flex-wrap: wrap) {
    .g-grid {
      display: block;
      flex-wrap: inherit;
    }
    .g-block {
      display: block;
      flex: inherit;
    }
  }
}
.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) {
  .visible-phone {
    display: block !important;
  }
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .visible-tablet {
    display: block !important;
  }
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  .visible-large {
    display: block !important;
  }
  .g-block.visible-large {
    display: block !important;
  }
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  .hidden-large {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .align-right {
    text-align: inherit !important;
  }
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=believe__body_only.css.map */