<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#------------------------------------------------------------------------
# News II - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-color: #bcbcbc #dadada #e5e5e5;
  border-style: solid;
  border-width: 1px;
  color: #777;
  padding: 12px 20px;
  max-width: 100%!important;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  max-width: 100%!important;
  padding: 24px
}

legend {
  color: #111;
  font-weight: 500;
  text-transform: uppercase
}

select {
  height: inherit;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 39px;
  line-height: 39px;
  padding: 12px;
}

html.-moz-select {
  padding: 3px 5px
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  background: #fffef4;
}

.btn,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
li.previous a,
li.next a,
.readon,
#gkMainbody .itemReadMore,
#gkMainbody .readmore &gt; a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover,
.profile-edit .btn {
  -webkit-appearance: none;
  background: #eb1e00;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 38px;
  line-height: 39px;
  margin: 0 5px 2px 2px;
  padding: 0 14px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
li.next a:hover,
li.previous a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore &gt; a:active,
#gkMainbody .readmore &gt; a:focus,
#gkMainbody .readmore &gt; a:hover,
.button.invert,
.gkShowCart a:hover,
.profile-edit .btn:hover {
  background: #222;
}

li.next:before,
li.previous:before {
  content: ""!important;
}

ul.pager li.next,
ul.pager li.previous {
  padding: 0;
}

ul.pager li.previous {
  float: left;
}

.readon {
  background: transparent!important;
  border: 1px solid #ddd;
  color: #afafaf;
  margin-right: 45px;
  position: relative;
}

.readon:after {
  border: 1px solid #e5e5e5;
  color: #d3d5d8;
  content: "a";
  display: block;
  font-family: "news2-icons";
  font-size: 19px;
  height: 38px;
  position: absolute;
  right: -47px;
  text-transform: none;
  top: -1px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 45px;
}

.readon:active,
.readon:focus,
.readon:hover {
  color: #eb1e00;
}

.consentbox,
[data-badge="inline"][data-size="invisible"] {
	margin-top: 12px;
}

#jform_consentbox-lbl {
	float: left;
	padding-top: 5px;
}

.icon-arrow-up-3:before,
.icon-arrow-down-3:before {
  font-family: "FontAwesome" !important;
  margin-left: 6px;
}

.icon-arrow-up-3:before {
  content: "\f0d8";
}

.icon-arrow-down-3:before {
  content: "\f0d7";
}

.item-page .icon-edit {
  color: #a5a5a5;
  display: block;
  font-size: 22px;
}

.item-page .icon-edit:before,
.profile-edit .icon-remove:before,
.filters.btn-toolbar .icon-search:before,
.filters.btn-toolbar .icon-remove:before {
  font-family: "FontAwesome" !important;
}

.item-page .icon-edit:before {
  content: "\f14b";
}

.item-page .icon-envelope,
.item-page .itemPrint .fa,
.item-page .itemEmail .fa {
  display: none;
}

.profile-edit .icon-remove:before,
.filters.btn-toolbar .icon-remove:before {
  content: "\f00d";
}

.filters.btn-toolbar .icon-search:before {
  content: "\f002";
}

.icon-eye:before {
  font-family: simple-line-icons !important;
}

input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
}

select[size] {
  font-size: 12px;
  height: auto
}

select[size="1"] {
  height: 39px;
  line-height: 39px;
}

.invalid {
  background: #fffef4;
  border: 1px solid #e25527!important;
  color: #000
}

label {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  padding: 0 6px 0 0;
}

label.invalid {
  background: #fff;
  border: none!important;
  color: #e25527!important
}

fieldset.filters &gt; div &gt; * {
  float: left;
  margin-right: 10px
}

fieldset.filters &gt; div &gt; label {
  margin-top: 6px;
}

section article {
  margin-top: 20px;
}

section &gt; header,
.content-category &gt; h1 {
  margin: 0;
  padding: 32px;
}

section &gt; header div p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase
}

section img {
  height: auto;
  max-width: 100%;
}

h2.componentheading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 32px;
}

section.category .children,
section.blog .children {
  clear: both;
  margin-top: 32px
}

section.categories-list ul ul {}

section.categories-list ul ul li {
  border-bottom: 1px solid #e5e5e5;
  border-left: 3px solid #eb1e00;
  padding-left: 16px
}

section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
  border-bottom: none;
  border-top: none
}

section.categories-list li,
section.category .children li,
section.blog .children li {
  border-top: 1px solid #eee;
  clear: both;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  padding: 12px 0;
  width: 100%;
}

