/* 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";
#g-top {
  background: #ffffff;
  color: #666666;
}
#g-bottom {
  background: rgba(255, 255, 255, 0);
  color: #8988ab;
}
#g-copyright {
  background: #ffffff;
  color: #666666;
}
body {
  font-size: 1rem;
}
.well {
  background-color: transparent;
  border: 0px solid #e3e3e3;
}
#g-navigation .g-logo {
  line-height: 0.9rem;
}
#contact-form .controls textarea #contact-form select, #contact-form textarea, #contact-form input:not([type]), #contact-form input[type="text"], #contact-form input[type="password"], #contact-form input[type="datetime"], #contact-form input[type="datetime-local"], #contact-form input[type="date"], #contact-form input[type="month"], #contact-form input[type="time"], #contact-form input[type="week"], #contact-form input[type="number"], #contact-form input[type="email"], #contact-form input[type="url"], #contact-form input[type="search"], #contact-form input[type="tel"], #contact-form input[type="color"], #contact-form .controls textarea {
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #292655;
  color: #8988ab;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
  border-radius: 3px;
  background-image: none;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
#contact-form select:focus, #contact-form textarea:focus, #contact-form input:not([type]):focus, #contact-form input[type="text"]:focus, #contact-form input[type="password"]:focus, #contact-form input[type="datetime"]:focus, #contact-form input[type="datetime-local"]:focus, #contact-form input[type="date"]:focus, #contact-form input[type="month"]:focus, #contact-form input[type="time"]:focus, #contact-form input[type="week"]:focus, #contact-form input[type="number"]:focus, #contact-form input[type="email"]:focus, #contact-form input[type="url"]:focus, #contact-form input[type="search"]:focus, #contact-form input[type="tel"]:focus, #contact-form input[type="color"]:focus {
  border-color: rgba(0, 0, 0, 0);
  outline: 0;
  background: #2d295c;
  color: #8988ab;
  background-image: none;
}
#contact-form select:disabled, #contact-form textarea:disabled, #contact-form input:not([type]):disabled, #contact-form input[type="text"]:disabled, #contact-form input[type="password"]:disabled, #contact-form input[type="datetime"]:disabled, #contact-form input[type="datetime-local"]:disabled, #contact-form input[type="date"]:disabled, #contact-form input[type="month"]:disabled, #contact-form input[type="time"]:disabled, #contact-form input[type="week"]:disabled, #contact-form input[type="number"]:disabled, #contact-form input[type="email"]:disabled, #contact-form input[type="url"]:disabled, #contact-form input[type="search"]:disabled, #contact-form input[type="tel"]:disabled, #contact-form input[type="color"]:disabled {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(58, 53, 98, 0.2);
  color: rgba(80, 78, 117, 0.5);
}
/*
 * Placeholder
 */
#contact-form :-ms-input-placeholder {
  color: #8988ab !important;
}
#contact-form ::-moz-placeholder {
  color: #8988ab;
}
#contact-form ::-webkit-input-placeholder {
  color: #8988ab;
}
#contact-form :disabled:-ms-input-placeholder {
  color: rgba(80, 78, 117, 0.5) !important;
}
#contact-form :disabled::-moz-placeholder {
  color: rgba(80, 78, 117, 0.5);
}
#contact-form :disabled::-webkit-input-placeholder {
  color: rgba(80, 78, 117, 0.5);
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
#contact-form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*
 * 1. Fixes IE9
 */
