/* 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";
html {
  /* 1 */
  font: 300 16px / 28px "Roboto";
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  /*
  background: rgba(57, 32, 103, 0.55);
  */
  background: white;
  color: #05042d;
}
body {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 300;
  font: 300 16px / 28px "Roboto";
  color: #05042d;
}
.jl-navbar-item {
  font-weight: 400;
}
.jl-navbar-nav > li > a {
  font-weight: 400;
}
.jl-navbar-item, .jl-navbar-nav > li > a, .jl-navbar-toggle {
  font-weight: 400;
}
/* Headings
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-family: "Roboto";
  font-weight: 300;
  color: #05042d;
  text-transform: none;
}
/*
 * Margins
 */
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 30px;
}
/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 25px;
  line-height: 36px;
}
h2, .uk-h2 {
  font-size: 23px;
  line-height: 32px;
}
h3, .uk-h3 {
  font-size: 20px;
  line-height: 27px;
}
h4, .uk-h4 {
  font-size: 17px;
  line-height: 24px;
}
h5, .uk-h5 {
  font-size: 16px;
  line-height: 23px;
}
h6, .uk-h6 {
  font-size: 14px;
  line-height: 21px;
}
.jl-h2, h2 {
  letter-spacing: 1px;
}
.jl-h3, h3 {
  letter-spacing: 1px;
}
.jl-text-bold {
  font-weight: 600;
}
/* Color Modifier
 ========================================================================== */
/*
 * Default
 */
.uk-block-default {
  background: #ffffff;
}
/*
 * Muted
 */
.uk-block-muted {
  background: #eeeeee;
}
/*
 * Primary
 */
.uk-block-primary {
  background: #f2fcff;
  padding: 15px 15px 15px 15px;
  color: #000;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  border: 1px solid #eee;
}
/*
 * Secondary
 */
.uk-block-secondary {
  background: #fff;
  padding: 15px 15px 15px 15px;
  color: #000;
  line-height: 27px;
  position: relative;
  /*	
    padding-left: 20px;
    border-left: 1px solid #eee;
	 */
}
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #0B8193;
  color: #ffffff;
  border-color: transparent;
  height: 40px;
  font-weight: 400;
  font-size: medium;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}
/* Hover */
.uk-button-primary:hover, .uk-button-primary:focus {
  background-color: #0B717F;
  color: #ffffff;
}
/* Active */
.uk-button-primary:active, .uk-button-primary.uk-active {
  background-color: #0B8193;
  color: #ffffff;
}
/*
 * Blankstyle
 */
.uk-block-blankstyle {
  background: #ffffff;
  padding: 5px 5px 5px 5px;
  color: #000000;
  line-height: 20px;
  font-size: 13px;
  position: relative;
  border: 0px solid #eeeeee;
}
.uk-block-muted {
  background: #f2fcff;
  padding: 15px 10px;
  color: #000000;
  line-height: 25px;
  position: relative;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  /*
  background-color: #0f9aad;
  color: #ffffff;
  font-size: inherit; */
  padding: 15px 40px;
  background: #cdf1f7;
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  padding-left: 20px;
}
/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
.uk-article:before, .uk-article:after {
  content: "";
  display: table;
}
.uk-article:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}
/*
 * Vertical gutter for articles
 */
.uk-article + .uk-article {
  margin-top: 30px;
}
/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
  font-size: 14px;
  line-height: 21px;
  color: #cccccc;
}
/* Sub-object `uk-article-lead`
 ========================================================================== */
.uk-article-lead {
  color: black;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
}
/* Sub-object `uk-article-divider`
 ========================================================================== */
.uk-article-divider {
  margin-bottom: 30px;
  border-color: #33389e;
}
* + .uk-article-divider {
  margin-top: 30px;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
.uk-comment-header {
  margin-bottom: 20px;
}
/*
 * Micro clearfix
 */
.uk-comment-header:before, .uk-comment-header:after {
  content: "";
  display: table;
}
.uk-comment-header:after {
  clear: both;
}
/* Sub-object `uk-comment-avatar`
 ========================================================================== */
.uk-comment-avatar {
  margin-right: 20px;
  float: left;
}
/* Sub-object `uk-comment-title`
 ========================================================================== */
.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 18px;
  line-height: 29px;
}
/* Sub-object `uk-comment-meta`
 ========================================================================== */
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 17px;
  color: #cccccc;
}
/* Sub-object `uk-comment-body`
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child {
  margin-bottom: 0;
}
/* Sub-object `uk-comment-list`
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list .uk-comment + ul {
  margin: 20px 0 0 0;
  list-style: none;
}
.uk-comment-list > li:nth-child(n+2), .uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 20px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}
.uk-list {
  width: 94%;
}
/* Modifier `uk-comment-primary`
 ========================================================================== */
.uk-comment-primary {
  padding: 20px;
  background: #fafafa;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 4px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 2px;
  color: #555555;
}
.jl-nav-header {
  padding: 4px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 2px;
  color: #555555;
}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 40px;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 27px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.uk-accordion-title:not(:first-child) {
  border-top: 1 solid #33389e;
}
.uk-accordion-title:before {
  content: "";
  position: absolute;
  left: 10px;
  padding-left: 5px;
  font-family: "FontAwesome";
  font-size: 12px;
  color: #0f9aad;
}
.uk-accordion-title:hover {
  /*  background: #f5f4f3;*/
  background: #cdf1f7;
}
.uk-accordion-title.uk-active {
  /*  background-color: #f5f4f3;*/
  background-color: #cdf1f7;
}
.uk-accordion-title.uk-active:before {
  content: "";
}
.uk-accordion-title.uk-active + div > .uk-accordion-content {
  /*  background-color: #f5f4f3;*/
  background-color: #ffffff;
}
/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
  padding: 40px 20px 40px 40px;
  background-color: #ffffff;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-accordion-content:before, .uk-accordion-content:after {
  content: "";
  display: table;
}
.uk-accordion-content:after {
  clear: both;
}
.jl-accordion {
  width: 95%;
}
.jl-accordion-content {
  margin-top: 0px;
  margin-left: 20px;
}
/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}
.jl-overlay-default {
  background: rgba(0, 0, 0, 0.28);
}
.jl-position-cover {
  /*      
		padding-bottom: 100px;
		padding-left: 300px;
	 */
}
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border-color: #ffffff;
}
.jl-padding-large {
  width: 1200px;
  height: 100%;
  padding: 40px;
  padding-top: 100px;
  /* 
	padding: 100px
	 */
}
.jl-padding-small {
  height: 100%;
}
.jl-container-large {
  max-width: 1150px;
}
.jl-section-xsmall {
  padding-top: 0px;
  padding-bottom: 0px;
}
.jl-imagefull {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
/* 
#g-page-surround {
    padding-bottom: 10rem;
}

#g-copyright{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
  }
	 */
#g-navigation .jl-navbar-nav > li.jl-active > .menu-item-toggle {
  color: #ffffff;
}
.jl-slideshow-items {
  height: 500px;
}
.jl-logo {
  height: 80px;
  width: 160px;
}
/*# sourceMappingURL=custom_19.css.map */