section.categories-list li &gt; div p,
section.category .children li &gt; div p,
section.blog .children li &gt; div p {
  font-size: 14px;
  margin: .5em 0
}

section.categories-list li &gt; dl,
section.category .children li &gt; dl,
section.blog .children li &gt; dl {
  float: right;
  font-size: 11px;
  margin: 0
}

section.categories-list li &gt; dl &gt; dt,
section.category .children li &gt; dl &gt; dt,
section.blog .children li &gt; dl &gt; dt {
  float: left
}

section.categories-list li &gt; dl &gt; dd,
section.category .children li &gt; dl &gt; dd,
section.blog .children li &gt; dl &gt; dd {
  float: left;
  font-weight: 700;
  margin-left: 5px
}

section.category .children h3,
section.blog .children h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0
}

.filters .display-limit select {
  display: inline!important;
  float: none
}

table {
  margin-bottom: 20px;
  width: 100%
}

thead th {
  border-top: 1px solid #222;
  border-bottom: 1px solid #e5e5e5;
  color: #222;
  font-weight: 600;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}

thead th a {
  color: #222!important;
}

tbody tr td,
tbody tr th {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px
}

tbody tr td p,
tbody tr th p {
  margin: .5em 0
}

.list-author {
  color: #999
}

#gkMainbody .blog.itemList,
#gkMainbody .blog-featured.itemList {
  /* display: table; */
  margin: -32px;
}

.blog .items-row,
.blog-featured .items-row {
  clear: both;
  display: table-row;
  margin-bottom: 0px;
  overflow: hidden
}

.blog .leading &gt; div {
  border-top: 1px solid #e5e5e5;
  padding: 32px;
}

.blog .items-row &gt; div,
.blog-featured .items-row &gt; div {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  display: table-cell;
  padding: 32px;
  vertical-align: top;
}

.blog .leading:first-child &gt; div,
.blog .items-row:first-child &gt; div,
.blog-featured .items-row:first-child &gt; div {
  border-top: none;
}

.blog .leading &gt; div:first-child,
.blog .items-row &gt; div:first-child,
.blog-featured .items-row &gt; div:first-child {
  border-left: none;
}

.blog-featured .items-row:first-child {
  margin-top: 0;
}

.blog .leading.cols-2 header h2,
.blog .items-row.cols-2 header h2,
.blog-featured .items-row.cols-2 header h2 {
  font-size: 24px;
}

.blog .leading.cols-3 header h2,
.blog .leading.cols-4 header h2,
.blog .leading.cols-5 header h2,
.blog .leading.cols-6 header h2,
.blog .items-row.cols-3 header h2,
.blog .items-row.cols-4 header h2,
.blog .items-row.cols-5 header h2,
.blog .items-row.cols-6 header h2,
.blog-featured .items-row.cols-3 header h2,
.blog-featured .items-row.cols-4 header h2,
.blog-featured .items-row.cols-5 header h2,
.blog-featured .items-row.cols-6 header h2 {
  font-size: 18px;
}

section.blog .items-more {
  margin: 32px 0;
}

section.blog .items-more h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.items-leading &gt; div {
  clear: both!important;
  margin-top: 50px;
}

.items-leading &gt; div:first-child {
  margin-top: 0;
}


/* Article */

#gkMainbody b,
#gkMainbody strong {
  font-weight: 600;
  color: #111
}

article,
article &gt; section {
  position: relative
}

article aside {
  display: block;
  float: left;
  font-size: 13px;
  text-align: center;
  width: 90px
}

article aside.itemAsideInfo &gt; ul li {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 0 12px;
  padding: 0 0 6px;
}

article aside.itemAsideInfo &gt; ul li i {
  color: #a5a5a5;
  display: block;
  font-size: 22px;
  line-height: 1
}

article aside.itemAsideInfo p,
article aside.itemAsideInfo li.itemPrintEmail a {
  color: #444;
  font-weight: 400;
  margin: 0 0 2px
}

