/**
 * Theme Partials
 */
/************************************************************************************************
 *
 *  This file contains all the variable definitions for the template
 *
 ************************************************************************************************/
/************************************************
 *
 *  Required
 *
 ************************************************/
/************************************************
 *
 *  Theme Media Breaks
 *
 ************************************************/
/************************************************
 *
 *  Named Colors
 *
 ************************************************/
/************************************************
 *
 *  Theme Font
 *
 ************************************************/
/************************************************
 *
 *  Theme Colors
 *
 *  These are all ideas / work in progress for a standard model
 *    primary / secondary / tertiary
 *    default / light / dark - maybe more easily handled on demand with darken / lighten
 *
 *  primary
 *    dark / light
 *  secondary
 *    dark / light
 *  tertiary
 *    dark / light
 *
 ************************************************/
/************************************************
 *
 *  Block Styling
 *
 ************************************************/
/************************************************
 *
 *  Block Dimensions
 *
 ************************************************/
/************************************************************************************************
 *
 *  This file contains all the function / mixin definitions for the template
 *
 ************************************************************************************************/
/************************************************
 *
 *  Required
 *
 ************************************************/
/************************************************
 *
 *  Assorted
 *
 ************************************************/
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/************************************************
 *
 *  Lists
 *
 ************************************************/
/************************************************
 *
 *  Arrows?
 *
 ************************************************/
/************************************************
 *
 *  BUTTONS
 *
 ************************************************/
/************************************************
 *
 *  Blocks
 *
 ************************************************/
/************************************************
 *
 *  Joomla Menu
 *
 ************************************************/
/************************************************
 *
 *  jQuery Slick Slider
 *
 ************************************************/
/**
 * Article Body
 */
div[itemprop=articleBody] h1,
div[itemprop=articleBody] h2,
div[itemprop=articleBody] h3,
div[itemprop=articleBody] h4,
div[itemprop=articleBody] h5,
div[itemprop=articleBody] h6 {
  clear: both;
}
div[itemprop=articleBody] img {
  margin: 0 10px 10px 10px;
}
/**
 * Component Page Header
 */
#component .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
#component .page-header > * {
  margin: 0;
  padding: 0;
  font-size: 26px;
  color: #5e5e5e;
}
#component .item-page div[itemprop=articleBody] {
  padding: 0 10px;
}
#component .item-page div[itemprop=articleBody] h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
/**
 * Top Menu
 */
#menubar .moduletable_menu .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  z-index: 9999;
  margin-bottom: 6px;
}
#menubar .moduletable_menu .nav ul {
  list-style: none;
}
#menubar .moduletable_menu .nav li {
  flex: 1 1 auto;
}
#menubar .moduletable_menu .nav li a {
  display: block;
  text-align: center;
}
#menubar .moduletable_menu .nav li ul li a {
  text-align: left;
}
@media (max-width: 992px) {
  #menubar .moduletable_menu .nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #menubar .moduletable_menu .nav li a {
    font-size: 0.9em;
  }
}
#menubar .moduletable_menu .nav li {
  position: relative;
}
#menubar .moduletable_menu .nav li .nav-child-link {
  display: none;
}
#menubar .moduletable_menu .nav li a {
  color: #808080;
  background-color: transparent;
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
  transition: background-color 0.25s;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#menubar .moduletable_menu .nav li.active > a {
  color: #ffffff;
  background-color: #999999;
}
#menubar .moduletable_menu .nav li:hover > a,
#menubar .moduletable_menu .nav li.open > a {
  color: #ffffff;
  background-color: #999999;
}
#menubar .moduletable_menu .nav li ul {
  z-index: 9999;
  position: absolute;
  display: none;
  min-width: 320px;
  top: 42px;
  left: 0;
  padding: 0;
  background: #8c8c8c;
  border-top: 2px solid #808080;
}
#menubar .moduletable_menu .nav li ul li a {
  text-decoration: none;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  padding: 0 25px;
}
#menubar .moduletable_menu .nav li ul li a:hover {
  background-color: #737373;
}
#menubar .moduletable_menu .nav li ul li ul {
  top: 0;
  left: 100%;
}
#menubar .moduletable_menu .nav li.open > ul,
#menubar .moduletable_menu .nav li:hover > ul {
  display: block;
}
#menubar .moduletable_menu .nav.open {
  max-height: 600px;
}
#menubar .moduletable_menu a {
  font-size: 16px;
}
/**
 * Left / Right Defaults
 */
