/* GANTRY5 DEVELOPMENT MODE ENABLED.

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

   For more information on modifying CSS, please read:

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

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/jl_double/custom/scss/_backtotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;
  font-size: 16px;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #414856;
  color: #23a638;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 19, templates/jl_double/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 24, templates/jl_double/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 30, templates/jl_double/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 38, templates/jl_double/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 44, templates/jl_double/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 52, templates/jl_double/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 56, templates/jl_double/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 64, templates/jl_double/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 68, templates/jl_double/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 75, templates/jl_double/custom/scss/_backtotop.scss */
.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;
}
/* line 84, templates/jl_double/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 88, templates/jl_double/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #283739;
}
/* line 2, templates/jl_double/custom/scss/_heading.scss */
/* line 3, templates/jl_double/custom/scss/_heading.scss */
/* line 4, templates/jl_double/custom/scss/_heading.scss */
.style1 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 9, templates/jl_double/custom/scss/_heading.scss */
/* line 10, templates/jl_double/custom/scss/_heading.scss */
/* line 11, templates/jl_double/custom/scss/_heading.scss */
.style1 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}
/* line 23, templates/jl_double/custom/scss/_heading.scss */
/* line 24, templates/jl_double/custom/scss/_heading.scss */
/* line 25, templates/jl_double/custom/scss/_heading.scss */
.style1 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  left: 0;
}
/* line 36, templates/jl_double/custom/scss/_heading.scss */
/* line 37, templates/jl_double/custom/scss/_heading.scss */
/* line 38, templates/jl_double/custom/scss/_heading.scss */
.style1 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  right: 0;
}
/* line 51, templates/jl_double/custom/scss/_heading.scss */
/* line 52, templates/jl_double/custom/scss/_heading.scss */
/* line 53, templates/jl_double/custom/scss/_heading.scss */
.style2 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #eee;
}
/* line 59, templates/jl_double/custom/scss/_heading.scss */
/* line 60, templates/jl_double/custom/scss/_heading.scss */
/* line 61, templates/jl_double/custom/scss/_heading.scss */
.style2 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}
/* line 73, templates/jl_double/custom/scss/_heading.scss */
/* line 74, templates/jl_double/custom/scss/_heading.scss */
/* line 75, templates/jl_double/custom/scss/_heading.scss */
.style2 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  left: 0;
}
/* line 86, templates/jl_double/custom/scss/_heading.scss */
/* line 87, templates/jl_double/custom/scss/_heading.scss */
/* line 88, templates/jl_double/custom/scss/_heading.scss */
.style2 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  right: 0;
}
/* line 102, templates/jl_double/custom/scss/_heading.scss */
/* line 103, templates/jl_double/custom/scss/_heading.scss */
/* line 104, templates/jl_double/custom/scss/_heading.scss */
.style3 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 109, templates/jl_double/custom/scss/_heading.scss */
/* line 110, templates/jl_double/custom/scss/_heading.scss */
/* line 111, templates/jl_double/custom/scss/_heading.scss */
.style3 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  left: 50%;
  margin-left: -61px;
}
/* line 123, templates/jl_double/custom/scss/_heading.scss */
/* line 124, templates/jl_double/custom/scss/_heading.scss */
/* line 125, templates/jl_double/custom/scss/_heading.scss */
.style3 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  left: 0;
}
/* line 136, templates/jl_double/custom/scss/_heading.scss */
/* line 137, templates/jl_double/custom/scss/_heading.scss */
/* line 138, templates/jl_double/custom/scss/_heading.scss */
.style3 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  right: 0;
}
/* line 152, templates/jl_double/custom/scss/_heading.scss */
/* line 153, templates/jl_double/custom/scss/_heading.scss */
/* line 154, templates/jl_double/custom/scss/_heading.scss */
.style4 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 159, templates/jl_double/custom/scss/_heading.scss */
/* line 160, templates/jl_double/custom/scss/_heading.scss */
/* line 161, templates/jl_double/custom/scss/_heading.scss */
.style4 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  left: 50%;
  margin-left: -13px;
}
/* line 173, templates/jl_double/custom/scss/_heading.scss */
/* line 174, templates/jl_double/custom/scss/_heading.scss */
/* line 175, templates/jl_double/custom/scss/_heading.scss */
.style4 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  left: 0;
}
/* line 186, templates/jl_double/custom/scss/_heading.scss */
/* line 187, templates/jl_double/custom/scss/_heading.scss */
/* line 188, templates/jl_double/custom/scss/_heading.scss */
.style4 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  right: 0;
}
/* line 203, templates/jl_double/custom/scss/_heading.scss */
/* line 204, templates/jl_double/custom/scss/_heading.scss */
/* line 205, templates/jl_double/custom/scss/_heading.scss */
.style5 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 210, templates/jl_double/custom/scss/_heading.scss */
/* line 211, templates/jl_double/custom/scss/_heading.scss */
/* line 212, templates/jl_double/custom/scss/_heading.scss */
.style5 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  left: 50%;
  margin-left: -61px;
}
/* line 224, templates/jl_double/custom/scss/_heading.scss */
/* line 225, templates/jl_double/custom/scss/_heading.scss */
/* line 226, templates/jl_double/custom/scss/_heading.scss */
.style5 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  left: 0;
}
/* line 239, templates/jl_double/custom/scss/_heading.scss */
/* line 240, templates/jl_double/custom/scss/_heading.scss */
/* line 241, templates/jl_double/custom/scss/_heading.scss */
.style5 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  right: 0;
}
/* line 256, templates/jl_double/custom/scss/_heading.scss */
/* line 257, templates/jl_double/custom/scss/_heading.scss */
/* line 258, templates/jl_double/custom/scss/_heading.scss */
.style6 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 261, templates/jl_double/custom/scss/_heading.scss */
.style6 .jl-heading-content .jl-heading-title h1, .style6 .jl-heading-content .jl-heading-title h2, .style6 .jl-heading-content .jl-heading-title h3, .style6 .jl-heading-content .jl-heading-title h4, .style6 .jl-heading-content .jl-heading-title h5, .style6 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 266, templates/jl_double/custom/scss/_heading.scss */
/* line 267, templates/jl_double/custom/scss/_heading.scss */
/* line 268, templates/jl_double/custom/scss/_heading.scss */
.style6 .uk-text-center .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 277, templates/jl_double/custom/scss/_heading.scss */
.style6 .uk-text-center .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 288, templates/jl_double/custom/scss/_heading.scss */
/* line 289, templates/jl_double/custom/scss/_heading.scss */
/* line 290, templates/jl_double/custom/scss/_heading.scss */
.style6 .uk-text-left .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 301, templates/jl_double/custom/scss/_heading.scss */
/* line 302, templates/jl_double/custom/scss/_heading.scss */
/* line 303, templates/jl_double/custom/scss/_heading.scss */
.style6 .uk-text-right .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 318, templates/jl_double/custom/scss/_heading.scss */
/* line 319, templates/jl_double/custom/scss/_heading.scss */
/* line 320, templates/jl_double/custom/scss/_heading.scss */
.style7 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 323, templates/jl_double/custom/scss/_heading.scss */
.style7 .jl-heading-content .jl-heading-title h1, .style7 .jl-heading-content .jl-heading-title h2, .style7 .jl-heading-content .jl-heading-title h3, .style7 .jl-heading-content .jl-heading-title h4, .style7 .jl-heading-content .jl-heading-title h5, .style7 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 328, templates/jl_double/custom/scss/_heading.scss */
/* line 329, templates/jl_double/custom/scss/_heading.scss */
/* line 330, templates/jl_double/custom/scss/_heading.scss */
.style7 .uk-text-center .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 339, templates/jl_double/custom/scss/_heading.scss */
.style7 .uk-text-center .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 350, templates/jl_double/custom/scss/_heading.scss */
/* line 351, templates/jl_double/custom/scss/_heading.scss */
/* line 352, templates/jl_double/custom/scss/_heading.scss */
.style7 .uk-text-left .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 363, templates/jl_double/custom/scss/_heading.scss */
/* line 364, templates/jl_double/custom/scss/_heading.scss */
/* line 365, templates/jl_double/custom/scss/_heading.scss */
.style7 .uk-text-right .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 381, templates/jl_double/custom/scss/_heading.scss */
/* line 382, templates/jl_double/custom/scss/_heading.scss */
.style8 .jl-heading-content {
  overflow: hidden;
}
/* line 384, templates/jl_double/custom/scss/_heading.scss */
.style8 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 387, templates/jl_double/custom/scss/_heading.scss */
.style8 .jl-heading-content .jl-heading-title h1, .style8 .jl-heading-content .jl-heading-title h2, .style8 .jl-heading-content .jl-heading-title h3, .style8 .jl-heading-content .jl-heading-title h4, .style8 .jl-heading-content .jl-heading-title h5, .style8 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 392, templates/jl_double/custom/scss/_heading.scss */
/* line 393, templates/jl_double/custom/scss/_heading.scss */
/* line 394, templates/jl_double/custom/scss/_heading.scss */
.style8 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}
/* line 403, templates/jl_double/custom/scss/_heading.scss */
.style8 .uk-text-center .jl-heading-content .jl-heading-title:after {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
}
/* line 414, templates/jl_double/custom/scss/_heading.scss */
/* line 415, templates/jl_double/custom/scss/_heading.scss */
/* line 416, templates/jl_double/custom/scss/_heading.scss */
.style8 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}
/* line 427, templates/jl_double/custom/scss/_heading.scss */
/* line 428, templates/jl_double/custom/scss/_heading.scss */
/* line 429, templates/jl_double/custom/scss/_heading.scss */
.style8 .uk-text-right .jl-heading-content .jl-heading-title:after {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
}
/* line 1, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content .jl-content-info {
  border: 1px solid #ddd;
  text-align: center;
}
/* line 5, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content .jl-content-item-details {
  padding: 10px 0 10px;
}
/* line 8, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content-info {
  padding: 10px;
}
/* line 12, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content .jl-content-item-title a {
  color: #444;
  font-size: 18px;
}
/* line 16, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content .jl-content-item-title a:hover {
  color: #283739;
  text-decoration: none;
}
/* line 21, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content .jl-content-item-category a {
  color: #666;
}
/* line 25, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content .jl-content-item-category a:hover {
  color: #283739;
  text-decoration: none;
}
/* line 29, templates/jl_double/custom/scss/_contentslider.scss */
.style1 .jl-content-item-read-more {
  padding-top: 10px;
}
/* line 33, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content .uk-slidenav {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: #000;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin-right: 0;
  margin-top: 2px;
}
/* line 48, templates/jl_double/custom/scss/_contentslider.scss */
.jl-content .uk-slidenav:hover {
  color: #283739;
  background: #000;
}
@font-face {
  font-family: 'lg';
  src: url('../../../../{{%20url('gantry-theme:/fonts/lg.eot?n1z373')%20}}');
  src: url('../../../../{{%20url('gantry-theme:/fonts/lg.eot#iefixn1z373')%20}}') format("embedded-opentype"), url('../../../../{{%20url('gantry-theme:/fonts/lg.woff?n1z373')%20}}') format("woff"), url('../../../../{{%20url('gantry-theme:/fonts/lg.ttf?n1z373')%20}}') format("truetype"), url('../../../../{{%20url('gantry-theme:/fonts/lg.svg?n1z373#lg')%20}}') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8, templates/jl_double/custom/scss/_lightgallery.scss */
.lg-backdrop.in {
  opacity: 0.85;
}
/* line 11, templates/jl_double/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-inner {
  background-color: #fff;
}
/* line 14, templates/jl_double/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}
/* line 18, templates/jl_double/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
/* line 22, templates/jl_double/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #fff;
}
/* line 25, templates/jl_double/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}
/* line 1, templates/jl_double/custom/scss/_slideshow.scss */
/* line 2, templates/jl_double/custom/scss/_slideshow.scss */
.jl-slideshow .uk-slideset-nav {
  margin-top: 10px;
}
/* line 5, templates/jl_double/custom/scss/_slideshow.scss */
.jl-slideshow .uk-slider-nav {
  margin-top: 10px;
}
/* line 8, templates/jl_double/custom/scss/_slideshow.scss */
.jl-slideshow .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 12, templates/jl_double/custom/scss/_slideshow.scss */
.jl-slideshow .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 17, templates/jl_double/custom/scss/_slideshow.scss */
.jl-slideshow .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 23, templates/jl_double/custom/scss/_slideshow.scss */
/* line 24, templates/jl_double/custom/scss/_slideshow.scss */
.jl-slideshow .jl-slideshow-button a {
  font-size: 14px;
  line-height: 34px;
  padding: 10px 15px;
  border: 1px solid #fff;
  color: #fff;
}
/* line 30, templates/jl_double/custom/scss/_slideshow.scss */
.jl-slideshow .jl-slideshow-button a:hover {
  color: #fff;
}
/*# sourceMappingURL=custom_69.css.map */