article header {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 50px;
  clear: both;
  position: relative;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.archive article header {
  margin: 0 0 20px 0;
}

li.print-icon,
li.email-icon {}

li.print-icon a,
li.email-icon a {
  position: relative;
  top: 3px;
}

article header.itemHasImage {
  position: relative
}

article header.itemHasImage h1 {
  background: rgba(0, 0, 0, 0.8);
  bottom: 36px;
  left: 0;
  line-height: 1.1;
  padding: 10px 16px;
  position: absolute;
  width: 65%;
  z-index: 1;
  color: #fff;
}

article header.itemHasImage h1 a {
  color: #fff!important;
}

article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover {
  color: #eb1e00!important;
}

.blog article header ul {
  margin: 0 0 24px;
}

.blog article p.readmore a,
.blog-featured article p.readmore a {
  display: inline-block!important;
  float: none!important;
}

article header ul {
  display: block;
  margin: 12px 0 32px;
}

article header li {
  display: block;
  float: left;
  margin: 0 !important;
  padding-right: 20px;
}

article header li:last-child {
  padding-right: 0;
}

article.item-page ul.content-links li {
  background: none
}

.itemBodyWrap {
  position: relative;
}

.itemBody {
  margin: 0 0 20px;
}

.itemImageBlock {
  margin: 0 0 40px;
  overflow: hidden;
  position: relative;
}

.itemList article {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 36px;
}

.itemList article header,
.itemListView article header {
  border: none !important;
  margin-bottom: 24px !important
}

.itemList .itemBody {
  border: none;
  padding: 0;
}

.itemList a.button {
  display: inline-block;
  float: none;
  margin: 24px 0 0
}

.itemList li {
  color: #999;
  display: inline-block;
  font-size: 13px;
  margin: 0 16px 0 0;
}

.itemList li i {
  color: #bcbcbc;
  font-size: 14px;
  padding-right: 4px
}

.itemList li a {
  color: #999 !important
}

.itemList li a:hover {
  color: #000!important
}

.itemList ul.itemTags {
  clear: both;
  font-size: 13px;
  font-style: italic;
  padding: 12px 0 0 0;
}

.itemList .itemImageBlock {
  margin: 0 0 30px
}

.itemList .itemBody {
  margin: 0 0 20px 0;
  padding: 0;
}

.itemList .itemBody p {
  margin: 0;
  padding: 0;
}

user agent stylesheet .img-intro-none {
  float: none
}

.img-intro-none img {
  float: none!important;
  margin: 0 auto
}

.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
  float: none;
  margin: 0 0 40px;
  overflow: hidden;
  position: relative
}

.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  display: block;
  height: auto!important;
  max-width: 100%!important;
  -webkit-transform: scale(1) rotateZ(0deg);
  -moz-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotateZ(0deg);
  -o-transform: scale(1) rotateZ(0deg);
  transform: scale(1) rotateZ(0deg);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%!important
}

.img-fulltext-none:hover img,
.img-fulltext-left:hover img,
.img-fulltext-right:hover img {
  -webkit-transform: scale(1.2) rotateZ(-5deg);
  -moz-transform: scale(1.2) rotateZ(-5deg);
  -ms-transform: scale(1.2) rotateZ(-5deg);
  -o-transform: scale(1.2) rotateZ(-5deg);
  transform: scale(1.2) rotateZ(-5deg);
}

p.img_caption {
  display: block;
  color: #999;
  padding: 8px 0 0;
  font-size: 11px;
}

section.blog div.img_caption img.caption {
  display: block;
  float: none!important
}

.item-page ul {
  list-style-type: none
}

.edit fieldset &gt; div {
  clear: both;
  padding: 5px 0
}

.edit fieldset &gt; div label {
  display: block;
  float: left;
  min-width: 120px
}

section.login .login-fields {
  padding-bottom: 16px
}

section.login .login-fields label {
  display: block;
  float: left;
  line-height: 34px;
  min-width: 100px
}

section.login ul {
  font-size: 11px;
  margin-top: 40px
}

.logout form {
  border: none;
}

.profile dl {
  margin: 32px 0;
}

.profile dt {
  clear: both;
  color: #444;
  float: left;
  font-size: 14px;
  font-weight: 400;
  min-width: 200px;
}

.contact-image {
  padding: 52px 0 24px;
}

.contact-form dl {
  float: left;
  width: 50%;
}

#contact-form legend {
  text-transform: none;
}

.contact-form legend {
  color: #999;
  font-size: 12px;
  margin: 0 0 24px;
}

.contact-form .button.validate {
  clear: both;
  margin: 20px 0 0 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  margin: 6px 0 0;
  width: 80%
}

.contact-form textarea {
  height: 202px;
  width: 100%;
}

.contact-form .control-group .control-label,
#jform_consentbox-lbl {
  float: none;
}

.controls .form-check-inline .form-check-input,
.controls .form-check-inline .form-check-label {
  display: inline;
}