#contact-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  /* 1 */
  width: 100%;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.button, .edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #8988ab;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  background: #3a3562;
  vertical-align: middle;
  /* 8 */
  line-height: 43px;
  /* 9 */
  min-height: 43px;
  /* 10 */
  font-size: 13px;
  /* 11 */
  text-decoration: none;
  text-align: center;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  background-image: none;
  box-shadow: 0 2px 4px 0 rgba(19, 17, 53, 0.7);
  font-family: "Poppins";
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: transform 0.2s cubic-bezier(0.6, -0.01, 0, 1.3), background 0.15s cubic-bezier(0.6, -0.01, 0, 1.3);
  transition: transform 0.2s cubic-bezier(0.6, -0.01, 0, 1.3), background 0.15s cubic-bezier(0.6, -0.01, 0, 1.3);
}
.button:not(:disabled), .edit.item-page .btn-toolbar .btn:disabled, .pager.pagenav a:disabled, p.readmore .btn:disabled, .contact .form-actions .btn:disabled, #contact-form .controls .btn-primary.validate:disabled, .profile .btn:disabled, .login .btn:disabled, .logout .btn:disabled, .registration .btn:disabled, .profile-edit .btn:disabled, .remind .btn:disabled, .reset .btn:disabled, .search #searchForm .btn:disabled, .finder #searchForm .btn:disabled, .search #search-form .btn:disabled, .finder #search-form .btn:disabled {
  cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.button:hover, .button:focus, .edit.item-page .btn-toolbar .btn:hover, .pager.pagenav a:hover, p.readmore .btn:hover, .contact .form-actions .btn:hover, #contact-form .controls .btn-primary.validate:hover, .profile .btn:hover, .login .btn:hover, .logout .btn:hover, .registration .btn:hover, .profile-edit .btn:hover, .remind .btn:hover, .reset .btn:hover, .search #searchForm .btn:hover, .finder #searchForm .btn:hover, .search #search-form .btn:hover, .finder #search-form .btn:hover, .edit.item-page .btn-toolbar .btn:active, .pager.pagenav a:active, p.readmore .btn:active, .contact .form-actions .btn:active, #contact-form .controls .btn-primary.validate:active, .profile .btn:active, .login .btn:active, .logout .btn:active, .registration .btn:active, .profile-edit .btn:active, .remind .btn:active, .reset .btn:active, .search #searchForm .btn:active, .finder #searchForm .btn:active, .search #search-form .btn:active, .finder #search-form .btn:active, .edit.item-page .btn-toolbar .btn:focus, .pager.pagenav a:focus, p.readmore .btn:focus, .contact .form-actions .btn:focus, #contact-form .controls .btn-primary.validate:focus, .profile .btn:focus, .login .btn:focus, .logout .btn:focus, .registration .btn:focus, .profile-edit .btn:focus, .remind .btn:focus, .reset .btn:focus, .search #searchForm .btn:focus, .finder #searchForm .btn:focus, .search #search-form .btn:focus, .finder #search-form .btn:focus {
  background-color: #443e73;
  color: #ffffff;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 17px 17px 0 rgba(12, 4, 39, 0.54);
  transform: translateY(-3px);
}
/* Active */
.button:active {
  background-color: #343058;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 17px 17px 0 rgba(12, 4, 39, 0.54);
  transform: translateY(-3px);
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #211f46;
  border-radius: 15px;
  padding: 35px;
}
.box1.moduletable, .box1.widget, .box1 > .g-content {
  color: #8988ab;
}
.box1 .button {
  color: #ffffff;
}
.box1 .button:hover {
  background: #1d1a30;
}
.box1 a {
  color: #e1e0ef;
}
.box1 a:hover {
  color: #8988ab;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background-color: #d91d50;
  color: #e3839e;
  background-image: none, linear-gradient(156deg, #d91d50, #c93c63);
  box-shadow: 0 12px 50px 0 rgba(16, 13, 29, 0.8);
}
.box2.moduletable, .box2.widget, .box2 > .g-content {
  color: #e3839e;
}
.box2 .button {
  border-color: rgba(0, 0, 0, 0);
  background-color: #e3839e;
  box-shadow: 0 2px 4px 0 rgba(19, 17, 53, 0.2);
  color: #d91d50;
}
.box2 .button:hover {
  background-color: #ecadbf;
  background-image: none, linear-gradient(156deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  box-shadow: 0 10px 17px 0 rgba(12, 4, 39, 0.2);
  color: #e6436f;
}
.box2 a {
  color: #e1e0ef;
}
.box2 a:hover {
  color: #e3839e;
}
.etl-imagegrid-bloc *, .etl-imagegrid-bloc *:before, .etl-imagegrid-bloc *:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.etl-imagegrid-bloc .etl-imagegrid-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-3 {
  -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: 100%;
  display: inline-block;
  vertical-align: top;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-1:hover .etl-imagegrid-link:before, .etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-2:hover .etl-imagegrid-link:before, .etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-3:hover .etl-imagegrid-link:before {
  opacity: 1;
}
.etl-imagegrid-bloc .etl-imagegrid-desc, .etl-imagegrid-bloc .etl-imagegrid-footer {
  margin: 1.5rem 0;
}
.etl-imagegrid-bloc .etl-imagegrid-link {
  display: block;
  position: relative;
  background: #3a3562;
  border-radius: 8px;
  overflow: hidden;
}
.etl-imagegrid-bloc .etl-imagegrid-link:before {
  font-family: FontAwesome;
  content: "";
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -13px;
  z-index: 1;
  opacity: 0;
}
.etl-imagegrid-bloc .etl-imagegrid-2cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-2cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-2cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-2cols .etl-imagegrid-item-etl-bloc-image-style-4 {
  width: 50%;
}
@media only all and (max-width: 47.99rem) {
  .etl-imagegrid-bloc .etl-imagegrid-2cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-2cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-2cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-2cols .etl-imagegrid-item-etl-bloc-image-style-4 {
    width: 100%;
  }
}
.etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-4 {
  width: 33.33333%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-4 {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-3cols .etl-imagegrid-item-etl-bloc-image-style-4 {
    width: 100%;
  }
}
.etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-4 {
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-4 {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-4cols .etl-imagegrid-item-etl-bloc-image-style-4 {
    width: 100%;
  }
}
.etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-4 {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-4 {
    width: 33.33333%;
  }
}
@media only all and (max-width: 47.99rem) {
  .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etl-imagegrid-5cols .etl-imagegrid-item-etl-bloc-image-style-4 {
    width: 50%;
  }
}
.etl-imagegrid-bloc .etlradius-0 .etl-imagegrid-item-etl-bloc-image-style-1 .etl-imagegrid-link, .etl-imagegrid-bloc .etlradius-0 .etl-imagegrid-item-etl-bloc-image-style-2 .etl-imagegrid-link, .etl-imagegrid-bloc .etlradius-0 .etl-imagegrid-item-etl-bloc-image-style-3 .etl-imagegrid-link {
  border-radius: 0px;
}
.etl-imagegrid-bloc .etlradius-8 .etl-imagegrid-item-etl-bloc-image-style-1 .etl-imagegrid-link, .etl-imagegrid-bloc .etlradius-8 .etl-imagegrid-item-etl-bloc-image-style-2 .etl-imagegrid-link, .etl-imagegrid-bloc .etlradius-8 .etl-imagegrid-item-etl-bloc-image-style-3 .etl-imagegrid-link {
  border-radius: 8px;
}
.etl-imagegrid-bloc .etlradius-12 .etl-imagegrid-item-etl-bloc-image-style-1 .etl-imagegrid-link, .etl-imagegrid-bloc .etlradius-12 .etl-imagegrid-item-etl-bloc-image-style-2 .etl-imagegrid-link, .etl-imagegrid-bloc .etlradius-12 .etl-imagegrid-item-etl-bloc-image-style-3 .etl-imagegrid-link {
  border-radius: 12px;
}
.etl-imagegrid-bloc .etlpadding-00 .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etlpadding-00 .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etlpadding-00 .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etlpadding-00 .etl-imagegrid-item-etl-bloc-image-style-4 {
  padding: 0px;
}
.etl-imagegrid-bloc .etlpadding-05 .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etlpadding-05 .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etlpadding-05 .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etlpadding-05 .etl-imagegrid-item-etl-bloc-image-style-4 {
  padding: 0.5px;
}
.etl-imagegrid-bloc .etlpadding-40 .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etlpadding-40 .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etlpadding-40 .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etlpadding-40 .etl-imagegrid-item-etl-bloc-image-style-4 {
  padding: 4px;
}
.etl-imagegrid-bloc .etlpadding-80 .etl-imagegrid-item-etl-bloc-image-style-1, .etl-imagegrid-bloc .etlpadding-80 .etl-imagegrid-item-etl-bloc-image-style-2, .etl-imagegrid-bloc .etlpadding-80 .etl-imagegrid-item-etl-bloc-image-style-3, .etl-imagegrid-bloc .etlpadding-80 .etl-imagegrid-item-etl-bloc-image-style-4 {
  padding: 8px;
}
.etl-imagegrid-bloc .etl-imagegrid-item-desc {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.etl-imagegrid-bloc .etl-imagegrid-item-desc span {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.etl-imagegrid-bloc .etl-imagegrid-item-desc .etl-imagegrid-item-desc-title {
  padding: 0 1.138rem;
  font-size: 1.2rem;
}
.etl-imagegrid-bloc .etl-imagegrid-item-desc .etl-imagegrid-item-desc-subtitle {
  padding: 1.138rem;
  padding-top: 0;
  font-size: 0.8rem;
}
.etl-imagegrid-bloc .etl-link .etl-imagegrid-link:before {
  content: "";
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-1:hover img {
  opacity: 0.25;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-2:hover, .etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-2:hover img {
  z-index: 10;
  -webkit-transform: rotate(0deg) scale(1.2);
  -o-transform: rotate(0deg) scale(1.2);
  -moz-transform: rotate(0deg) scale(1.2);
  -ms-transform: rotate(0deg) scale(1.2);
  transform: rotate(0deg) scale(1.2);
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-3 a {
  background: none;
  border-radius: 0px;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-3 img {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 95%;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-3:hover img {
  -webkit-transform: rotate(0deg) scale(1.5);
  -o-transform: rotate(0deg) scale(1.5);
  -moz-transform: rotate(0deg) scale(1.5);
  -ms-transform: rotate(0deg) scale(1.5);
  transform: rotate(0deg) scale(1.5);
  width: 95%;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4 {
  -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: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4 img {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  height: 100%;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4 .etl-imagegrid-caption-v4 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4 .etl-inside {
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  font-style: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4 .etl-inside div {
  font-size: 1.5rem;
  flex: none;
  -webkit-flex: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.dir-rtl .etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4 .etl-inside div {
  margin-right: 0;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4 .etl-inside div .fa {
  font-size: 4rem;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4:hover {
  z-index: 10;
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4:hover .etl-imagegrid-link-v4:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.etl-imagegrid-bloc .etl-imagegrid-item-etl-bloc-image-style-4:hover .etl-inside div {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.etl-imagegrid-bloc .etl-imagegrid-link-v4 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.etl-imagegrid-bloc .etl-imagegrid-link-v4:before {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, rgba(58, 53, 98, 0.1) 0, #3a3562 1);
  background-image: linear-gradient(to bottom, rgba(58, 53, 98, 0.1) 0, #3a3562 1);
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.etl-grid-caption {
  text-align: center;
  opacity: 0.75;
  margin: 0.6rem 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .etl-grid-caption {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-grid-caption {
    font-size: 0.8rem;
  }
}
.imagegrid-firstlarge .etl-imagegrid-wrapper {
  margin: 0;
}
.imagegrid-firstlarge .etl-imagegrid-wrapper .etl-imagegrid-item:first-child {
  width: 100%;
}
.imagegrid-lastlarge .etl-imagegrid-wrapper {
  margin: 0;
}
.imagegrid-lastlarge .etl-imagegrid-wrapper .etl-imagegrid-item:last-child {
  width: 100%;
}
.g-infolist {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-infolist .g-infolist-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  float: left;
  margin: 0 2% 0.5rem 2%;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.g-infolist .g-infolist-item.g-infolist-with-img {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item.g-infolist-with-img {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
.g-infolist.spaced .g-infolist-item {
  margin: 0.5rem 2%;
  padding: 0.5rem 0 2rem 0;
}
.g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
.dir-rtl .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
.g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
.dir-rtl .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
.g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
.dir-rtl .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
.g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
.dir-rtl .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-text {
    padding-top: 1rem;
  }
}
.g-infolist .g-infolist-item-title {
  margin: 0 0 0.25rem 0;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.75;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-infolist .g-infolist-item-title {
    font-size: 1rem;
  }
}
.g-infolist .g-infolist-item-desc {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 1.1rem;
}
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
.g-roksprocket-tabs-style-2 .g-infolist {
  margin: 1% 0 -9px 0;
}
@media only all and (max-width: 47.99rem) {
  .g-roksprocket-tabs-style-2 .g-infolist {
    margin-bottom: 0;
  }
}
.g-roksprocket-headlines-style-2 .g-infolist {
  display: block;
}
.g-infolist.g-1cols .g-infolist-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.g-infolist.g-2cols .g-infolist-item {
  width: 47%;
}
.g-infolist.g-2cols .g-infolist-item:nth-child(odd) {
  margin-right: 1%;
}
.g-infolist.g-2cols .g-infolist-item:nth-child(even) {
  margin-left: 1%;
}
.g-infolist.g-3cols .g-infolist-item {
  width: 30.66667%;
}
.g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
.g-infolist.g-4cols .g-infolist-item {
  width: 22.5%;
}
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
.g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
.g-infolist-title {
  margin-left: 2%;
}
.dir-rtl .g-infolist-title {
  margin-left: 0;
  margin-right: 2%;
}
.g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Raleway";
  font-weight: bold;
  margin: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
.g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
.g-simplecontent h2.g-title {
  padding: 0.3rem 0.6rem;
  padding-left: 0;
  margin: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: 1px;
}
.g-simplecontent .g-simplecontent-item-created-date {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.g-simplecontent .g-simplecontent-layout-header {
  padding: 0.938rem 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-simplecontent .g-simplecontent-layout-header {
    padding: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplecontent .g-simplecontent-layout-header {
    padding: 0;
  }
}
.g-simplecontent .g-simplecontent-item-content-title {
  font-size: 2.5rem;
  margin: 0.425rem 0;
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
  font-size: 2.25rem;
  font-weight: 200;
  line-height: 2;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2.3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2.15rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2rem;
  }
}
.g-simplecontent .g-simplecontent-item-author {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.g-simplecontent .g-simplecontent-item-leading-content {
  margin-bottom: 0.625rem;
  font-weight: 400;
  font-size: 1.3vw;
}
@media (max-width: 84.6153846154rem) {
  .g-simplecontent .g-simplecontent-item-leading-content {
    font-size: 1.1rem;
  }
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-leading-content {
  font-size: 1.9rem;
}
.g-simplecontent .g-simplecontent-item-main-content {
  font-size: 1.3vw;
  margin: 1.563rem 0;
}
@media (max-width: 76.9230769231rem) {
  .g-simplecontent .g-simplecontent-item-main-content {
    font-size: 1rem;
  }
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-main-content {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.g-simplecontent .g-simplecontent-item-readmore-container {
  margin-top: 0.625rem;
  padding-top: 0.938rem;
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-author, .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-created-date {
  display: inline-block;
  margin: 0;
  padding-right: 0.938rem;
  font-family: "Raleway";
  font-weight: 200;
  font-size: 1.15rem;
  line-height: 2.5;
  text-transform: none;
}
.g-eventlist-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-eventlist-item {
    flex-direction: column;
  }
}
@media only all and (max-width: 30rem) {
  .g-eventlist-item {
    flex-direction: column;
  }
}
.g-eventlist-item:last-child {
  border: 0 none;
}
.g-eventlist-item .g-eventlist-date {
  text-align: center;
  line-height: 1.3;
  padding-right: 1.563rem;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.dir-rtl .g-eventlist-item .g-eventlist-date {
  padding-left: 1.563rem;
  padding-right: 0.625rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-eventlist-item .g-eventlist-date {
    padding: 0.625rem 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-eventlist-item .g-eventlist-date {
    padding: 0.625rem 0;
  }
}
.g-eventlist-item .g-eventlist-date .g-eventlist-date-year {
  font-weight: 200;
  font-size: 0.9rem;
  opacity: 0.5;
}
.g-eventlist-item .g-eventlist-date .g-eventlist-date-line1 {
  font-weight: 500;
  font-size: 1.1rem;
  opacity: 0.5;
}
.g-eventlist-item .g-eventlist-date .g-eventlist-date-line2 {
  font-size: 2.1rem;
}
.g-eventlist-item .g-eventlist-location {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-eventlist-item .g-eventlist-location {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media only all and (max-width: 30rem) {
  .g-eventlist-item .g-eventlist-location {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.g-eventlist-item .g-eventlist-location .g-eventlist-location-line1 {
  font-size: 1.4rem;
  font-weight: 500;
}
.g-eventlist-item .g-eventlist-location .g-eventlist-location-line2 {
  font-size: 1.3rem;
  opacity: 0.5;
}
.g-eventlist-item .g-eventlist-location .g-eventlist-location-icon {
  font-size: 2.4rem;
  padding-right: 0.925rem;
  opacity: 0.5;
}
.dir-rtl .g-eventlist-item .g-eventlist-location .g-eventlist-location-icon {
  padding: 0;
  padding-left: 0.925rem;
}
.g-eventlist-item .g-eventlist-buttons {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-eventlist-item .g-eventlist-buttons {
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  .g-eventlist-item .g-eventlist-buttons {
    text-align: center;
  }
}
@media only all and (min-width: 48rem) {
  .headroom-bg-section, .headroom-bg-custom {
    -webkit-transition: -webkit-transform 200ms linear;
    -moz-transition: -moz-transform 200ms linear;
    transition: transform 200ms linear;
  }
  .headroom-bg-section.headroom--pinned:not('.headroom--top'), .headroom-bg-custom.headroom--pinned:not('.headroom--top') {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .headroom-bg-section.headroom--unpinned-autohide, .headroom-bg-custom.headroom--unpinned-autohide {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .headroom-bg-section.headroom--not-top, .headroom-bg-custom.headroom--not-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.etl-list {
  padding: 0;
  list-style: none;
}
.g-etl-list-title {
  margin-left: 2%;
}
.dir-rtl .g-etl-list-title {
  margin-left: 0;
  margin-right: 2%;
}
/*
 * Micro clearfix to make list more robust
 */
.etl-list > li:before, .etl-list > li:after {
  content: "";
  display: table;
}
.etl-list > li:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.etl-list > li > :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.etl-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/*`etl-list-line`
 ========================================================================== */
.etl-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
/* `etl-list-striped`
 ========================================================================== */
.etl-list-striped > li {
  padding: 5px 5px;
}
.etl-list-striped > li:nth-of-type(odd) {
  background: #24214a;
}
/* `etl-list-space`
 ========================================================================== */
.etl-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
.etl-list .etl-list-lead {
  margin: 0;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-list .etl-list-lead {
    font-size: 1.1rem;
  }
}
.etl-list .etl-list-tag-up, .etl-list .etl-list-tag-down {
  opacity: 0.7;
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.etl-list .etl-list-description {
  margin: 0;
  font-size: 1rem;
}
.etl-list .etl-list-buttons {
  margin-top: 1rem;
}
.g-headerlicious .g-headerlicious-header-wrapper {
  display: block;
}
.g-headerlicious .g-headerlicious-header-wrapper.animate h2 span {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.g-headerlicious .g-headerlicious-header-wrapper a h2 span:hover {
  cursor: pointer !important;
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-dock h2 {
  margin: 0;
  font-size: 6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 14rem;
  letter-spacing: -2.5px;
  text-align: center;
  text-shadow: 0 1px 0 #c9cfce, 0 2px 0 #bcc2c2, 0 3px 0 #afb6b6, 0 4px 0 #a4adac, 0 5px 0 #9fa8a7, 0 6px 0 #99a3a2, 0 7px 0 #97a1a0, 0 8px 0 #949e9d, 0 0 5px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.3);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-dock h2 {
    letter-spacing: -1px;
    font-size: 4rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-dock h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    line-height: normal;
    margin-bottom: 1.876rem;
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-dock.animate h2 span {
  line-height: 15rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-dock.animate h2 span {
    line-height: normal;
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-dock.animate h2 span:hover {
  cursor: default;
  font-size: 11rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-dock.animate h2 span:hover {
    font-size: 6.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-dock.animate h2 span:hover {
    font-size: 3.5rem;
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-cmyk h2 {
  margin: 0;
  font-size: 10rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-cmyk h2 {
    font-size: 7rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-cmyk h2 {
    font-size: 5rem;
    margin-bottom: 1.876rem;
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-cmyk h2 span {
  text-shadow: 0.25rem -0.25rem #3a3562, -0.25rem -0.25rem #e57204, 0 0.5rem #8988ab;
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-cmyk h2 span {
    text-shadow: 0.15rem -0.15rem #3a3562, -0.15rem -0.15rem #e57204, -0.1rem 0.4rem #8988ab;
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-cmyk.animate h2 span {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-cmyk.animate h2 span:hover {
  cursor: default;
  text-shadow: 0.6rem 0.1rem magenta, -0.35rem -0.35rem cyan, 0.1rem 0.6rem yellow;
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-cmyk.animate h2 span:hover {
    text-shadow: 0.5rem 0rem magenta, -0.25rem -0.25rem cyan, 0 0.5rem yellow;
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-perspective h2 {
  margin: 0;
  font-size: 10rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  -webkit-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  -moz-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  -ms-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  -o-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-shadow: 0 1px 0 #c9cfce, 0 2px 0 #bcc2c2, 0 3px 0 #afb6b6, 0 4px 0 #a4adac, 0 5px 0 #9fa8a7, 0 6px 0 #99a3a2, 0 7px 0 #97a1a0, 0 8px 0 #949e9d, 0 0 5px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.3);
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-perspective.animate h2:hover {
  cursor: default;
  -webkit-transform: perspective(8em) rotateX(11deg) scale(1.2);
  -moz-transform: perspective(8em) rotateX(11deg) scale(1.2);
  -ms-transform: perspective(8em) rotateX(11deg) scale(1.2);
  -o-transform: perspective(8em) rotateX(11deg) scale(1.2);
  transform: perspective(8em) rotateX(11deg) scale(1.2);
  text-shadow: 0 0 0 #c9cfce, 0 1px 0 #bcc2c2, 0 2px 0 #afb6b6, 0 3px 0 #a4adac, 0 4px 0 #9fa8a7, 0 0 5px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.3);
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-extrude h2 {
  margin: 0;
  font-size: 10rem;
  font-weight: 900;
  text-align: center;
  mix-blend-mode: screen;
  letter-spacing: 0.2em;
  text-shadow: -2px 1px #ffffff, -3px 2px #ffffff, -4px 3px #ffffff, -5px 4px #ffffff, -6px 5px #ffffff, -7px 6px #ffffff, -8px 7px #ffffff, -9px 8px #ffffff, -10px 9px #ffffff, -11px 10px #ffffff, -12px 11px #ffffff;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-extrude h2 {
    letter-spacing: 0.2em;
    font-size: 5rem;
    text-shadow: -2px 1px #ffffff, -3px 2px #ffffff, -4px 3px #ffffff, -5px 4px #ffffff, -6px 5px #ffffff;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-extrude h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.876rem;
    text-shadow: -2px 1px #ffffff, -3px 2px #ffffff;
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-extrude.animate h2 {
  opacity: 0;
  animation: revolve 1s cubic-bezier(0.47, 0.01, 0, 1.01) forwards 0.25s;
  text-shadow: 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff;
}
@keyframes revolve {
  to {
    opacity: 1;
    text-shadow: -2px 1px #ffffff, -3px 2px #ffffff, -4px 3px #ffffff, -5px 4px #ffffff, -6px 5px #ffffff, -7px 6px #ffffff, -8px 7px #ffffff, -9px 8px #ffffff, -10px 9px #ffffff, -11px 10px #ffffff, -12px 11px #ffffff;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  @keyframes revolve {
    to {
      opacity: 1;
      text-shadow: -2px 1px #ffffff, -3px 2px #ffffff, -4px 3px #ffffff, -5px 4px #ffffff, -6px 5px #ffffff;
    }
  }
}
@media only all and (max-width: 47.99rem) {
  @keyframes revolve {
    to {
      opacity: 1;
      text-shadow: -2px 1px #ffffff, -3px 2px #ffffff;
    }
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 {
  margin: 0;
  font-size: 10rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 span {
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
  perspective: 500;
  -webkit-font-smoothing: antialiased;
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 span:before, .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 span:after {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  transform-origin: left top;
  content: attr(data-char);
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 span:before {
  z-index: 1;
  color: rgba(0, 0, 0, 0.2);
  transform: scale(1.1, 1) skew(0deg, 20deg);
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 span:after {
  z-index: 2;
  color: #3a3562;
  text-shadow: -1px 0 1px #3a3562, 1px 0 1px rgba(0, 0, 0, 0.8);
  transform: rotateY(-40deg);
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 span + span {
  margin-left: 0.15em;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 {
    font-size: 7rem;
  }
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 span + span {
    margin-left: 0.05em;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 {
    font-size: 2.5rem;
    margin-bottom: 1.876rem;
  }
  .g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext h2 span + span {
    margin-left: 0.05em;
  }
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext.animate h2 span:hover:before {
  transform: scale(1.1, 1) skew(0deg, 5deg);
}
.g-headerlicious .g-headerlicious-header-wrapper.g-headerlicious-header-peeledtext.animate h2 span:hover:after {
  transform: rotateY(-10deg);
}
.g-headerlicious .g-headerlicious-tagline {
  display: block;
  font-size: 3rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
@media only all and (max-width: 47.99rem) {
  .g-headerlicious .g-headerlicious-tagline {
    font-size: 2rem;
  }
}
.g-logo .g-logo-text {
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 0 0.469rem;
}
.g-logo .g-logo-tagline {
  font-family: "Raleway";
  font-weight: 400;
  padding: 0 0.469rem;
  display: block;
  font-size: 0.8rem;
  position: relative;
  top: 0.3rem;
}
@media only all and (max-width: 47.99rem) {
  .g-logo {
    display: block;
    text-align: center;
  }
}
.outline-10 {
  background: url('../../../../images/p-miquau-hp.jpg') no-repeat fixed 50% 0% #874f9a;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.outline-10 #g-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.outline-10 a {
  color: #ffffff;
}
.outline-10 .menu {
  position: relative;
  width: 36px;
  height: 6px;
  background-color: #ffffff;
  user-select: none;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin: 5px;
  color: #ffffff;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.outline-10 .menu label {
  cursor: pointer;
  position: absolute;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  line-height: 30px;
  top: -12px;
  left: 48px;
}
.outline-10 .menu:hover > ul.nav-links, .outline-10 .menu.open > ul.nav-links {
  transition: all 0.25s ease-in-out;
  opacity: 1;
  width: 180px;
  transform: translateX(15px);
  pointer-events: auto;
}
.outline-10 .menu:after, .outline-10 .menu:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 6px;
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.outline-10 .menu:after {
  top: 12px;
}
.outline-10 .menu:before {
  top: -12px;
}
.outline-10 .menu:hover, .outline-10 .menu.open {
  background-color: transparent;
}
.outline-10 .menu:hover::after, .outline-10 .menu:hover::before, .outline-10 .menu.open::after, .outline-10 .menu.open::before {
  transition: all 0.3s ease-in-out;
  width: 18px;
}
.outline-10 .menu:hover::after, .outline-10 .menu.open::after {
  transform: translate(1.2px, -9px) rotate(405deg);
}
.outline-10 .menu:hover::before, .outline-10 .menu.open::before {
  transform: translate(12px, 15px) rotate(-405deg);
}
.outline-10 .menu ul.nav-links {
  margin: 0;
  padding: 36px 0 0 0;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.25s ease-in-out;
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.outline-10 .menu ul.nav-links li {
  width: 100%;
  padding: 4px 8px;
  list-style-type: none;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  border-left: 2px solid #ffffff;
}
.outline-10 .menu ul.nav-links li:hover, .outline-10 .menu ul.nav-links li.active {
  color: #e57204;
  border-left: 2px solid #e57204;
}
/*
.outline-9 {
 #g-page-surround {
  background: $base-background2;
  background-color: $base-background2;
  background-image: -webkit-linear-gradient(left top, $base-background3 0%, $base-background2 40%);
  background-image: linear-gradient(to right bottom,$base-background3 0%, $base-background2 40%);
  overflow: hidden;
 }
 
 #g-mainbar {
  border-radius: 0 0 5px 5px;}
 #g-header {
  border-radius: 5px 5px 0 0;
  background-size: cover;
 }
  #g-features .g-container {
  background: $base-background;
  padding-top: 3rem;
 }
}
*/
#g-navigation .g-main-nav .g-toplevel > li {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 1rem;
  font-weight: 300;
}
#g-navigation .g-main-nav .g-dropdown {
  margin-top: 0;
  background: #3e3969;
  color: #8988ab;
  background-image: none;
}
#g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #8988ab;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
  color: #e1e0ef;
}
#g-header {
  padding-bottom: 0;
}
#g-footer {
  padding-top: 0;
}
#g-footer .g-container {
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#g-footer .g-horizontalmenu {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
#g-footer .g-horizontalmenu a:hover {
  box-shadow: none;
}
@media only all and (max-width: 47.938rem) {
  .g-branding {
    text-align: center;
  }
}
/*
.itemid-146 #g-header {
 background: url('../../../../images/images_sites/header/top2.jpg') top center no-repeat;
 background-size: cover;
}
.itemid-141 #g-header {
 background: url('../../../../images/images_sites/header/top1.jpg') top center no-repeat;
 background-size: cover;
}
.itemid-147 #g-header {
 background: url('../../../../images/images_sites/header/top3.jpg') top center no-repeat;
 background-size: cover;
}
.itemid-124 #g-header {
 background: url('../../../../images/images_sites/header/top4.jpg') top center no-repeat;
 background-size: cover;
}
.itemid-104 #g-header {
 background: url('../../../../images/images_sites/header/top5.jpg') top center no-repeat;
 background-size: cover;
}
.itemid-148 #g-header {
 background: url('../../../../images/images_sites/header/top6.jpg') top center no-repeat;
 background-size: cover;
}
*/
.page-header h2 {
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pagination ul > li > a, .pagination ul > li > span {
  background-color: #211f46;
  border: 0px;
  border-left-width: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #211f46;
}
table.table-bordered th, table.table-bordered thead th {
  background-color: #1e1c43 !important;
  font-weight: 600;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
  background: #2c2952;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background: #6c68a0;
}
.table, .table-bordered {
  border-color: rgba(255, 255, 255, 0.07);
}
.table th, .table-bordered th, .table td, .table-bordered td {
  border-left-color: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.contact h2 {
  display: none;
}
.displayname {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 1rem 0;
  padding-bottom: 1rem;
  position: relative;
  padding: 0.5rem 0;
  text-align: center;
}
.displayname:before, .displayname:after {
  border: 1px solid rgba(39, 44, 53, 0.15);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 4px;
  text-align: center;
}
.displayname:before {
  top: 0;
}
.displayname:after {
  bottom: 0;
}
.thumbnail-container .content h2 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
h2.eventgallery-subcategories {
  display: none;
}
/* Events List - Tiles Layout */
@media (max-width: 900px) {
  .eventgallery-tiles .eventgallery-tiles-list .eventgallery-tile {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .eventgallery-tiles .eventgallery-tiles-list .eventgallery-tile {
    width: 100%;
  }
}
/* Event List - Tiles Layout */
@media (max-width: 900px) {
  #event .eventgallery-tile {
    width: 50%;
  }
}
@media (max-width: 450px) {
  #event .eventgallery-tile {
    width: 100%;
  }
}
.g-tag {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.75;
  text-transform: uppercase;
}
.g-large {
  font-size: 1.2rem;
  line-height: 1.85;
}
.g-small {
  font-size: 0.95rem;
  opacity: 0.8;
}
.g-infolist-item-title {
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  color: #d1d1de;
}
.container {
  max-width: 1050px;
  width: 90%;
  margin: auto;
}
.navbar {
  width: 25%;
  box-shadow: 0 1px 4px rgba(146, 161, 176, 0.15);
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}
.navbar .menu-items {
  display: flex;
}
.navbar .nav-container li {
  list-style: none;
}
.navbar .nav-container a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}
.navbar .nav-container a:hover {
  font-weight: bolder;
}
.nav-container {
  display: block;
  position: relative;
  height: 60px;
}
.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
}
.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.navbar .menu-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}
.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
.nav-container input[type="checkbox"]:checked ~ .logo {
  display: none;
}
/*# sourceMappingURL=custom_10.css.map */