/**
* @template  J51 - Nina
* @author    Joomla51 http://www.joomla51.com
* @copyright Copyright (C) 2009 - 2021 Joomla51

TABLE OF CONTENTS

	1. 	General
	2. 	Default Module Styling
	3. 	Header
	4.	Logo
	5. 	Top Menu
	6.	Top Menu - Hornav
	7. 	Top Menu - Mobile
	8. 	Slideshow
	9. 	Top-1 Modules 
	10. Top-2 Modules
	11. Top-3 Modules
	12.	Article / Component
	13.	Bottom Modules
	14.	Base Modules
	15.	Copyright / Footer Menu
	16.	Spacers
	18.	Social Media
	19.	Header-1 / Header-2 
	20.	Breadcrumbs
	21.	Buttons / Fields
	22.	Font Awesome
	23.	Backgrounds
	24. Utility Classes
  24.	Miscellaneous

* 218/178
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  zoom: 1;
  filter: alpha(opacity=8000);
  -webkit-opacity: 80;
  opacity: 80;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  width: 98%;
  position: relative;
  max-height: 400px;
  padding: 1%;
}
.modal-body iframe {
  width: 100%;
  max-height: none;
  border: 0 !important;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0 0 6px 6px;
  -ms-box-shadow: inset 0 1px 0 #fff;
  -o-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  zoom: 1;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=8000);
  -webkit-opacity: 80;
  opacity: 80;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -moz-background-clip: padding;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/* Joomla JUI NOTE: Original .modal definition has to be commented */