dt.inline,
dd.inline {
  display: inline-block!important;
  /*float: left!important;*/
  margin: 12px 0 0;
  width: auto!important
}

.contact dt.custom:before,
.contact dt.custom:after {
  content: "";
  display: table;
  clear: both;
}

.contact h3 {
  clear: both;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 16px;
  padding: 52px 0 0;
}

.contact .modal-header h3 {
  margin: 0;
  padding: 0;
}

.jicons-text {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.contact-address,
.contact-contactinfo {
  float: left;
  margin: 0 92px 32px 0
}

.contact-contactinfo div {
  float: left;
  margin: 0 52px 0 0
}

.contact-miscinfo {
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
  margin: 72px 0 0;
  padding: 24px 0 0;
}

#jform_contact_email_copy {
  margin-left: 10px
}

.contact .consentbox {
	width: 80%;
}

section.newsfeed &gt; ol {
  list-style: none
}

section.newsfeed &gt; ol &gt; li {
  border-top: 1px solid #e5e5e5;
  padding: 24px 0 0
}

section.newsfeed &gt; ol &gt; li &gt; a {
  font-size: 42px
}

section.contentpane iframe {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e5e5e5;
  box-sizing: border-box
}

.tooltip {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 350px;
  min-width: 160px;
  padding: 8px;
  position: absolute!important;
  opacity: 1;
  z-index: 111;
}

.tooltip-inner strong {
  background: #eb1e00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 5px 15px;
  width: 100%;
  clear: both;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tooltip-inner {
  color: #555;
  font-size: 12px;
  padding: 5px 0
}

.tooltip-inner br {
  display: none;
}

#system-message {
  margin: 0;
  position: relative;
  z-index: 1;
}

#system-message dd ul {
  list-style: none!important
}

#system-message dd ul,
#system-message dd ul li {
  line-height: 24px;
}

#system-message dd,
#system-message-container .alert {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 24px;
  padding: 10px;
  text-align: center;
}

#system-message dd.error,
#system-message-container .alert-error,
#system-message-container .alert-danger {
  background: #eb1e00;
  color: #fff;
}

#system-message dd.notice {
  background: #f5f5f5;
}

#system-message-container {
  margin: 0;
  padding: 0;
}

.item-page &gt; div.pagination {
  display: none!important
}

.pagination,
ul.pagination {
  clear: both;
  margin: 60px 0 32px;
}

.pagination ul li:before,
.pagination__wrapper ul li:before {
  content: "" !important;
}

.pagination ul li,
ul.pagination li.page-item {
  background-image: none!important;
  color: #909090;
  cursor: default;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination ul li &gt; a,
.pagination ul li &gt; span,
.pagination__wrapper ul li &gt; a,
.pagination__wrapper ul li &gt; span,
ul.pagination li a {
  border: 1px solid #e5e5e5;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  line-height: 34px;
  margin: 0 7px 0 0;
  min-width: 32px;
  padding: 2px 6px;
  text-align: center
}

.pagination ul li &gt; a:hover,
.pagination ul li &gt; span:hover,
.pagination__wrapper ul li &gt; a:hover,
.pagination__wrapper ul li &gt; span:hover {
  color: #444
}

.pagination ul li.counter,
.pagination__wrapper ul li.counter {
  float: right;
  font-size: 11px;
  line-height: 38px;
  margin-right: 12px
}

ul.pagenav,
ul.pager {
  margin: 0;
  overflow: hidden;
  padding: 0
}

#member-registration fieldset {
  margin-bottom: 16px;
}

#member-registration dt,
#member-registration dd {
  display: inline-block;
  padding-bottom: 10px
}

#member-registration dt {
  min-width: 170px
}

#member-registration dd {
  min-width: 200px
}

#member-registration dd:after {
  content: '\A';
  white-space: pre
}

#gkMainbody .registration {
  width: 500px
}

.bannergroup:first-line,
.bannergroup_text:first-line {
  font-size: 16px;
  line-height: 3;
  font-weight: 500;
}

div.banneritem {
  border-top: 1px solid #e5e5e5;
  color: #999;
  font-size: 13px;
  padding: 8px 0
}

div.banneritem a {
  font-size: 14px;
  margin-bottom: 3px;
}

div.bannerfooter {
  border-top: 1px solid #e5e5e5;
  color: #eb1e00;
  font-size: 12px;
  padding: 5px 5px 0 0;
  text-align: right
}

#gkSocialAPI &gt; * {
  display: block;
  margin: auto;
  padding-bottom: 20px;
  width: 100%;
}

