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

.uk-accordion-title:not(.uk-active) > .i-close {
  display: initial;
}
.uk-accordion-title:not(.uk-active) > .i-open {
  display: none;
}
.uk-accordion-title.uk-active > .i-open {
  display: initial;
}
.uk-accordion-title.uk-active > .i-close {
  display: none !important;
}
.i-close.right, .i-open.right {
  float: right;
}
.jl-accordion .uk-accordion .uk-accordion-title {
  color: #222;
  border: 0px;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  font-weight: 400;
}
.jl-accordion .uk-accordion .uk-accordion-title.uk-active {
  border-bottom: 2px solid rgba(71, 71, 71, 0);
}
.jl-accordion .uk-accordion .uk-accordion-content {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9999;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #414856;
  color: rgba(71, 71, 71, 0);
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
a.back-to-top:hover {
  text-decoration: none;
  color: rgba(168, 167, 167, 0);
}
.jl-carousel {
  text-align: center;
}
.jl-carousel .uk-slideset-nav {
  margin-top: 10px;
}
.jl-carousel .uk-slider-nav {
  margin-top: 10px;
}
.jl-carousel .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
.jl-carousel .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
.jl-carousel .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
.jl-carousel .jl-carousel-item a {
  text-decoration: none;
}
.jl-progressbar-text, .jl-progressbar-style2 .jl-progressbar-text {
  padding: 4px 10px;
  margin-left: 4px;
  margin-right: 4px;
  color: #fff;
}
.jl-progressbar-content {
  text-align: left !important;
  font-size: 15px !important;
}
.jl-progressbar-style1 .jl-progressbar-percent, .jl-progressbar-style2 .jl-progressbar-percent, .jl-progressbar-style3 .jl-progressbar-percent {
  right: 15px;
}
.jl-progressbar-style1 .jl-progressbar-text {
  padding-left: 10px;
}
.jl-progressbar-style1 {
  height: 30px !important;
  line-height: 30px !important;
}
.jl-progressbar-style2 {
  height: 30px !important;
  line-height: 24px !important;
}
.jl-progressbar.jl-progressbar-style2 .jl-progressbar-content {
  border-radius: 15px;
}
.jl-progressbar.jl-progressbar-style2 {
  padding: 3px;
  border-radius: 15px;
  background: #fcfcfc;
  border: 1px solid #e3e3e3;
}
.jl-progressbar-style3 .jl-progressbar-text {
  position: absolute;
  top: -28px;
  font-weight: 700;
  display: block;
  color: #444;
}
.jl-progressbar-style3 {
  margin: 30px 0;
}
.jl-progressbar-style3 .jl-progressbar-text {
  padding: 0;
  margin: 0;
}
.jl-progressbar-style3 {
  position: relative;
}
.jl-progressbar-style3 .jl-progressbar-percent {
  position: absolute;
  top: -28px;
  color: #4444;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 11px;
  border-radius: 2px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container embed, .embed-container iframe, .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jl-youtube-icon {
  font-size: 60px;
}
.ai-media-icon {
  margin-right: 20px;
  float: left;
  margin-top: 4px;
  color: rgba(71, 71, 71, 0);
}
.ai-media-inner {
  overflow: hidden;
}
.ai-media-description {
  margin-top: 10px;
  margin-bottom: 0;
}
.ai-media {
  font-weight: 300;
}
.ai-media a:hover {
  text-decoration: underline;
}
.ai-media-title {
  font-size: 21px;
}
.g5-search {
  margin-bottom: 0;
}
.g5-search input[type="search"] {
  margin-bottom: 0;
  border: 1px solid transparent;
  margin-left: 8px;
  max-width: 200px;
}
.g5-search input[type="search"]:focus {
  box-shadow: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #a8a7a7;
  border-radius: 0;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}
/*# sourceMappingURL=custom_22.css.map */