#left .moduletable,
#right .moduletable {
  margin: 0 0 15px 0;
}
#left .moduletable > h3,
#right .moduletable > h3 {
  margin: 0;
  padding: 0;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #848484;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#left .moduletable > div ul,
#right .moduletable > div ul {
  padding: 5px 0 0 15px;
}
#left .moduletable > div ul ul,
#right .moduletable > div ul ul {
  padding-top: 10px;
}
#left-inner > .moduletable,
#right-inner > .moduletable {
  margin-bottom: 30px;
}
/**
 * Left Menu
 */
#left .moduletable.menu a {
  font-size: 14px;
}
#left .moduletable.menu .active a {
  background-color: rgba(0, 0, 0, 0.1);
}
#left .moduletable.button_menu ul.nav.menu {
  text-align: center;
}
#left .moduletable.button_menu ul.nav.menu li a {
  display: block;
  background-color: #337ab7;
  padding: 10px 15px;
  margin: 5px 0;
  text-decoration: none;
  color: white;
  border-radius: 5px;
}
/**
 * Footer
 */
#pagefooter > div {
  margin: 15px 0;
  color: #d0d0d0;
}
/**
 * Home Scroller
 */
#top .moduletable_home_scroller .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#top .moduletable_home_scroller .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#top .moduletable_home_scroller .slick-list:focus {
  outline: none;
}
#top .moduletable_home_scroller .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#top .moduletable_home_scroller .slick-list .slick-track,
#top .moduletable_home_scroller .slick-list .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#top .moduletable_home_scroller .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
#top .moduletable_home_scroller .slick-track:before,
#top .moduletable_home_scroller .slick-track:after {
  display: table;
  content: '';
}
#top .moduletable_home_scroller .slick-track:after {
  clear: both;
}
#top .moduletable_home_scroller .slick-loading .slick-track {
  visibility: hidden;
}
#top .moduletable_home_scroller .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
#top .moduletable_home_scroller [dir='rtl'] .slick-slide {
  float: right;
}
#top .moduletable_home_scroller .slick-slide img {
  display: block;
}
#top .moduletable_home_scroller .slick-slide.slick-loading img {
  display: none;
}
#top .moduletable_home_scroller .slick-slide.dragging img {
  pointer-events: none;
}
#top .moduletable_home_scroller .slick-initialized .slick-slide {
  display: block;
}
#top .moduletable_home_scroller .slick-loading .slick-slide {
  visibility: hidden;
}
#top .moduletable_home_scroller .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#top .moduletable_home_scroller .slick-slider {
  height: 240px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
#top .moduletable_home_scroller .slick-list .news-item-content img {
  width: 100%;
  height: auto;
}
#top .moduletable_home_scroller .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#top .moduletable_home_scroller .slick-dots li button {
  border: 0;
  border-radius: 10px;
  background: rbga(0, 0, 0, 0.25);
  border: 1px solid transparent;
  color: transparent;
  margin: 0px 5px;
  padding: 0;
  width: 15px;
  height: 15px;
}
#top .moduletable_home_scroller .slick-dots li.slick-active > button {
  background: rbga(0, 0, 0, 0.75);
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  #top .moduletable_home_scroller {
    display: none;
  }
}
/**
 * Google Translate
 */
#left .moduletable h3,
#right .moduletable h3 {
  text-align: center;
}
.moduletable .custom.google-translate {
  text-align: center;
}