.fb_iframe_widget iframe {
  max-width: 9999px!important;
}

.fb_iframe_widget_lift {
  max-width: inherit!important;
}

#dynamic_recaptcha_1,
#recaptcha_area {
  max-width: 480px;
  min-height: 140px
}

#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
  margin-bottom: 10px
}

.pane-sliders .panel h3,
.accordion-item h2 button {
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  margin: -1px 0 0;
  padding: 6px 0;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: left;
}

.accordion-item h2 button {
  color: #eb1e00;
  background: none;
  border:  0;
  border-top: 1px solid #E5E5E5;
}

.pagenavcounter {
  color: #444;
  font-weight: 400;
}

.article-index,
#article-index {
  background: #1E1E1E;
  font-size: 13px;
  float: right;
  margin: 0 0 30px 72px;
  padding: 2em 2em 0;
  width: auto
}

#article-index h3,
.article-index h3 {
  color: #eee;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 -8px;
  text-transform: uppercase;
}

#article-index li,
.article-index li {
  padding: 4px 0;
  border-top: 1px solid #353535
}

#article-index li a,
.article-index li a {
  color: #777;
  display: block;
}

.article-index li a:hover,
#article-index li a:hover {
  color: #eee;
}

#article-index li a.active,
.article-index li a.active {
  color: #eee;
}

#article-index li:first-child,
.article-index li:first-child {
  border-top: none;
  margin-top: 10px
}

#article-index ul li:before,
.article-index ul li:before {
  display: none
}

dl#tabs,
dl.tabs {
  border: 1px solid #E5E5E5;
  margin: 0 0 36px;
  overflow: hidden;
  position: relative;
}

dl#tabs dt.tabs,
dl.tabs dt.tabs {
  float: left;
}

dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: uppercase
}

dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
  border: 1px solid transparent;
  color: #444;
  float: left;
  height: 50px;
  line-height: 51px;
  margin: 0 8px 0 0;
  padding: 0 20px
}

dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
  color: #eb1e00;
  cursor: pointer
}

dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
  background: #eb1e00;
  color: #fff !important;
}

#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] {
  margin-top: 11px!important
}

#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
  float: left;
  margin-right: 5px
}

#searchForm label,
#searchForm input,
#finder-search input {
  float: left;
  font-weight: normal;
  margin: 0 12px 0 0;
  text-transform: none
}

fieldset.phrases,
fieldset.only {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 36px;
  margin: 0 0 12px;
  padding: 12px 24px;
}

#searchForm fieldset.word {
  border: none;
  padding: 0 0 42px
}

#searchForm fieldset.word .button,
#adminForm fieldset.filters .button {
  height: 39px;
  line-height: 39px;
}

#searchForm fieldset legend {
  float: left;
  padding: 0 24px 0 0
}

.searchintro strong {
  color: #444;
  font-size: 16px;
  font-weight: 400
}

.form-limit {
  float: right;
  margin: 24px 0 0
}

.result-category,
.result-created {
  color: #999;
  display: inline-block;
  font-size: 13px;
  padding: 0 0 8px
}

.result-title {
  clear: both;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  position: relative;
}

.result-text {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

#advanced-search-toggle {
  display: block;
  font-size: 11px;
  padding: 10px 0;
  text-align: center
}

.advanced-search-tip {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  margin: 0 0 24px;
  padding: 12px 0
}

.advanced-search-tip p {
  margin: 0
}

#finder-filter-select-list label {
  clear: both;
  float: left;
  font-size: 12px;
  line-height: 36px;
  min-width: 140px
}

#finder-filter-select-list li {
  overflow: hidden;
  padding: 0
}

#search-query-explained {
  border-bottom: 1px solid #e5e5e5;
  font-size: 11px;
  padding: 10px 0
}

#search-result-empty h2 {
  font-size: 18px
}

.autocompleter-queried {
  color: #eb1e00!important
}

div.search-pages-counter {
  font-size: 12px;
  font-style: italic;
  text-align: center
}

.search-results .highlight {
  background-color: #ffc;
  font-weight: 400;
  padding: 1px 4px
}

.archive article {
  border-bottom: 1px solid #e5e5e5;
  padding: 32px 0 0;
  margin: 0 !important
}

.archive header {
  text-align: left
}

.archive article header h1 {
  font-size: 24px;
  font-weight: 400;
}

.archive article header ul {
  margin: 0;
  padding: 10px 0 20px 0;
}