div.modal {
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 1050;
  width: 80%;
  margin-left: -40%;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
div.modal.fade {
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
div.modal.fade.in {
  top: 5%;
}
.modal-batch {
  overflow-y: visible;
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
  max-height: none;
}
.jviewport-height10 {
  height: 10vh;
}
.jviewport-height20 {
  height: 20vh;
}
.jviewport-height30 {
  height: 30vh;
}
.jviewport-height40 {
  height: 40vh;
}
.jviewport-height50 {
  height: 50vh;
}
.jviewport-height60 {
  height: 60vh;
}
.jviewport-height70 {
  height: 70vh;
}
.jviewport-height80 {
  height: 80vh;
}
.jviewport-height90 {
  height: 90vh;
}
.jviewport-height100 {
  height: 100vh;
}
div.modal.jviewport-width10 {
  width: 10vw;
  margin-left: -5vw;
}
div.modal.jviewport-width20 {
  width: 20vw;
  margin-left: -10vw;
}
div.modal.jviewport-width30 {
  width: 30vw;
  margin-left: -15vw;
}
div.modal.jviewport-width40 {
  width: 40vw;
  margin-left: -20vw;
}
div.modal.jviewport-width50 {
  width: 50vw;
  margin-left: -25vw;
}
div.modal.jviewport-width60 {
  width: 60vw;
  margin-left: -30vw;
}
div.modal.jviewport-width70 {
  width: 70vw;
  margin-left: -35vw;
}
div.modal.jviewport-width80 {
  width: 80vw;
  margin-left: -40vw;
}
div.modal.jviewport-width90 {
  width: 90vw;
  margin-left: -45vw;
}
div.modal.jviewport-width100 {
  width: 100vw;
  margin-left: -50vw;
}
/* Extending Bootstrap */
/* Typography */
.small {
  font-size: 11px;
}
/* Max Width */
iframe,
svg {
  max-width: 100%;
}
/* Nowrap */
.nowrap {
  white-space: nowrap;
}
/* Center */
.center,
.table td.center,
.table th.center {
  text-align: center;
}
/* Disabled Link */
a.disabled,
a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
/* Hero Banner */
.hero-unit {
  text-align: center;
}
.hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
.btn .caret {
  margin-bottom: 7px;
}
.btn.btn-micro .caret {
  margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
/* Modal */
body.modal {
  padding-top: 0;
}
/* Alternating Rows */
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
/* Row reveal */
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
/* Buttons */
.btn-wide {
  width: 80%;
}
/* Nav List Offset */
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .offset1 {
  margin-left: 8.38297872%;
}
.row-fluid .offset2 {
  margin-left: 16.89361702%;
}
.row-fluid .offset3 {
  margin-left: 25.40425532%;
}
.row-fluid .offset4 {
  margin-left: 33.91489361%;
}
.row-fluid .offset5 {
  margin-left: 42.42553191%;
}
.row-fluid .offset6 {
  margin-left: 50.93617021%;
}
.row-fluid .offset7 {
  margin-left: 59.4468085%;
}
.row-fluid .offset8 {
  margin-left: 67.9574468%;
}
.row-fluid .offset9 {
  margin-left: 76.4680851%;
}
.row-fluid .offset10 {
  margin-left: 84.9787234%;
}
.row-fluid .offset11 {
  margin-left: 91.48936169%;
}
/* Navbar Buttons */
.navbar .nav > li > a.btn {
  padding: 4px 10px;
  line-height: 18px;
}
/* Nav Tabs Dark */
.nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}
/* Inline Thumbnails */
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
/* Specific Widths */
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
/* Specific Heights */
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
/* Horizontal Row (hr) */
hr.hr-condensed {
  margin: 10px 0;
}
/* Striped */
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 100%;
  box-sizing: border-box;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* Condensed */
.list-condensed li {
  padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 4px 5px;
}
/* Bordered */
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
}
/* Radio Button Groups */
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
/* iFrames */
.iframe-bordered {
  border: 1px solid #ddd;
}
/* Tabbed Content */
.tab-content {
  overflow: visible;
}
.tabs-left .tab-content {
  overflow: auto;
}
/* Non-linkable nav-tabs */
.nav-tabs > li > span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* Extended Joomla Button Classes */
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.btn-group > .btn-micro {
  font-size: 10px;
}
/* Joomla => Bootstrap Tooltip */
.tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  z-index: 100;
}
/* Page Header */
.page-header {
  margin: 2px 0px 10px 0px;
  padding-bottom: 5px;
}
/* Input Prepend Chosen Select Boxes */
/* Common styling for Chosen Select Boxes with Input Prepend/Append */
.input-prepend > .add-on,
.input-append > .add-on {
  vertical-align: top;
}
/* Styles specific to Input Prepend Chosen Select Boxes */
.input-prepend .chzn-container-single .chzn-single {
  border-radius: 0 3px 3px 0;
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
/* Styles specific to Input Append Chosen Select Boxes */
.input-append .chzn-container-single .chzn-single {
  border-radius: 3px 0 0 3px;
}
.input-append .chzn-container-single .chzn-single-with-drop {
  border-radius: 3px 0 0 0;
}
/* Styles specific to combined Input Prepend and Append Chosen Select Boxes */
.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
  border-radius: 0;
}
/* Accessible Hidden Elements (good for hidden labels and such) */
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* Make Accessible Hidden Elements visible on focus */
.element-invisible:focus {
  width: auto;
  height: auto;
  overflow: auto;
  background: #eee;
  color: #000;
  padding: 1em;
}
/* Form Vertical Overrides Form Horizontal */
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
/* Auto Width */
.width-auto {
  width: auto;
}
/* Chosen proper wrapping in Bootstrap btn-group */
.btn-group .chzn-results {
  white-space: normal;
}
/* Accordion overflow fix */
.accordion-body.in:hover {
  overflow: visible;
}
/* Invalid indicators */
.invalid {
  color: #9d261d;
  font-weight: bold;
}
input.invalid {
  border: 1px solid #9d261d;
  background: #f2dede;
}
select.chzn-done.invalid + .chzn-container.chzn-container-single > a.chzn-single,
select.chzn-done.invalid + .chzn-container.chzn-container-multi > ul.chzn-choices {
  border-color: #9d261d;
  color: #9d261d;
}
/* Tweaking of tooltips */
.tooltip {
  max-width: 400px;
}
.tooltip-inner {
  max-width: none;
  text-align: left;
  text-shadow: none;
}
th .tooltip-inner {
  font-weight: normal;
}
.tooltip.hasimage {
  opacity: 1;
}
/* Align tip text to left (old mootools tip) */
.tip-text {
  text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
  margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -ms-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -o-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.dropdown-menu {
  text-align: left;
}
.alert-link {
  font-weight: bold;
}
.alert .alert-link {
  color: #a47e3c;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #953b39;
}
.alert-info .alert-link {
  color: #2d6987;
}
/*
 * Due to a bug in the compiler that doesn't handle the relative paths correctly, the @font-face stuff needs to go in the templates less files
@font-face {
	font-family: 'IcoMoon';
	src: url('../fonts/IcoMoon.eot');
	src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IcoMoon.woff') format('woff'),
		url('../fonts/IcoMoon.ttf') format('truetype'),
		url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
/* From Bootstrap */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.25em;
  line-height: 14px;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
/*-----------------------------------------------------------------------------------*/
/* Typography */
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "j51icons";
  src: url("../fonts/j51icons.eot");
  src: url("../fonts/j51icons.eot?#iefix") format("embedded-opentype"), url("../fonts/j51icons.woff") format("woff"), url("../fonts/j51icons.ttf") format("truetype"), url("../fonts/j51icons.svg#j51icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  line-height: 1.75em;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 0.75rem;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  text-decoration: none;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  margin-right: 5px;
}
h1 {
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 1.6rem;
  color: var(--h1-color);
}
h2,
.content-category h1,
.registration h1 {
  margin-bottom: 0.6rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
  color: var(--h2-color);
}
h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: var(--h3-color);
}
h4 {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  line-height: 1.6em;
  color: var(--h4-color);
  background: linear-gradient(to left, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
h5 {
  font-size: 1rem;
  line-height: 1.6em;
}
h6 {
  font-size: 1em;
}
a {
  transition: color 0.15s ease-in;
  color: #333;
}
a:hover {
  color: #888;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
p {
  margin-bottom: 1.5rem;
}
li {
  line-height: 1.8em;
}
hr {
  height: 1px;
  max-width: 90px;
  margin: 15px auto 20px;
  background-color: transparent;
  border-top: 1px solid var(--primary);
}
hr.left {
  margin-left: 0;
}
hr.right {
  margin-right: 0;
}
p.note,
p.pin,
p.clip,
p.down,
pre,
.code {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.08);
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-radius: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
del {
  color: #ff4136;
}
ins {
  color: #2ecc40;
}
pre,
.code {
  clear: both;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.05);
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #111;
  border-radius: 0.25rem;
}
pre,
code {
  white-space: normal !important;
}
code {
  font: italic 100% monospace;
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  color: #d69a4b;
  padding: 2px 4px;
  margin: 0;
}
pre {
  margin: 0 0 1rem 0;
}
p.down,
p.clip,
p.pin,
p.note {
  margin: 10px 0;
  padding: 15px 20px 15px 50px;
  overflow: hidden;
}
p.note {
  background: url(../images/typo/note.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.pin {
  background: url(../images/typo/attach.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.clip {
  background: url(../images/typo/clip.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.down {
  background: url(../images/typo/down.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
ol,
ul {
  line-height: 1.5;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
ul.tick,
ul.plus,
ul.star,
ul.chevron,
ul.arrow {
  padding-left: 34px;
}
ul.tick li,
ul.plus li,
ul.star li,
ul.chevron li,
ul.arrow li {
  list-style: none outside none;
  position: relative;
}
ul.tick li::before,
ul.plus li::before,
ul.star li::before,
ul.chevron li::before,
ul.arrow li::before {
  position: absolute;
  right: 100%;
  top: 5px;
  display: inline-block;
  font-family: "j51icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: white;
  background-color: var(--primary);
  padding: 3px;
  font-size: 0.75em;
}
ul.tick li:before {
  content: "\0042";
}
ul.plus li:before {
  content: "\0041";
}
ul.star li:before {
  content: "\0043";
}
ul.arrow li:before {
  content: "\0045";
}
ul.chevron li:before {
  content: "\0044";
}
ul.dot {
  margin-left: 0;
}
ul.dot li {
  position: relative;
  list-style: none outside none;
  padding: 0 26px;
}
ul.dot li::before {
  position: absolute;
  left: 5px;
  content: "•";
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.5);
}
em.highlight {
  border-radius: 4px 4px 4px 4px;
  font-style: normal;
  padding: 2px 5px;
  text-shadow: none;
}
em.highlight.black {
  background: none repeat scroll 0 0 #000000;
  color: #ffffff;
}
em.highlight.green {
  background: none repeat scroll 0 0 #89b223;
  color: #ffffff;
}
em.highlight.yellow {
  background: none repeat scroll 0 0 #b29e23;
  color: #ffffff;
}
em.highlight.blue {
  background: none repeat scroll 0 0 #4b90b5;
  color: #ffffff;
}
em.highlight.red {
  background: none repeat scroll 0 0 #a62929;
  color: #ffffff;
}
.text-primary::before,
.text-primary::after {
  color: inherit !important;
}
.background-primary::before,
.background-primary::after {
  background-color: inherit !important;
}
/* Content Column Layout */
.columns-2 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2.5em;
          column-gap: 2.5em;
}
.columns-3 {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2.5em;
          column-gap: 2.5em;
}
.columns-4 {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 2.5em;
          column-gap: 2.5em;
}
@media only screen and (max-width: 767px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    -webkit-column-count: auto;
            column-count: auto;
  }
}
.menu .columns-2,
.menu .columns-3,
.menu .columns-4 {
  -webkit-column-count: auto;
  column-count: auto;
}
.well {
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(148, 146, 145, 0.1), 0 -1px 0 rgba(148, 146, 145, 0.35) inset, 0 0 0 transparent, 0 0 0 transparent;
  border-color: #f5f5f5;
}
.image-highlight {
  position: relative;
  display: inline-block;
  margin: 25px 0 25px;
  overflow: hidden;
}
.image-highlight * {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
}
.box-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
}
.j51-date {
  order: 1;
  margin: 10px 0 0 auto;
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #111;
  color: var(--primary);
  min-width: 44px;
  z-index: 2;
  border: 1px solid var(--primary);
}
.j51-date > div {
  padding: 5px 6px;
}
.j51-date-top {
  font-size: 0.9em;
  border-right: 1px solid var(--primary);
}
.j51-date-bottom {
  background-color: var(--primary);
  font-size: 0.8em;
  color: white;
}
.j51-inline-icon svg {
  display: inline-block;
  font-size: inherit;
  max-width: 1em;
  max-height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.label-pos-bottom > label,
.label-pos-right > label {
  order: 1;
}
.label-pos-left,
.label-pos-right {
  align-items: center;
}
.label-pos-left > label {
  margin-right: 1rem;
}
.label-pos-right > label {
  margin-right: 1rem;
}
.btn-group {
  display: inline-flex;
  justify-self: flex-start;
  margin: 0.5rem 1rem 0.5rem 0;
}
.btn-group > * {
  margin: 0;
  border-radius: 8px;
}
.btn-group > * + * {
  -webkit-margin-start: -1px;
          margin-inline-start: -1px;
}
.btn-group:not(.vertical) > *:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group:not(.vertical) > *:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul > li > a,
.pagination ul > li > span,
.pagination ul > span > li,
.pagination ul > li > strong {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  float: left;
  line-height: 20px;
  padding: 4px 12px;
  text-decoration: none;
  list-style: none;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > span:first-child > li,
.pagination ul > li:first-child > strong {
  border-left-width: 1px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-radius: 5px 0 0 5px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-radius: 0 5px 5px 0;
}
.search-results dt.result-title {
  font-size: 140%;
  font-weight: normal;
  padding: 3px 0 10px 0;
  text-transform: none;
}
.search-results dd.result-category {
  color: #888888;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 5px;
}
.search-results dd.result-created {
  border-bottom: 1px solid #EEEEEE;
  color: #888888;
  font-size: 10px;
  margin-bottom: 10px;
  padding: 0 0 6px;
  text-align: right;
}
.advanced-search-tip p {
  margin-bottom: 0.5rem;
}
.filter-branch {
  margin-top: 1rem;
}
.finder-selects {
  padding-right: 10px;
}
.mod-finder-form > div {
  display: flex;
}
.mod-finder-advanced {
  margin-top: 1rem;
}
.mod-search .btn-right input.search-query,
.mod-search .btn-left input.search-query {
  padding-right: 0;
}
.mod-search .btn-top {
  flex-direction: column;
}
.mod-search .btn-bottom {
  flex-direction: column-reverse;
}
.img-fulltext-left {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.img-intro-left {
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.img-fulltext-right {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.img-intro-right {
  float: right;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-intro-none {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-fulltext-none {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.items-leading {
  overflow: hidden;
}
.items-leading .item-image {
  width: auto;
}
.item-image {
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
}
.pull-left.item-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pull-right.item-image {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
:not(.blog-masonry .item) .pull-none.item-image {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .pull-right.item-image,
  .pull-left.item-image {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.article-info {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0 0;
  font-size: 0.8rem;
  order: -1;
}
.article-info dd {
  margin: 0;
  margin-right: 15px;
}
.article-info dd code,
.article-info dd samp,
.article-info dd time {
  padding: 0;
}
.field-media-preview {
  display: flex;
  align-items: center;
  padding: 5px;
}
/*-----------------------------------------------------------------------------------*/
/* General */
/*-----------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  background-attachment: scroll;
  position: relative;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.body_bg,
.header_main,
#header_bg,
#container_header,
#container_showcase1_modules,
#container_top1_modules,
#container_top2_modules,
#container_top3_modules,
#container_main,
#container_bottom1_modules,
#container_bottom2_modules,
#container_bottom3_modules,
#container_base1_modules,
#container_base2_modules {
  position: relative;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.showcase-1,
.top-1,
.top-2,
.top-3,
.contenttop,
.sidecol-a,
.sidecol-b,
.contentbottom,
.bottom-1,
.bottom-2,
.bottom-3,
.base-1,
.base-2 {
  width: 100%;
  background-position: 50% 0%;
  background-size: cover !important;
}
.showcase-1 .module_surround,
.top-1 .module_surround,
.top-2 .module_surround,
.top-3 .module_surround,
.contenttop .module_surround,
.sidecol-a .module_surround,
.sidecol-b .module_surround,
.contentbottom .module_surround,
.bottom-1 .module_surround,
.bottom-2 .module_surround,
.bottom-3 .module_surround,
.base-1 .module_surround,
.base-2 .module_surround {
  background-position: 50% 0%;
  background-size: cover !important;
}
.body_bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
[class^='grid-columns'],
[class*=' grid-columns'] {
  display: grid;
  grid-gap: 30px;
}
.sidecol-a,
.sidecol-b {
  background-position: 50% 0%;
  background-size: cover !important;
  width: 100%;
}
.contenttop,
.contentbottom {
  float: left;
}
.wrapper960 {
  margin: 0 auto;
  position: relative;
  background-size: cover;
}
.block_holder {
  width: 100%;
}
.block_holder > div {
  display: flex;
  flex-wrap: wrap;
}
.back-to-top {
  position: fixed;
  right: 5px;
  bottom: 5px;
  transition: all 0.35s ease;
  opacity: 0;
  background: var(--primary);
  padding: 0px 4px 2px;
  border-radius: 8px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.scrolled .back-to-top {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.back-to-top:hover {
  background: #aaa;
}
.back-to-top svg {
  fill: white;
  display: inline-block;
  height: 1.1em;
  max-width: 2em;
  padding: 0 5px;
}
/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
.outside_header {
  position: relative;
}
.container_header {
  position: relative;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease;
  padding-top: 4rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
}
.container_header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to left, var(--primary), var(--secondary));
}
.container_subheader {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
}
.container_subheader:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: var(--header_bg);
  opacity: 0.5;
}
.header_top {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1 0 auto;
  padding: 4px 0;
  min-height: 42px;
}
.header_top .wrapper960 {
  display: flex;
}
.header_main {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 300ms ease;
}
.top1_shape {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.top1_shape canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}
.top1_shape svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top1_shape * {
  box-sizing: border-box;
}
@supports not (-ms-high-contrast: none) {
  .top1_shape canvas {
    display: none;
  }
}
.sticky-wrapper {
  z-index: 1040;
  width: 100%;
}
.logo {
  position: relative;
  display: inline-flex;
  flex: 1 0 auto;
  align-items: center;
  padding: 5px 30px;
  transition: all 0.2s ease;
}
.logo a {
  display: flex;
  flex-direction: column;
}
.logo-text {
  margin: 0;
  line-height: 1em;
  font-weight: bold;
}
.logo-slogan {
  padding: 0;
  margin: 0 3px;
  line-height: 1em;
  letter-spacing: 1px;
}
.mobile-logo-image {
  display: none;
}
#socialmedia {
  position: relative;
}
.header-mod {
  display: inline-flex;
  font-size: 0.8em;
  line-height: 1.25rem;
}
.header-mod > div + div {
  margin-left: 20px;
}
.header-mod > .module + .module {
  margin-top: 0;
}
.header-mod p {
  margin: 0;
}
.header-mod ul {
  padding: 0;
}
.header-mod .mod-list li {
  float: left;
  padding: 3px 0;
  line-height: 1;
  font-size: 0.7em;
}
.header-mod .custom {
  width: auto;
}
.header-mod ul.menu {
  list-style: none;
}
.header-mod ul.menu a {
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 12px;
  padding-right: 12px;
}
.header-mod ul.menu a:hover {
  opacity: 1;
}
.header-mod ul.menu a:before,
.header-mod ul.menu a:after {
  display: none;
}
.header-mod ul.menu li + li {
  border-left: 1px solid rgba(100, 100, 100, 0.3);
}
.header-1 {
  margin-left: 30px;
  margin-right: auto;
}
.header-2 {
  text-align: right;
  margin-left: auto;
  margin-right: 30px;
}
.header-3 {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.header-mod input,
.header-mod form,
.header-mod label,
.header-mod ul,
.header-mod ol,
.header-mod dl,
.header-mod fieldset,
.header-mod address {
  margin: 0;
}
@-webkit-keyframes header-animation-down {
  0% {
    top: -150%;
  }
  100% {
    top: 0px;
  }
}
@keyframes header-animation-down {
  0% {
    top: -150%;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes header-animation-up {
  0% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes header-animation-up {
  0% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
#container_header + .item-image {
  position: relative;
  width: 100%;
}
#container_header + .item-image img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
/*-----------------------------------------------------------------------------------*/
/* Menus */
/*-----------------------------------------------------------------------------------*/
.hornav {
  position: relative;
  z-index: 10;
  display: flex;
}
.hornav ul.menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
  transition: all 0.2s ease;
}
.hornav ul.menu > li {
  position: relative;
  display: flex;
  padding: 0;
  list-style: none outside none;
  transition: all 0.2s;
}
.hornav ul.menu > li + li {
  margin-left: 15px;
}
.hornav ul.menu > li:first-of-type {
  margin-left: 0;
}
.hornav ul.menu > li > a,
.hornav ul.menu > li > span {
  font-size: 0.85em;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 1rem;
  padding: 25px 5px 15px;
  margin: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  white-space: nowrap;
}
.hornav ul.menu > li > a:after,
.hornav ul.menu > li > span:after {
  display: none;
}
.hornav ul.menu > li > a:hover,
.hornav ul.menu > li > span:hover {
  text-decoration: none;
  color: var(--primary);
}
.hornav ul.menu > li > a:hover:after,
.hornav ul.menu > li > span:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.hornav ul.menu > li > a:focus,
.hornav ul.menu > li > span:focus,
.hornav ul.menu > li > a:active,
.hornav ul.menu > li > span:active {
  text-decoration: none;
  outline: none;
}
.hornav ul.menu > li.active > a {
  color: var(--primary);
}
.hornav ul.menu > .parent-hover > a {
  color: var(--primary);
}
.hornav ul.menu .parent-indicator {
  margin-left: 5px;
  opacity: 0.35;
  font-size: 0.7em;
  line-height: 1em;
}
.hornav ul.menu a.btn {
  padding: 10px 15px;
  border: 2px solid var(--hornav_font_color);
  background-color: transparent;
}
.hornav ul.menu a.btn:hover,
.hornav ul.menu a.btn:focus {
  border-color: var(--primary);
  color: var(--primary);
  background-color: transparent;
}
.hornav > ul {
  text-transform: none;
  margin-bottom: -1px;
}
.hornav > ul li {
  position: relative;
}
.hornav > ul li li {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
}
.hornav > ul > li ul:after {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
  content: '';
}
.hornav > ul > li > ul,
.hornav > ul > li ul > li > ul {
  display: block;
  letter-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  z-index: 1000;
  font-weight: 400;
  transition: all 0.1s ease;
  -webkit-transform: translateY(-15px) scale(1);
          transform: translateY(-15px) scale(1);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
}
.hornav > ul > li > ul > li,
.hornav > ul > li ul > li > ul > li {
  webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
.hornav > ul > li > ul > li:hover > a,
.hornav > ul > li ul > li > ul > li:hover > a,
.hornav > ul > li > ul > li:hover > a span,
.hornav > ul > li ul > li > ul > li:hover > a span {
  text-decoration: none;
  color: var(--button-color);
}
.hornav > ul > li > ul > li:hover > a:after,
.hornav > ul > li ul > li > ul > li:hover > a:after,
.hornav > ul > li > ul > li:hover > a span:after,
.hornav > ul > li ul > li > ul > li:hover > a span:after {
  color: inherit;
}
.hornav > ul > li > ul > li > a,
.hornav > ul > li ul > li > ul > li > a {
  display: block;
  padding: 5px 15px;
  font-size: 0.9em;
  transition: none;
}
.hornav > ul > li > ul > li > a:after,
.hornav > ul > li ul > li > ul > li > a:after {
  content: attr(title);
  display: block;
  font-size: 11px;
  line-height: 1rem;
  opacity: 0.5;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  color: inherit;
  top: -5px;
  position: relative;
}
.hornav > ul > li > ul .parent-indicator,
.hornav > ul > li ul > li > ul .parent-indicator {
  float: right;
}
.hornav > ul > li > li:hover a {
  text-decoration: none;
}
.hornav > ul > li > ul:before {
  display: none;
}
.hornav > ul > li img {
  margin-top: 5px;
  margin-bottom: 0;
}
.hornav > ul > li > a.btn {
  color: #fff;
  padding: 10px 15px;
}
.hornav > ul > li > a.btn::before {
  display: none;
}
.hornav > ul > li > ul,
.hornav > ul > li > ul > li > ul,
.hornav > ul > li > ul > li > ul > li > ul {
  position: absolute;
  height: auto;
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
  top: 56px;
  right: 0;
  z-index: 1000;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  border-radius: 0 0 8px 8px;
}
.hornav > ul > li:hover > ul,
.hornav > ul > li > ul > li:hover > ul,
.hornav > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hornav > ul > li > ul > li > ul,
.hornav > ul > li > ul > li > ul > ul {
  left: 240px;
  top: 0 !important;
}
.hornav > ul > li > ul > li:hover > ul,
.hornav > ul > li > ul > li > ul > li:hover > ul {
  top: 0px !important;
  left: 220px;
}
.hornav .columns-2 + ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
          column-gap: 0;
  width: 460px;
}
.hornav .columns-3 + ul {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0;
          column-gap: 0;
  width: 690px;
}
.hornav .columns-4 + ul {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 0;
          column-gap: 0;
  width: 920px;
}
.menu .module_surround {
  padding: 15px !important;
}
.menu #login-form {
  margin: 0;
}
.menu .module a {
  font-size: 12px;
}
.menu .module a:hover {
  opacity: 0.7;
}
.hornav .parent-indicator::before {
  display: none;
}
.hornav ul ul .j51-inline-icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-toggle {
  display: none;
  align-items: center;
  flex: 1 0 auto;
  max-width: 38px;
  width: 38px;
  height: 40px;
  margin: 12px 20px 10px 15px;
  z-index: 1;
}
.menu-toggle:hover {
  cursor: pointer;
}
.menu-toggle span {
  position: relative;
  display: block;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
}
.menu-toggle span::after {
  top: 12px;
}
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #000;
  background-color: var(--mobile-menu-toggle);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.mm-ocd-opened .menu-toggle span {
  margin: 5px 0;
  background-color: transparent;
}
.mm-ocd-opened .menu-toggle span::before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
.mm-ocd-opened .menu-toggle span::after {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
          transform: rotate(-45deg) translate(8px, -8px);
}
.mobile-menu {
  display: none;
}
/*!
 * Mmenu Light v3.0.2
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm-spn .parent-indicator {
  display: none;
}
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 300px;
}
body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd .image-title {
  padding: 7px 0 0;
  line-height: 1.2;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}
.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.mm-spn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: '';
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}
.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/2);
  right: 25px;
  right: calc(var(--mm-spn-item-height)/2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
  margin-top: 1px;
}
.mm-spn li:after {
  content: '';
  display: block;
  border-top: 1px solid;
  opacity: 0.15;
}
.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: 0 0;
}
.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
  margin-top: 5px;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: '';
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}
.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
  background: var(--mobile-menu-bg);
}
/*-----------------------------------------------------------------------------------*/
/* Modules */
/*-----------------------------------------------------------------------------------*/
.module,
.module_menu {
  box-sizing: border-box;
}
.module .module_surround,
.module_menu .module_surround {
  height: 100%;
  padding: 0 30px 90px;
  padding: 0 var(--j51-grid-column-gap) var(--j51-grid-row-gap);
  box-sizing: border-box;
}
.module .module_header,
.module_menu .module_header {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0.75rem;
}
.module .module_header h3,
.module_menu .module_header h3 {
  padding: 0;
  margin-bottom: 0;
  font-size: 1.35em;
  text-align: left;
}
.module .module_header h3[class^="fa-"]::before,
.module_menu .module_header h3[class^="fa-"]::before,
.module .module_header h3[class*=" fa-"]::before,
.module_menu .module_header h3[class*=" fa-"]::before {
  margin-right: 8px;
}
.module :not([class^="header"]) .module_content,
.module_menu :not([class^="header"]) .module_content {
  position: relative;
  padding: 0;
}
.module .module .mod-list li a:hover::after,
.module_menu .module .mod-list li a:hover::after,
.module .module_menu .mod-list li a:hover::after,
.module_menu .module_menu .mod-list li a:hover::after {
  background-color: var(--primary);
  opacity: 1;
}
.module .mod-list,
.module_menu .mod-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.module .mod-list li,
.module_menu .mod-list li {
  padding: 4px 0px;
  line-height: 1.6em;
  position: relative;
}
.module .mod-list li a,
.module_menu .mod-list li a {
  opacity: 0.8;
  color: #777;
  display: block;
  padding-left: 15px;
}
.module .mod-list li a:hover,
.module_menu .mod-list li a:hover {
  opacity: 1 !important;
}
.module .mod-list li a:hover:after,
.module_menu .mod-list li a:hover:after {
  background-color: var(--primary);
  opacity: 1;
}
.module .mod-list li a[class^="fa-"],
.module_menu .mod-list li a[class^="fa-"],
.module .mod-list li a[class*=" fa-"],
.module_menu .mod-list li a[class*=" fa-"] {
  border-left: none;
}
.module .mod-list li a.active,
.module_menu .mod-list li a.active {
  opacity: 1;
  color: var(--primary);
}
.module .mod-list li a:after,
.module_menu .mod-list li a:after {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  background-color: rgba(200, 200, 200, 0.75);
  border-radius: 3px;
  top: 0.9em;
  left: 0;
  opacity: 0.5;
  transition: all 300ms ease;
}
.module .mod-list ul,
.module_menu .mod-list ul {
  margin: 0.3em 1em;
  margin-right: 0;
  list-style: none;
}
.module .mod-list ul *::before,
.module_menu .mod-list ul *::before {
  opacity: 0.45 !important;
}
.module:first-of-type .module_surround {
  padding-top: 90px;
}
.module ul.latestnews li,
.module ul.menu li {
  position: relative;
}
#breadcrumb-1,
#footer-1,
#footer-2,
#footer-3 {
  width: 100%;
}
.custom {
  width: 100%;
}
.slidesjs-previous.slidesjs-navigation,
.slidesjs-next.slidesjs-navigation {
  opacity: 1;
}
#container_top3_modules.block_holder {
  padding-bottom: 10px;
}
#container_base1_modules,
#container_base2_modules,
#footer-1,
#footer-2 {
  color: var(--text-main);
  --text-main: #ddd;
}
#container_base1_modules h3,
#container_base2_modules h3 {
  --h3-color: white;
}
/*-----------------------------------------------------------------------------------*/
/* Component Block */
/*-----------------------------------------------------------------------------------*/
#container_main {
  box-sizing: border-box;
}
.view-form #container_main,
.layout-edit #container_main,
.com_config #container_main {
  display: block !important;
}
#main.block_holder {
  padding: 0;
}
.maincontent {
  padding: 90px 30px;
  padding: var(--j51-grid-row-gap) var(--j51-grid-column-gap);
}
#content_full {
  width: 100%;
}
.content_remainder,
.sidecol_a,
.sidecol_b {
  position: relative;
}
.sidecol_a + .content_remainder::after {
  display: none;
}
#main {
  display: flex;
}
/* Sidecol A & B */
.sidecol_block {
  padding: 0px;
}
.sidecol-a .module_surround,
.sidecol-b .module_surround {
  padding-top: 0;
  padding-bottom: 90px;
}
.sidecol-a:first-of-type .module:first-of-type .module_surround,
.sidecol-b:first-of-type .module:first-of-type .module_surround {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .sidecol-a .module:first-of-type .module_surround,
  .sidecol-b .module:first-of-type .module_surround {
    padding-top: 0 !important;
  }
}
.sidecol-a + .sidecol-a .module_surround,
.sidecol-b + .sidecol-b .module_surround {
  padding-top: 0;
}
.sidecol_b {
  order: 1;
}
.sidecol_b::after {
  display: none;
}
/* Contenttop/Contentbottom */
.contenttop .module_surround {
  padding: 0 17px !important;
}
.contentbottom .module_surround {
  padding: 0px 17px 90px !important;
}
.wrapper_contenttop {
  padding: 90px 20px 10px 20px;
}
.wrapper_contentbottom {
  padding: 0 20px 20px 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Footer */
/*-----------------------------------------------------------------------------------*/
footer {
  font-size: inherit;
}
.container_footer {
  position: relative;
}
.container_footer .wrapper960 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .container_footer .wrapper960 {
    flex-direction: column;
  }
}
.footerlogo {
  display: flex;
  align-items: center;
}
.footermeta {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footermeta {
    text-align: center;
  }
}
.footermenu {
  display: flex;
  justify-content: flex-end;
  order: 0;
  padding: 0;
}
.footermenu ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footermenu ul {
    margin: auto;
  }
}
.footermenu ul li {
  display: inline-block;
  line-height: 1em;
}
.footermenu ul li a,
.footermenu ul li span {
  text-decoration: none;
  padding: 0 5px;
}
.footermenu ul li a:after,
.footermenu ul li span:after {
  content: "\00B7";
  margin-left: 10px;
  font-weight: bold;
  font-size: 10px;
}
.footermenu ul li a:before,
.footermenu ul li span:before {
  top: 0;
}
.footermenu ul li:last-of-type a:after {
  display: none;
}
.footermenu .parent-indicator {
  display: none;
}
/* Copyright */
.copyright {
  padding: 0 5px;
  color: #c8c8c8;
}
.copyright p {
  margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/* Social Icons */
/*-----------------------------------------------------------------------------------*/
.socialmedia {
  display: flex;
  transition: all 0.2s ease;
  z-index: 1;
}
.socialmedia ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.socialmedia ul li {
  background-position: 50% 50%;
  display: flex;
  margin: 5px 0;
  padding: 0;
}
.socialmedia ul li a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  opacity: 1;
  font-size: calc(25px * 0.65);
  text-align: center;
  line-height: 25px;
  margin-left: 1px;
}
.socialmedia ul li a:hover {
  opacity: 1;
}
.socialmedia ul li a [class^="fa-"]::before,
.socialmedia ul li a [class*=" fa-"]::before {
  position: relative;
  padding-right: 0;
  color: #fff;
}
.socialmedia ul li span {
  position: absolute;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
[class^="social-"],
[class*=" social-"] {
  transition: all 0.4s;
}
.social-facebook:hover {
  background-color: #344e86;
}
.social-twitter:hover {
  background-color: #34bdcd;
}
.social-youtube:hover {
  background-color: #f24038;
}
.social-pinterest:hover {
  background-color: #b51d23;
}
.social-instagram:hover {
  background-color: #244e70;
}
.social-dribbble:hover {
  background-color: #ed4483;
}
.social-flickr:hover {
  background-color: #ef4b7a;
}
.social-skype:hover {
  background-color: #0ea9e2;
}
.social-digg:hover {
  background-color: #2474b1;
}
.social-linkedin:hover {
  background-color: #5ea8ca;
}
.social-vimeo:hover {
  background-color: #5494a1;
}
.social-yahoo:hover {
  background-color: #a152b4;
}
.social-tumblr:hover {
  background-color: #324c65;
}
.social-rss:hover {
  background-color: #e58a00;
}
[class^="social-"],
[class*=" social-"] {
  margin-right: 0 !important;
  color: #fff;
}
.header-2 + #socialmedia {
  margin-left: 0;
}
#socialmedia ul li a:hover [class^="fa-"]::before,
#socialmedia ul li a:hover [class*=" fa-"]::before {
  color: #ffffff;
}
#socialmedia ul li:hover,
#socialmedia ul li:hover {
  border-color: rgba(100, 100, 100, 0.7);
}
/*-----------------------------------------------------------------------------------*/
/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/
.breadcrumb {
  padding: 10px 30px;
  margin: 0;
  background-color: transparent;
}
.breadcrumb > li {
  text-shadow: none;
  line-height: 1;
}
.module_surround .breadcrumb {
  padding: 5px 0;
}
.alert {
  padding: 15px 35px 15px 15px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: absolute;
  top: 5px;
  right: 20px;
  line-height: 20px;
  cursor: pointer;
  font-size: 1.8rem;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/*-----------------------------------------------------------------------------------*/
/* Buttons */
/*-----------------------------------------------------------------------------------*/
.chzn-container .chzn-drop {
  border-radius: 0 0 3px 3px;
}
.control-group .chzn-container {
  max-width: 100%;
}
.control-group .chzn-container .chzn-choices li.search-field,
.control-group .chzn-container .chzn-choices li.search-field input {
  width: 100% !important;
}
.chzn-container-single {
  margin-bottom: 0.5rem;
}
.chzn-container-single .chzn-single {
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  height: auto;
  line-height: 41px;
}
.chzn-container-single .chzn-single div {
  background-color: #fff;
  border-left: 1px solid #ccc;
  bottom: 0;
  height: auto;
  text-align: center;
  width: 28px;
}
.chzn-container-single .chzn-single div b {
  background-image: none;
  display: inline-block;
}
.chzn-container-single .chzn-single div b:after {
  content: '\E011';
  font-family: IcoMoon;
}
.chzn-container-single .chzn-single abbr {
  background: none;
  right: 36px;
  top: 0;
}
.chzn-container-single .chzn-single abbr:before {
  font-family: IcoMoon;
  content: '\0049';
  font-size: 10px;
  line-height: 26px;
}
.chzn-container-single .chzn-single abbr:hover {
  color: #000;
}
.chzn-container-single .chzn-search:after {
  content: '\0053';
  font-family: IcoMoon;
  position: relative;
  right: 20px;
  top: 2px;
}
.chzn-container-single .chzn-search input[type="text"] {
  background: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: none;
  height: 25px;
}
.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #3071a9;
}
.chzn-container-single .chzn-drop {
  background-clip: padding-box;
  border-color: #3071a9;
  border-radius: 0 0 3px 3px;
}
.chzn-container-active .chzn-single {
  color: #3071a9;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  background-image: none;
  border: 1px solid #3071a9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #ccc;
}
.chzn-container-active.chzn-with-drop .chzn-single div b:after {
  content: '\E00F';
  font-family: IcoMoon;
}
.chzn-container-active.chzn-container-multi .chzn-choices {
  border: 1px solid #3071a9;
  box-shadow: none;
}
.chzn-container .chzn-results {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3071a9;
  background-image: none;
}
.chzn-color[rel="value_"] div {
  background-color: #fff;
  border-left: 1px solid #ccc;
}
.chzn-color-state.chzn-single div,
.chzn-color.chzn-single[rel="value_0"] div,
.chzn-color.chzn-single[rel="value_1"] div,
.chzn-color-state.chzn-single[rel="value_-1"] div,
.chzn-color-state.chzn-single[rel="value_-2"] div,
.chzn-color.chzn-single[rel="value_hide"] div,
.chzn-color.chzn-single[rel="value_show_no_link"] div,
.chzn-color.chzn-single[rel="value_show_with_link"] div {
  background-color: transparent !important;
  border: none !important;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #3071a9;
}
.chzn-container-multi .chzn-choices {
  background-image: none;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.chzn-container-multi .chzn-choices li.search-choice {
  background-color: #3071a9;
  background-image: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  line-height: 20px;
  padding: 0 7px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  color: #f5f5f5;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 0;
  left: 0;
  background-image: none;
  font-size: inherit;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  text-decoration: none;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
  font-family: IcoMoon;
  content: '\004A';
  position: relative;
  right: 1px;
  top: 0;
}
.js-stools .js-stools-container-bar .js-stools-field-filter .chzn-container {
  margin: 1px 0;
  padding: 0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* Forms */
/*-----------------------------------------------------------------------------------*/
fieldset {
  border: 0;
  margin: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0.5rem;
  padding: 0;
}
fieldset > legend:first-of-type {
  padding: 0;
  margin: 0;
}
fieldset .control-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}
fieldset .control-group .control-label {
  width: 240px;
  padding: 0.3rem 0;
}
fieldset .control-group .controls {
  position: relative;
  flex: 1;
  min-width: 210px;
}
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs li {
  position: relative;
  margin: 0 8px;
}
.nav-tabs li:first-of-type {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.nav-tabs li > a {
  display: inline-block;
  padding: 8px;
}
.nav-tabs li.active:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
  content: "";
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.popover,
.tooltip {
  background: white;
  padding: 10px 15px;
  display: inline-block !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  max-width: 400px;
  margin: 4px 0;
}
.popover-title {
  font-size: 16px;
}
.module-editable {
  position: relative;
  transition: all 0.2s ease;
  outline: 1px solid rgba(0, 0, 0, 0);
}
.module-editable:hover {
  background: rgba(0, 0, 0, 0.025);
  outline: 1px solid rgba(0, 0, 0, 0.05);
}
.btn-action {
  background: rgba(0, 0, 0, 0.75);
  background: var(--button-color);
  color: white;
  padding: 1px 1px 0px 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 0.95rem;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1;
}
.btn-action:hover {
  color: white;
  box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.25);
}
.btn-action a {
  color: white;
}
.module-editable .btn-action {
  position: absolute;
  top: 0;
  right: 0;
}
.component_block .btn-action {
  padding-left: 10px;
  padding-right: 10px;
}
.module-editable:hover .btn-action,
.module-editable:focus-within .btn-action,
.component_block .btn-action {
  opacity: 1;
}
.toggle-editor {
  float: right;
}
.toggle-editor .btn-action {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}
.tag {
  margin: 0 0px 4px 0;
}
.tag a {
  background-color: transparent;
  color: white;
}
.tag:hover {
  background-color: var(--secondary);
}
time {
  background: transparent;
  color: inherit;
}
details > summary {
  padding-top: 5px;
  padding-bottom: 5px;
}
figure figcaption {
  padding: 0;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
}
.btn-toolbar > * {
  margin-right: 5px;
}
.input-append {
  display: inline-flex;
  justify-self: flex-start;
  margin: 0.5rem 1rem 0.5rem 0;
}
.input-append > * {
  margin: 0;
}
.input-append > * + * {
  -webkit-margin-start: -1px;
          margin-inline-start: -1px;
}
.input-append > *:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-append > *:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.radio.btn-group input[type="radio"] {
  display: none;
}
.btn-group .btn {
  margin-right: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/* Icons */
/*-----------------------------------------------------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  height: auto;
  width: auto;
}
/* Joomla Menus */
.mod-list li [class^="fa-"]:before,
.mod-list li [class*=" fa-"]:before {
  display: inline-block;
  margin-right: 5px;
  color: inherit;
  font-size: 18px;
  top: 4px;
  left: 0px;
}
.mod-list li a[class^="fa-"]:after,
.mod-list li a[class*=" fa-"]:after {
  display: none;
}
/* Top Menu Icons */
.hornav > ul > li [class^="fa-"]:before,
.hornav > ul > li [class*=" fa-"]:before {
  opacity: 0.7;
}
.hornav > ul > li:hover [class^="fa-"]:before,
.hornav > ul > li:hover [class*=" fa-"]:before {
  opacity: 1;
}
/* Header-# Menu Icons */
.header-1 .menu li [class^="fa-"]:before,
.header-1 .menu li [class*=" fa-"]:before,
.header-2 .menu li [class^="fa-"]:before,
.header-2 .menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  top: 1px;
}
.module_header .fa,
.module_header .fab,
.module_header .fad,
.module_header .fal,
.module_header .far,
.module_header .fas {
  font-family: inherit;
  font-weight: 600;
}
.module_header .fa:before,
.module_header .fab:before,
.module_header .fad:before,
.module_header .fal:before,
.module_header .far:before,
.module_header .fas:before {
  font-family: "Font Awesome 5 Free";
}
.module_header .fab:before {
  font-family: "Font Awesome 5 Brands";
}
.module_header .fa:before,
.module_header .fas:before {
  font-weight: 900;
}
.module_header .far:before,
.module_header .fab:before {
  font-weight: 400;
}
/* Base Module */
#container_base [class^="fa-"]:before,
#container_base [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
}
/* Footer Menu Icons */
#footermenu .menu li [class^="fa-"]:before,
#footermenu.menu li [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
  top: 6px;
}
.row.fa-icon-list {
  margin: 0 0 30px;
}
.fa-col5 {
  float: left;
  padding: 0 0 10px;
  width: 20%;
}
.mod-list .far,
.menu .far,
.mod-list .fas,
.menu .fas,
.mod-list .fab,
.menu .fab,
.mod-list .fa,
.menu .fa {
  font-family: inherit !important;
  line-height: inherit;
  font-weight: inherit;
}
.mod-list .fab:before,
.menu .fab:before {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400;
}
.mod-list .far:before,
.menu .far:before,
.mod-list .fas:before,
.menu .fas:before {
  font-family: "Font Awesome 5 Free" !important;
}
.mod-list .fa:before,
.menu .fa:before,
.mod-list .fas:before,
.menu .fas:before {
  font-weight: 900;
}
/*-----------------------------------------------------------------------------------*/
/* Utility Classes */
/*-----------------------------------------------------------------------------------*/
[class^='cols-'],
[class*=' cols-'] {
  display: grid;
}
.grid-columns-2 {
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}
.grid-columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.text-light {
  color: rgba(255, 255, 255, 0.85) !important;
}
.text-light a:not(.primary),
.text-light a .j51_icon {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-light a:not(.primary):hover,
.text-light a .j51_icon:hover,
.text-light a:not(.primary):hover .j51_icon,
.text-light a .j51_icon:hover .j51_icon {
  color: #ffffff !important;
}
.text-light h1:not(.text-primary):not(.text-secondary):not(.j51news-title):not(.j51news-caption),
.text-light h2:not(.text-primary):not(.text-secondary):not(.j51news-title):not(.j51news-caption),
.text-light h3:not(.text-primary):not(.text-secondary):not(.j51news-title):not(.j51news-caption),
.text-light h4:not(.text-primary):not(.text-secondary):not(.j51news-title):not(.j51news-caption),
.text-light h5:not(.text-primary):not(.text-secondary):not(.j51news-title):not(.j51news-caption),
.text-light h6:not(.text-primary):not(.text-secondary):not(.j51news-title):not(.j51news-caption) {
  color: #ffffff !important;
}
.text-light h2 + h4 {
  margin-top: -10px;
}
.text-light button {
  color: #fff;
}
.text-light input::not(.btn),
.text-light select,
.text-light textarea {
  color: #333;
}
.text-light ul.menu a,
.text-light ul > li > a,
.text-light ul > li > span {
  color: rgba(255, 255, 255, 0.8);
}
.text-light [class^="fa-"]:before,
.text-light [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.6);
}
.text-light li:hover [class^="fa-"]:before,
.text-light li:hover [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
}
.text-light .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4) !important;
}
.text-light blockquote small {
  color: rgba(255, 255, 255, 0.5);
}
.text-light hr {
  --base-color: #fff;
}
.text-light [class^="fa-"]::before,
.text-light [class*=" fa-"]::before {
  color: rgba(255, 255, 255, 0.8);
}
.text-light .module_header h3.mod_standard span::before,
.text-light .module_header h3.mod_standard span::after {
  border-color: rgba(255, 255, 255, 0.6);
}
.text-light .j51news .j51news-nav svg {
  fill: white;
}
.text-dark {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-dark input,
.text-dark button,
.text-dark select,
.text-dark textarea {
  color: #fff;
}
.text-dark ul.menu a,
.text-dark ul > li > a,
.text-dark ul > li > span {
  color: rgba(0, 0, 0, 0.8);
}
.text-dark [class^="fa-"]:before,
.text-dark [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.3);
}
.text-dark li:hover [class^="fa-"]:before,
.text-dark li:hover [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.6);
}
.padding-0 {
  padding: 0px;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.margin-0 {
  margin: 0px;
}
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-60 {
  margin: 60px;
}
.padding-horiz-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-horiz-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-horiz-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-horiz-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-horiz-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-horiz-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-horiz-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-vert-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.padding-vert-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-vert-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-vert-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-vert-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-vert-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-vert-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin-horiz-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.margin-horiz-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-horiz-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-horiz-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-horiz-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-horiz-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-horiz-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-vert-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.margin-vert-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-vert-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vert-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-vert-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-vert-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-vert-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.padding-top-0,
.padding-top-0 .module_surround {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-bottom-0,
.padding-bottom-0 .module_surround {
  padding-bottom: 0;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.clear {
  clear: both;
}
/* SVG */
.svg-primary {
  fill: var(--primary-color);
}
.svg-secondary {
  fill: var(--secondary-color);
}
/* Block Elements */
.background-white {
  background-color: #ffffff;
}
.background-black {
  background-color: #000000;
}
.background-gray-dark {
  background-color: #333333;
}
.background-gray {
  background-color: #888888;
}
.background-gray-light {
  background-color: #cccccc;
}
.background-gray-lighter {
  background-color: #ebebeb;
}
.border {
  border: 1px solid #ddd;
}
.border-radius {
  border-radius: 8px;
}
.shadow,
.box-shadow {
  display: inline-block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
}
/* Inline Elements */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.text-primary {
  color: var(--primary-color);
}
.text-secondary {
  color: var(--secondary-color);
}
/* Animation */
.delay-100 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  transition-delay: 100ms;
}
.delay-200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  transition-delay: 200ms;
}
.delay-300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  transition-delay: 300ms;
}
.delay-400 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  transition-delay: 400ms;
}
.delay-500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  transition-delay: 500ms;
}
.delay-600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  transition-delay: 600ms;
}
.delay-700 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
  transition-delay: 700ms;
}
.delay-800 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
  transition-delay: 800ms;
}
.delay-900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  transition-delay: 900ms;
}
.delay-1000 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  transition-delay: 1000ms;
}
.delay-1100 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
  transition-delay: 1100ms;
}
.delay-1200 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
  transition-delay: 1200ms;
}
.delay-1300 {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
  transition-delay: 1300ms;
}
.delay-1400 {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
  transition-delay: 1400ms;
}
.delay-1500 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
  transition-delay: 1500ms;
}
.delay-1600 {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
  transition-delay: 1600ms;
}
.delay-1700 {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
  transition-delay: 1700ms;
}
.delay-1800 {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
  transition-delay: 1800ms;
}
.delay-1900 {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
  transition-delay: 1900ms;
}
.delay-2000 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  transition-delay: 2000ms;
}
.delay-2100 {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
  transition-delay: 2100ms;
}
.delay-2200 {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
  transition-delay: 2200ms;
}
.delay-2300 {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
  transition-delay: 2300ms;
}
.delay-2400 {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
  transition-delay: 2400ms;
}
.delay-2500 {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
  transition-delay: 2500ms;
}
.delay-2600 {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
  transition-delay: 2600ms;
}
.delay-2700 {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
  transition-delay: 2700ms;
}
.delay-2800 {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
  transition-delay: 2800ms;
}
.delay-2900 {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
  transition-delay: 2900ms;
}
.delay-2000 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  transition-delay: 2000ms;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.blog-masonry .blog-header {
  margin-bottom: 3rem;
}
.blog-masonry .blog-masonry-leading {
  margin: -12px -12px 1.5rem;
}
.blog-masonry .blog-masonry-leading .item {
  max-width: 100% !important;
}
.blog-masonry .blog-masonry-leading .item-wrapper {
  flex-direction: row;
}
.blog-masonry .blog-masonry-leading .item-wrapper > div {
  flex: 1 0 50%;
}
.blog-masonry .blog-masonry-leading .item-content > div {
  -webkit-line-clamp: none;
}
.blog-masonry .blog-masonry-items {
  margin: -12px -12px 0;
}
.blog-masonry .item {
  padding: 15px;
  max-width: 100%;
  width: 100%;
}
.blog-masonry .item.cols-2 {
  max-width: 50%;
}
.blog-masonry .item.cols-3 {
  max-width: 33.3%;
}
.blog-masonry .item.cols-4 {
  max-width: 25%;
}
.blog-masonry .item.cols-5 {
  max-width: 20%;
}
.blog-masonry .item-wrapper {
  display: flex;
  flex-direction: column;
}
.blog-masonry .item-image {
  position: relative;
  margin-bottom: 0;
}
.blog-masonry .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.blog-masonry .item-content {
  padding: 0;
}
.blog-masonry h2 {
  font-size: 1.6em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .blog-masonry .item[class*=" cols-"] {
    max-width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  .blog-masonry .item[class*=" cols-"] {
    max-width: 100%;
  }
}
:root {
  --j51-grid-row-gap: 90px;
  --j51-grid-column-gap: 30px;
  --button-shadow: none;
  --border-radius: 8px;
  --border: rgba(100, 100, 100, 0.175);
  --tag-bg: var(--button-color);
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
}
@media only screen and (max-width: 767px) {
  :root {
    --j51-grid-row-gap: 30px;
    --j51-grid-column-gap: 20px;
  }
}
/*-----------------------------------------------------------------------------------*/
/* Module Extensions */
/*-----------------------------------------------------------------------------------*/
.j51-nav-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
div.layerslideshow {
  overflow: visible;
}
div.layerslideshow .info {
  padding-left: var(--j51-grid-column-gap);
  padding-right: var(--j51-grid-column-gap);
  max-width: 100%;
}
div.layerslideshow .info-wrapper {
  border-radius: 8px;
}
div.layerslideshow .j51-nav-dots {
  right: 25px;
  bottom: 10px;
}
div.layerslideshow .layerslideshow-controls {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px 10px;
}
div.layerslideshow .layerslideshow-prev,
div.layerslideshow .layerslideshow-next {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px;
  opacity: 1;
}
div.layerslideshow .layerslideshow-prev:hover,
div.layerslideshow .layerslideshow-next:hover {
  opacity: 0.7;
}
div.layerslideshow .layerslideshow-prev svg path,
div.layerslideshow .layerslideshow-next svg path {
  fill: #646464;
  fill: var(--primary);
}
div.layerslideshow .layerslideshow-prev {
  left: 0;
}
div.layerslideshow .layerslideshow-next {
  right: 0;
}
div.layerslideshow .tns-slider img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 30s linear;
  transition-delay: 0.4s;
}
div.layerslideshow .tns-slide-active img {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
[class*=" imghvr-"],
[class^="imghvr-"] {
  margin-bottom: -9px !important;
}
[class*=" imghvr-"] figcaption *,
[class^="imghvr-"] figcaption * {
  opacity: 0;
  transition: ease 0.2;
  transition-delay: 0.3s;
}
[class*=" imghvr-"]:hover figcaption *,
[class^="imghvr-"]:hover figcaption * {
  opacity: 1;
}
#baguetteBox-overlay.visible {
  opacity: 1 !important;
}
.j51thumbs .gallery {
  display: flex;
  flex-wrap: wrap;
}
.j51news {
  overflow: hidden;
}
.j51news .item figure {
  border-radius: 8px;
  background-color: transparent;
}
.j51news figcaption {
  display: flex;
  flex-direction: column;
  padding: 30px 25px 10px;
  width: 100%;
}
.j51news figcaption p {
  margin-bottom: 1rem;
}
.j51news .link-icon {
  height: auto;
  width: auto;
  font-size: 2rem;
}
.j51news .j51news-image .j51news-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 25px 15px;
  margin-bottom: 0;
  color: white;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.25));
  text-align: right;
}
.j51news .j51news-image .j51news-meta svg {
  fill: white;
}
.j51news .j51news-meta {
  opacity: 1;
  font-size: 1rem;
}
.j51news.j51_news_layout_overlay figcaption {
  width: auto;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 50px;
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--j51news-figcation-bg), transparent);
}
.j51news.j51_news_layout_overlay figcaption .j51news-title,
.j51news.j51_news_layout_overlay figcaption .j51news-caption,
.j51news.j51_news_layout_overlay figcaption .j51news-meta {
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  color: inherit;
  opacity: 0;
}
.j51news.j51_news_layout_overlay .j51news-image {
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.j51news.j51_news_layout_overlay .j51news-image .j51news-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.j51news.j51_news_layout_overlay figure:hover .j51news-image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.j51news.j51_news_layout_overlay figure:hover .j51news-title,
.j51news.j51_news_layout_overlay figure:hover .j51news-caption,
.j51news.j51_news_layout_overlay figure:hover .j51news-meta {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.j51news.j51_news_layout_overlay figure:hover .j51news-caption {
  opacity: 0.75;
}
.j51news.j51_news_layout_overlay figure:hover figcaption * + * {
  transition-delay: 0.075s;
}
.j51news.j51_news_layout_overlay figure:hover figcaption * + * + * {
  transition-delay: 0.15s;
}
.j51news .j51news-image {
  position: relative;
}
.j51news .j51news-image > a {
  display: flex;
}
.j51news .j51news-nav svg {
  fill: rgba(100, 100, 100, 0.5);
  fill: var(--primary);
  padding: 0;
  margin: 5px;
}
.j51news .tns-carousel {
  padding-bottom: 8px;
}
.j51_icons figcaption > * {
  margin-bottom: 0.25rem;
}
.j51_icons figure > i {
  position: relative;
  border-radius: 8px;
}
.j51_icons .j51_icon_layout_row-i-t i {
  margin-right: 2rem;
}
.j51_icons .j51_icon_layout_row-t-i i {
  margin-left: 2rem;
}
.j51_icons .j51_icon.boxed figure {
  padding: 35px 35px 40px;
  border-radius: 8px;
}
.j51-testimonials .item .j51-text-box {
  position: relative;
  padding: 2.5rem;
  margin-top: 0.75rem;
  box-shadow: none;
}
.j51-testimonials .item .j51-quote-icon {
  position: absolute;
  right: 12px;
  bottom: 10px;
  fill: white;
  z-index: 1;
  max-width: 20px;
  opacity: 0.25;
}
@media all and (-ms-high-contrast: none) {
  .j51-testimonials .j51-quote-icon {
    max-height: 2em;
  }
}
.j51_progress_circle_wrapper svg {
  height: auto;
}
.j51_progress_bar {
  margin: 10px 0;
}
.j51_progress_bar_highlight.background-primary {
  background: linear-gradient(to left, var(--primary), var(--secondary));
}
.j51-calltoaction.j51-calltoaction-col-t-b .j51-text {
  margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.visible {
  opacity: 1 !important;
}
.animatebox {
  background: #1a1a1a;
  border: 1px solid #ccc;
  border: 1px solid rgba(200, 200, 200, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 22px;
  margin: 30px auto 60px;
  padding: 80px 0;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.sppb-row-container {
  width: 100% !important;
}
@supports not (-ms-high-contrast: none) {
  .animate {
    visibility: hidden;
  }
  .animated {
    visibility: visible;
  }
}
/*# sourceMappingURL=nexus.css.map */