.img-intro-left,
.img-intro-right,
.img-intro-center {
  margin-bottom: 0;
  max-width: 100%!important
}


/* Menu suffix */

.box.menu ul ul {
  margin-left: 20px;
}

.box.menu li {
  border-bottom: none!important;
}

.box.menu .header + .content ul li:first-child {
  border-top: none;
}

.box.menu li {
  line-height: 1;
  padding: 2px 0;
  position: relative;
  -webkit-transition: padding .3s ease-out;
  -moz-transition: padding .3s ease-out;
  -ms-transition: padding .3s ease-out;
  -o-transition: padding .3s ease-out;
  transition: padding .3s ease-out;
}

.box.menu li:hover {
  padding: 2px 0 2px 12px;
}

.box.menu li:before {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  left: -20px;
  position: absolute;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  top: 8px;
}

.box.menu li:hover:before {
  color: #eb1e00;
  left: 0px;
}

.box.menu li a,
.box.menu li span.separator {
  display: block;
  line-height: 1;
  padding: 7px 0;
}

.box.menu li span.separator {
  color: #eb1e00;
}


/* Users */

#member-profile dt {
  float: left;
  width: 260px;
}

#member-profile dd {
  padding: 2px 0
}

#member-profile fieldset {
  margin: 0 0 32px
}

.control-group {
  margin-bottom: 10px;
}

.control-group .control-label {
  float: left;
  min-width: 220px;
  padding-right: 10px;
}


/* Languages */

div.mod-languages &gt; div,
div.mod-languages &gt; form {
  display: inline-block;
  margin: 0 3px
}

div.mod-languages {
  text-align: center
}

div.mod-languages p {
  margin-bottom: .5em
}

.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
  display: inline-block;
  float: left
}

div.mod-languages &gt; ul.lang-block &gt; li,
div.mod-languages &gt; ul.lang-inline &gt; li {
  line-height: 32px;
  margin: 0 5px
}

.mod-languages ul li.lang-active {
  font-weight: 700
}

.mod-languages ul li a img {
  -moz-transform: scale(1);
  -moz-transform-style: preserve-3d;
  -moz-transition: 0 .1s ease-out;
  -ms-transform: scale(1);
  -ms-transform-style: preserve-3d;
  -o-transform: scale(1);
  -o-transition: 0 .1s ease-out;
  -webkit-transform: scale(1);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0 .1s ease-out;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: transform .1s ease-out
}

.mod-languages ul li a:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: 0 .6s ease-out;
  transform: scale(1.2);
  transition: transform .6s ease-out
}

.mod-languages ul li.lang-active a img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt {
  display: none
}

fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders {
  margin-bottom: 32px;
}

section article:first-child,
section.blog .items-more ol {
  margin-top: 0
}

section.blog ~ .items-more,
section.blog-featured ~ .items-more {
  border-top: 1px solid #E5E5E5;
  margin: 32px -32px 0;
  padding: 64px 32px 32px;
  width: 100%;
}

section.blog ~ .items-more h2,
section.blog-featured ~ .items-more h2 {
  font-size: 16px;
  font-weight: bold;
}

section.blog ~ .pagination,
section.blog-featured ~ .pagination {
  border-top: 1px solid #e5e5e5;
  margin: 32px -32px 0 -32px;
  padding: 32px 32px 0 32px;
  width: 100%;
}

.filters .display-limit,
ul.pagenav .pagenav-next,
ul.pager li.next {
  float: right
}

.img-intro-left,
.img-intro-right,
.img-intro-left &gt; img,
.img-intro-right &gt; img,
section.blog div.img_caption {
  float: none!important
}


/* page links */

div.articleContent div.content-links ul li {
  background: none !important;
  padding-left: 0 !important;
}


/*
* Joomla! and K2 common parts
*/

.itemAsideInfo {
  position: absolute;
  top: 0;
  width: 110px;
}

.itemBody.gkHasAside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 145px;
}


/* edit page */

.item-page.edit fieldset {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 52px;
  padding: 0 0 52px;
}

.item-page.edit legend {
  font-size: 100% !important;
  font-style: normal !important;
  padding: 0 0 24px;
}


/* Calendar fix */

.calendar .button {
  display: table-cell;
  float: none;
}


/* F.A.Q. */

.faq p {
  margin-bottom: 3em
}


/* tags */

#adminForm div.tags {
  margin-top: 0;
}

div.tags {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
}

div.tags &gt; span.tags-label {
  color: #222;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 17px;
}

.item-page .tags {
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
  margin: 25px 0;
}

div.tags a {
  display: inline-block;
  float: left;
  border: 1px solid #E5E5E5;
  font-style: normal;
  margin: 12px 6px 0 0;
  padding: 4px 12px;
  font-size: 12px;
}

div.tags a:hover,
div.tags a:focus,
div.tags a:active {
  background: #EB1E00;
  color: #FFF!important;
}

span.tag-body p {
  display: inline;
}

div.tags.tagcloud a.tooltip span {
  z-index: 10;
  font-weight: bold;
  display: none;
  padding: 15px;
  margin-top: -50px;
  margin-left: 60px;
  width: 240px;
  max-width: 240px;
  line-height: 16px;
  font-size: 85%;
  font-weight: normal!important;
  transition: all 1s ease-in;
}

div.tags.tagcloud a.tooltip:hover span {
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
  display: inline;
  position: absolute;
  color: #111;
}

div.tags.tagcloud a.tooltip span img {
  max-width: 80px!important;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}

div.tag-category div.btn-group {
  margin-top: 10px;
}

div.tag-category div.btn-group.pull-right {
  float: right;
}

div.tag-category div.btn-group label {
  margin-top: 2px;
}

div.tag-category div.btn-group .filter-search-lbl {
  margin-top: 10px;
}

div.tag-category h3 a,
div.tag-category h2 a {
  font-size: 18px;
  margin-bottom: 24px
}

div.tag-category h3 {
  font-size: 19px;
  margin: 8px 0;
}

div.tag-category h3 {
  font-size: 19px;
  margin: 8px 0;
}

div.tag-category ul.category li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 90%;
}

div.tag-category ul.category li h3 {
  font-size: 14px;
  margin: 0;
}

div.tags.tagcloud a {
  float: left;
  margin-bottom: 6px;
}


/* user edit page */

.item-page.edit .formelm {
  width: 100%;
}

#gkMainbody .item-page.edit a {
  color: #333;
}

.item-page.edit input {
  float: left;
  height: 38px;
}

.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
  padding: 4px 6px;
  height: 31px;
  line-height: auto;
}

.item-page.edit .formelm .btn {
  float: left;
  display: inline-block;
}

.item-page.edit #jform_tags {
  max-height: 150px;
}

.item-page.edit .icon-calendar:before {
  content: "";
}

.item-page.edit #jform_title {
  width: 85%;
}

.gkTypoTable code {
  border: 0;
  margin: 0!important;
  padding: 0!important;
}

div.gk_typography_content {
  background: #fff;
}

.calendar .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.tooltip.top .tooltip-arrow {
  display: none;
}

.tooltip-inner {
  background: #fff;
}

.btn.jmodedit &gt; span.icon-edit {
  color: #272727;
  margin: 5px 5px 0 0;
  padding-right: 8px;
  display: block;
  font-family: 'FontAwesome'!important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn.jmodedit &gt; span.icon-edit:before {
  content: "\f044";
  font-family: 'FontAwesome'!important;
}


/* Module edit form */

#modules-form .btn {
  background: #ddd;
  border-radius: 0;
  border: none!important;
  color: #222!important;
  height: 40px!important;
  line-height: 40px!important;
  padding: 0 15px!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#modules-form .btn:active,
#modules-form .btn:focus,
#modules-form .btn:hover {
  background: #222!important;
  color: #fff!important;
}

#modules-form .btn:hover i {
  color: #fff!important;
}

#modules-form .btn-group {
  padding: 0!important;
}

#modules-form .btn-group .btn {
  margin: 0 20px 0 0!important;
}

#modules-form .radio.btn-group {
  padding-left: 20px!important;
}

#modules-form .radio.btn-group input[type=radio] {
  display: block;
  position: relative;
  top: -1px;
}

#modules-form .control-label label {
  display: block;
  line-height: 20px;
  min-width: 160px;
  padding: 5px 20px 10px 0;
}

#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
  border-radius: 0;
  height: 40px!important;
  line-height: 40px!important;
}

#modules-form .chzn-container-single .chzn-single div b {
  background-position: 0 10px;
}

#modules-form #jform_content {
  height: 500px!important;
}

#modules-form .input-prepend .add-on {
  display: none;
}

#modules-form .accordion-heading a {
  color: #222;
  font-size: 18px;
  text-decoration: none!important;
}

#modules-form .accordion-heading .accordion-toggle {
  padding: 15px;
}

#modules-form .btn-group {
  padding-left: 20px;
}

#modules-form hr {
  display: none;
}

#modules-form .row-fluid {
  padding: 20px 0;
}

#modules-form label {
  text-transform: none!important;
}

#modules-form .chzn-container-single .chzn-single {
  background: #fff!important;
}


/* Item edit form */

.item-page.edit #jform_articletext {
  clear: both;
}

.item-page.edit #jform_title {
  width: 100%;
}

.item-page.edit .formelm {
  height: auto!important;
  min-height: 40px;
  overflow: hidden;
}

.item-page.edit fieldset {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 52px;
  padding: 0 0 52px;
}

.item-page.edit fieldset &gt; div {
  clear: both;
  padding: 5px 0;
}

.item-page.edit fieldset &gt; div label {
  display: block;
  float: left;
  line-height: 50px;
  min-width: 160px;
}

.item-page.edit legend {
  font-size: 24px!important;
  font-style: normal !important;
  padding: 0 0 24px;
}

.item-page.edit .control-group {
  margin: 10px 0;
}

.item-page.edit .control-group:after {
  clear: both;
  content: "";
  display: table;
}

.item-page.edit #jform_articletext {
  height: 500px!important;
}

.item-page.edit .formelm {
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px 0;
  width: 100%;
}

.item-page.edit .formelm label {
  display: inline-block;
  line-height: 40px;
  text-transform: none;
}

.item-page.edit *[class^="icon-"] {
  display: none;
}

.item-page.edit .icon-remove,
.item-page.edit .icon-calendar {
  background-image: url('../../../media/jui/img/glyphicons-halflings-white.png');
  display: block;
}

.item-page.edit .icon-remove {
  margin-top: 12px;
}

.item-page.edit .btn {
  color: #fff!important;
  padding: 12px 20px!important;
}

.item-page.edit .media-preview.add-on {
  display: none;
}

.item-page.edit .input-append &gt; .btn {
  height: 40px!important;
  line-height: 40px;
  padding: 0 10px!important;
}

.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
  width: 100%;
}

.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
  height: 50px!important;
  line-height: 50px!important;
}

.item-page.edit .chzn-container-single .chzn-single div b {
  background-position: 0 14px;
}

.calendar .button {
  display: table-cell!important;
  float: none!important;
}

.item-page.edit .formelm-buttons button {
  margin-right: 10px;
}

.item-page.edit .btn {
  background: #ddd;
  border-radius: 0!important;
  border: none!important;
  color: #222!important;
  height: 40px!important;
  line-height: 40px!important;
  padding: 0 15px!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.item-page.edit .btn:active,
.item-page.edit .btn:focus,
.item-page.edit .btn:hover {
  background: #222!important;
  color: #fff!important;
}

.item-page.edit .btn:hover i {
  color: #fff!important;
}

.item-page.edit .btn-group {
  padding: 0!important;
}

.item-page.edit .btn-group .btn {
  margin: 0 20px 0 0!important;
}

.item-page.edit .radio.btn-group {
  padding-left: 20px!important;
}

.item-page.edit .radio.btn-group input[type=radio] {
  display: block;
  position: relative;
  top: -5px;
}

.item-page.edit .control-label label {
  display: block;
  line-height: 20px;
  min-width: 160px;
  padding: 5px 20px 10px 0;
  text-transform: none;
}

.item-page.edit .media-preview + input {
  min-width: 250px;
}

.item-page.edit input[type="text"],
.item-page.edit input[type="password"],
.item-page.edit input[type="number"],
.item-page.edit input[type="email"],
.item-page.edit .input-append .btn,
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
  border-radius: 0;
  height: 40px!important;
  line-height: 40px!important;
}

.item-page.edit .chzn-container-single .chzn-single div b {
  background-position: 0 10px;
}

.item-page.edit .chzn-container-single .chzn-single {
  background: #fff!important;
}

#jform_articletext_parent {
  clear: both!important;
}

#jform_tags_chzn,
#jform_tags_chzn .chzn-choices {
  height: auto !important;
}

.profile-edit .media-preview,
.profile-edit .media-preview .hasTipPreview {
  display: inline-block;
}

.profile-edit .media-preview .hasTipPreview {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  padding: 0 8px;
  vertical-align: middle;
}

.mce-btn button:hover {
  background: transparent;
}

.mod-preview-info {
  z-index: 2;
}

.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.element-invisible:focus {
  width: auto;
  height: auto;
  overflow: auto;
  background: #eee;
  color: #000;
  padding: 1em;
}</pre></body></html>